@charset "UTF-8";
/* ==========================================================================
 * Root
 * ========================================================================== */
*,
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, ”Yu Gothic Medium”, “Yu Gothic”,  Meiryo, sans-serif;
	font-size: 1.6em;
	font-size: 1.6rem;
	line-height: 1.5;
	background-color: #fff;
	color: #333;
}
/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}

/* ==========================================================================
 * Anchor
 * ========================================================================== */
a:link,
a:visited {
	background-color: transparent;
	color: #4f7aac;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
	text-decoration: underline;
}

/* ==========================================================================
 * Embedded
 * ========================================================================== */
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}
svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
 * Grouping
 * ========================================================================== */
figure {
	margin: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	border: none;
	border-top: 1px solid #bbb;
}
dd {
	margin-left: 0;
}

/* ==========================================================================
 * Float
 * ========================================================================== */
.clear {
	clear: both;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* ==========================================================================
 * List
 * ========================================================================== */
ul,
ol {
	padding: 0;
}
ul {
	margin: 0;
	list-style: none;
}
ul.list-disc {
	margin-left: 1.55em;
	list-style: disc;
}
ul.list-annotation {
	margin-left: 1.3em;
}
ul.list-annotation li::before {
	margin-left: -1.3em;
	content: "※\0020";
}
ol {
	margin-left: 1.3em;
}
ol.list-annotation {
	margin-left: 2em;
	padding: 0;
	counter-reset: number;
	list-style: none;
}
ol.list-annotation li::before {
	margin-left: -2em;
	counter-increment: number;
	content: "※"counter(number)"\0020";
}
ul.list-disc li + li,
ul.list-annotation li + li,
ol li + li {
	margin-top: 8px;
}

/* ==========================================================================
 * Text
 * ========================================================================== */
b,
strong {
	font-weight: bold;
}
mark {
	background: #ff0;
	color: #000;
}
small,
.txt-small{
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
address {
	font-style: normal;
}
h1,
.h1 {
	font-size: 3.2rem;
	line-height: 1.2;
	margin: 0;
}
h2,
.h2 {
	font-size: 2.4rem;
	line-height: 1.2;
	margin: 0;
}
h3,
.h3 {
	font-size: 1.8rem;
	line-height: 1.2;
	margin: 0;
}
h4,
.h4 {
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 0;
}
p {
	margin: 0;
}
p + p {
	margin-top: .5em;
	margin-bottom: 0;
}
.txt-left {
	text-align: left;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
.txt-unbold {
	font-weight: normal;
}
.txt-bold {
	font-weight: bold;
}
.txt-emphasis {
	color: #e74c3c;
}
.txt-notes {
	color: #7f8c8d;
}

/* ==========================================================================
 * Table
 * ========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/* ==========================================================================
 * Form
 * ========================================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	border: 1px solid #999;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	width: 100%;
	padding: 5px;
}
button {
	overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}

/* ==========================================================================
 * Spacing
 * ========================================================================== */
.margin-none  {margin:           0px !important;}
.padding-none {padding:          0px !important;}

.margin-T0    {margin-top:       0px !important;}
.margin-T5    {margin-top:       5px !important;}
.margin-T10   {margin-top:      10px !important;}
.margin-T15   {margin-top:      15px !important;}
.margin-T20   {margin-top:      20px !important;}
.margin-T25   {margin-top:      25px !important;}
.margin-T30   {margin-top:      30px !important;}
.margin-T35   {margin-top:      35px !important;}
.margin-T40   {margin-top:      40px !important;}
.margin-T45   {margin-top:      45px !important;}
.margin-T50   {margin-top:      50px !important;}
.margin-T60   {margin-top:      60px !important;}
.margin-T70   {margin-top:      70px !important;}
.margin-T80   {margin-top:      80px !important;}
.margin-T90   {margin-top:      90px !important;}
.margin-T100  {margin-top:     100px !important;}

.margin-R0    {margin-right:     0px !important;}
.margin-R5    {margin-right:     5px !important;}
.margin-R10   {margin-right:    10px !important;}
.margin-R15   {margin-right:    15px !important;}
.margin-R20   {margin-right:    20px !important;}

.margin-B0    {margin-bottom:    0px !important;}
.margin-B5    {margin-bottom:    5px !important;}
.margin-B10   {margin-bottom:   10px !important;}
.margin-B15   {margin-bottom:   15px !important;}
.margin-B20   {margin-bottom:   20px !important;}

.margin-L0    {margin-left:      0px !important;}
.margin-L5    {margin-left:      5px !important;}
.margin-L10   {margin-left:     10px !important;}
.margin-L15   {margin-left:     15px !important;}
.margin-L20   {margin-left:     20px !important;}

.padding-T0   {padding-top:      0px !important;}
.padding-T5   {padding-top:      5px !important;}
.padding-T10  {padding-top:     10px !important;}
.padding-T15  {padding-top:     15px !important;}
.padding-T20  {padding-top:     20px !important;}
.padding-T25  {padding-top:     25px !important;}
.padding-T30  {padding-top:     30px !important;}
.padding-T35  {padding-top:     35px !important;}
.padding-T40  {padding-top:     40px !important;}
.padding-T45  {padding-top:     45px !important;}
.padding-T50  {padding-top:     50px !important;}
.padding-T60  {padding-top:     60px !important;}
.padding-T70  {padding-top:     70px !important;}
.padding-T80  {padding-top:     80px !important;}
.padding-T90  {padding-top:     90px !important;}
.padding-T100 {padding-top:    100px !important;}

.padding-R0   {padding-right:    0px !important;}
.padding-R5   {padding-right:    5px !important;}
.padding-R10  {padding-right:   10px !important;}
.padding-R15  {padding-right:   15px !important;}
.padding-R20  {padding-right:   20px !important;}

.padding-B0   {padding-bottom:   0px !important;}
.padding-B5   {padding-bottom:   5px !important;}
.padding-B10  {padding-bottom:  10px !important;}
.padding-B15  {padding-bottom:  15px !important;}
.padding-B20  {padding-bottom:  20px !important;}

.padding-L0   {padding-left:     0px !important;}
.padding-L5   {padding-left:     5px !important;}
.padding-L10  {padding-left:    10px !important;}
.padding-L15  {padding-left:    15px !important;}
.padding-L20  {padding-left:    20px !important;}

/* ==========================================================================
 * Common
 * ========================================================================== */
#page-container {
	max-width: 2000px;
	margin: 0 auto;
	min-width: 1100px;
}
.inner__width {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
.annotation {
	font-size: 1.2rem;
}
.sec__ttl {
	color: #333;
	text-align: center;
	font-weight: 800;
}
.sec__ttl__small {
	color: #ef8526;
}
@media screen and (min-width: 641px) {
	.visible-sp {
		display: none !important;
	}
	.sec__ttl {
		font-size: 6rem;
	}
	.sec__ttl__small {
		font-size: 3.6rem;
	}
}
@media screen and (max-width: 640px) {
	#page-container {
		max-width: 640px;
		margin: 0 auto;
		overflow-x: hidden;
		min-width: unset;
	}
	.visible-pc {
		display: none !important;
	}
	.inner__width {
		width: 92%;
		margin-right: auto;
		margin-left: auto;
	}
	.sec__ttl {
		font-size: 8.3vw;
	}
	.sec__ttl__small {
		font-size: 6.5vw;
	}
}
/*-------------------- Back to Top --------------------*/
a.backtotop {
	position: fixed;
	bottom: 30px;
	right: 5%;
	width: 40px;
	height: 40px;
	padding: 38px 0 0;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	opacity: .5;
	border-radius: 50%;
}
a.backtotop::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 17.3px 10px;
	border-color: transparent transparent #ffffff transparent;
}

/* ==========================================================================
 * slick
 * ========================================================================== */
/*共通スライダー*/
.slick-arrow {
	width: 50px;
  	height: 50px;
  	border-radius: 50%;
  	background-color: #ef8526;
  	cursor: pointer;
  	border: none;
  	outline: none;
  	font-size: 0;
  	position: absolute;
  	top: 130px;
  	z-index: 1;
	transform: translateY(-50%);
}
.slick-arrow::before {
	content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-width: 3px 3px 0 0;
    position: absolute;
    top: 37%;
    left: 36%;
    transform: rotate(45deg);
}
.slick-prev::before {
	border-width: 0 0 3px 3px;
    left: 43%;
}
.slick-next {
	right: 0;
}
.slick-prev {
	left: 0;
}
.slick-next::before {
	left: 17px;
}
.dots-2 .slick-dots {
	text-align: center;
}
.dots-2 .slick-dots li {
	display: inline-block;
}
.dots-2 .slick-dots button {
	display: block;
  	width: 10px;
  	height: 10px;
  	margin: 6px;
  	font-size: 0;
  	padding: 0;
  	border: 0;
	outline: none;
  	cursor: pointer;
  	background: #bcbcbc;
	border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button {
	background: #333;
}
.slick-track {
	display: flex;
}
/*ボイス・データ用スライダー*/
.slider-2 .slick-prev::before,
.slider-3 .slick-prev::before {
	border-width: 0 0 3px 3px;
	right: 22px;
}
/*case用スライダー*/
.slider-1.slick-initialized {
	display: block;
}
.slider-1.static-slider .case__list__item {
	flex: 0 0 auto;
}
.slider-1 li {
	flex: 0 0 auto;
	margin-right: 20px;
}
.slider-1 img {
  display: block;
  width: 100%;
  height: auto;
}
.case__list .slick-next {
	right: -15px;
}
.case__list .slick-prev {
	left: -15px;
}

@media screen and (max-width: 640px) {
	/*共通スライダー*/
	.slick-arrow {
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background-color: #ef8526;
		cursor: pointer;
		border: none;
		outline: none;
		font-size: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1;
	}
	.slick-arrow::before {
		content: '';
		display: block;
		width: 12px;
		height: 12px;
		border: 1px solid #fff;
		border-width: 3px 3px 0 0;
		position: absolute;
		top: 10px;
		transform: rotate(45deg);
	}
	.slick-next::before {
		left: 7px;
	}
	.slick-prev::before {
		border-width: 0 0 3px 3px;
		right: 7px;
	}
	.dots-2 .slick-dots {
		text-align: center;
	}
	.dots-2 .slick-dots li {
		display: inline-block;
	}
	.dots-2 .slick-dots button {
		display: block;
		width: 10px;
		height: 10px;
		margin: 0px 15px;
		font-size: 0;
		padding: 0;
		border: 0;
		outline: none;
		cursor: pointer;
		background: #bcbcbc;
		border-radius: 50%;
	}
	.dots-2 .slick-dots .slick-active button {
		background: #333;
	}
	.slick-dots li {
		border: none;
		margin: 0;
	}
	/*ボイス・データ用スライダー*/
	.slider-2 .slick-slide,
	.slider-3 .slick-slide {
		height: auto !important;
        margin: 0 10px 5px 5px;
        padding: 5vw;
	}
	.slider-2 .slick-slide img,
	.slider-3 .slick-slide img {
		display: block;
		width: 100%;
	}
	.voice__list .slick-next {
		right: -15px;
	}
	
	.voice__list .slick-prev {
		left: -15px;
	}
	/*case用スライダー*/
	.slider-1 img {
		width: 100%;
        height: 40vw;
	}
	.case__list .slick-arrow {
		top: 20vw;
	}
	.slider-1 li {
		margin-right: 0;
	}
	.case__list .slick-next {
		right: -9vw;
}
	.case__list .slick-prev {
		left: -9vw;
	}
}
/* slick-trackへのバグ対策 */
.slider-1 .slick-track {
  display: flex !important;
  align-items: stretch;
  will-change: transform;
  backface-visibility: hidden;
}

/* slick-slideはブロック化してちらつき抑止 */
.slider-1 .slick-slide {
  float: none !important;
  display: block;
  height: auto !important;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* slickが余白作るのを防止（左右ずれ防止） */
.slider-1 .slick-slide > div {
  margin: 0 10px;
}

/* 中の画像もリサイズ補助 */
.slider-1 .case__list__item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
/* ==========================================================================
 * Header
 * ========================================================================== */
.header {
	background: #fffcf5;
}
.tel__number {
	font-weight: bold;
}
.tel__number a {
	color: #734d22;
	text-decoration: none;
}
@media screen and (min-width: 641px) {
	.header {
		padding: 10px 0;
	}
	.header__wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header__tel {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 10px;
	}
	.tel__number {
		font-size: 3.3rem;
	}
	.toll-free {
		padding: 5px 7px;
		border: solid 1px #734d22;
		border-radius: 5px;
	}
	.toll-free,
	.business-hours {
		color: #734d22;
		font-size: 1.4rem;
	}
	.business-hours {
		text-align: center;
		margin-top: -8px;
	}
}
@media screen and (max-width: 640px) {
	.header__wrap {
		justify-content: flex-start;
		padding: 7px 0;
		height: 60px;
		align-items: center;
		display: flex;
	}
	.header__logo {
		width: 60%;
	}
	/* hamburger menu */
	.menu__btn {
		align-items: center;
		display: flex;
		height: 30px;
		justify-content: center;
		position: fixed;
		top: 10px;
		right: 10px;
		padding: 20px;
		z-index: 1100;
		width: 30px;
		background: #ef8526;
		cursor: pointer;
		border-radius: 2px;
	}
	.menu__btn span, .menu__btn span::before, .menu__btn span::after {
		content: '';
		background: #fff;
		display: block;
		height: 2px;
		position: absolute;
		width: 26px;
		transition: all 0.3s;
	}
	.menu__btn span::before {
		bottom: 8px;
	}
	.menu__btn span::after {
		top: 8px;
	}
	#menu__btn--check:checked ~ .menu__btn span {
		background-color: transparent;
	}
	#menu__btn--check:checked ~ .menu__btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	#menu__btn--check:checked ~ .menu__btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}
	#menu__btn--check {
		display: none;
	}
	.gnavi__hamburger-menu {
		background: #fff8e8;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 1000;
		transition: all 0.5s;
		width: 100%;
	}
	#menu__btn--check:checked ~ .gnavi__hamburger-menu {
		left: 0;
	}
	.gnavi__hamburger-menu ul {
		padding: 20% 10px 20%;
	}
	.gnavi__hamburger-menu ul li {
		border-bottom: 1px dotted #1d1e1e;
		list-style: none;
		width: 100%;
	}
	.gnavi__hamburger-menu ul li a {
		box-sizing: border-box;
		color: #1d1e1e;
		display: block;
		padding: 14px 15px 13px 3%;
		position: relative;
		text-decoration: none;
		width: 100%;
		transition: color 0.3s;
	}
	.gnavi__hamburger-menu ul li a:hover {
		color: #1d1e1e;
	}
	.gnavi__hamburger-menu ul li a::before {
		border-top: 2px solid #1d1e1e;
		border-right: 2px solid #1d1e1e;
		content: "";
		height: 7px;
		transform: rotate(45deg);
		position: absolute;
		right: 11px;
		top: 26px;
		width: 7px;
	}
	.gnavi__hamburger-menu ul li a.active::before {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	.nav__cta {
		width: 90%;
		margin: 0 auto;
		filter: drop-shadow(0px 3px 3px rgba(74, 54, 12, 0.3));
	}
	.nav__cta img {
		width: 100%;
	}
	
}
/* ==========================================================================
 * FV
 * ========================================================================== */
.content-reno .list-reno li a:hover {
		text-decoration: none;
}
.fv__main__copy {
	color: #ef8526
}
@media screen and (min-width: 641px) {
	.fv__wrap {
		background: #fff8e8;
	}
	.fv {
		background: url(/lp/wp-content/themes/child/image/contents/reform-guide/pc/fv_bg.jpg) no-repeat top center;
		padding: 30px 0 0;
	}
	.fv__inner__wrap {
		display: flex;
		justify-content: space-between;
	}
	.fv__cont {
		margin-top: 35px;
		filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.15));
		position: relative;
	}
	.fv__cont h1 {
		font-size: 60px;
		text-align: center;
        position: absolute;
        top: 18%;
        left: 7%;
		color: #333;
		font-weight: 800;
	}
	.fv__cont__small {
		font-size: 50px;
	}
	.execphpwidget {
		margin-bottom: 20px;
		filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.15));
	}
	.reno-inner {
		border-radius: 24px;
		padding: 17px 0 0;
		border: 4px solid #47ba03;
		background-color: #47ba03;
		max-width: 380px;
		width: 100%;
		overflow: hidden;
		height: 100%;
		position: relative;
	}
	.reno-inner .fv_form_balloon {
		max-width: 191px;
		line-height: 29px;
		letter-spacing: .3px;
		font-weight: 900;
		margin-left: 89px;
		position: relative;
		margin-bottom: 8px;
		border-radius: 15px;
		background-color: #ffd133;
		width: 100%;
		text-align: center;
		font-size: 18px;
		color: #764e1c;
	}
	.reno-inner>h3 {
		font-size: 2.6rem;
		padding: 0 0 13px 89px;
		font-weight: 900;
		letter-spacing: -.16px;
		background: 0 0;
		color: #fff;
		margin: 0;
		position: relative;
		text-align: left;
		line-height: 34px;
	}
	.reno-inner>h3:before {
		width: 73px;
		height: 72px;
		top: calc(50% - 63px);
		content: "";
		position: absolute;
		background: url(//www.reform-guide.jp/topics/wp-content/themes/reform-guide2023/images/top/cta-icon-left.png) no-repeat;
		background-size: contain;
		left: 9px;
		z-index: 1;
	}
	.reno-inner>h3 span {
		font-size: 1.8rem;
		margin-left: -2px;
	}
	.reno-inner .content-reno {
		background: #fff;
		padding: 11px 16px 17px;
	}
	.reno-inner .content-reno h4.title {
		background-image: none;
		background-color: #764e1c;
		padding: 0 5px;
		color: #fff;
		text-align: center;
		margin: 0 0 16px !important;
		font-weight: 400;
		font-size: 20px;
		letter-spacing: -.6px;
		min-height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.content-reno .list-reno {
		margin: 0;
		list-style: none;
	}
	.content-reno .list-reno li {
		margin: 0 0 8px;
		position: relative;
	}
	.content-reno .list-reno li a {
		display: flex;
		flex-wrap: wrap;
		border: 1px solid #e6dccd;
		padding: 13px 25px;
		border-radius: 18px;
		background: #f8f8f8;
	}
	.content-reno .list-reno li a .icon-img {
		width: 74px;
		text-align: center;
		padding-right: 10px;
		align-self: center;
	}
	.content-reno .list-reno li a .txt {
		width: calc(100% - 74px);
		text-align: left;
		color: #764e1c;
		font-size: 15px;
		font-weight: 400;
		margin-top: 0;
	}
	.content-reno .list-reno li a .txt strong {
		font-weight: 900;
		font-size: 1.8rem;
		display: block;
		line-height: 26.06px;
		margin: 0 0 5px;
	}
	.content-reno .list-reno li a:hover .txt strong {
		color: #ef8526;
	}
	.content-reno .hand-finger {
		position: absolute;
		content: "";
		left: -8px;
		top: calc(50% - 25px);
		transform: translateY(-50%);
		transition: all .3s;
		animation: hand-right .8s infinite;
	}
	.content-reno .hand-finger img {
		width: 35px;
	}
	.fv__bottom {
		margin-top: -100px;
	}
	.fv__bottom__flexBox {
		display: flex;
		justify-content: space-between;
		align-items: end;
	}
	.award {
		margin-right: 3%;
		display: flex;
		align-items: end;
	}
	.award__num {
		margin-bottom: 20px;
	}
	.fv__annotation {
		width: 41%;
		margin-bottom: 20px;
	}
	.fv__annotation p {
		font-size: 1.2rem;
		color: #734d22
	}
	.num {
		font-size: 1.8rem;
		margin-right: 4px;
		background: #f5c966;
		padding: 1px 7px 4px;
		border-radius: 3px;
		line-height: 1em;
		display: inline-block;
		color: #764e1c;
	}
}

@media screen and (max-width: 640px) {
	.fv {
		background: url("/lp/wp-content/themes/child/image/contents/reform-guide/sp/fv_bg@2x.jpg") no-repeat top center;
		padding: 30px 0 55vw 0;
		background-size: cover;
	}
	.fv__cont {
		position: relative;
	}
	.fv__cont__small {
		font-size: 8vw;
	}
	.fv__bottom {
		padding: 5% 0 4%;
		margin: -57vw 0 0;
		z-index: 2;
		position: relative;
	}
	.fv__bottom .cta__btn {
		margin-top: -20px;
		margin-bottom: 20px;
	}
	.staff {
		display: none;
	}
	.fv__annotation {
		font-size: 1.2rem;
		color: #fff;
		text-shadow: 2px 2px 10px rgba(115,77,34,0.7) ,-2px 2px 10px rgba(115,77,34,0.7) ,2px -2px 10px rgba(115,77,34,0.7) ,-2px -2px 10px rgba(115,77,34,0.7);
	}
	.fv__cont h1 {
		font-size: 10vw;
		text-align: center;
		position: absolute;
		top: 20%;
		left: 50%;
		font-weight: 800;
		transform: translateX(-50%);
		width: 100%;
		line-height: 1.35;
	}
	.fv__icon {
		position: absolute;
		display: block;
		bottom: 1vw;
		left: -1.5vw;
		width: 15%;
	}
}
@media screen and (max-width: 430px) {
	.fv {
		padding: 30px 0 57vw 0;
	}
	.fv__bottom {
		margin: -60vw auto 0;
	}
}
@media screen and (max-width: 380px) {
	.fv {
		padding: 30px 0 63vw 0;
	}
	.fv__bottom {
		margin: -66vw auto 0;
	}
}

/* ==========================================================================
 * form-area
 * ========================================================================== */

@media screen and (max-width: 640px) {
	.form-area {
		background: #734d22;
		padding: 30px 0;
	}
	.form-area__top {
		margin-bottom: 10px;
	}
	.form__ttl {
		text-align: center;
		color: #fff;
		font-size: 7.5vw;
		padding: 0 0 3vw 20%;
		position: relative;
	}
	.form__ttl:before {
		width: 17vw;
		height: 17vw;
		top: 47%;
		content: "";
		position: absolute;
		background: url(/lp/wp-content/themes/child/image/contents/reform-guide/sp/cta-icon-left@2x.png) no-repeat;
		background-size: contain;
		left: 3%;
		z-index: 1;
		transform: translateY(-50%);
	}
	.form__step {

	}
	.form__q {
		font-weight: bold;
		color: #47ba03;
		font-size: 5vw;
		text-align: center;
		margin: 5px 0 10px;
	}
	.reno-inner {
		border-radius: 10px;
		padding: 0;
		border: 4px solid #47ba03;
		background-color: #47ba03;
		width: 100%;
		overflow: hidden;
		position: relative;
		/* margin-top: -47%; */
	}
	.reno-inner .fv_form_balloon {
		max-width: 40vw;
		line-height: 31px;
		letter-spacing: .3px;
		font-weight: 900;
		margin-left: 19vw;
		position: relative;
		border-radius: 15px;
		background-color: #ffd133;
		width: 100%;
		text-align: center;
		font-size: 18px;
		color: #764e1c;
	}
	.reno-inner>h3 {
		font-size: 1.8rem;
		font-size: 4.5vw;
		padding: 0 0 0 19vw;
		font-weight: 900;
		letter-spacing: -.16px;
		background: 0 0;
		color: #fff;
		margin: 0 0 1.5vw;
		position: relative;
		line-height: 34px;
	}
	.reno-inner>h3 span {
		font-size: 1.8rem;
		margin-right: 4px;
		background: #764e1c;
		padding: 3px 7px 2px;
		border-radius: 3px;
		line-height: 1em;
		display: inline-block;
	}
	.reno-inner .content-reno {
		background: #fff;
		padding: 10px 10px 15px;
	}
	.reno-inner .content-reno h4.title {
		background-image: none;
		background-color: #764e1c;
		padding: 0 5px;
		color: #fff;
		text-align: center;
		margin: 0 0 16px !important;
		font-weight: 400;
		font-size: 20px;
		letter-spacing: -.6px;
		min-height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.content-reno .list-reno {
        margin: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
 }
	.content-reno .list-reno li {
		position: relative;
		width: 30%;
	}
	.content-reno .list-reno li a {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		border: 1px solid #e6dccd;
		padding: 10px 5px 10px;
		border-radius: 10px;
		background: #f8f8f8;
		box-shadow: 2px 2px 2px rgba(104,71,0,0.15);
	}
	.content-reno .list-reno li a .icon-img {
		width: 50px;
		text-align: center;
		align-self: center;
	}
	.content-reno .list-reno li a .txt {
		text-align: center;
		color: #764e1c;
		font-size: 15px;
		font-weight: 400;
		margin-top: 0;
	}
	.content-reno .list-reno li a .txt strong {
		font-weight: 600;
		font-size: 1.6rem;
		display: block;
		line-height: 26.06px;
		margin: 0 0 5px;
	}
	.content-reno .hand-finger {
		position: absolute;
		content: "";
		right: -7%;
		top: 58%;
		transform: translateY(-50%);
		transition: all .3s;
		animation: hand-right .8s infinite;
	}
	.content-reno .hand-finger img {
		width: 30px;
	}

}

/* ==========================================================================
 * Nav_area
 * ========================================================================== */

@media screen and (min-width: 641px) {
	.nav__area {
		background: #734d22;
		padding: 15px 0;
		z-index: 1000;
	}
	.fixed {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 998;
		width: 100%;
		
	}
	.nav {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.nav__list {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.nav__list__item {
		margin: 0 auto;
		border-left: solid 1px #fff;
	}
	.nav__list__item:last-child {
		border-right: solid 1px #fff;
	}
	.nav__list__item a {
		color: #fff;
		/* font-weight: bold; */
		font-size: 1.8rem;
		display: block;
		text-align: center;
		text-decoration: none;
		padding: 0 20px;
	}
	.nav__area__cta {
		filter: drop-shadow(0px 3px 3px rgba(74, 54, 12, 0.3));
	}
	.nav__area__cta a {
		display: block;
	}
	.nav__area__cta a:hover {
		opacity:.7;
		transition:.2s;
	}
}
@media screen and (max-width: 640px) {
	.nav__area {
		background: #f2f2f2;
		padding: 8px 0;
		z-index: 20;
	}
	.nav {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.nav__list {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.nav__list__item {
		margin: 0 auto;
	}
	.nav__list__item a {
		color: #191f2b;
		font-weight: bold;
		font-size: 1.4rem;
		display: block;
		text-align: left;
		text-decoration: none;
	}
}

/* ==========================================================================
 * problem
 * ========================================================================== */

@media screen and (min-width: 641px) {
	.problem {
		background: url("/lp/wp-content/themes/child/image/contents/reform-guide/pc/sec_problem_bg.png") no-repeat 100% 100% / contain;
		background-color: #e0e0e0;
		padding: 100px 0 128px 0;
		position: relative;
	}
	.problem__ttl {
		position: relative;
	}
	.problem__ttl::after {
		content: "";
		background: url(/lp/wp-content/themes/child/image/contents/reform-guide/pc/problem_ttl_solid.png) no-repeat 100% 100% / cover;
        width: 58%;
        height: 2vh;
        display: block;
        position: absolute;
		left: 20%;
	} 
	.problem__list {
		margin-top: 40px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		gap: 40px 0;
	}
	.problem__list-Item {
		width: 49%;
	}
	.problem__bottom {
		position: absolute;
		left: 38%;
		margin-top: 23px;
	}
}
@media screen and (min-width: 480px) and (max-width: 640px) {
	.problem {
		background: url("/lp/wp-content/themes/child/image/contents/reform-guide/sp/sec_problem_bg@2x.jpg") no-repeat 100% 100% / cover;
		padding: 40px 0 28% 0;
		position: relative;
	}
}
@media screen and (max-width: 640px) {
	.problem__ttl {
		text-align: center;
		font-size: 3.3rem;
		position: relative;
	}
	.problem__ttl::after {
		content: "";
		background: url("/lp/wp-content/themes/child/image/contents/reform-guide/sp/problem_ttl_solid@2x.png") no-repeat 100% 100% / cover;
        width: 92%;
        height: 1.5vh;
        display: block;
        position: absolute;
        left: 3%;
	} 
	.problem__ttl .sec__ttl__samll {
		font-size: 2.5rem;
		color: #ef8526;
	}
	.problem__list {
		margin-top: 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		gap: 10px 0;
	}
	.problem__list-Item {
		width: 49%;
	}
	.problem__bottom {
		position: absolute;
		left: 10%;
        right: 10%;
		margin-top: 23px;
	}
}
@media screen and (max-width: 480px) {
	.problem {
		background: url("/lp/wp-content/themes/child/image/contents/reform-guide/sp/sec_problem_bg@2x.jpg") no-repeat 100% 100% / cover;
		padding: 40px 0 90px 0;
		position: relative;
	}
}
	
/* ==========================================================================
 * solution
 * ========================================================================== */
@media screen and (min-width: 641px) {
	.solution {
		background: url(/lp/wp-content/themes/child/image/contents/reform-guide/pc/sec_solution_bg.jpg) no-repeat 100% 100% / cover;
		padding-top: 100px;
	}
	.solution__item,
	.solution__cont {
		display: flex;
		justify-content: center;
	}
	.solution__cont {
		margin-top: 30px;
	}
}
@media screen and (max-width: 640px) {
	.solution {
		background: url("/lp/wp-content/themes/child/image/contents/reform-guide/sp/sec_solution_bg@2x.jpg") no-repeat 100% 100% / cover;
		padding-top: 60px;
	}
	.solution__item,
	.solution__cont {
		display: flex;
		justify-content: center;
	}
	.solution__cont {
		margin: 0 calc(50% - 50vw);
		margin-top: 15px;
		width: 100vw;
	}
}

/* ==========================================================================
 * cta
 * ========================================================================== */
.cta__ttl {
	text-align: center;
	color: #fff;
}
.cta__subTtl__yellow {
	color: #fff832;
}
.gift__card--detail {
	color: #fff;
	font-size: 1.4rem;
	cursor: pointer;
	line-break: strict;
}
.gift__card--detail[open] summary {
	border-bottom: 1px solid #fff;
	padding-bottom: .5em;
}
.gift__card--detail summary {
	text-align: center;
	display: list-item;
}
.gift__card--detail ul {
	margin-left: 1em;
}
.gift__card--detail li {
	list-style: disc;
}
@media screen and (min-width: 641px) {
	.cta {
		padding: 70px 0;
		background: #734d22;
	}
	.cta__btn a {
		background: url("/lp/wp-content/themes/child/image/contents/reform-guide/pc/cta_btn.png") no-repeat 100% 100% / 100%;
		margin: 20px auto 0 auto;
		display: flex;
		justify-content: center;
		filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.3));
		padding: 55px 0;
		text-decoration: none;
		position: relative;
		width: 80%;
	}
	.cta__btn a:hover {
		opacity:.7;
		transition:.2s;
	}
	.cta__txt {
		font-size: 4.18rem;
        color: #fff;
        font-weight: bold;
        position: absolute;
        transform: translateX(-12%);
        left: 25%;
        top: 20%;
	}
	.cta__txt span {
		color: #fff832;
	}
	.cta__subTtl {
		font-size: 2.4rem;
		text-align: center;
		font-weight: bold;
		color: #fff;
		margin-top: 20px;
	}
	.cta__subTtl .txt__box {
		background: #fff832;
		display: inline-flex;
		padding: 0 18px;
		color: #734d22;
		border-radius: 3px;
		margin-right: 10px;
	}
	.gift__card {
		margin-top: 40px;
		cursor: pointer;
	}
}
@media screen and (max-width: 640px) {
	.cta {
		padding: 30px 0;
		background: #734d22;
	}
	.cta__ttl {
		width: 80%;
		margin: 0 auto;
		text-align: center;
		color: #fff;
		position: relative;
		font-size: 4.8vw;
	}
	.cta__ttl::before {
		position: absolute;
        background-color: #fff;
        content: "";
        height: 1px;
        width: 50px;
        left: 0;
        bottom: 40%;
        transform: rotate(45deg);
	}
	.cta__ttl::after {
		position: absolute;
        background-color: #fff;
        content: "";
        height: 1px;
        width: 50px;
        right: 0;
        bottom: 40%;
        transform: rotate(-45deg);
	}
	.cta__btn a {
		background: url("/lp/wp-content/themes/child/image/contents/reform-guide/sp/cta_btn@2x.png") no-repeat center center/ contain;
		margin-top: 20px;
		filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.3));
		background-position: center center;
		background-size: contain;
		height: 22vw;
		text-decoration: none;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.cta__txt {
		font-size: 7vw;
		line-height: 1.2;
		color: #fff;
		font-weight: bold;
		text-align: center;
		margin-left: 14%;
		margin-top: -3%;
	}
	.cta__txt span {
		color: #fff832;
	}
	.cta__subTtl {
		font-size: 1.8rem;
		text-align: center;
		margin-top: 5%;
		font-weight: bold;
		color: #fff;
	}
	.cta__subTtl .txt__box {
        background: #fff832;
        padding: 0px 10px;
        color: #734d22;
        border-radius: 3px;
        margin-right: 6px;
	}
	.gift__card {
		margin-top: 25px;
	}
}

/* ==========================================================================
 * reason
 * ========================================================================== */

@media screen and (min-width: 641px) {
	.reason {
		background: #fff8e8;
		padding: 100px 0;
	}
	.reason__ttl {
		position: relative;
		text-align: center;
		z-index: 1;
	}
	.reason__ttl strong {
		font-size: 9rem;
	}
	.reason__ttl::before {
		content: url("/lp/wp-content/themes/child/image/contents/reform-guide/pc/sec_reason_bg_item.png");
		position: absolute;
		top: -55%;
        left: 50%;
        transform: translateX(-50%);
		z-index: -1;
	}
	.reason__wrap {
		background: #fff;
		margin-top: 50px;
		padding: 50px 40px;
		filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.3));
	}
	.reason__wrap__ttl {
		display: flex;
		align-items: center;
	}
	/*==== 理由01 ====*/
	.reason__subTtl {
		font-size: 2.4rem;
		font-weight: bold;
		color: #333;
		margin-top: 50px;
		text-align: center;
	}
	.reason01__worries {
		display: flex;
		justify-content: center;
		margin-top: 30px;
	}
	.reform-guide__detail {
		margin-top: 30px;
		border: solid 3px #ef8526;
		border-radius: 5px;
	}
	.reform-guide__detail__top {
		background: #ef8526;
		padding: 20px 0;
	}
	.reform-guide__detail__top h3 {
		text-align: center;
		font-size: 3.6rem;
		color: #fff;
		font-weight: bold;
	}
	.reason__cont__subTtl {
		width: 60%;
		margin: 0 auto;
	}
	.reason__cont__subTtl p {
		font-size: 3.6rem;
		font-weight: bold;
		line-height: 1.2;
		display: inline-flex;
		background: #333;
		color: #fff;
		border-radius: 3px;
		padding: 0 .1em .08em;
	}
	.reason__cont__subTtl div:nth-child(2) {
		margin-top: 10px;
	}
	.reason__cont__subTtl span {
		color: #fada02;
	}
	.reform-guide__wrap {
		padding: 50px 26px 30px 26px;
	}
	.reform-guide__ttl {
		text-align: center;
		font-size: 3.6rem;
		color: #333;
		font-weight: 800;
		line-height: 1.3;
	}
	.reform-guide__ttl__small {
		color: #ef8526;
	}
	.reform-guide__ttl strong {
		font-size: 6rem;
		font-weight: 800;
	}
	.txt__marker {
		position: relative;
	}
	.txt__marker::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 20%;
		background: #ffde00;
		left: 0;
		bottom: 6%;
		right: 0;
		z-index: -1;
	}
	.reform-guide__table {
		display: flex;
		justify-content: center;
		margin-top: 50px;
		gap: 0 10px;
	}
	.reason01__inner__bottom {
		display: flex;
		justify-content: center;
	}
	.reason01__inner__bottom,
	.reason02__inner__bottom {
		background: #734d22;
		padding: 24px 0;
	}
	/*==== 理由02 ====*/
	.reason02__point {
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
	}
.reason02__point__txtBox {
		border: solid 3px #ef8526;
		border-radius: 5px;
		padding: 30px 20px 20px;
		width: 48%;
		font-size: 2.4rem;
		font-weight: bold;
		text-align: center;
		margin: 0 auto;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.reason02__point__txtBox p {
		line-height: 1.3;
	}
	.reason02__point__txtBox p span {
		color: #ef8526;
	}
	.reason02__point__txtBox:nth-child(1)::before {
		position: absolute;
		content: "POINT.1";
		background: #ef8526;
		border-radius: 80px;
		padding: 5px 30px;
		color: #fff;
		top: -18%;
		transform: translateX(-50%);
		left: 50%;
		font-size: 1.8rem;
	}
	.reason02__point__txtBox:nth-child(2)::before {
		position: absolute;
		content: "POINT.2";
		background: #ef8526;
		border-radius: 80px;
		padding: 5px 30px;
		color: #fff;
		top: -18%;
		transform: translateX(-50%);
		left: 50%;
		font-size: 1.8rem;
	}
	.reason02__aword,
	.reason02__aword__bottom,
	.reason02__inner__user,
	.reason02__ng__list {
		display: flex;
		justify-content: center;
	}
	.reason02__aword,
	.reason02__inner__user {
		margin-top: 50px;
	}
	.reason02__aword__bottom {
		margin-top: 20px;
	}
	.reason02__ng__list {
		margin-top: 60px;
	}
	.reason02__inner__txt {
		font-size: 1.8rem;
		background: #ef8526;
		border-radius: 5px;
		padding: 16px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		width: 40%;
		margin: 10px auto 30px auto;
	}
	.reason02__features {
		position: relative;
		display: flex;
		justify-content: flex-end;
		margin-top: 40px;
	}
	.reason02__features::after {
		content: "";
		background: url(/lp/wp-content/themes/child/image/contents/reform-guide/pc/reason02_staff_ill.png) no-repeat;
		position: absolute;
		width: 101%;
        height: 100%;
	}
	.reason02__inner__bottom {
		text-align: center;
		font-size: 2.4rem;
		color: #fff;
		font-weight: bold;
		margin-top: 20px;
	}
	.reason02__inner__bottom strong {
		font-size: 3.6rem;
		color: #ef8526;
		background: #fff;
		border-radius: 3px;
		padding: 0 4px 1px;
		margin-left: 5px;
		margin-right: 5px;
	}
	/*==== 理由03 ====*/
	.reason03 .reform-guide__detail__top {
		background: #333333;
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 2.4rem;
	}
	.reason03 .reform-guide__detail {
		border: solid 3px #333;
		border-radius: 5px;
	}
	.reason03 .reform-guide__cont {
		display: flex;
		justify-content: space-between;
	}
	.reason03 .reform-guide__wrap p {
		font-size: 2.4rem;
		font-weight: bold;
		text-align: center;
		color: #333;
		margin-top: 20px;
	}
	.reason03 .reform-guide__wrap .annotation {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 640px) {
	.reason {
		background: #fff8e8;
		padding: 50px 0;
		overflow: hidden;
	}
	.reason__ttl {
		position: relative;
		z-index: 1;
	}
	.reason__ttl strong {
		font-size: 4.5rem;
	}
	.reason__ttl::before {
		content: "";
		background: url("/lp/wp-content/themes/child/image/contents/reform-guide/sp/sec_reason_bg_item@2x.png") no-repeat center top / contain;
		position: absolute;
		top: -52%;
		left: 50%;
		transform: translateX(-50%);
		z-index: -1;
		width: 70%;
		height: 14vw;
	}
	.reason__wrap {
		background: #fff;
		margin: 0 calc(50% - 50vw);
		margin-top: 30px;
		padding: 30px 16px;
	}
	.reason__wrap__ttl {
		width: 90%;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.reason__wrap__ttl picture {
		width: 20%;
	}
	.reason__cont__subTtl {
		width: 90%;
		margin: 0 auto;
	}
	.reason__cont__subTtl {
		width: 65%;
	}
	.reason__cont__subTtl p {
		font-size: 5.5vw;
		font-weight: bold;
		background: #333;
		color: #fff;
		border-radius: 3px;
		padding: 0 .2em;
		display: inline-block;
	}
	.inline__block {
		display: inline-block;
	}
	.reason__cont__subTtl div:nth-child(2),
	.reason__cont__subTtl div:nth-child(3) {
		margin-top: .3em;
	}
	.reason__cont__subTtl span {
		color: #fada02;
	}
	/*==== 理由01 ====*/
	.reason__subTtl {
		font-size: 4vw;
		font-weight: bold;
		color: #333;
		margin-top: 20px;
		text-align: center;
	}
	.reason01__worries {
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}
	.reform-guide__detail {
		border: solid 3px #ef8526;
		border-radius: 5px;
	}
	.reform-guide__detail__top {
		background: #ef8526;
		padding: 7px 5vw 10px;
		display: flex;
		justify-content: center;
	}
	.reform-guide__detail__top h3 {
		text-align: center;
		font-size: 2rem;
		color: #fff;
		font-weight: bold;
	}
	.reform-guide__wrap {
		padding: 20px 10px 30px 10px;
	}
	.reform-guide__ttl {
		text-align: center;
		font-size: 6.5vw;
		font-weight: 800;
	}
	.reform-guide__ttl__small {
		font-size: 5.5vw;
		color: #ef8526;
	}
	.txt__marker {
		background:linear-gradient(transparent 70%, #ffde00 0%);
	}
	.reform-guide__table {
		display: flex;
		margin-top: 35px;
	}
	.reform-guide__table__left {
		position: relative;
		width: 36vw;
	}
	.reform-guide__table__right {
		width: calc(100% - 36vw);
		margin: 0 0 0 2vw;
		overflow-x: scroll;
		position: relative;
	}
	.reform-guide__table__right picture {
		width: 109vw;
		display: block;
	}
	.reason01__inner__bottom {
		display: flex;
		justify-content: center;
	}
	.reason01__inner__bottom,
	.reason02__inner__bottom {
		background: #734d22;
		padding: 24px 10px;
	}
	/*==== 理由02 ====*/
	.reason02__point {
		display: flex;
		flex-direction: column;
		margin-top: 20px;
		margin-bottom: 30px;
		gap: 20px 0
	}
	.reason02__point__txtBox {
		border: solid 3px #ef8526;
		border-radius: 5px;
		padding: 30px 47px 20px;
		width: 100%;
		font-size: 4.7vw;
		font-weight: bold;
		text-align: center;
		margin: 0 auto;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.reason02__point__txtBox p {
		line-height: 1.3;
	}
	.reason02__point__txtBox p span {
		color: #ef8526;
	}
	.reason02__point__txtBox:nth-child(1)::before {
		position: absolute;
		content: "POINT.1";
		background: #ef8526;
		border-radius: 80px;
		padding: 5px 30px;
		color: #fff;
		top: -22%;
		transform: translateX(-50%);
		left: 50%;
		font-size: 1.3rem;
	}
	.reason02__point__txtBox:nth-child(2)::before {
		position: absolute;
		content: "POINT.2";
		background: #ef8526;
		border-radius: 80px;
		padding: 5px 30px;
		color: #fff;
		top: -22%;
		transform: translateX(-50%);
		left: 50%;
		font-size: 1.3rem;
	}
	.reason02__point__txtBox:nth-child(1) {
		margin-top: 20px;
	}
	.reason02__point__txtBox:nth-child(2) {
		margin-top: 16px;
	}
	.reason02__aword,
	.reason02__aword__bottom,
	.reason02__inner__user,
	.reason02__ng__list {
		display: flex;
		justify-content: center;
	}
	.reason02__aword,
	.reason02__inner__user {
		margin-top: 20px;
		padding: 0 12px;
	}
	.reason02__aword__bottom {
		margin-top: 20px;
	}
	.reason02__ng__list {
		margin-top: 20px;
	}
	.reason02__inner__txt {
		font-size: 2rem;
		background: #ef8526;
		border-radius: 5px;
		padding: 5px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		width: 100%;
		margin: 10px auto 20px auto;
	}
	.reason02__features {
		position: relative;
		margin-top: 20px;
	}
	.reason02__features::after {
		content: "";
        left: 59%;
        background: url(/lp/wp-content/themes/child/image/contents/reform-guide/pc/reason02_staff_ill.png) no-repeat;
        background-size: 43%;
        position: absolute;
        width: 100%;
        height: 100%;
	}
	.reason02__inner__bottom {
		text-align: center;
		font-size: 4.7vw;
		color: #fff;
		font-weight: bold;
		padding: 15px 21px;
	}
	.reason02__inner__bottom strong {
		font-size: 5.5vw;
		color: #ef8526;
		background: #fff;
		border-radius: 3px;
		padding: 0 4px;
		margin-left: 5px;
		margin-right: 5px;
	}
	/*==== 理由03 ====*/
	.reason03 .reform-guide__detail__top {
		background: #333333;
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 3.9vw;
	}
	.reason03 .reform-guide__detail {
		border: solid 3px #333;
		border-radius: 5px;
		margin-top: 30px;
	}
	.reason03 .reform-guide__cont {
		display: flex;
		justify-content: space-between;
		gap: 0 5px;
	}
	.reason03 .reform-guide__wrap p {
		font-size: 1.3rem;
		font-weight: bold;
		text-align: center;
		color: #333;
		margin: 10px 0 5px;
	}
	.reason03 .reform-guide__wrap .annotation {
		font-size: 3.3vw;
	}
}

/* ==========================================================================
 * voice
 * ========================================================================== */
.voice__list__item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 30px 45px;
		background: #fff;
		border: solid 3px #333;
		margin-bottom: 30px;
		box-shadow: 10px 10px #ff9c00;
		border-radius: 5px;
	}
@media screen and (min-width: 641px) {
	.voice {
		padding: 100px 0;
		background: url(/lp/wp-content/themes/child/image/contents/reform-guide/pc/sec_voice_bg.jpg) no-repeat 100% 100% / cover;
	}
	.voice__ttl::before {
		content: url("/lp/wp-content/themes/child/image/contents/reform-guide/pc/sec_voice_bg_item.png");
		position: absolute;
		top: -70%;
        left: 50%;
        transform: translateX(-50%);
		z-index: -1;
	}
	.voice__ttl {
		position: relative;
		z-index: 1;
		text-align: center;
	}
	.satisfaction__aword {
		display: flex;
		justify-content: center;
		margin-top: 50px;
	}
	.voice__list {
		width: 90%;
		margin: 30px auto;
	}
	.user__icon {
		width: 13%;
		position: relative;
	}
	.user__icon p {
		font-size: 1.6rem;
		font-weight: bold;
	}
	.voice__list__item p {
		font-size: 1.8rem;
		width: 85%;
	}
	.voice__list__item p span {
		color: #ff9c00;
		font-weight: bold;
	}
	.voice__annotation {
		font-size: 1.2rem;
		width: 90%;
		margin: 20px auto 0 auto;
	}
}
@media screen and (max-width: 640px) {
	.voice {
		padding: 50px 0;
		background: url("/lp/wp-content/themes/child/image/contents/reform-guide/sp/sec_voice_bg@2x.jpg") no-repeat 100% 100% / cover;
		overflow-y: hidden;
	}
	.voice__ttl::before {
		content: "";
		background: url("/lp/wp-content/themes/child/image/contents/reform-guide/sp/sec_voice_bg_item@2x.png") no-repeat center top / contain;
		position: absolute;
		top: -42%;
		left: 50%;
		transform: translateX(-50%);
		z-index: -1;
		width: 70%;
		height: 14vw;
	}
	.voice__ttl {
		position: relative;
		z-index: 1;
		text-align: center;
	}
	.satisfaction__aword {
		margin: 0 auto;
        margin-top: 30px;
        width: 85%;
		text-align: center;
	}
	.voice__list {
		width: 85.5%;
		margin: 30px auto 0 auto;
	}
	.voice__list__item {
		box-shadow: 5px 5px #ff9c00;
	}
	.user__icon {
		width: 40%;
		margin: 0 auto 25px auto;
		position: relative;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
	}
	.user__icon p {
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
	}
	.voice__list__item p {
		font-size: 1.8rem;

		margin: 0 auto;
	}
	.voice__list__item p span {
		color: #ff9c00;
		font-weight: bold;
	}
	.voice__annotation {
		font-size: 1.2rem;
		margin-top: 20px;
	}
}

/* ==========================================================================
 * media
 * ========================================================================== */
.color__black {
	color: #333;
}
@media screen and (min-width: 641px) {
	.media {
		background: #fff8e8;
		padding: 100px 0;
	}
	.media__ttl::before {
		content: url("/lp/wp-content/themes/child/image/contents/reform-guide/pc/sec_media_bg_item.png");
		position: absolute;
		top: -68%;
        left: 50%;
        transform: translateX(-50%);
		z-index: -1;
	}
	.media__ttl {
		position: relative;
		z-index: 1;
		text-align: center;
	}
	.media__ttl span:nth-of-type(2){
		margin-left: -0.5em;
	}
	.media__cont__wrap {
		display: flex;
		justify-content: space-between;
		margin-top: 50px;
	}
	.media__cont__tv,
	.media__cont__magazine {
		width: 48%;
	}
	.tv__move {
		width: 100%;
	}
	.tv__move iframe {
		width: 100%;
		height: 279px;
	}
	.tv__ttl,
	.magazine__ttl {
		display: flex;
		justify-content: center; 
		margin-bottom: 20px;
		text-align: center;
	}
}
@media screen and (max-width: 640px) {
	.media {
		background: #fff8e8;
		padding: 50px 0;
		overflow-y: hidden;
	}
	.media__ttl::before {
		content: "";
		background: url("/lp/wp-content/themes/child/image/contents/reform-guide/sp/sec_media_bg_item@2x.png") no-repeat center top / contain;
		position: absolute;
		top: -41%;
		left: 50%;
		transform: translateX(-50%);
		z-index: -1;
		width: 70%;
		height: 14vw;
	}
	.media__ttl {
		position: relative;
		z-index: 1;
		text-align: center;
	}
	.media__ttl span:nth-of-type(2){
		margin-left: -0.5em;
	}
	.media__cont__wrap {
		display: flex;
		flex-direction: column;
		gap: 20px 0;
		margin-top: 20px;
	}
	.media__cont__tv,
	.media__cont__magazine {
		width: 85%;
		margin: 0 auto;
	}
	.tv__move {
		width: 100%;
	}
	.tv__move iframe {
		width: 100%;
		height: 47vw;
	}
	.tv__ttl,
	.magazine__ttl {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 20px;
		text-align: center;
	}
}

/* ==========================================================================
 * data
 * ========================================================================== */

@media screen and (min-width: 641px) {
	.data {
		padding: 100px 0;
	}
	.data__ttl::before {
		content: url("/lp/wp-content/themes/child/image/contents/reform-guide/pc/sec_data_bg_item.png");
		position: absolute;
		top: -69%;
        left: 50%;
        transform: translateX(-50%);
		z-index: -1;
	}
	.data__ttl {
		position: relative;
		z-index: 1;
		text-align: center;
	}
	.data__graph {
		margin-top: 50px;
		display: flex;
		justify-content: space-between;
	}
	.data .annotation{
		margin-top: 30px;
	}
}
@media screen and (max-width: 640px) {
	.data {
		padding: 50px 0;
		overflow-y: hidden;
	}
	.data__ttl {
		position: relative;
		z-index: 1;
	}
	.data__ttl::before {
		content: "";
		background: url("/lp/wp-content/themes/child/image/contents/reform-guide/sp/sec_data_bg_item@2x.png") no-repeat center top / contain;
		position: absolute;
		top: -41%;
		left: 50%;
		transform: translateX(-50%);
		z-index: -1;
		width: 70%;
		height: 14vw;
	}
	.data__graph {
		margin-top: 20px;
	}
	.data .annotation{
		margin-top: 25px;
	}
}

/* ==========================================================================
 * case
 * ========================================================================== */

@media screen and (min-width: 641px) {
	.case {
		padding: 100px 0;
		background: #fff8e8;
	}
	.case__ttl::before {
		content: url("/lp/wp-content/themes/child/image/contents/reform-guide/pc/sec_case_bg_item.png");
		position: absolute;
		top: -136%;
        left: 50%;
        transform: translateX(-50%);
		z-index: -1;
	}
	.case__ttl {
		position: relative;
		z-index: 1;
		text-align: center;
	}
	.case__cont__wrap {
		background: #fff;
		padding: 40px 30px;
		margin-top: 50px;
		filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.3));
	}
	.case__cont__ttl {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0 20px;
	}
	.case__cont__ttl p {
		font-size: 3rem;
		font-weight: bold;
		color: #fff;
		background: #ef8526;
		padding: 0 10px 3px;
		border-radius: 5px;
	}
	.case__cont__subTtl {
		width: 60%;
		margin: 30px auto 0 auto;
	}
	.case__cont__subTtl p {
		font-size: 3.6rem;
		font-weight: bold;
		line-height: 1.2;
		display: inline-flex;
		background: #333;
		color: #fff;
		border-radius: 3px;
		padding: 0 .1em .08em;
	}
	.inline__block {
		display: inline-block;
	}
	.case__cont__subTtl div:nth-child(2) {
		margin-top: 10px;
	}
	.case__cont__subTtl span {
		color: #fada02;
	}
	.case__list {
		display: flex;
		justify-content: space-around;
		margin-top: 50px;
	}
	.case01__detail {
		display: flex;
		justify-content: space-between;
		margin-top: 50px;
		gap: 0 20px;
	}
	.case01__detail__item {
		background: #fff;
		border: solid 4px #ef8526;
		padding: 12px;
		width: 25%;
	}
	.case01__detail__item p {
		text-align: center;
		font-size: 1.8rem;
		font-weight: 800;
	}
	.case01__detail__item p span {
		font-size: 2.4rem;
		color: #ef8526;
		font-weight: bold;
	}
	.small {
		font-size: 1.5rem !important;
		color: #ef8526;
		letter-spacing: -0.05em;
	}
}
@media screen and (max-width: 640px) {
	.case {
		padding: 50px 0;
		background: #fff8e8;
		overflow-y: hidden;
	}
	.case__ttl::before {
		content: "";
		background: url("/lp/wp-content/themes/child/image/contents/reform-guide/sp/sec_case_bg_item@2x.png") no-repeat center top / contain;
		position: absolute;
		top: -57%;
		left: 50%;
		transform: translateX(-50%);
		z-index: -1;
		width: 70%;
		height: 14vw;
	}
	.case__ttl {
		position: relative;
		z-index: 1;
		text-align: center;
	}
	.case__cont__wrap {
		background: #fff;
		padding: 20px 18px;
		margin-top: 50px;
		filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.3));
	}
	.case__cont__ttl {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0 20px;
	}
	.case__cont__ttl picture {
		width: 40%;
	}
	.case__cont__ttl p {
		font-size: 1.8rem;
		font-weight: bold;
		color: #fff;
		background: #ef8526;
		padding: 1px 10px 2px;
		border-radius: 5px;
	}
	.case__cont__subTtl {
		width: 68%;
		margin: 15px auto 0 auto;
	}
	.case02 .case__cont__subTtl {
		width: 80%;
	}
	.case03 .case__cont__subTtl {
		width: 76%;
	}
	.case__cont__subTtl p {
		font-size: 2rem;
		font-weight: bold;
		background: #333;
		color: #fff;
		border-radius: 3px;
		padding: 0 .2em;
		display: inline-block;
	}
	.inline__block {
		display: inline-block;
	}
	.case__cont__subTtl div:nth-child(2) {
		margin-top: .3em;
	}
	.case__cont__subTtl span {
		color: #fada02;
	}
	.case__list {
		display: flex;
		justify-content: space-around;
		margin-top: 15px;
		margin: 5vw auto 8vw;
		width: 80%;
	}
	.case01__detail {
		display: flex;
		justify-content: space-between;
		margin-top: 15px;
		gap: 10px;
		flex-wrap: wrap;
	}
	.case01__detail__item {
		background: #fff;
		border: solid 4px #ef8526;
		padding: 12px 5px;
		width: 48%;
	}
	.case01__detail__item p {
		text-align: center;
		font-size: 4vw;
		font-weight: 800;
	}
	.case01__detail__item p span {
		font-size: 5vw;
		color: #ef8526;
	}
	.small {
		font-size: 3vw !important;
		color: #ef8526;
	}
}

