@charset "utf-8";
/* CSS Document */
:root {
--bg:#fffccc;
--main-color:#FF6400;
--blue:#1DC7FD;
--bright:#FFF7F0;
--user-accent: #000;
--user-accent-white: white;
--light:#DDF6FE;
--ylw:#FFF700;
}

@charset "UTF-8";/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
audio, canvas, video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
display:none
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {font-family:'Noto Sans JP', sans-serif;
	padding:0;
	text-align:center;	margin: 0;
}
a {
	background: transparent
}
a:focus {
	outline: thin dotted
}
a:active, a:hover {
	outline: 0
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700
}
dfn {
	font-style: italic
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
mark {
	background: #ff0;
	color: #000
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em
}
pre {
	white-space: pre-wrap
}
q {
	quotes: "“" "”" "‘" "’"
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 0
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}
button, input {
	line-height: normal
}
button, select {
	text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
*, *:after, *:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility
}
.clear {
*zoom: 1
}
.clear:before {
	content: " ";
	display: block
}
.clear:after {
	content: " ";
	display: block;
	clear: both
}
picture {
	display: block
}
img {
	vertical-align: bottom;
	height: auto;
	max-width: 100%;
	height:auto
}
img[src$=".svg"] {
	width: 100%
}
a {
	text-decoration: none
}
a:hover {
	outline: 0
}
a:focus {
	outline: 0
}
a:active {
	outline: 0
}
input:focus {
	outline: 0;
	border: 1px solid #04A4CC
}
h1, h2, h3, h4, h5, p, table, ul, ol {
	margin: 0;
	padding: 0;
	line-height:1.6em;
}
.inner{
	margin:auto}

ul{
	list-style:none}
/**/
.fv{
	text-align:center;
	background:url(images/main-bg.png) no-repeat center / cover}
.fv img{
	width:90%;
}


/**/



.kikan {
  background-image: repeating-linear-gradient(135deg, var(--ylw), var(--ylw) 20px, transparent 20px, transparent 50px);
}

.kikan h3{
	color:var(--blue);
font-size: min(2.92vw, 42px);
	line-height:60px;
	border-radius:100px;
	border:4px solid var(--blue);
	background-color:var(--light);
}.kikan h4{
	cursor:pointer;
	color:#FFF;
	font-size:2em;
	line-height:70px;
	background-color:var(--blue);
	position:relative;
}
	.kikan h4::after{
		content:"＋";
		font-size:2rem;
		position:absolute;
		right:20px;
	}
		.kikan h4.opened::after{
		content:"－";
		}
	
	.kikan ul{
		display:none;
		border:2px solid var(--blue);
		padding:1.4em 2em;
		text-align:left;
	}
	
		.kikan ul li{
			padding: .4em 0 .4em 1.4em;
			position:relative;
		}
		
		.kikan ul li::after{
			content:"";
			position:absolute;
			width:1em;
			height: 1em;
			border-radius:100px;
			background:var(--blue);
			left:0;
			top:.74em;
		}
			.kikan .outer{
			/*	width:1240px;*/
			width: min(86.11vw, 1240px);
				margin:auto;
				background:#FFF;
				position:relative}
				
				
	.kikan .inner{
		 width: min(55.56vw, 800px); 
	}
	

.kikan p{
	font-weight:bold;
	padding: 1em 0 2em;
	font-size:2rem;
}

.kikan .c-01{
	right:0;
	top: 100px;
}
.kikan .c-02{
	bottom:-300px;
	left:-50px;
	z-index:50}
	
	/**/
	.yukkuri {
		background:var(--light);}

	.yukkuri .inner{
		padding:0 0 120px;
width: 100%;
  max-width: 1440px;
		position:relative;
		z-index:0;}
		
	.yukkuri .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
		right:0;
  width: 100%;
  height: 770px; 
  background: white;
  clip-path:polygon(50% 46%, 0 0, 100% 0);
  z-index: -1;
}


	.yukkuri h2{
		padding:80px 0 120px 0;
}
.yukkuri th,.yukkuri td{
	font-weight:bold;
	font-size:1.875rem;
	border-top:2px solid var(--main-color);
	padding: 30px 0;
	white-space:nowrap
	
}
.yukkuri table{
width: min(50.69vw, 730px);
	margin:auto}
	
	@media screen and (min-width:1025px) {
.yukkuri tr:nth-of-type(1) th,
.yukkuri tr:nth-of-type(1) td{
	border:0}
	}
	.yukkuri td em{
		font-style:normal;
		font-size:3rem}
.yukkuri th{
	text-align:left;
	color:var(--main-color);
}
.yukkuri td{
	text-align:right;
	
	font-size:1.875rem;
}

.yukkuri .c-01{
	  left: 50%;
			bottom:0;
  transform: translateX(calc(-50% - 540px));
}
.yukkuri .c-02{
	  left: 50%;
			bottom:0;
  transform: translateX(calc(-50% + 500px));
}
/**/
.a11y-selection {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	transition: opacity .15s ease;
	opacity: 0;
	pointer-events: none;
	will-change: transform, width, height
}
.a11y-selection:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	border: 4px solid var(--user-accent);
	border-radius: 2px;
	translate: -50% -50%
}
.a11y-selection[data-a11y-selection-class~=type-no-pad]:after {
	width: 100%;
	height: 100%;
	translate: -50% -50%
}
.a11y-selection[data-a11y-selection-class~=color-invert]:after {
	border-color: var(--user-accent-white)
}
.Color-orange {
	color: #ff6400
}
.Uketsuke {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: min(1.3194444444vw, 19px) 0;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	padding: min(1.3194444444vw, 19px) 0;
	background: #feeea7
}