/* ==========================================================================
 * flow
 * ========================================================================== */

@media screen and (min-width: 641px) {
	.flow {
		padding: 100px 0;
	}
	.flow__ttl::before {
		content: url("/lp/wp-content/themes/child/image/contents/reform-guide/pc/sec_flow_bg_item.png");
		position: absolute;
		top: -138%;
        left: 50%;
        transform: translateX(-50%);
		z-index: -1;
	}
	.flow__ttl {
		text-align: center;
		position: relative;
		z-index: 1;
	}
	.flow__list {
		width: 85.5%;
		margin: 50px auto 0 auto;
	}
	.flow__list__item {
		padding: 30px 45px;
		background: #fff;
		border: solid 3px #333;
		margin-bottom: 40px;
		box-shadow: 10px 10px #ff9c00;
		border-radius: 5px;
	}
	.flow__list__item__flexBox {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.flow__icon {
		width: 13%;
		position: relative;
	}
	.flow__txt {
		width: 83%;
		line-break: strict;
	}
	.flow__txt h3 {
		color: #ef8526;
		font-size: 2.4rem;
	}
	.flow__txt p {
		margin-top: 20px;
		font-size: 1.8rem;
	}
	.cta__box {
		margin-top: 20px;
		text-align: center;
	}
	.cta__box p {
		margin-bottom: 15px;
		text-align: center;
		color: #333;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.cta__box a {
		filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.4));
	}
	.cta__box a:hover {
		opacity:.7;
		transition:.2s;
	}
}
@media screen and (max-width: 640px) {
	.flow {
		padding: 50px 0;
		overflow-y: hidden;
	}
	.flow__ttl::before {
		content: "";
		background: url("/lp/wp-content/themes/child/image/contents/reform-guide/sp/sec_flow_bg_item@2x.png") no-repeat center top / contain;
		position: absolute;
		top: -120%;
		left: 50%;
		transform: translateX(-50%);
		z-index: -1;
		width: 70%;
		height: 14vw;
	}
	.flow__ttl {
		position: relative;
		z-index: 1;
		text-align: center;
	}
	.flow__list {
		margin: 50px auto 0 auto;
	}
	.flow__list__item {
		padding: 20px;
		background: #fff;
		border: solid 3px #333;
		margin-bottom: 20px;
		box-shadow: 5px 5px #ff9c00;
		border-radius: 5px;
	}
	.flow__list__item__flexBox {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		gap: 15px;
	}
	.flow__icon {
		width: 15%;
		position: relative;
	}
	.flow__txt {
		width: 83%;
	}
	.flow__txt h3 {
		color: #ef8526;
		font-size: 1.8rem;
	}
	.flow__txt p {
		margin-top: 10px;
		font-size: 1.6rem;
		line-break: strict;
	}
	.cta__box {
		margin-top: 20px;
	}
	.cta__box p {
		margin: 0 auto 10px;
		width: 80%;
		color: #333;
		font-size: 1.4rem;
		font-weight: bold;
	}
	.cta__box .cta__ttl::before {
		position: absolute;
        background-color: #333;
        content: "";
        height: 1px;
        width: 50px;
        left: 0;
        bottom: 40%;
        transform: rotate(45deg);
	}
	.cta__box .cta__ttl::after {
		position: absolute;
        background-color: #333;
        content: "";
        height: 1px;
        width: 50px;
        right: 0;
        bottom: 40%;
        transform: rotate(-45deg);
	}
	.cta__box a {
		filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
	}
}