@media screen and (min-width:768px) {
	body{
		font-size:16px;
	}
	.sp{
		display:none}

}
@media screen and (max-width:767px) {
	.pc{
		display:none}
		
		
.Uketsuke {
	gap: min(3.75vw, 15px) 0;
	padding: min(6.25vw, 25px) 0 min(8.75vw, 35px)
}
}
.Uketsuke__ttl {
	position: relative
}
.Uketsuke__ttl:before, .Uketsuke__ttl:after {
	position: absolute;
	content: "";
	top: 50%;
	left: max(-1.5277777778vw, -22px);
	width: 2px;
	height: min(2.0833333333vw, 30px);
	border-radius: 9999px;
	background: #000;
	translate: -50% -35%;
	rotate: -30deg
}
@media screen and (max-width:767px) {
.Uketsuke__ttl:before, .Uketsuke__ttl:after {
	left: max(-5.5vw, -22px);
	height: min(5vw, 20px)
}
}
.Uketsuke__ttl:after {
	right: max(-1.5277777778vw, -22px);
	left: auto;
	rotate: 30deg
}
@media screen and (max-width:767px) {
.Uketsuke__ttl:after {
	right: max(-6vw, -24px)
}
.Uketsuke__ttl:before, .Uketsuke__ttl:after{
	height:3em}
}
.Uketsuke__ttl p {
	font-size: min(2.2222222222vw, 32px);
	letter-spacing: .05em;
	line-height: 1;
	font-weight: 700
}
@media screen and (max-width:767px) {
.Uketsuke__ttl p {
	font-size: min(5vw, 26px);
	letter-spacing: .05em;
	line-height: 1.4;
	font-weight: 700
}
.Uketsuke__ttl p span{
	display:block}
}
.Uketsuke__ttl p span {
	color: #ff6400
}
.Uketsuke__btns {
	display: flex;
	align-items: center;
	gap: min(3.125vw, 45px)
}
@media screen and (max-width:767px) {
.Uketsuke__btns {
	flex-direction: column;
	gap: min(4.25vw, 17px)
}
}
.Uketsuke__btns>a {
	transition: .35s all ease;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: min(26.3888888889vw, 380px);
	height: min(4.5138888889vw, 65px);
	border-radius: 5px;
	box-shadow: 3px 3px #335092;
	background: transparent linear-gradient(179deg, #1f81ce, #4a9eb8) 0 0 no-repeat padding-box
}
@media screen and (max-width:767px) {
.Uketsuke__btns>a {
	width: min(90vw, 360px);
	height: min(13.75vw, 55px)
}
}
@media screen and (min-width:1025px) {
.Uketsuke__btns>a:hover {
	opacity: .6
}
}
.Uketsuke__btns>a:focus-visible {
opacity:.6
}
.Uketsuke__btns>a:after {
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	position: absolute;
	content: "";
	top: 50%;
	right: min(2.4305555556vw, 35px);
width:min(.7638888889vw, 11px);
height:min(.9722222222vw, 14px);
	background: #fff;
	translate: 0% -50%
}
@media screen and (max-width:767px) {
.Uketsuke__btns>a:after {
	right: min(3.75vw, 15px);
	width: min(2.75vw, 11px);
	height: min(3.5vw, 14px)
}
}
.Uketsuke__btns>a p {
	font-size: min(2.0138888889vw, 29px);
	letter-spacing: .07em;
	line-height: 1;
	font-weight: 700;
	color: #fff
}
@media screen and (max-width:767px) {
.Uketsuke__btns>a p {
	font-size: min(6vw, 24px);
	letter-spacing: .07em;
	line-height: 1;
	font-weight: 700
}
}
.Uketsuke__btns>a:nth-of-type(2n) {
	box-shadow: 3px 3px #9f3f32;
	background: transparent linear-gradient(179deg, #df1d22, #dd342d 41%, #da543d) 0% 0% no-repeat padding-box
}
.Btn {
	width: fit-content
}
.Btn a {
	transition: .35s all ease;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	height: min(4.4444444444vw, 64px);
	padding: 0 min(5.5555555556vw, 80px);
	border-radius: 9999px;
	background: #ff6400
}
@media screen and (max-width:767px) {
.Btn a {
	height: min(13.75vw, 55px);
	padding: 0 min(15vw, 60px)
}
}
@media screen and (min-width:1025px) {
.Btn a:hover {
	opacity: .6
}
}
.Btn a:focus-visible {
opacity:.6
}
.Btn a p {
	font-size: min(1.3888888889vw, 20px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700;
	position: relative;
	color: #fff;
	translate: 0 -.05em
}
@media screen and (max-width:767px) {
.Btn a p {
	font-size: min(4vw, 16px);
	letter-spacing: 0;
	line-height: 1.5;
	font-weight: 700
}
}
.Btn a p:after {
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	position: absolute;
	content: "";
	top: 53%;
left:calc(100% + min(.6944444444vw, 10px));
width:min(.625vw, 9px);
height:min(.8333333333vw, 12px);
	background: #fff;
	translate: 0% -50%
}
@media screen and (max-width:767px) {
.Btn a p:after {
	left: calc(100% + min(2.5vw, 10px));
	width: min(2.25vw, 9px);
	height: min(3vw, 12px)
}
}
html {
	scroll-behavior: smooth
}
body {
	overscroll-behavior-y: none;
	color: #000;
	font: 400 Noto Sans JP, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, sans-serif
}
.wrapper {
	position: relative;
	width: 100%;
	min-width: 1000px
}
@media screen and (max-width:767px) {
.wrapper {
	min-width: 0
}
}
.wrapper * {
	scroll-margin-top: 6.9444444444vw
}
@media screen and (max-width:767px) {
.wrapper * {
	scroll-margin-top: 12.5vw
}
}
.header {
	width: 100%
}
.header__logo {
	position: absolute;
	top: min(2.4305555556vw, 35px);
	left: min(4.7916666667vw, 69px)
}
@media screen and (max-width:767px) {
.header__logo {
	top: min(7.5vw, 30px);
	left: min(5vw, 20px)
}
}
.header__logo picture {
	width: min(18.2638888889vw, 263px)
}
@media screen and (max-width:767px) {
.header__logo picture {
	width: min(38.75vw, 155px)
}
}
.header__tel {
	display: flex;
	align-items: flex-end;
gap:min(.2777777778vw, 4px);
	position: absolute;
	top: min(2.4305555556vw, 35px);
	right: min(4.2361111111vw, 61px)
}
@media screen and (max-width:767px) {
.header__tel {
gap:min(.75vw, 3px);
	top: min(7.5vw, 30px);
	right: min(5vw, 20px)
}
}
.header__tel picture {
	width: min(3.8888888889vw, 56px)
}
@media screen and (max-width:767px) {
.header__tel picture {
	width: min(8.25vw, 33px)
}
}
.header__tel p {
	font-size: min(2.5vw, 36px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700
}
@media screen and (max-width:767px) {
.header__tel p {
	font-size: min(5.25vw, 21px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700
}
}
.footer {
	padding-bottom: min(10.6944444444vw, 154px)
}
@media screen and (max-width:767px) {
.footer {
	padding-bottom: min(58.5vw, 234px)
}
}
.footer__con {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding: min(3.125vw, 45px) 0 min(2.2222222222vw, 32px);
	background:var(--light);
}
@media screen and (max-width:767px) {
.footer__con {
	padding: min(10vw, 40px) 0 min(18vw, 72px)
}
}
.footer__con>p {
	font-size: min(1.3888888889vw, 20px);
	letter-spacing: 0;
	line-height: 1.45;
	font-weight: 500
}
@media screen and (max-width:767px) {
.footer__con>p {
	text-align: center
}
}
@media screen and (max-width:767px) {
.footer__con>p {
	font-size: min(4.5vw, 18px);
	letter-spacing: 0;
	line-height: 1.44;
	font-weight: 500
}
}
.footer__conTel {
	position: relative;
	width: fit-content;
margin-top:min(.6944444444vw, 10px);
	padding: min(2.0833333333vw, 30px) min(9.1666666667vw, 132px) min(1.8055555556vw, 26px) min(7.4305555556vw, 107px);
	border-radius: 10px;
	background: #fff
}
@media screen and (max-width:767px) {
.footer__conTel {
	margin-top: min(7.5vw, 30px);
	padding: min(7.5vw, 30px) min(5vw, 43px)
}
}
.footer__conTelNum {
	display: flex;
	align-items: flex-end;
gap:min(.2777777778vw, 4px);
	margin-bottom: min(1.6666666667vw, 24px)
}
@media screen and (max-width:767px) {
.footer__conTelNum {
	gap: min(1.5vw, 6px);
	margin-bottom: min(4.5vw, 18px)
}
}
.footer__conTelNum picture {
	width: min(3.8194444444vw, 55px)
}
@media screen and (max-width:767px) {
.footer__conTelNum picture {
	width: min(13.75vw, 55px)
}
}
.footer__conTelNum p {
	font-size: min(2.5vw, 36px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700
}
@media screen and (max-width:767px) {
.footer__conTelNum p {
	font-size: min(8vw, 32px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700
}
}
.footer__conTel p {
	width: fit-content;
	margin-left: auto
}
.footer__conTel p.time {
	font-size: min(1.25vw, 18px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 500
}
@media screen and (max-width:767px) {
.footer__conTel p.time {
	font-size: min(4.5vw, 18px);
	letter-spacing: 0;
	line-height: 1.44;
	font-weight: 500
}
}
.footer__conTel p.notice {
	font-size: min(1.1111111111vw, 16px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 500;
margin-top:min(.8333333333vw, 12px);
	color: #707070
}
@media screen and (max-width:767px) {
.footer__conTel p.notice {
	font-size: min(4vw, 16px);
	letter-spacing: 0;
	line-height: 1.5;
	font-weight: 500
}
}
@media screen and (max-width:767px) {
.footer__conTel p.notice {
margin-top:min(.5vw, 2px)
}
}
.footer__conTel .man-pointing, .footer__conTel .woman-pointing {
	position: absolute;
top:min(.3472222222vw, 4px);
	left: max(-7.2916666667vw, -105px);
	width: min(11.0416666667vw, 159px)
}
@media screen and (max-width:767px) {
.footer__conTel .man-pointing, .footer__conTel .woman-pointing {
	top: min(28.75vw, 115px);
	left: max(-5vw, -20px);
	width: min(24.75vw, 99px)
}
}
.footer__conTel .woman-pointing {
	right: max(-7.2916666667vw, -105px);
	left: auto;
	width: min(12.5vw, 180px)
}
@media screen and (max-width:767px) {
.footer__conTel .woman-pointing {
	top: min(29.5vw, 118px);
	right: max(-5vw, -20px);
	left: auto;
	width: min(27.5vw, 110px)
}
}
.footer__cp {
	position:relative;
	padding: min(1.0416666667vw, 15px) 0 min(2.9861111111vw, 36px)
}


	.footer__cp .top {
  display: block;
  bottom: min(10.42vw, 150px); /* 150÷1440×100 */
  z-index: 160;
  position: fixed;
  right: 5%;
}

	
@media screen and (max-width:767px) {
.footer__cp {
	padding: min(5vw, 20px) 0 min(9.5vw, 38px)
}
  .footer__cp .top {
    width: 14%;
    bottom: min(67.5vw, 270px); /* 270÷400×100 スマホ基準幅400px */
  }
}
.footer__cp p {
	font-size: min(1.0416666667vw, 15px);
	letter-spacing: 0;
	line-height: 2;
	font-weight: 700;
	text-align: center
}
@media screen and (max-width:767px) {
.footer__cp p {
	font-size: min(3vw, 12px);
	letter-spacing: 0;
	line-height: 2;
	font-weight: 700
}
}
/**/
@media screen and (max-width:767px) {
.footer__cp p {
	font-size: 3vw
}
}

.svg-icon {
	display: none
}
@media screen and (max-width:767px) {
	
.mq4pc {
	display: none
}
}
.mq4sp {
	display: none
}
@media screen and (max-width:767px) {
.mq4sp {
	display: block
}
}
.home main {
	padding: 0
}
.home main .points {
	padding: min(4.9305555556vw, 71px) 0 min(6.6666666667vw, 96px);
	background: var(--ylw);
}
@media screen and (max-width:767px) {
.home main .points {
	padding: min(15vw, 60px) 0 min(12vw, 48px)
}
}
.home main .points h2 {
	font-size: min(3.2638888889vw, 47px);
	letter-spacing: .05em;
	line-height: 1;
	font-weight: 700;
	margin-bottom: min(4.0277777778vw, 58px);
	text-align: center
}
@media screen and (max-width:767px) {
.home main .points h2 {
	font-size: min(9vw, 28px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700
}
}
@media screen and (max-width:767px) {
.home main .points h2 {
	margin-bottom: min(10vw, 40px)
}
}
.home main .points__points {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: min(1.4583333333vw, 21px)
}
@media screen and (max-width:767px) {
.home main .points__points {
	gap: min(2.5vw, 10px)
}
}
.home main .points__pointsPoint {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	width: min(17.2916666667vw, 249px);
	padding: min(1.5277777778vw, 22px) 0;
	border: 2px solid #e5e5e5;
	border-radius: 6px;
	background: #fff
}
@media screen and (max-width:767px) {
.home main .points__pointsPoint {
	width: min(43.75vw, 175px);
	padding: min(4.25vw, 17px) 0
}
}
.home main .points__pointsPoint picture {
	width: min(7.7777777778vw, 112px);
	margin-bottom: min(1.25vw, 18px)
}
@media screen and (max-width:767px) {
.home main .points__pointsPoint picture {
	width: min(19.75vw, 79px);
	margin-bottom: min(2.5vw, 10px)
}
}
.home main .points__pointsPoint p.txt {
	font-size: min(1.1111111111vw, 16px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700
}
@media screen and (max-width:767px) {
.home main .points__pointsPoint p.txt {
	font-size: min(3vw, 12px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700
}
}
.home main .points__pointsPoint p.point {
	font-size: min(1.6666666667vw, 24px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700;
margin-top:min(.6944444444vw, 10px)
}
@media screen and (max-width:767px) {
.home main .points__pointsPoint p.point {
	margin-top: min(1.5vw, 6px)
}
}
@media screen and (max-width:767px) {
.home main .points__pointsPoint p.point {
	font-size: min(6vw, 18px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700
}
}
.home main .reco {
	margin-bottom: max(-1.6666666667vw, -24px);
	padding: min(3.8888888889vw, 56px) 0 0
}
@media screen and (max-width:767px) {
.home main .reco {
	margin-bottom: 0;
	padding: min(7.25vw, 29px) 0 min(12.5vw, 50px)
}
}
.home main .reco h2 {
	font-size: min(3.2638888889vw, 47px);
	letter-spacing: .05em;
	line-height: 1;
	font-weight: 700;
	margin-bottom: min(2.9861111111vw, 43px);
	text-align: center
}
@media screen and (max-width:767px) {
.home main .reco h2 {
	margin-bottom: min(9.25vw, 37px)
}
}
@media screen and (max-width:767px) {
.home main .reco h2 {
	font-size: min(7vw, 28px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700
}
}
.home main .reco__pic {
	display: flex;
	justify-content: center
}
.home main .reco__pic svg {
	width: min(63.6111111111vw, 916px);
margin-right:max(-.9722222222vw, -14px)
}
@media screen and (max-width:767px) {
.home main .reco__pic svg {
	width: min(90.5vw, 362px)
}
}
.home main .reco__pic svg .dropsdw {
	filter: drop-shadow(3px 3px 2px rgba(0,0,0,.25))
}
.home main .meri {
	padding: min(4.7222222222vw, 68px) 0 min(6.25vw, 90px);
	background:var(--light);
	position: relative;
}

.home main .meri h2 {
	font-size: min(3.2638888889vw, 47px);
	letter-spacing: .05em;
	line-height: 1;
	font-weight: 700;
	text-align: center
}

.home main .meri h2 span.big {
	display: inline-block;
margin:0 min(.2083333333vw, 3px);
	font-size: 170.21%
}

.home main .meri__rows {
	margin-top: min(4.7916666667vw, 69px)
}
@media screen and (max-width:767px) {
.home main .meri__rows {
	margin-top: min(14.25vw, 57px)
}
}
.home main .meri__rowsRow {
	position: relative;
	width: min(73.6111111111vw, 1060px);
	margin: 0 auto;
	border: 4px solid #ff6400;
	border-radius: 6px;
	background: #fff
}
.home main .meri__rowsRow .chara{
	right: -30px;
	top:-250px;
}

@media screen and (max-width:767px) {
.home main .meri__rowsRow {
	width: min(90vw, 360px)
}
}
.home main .meri__rowsRow+div {
	margin-top: min(3.4722222222vw, 50px)
}
@media screen and (max-width:767px) {
.home main .meri__rowsRow+div {
	margin-top: min(13.25vw, 53px)
}
}
.home main .meri__rowsRowFukidashi {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 50%;
	width: min(17.9166666667vw, 258px);
	height: min(2.8472222222vw, 41px);
	border-radius: 5px;
	background: #ff6400;
	translate: -50% -50%
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowFukidashi {
	width: min(64.5vw, 258px);
	height: min(8.75vw, 35px)
}
}
.home main .meri__rowsRowFukidashi:after {
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	position: absolute;
	content: "";
	top: 99%;
	left: 50%;
width:min(.8333333333vw, 12px);
	aspect-ratio: 1;
	background: #ff6400;
	translate: -50% 0%
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowFukidashi:after {
	width: min(3vw, 12px)
}
}
.home main .meri__rowsRowFukidashi p {
	font-size: min(1.5972222222vw, 23px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	translate: 0 -.03em
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowFukidashi p {
	font-size: min(5vw, 20px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700
}
}
.home main .meri__rowsRowInner {
	padding-top: min(3.125vw, 45px)
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInner {
	padding-top: min(11.25vw, 45px);
	padding-right: min(5vw, 20px);
	padding-left: min(5vw, 20px)
}
}
.home main .meri__rowsRowInner>h3 {
	font-size: min(2.2222222222vw, 32px);
	letter-spacing: 0;
	line-height: 1.45;
	font-weight: 700;
	margin-bottom: min(1.3888888889vw, 20px);
	color: #ff6400;
	text-align: center
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInner>h3 {
	margin-bottom: min(3.75vw, 15px)
}
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInner>h3 {
	font-size: min(5vw, 20px);
	letter-spacing: 0;
	line-height: 1.45;
	font-weight: 700
}
}
.home main .meri__rowsRowInner>p {
	font-size: min(1.5972222222vw, 23px);
	letter-spacing: 0;
	line-height: 1.45;
	font-weight: 500;
	width: fit-content;
	margin-right: auto;
	margin-left: auto
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInner>p {
	font-size: min(4vw, 16px);
	letter-spacing: 0;
	line-height: 1.5;
	font-weight: 500;
	text-align:left;
}
}
.home main .meri__rowsRowInnerHtmlPrice {
	width: fit-content;
	margin: min(2.5694444444vw, 37px) auto min(2.0833333333vw, 30px)
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPrice {
	width: 100%;
	margin: min(7.75vw, 31px) 0 min(9vw, 36px)
}
}
.home main .meri__rowsRowInnerHtmlPriceFlex {
	display: flex;
	gap: min(8.2638888889vw, 119px)
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPriceFlex {
	flex-direction: column;
	gap: min(19.25vw, 77px)
}
}
.home main .meri__rowsRowInnerHtmlPriceFlex .ttl {
padding:min(.8333333333vw, 12px) 0 min(.7638888889vw, 11px);
border-top-left-radius:min(.4166666667vw, 6px);
border-top-right-radius:min(.4166666667vw, 6px);
	background:#8FC329
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPriceFlex .ttl {
	padding: min(3vw, 12px) 0 min(2.75vw, 11px);
	border-top-left-radius: min(1.5vw, 6px);
	border-top-right-radius: min(1.5vw, 6px)
}
}
.home main .meri__rowsRowInnerHtmlPriceFlex .ttl h4 {
	font-size: min(1.25vw, 18px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-align: center
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPriceFlex .ttl h4 {
	font-size: min(4.5vw, 18px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700
}
}
.home main .meri__rowsRowInnerHtmlPriceFlexB4 {
	display: flex;
	flex-direction: column;
	position: relative;
	width: min(32.9166666667vw, 474px)
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPriceFlexB4 {
	width: 100%
}
}
.home main .meri__rowsRowInnerHtmlPriceFlexB4Cnt {
	height: 100%;
	padding: min(1.1111111111vw, 16px);
	border: 2px solid #8FC329;
border-bottom-right-radius:min(.4166666667vw, 6px);
border-bottom-left-radius:min(.4166666667vw, 6px)
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPriceFlexB4Cnt {
	padding: min(3.75vw, 15px);
	border-bottom-right-radius: min(1.5vw, 6px);
	border-bottom-left-radius: min(1.5vw, 6px)
}
}
.home main .meri__rowsRowInnerHtmlPriceFlexB4Cnt p {
	text-align: center
}
.home main .meri__rowsRowInnerHtmlPriceFlexB4Cnt p.price {
	font-size: min(1.4583333333vw, 21px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700;
margin-bottom:min(.4861111111vw, 7px)
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPriceFlexB4Cnt p.price {
	margin-bottom: min(1.75vw, 7px)
}
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPriceFlexB4Cnt p.price {
	font-size: min(5.25vw, 21px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700
}
}
.home main .meri__rowsRowInnerHtmlPriceFlexB4Cnt p.num {
	font-size: min(1.5277777778vw, 22px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700;
	line-height: 1.6;
	white-space: nowrap
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPriceFlexB4Cnt p.num {
	font-size: min(5.5vw, 22px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700
}
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPriceFlexB4Cnt p.num {
	line-height: 1.6
}
}
.home main .meri__rowsRowInnerHtmlPriceFlexB4Cnt p.num img {
	display: inline-block;
	width: min(12.1527777778vw, 175px)
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPriceFlexB4Cnt p.num img {
	width: min(37.25vw, 149px)
}
}
.home main .meri__rowsRowInnerHtmlPriceFlexB4Cnt p.num span {
	display: inline-block;
	translate: 0 -.3em
}
.home main .meri__rowsRowInnerHtmlPriceFlexB4Cnt table {
	display: block;
	width: 100%;
margin-top:min(.6944444444vw, 10px);
padding:min(1.3888888889vw, 20px) min(.9722222222vw, 14px);
border-radius:min(.4166666667vw, 6px);
	background:#F7F7F7;
}

@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPriceFlexB4Cnt table {
	margin-top: min(2.5vw, 10px);
	padding: min(3.75vw, 15px) min(3.5vw, 14px);
	border-radius: min(1.5vw, 6px)
}
}
.home main .meri__rowsRowInnerHtmlPriceFlexB4Cnt table tbody {
	display: block;
	width: 100%
}
.home main .meri__rowsRowInnerHtmlPriceFlexB4Cnt table tr {
	display: grid;
	grid-template-columns: 13.1707317073% 86.8292682927%
}
.home main .meri__rowsRowInnerHtmlPriceFlexB4Cnt table tr+tr {
margin-top:min(.7638888889vw, 11px)
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPriceFlexB4Cnt table tr+tr {
	margin-top: min(2.75vw, 11px)
}
}
.home main .meri__rowsRowInnerHtmlPriceFlexB4Cnt table tr th, .home main .meri__rowsRowInnerHtmlPriceFlexB4Cnt table tr td {
	font-size: min(1.1111111111vw, 16px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 500;
	padding: 0
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPriceFlexB4Cnt table tr th, .home main .meri__rowsRowInnerHtmlPriceFlexB4Cnt table tr td {
	font-size: min(2.5vw, 10px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 500
}
}
.home main .meri__rowsRowInnerHtmlPriceFlexB4Cnt table tr th {
	text-align: left
}
.home main .meri__rowsRowInnerHtmlPriceFlexB4Cnt table tr td {
	text-align: right;
	white-space: nowrap
}
.home main .meri__rowsRowInnerHtmlPriceFlexB4Arrow {
	position: absolute;
	top: min(8.3333333333vw, 120px);
	left: calc(100% + min(2.4305555556vw, 35px));
	width: min(4.0972222222vw, 59px)
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPriceFlexB4Arrow {
	top: calc(100% + min(3.75vw, 15px));
	left: 50%;
	width: min(11.75vw, 47px);
	rotate: 90deg;
	translate: -50% 0
}
}
.home main .meri__rowsRowInnerHtmlPriceFlexAfter {
	width: min(18.6805555556vw, 269px)
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPriceFlexAfter {
	width: 100%
}
}
.home main .meri__rowsRowInnerHtmlPriceFlexAfter .ttl {
	background: #ff6400
}
.home main .meri__rowsRowInnerHtmlPriceFlexAfterCnt {
	padding: min(1.3888888889vw, 20px) min(2.0833333333vw, 30px) min(1.8055555556vw, 26px);
	border: 2px solid #ff6400;
border-bottom-right-radius:min(.4166666667vw, 6px);
border-bottom-left-radius:min(.4166666667vw, 6px)
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPriceFlexAfterCnt {
	padding: min(4vw, 16px) min(14.25vw, 57px);
	border-bottom-right-radius: min(1.5vw, 6px);
	border-bottom-left-radius: min(1.5vw, 6px)
}
}
.home main .meri__rowsRowInnerHtmlPriceFlexAfterCnt p.txt {
	text-align:left;
	font-size: min(1.0416666667vw, 15px);
	letter-spacing: 0;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: min(2.2916666667vw, 33px)
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPriceFlexAfterCnt p.txt {
	font-size: min(3.75vw, 15px);
	letter-spacing: 0;
	line-height: 1.4;
	font-weight: 700
}
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPriceFlexAfterCnt p.txt {
	margin-bottom: min(3.75vw, 15px);
	text-align: center
}
}
.home main .meri__rowsRowInnerHtmlPriceFlexAfterCntPrice {
	position: relative;
padding-bottom:min(.5555555556vw, 8px)
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPriceFlexAfterCntPrice {
	padding-bottom: min(2vw, 8px)
}
}
.home main .meri__rowsRowInnerHtmlPriceFlexAfterCntPrice:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
height:calc(100% - min(.8333333333vw, 12px));
	background: #fcf0db
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPriceFlexAfterCntPrice:before {
	height: calc(100% - min(2.5vw, 10px))
}
}
.home main .meri__rowsRowInnerHtmlPriceFlexAfterCntPrice>* {
	position: relative;
	z-index: 5
}
.home main .meri__rowsRowInnerHtmlPriceFlexAfterCntPrice p {
	text-align: center
}
.home main .meri__rowsRowInnerHtmlPriceFlexAfterCntPrice p.price {
	font-size: min(1.3194444444vw, 19px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700;
margin-bottom:min(.4166666667vw, 6px)
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPriceFlexAfterCntPrice p.price {
	font-size: min(4.75vw, 19px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700
}
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPriceFlexAfterCntPrice p.price {
	margin-bottom: min(1.5vw, 6px)
}
}
.home main .meri__rowsRowInnerHtmlPriceFlexAfterCntPrice p.num {
	font-size: min(1.5277777778vw, 22px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700;
	line-height: 1.6;
	white-space: nowrap
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPriceFlexAfterCntPrice p.num {
	font-size: min(4.5vw, 18px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700
}
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPriceFlexAfterCntPrice p.num {
	line-height: 1.6
}
}
.home main .meri__rowsRowInnerHtmlPriceFlexAfterCntPrice p.num img {
	display: inline-block;
	width: min(9.4444444444vw, 136px)
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPriceFlexAfterCntPrice p.num img {
	width: min(34vw, 136px)
}
}
.home main .meri__rowsRowInnerHtmlPriceFlexAfterCntPrice p.num span {
	display: inline-block;
	translate: 0 -.3em
}
.home main .meri__rowsRowInnerHtmlPriceFlexAfterCntSave {
	position: relative;
	margin-top: min(1.1111111111vw, 16px);
padding:min(.2777777778vw, 4px) 0;
	border-radius: 9999px;
	background: #fff700
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPriceFlexAfterCntSave {
	margin-top: min(4.75vw, 19px);
	padding: min(1vw, 4px) 0
}
}
.home main .meri__rowsRowInnerHtmlPriceFlexAfterCntSave:before {
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	position: absolute;
	content: "";
	bottom: 97%;
	left: 50%;
	width: min(1.0416666667vw, 15px);
	aspect-ratio: 1;
	background: inherit;
	translate: -50% 0%
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPriceFlexAfterCntSave:before {
	width: min(3.75vw, 15px)
}
}
.home main .meri__rowsRowInnerHtmlPriceFlexAfterCntSave p {
font-size:min(.8333333333vw, 12px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700;
	line-height: 2.3;
	text-align: center
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPriceFlexAfterCntSave p {
	font-size: min(3vw, 12px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700
}
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPriceFlexAfterCntSave p {
	line-height: 2.3
}
}
.home main .meri__rowsRowInnerHtmlPriceFlexAfterCntSave p img {
	display: inline-block;
	width: min(5.5555555556vw, 80px)
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPriceFlexAfterCntSave p img {
	width: min(20vw, 80px)
}
}
.home main .meri__rowsRowInnerHtmlPrice p.notice {
	font-size: min(1.1111111111vw, 16px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 500;
margin-top:min(.8333333333vw, 12px);
	color: #707070;
	text-align: right
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPrice p.notice {
	font-size: min(3.75vw, 15px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 500
}
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlPrice p.notice {
	margin-top: min(3vw, 12px)
}
}
.home main .meri__rowsRowInnerHtmlAio {
	margin-top: min(2.7777777778vw, 40px)
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlAio {
	margin-top: min(9.5vw, 38px);
	margin-bottom: min(12.5vw, 50px)
}
}
.home main .meri__rowsRowInnerHtmlAioFlex {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: min(6.3194444444vw, 91px)
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlAioFlex {
	flex-direction: column;
	flex-wrap: wrap;
	gap: min(17.75vw, 71px)
}
}
.home main .meri__rowsRowInnerHtmlAioFlex>* {
	position: relative
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlAioFlex>* {
	width: 100%;
	border: 2px solid #b4b4b4;
	padding: 0 0 1em;
}
}
.home main .meri__rowsRowInnerHtmlAioFlex>* .ttl {
	font-size: min(1.25vw, 18px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 500;
	display: flex;
	justify-content: center;
	width: min(13.1944444444vw, 190px);
	margin-right: auto;
	margin-bottom: max(-1.1805555556vw, -17px);
	margin-left: auto;
padding:min(.4861111111vw, 7px) 0 min(.6944444444vw, 10px);
	border-radius: 9999px;
	background:#8FC329;
	color: #fff
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlAioFlex>* .ttl {
	font-size: min(3.75vw, 15px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 500
}
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlAioFlex>* .ttl {
	width: min(42.75vw, 171px);
	margin-top: max(-3.5vw, -14px);
	margin-bottom: 0;
	padding: min(1.25vw, 5px) 0 min(1.5vw, 6px)
}
}
.home main .meri__rowsRowInnerHtmlAioFlex>* .calender {
	padding: min(1.875vw, 27px) min(1.1111111111vw, 16px) min(1.5277777778vw, 22px);
	border: 2px solid #8FC329;
	border-radius: 6px
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlAioFlex>* .calender {
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
	padding: min(2vw, 8px) 0 0;
	border: none
}
}
.home main .meri__rowsRowInnerHtmlAioFlex>* .calender>picture {
	width: min(22.2222222222vw, 320px)
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlAioFlex>* .calender>picture {
	width: min(72.5vw, 290px)
}
}
.home main .meri__rowsRowInnerHtmlAioFlex>*:after {
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	position: absolute;
	content: "";
	top: min(11.4583333333vw, 165px);
	left: calc(100% + min(2.1527777778vw, 31px));
	width: min(2.1256944444vw, 30.61px);
	height: min(3.7291666667vw, 53.7px);
	background: #ff6400
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlAioFlex>*:after {
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	top: calc(100% + min(4.25vw, 17px));
	left: 50%;
	width: min(30.5vw, 122px);
	height: min(6.5vw, 26px);
	translate: -50% 0
}
}
.home main .meri__rowsRowInnerHtmlAioFlex>*:last-of-type:after {
	display: none
}
.home main .meri__rowsRowInnerHtmlAioFlex>* .person {
	display: flex;
	align-items: center;
gap:min(.7638888889vw, 11px);
margin-top:max(-.9722222222vw, -14px)
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlAioFlex>* .person {
	justify-content: center;
	gap: min(3.75vw, 15px);
margin-top:min(.5vw, 2px)
}
}
.home main .meri__rowsRowInnerHtmlAioFlex>* .person>picture {
	width: min(7.5694444444vw, 109px)
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlAioFlex>* .person>picture {
	width: 20vw;
	position:absolute;
	left:0;
	bottom:0;
}
}
.home main .meri__rowsRowInnerHtmlAioFlex>* .person__txt {
	position: relative;
	width: min(18.1944444444vw, 262px)
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlAioFlex>* .person__txt {
	width: min(50.75vw, 203px);
	margin: 1em 1em 0 auto}
}

.home main .meri__rowsRowInnerHtmlAioFlex>* .person__txt p {
	font-size: min(1.0416666667vw, 15px);
	letter-spacing: 0;
	line-height: 1.4;
	font-weight: 500;
	position: absolute;
	top: 47%;
	left: 51%;
	color: #ff6400;
	white-space: nowrap;
	translate: -50% -50%
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlAioFlex>* .person__txt p {
	font-size: min(3vw, 12px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 500
}
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlAioFlexAfter {
	border-color: #ff6400
}
}
.home main .meri__rowsRowInnerHtmlAioFlexAfter .ttl {
	background: #ff6400
}
.home main .meri__rowsRowInnerHtmlAioFlexAfter .calender {
	border-color: #ff6400
}
.home main .meri__rowsRowInnerHtmlAioFlexAfter .person>picture {
	width: min(7.5694444444vw, 126px)
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlAioFlexAfter .person>picture {
	width: min(21.75vw, 94px);
	left:-10px;
}
}
.home main .meri__rowsRowInnerHtmlAioFlexAfter .person__txt {
	width: min(14.2361111111vw, 205px)
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlAioFlexAfter .person__txt {
	width: min(50.75vw, 203px);
	margin: 1em 1em 0 auto}
}
.home main .meri__rowsRowInnerHtmlForget {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: min(2.0833333333vw, 30px)
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlForget {
	padding-bottom: min(8.75vw, 35px)
}
}
.home main .meri__rowsRowInnerHtmlForget>picture {
	width: min(16.3888888889vw, 236px)
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlForget>picture {
	width: min(43vw, 172px)
}
}
.home main .meri__rowsRowInnerHtmlForget p.notice {
	font-size: min(1.1111111111vw, 16px);
	letter-spacing: 0;
	line-height: 1.5;
	font-weight: 500;
	display: inline-flex;
	margin-top: min(1.3888888889vw, 20px);
	color: #707070
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlForget p.notice {
	font-size: min(3.75vw, 15px);
	letter-spacing: 0;
	line-height: 1.4;
	font-weight: 500
}
}
@media screen and (max-width:767px) {
.home main .meri__rowsRowInnerHtmlForget p.notice {
	text-align:left;
	margin-top: min(5.75vw, 23px)
}
}
.home main .meri__rowsRowInnerHtmlForget p.notice span.kome {
	display: inline-block
}
.home main .meri .Uketsuke {
	position: relative;
	bottom: auto;
	left: auto;
	z-index: 5;
	padding: min(2.0833333333vw, 30px) 0 0;
	background: transparent
}
@media screen and (max-width:767px) {
.home main .meri .Uketsuke {
	padding: min(5vw, 20px) 0 0
}
}
.home main .rs {
	position: relative;
	padding: min(7.5vw, 108px) 0 min(7.6388888889vw, 110px);
	overflow: clip;

  background-image: repeating-linear-gradient(135deg, var(--ylw), var(--ylw) 20px, transparent 20px, transparent 50px);
}
}
@media screen and (max-width:767px) {
.home main .rs {
	padding: min(17.5vw, 70px) 0;
	background-size: 1000px
}
}
.home main .rs:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	width: min(45.4166666667vw, 654px);
	aspect-ratio: 1;
	border-radius: 9999px;
	background: #fff;
	translate: -50% -50%
}
@media screen and (max-width:767px) {
.home main .rs:after {
	width: min(90vw, 360px)
}
}
.home main .rs__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: min(2.6388888889vw, 38px);
	position: relative;
	z-index: 5
}
@media screen and (max-width:767px) {
.home main .rs__inner {
	gap: min(7.5vw, 30px)
}
}
.home main .rs__inner h2 {
	font-size: min(2.7777777778vw, 40px);
	letter-spacing: .05em;
	line-height: 1;
	font-weight: 700
}
@media screen and (max-width:767px) {
.home main .rs__inner h2 {
	font-size: min(7vw, 28px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700;
	padding-top:.8em;
}
}
.home main .rs__inner>p {
	font-size: min(1.3888888889vw, 20px);
	letter-spacing: 0;
	line-height: 1.45;
	font-weight: 500
}
@media screen and (max-width:767px) {
.home main .rs__inner>p {
	font-size: min(4vw, 16px);
	letter-spacing: 0;
	line-height: 1.5;
	font-weight: 500
}
}
/* ========== 借入シミュレーション ========== */
.home main .rs.sim {
	background-image: repeating-linear-gradient(135deg, var(--bg), var(--bg) 20px, transparent 20px, transparent 50px);
	background-color: transparent;
}
.home main .rs.sim:after {
	top: 20%
}
.home main .rs.sim .hero__title {
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	font-weight: 900;
	line-height: 1;
	white-space: nowrap
}
.home main .rs.sim .hero__lead {
	position: relative;
	display: inline-block;
	padding: 14px 34px;
	border-radius: 999px;
	background: #ff6400;
	color: #fff;
	font-size: min(1.5972222222vw, 23px)
}
.home main .rs.sim .hero__lead:after {
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	position: absolute;
	content: "";
	top: 99%;
	left: 50%;
	width: min(.8333333333vw, 12px);
	aspect-ratio: 1;
	background: #ff6400;
	translate: -50% 0%
}
.home main .rs.sim .hero__sub {
	font-size: min(2.2222222222vw, 32px);
	margin-bottom: -10px
}
.home main .rs.sim .hero__main {
	color: #ff6400
}
@media screen and (max-width:767px) {
.home main .rs.sim .hero__lead {
	font-size: min(4vw, 16px)
}
.home main .rs.sim .hero__sub {
	font-size: min(5vw, 20px)
}
.home main .rs.sim .hero__lead:after {
	width: min(3vw, 12px)
}
}
.home main .rs.sim .note {
	font-size: min(1.1111111111vw, 16px);
	color: #707070;
	margin-top: 5px
}
@media screen and (max-width:767px) {
.home main .rs.sim .note {
	font-size: 12px
}
}
.home main .rs.sim .txt-bold {
	font-weight: bold
}
.home main .rs.sim .txt-red {
	color: #e60012
}
.home main .rs.sim .sim-box {
	background: #fff;
	border-radius: 10px;
	padding: 60px 50px 20px;
	margin: 0 auto;
	border: 4px solid #ccc;
	width: 100%;
	max-width: 700px
}
@media screen and (max-width:767px) {
.home main .rs.sim .sim-box {
	padding: 0;
	background: transparent;
	border: none
}
.home main .rs.sim .sim-box-inner {
	background: #fff;
	border-radius: 10px;
	padding: 30px 20px;
	margin: 10px min(5vw, 20px) 20px;
	border: 4px solid #ccc
}
}
.home main .rs.sim .sim-group {
	margin-bottom: 50px
}
.home main .rs.sim .sim-group:last-child {
	margin-bottom: 0
}
.home main .rs.sim .sim-label {
	font-size: 24px;
	font-weight: bold;
	position: relative;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-bottom: 25px;
	line-height: 1.2;
	border-bottom: 1px dotted #ccc
}
.home main .rs.sim .sim-label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 1.2em;
	background-color: #ff6400
}
@media screen and (max-width:767px) {
.home main .rs.sim .sim-label {
	margin-bottom: 15px;
	font-size: 18px;
	padding-left: .5em;
	padding-bottom: .3em
}
}
.home main .rs.sim .sim-content-body {
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}
@media screen and (max-width:767px) {
.home main .rs.sim .sim-content-body {
	display: block
}
}
.home main .rs.sim .sim-display-area {
	order: 2;
	margin-left: 40px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	justify-content: flex-end
}
@media screen and (max-width:767px) {
.home main .rs.sim .sim-display-area {
	margin-left: 0;
	margin-bottom: 15px;
	width: 100%;
	justify-content: flex-start
}
}
.home main .rs.sim .sim-slider-block {
	order: 1;
	flex-grow: 0;
	width: 460px
}
@media screen and (max-width:767px) {
.home main .rs.sim .sim-slider-block {
	width: 100%
}
}
.home main .rs.sim .sim-input-item {
	display: flex;
	align-items: center
}
.home main .rs.sim .sim-input-item--month {
	margin-left: 15px
}
.home main .rs.sim .sim-input-num {
	background: #f4f4f4;
	border: none;
	border-radius: 4px;
	font-size: 22px;
	font-weight: bold;
	text-align: right;
	width: 80px;
	padding: 5px 10px;
	margin-right: 8px;
	-moz-appearance: textfield
}
.home main .rs.sim .sim-input-num::-webkit-inner-spin-button,
.home main .rs.sim .sim-input-num::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}
@media screen and (max-width:767px) {
.home main .rs.sim .sim-input-num {
	width: 80px;
	font-size: 24px;
	padding: 6px
}
}
.home main .rs.sim .sim-unit {
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap
}
.home main .rs.sim .sim-slider-area {
	display: flex;
	align-items: center;
	gap: 15px
}
.home main .rs.sim .sim-btn-minus,
.home main .rs.sim .sim-btn-plus {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #ff6400;
	color: #fff;
	border: none;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
	flex-shrink: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity .3s;
	box-shadow: 2px 2px 4px rgba(0,0,0,.25)
}
.home main .rs.sim .sim-btn-minus:hover,
.home main .rs.sim .sim-btn-plus:hover {
	opacity: .8
}
.home main .rs.sim .sim-range-wrap {
	flex-grow: 1;
	position: relative;
	padding: 2px 0 7px
}
.home main .rs.sim .sim-range {
	-webkit-appearance: none;
	width: 100%;
	height: 10px;
	border-radius: 5px;
	border: none;
	outline: none;
	cursor: pointer;
	background: linear-gradient(to right,#ff6400 0%,#ff6400 40%,#ddd 40%,#ddd 100%)
}
.home main .rs.sim .sim-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #ccc;
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
	cursor: pointer
}
.home main .rs.sim .sim-range::-moz-range-thumb {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #ccc;
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
	cursor: pointer
}
.home main .rs.sim .sim-range:focus,
.home main .rs.sim .sim-range:focus-visible {
	border: none;
	outline: none
}
.home main .rs.sim .sim-range-labels {
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	font-weight: bold;
	color: #444
}
@media screen and (max-width:767px) {
.home main .rs.sim .sim-range-labels {
	font-size: 18px
}
}
.home main .rs.sim .sim-radio-group {
	display: flex;
	gap: 30px;
	flex-wrap: wrap
}
@media screen and (max-width:767px) {
.home main .rs.sim .sim-radio-group {
	gap: 20px
}
}
.home main .rs.sim .sim-radio-label {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 20px
}
.home main .rs.sim .sim-radio-label input {
	display: none
}
.home main .rs.sim .radio-mark {
	width: 22px;
	height: 22px;
	border: 2px solid #ccc;
	border-radius: 50%;
	margin-right: 10px;
	position: relative;
	box-sizing: border-box;
	flex-shrink: 0
}
.home main .rs.sim .sim-radio-label input:checked + .radio-mark {
	border-color: #ff6400;
	background-color: #fff
}
.home main .rs.sim .sim-radio-label input:checked + .radio-mark:after {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #ff6400;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}
.home main .rs.sim .sim-radio-label input:checked ~ .radio-txt {
	color: #ff6400
}
.home main .rs.sim .sim-result-box {
	border: 3px solid #ff6400;
	border-radius: 12px;
	overflow: hidden;
	margin-top: 50px;
	background: #fff
}
@media screen and (max-width:767px) {
.home main .rs.sim .sim-result-box {
	margin-top: 0;
	border: 4px solid #ff6400
}
}
.home main .rs.sim .sim-result-head {
	background-color: #ff6400;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 4px 0 8px;
	letter-spacing: .05em
}
@media screen and (max-width:767px) {
.home main .rs.sim .sim-result-head {
	font-size: 18px
}
}
.home main .rs.sim .sim-result-body {
	padding: 20px 20%
}
@media screen and (max-width:767px) {
.home main .rs.sim .sim-result-body {
	padding: 10px 20px
}
}
.home main .rs.sim .sim-result-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding-bottom: 10px;
	margin-bottom: 5px
}
.home main .rs.sim .sim-result-row.border-bottom {
	border-bottom: 1px solid #ff6400
}
.home main .rs.sim .sim-result-row dt {
	font-size: 24px;
	font-weight: bold;
	margin: 0
}
@media screen and (max-width:767px) {
.home main .rs.sim .sim-result-row dt {
	font-size: 16px
}
}
.home main .rs.sim .sim-result-row dd {
	font-size: 20px;
	font-weight: bold;
	margin: 0
}
.home main .rs.sim .sim-result-price {
	font-size: 30px;
	font-weight: bold;
	line-height: 1
}
@media screen and (max-width:767px) {
.home main .rs.sim .sim-result-price {
	font-size: 28px
}
}
.home main .rs.sim .sim-result-rate {
	text-align: right;
	font-size: 15px;
	font-weight: bold
}
.home main .rs.sim .sim-note--right {
	text-align: right
}
@media screen and (max-width:767px) {
.home main .rs.sim .sim-note--right {
	margin-top: 10px;
	padding: 5px;
	background-color: #fff
}
}

.home main .flow {
	padding: min(5.9722222222vw, 86px) 0 min(5.6944444444vw, 82px);
	background:var(--ylw);
}
@media screen and (max-width:767px) {
.home main .flow {
	padding: min(12.5vw, 50px) 0 min(10vw, 40px)
}
}
.home main .flow h2 {
	font-size: min(2.7777777778vw, 40px);
	letter-spacing: .05em;
	line-height: 1;
	font-weight: 700;
	margin-bottom: min(3.6111111111vw, 52px);
	text-align: center
}
@media screen and (max-width:767px) {
.home main .flow h2 {
	font-size: min(7vw, 28px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700
}
}
@media screen and (max-width:767px) {
.home main .flow h2 {
	margin-bottom: min(10vw, 40px)
}
}
.home main .flow__cells {
	display: flex;
	justify-content: center;
	gap: min(4.6527777778vw, 67px)
}
@media screen and (max-width:767px) {
.home main .flow__cells {
	flex-direction: column;
	align-items: center;
	gap: min(13.75vw, 55px)
}
}
.home main .flow__cellsCell {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: min(21.4583333333vw, 309px);
	padding: min(2.2916666667vw, 33px) min(1.3888888889vw, 20px);
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	background: #fff
}
@media screen and (max-width:767px) {
.home main .flow__cellsCell {
	width: min(90vw, 360px);
	padding: min(7.5vw, 30px) min(5vw, 20px)
}
}
.home main .flow__cellsCell:after {
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	position: absolute;
	content: "";
	top: min(10.5555555556vw, 152px);
	left: calc(100% + min(1.6666666667vw, 24px));
	width: min(1.7361111111vw, 25px);
	height: min(5.4861111111vw, 79px);
	background: #ff6400
}
@media screen and (max-width:767px) {
.home main .flow__cellsCell:after {
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	top: calc(100% + min(3.75vw, 15px));
	left: 50%;
	width: min(19.75vw, 79px);
	height: min(6.25vw, 25px);
	translate: -50% 0
}
}
.home main .flow__cellsCell:last-of-type:after {
	display: none
}
.home main .flow__cellsCellStep {
	width: min(8.6805555556vw, 125px);
	margin-bottom: min(1.1111111111vw, 16px);
padding:min(.2777777778vw, 4px) 0 min(.4166666667vw, 6px);
	border-radius: 9999px;
	background: #ff6400
}
@media screen and (max-width:767px) {
.home main .flow__cellsCellStep {
	width: min(31.25vw, 125px);
	margin-bottom: min(5vw, 20px);
	padding: min(1.5vw, 6px) 0
}
}
.home main .flow__cellsCellStep p {
	font-size: min(1.0416666667vw, 15px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-align: center
}
@media screen and (max-width:767px) {
.home main .flow__cellsCellStep p {
	font-size: min(3.75vw, 15px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700
}
}
.home main .flow__cellsCell p {
	text-align: center
}
.home main .flow__cellsCell p.ttl {
	font-size: min(1.6666666667vw, 24px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700;
	margin-bottom: min(1.7361111111vw, 25px)
}
@media screen and (max-width:767px) {
.home main .flow__cellsCell p.ttl {
	font-size: min(5vw, 20px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700
}
}
@media screen and (max-width:767px) {
.home main .flow__cellsCell p.ttl {
	margin-bottom: min(6vw, 24px)
}
}
.home main .flow__cellsCell p.txt {
	font-size: min(1.1111111111vw, 16px);
	letter-spacing: 0;
	line-height: 1.5;
	font-weight: 500
}
@media screen and (max-width:767px) {
.home main .flow__cellsCell p.txt {
	font-size: min(4vw, 16px);
	letter-spacing: 0;
	line-height: 1.5;
	font-weight: 500
}
}
.home main .flow__cellsCell p.notice {
font-size:min(.9027777778vw, 13px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 500;
margin-top:min(.6944444444vw, 10px);
	color: #707070
}
@media screen and (max-width:767px) {
.home main .flow__cellsCell p.notice {
	font-size: min(3.25vw, 13px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 500
}
}
@media screen and (max-width:767px) {
.home main .flow__cellsCell p.notice {
	margin-top: min(2.5vw, 10px)
}
}
.home main .flow__cellsCell>picture {
	width: min(8.6805555556vw, 125px);
	margin-bottom: min(2.0138888889vw, 29px)
}
@media screen and (max-width:767px) {
.home main .flow__cellsCell>picture {
	width: min(31.25vw, 125px);
	margin-bottom: min(6.25vw, 25px)
}
}
.home main .qa {
	padding: min(7.0138888889vw, 101px) 0 min(7.0833333333vw, 102px)
}
@media screen and (max-width:767px) {
.home main .qa {
	padding: min(15.25vw, 61px) 0 min(16.25vw, 65px)
}
}
.home main .qa h2 {
	font-size: min(2.7777777778vw, 40px);
	letter-spacing: .05em;
	line-height: 1;
	font-weight: 700;
	margin-bottom: min(3.4722222222vw, 50px);
	text-align: center
}
@media screen and (max-width:767px) {
.home main .qa h2 {
	font-size: min(7vw, 28px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700
}
}
@media screen and (max-width:767px) {
.home main .qa h2 {
	margin-bottom: min(7.5vw, 30px)
}
}
.home main .qa__rows {
	width: min(73.6111111111vw, 1060px);
	margin-right: auto;
	margin-left: auto
}
@media screen and (max-width:767px) {
.home main .qa__rows {
	width: min(90vw, 360px)
}
}
.home main .qa__rowsRow {
	padding: min(1.7361111111vw, 25px);
	border-radius: 5px;
	background:var(--ylw);
}
@media screen and (max-width:767px) {
.home main .qa__rowsRow {
	padding: min(3vw, 12px) min(3.75vw, 15px) min(5vw, 20px)
}
}
.home main .qa__rowsRow+div {
	margin-top: min(1.0416666667vw, 15px)
}
@media screen and (max-width:767px) {
.home main .qa__rowsRow+div {
	margin-top: min(2.5vw, 10px)
}
}
.home main .qa__rowsRow>* {
	display: flex;
	align-items: flex-start;
	gap: min(1.1805555556vw, 17px)
}
@media screen and (max-width:767px) {
.home main .qa__rowsRow>* {
	gap: min(3.5vw, 14px)
}
}
.home main .qa__rowsRow>*+div {
	margin-top: min(1.25vw, 18px)
}
@media screen and (max-width:767px) {
.home main .qa__rowsRow>*+div {
	margin-top: min(4vw, 16px)
}
}
.home main .qa__rowsRow>*>span {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	position: relative;
	width: min(1.7361111111vw, 25px);
	aspect-ratio: 1;
margin-top:min(.1388888889vw, 2px);
	border-radius: 9999px;
	background: #ff6400
}
@media screen and (max-width:767px) {
.home main .qa__rowsRow>*>span {
	width: min(6.25vw, 25px);
margin-top:min(.5vw, 2px)
}
}
.home main .qa__rowsRow>*>span:before {
font-size:min(.9722222222vw, 14px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700;
	position: absolute;
	content: "Q";
	top: 46%;
	left: 50%;
	color: #fff;
	translate: -50% -50%
}
@media screen and (max-width:767px) {
.home main .qa__rowsRow>*>span:before {
	font-size: min(3.5vw, 14px);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700
}
}
@media screen and (max-width:767px) {
.home main .qa__rowsRow>*>span:before {
	top: 48%
}
}
.home main .qa__rowsRowQ p {
	font-size: min(1.3888888889vw, 20px);
	letter-spacing: 0;
	line-height: 1.45;
	font-weight: 700
}
@media screen and (max-width:767px) {
.home main .qa__rowsRowQ p {
	font-size: min(4.5vw, 18px);
	letter-spacing: 0;
	line-height: 1.44;
	font-weight: 700
}
}
.home main .qa__rowsRowA>span {
margin-top:min(.2083333333vw, 3px);
	border: 1px solid #ff6400;
	background: #fff
}
@media screen and (max-width:767px) {
.home main .qa__rowsRowA>span {
	margin-top: 0
}
}
.home main .qa__rowsRowA>span:before {
	content: "A";
	color: #ff6400
}
.home main .qa__rowsRowA p {
	font-size: min(1.1111111111vw, 16px);
	letter-spacing: 0;
	line-height: 1.5;
	font-weight: 500
}
@media screen and (max-width:767px) {
.home main .qa__rowsRowA p {
	font-size: min(3.75vw, 15px);
	letter-spacing: 0;
	line-height: 1.4;
	font-weight: 700
}
}

.home main .pro .rs__inner .Btn img{
	width:1.4em;
	vertical-align:middle;
	margin: 0 0 0 14px;
}
.home main .pro .rs__inner .Btn a p:after{
	display:none}
@media screen and (max-width:767px) {
.home main .pro .rs__inner {
	width: min(85.25vw, 341px);
	margin-right: auto;
	margin-left: auto;
	margin-bottom:1.2em
}


}
.home main .pro .rs__inner>p {
	font-size: min(1.25vw, 18px);
	letter-spacing: 0;
	line-height: 1.44;
	font-weight: 500
}
@media screen and (max-width:767px) {
.home main .pro .rs__inner>p {
	font-size: min(4.5vw, 18px);
	letter-spacing: 0;
	line-height: 1.44;
	text-align:left;
	font-weight: 700
}
}
.home main .pro .rs__inner .Btn a {
	width: min(31.9444444444vw, 460px)
}
@media screen and (max-width:767px) {
.home main .pro .rs__inner .Btn a {
	width: min(90vw, 360px)
}
}
.chara{
	position:absolute}.chara img{
		width:100%}
	
	/*  */
.kikan .c-01 {
  right: 0;
  top: min(6.94vw, 100px); 
}
.kikan .c-02 {
  bottom: max(-20.83vw, -300px);
  left: max(-3.47vw, -50px);
  z-index: 50;
}
.yukkuri .c-01 {
  left: 50%;
  bottom: 0;
  transform: translateX(calc(-50% - min(37.5vw, 540px))); 
}
.yukkuri .c-02 {
  left: 50%;
  bottom: 0;
  transform: translateX(calc(-50% + min(34.72vw, 500px))); 
}

.home main .meri__rowsRow .chara {
  right: max(-6vw, -30px); 
  top: max(-44vw, -250px);}
.kikan .c-01 img {
  width: min(22vw, 250px);
}

.kikan .c-02 img {
  width: min(15.27vw, 253px); 
}

.yukkuri .c-01 img {
  width: min(40vw, 260px);
}
.yukkuri .c-02 img {
  width: min(35.6vw, 226px);
}
.home main .meri__rowsRow .chara img {
  width: min(21.4vw, 208px);
}
/**/

.ipad .home main .meri__rowsRowInnerHtmlPriceFlexB4Cnt table tr td{
	font-size:10px;
}
.ipad .home main .meri__rowsRowInnerHtmlPriceFlexB4{
	width:380px;
}
/**/
@media print, screen and  (min-width: 768px) and (max-width: 1080px){
	.footer__cp .top img{
		width:60%}
  .kikan .c-01 img,
  .kikan .c-02 img {
    width: 60%; 
  }

  .kikan .c-01 {
			text-align:right;
    right: 0;
    top: min(4vw, 40px);
  }
.home main .meri__rowsRow .chara img{
	width:50%;
}

.home main .meri__rowsRow .chara{
	top:-120px;
	text-align:right}
  .kikan .c-02 {
    bottom: max(-10vw, -100px);
    left: 0;
  }
	.yukkuri .c-01 img,.yukkuri .c-02 img{
		width:60%}	
		
	.yukkuri .inner::before{
		height:520px;
clip-path: polygon(0 0, 100% 0, 100% 38%, 50% 57%, 0% 38%);
	}
}