/* ==========================================================================
 * faq
 * ========================================================================== */
.faq__qaList {
	background: #fff;
	border-radius: 5px;
}
@media screen and (min-width: 641px) {
	.faq {
		padding: 100px 0;
		background: #f0f0f0;
	}
	.faq__ttl::before {
		content: url("/lp/wp-content/themes/child/image/contents/reform-guide/pc/sec_faq_bg_item.png");
		position: absolute;
		top: -135%;
        left: 50%;
        transform: translateX(-50%);
		z-index: -1;
	}
	.faq__ttl {
		position: relative;
		z-index: 1;
		text-align: center;
	}
	.faq__list {
		margin-top: 70px;
	}
	.faq__qaList {
		margin: 30px 0 0 0;
	}
	.faq__qaList dt {
		background: url("/lp/wp-content/themes/child/image/contents/reform-guide/pc/q.jpg") left top no-repeat;
		background-position: 30px 50%;
		padding: 25px 90px 25px 70px;
		font-size: 2.2rem;
		color: #191f2b;
		font-weight: bold;
		position: relative;
		cursor: pointer;
	}
	.faq__qaList dd {
		background: url("/lp/wp-content/themes/child/image/contents/reform-guide/pc/a.jpg") left 30px top 3px no-repeat;
		font-size: 1.8rem;
		color: #191f2b;
		padding: 0 90px 25px 70px;
		display: none;
	}
	.line-break {
		margin-top: 30px;
		padding: 20px 0 0 0;
	}
	.faq__qaList dt.open::before {
		content: "＋";
		color: #ef8526;
		font-size: 4rem;
		margin: auto;
		position: absolute;
		transform: translateY(50%);
		bottom: 55%;
		right: 4%;
	}
	.faq__qaList dt.close::after {
		content: "－";
		color: #ef8526;
		font-size: 4rem;
		margin: auto;
		position: absolute;
		transform: translateY(50%);
		bottom: 55%;
		right: 4%;
	}
	.faq__qaList dd a {
		border-bottom: solid 1px #0069d4;
		color: #0069d4;
	}
}
@media screen and (max-width: 640px) {
	.faq {
		padding: 40px 0;
		background: #f0f0f0;
	}
	.faq__ttl::before {
		content: "";
		background: url("/lp/wp-content/themes/child/image/contents/reform-guide/sp/sec_faq_bg_item@2x.png") no-repeat center top / contain;
		position: absolute;
        top: -98%;
        left: 50%;
		transform: translateX(-50%);
		z-index: -1;
		width: 70%;
		height: 14vw;
	}
	.faq__ttl {
		position: relative;
		z-index: 1;
	}
	.faq__list {
		margin-top: 40px;
	}
	.faq__qaList {
		background: #fff;
		border-radius: 10px;
		margin: 20px 0 0 0;
	}
	.faq__qaList dt {
		background: url("/lp/wp-content/themes/child/image/contents/reform-guide/sp/q@2x.jpg") left top no-repeat;
		background-position: 20px 18px;
		background-size: 5%;
		padding: 15px 48px 15px 46px;
		font-size: 1.8rem;
		color: #191f2b;
		font-weight: bold;
		position: relative;
		cursor: pointer;
	}
	.faq__qaList dd {
		background: url("/lp/wp-content/themes/child/image/contents/reform-guide/sp/a@2x.jpg") left top no-repeat;
		background-position: 20px 4px;
		background-size: 5%;
		font-size: 1.6rem;
		color: #191f2b;
		padding: 0 20px 20px 46px;
		display: none;
	}
	.line-break {
		margin-top: 30px;
		padding: 20px 0 0 0;
	}
	.faq__qaList dt.open::before {
		content: "＋";
		color: #ef8526;
		font-size: 3rem;
		margin: auto;
		position: absolute;
		right: 4%;
		transform: translateY(50%);
		bottom: 55%;
	}
	.faq__qaList dt.close::after {
		content: "－";
		margin: auto;
		position: absolute;
		right: 4%;
		color: #ef8526;
		font-size: 3rem;
		transform: translateY(50%);
		bottom: 55%;
	}
	.faq__qaList dd a {
		border-bottom: solid 1px #0069d4;
		color: #0069d4;
	}
}

/* ==========================================================================
 * company
 * ========================================================================== */

@media screen and (min-width: 641px) {
	.company {
		padding-top: 100px;
	}
	.company__ttl::before {
		content: url("/lp/wp-content/themes/child/image/contents/reform-guide/pc/sec_company_bg_item.png");
		position: absolute;
		top: -138%;
        left: 50%;
        transform: translateX(-50%);
		z-index: -1;
	}
	.company__ttl {
		text-align: center;
		position: relative;
		z-index: 1;
	}
	.company__detail__wrap {
		padding: 45px;
		background: #fff;
		border: solid 3px #333;
		margin: 50px auto 0 auto;
		box-shadow: 10px 10px #ff9c00;
		border-radius: 5px;
		width: 85.5%;
	}
	.company__detail__wrap p {
		width: 85%;
		margin: 0 auto 30px;
		font-size: 1.8rem;
	}
	.company__detail__wrap p span {
		color: #ef8526;
		font-weight: bold;
	}
	.company__logo {
		display: flex;
		justify-content: center;
		margin-bottom: 50px;
	}
	.company-overview dl {
		width: 85%;
		margin:  0 auto;
		display: flex;
		font-size: 1.8rem;
		color: #333;
	}
	.company-overview dt {
		width: 28%;
	}
	.company-overview dd {
		width: 77%;
	}
	.company-overview dd a {
		text-decoration: none;
		color: #333;
	}
}
@media screen and (max-width: 640px) {
	.company {
		padding: 40px 0;
		overflow-y: hidden;
	}
	.company__ttl::before {
		content: "";
		background: url(/lp/wp-content/themes/child/image/contents/reform-guide/sp/sec_company_bg_item@2x.png) no-repeat center top / contain;
		position: absolute;
        top: -107%;
        left: 50%;
		transform: translateX(-50%);
		z-index: -1;
		width: 70%;
		height: 14vw;
	}
	.company__ttl {
		text-align: center;
		position: relative;
		z-index: 1;
	}
	.company__detail__wrap {
		padding: 30px 20px;
		background: #fff;
		border: solid 3px #333;
		margin: 30px auto 0 auto;
		box-shadow: 5px 5px #ff9c00;
		border-radius: 5px;
		width: 100%;
	}
	.company__detail__wrap p {
		width: 100%;
		margin: 0 auto;
		font-size: 1.6rem;
	}
	.company__detail__wrap p span {
		color: #ef8526;
		font-weight: bold;
	}
	.company__logo {
		display: flex;
		justify-content: center;
		margin-top: 25px;
		width: 80%;
		margin: 15px auto 0;
	}
	.company-overview {
		margin-top: 25px;
	}
	.company-overview dl {
		width: 100%;
		margin:  0 auto;
		display: flex;
		font-size: 1.4rem;
		color: #333;
	}
	.company-overview dt {
		width: 30%;
	}
	.company-overview dd {
		width: 77%;
	}
	.company-overview dd a {
		text-decoration: none;
		color: #333;
	}
}

/* ==========================================================================
 * footer
 * ========================================================================== */
@media screen and (min-width: 641px) {
	.footer {
		padding: 20px 0;
	}
	.footer__link {
		display: flex;
		justify-content: space-around;
		width: 50%;
		margin: 0 auto;
	}
	.footer__link a {
		text-decoration: underline;
	}
	.copyright {
		text-align: center;
		margin-top: 40px;
	}
}
@media screen and (max-width: 640px) {
	.footer {
		padding-bottom: 25px;
	}
	.footer__link {
		display: flex;
		justify-content: space-around;
		width: auto;
		margin: 0 auto;
		text-decoration: underline;
	}
	.footer__link a {
		text-decoration: underline;
	}
	.copyright {
		text-align: center;
		margin-top: 20px;
	}
}

/* ==========================================================================
 * float cta
 * ========================================================================== */
@media screen and (max-width: 640px) {
	.float__cta--sp {
		/* background: #fff; */
		padding: 2%;
		position: fixed;
		bottom: 0;
		text-align: center;
		width: 100%;
		z-index: 997;
		filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
	}
	a.backtotop {
        bottom: 13%;
        right: 2%;
        z-index: 999;
    }
}


@-webkit-keyframes hand-up {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes hand-up {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes hand-right {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-6px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes hand-right {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-6px);
  }
  100% {
    transform: translateX(0);
  }
}

/* ==========================================================================
 * スクロール誘導指
 * ========================================================================== */
@media screen and (max-width: 640px) {
  .reform-guide__table__right::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 120px;
    background-image: url('/lp/wp-content/themes/child/image/contents/reform-guide/sp/hand_arrow@2x.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.6s ease;
    animation: flyRight 1.2s ease-in-out infinite;
    z-index: 2;
    opacity: 1;
  }

  .reform-guide__table__right.scrolled::before {
    opacity: 0;

  }
}
@keyframes flyRight {
  0%   { right: -30%; }
  70%  { right: 0%; }
  100% { right: 0%; }
}
