@charset "utf-8";

/*
----------------------------------------
reset
----------------------------------------
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote: before, blockquote:after,
q: before, q:after {
	content: "";
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

/*
----------------------------------------
default
----------------------------------------
*/

html {
	font-size: 62.5%;
}

body {
	font-family: "Alata", "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	letter-spacing: 1px;
	text-indent: 1px;
	line-height: 1.8;
	color: #111;
	text-align: center;
	font-feature-settings: "palt";
	position: relative;
	-webkit-text-size-adjust: 100%;
	overflow-scrolling: touch;
}

body * {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	transition: all 0.2s;
}

ul,
ol {
	list-style: none;
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}

strong {
	color: #f01717;
}

.en {
	font-family: "Alata", sans-serif;
}

.sp {
	display: none;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.note {
	font-size: 1.1rem;
	font-family: "Noto Sans JP", sans-serif;
}

.note.l {
	font-size: 1.4rem;
}

/*
----------------------------------------
layout
----------------------------------------
*/

#wrapper {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.wrap {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: left;
}

.center {
	text-align: center;
}

/* slick */

.slider {
	margin: 40px 0 90px 0;
	text-align: center;
}

.slider .slick-slide figure {
	text-align: center;
}

.slider .slick-slide img {
	display: inline-block;
}

.slider.thumb-slider {
	margin: 0;
}

.slider.thumb-slider + .thumb {
	margin-bottom: 40px;
}

.slider.thumb-slider + .thumb figure {
	padding: 0 5px;
}

.slider.slick-dotted.slick-slider {
	margin: 0 0 80px 0;
}

.slider .slick-dots {
	bottom: -18px;
	margin: 0;
}

.slider .slick-dots li {
	margin: 0 2px;
}

.slider .slick-dots li button:before {
	color: #ffc773;
	opacity: 1;
	font-size: 10px;
}

.slider .slick-dots li.slick-active button:before {
	color: #fff;
	opacity: 1;
}

.slider .slick-prev,
.slider .slick-next {
	width: 60px;
	height: 60px;
	padding: 0;
}

.slider .slick-prev {
	left: 13vw;
	z-index: 999;
}

.slider .slick-next {
	right: 13vw;
	z-index: 999;
}

.slider .slick-prev:before,
.slider .slick-next:before {
	display: inline-block;
	content: "";
	width: 60px;
	height: 60px;
	border-radius: 50%;
	opacity: 1;
	transition: all 0.2s;
}

.slider .slick-prev:before {
	background: #1a1a1a url(../img/2x/arrow-prev.png) center center / 25px no-repeat;
}

.slider .slick-next:before {
	background: #1a1a1a url(../img/2x/arrow-next.png) center center / 25px no-repeat;
}

/*
----------------------------------------
common
----------------------------------------
*/

/* btn-01 */

.btn-01 {
	text-align: center;
}

.btn-01 a {
	display: block;
	max-width: 370px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background: #ff9900;
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 50px;
	padding-bottom: 2px;
	white-space: nowrap;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	border: solid 4px #111;
	border-radius: 30px;
	box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
}

.btn-01 a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 22px;
	background: url(../img/2x/arrow-01.png) center center / contain no-repeat;
	margin-right: 10px;
	transform: translateY(-2px);
}

/* table-01 */

.table-01 {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.table-01 th {
	width: 130px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	padding: 10px 15px;
	background: rgba(255, 153, 0, 0.15);
	border-bottom: solid 1px #ff9900;
}

.table-01 tr:first-of-type th {
	border-top: solid 1px #ff9900;
}

.table-01 td {
	width: calc(100% - 130px);
	vertical-align: middle;
	padding: 15px 0 15px 18px;
	border-bottom: solid 1px #ccc;
	letter-spacing: 0.5px;
}

.table-01 tr:first-of-type td {
	border-top: solid 1px #ccc;
}

/* flex */

.flex {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.flex.col3 > div {
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}

.flex.col3 > div:nth-child(3n) {
	margin-right: 0;
}

.flex.num-list {
	margin: 0 -5px 30px;
}

.flex.num-list .num {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 60px;
	height: 68px;
	background: url(../img/2x/balloon-num.png) center center / contain no-repeat;
	color: #fff;
	font-size: 3.2rem;
	text-align: center;
	padding: 2px;
}

.flex.num-list .txt {
	margin-top: 13px;
	padding: 0 8px;
}

.flex.num-list .txt h4 {
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 1rem;
}

.flex.num-list .txt .read {
	text-align: left;
	letter-spacing: 2px;
	line-height: 2.2;
	margin-bottom: 20px;
}

.under-line {
	line-height: 1.7;
	border-bottom: solid 4px #ff9900;
}

.under-line-02 {
	border-bottom: solid 4px #f01717;
}

.under-line-03 {
	background: linear-gradient(transparent 85%, #ffdd00 85%);
}

.under-line-04 {
	background: linear-gradient(transparent 85%, #ff9900 85%);
}

/* ttl-01 */

.ttl-01 {
	text-align: center;
	margin-bottom: 20px;
}

.ttl-01 .txt {
	display: inline-block;
	font-size: 5rem;
	line-height: 1.4;
	letter-spacing: 2px;
	text-indent: 2px;
	padding: 0.8rem 6.5rem;
	background: url(../img/2x/ttl-before.png), url(../img/2x/ttl-after.png);
	background-position: left 33px, right 33px;
	background-size: 47px auto;
	background-repeat: no-repeat;
}

.ttl-01.l2 .txt {
	line-height: 1.2;
	padding: 1rem 10rem;
	background: url(../img/2x/ttl-before-l2.png), url(../img/2x/ttl-after-l2.png);
	background-position: left center, right center;
	background-size: 70px auto;
	background-repeat: no-repeat;
}

.ttl-01 strong {
	font-size: 6.4rem;
	color: #111;
}

.ttl-01 strong.right-img {
	position: relative;
}

.ttl-01 strong.right-img::after {
	content: "";
	width: 50px;
	height: 45px;
	background: url(../img/2x/strong.png) center center / contain no-repeat;
	position: absolute;
	top: -22px;
	right: -38px;
}

.ttl-01.wh {
	color: #fff;
}

.ttl-01.wh .txt {
	letter-spacing: 3px;
	padding: 0.8rem 8rem;
	background: url(../img/2x/ttl-before-wh.png), url(../img/2x/ttl-after-wh.png);
	background-position: left center, right center;
	background-size: 47px auto;
	background-repeat: no-repeat;
}

.ttl-01.wh .txt_new {
	padding: 0.8rem 4rem;
}

/* ttl-02 */

.ttl-02 {
	text-align: center;
	margin-bottom: 15px;
}

.ttl-02 .txt {
	display: inline-block;
	font-size: 3.4rem;
	line-height: 1.35;
	width: 876px;
	height: 125px;
	background: url(../img/2x/balloon-02.png) center center / contain no-repeat;
	padding: 25px 20px;
}

.ttl-02.line-02 .txt {
	font-size: 4.2rem;
	letter-spacing: 0.2px;
	width: 724px;
	height: 194px;
	background: url(../img/2x/balloon-01.png) center center / contain no-repeat;
	padding: 23px 20px;
}

/* ttl-03 */

.ttl-03 {
	text-align: center;
}

.ttl-03 .txt {
	display: inline-block;
	font-size: 4.8rem;
	line-height: 86px;
	letter-spacing: 0.6px;
	white-space: nowrap;
	padding: 0 62px;
	margin-bottom: 25px;
	background: #fff;
	border: solid 4px #111;
	border-radius: 47px;
	box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
	position: relative;
}

.ttl-03 .txt.strong::before {
	content: "";
	width: 50px;
	height: 45px;
	background: url(../img/2x/strong-02.png) center center / contain no-repeat;
	position: absolute;
	top: -20px;
	left: 25px;
}

/* h-01 */

.h-01 {
	font-size: 3.6rem;
	letter-spacing: 3px;
	text-indent: 12px;
	text-align: center;
	margin-bottom: 30px;
}

.h-01 .under-line {
	font-size: 4.8rem;
	color: #ff9900;
}

/* h-02 */

.h-02 {
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 15px;
}

/* border-box */

.border-box {
	background: #fff;
	border: solid 4px #1a1a1a;
	border-radius: 20px;
	padding: 20px 45px;
	position: relative;
}

/* clip-box */

.clip-box {
	background: #fff;
	border: solid 4px #1a1a1a;
	border-radius: 10px;
	padding: 40px;
	position: relative;
}

.clip-box::before {
	content: "";
	width: 171px;
	height: 48px;
	background: url(../img/clip.png) center center / contain no-repeat;
	position: absolute;
	top: -24px;
	left: calc(50% - 85px);
}

.clip-box .bg {
	background: url(../img/bg-01.png) center top repeat-y;
}

.clip-box .pen {
	position: absolute;
	right: -36px;
	bottom: -32px;
}

/* notice-box */

.notice-box dl {
	background: #fff;
	border-radius: 10px;
	padding: 38px 10px 32px;
	text-align: center;
	position: relative;
}

.notice-box dt {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	font-size: 2rem;
	font-weight: bold;
	transform: translateY(-50%);
}

.notice-box dd {
	font-size: 1.4rem;
	line-height: 1.9;
	text-align: left;
}

.notice-box dd .attention {
	display: inline-block;
	padding-bottom: 10px;
}

/* check-list */

.check-list dt {
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 6px;
	padding-left: 51px;
	background: url(../img/check.png) left 9px / 41px no-repeat;
}

.check-list dd {
	font-size: 1.8rem;
	letter-spacing: 1.4px;
	margin-bottom: 22px;
}

/*
----------------------------------------
main
----------------------------------------
*/

.fv-box {
	height: 900px;
	background: url(../img/2x/Fv02.jpg) center center / cover no-repeat;
	padding: 58px 0 0;
	overflow: hidden;
	position: relative;
}

.fv-box::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	border-style: solid;
	border-width: 9.5vw 100vw 0 0;
	border-color: transparent #f5f4f0 transparent transparent;
}

#lpcomment{
	position: absolute;
	top: -50px;
	left: 170px;
	z-index: 3;
}

.fv-box .wrap {
	text-align: center;
	position: relative;
	height: 100%;
	z-index: 1;
	padding-top: 75px;
}

.fv-box .logo {
	position: absolute;
	top: 20px;
	left: 30px;
}

.fv-box .img-50th {
	position: absolute;
	top: 10px;
	right: 100px;
}

.fv-box .balloon {
	line-height: 0.5;
	margin-bottom: -16px;
	position: relative;
	z-index: 99;
}

.fv-box .price-bnr {
	position: absolute;
	right: 0;
	bottom: 26px;
	left: 0;
}

.fv-box .price-wrap {
	display: inline-block;
	width: 696px;
	height: 240px;
	text-align: left;
	background: url(../img/fv-price-bg.png) center center / contain no-repeat;
	padding: 57px 30px 10px 198px;
	border-radius: 15px;
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
	margin-top: 30px;
	position: relative;
}

.fv-box .price-wrap .img {
	line-height: 0.5;
	position: absolute;
	bottom: 3px;
	left: 18px;
}

.fv-box .price-wrap h3 {
	font-size: 2.5rem;
	letter-spacing: 2.2px;
	margin-bottom: 8px;
}

.fv-box .price-wrap .bakudan {
	position: absolute;
	top: -40px;
	right: -78px;
}

/* osusume-box */

.osusume-box {
	margin-top: -1px;
	background: #f5f4f0;
	padding-top: 3rem;
}

.calendar-box{
	margin-top: -1px;
	background: #f5f4f0;
	padding-top: 3rem;
}

.osusume-list {
	position: relative;
	z-index: 1;
	padding-left: 10px;
	margin-bottom: 25px;
}

.osusume-list .osusume-ttl {
	position: absolute;
	top: 228px;
	right: 0;
	left: 0;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.45;
}

.osusume-list .osusume-ttl strong {
	color: #ff9900;
}

.tetsuduki {
	background: #ffdd00;
	overflow: hidden;
	position: relative;
	margin-top: -1px;
	padding: 3.5rem 0 7rem;
}

.tetsuduki::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
	border-style: solid;
	border-width: 0 0 9.5vw 100vw;
	border-color: transparent transparent transparent #f5f4f0;
}

.tetsuduki .wrap {
	position: relative;
	z-index: 1;
	text-align: center;
}

.tetsuduki .read {
	font-size: 2.4rem;
	line-height: 1.6;
	letter-spacing: 2.4px;
}

.tetsuduki .notice {
	font-size: 4rem;
}

.tetsuduki .notice .txt {
	display: inline-block;
	font-weight: bold;
	letter-spacing: 2px;
	text-indent: -4px;
	line-height: 1;
	margin: -3px 0 60px;
	padding: 0 30px 25px;
	background: url(../img/2x/border.png) center bottom / auto 10px no-repeat;
}

.tetsuduki .notice .num {
	font-size: 8rem;
	letter-spacing: -2px;
	position: relative;
	top: 3px;
}

.tetsuduki .clip-box .flex {
	align-items: center;
	text-align: left;
}

.tetsuduki .clip-box .img {
	width: 315px;
	text-align: center;
	padding: 0 15px 0 0;
}

.tetsuduki .clip-box .txt {
	width: calc(100% - 315px);
}

.tetsuduki .clip-box h3 {
	font-size: 3.6rem;
	letter-spacing: 1.8px;
	padding-left: 5.8rem;
	background: url(../img/2x/notice-icon.png) left center / 44px no-repeat;
}

.tetsuduki .clip-box .read-txt {
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: 2.4px;
	text-indent: 0;
	margin: 15px 0;
}

.tetsuduki .clip-box .read-txt .strong {
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 1.4px;
}

.tetsuduki .clip-box .read-txt .under-line-02 span {
	font-size: 4.2rem;
}

/* omakase-box */

.omakase-box {
	background: #f5f4f0;
	padding: 8rem 0;
}

.omakase-box .ttl-01 .under-line {
	color: #ff9900;
}

.omakase-box .balloon-ttl {
	text-align: center;
	margin: -15px 0 15px;
}

.omakase-box .online-txt .flex {
	align-items: center;
}

.omakase-box .online-txt .img {
	width: 205px;
}

.omakase-box .online-txt .txt {
	width: calc(100% - 205px);
	font-size: 2.4rem;
	letter-spacing: 2.8px;
	line-height: 1.7;
	padding-bottom: 5px;
}

.omakase-box .online-txt .txt .under-line {
	font-weight: bold;
	display: inline-block;
	line-height: 1;
}

.omakase-box .online-txt .txt .attention {
	display: inline-block;
	position: relative;
	padding-left: 3rem;
}

.omakase-box .online-txt .txt .attention::after {
	position: absolute;
	content: "※";
	top: 0;
	left: 0;
}

/* price-box */

.price-box {
	background: #ff9900;
	padding: 5rem 0 9rem;
}

.price-box.price-top{
	background-color: inherit;
	padding-bottom: 0px;
}

.price-box .ttl-01 {
	margin-bottom: 3.5rem;
}

.price-box .clip-box {
	padding: 25px;
}

.price-box .clip-box .bg {
	padding: 0 35px 10px 25px;
}

.price-box .price-img {
	background: #f5f4f0;
	padding: 8px 0 0 0;
	margin: 20px 0 12px;
	border-radius: 10px;
}

.price-box .price-img .flex {
	align-items: center;
}

.price-box .price-img .img {
	width: 230px;
	line-height: 0.5;
}

.price-box .price-img .price {
	width: calc(100% - 230px - 200px);
}

.price-box .price-img .price h3 {
	font-size: 3rem;
	letter-spacing: 2.4px;
	margin: 5px 0 10px;
}

.price-box .price-img .bakudan {
	width: 200px;
	margin-left: auto;
	padding-bottom: 5px;
}

.price-box .price-img .bakudan img {
	width: 100%;
}

.price-box .ttl {
	font-size: 3.6rem;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 14px;
}

.price-box .attention {
	padding-left: 1.6rem;
	text-indent: -1.8rem;
}

.price-table-box {
	background: #f5f4f0;
	padding: 4.5rem 0;
}

.price-table-box .scroll-hand {
	display: none;
}

.price-table-box .ttl-01 .txt {
	padding: 2.8rem 8rem 0.5rem;
	letter-spacing: 3px;
	text-indent: 20px;
}

.price-table {
	width: calc(100% + 20px);
	border-spacing: 10px;
	border-collapse: separate;
	margin: 0 -10px;
	position: relative;
}

.price-table::after {
	content: "";
	width: 340px;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 210px;
	background: #ff9900;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.price-table thead th {
	text-align: center;
	vertical-align: middle;
	width: 320px;
	height: 110px;
	font-size: 2.4rem;
	background: #4c4c4c;
	color: #fff;
	padding: 10px;
	position: relative;
	z-index: 1;
}

.price-table thead th.blank {
	background: transparent;
	width: 190px;
}

.price-table thead th.main {
	background: transparent;
	width: 340px;
	padding-top: 30px;
}

.price-table tbody th,
.price-table tbody td {
	text-align: center;
	vertical-align: middle;
	line-height: 1.6;
	height: 150px;
	position: relative;
	z-index: 1;
}

.price-table tbody th {
	font-size: 2.4rem;
	background: #d6d6d6;
}

.price-table tbody td {
	font-size: 1.8rem;
	width: calc((100% - 190px) / 3);
	background: #fff;
	border: solid 3px #1a1a1a;
	padding: 10px 10px 5px;
	position: relative;
	z-index: 1;
}

.price-table tbody td.l2 {
	padding: 15px 10px 5px;
}

.price-table tbody td.l2 .txt {
	margin-top: 0;
}

.price-table tbody td .txt {
	line-height: 1.4;
}

.price-table tbody td .txt .small {
	font-size: 1.6rem;
}

.price-table tbody td + td .txt {
	margin-top: 5px;
}

.price-table tbody th + td {
	border: none;
	border-right: solid 10px #ff9900;
	border-left: solid 10px #ff9900;
	font-size: 2.2rem;
	font-weight: bold;
	padding-bottom: 10px;
}

.price-table tbody .price td {
	line-height: 0.5;
}

.price-table tbody .price td img {
	transform: translate(5px, 10px);
}

.price-table tbody .price img.price-01 {
	transform: translate(12px, 8px);
}

.price-table-box .read-txt {
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 2;
	margin-bottom: 40px;
	transform: translateX(-10px);
}

.price-table-box .read-txt .price {
	font-family: "Noto Sans JP", sans-serif;
	position: relative;
}

.price-table-box .read-txt .price > .num {
	font-size: 4.2rem;
	letter-spacing: 1px;
	position: relative;
	top: 2px;
}

.price-table-box .read-txt .price .tax {
	font-size: 1.2rem;
	font-weight: normal;
	position: absolute;
	top: -15px;
	right: 0;
}

.price-table-box .read-txt .price .in-tax {
	font-size: 1.2rem;
	font-weight: normal;
	position: absolute;
	right: 0;
	bottom: -2.8rem;
}

.price-table-box .read-txt .price .in-tax .num {
	font-size: 1.6rem;
	font-weight: bold;
}

.price-table-box .read-txt .strong {
	font-size: 3.6rem;
	letter-spacing: 1.8px;
}

/* flow-box */

.flow-box {
	background: #f5f4f0;
	padding: 3.5rem 0 11rem;
}

.flow-box .ttl-01 .txt {
	padding: 2.8rem 8rem 4rem;
}

.flow-box .flex {
	align-items: center;
}

.flow-list > .flex > div {
	width: calc((100% - 80px) / 2);
	margin: 3px 0;
	position: relative;
}

.flow-list > .flex > div::before {
	content: "";
	width: 18px;
	height: 18px;
	background: #fff;
	border: solid 6px #1a1a1a;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 15px);
	right: calc(-40px - 15px);
}

.flow-list > .flex > div.cont:nth-child(odd)::before {
	background: #ffdd00;
}

.flow-list > .flex > div.cont:nth-child(even)::before {
	background: #ff9900;
	right: auto;
	left: calc(-40px - 15px);
}

.flow-list > .flex > div:nth-child(odd) {
	margin-right: 80px;
}

.flow-list > .flex > .cont::after {
	content: "";
	width: 6px;
	background: url(../img/2x/flow-line.png) center top / 6px repeat-y;
	position: absolute;
	right: calc(-40px - 3px);
}

.flow-list > .flex > .cont:nth-child(even)::after {
	right: auto;
	left: calc(-40px - 3px);
}

.flow-list > .flex > .cont-01::after {
	height: 90px;
	top: -10px;
}

.flow-list > .flex > .cont-02::after {
	height: 60px;
	top: 20px;
}

.flow-list > .flex > .cont-03::after {
	height: 135px;
	top: 20px;
}

.flow-list > .flex > .cont-04::after {
	height: 135px;
	top: -60px;
}

.flow-list > .flex > .cont-05::after {
	height: 60px;
	top: 20px;
}

.flow-list .ttl {
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0;
	text-indent: 20px;
	text-align: center;
	line-height: 50px;
	background: #ffdd00;
	border-radius: 25px;
	margin-bottom: 8px !important;
}

.flow-list .ttl:nth-child(even) {
	background: #ff9900;
}

.flow-list .ttl:nth-child(even)::before {
	display: none;
}

.flow-list .cont .box {
	height: 150px;
	background: #fff;
	border: solid 4px #111;
	border-radius: 20px;
	box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
	padding: 15px 20px 20px 160px;
	margin: 20px 5px 20px 0;
	align-items: center;
	position: relative;
}

.flow-list .cont.cont-02 {
	transform: translateY(98px);
}

.flow-list .cont.cont-04 {
	transform: translateY(180.5px);
}

.flow-list .cont .box .img {
	width: 160px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 0.5;
}

.flow-list .cont-01 .box .img {
	padding-left: 10px;
}

.flow-list .cont-02 .box .img {
	padding-right: 10px;
}

.flow-list .cont-03 .box:nth-child(1) {
	margin-bottom: 12px;
}

.flow-list .cont-03 .box:nth-child(2) {
	margin-top: 12px;
}

.flow-list .cont-04 .box .img {
	padding-right: 5px;
}

.flow-list .cont-03 .box .img,
.flow-list .cont-05 .box .img {
	bottom: 50%;
	transform: translateY(50%);
}

.flow-list .cont .box .txt h3 {
	font-size: 2.4rem;
	margin-bottom: 2px;
}

.flow-list .cont .box .txt p.read{
	font-size: 15px;
	line-height: 1.4em;
}

/* riyuu-box */

.riyuu-box {
	background: #ff9900;
	padding: 8rem 0 4rem;
	position: relative;
}

.riyuu-box .riyuu-img {
	position: absolute;
	top: -80px;
	right: 0;
	left: 0;
	text-align: center;
}

.riyuu-list {
	margin-top: 50px;
}

.riyuu-list .flex > div {
	width: calc((100% - 40px) / 2);
	margin-right: 40px;
	margin-bottom: 40px;
}

.riyuu-list .flex > div:nth-child(1),
.riyuu-list .flex > div:nth-child(2),
.riyuu-list .flex > div:nth-child(3) {
	width: calc((100% - 80px) / 3);
}

.riyuu-list .flex > div:nth-child(3),
.riyuu-list .flex > div:nth-child(5) {
	margin-right: 0;
}

.riyuu-list .ttl {
	text-align: center;
	margin: 5px 0 20px;
}

.riyuu-list .ttl .num {
	font-size: 2rem;
	line-height: 1.6;
	color: #ff9900;
}

.riyuu-list .ttl h3 .under-line {
	font-size: 2.6rem;
	display: inline-block;
	line-height: 1.5;
}

.riyuu-list .txt {
	line-height: 2.2;
	padding: 0 10px 10px;
}

.riyuu-list .flex > div:nth-child(4) .txt,
.riyuu-list .flex > div:nth-child(5) .txt {
	padding-bottom: 0;
}

.riyuu-list .flex > div:nth-child(4) .clip-box,
.riyuu-list .flex > div:nth-child(5) .clip-box {
	padding: 35px 30px;
}

.support-box {
	background: #f5f4f0;
	padding: 6.5rem 0 7rem;
}

.support-box .ttl-01 .txt {
	padding: 2.8rem 8.5rem 3.5rem;
	letter-spacing: 2.6px;
	text-indent: 8px;
}

.support-box .read-txt {
	text-align: center;
	font-size: 2rem;
	letter-spacing: 2.4px;
	margin-bottom: 3.5rem;
}

.support-box .flex.num-list .txt h4 {
	font-size: 2.8rem;
}

/* voice-box */

.voice-box {
	background: #ff9900;
	padding: 6rem 0 0.5rem;
}

.voice-list {
	margin-top: 3.5rem;
	position: relative;
}

.voice-list .ttl-01 {
	margin-bottom: 0;
}

.voice-list .voice {
	padding: 18px 20px;
	opacity: 0;
}

.voice-list .voice.slick-slide {
	opacity: 1;
}

.voice-list .voice + .voice {
	position: absolute;
	top: 0;
}

.voice-list .voice.slick-slide + .voice {
	position: relative;
}

.voice-list .voice .bg {
	padding: 28px 20px;
	min-height: 100%;
}

.voice-list .voice .img {
	width: 300px;
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	padding-top: 5px;
}

.voice-list .voice .txt {
	width: calc(100% - 300px);
	padding-left: 50px;
	letter-spacing: 1.6px;
	line-height: 2.38;
	text-align: left;
}

.voice-list .voice h3 {
	font-size: 3.2rem;
	letter-spacing: 2.2px;
	line-height: 1.4;
	margin-bottom: 16px;
}

/* support-mes-box */

.support-mes-box {
	background: #f5f4f0;
	padding-top: 34.0588235294118vw;
	padding-bottom: 50px;
	position: relative;
}

.support-mes-box::before {
	content: "";
	height: 34.0588235294118vw;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: url(../img/2x/support-bg.png) top center / cover no-repeat;
}

.support-mes-box .ttl-03 {
	margin-top: -70px;
}

.support-mes-box .read {
	line-height: 2;
	letter-spacing: 2px;
	text-align: center;
}

/* case-box */

.case-box {
	background: #f5f4f0;
	padding: 0.8rem 0 5.2rem;
}

.case-box .ttl-01 .txt {
	padding: 3.6rem 8rem 0;
	letter-spacing: 2px;
}

.case-box .case-list {
	margin-top: -10px;
}

.case-box .ttl {
	text-align: center;
	margin-top: 40px;
}

.case-box .balloon {
	display: inline-block;
	width: 194px;
	height: 79px;
	background: url(../img/2x/balloon-03.png) center center / contain no-repeat;
	font-size: 2.4rem;
	padding: 8px 8px 6px 6px;
}

.case-box h3.h-02 {
	font-size: 3.6rem;
	margin-bottom: 25px;
}

.case-list .case {
	width: calc((100% - 40px) / 2);
}

.case-list .case:nth-child(odd) {
	margin-right: 40px;
}

.case-list .clip-box {
	padding: 35px 35px 32px;
}

.case-list .price-list dt {
	width: 140px;
	text-align: center;
	background: #ffdd00;
	border-radius: 10px;
	margin-bottom: 4px;
}

.case-list .price-list {
	margin-top: 22px;
	align-items: center;
}

.case-list .price-list dd {
	width: calc(100% - 140px);
	padding-left: 20px;
	margin-bottom: 4px;
}

.case-list .price-list dd .num {
	font-size: 2rem;
}

.case-list .total-price {
	text-align: center;
	background: #f5f4f0;
	padding: 4px;
	margin: 12px 0;
	border-radius: 10px;
	font-size: 1.8rem;
}

.case-list .total-price .price {
	font-size: 1.5rem;
}

.case-list .total-price .price .num {
	font-size: 2.4rem;
}

.case-list .note.l {
	line-height: 1.9;
}

.case-box .note.right {
	margin-top: 10px;
}

/* faq-box */

.faq-box {
	background: #ff9900;
	padding: 6rem 0;
}

.faq-box .ttl-01.wh .txt {
	padding: 0.8rem 6rem;
}

.faq-list {
	margin-top: 3.6rem;
}

.faq-list dl {
	background: #fff;
	border: solid 4px #1a1a1a;
	border-radius: 10px;
	padding: 18px 35px;
	margin-bottom: 20px;
}

.faq-list dt {
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 1.4px;
	padding: 10px 70px 10px 60px;
	background: url(../img/2x/arrow-down.png) right center / 60px no-repeat;
	position: relative;
	cursor: pointer;
}

.faq-list dt.active {
	background: url(../img/2x/arrow-up.png) right center / 60px no-repeat;
}

.faq-list dt .q {
	font-size: 4.6rem;
	font-weight: normal;
	line-height: 1;
	color: #ff9900;
	position: absolute;
	top: 4px;
	left: 0;
}

.faq-list dd {
	background: #f5f4f0;
	border-radius: 15px;
	padding: 25px 40px;
	margin: 22px 0;
}

.faq-list dd h3 {
	font-size: 2.4rem;
	letter-spacing: 1.6px;
	color: #ff9900;
}

.faq-list dd p {
	line-height: 1.9;
	letter-spacing: 2px;
	margin: 15px 0 10px;
}

/* outline-box */

.outline-box {
	background: #f5f4f0;
	padding: 5.5rem 0 7rem;
}

.outline-box .h-02 {
	font-size: 5rem;
	margin-bottom: 0;
}

.outline-box .outline {
	align-items: center;
}

.outline-box .outline .txt {
	width: calc(100% - 603px);
	padding: 0 18px 20px 0;
}

.outline-box .outline .txt h3 {
	margin-bottom: 10px;
}

.outline-box .outline .img {
	width: 603px;
}

.outline-box .outline .img img {
	transform: translate(32px, -5px);
	width: 100%;
}

/* form-box */

.form-box {
	background: #ff9900;
	padding: 6rem 0 8rem;
}

.form-box .ttl-01.wh .txt {
	letter-spacing: 3.4px;
	padding: 0.8rem 7rem;
	margin-bottom: 1.6rem;
}

.form-box .form-note .flex {
	align-items: center;
	margin-bottom: 20px;
}

.form-box .form-note dt {
	width: 160px;
	background: #ffdd00;
	border: solid 4px #1a1a1a;
	border-radius: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	padding: 39px 10px;
}

.form-box .form-note dd {
	width: calc(100% - 160px);
	padding-left: 20px;
	font-size: 1.4rem;
}

.form-box .form-note dd li {
	margin: 0 0 4px;
	padding-left: 1.4rem;
	text-indent: -1.4rem;
}

.form-box .clip-box {
	padding: 55px 60px 28px 50px;
}

/* page */

.page {
	background: #f5f4f0;
}

.page header {
	padding: 20px 30px;
	text-align: left;
	line-height: 0.5;
	background: #fff;
}

.page .cont-box {
	background: #ff9900;
	padding: 6rem 0 8rem;
}

.page .clip-box {
	padding: 55px 60px 28px 50px;
}

.page footer {
	padding: 4.8rem 1rem 9rem 0;
}

.page .mes {
	text-align: center;
	padding-bottom: 3rem;
}

.page .ttl-01.wh {
	margin-bottom: 2rem;
}

.page .h-02 {
	margin-bottom: 3rem;
}

.page .btn-01 {
	margin-top: 4.5rem;
}

.page .mes ul {
	display: inline-block;
	text-align: left;
	margin: 3rem auto;
}

.page .mes li {
	margin-bottom: 5px;
	padding-left: 2rem;
	position: relative;
}

.page .mes li::before {
	content: "";
	width: 10px;
	height: 10px;
	background: #ff9900;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}

/* thanks */

.thanks .form-step {
	margin-bottom: 3rem;
}

.thanks .tel-box {
	margin-top: 3rem;
	text-align: center;
}

.thanks .tel-box a {
	display: inline-block;
	padding: 20px 30px;
	border: solid 2px #1a1a1a;
	border-radius: 10px;
	box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
	color: #111;
}

footer {
	background: #f5f4f0;
	padding: 4.8rem 1rem 21rem 0;
}

footer .copyright {
	letter-spacing: 0.5px;
	text-indent: 10px;
}

footer .wrap {
	text-align: center;
}

footer .copyright {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	color: #1b1b1b;
}

/* fix-box */

.fix-box {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	height: 120px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(40px);
	z-index: -1;
	transition: all 0.2s;
}

.fix-box.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	z-index: 999999;
}

#fix-box.hide {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

#fix-box.none {
	display: none;
}

#fix-box .wrap {
	background-image: url("../img/banner_new_bg.png");
	background-repeat: no-repeat;
	max-width: unset;
	background-size: 75%;
}

#fix-box .flex {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	margin-bottom: 5px;
}
/*
.fix-box::after {
	content: "";
	position: absolute;
	top: 0;
	right: calc(50% - 115px);
	bottom: 0;
	left: 0;
	background: linear-gradient(90deg, #ff7608, #ffa908);
}
*/
.fix-box .wrap {
	position: relative;
	z-index: 1;
}

.fix-box .contact-set {
	width: 100%;
	justify-content: space-between;
}

.fix-box .pack-price {
	/*
	width: calc(50% + 115px);
	*/
	height: 120px;
	padding: 12px 10px 12px 152px;
	position: relative;
}

.fix-box .pack-price::before {
	content: "";
	width: 197px;
	height: 137px;
	background: url(../img/2x/fix-img.png) left bottom / contain no-repeat;
	position: absolute;
	bottom: 0;
	left: 1px;
}

.fix-box .pack-price > div {
	position: relative;
	z-index: 1;
	color: #fff;
	font-weight: bold;
	margin-left: 4.5vw;
	margin-top: 2px;
}

.fix-box .pack-price .sub {
	font-size: 2rem;
	letter-spacing: 1.4px;
	margin-left: 4.5vw;
}

.fix-box .pack-price .price {
	font-size: 4rem;
	letter-spacing: 1.2px;
	line-height: 1.5;
	white-space: nowrap;
	vertical-align: middle;
}

.fix-box .pack-price .price img {
	transform: translate(2px, 4px);
}

.fix-box .tel {
	width: calc((50% - 115px) * 0.6);
	height: 120px;
	padding: 22px 0 18px 0;
	position: relative;
	height: 100%;
}

.fix-box .tel::before {
	content: "";
	border-style: solid;
	border-width: 60px 20px;
	border-color: #fff #ffff transparent transparent;
	position: absolute;
	top: 0;
	left: -39px;
}

.fix-box .tel a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 13px 0;
	text-align: center;
	color: #333;
	font-size: 1.4rem;
}

.fix-box .tel .note {
	line-height: 1.6;
	text-indent: 10px;
}

.fix-box .mail {
	/*
	width: calc((50% - 115px) * 0.2 - 14px);
	*/
	width: 170px;
	height: 120px;
	padding: 18px 0 22px;
	margin-left: 16px;
}

/*.fix-box .mail a {
	display: block;
	width: 100%;
	height: 100%;
	background: #fabe00;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 5rem 0 0.5rem;
	border-radius: 5px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
	position: relative;
}

.fix-box .mail a::before {
	content: "";
	width: 50px;
	height: 25px;
	background: url(../img/2x/fix-mail.png) center center / contain no-repeat;
	position: absolute;
	top: 17px;
	left: calc(50% - 25px);
}*/

.fix-box .mail a {
	display: block;
	width: 100%;
	height: 100%;
	background: #F24C02;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 5rem 0 0.5rem;
	border-radius: 5px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
	overflow: hidden;
	position: relative;
	animation: btn_animation 2s infinite;
	
}

/*.fix-box .mail a::after{
	position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #b5e7ff;
    transition: 300ms;
    animation: btn_animation 2s infinite;
}*/

@keyframes btn_animation {
    0% {
        transform: translate(4px, 0px);
    }
    5% {
        transform: translate(-4px, 0px);
    }
    10% {
        transform: translate(4px, 0px);
    }
    15% {
        transform: translate(-4px, 0px);
    }
    20% {
        transform: translate(4px, 0px);
    }
    25% {
        transform: translate(-4px, 0px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}

.fix-box .mail a::before {
	content: "";
	width: 50px;
	height: 25px;
	background: url(../img/2x/fix-mail.png) center center / contain no-repeat;
	position: absolute;
	top: 17px;
	left: calc(50% - 25px);
}

.fix-box .line {
	/*
	width: calc((50% - 115px) * 0.2 - 14px);
	*/
	width: 80px;
	height: 120px;
	padding: 18px 0 22px;
	margin-left: 12px;
	/*display: none;*/
}

.fix-box .line a {
	display: block;
	width: 100%;
	height: 100%;
	background: #1fa818;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 5rem 0.5rem 0.5rem;
	border-radius: 10px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
	position: relative;
}

.fix-box .line a::before {
	content: "";
	width: 31px;
	height: 31px;
	background: url(../img/line_icon.png) center center / contain no-repeat;
	position: absolute;
	top: 16px;
	left: calc(50% - 16px);
}

.logo img {
	/* width: 80%; */
	width: 100%;
	max-width: 300px;
}

.sp_br {
	display: none;
}

.dis_none {
	display: none;
}

.case h5 {
	text-align: end;
	font-size: 2rem;
}

.new_banner {
	display: flex;
}

.footer_logo img {
	width: 50%;
}

.fix-box_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tel-img img {
	width: 100%;
	max-width: 100%;
}

.new_banner_none {
	display: none;
}

.new_bikou {
	font-size: 1.4rem;
	line-height: 1.9;
	text-align: left;
	padding-left: 1.4rem;
	text-indent: -1.6rem;
}

.note.l.new_banner_note {
	font-size: 1.6rem;
}

.riyuu-list .ttl h3 .new_line {
	display: inline;
}

.cv-box {
	background: #f5f4f0;
	padding: 24px 0 60px;
}

.cv-cont {
	background: linear-gradient(90deg, #ffa908, #ff7608);
	border: solid 4px #1a1a1a;
	border-radius: 10px;
	padding: 0 30px 25px;
	max-width: 1080px;
	margin: 0 auto;
	font-weight: bold;
	background: -moz-linear-gradient(top, #ffa908, #ff7608);
	background: -webkit-linear-gradient(top, #ffa908, #ff7608);
	background: linear-gradient(to bottom, #ffa908, #ff7608);
	position: relative;
}

.cv-cont::after {
	content: "";
	background: url(../img/cv-man.png) no-repeat;
	width: 294px;
	height: 314px;
	display: inline-block;
	position: absolute;
	top: -57px;
	right: -42px;
}

.cv-lead {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 190px 5px 0;
}

.cv-lead p {
	font-size: 36px;
	color: #fff;
}

.cv-lead:before,
.cv-lead:after {
	border-top: 2px solid #fff;
	content: "";
	width: 8.8em;
}

.cv-lead:before {
	margin-right: 1em;
}

.cv-lead:after {
	margin-left: 1em;
}

.cv-flexbox {
	display: flex;
	margin: 0 auto;
}

.cv-flex {
	border: solid 4px #1a1a1a;
	border-radius: 10px;
	margin-right: 20px;
	padding: 11px 50px 12px;
	background: #fff;
}

.cv-flex a {
	height: 46px;
}

.cv-txt {
	font-size: 22px;
	letter-spacing: 0.6rem;
}

.cv-tell_small {
	font-size: 17px;
}

.cv-mailbox {
	width: 320px;
	max-width: 100%;
	font-size: 2rem;
	padding: 8px;
	border: solid 4px #1a1a1a;
	border-radius: 30px;
	box-shadow: 4px 4px 0 #d9d4c0;
	background-image: url(../img/2x/arrow-02.png);
	background-position: right 18px center;
	background-size: 22px;
	background-repeat: no-repeat;
	margin: 1.5rem auto 0;
	transition: all 0.2s;
	background-color: #ffdd00;
}

.cv-mailbox a {
	font-size: 20px;
	color: #000;
}

/*
@media screen and (max-width: 1400px) {
	#fix-box .wrap {
		background-size: 1000px;
	}
}
*/
/*
----------------------------------------
1280
----------------------------------------
*/

@media screen and (max-width: 1280px) {
	body {
		font-size: 1.5rem;
	}

	.flex.num-list .txt h4 {
		font-size: 2.2rem;
	}

	.h-01 {
		font-size: 2.8rem;
	}

	.h-01 .under-line {
		font-size: 3.6rem;
	}

	.ttl-01 .txt {
		font-size: 4rem;
	}

	.ttl-01 strong {
		font-size: 5.4rem;
		top: -3px;
	}

	.ttl-01.l2 .txt {
		padding: 1rem 9rem;
	}

	.note.l {
		font-size: 1.3rem;
	}

	.fv-box {
		height: 720px;
	}

	.fv-box .wrap {
		padding: 0 30px;
	}

	.fv-box .img-50th img {
		width: 159.375px;
	}

	.fv-box .balloon {
		margin-bottom: -8px;
	}

	.fv-box .balloon img {
		width: 335px;
	}

	.fv-box h2 img {
		width: 822.75px;
	}

	.fv-box .price-wrap {
		width: 522px;
		height: 180px;
		border-radius: 8px;
		padding: 40px 10px 10px 148.5px;
		margin-top: 20px;
	}

	.fv-box .price-wrap .img {
		width: 128.25px;
	}

	.fv-box .price-wrap h3 {
		font-size: 2rem;
	}

	.fv-box .price-wrap .price {
		width: 348px;
	}

	.fv-box .price-wrap .bakudan {
		width: 131.25px;
	}

	.osusume-list {
		padding: 0 10px;
	}

	.osusume-list .osusume-ttl {
		font-size: 2.2rem;
		top: 60%;
	}

	.tetsuduki .clip-box h3 {
		font-size: 2.4rem;
	}

	.tetsuduki .clip-box .read-txt {
		font-size: 1.8rem;
	}

	.tetsuduki .clip-box .read-txt .strong {
		font-size: 2.4rem;
	}

	.tetsuduki .clip-box .read-txt .under-line-02 span {
		font-size: 3.2rem;
	}

	.tetsuduki .clip-box .txt p {
		font-size: 1.4rem;
	}

	.price-box .price-img {
		padding: 8px 40px 0;
	}

	.price-box .attention {
		text-indent: -1.6rem;
	}

	.price-table {
		width: 100%;
		margin: 0;
	}

	.price-table::after {
		left: 180px;
		width: 300px;
	}

	.price-table thead th {
		width: auto;
	}

	.price-table thead th.blank {
		width: 160px;
	}

	.price-table thead th.main {
		width: 300px;
	}

	.price-table tbody .price img.price-01 {
		transform: translate(4px, 8px);
	}

	.price-table-box .read-txt {
		font-size: 2.2rem;
	}

	.price-table-box .read-txt .price > .num {
		font-size: 3.6rem;
	}

	.price-table-box .read-txt .price .tax {
		right: -7px;
	}

	.price-table-box .read-txt .strong {
		font-size: 2.8rem;
	}

	.notice-box dl {
		padding: 38px 20px 32px;
	}

	.notice-box dd {
		text-align: left;
	}

	.flow-list .cont .box {
		font-size: 1.4rem;
		letter-spacing: 0;
		padding: 15px 10px 20px 125px;
	}

	.flow-list .cont .box .img {
		left: -20px;
		bottom: 50%;
		transform: translateY(50%);
	}

	.flow-list .cont .box .img img {
		transform: scale(0.75);
	}

	.flow-list .cont-02 .box .img,
	.flow-list .cont-04 .box .img {
		padding-right: 0;
	}

	.flow-list .cont .box br.pc {
		display: none;
	}

	.riyuu-list .flex > div {
		width: calc((100% - 20px) / 2);
		margin-right: 20px;
	}

	.riyuu-list .flex > div:nth-child(1),
	.riyuu-list .flex > div:nth-child(2),
	.riyuu-list .flex > div:nth-child(3) {
		width: calc((100% - 40px) / 3);
	}

	.riyuu-list .ttl h3 .under-line {
		font-size: 2.2rem;
	}

	.riyuu-list .txt {
		padding: 0;
	}

	.voice-list .voice .bg {
		padding: 25px 10px 10px;
	}

	.voice-list .voice .img {
		width: 240px;
	}

	.voice-list .voice .txt {
		width: calc(100% - 240px);
		padding-left: 30px;
		letter-spacing: 0;
		line-height: 2.2;
	}

	.voice-list .voice h3 {
		font-size: 2.6rem;
	}

	.slider .slick-prev {
		left: 7vw;
	}

	.slider .slick-next {
		right: 7vw;
	}

	.case-box .ttl-01 .txt {
		padding: 3.6rem 6rem 0;
	}

	.case-list .price-list dd {
		line-height: 1.5;
	}

	.case-list .price-list dd .note {
		display: block;
	}

	.case-box h3.h-02 br.sp {
		display: inline;
	}

	.outline-box .h-02 {
		font-size: 4rem;
	}

	.outline-box .outline .txt {
		width: 50%;
	}

	.outline-box .outline .img {
		width: 50%;
	}

	.outline-box .outline .img img {
		transform: none;
	}

	.outline-box .table-01 td br.sp {
		display: inline;
	}

	.outline-box .table-01 td .note {
		display: block;
	}

	.form-box .clip-box {
		padding: 55px 50px 28px 40px;
	}

	.fix-box .pack-price .price {
		font-size: 3.6rem;
	}

	.sp_br {
		display: block;
	}

	#fix-box .wrap {
		background-size: auto;
	}
}

/*
----------------------------------------
1180
----------------------------------------
*/

@media screen and (max-width: 1180px) {
	.btn-01 a {
		font-size: 1.6rem;
	}

	.btn-01 a .pc {
		display: none;
	}

	.new_banner_none {
		display: block;
	}

	.price-table-box .read-txt {
		letter-spacing: 0;
	}

	.support-mes-box .read {
		letter-spacing: 0;
	}

	.fix-box .pack-price .sub {
		font-size: 1.6rem;
		letter-spacing: 0;
	}

	.fix-box .pack-price .price {
		font-size: 2.4rem;
	}

	.fix-box .pack-price .price img {
		width: 210px;
	}

	.fix-box .tel .note {
		font-size: 1.2rem;
		text-indent: 0;
		letter-spacing: 0;
	}

	.fix-box .mail .pc {
		display: none;
	}

	.fix-box .line .pc {
		display: none;
	}

	.fix-box .mail .sp {
		display: block;
		margin-top: 2.5px;
	}

	.fix-box .line .sp {
		display: block;
		margin-top: 2.5px;
	}

	.fix-box .mail a {
		height: 70px;
	}

	.fix-box .line a {
		height: 70px;
	}

	.fix-box .mail a::before {
		height: 45px;
	}

	.fix-box .line a::before {
		height: 45px;
	}

	.fix-box_flex {
		display: block;
	}

	.note.l.new_banner_note {
		font-size: 1.4rem;
		display: flex;
	}

	.tel-img img {
		width: 50%;
		max-width: 50%;
	}

	.fix-box .mail a::before {
		top: 10px;
	}
}

/*
----------------------------------------
960
----------------------------------------
*/

@media screen and (max-width: 960px) {
	.ttl-01 .txt {
		font-size: 3.2rem;
	}

	.ttl-01.l2 .txt {
		padding: 1rem 7rem;
		background-size: 50px auto;
	}

	.ttl-02 .txt {
		font-size: 2.8rem;
		width: 90vw;
		height: 13vw;
		padding: 2.5vw 20px;
	}

	.h-01 {
		font-size: 2.4rem;
	}

	.h-01 .under-line {
		font-size: 2.8rem;
	}

	.clip-box {
		padding: 30px 20px;
	}

	.fv-box {
		padding: 80px 0 0;
	}

	.fv-box .balloon img {
		width: 254.4px;
	}

	.fv-box h2 img {
		width: 704.4px;
	}

	.flex.num-list .num {
		top: 0;
		left: 0;
	}

	.border-box {
		padding: 20px;
	}

	.flex.num-list .txt h4 {
		font-size: 1.8rem;
	}

	.osusume-list .osusume-ttl {
		font-size: 1.8rem;
	}

	.tetsuduki .read {
		font-size: 1.8rem;
	}

	.tetsuduki .clip-box .img {
		width: 280px;
	}

	.tetsuduki .clip-box .txt {
		width: calc(100% - 280px);
	}

	.omakase-box .balloon-ttl {
		margin-top: -5px;
	}

	.omakase-box .online-txt .img {
		width: 20%;
	}

	.omakase-box .online-txt .txt {
		width: 80%;
		padding-left: 20px;
	}

	.omakase-box .online-txt .txt {
		font-size: 2rem;
	}

	.omakase-box .online-txt .txt .under-line {
		display: inline;
		border: none;
		background: linear-gradient(transparent 80%, #ff9900 80%, #ff9900 90%, transparent 90%);
	}

	.price-box .price-img {
		padding: 0;
		margin: 5px 0 13px;
		position: relative;
	}

	.price-box .price-img .img {
		width: 33.3%;
		padding: 5.8vw 0 0 1.6vw;
	}

	.price-box .price-img .price {
		width: 66.7%;
		padding: 0 3.2vw 0 0;
	}

	.price-box .price-img .price h3 {
		font-size: 4vw;
		letter-spacing: 1px;
		margin: 10px 0 2px 0;
	}

	.price-box .price-img .bakudan {
		width: 18vw;
		position: absolute;
		top: -1.4vw;
		right: -1.4vw;
	}

	.price-table::after {
		left: calc(18vw + 20px);
		width: 30vw;
	}

	.price-table thead th.blank {
		width: 18vw;
	}

	.price-table thead th.main {
		width: 30vw;
	}

	.flow-list .cont .box .read {
		font-size: 1.3rem;
	}

	.riyuu-list .flex > div:nth-child(4) .clip-box,
	.riyuu-list .flex > div:nth-child(5) .clip-box {
		padding: 30px 20px;
	}

	.riyuu-list .ttl h3 .under-line {
		font-size: 1.8rem;
		letter-spacing: 0;
	}

	.support-box .ttl-01 .txt {
		padding: 2.8rem 5.5rem 3.5rem;
	}

	.flex.num-list .txt {
		padding: 0;
	}

	.support-box .btn-01 a {
		font-size: 1.6rem;
	}

	.voice-list .voice .img {
		width: 180px;
	}

	.voice-list .voice .txt {
		width: calc(100% - 180px);
		padding-left: 20px;
	}

	.voice-list .voice h3 {
		font-size: 2rem;
	}

	.fix-box::after {
		right: calc(50% - 100px);
	}

	.fix-box .wrap {
		padding: 0 10px;
	}

	.fix-box {
		height: 95px;
	}

	.fix-box .pack-price {
		/*
		width: calc(50% + 100px);
		padding: 30px 10px 10px 100px;
		*/
		background: #ff7608;
		border-radius: 5px;
		height: 90px;
		margin-top: 2.5px;
		text-align: center;
	}

	.fix-box .pack-price::before {
		height: 112px;
		display: none;
	}

	.fix-box .pack-price .sub {
		font-size: 1.4rem;
		display: none;
	}

	.fix-box .pack-price .price {
		font-size: 2rem;
	}

	.fix-box .pack-price .price img {
		width: 22vw;
	}

	.fix-box .tel {
		/*
		width: calc((50% - 100px) * 0.55);
		*/
		width: 10%;
	}

	.fix-box .mail {
		/*
		width: calc((50% - 100px) * 0.225 - 10px);
		*/
		margin-left: 10px;
		padding: 0;
		width: 100%;
	}

	.fix-box .line {
		width: calc((50% - 100px) * 0.225 - 10px);
		margin-left: 10px;
		padding: 0;
		width: 50%;
	}

	#fix-box .wrap {
		background-image: none;
	}

	#fix-box .sp_bn {
		width: 70%;
	}
	.new_banner {
		width: 30%;
	}

	.fix-box .line a::before {
		height: 50px;
		width: 53px;
		left: calc(50% - 26px);
	}

	.fix-box .mail a::before {
		height: 40px;
		width: 53px;
		left: calc(50% - 26px);
	}

	/*
	.fix-box .mail a {
		padding: 45px;
	}

	.fix-box .line a {
		padding: 45px;
	}

	*/
	.fix-box .pack-price {
		padding: 0;
		padding-top: 10px;
		margin-left: 5px;
	}

	.fix-box_flex {
		display: block;
	}

	.note.l.new_banner_note {
		justify-content: center;
	}

	.fix-box .mail a {
		height: 90px;
	}

	.fix-box .line a {
		height: 90px;
	}

	.fix-box .mail a {
		padding: 6rem 0 1rem;
	}

	.fix-box .mail a::before {
		top: 20px;
	}
}

/*
----------------------------------------
768
----------------------------------------
*/

/*
9px: 2.4vw;
10px: 2.6666vw;
11px: 2.9333vw;
12px: 3.2vw;
13px: 3.4666vw;
14px: 3.7333vw;
15px: 4vw;
16px: 4.2666vw;
17px: 4.5333vw;
18px: 4.8vw;
20px: 5.3333vw;
21px: 5.6vw;
22px: 5.8666vw;
23px: 6.133vw;
24px: 6.4vw;
*/

@media screen and (max-width: 768px) {
	body {
		font-size: 1.4rem;
		letter-spacing: 1.2px;
	}

	.pc {
		display: none;
	}

	.sp {
		display: inline-block;
	}

	.ttl-01 {
		margin-bottom: 1px;
	}

	.ttl-01 .txt {
		font-size: 5.3333vw;
		letter-spacing: 1.6px;
		padding: 0.8rem 7vw;
		background-image: url(../img/sp/ttl-before.png), url(../img/sp/ttl-after.png);
		background-position: left center, right center;
		background-size: 5.2vw auto;
	}

	.ttl-01 strong {
		font-size: 7.4vw;
	}

	.ttl-01 strong.right-img::after {
		width: 5.4vw;
		height: 4.8vw;
		top: -2.2vw;
		right: -2.8vw;
	}

	.ttl-01.l2 .txt {
		padding: 1rem 11vw;
		background-size: 10.6vw auto;
	}

	.ttl-01.wh .txt {
		padding: 0.8rem 8vw;
		background-size: 5.8vw auto;
	}

	.ttl-02 {
		margin-bottom: 10px;
	}

	.ttl-02 .txt {
		width: calc(100vw - 40px);
		height: calc((100vw - 40px) * 0.143712574850299);
		font-size: 3.4666vw;
		letter-spacing: 0;
		padding: 9px 5px 9px 0;
		background: url(../img/sp/flow-ttl-bg.png) center center / contain no-repeat;
	}

	.ttl-02.line-02 .txt {
		width: calc(100vw - 40px);
		height: calc((100vw - 40px) * 0.267955801104972);
		font-size: 5.3333vw;
		padding: 2.8vw;
	}

	.ttl-03 .txt {
		font-size: 5.3333vw;
		line-height: initial;
		padding: 6px 40px;
		margin-bottom: 15px;
		border: solid 2px #111;
	}

	.ttl-03 .txt.strong::before {
		width: 7vw;
		height: 7vw;
		top: -10px;
		left: 20px;
	}

	.h-01 {
		font-size: 5.3333vw;
		letter-spacing: 1.2px;
		text-indent: 0;
		margin-bottom: 25px;
	}

	.h-01 .under-line {
		font-size: 5.8666vw;
	}

	.h-02 {
		font-size: 5.3333vw;
		margin-bottom: 18px;
	}

	.under-line {
		line-height: initial;
		border-bottom: solid 2px #ff9900;
	}

	.under-line-02 {
		border-bottom: solid 2px #f01717;
	}

	.btn-01 a {
		width: 100%;
		line-height: 44px;
		font-size: 4.8vw;
		border: solid 2px #111;
	}

	.btn-01 a .pc {
		display: inline;
	}

	.flex.col3 > div {
		width: calc((100% - 14px) / 2);
		margin-right: 0 !important;
		margin-bottom: 2px;
	}

	.flex.col3 > div:nth-child(odd) {
		margin-right: 14px !important;
	}

	.flex.num-list {
		flex-direction: column;
		margin: 0;
	}

	.flex.num-list > div,
	.flex.num-list > div:nth-child(odd) {
		width: 100%;
		margin: 0 0 15px !important;
		display: flex;
		align-items: center;
	}

	.flex.num-list .num {
		width: 8vw;
		height: 8.5vw;
		font-size: 4.2666vw;
		padding: 0;
		top: calc(50% - 18vw);
		left: 0;
	}

	.flex.num-list > div .img {
		width: 40%;
		line-height: 0.5;
	}

	.flex.num-list > div .txt {
		width: 60%;
		padding: 0 0 0 15px;
		margin-top: 0;
		text-align: left;
	}

	.flex.num-list .txt h4 {
		font-size: 4.2666vw;
	}

	.flex.num-list .txt .read {
		font-size: 1.3rem;
		line-height: 1.8;
		letter-spacing: 0;
		margin-bottom: 0;
	}

	.clip-box {
		border: solid 2px #1a1a1a;
		padding: 18px 10px;
	}

	.clip-box::before {
		width: 85.5px;
		height: 24px;
		top: -12px;
		left: calc(50% - 42.75px);
	}

	.clip-box .bg {
		padding: 5px 10px;
		background: url(../img/bg-01.png) center top / auto 10px repeat-y;
	}

	.border-box {
		padding: 22px 18px 24px;
		border: solid 2px #1a1a1a;
		border-radius: 10px;
	}

	.fv-box {
		height: 94vw;
		min-height: initial;
		padding: 17vw 0 0;
		background: url(../img/sp/Fv02.jpg) center center / cover no-repeat;
		overflow: visible;
	}
	
	.price-box.price-top{
		background-color: inherit;
		padding-top: 75px;
		padding-bottom: 0px;
	}

	.fv-box .wrap {
		padding: 0 13px;
	}

	.fv-box .logo {
		top: 10px;
		left: 15px;
	}

	.fv-box .logo img {
		width: 42.8vw;
	}

	.fv-box .img-50th {
		top: 3px;
		right: 7px;
	}

	.fv-box .img-50th img {
		width: 22vw;
	}

	.fv-box .balloon {
		margin-bottom: -4px;
	}

	.fv-box .balloon img {
		width: 45vw;
	}

	.fv-box h2 img {
		width: 82vw;
		/*margin-top: 110px;*/
	}

	.fv-box .price-bnr {
		bottom: -15vw;
	}

	.fv-box .price-wrap {
		width: calc(100vw - 40px);
		height: calc((100vw - 40px) * 0.344827586206897);
		padding: 7.6vw 5vw 5vw 25vw;
		border-radius: 5px;
		margin: 10.5vw 7px 0;
	}

	.fv-box .price-wrap .img {
		bottom: 1px;
		left: 8px;
		width: 22vw;
	}

	.fv-box .price-wrap .bakudan {
		width: 19vw;
		top: -10px;
		right: -16px;
	}

	.fv-box .price-wrap h3 {
		font-size: 3.3vw;
		letter-spacing: 0.7px;
		margin-bottom: 1vw;
	}

	.fv-box .price-wrap .price {
		width: 59.4vw;
	}

	.osusume-box,
	.calendar-box {
		padding-top: 5vw;
	}
	
	.calendar-box {
		padding-top: 0vw;
	}

	.osusume-list {
		padding: 0;
		margin-bottom: 40px;
	}

	.osusume-list .osusume-ttl {
		font-size: 3.2vw;
		top: 58%;
		letter-spacing: 0.6px;
		line-height: 1.4;
	}

	.tetsuduki {
		padding: 0 0 4rem;
		overflow: visible;
	}

	.tetsuduki::after {
		border-width: 0 0 10vw 100vw;
	}

	.tetsuduki .ttl-02 {
		margin-bottom: -10px;
		transform: translateY(-20px);
	}

	.tetsuduki .read {
		font-size: 4vw;
		letter-spacing: 0.5px;
	}

	.tetsuduki .notice .txt {
		display: block;
		font-size: 5.6vw;
		letter-spacing: 1px;
		white-space: nowrap;
		padding: 0 0 15px;
		margin: 0 0 45px;
		background: url(../img/2x/border.png) center bottom / 100% no-repeat;
	}

	.tetsuduki .notice .num {
		font-size: 10.6vw;
		letter-spacing: -1px;
		margin-right: 3px;
	}

	.tetsuduki .clip-box .flex {
		flex-direction: column;
	}

	.tetsuduki .clip-box .img {
		width: 100%;
		padding: 0;
		margin-bottom: 7px;
	}

	.tetsuduki .clip-box .img img {
		width: 33vw;
	}

	.tetsuduki .clip-box .txt {
		width: 100%;
	}

	.tetsuduki .clip-box h3 {
		font-size: 5.3333vw;
		line-height: 1.4;
		letter-spacing: 0.6px;
		background: url(../img/2x/notice-icon.png) left 5px center / 13vw no-repeat;
		padding-left: 16.8vw;
	}

	.tetsuduki .clip-box .read-txt {
		font-size: 3.75vw;
		letter-spacing: 0.2px;
		white-space: nowrap;
	}

	.tetsuduki .clip-box .read-txt .strong {
		font-size: 5.8vw;
		letter-spacing: 0.4px;
		line-height: 1.4;
		margin-top: 5px;
	}

	.tetsuduki .clip-box .read-txt .under-line-02 span {
		font-size: 6.7vw;
	}

	.tetsuduki .clip-box .txt p {
		font-size: 3.2vw;
		padding-left: 3.2vw;
		text-indent: -3.2vw;
		margin-top: -3px;
		letter-spacing: 0.5px;
		line-height: 1.7;
	}

	.omakase-box {
		padding: 3rem 0;
	}

	.omakase-box .balloon-ttl {
		margin: 5px 0 10px;
	}

	.omakase-box .online-txt .flex {
		flex-direction: column;
	}

	.omakase-box .online-txt .img {
		width: 100%;
		text-align: center;
		margin-bottom: 3px;
	}

	.omakase-box .online-txt .img img {
		width: 27vw;
		transform: translateX(-16px);
	}

	.omakase-box .online-txt .txt {
		width: 100%;
		text-align: justify;
		font-size: 4.2666vw;
		letter-spacing: 1.2px;
		line-height: 1.5;
		padding: 0;
	}

	.omakase-box .online-txt .txt .attention {
		padding-left: 6%;
	}

	.price-box {
		padding: 2.5rem 0 4.2rem;
	}

	.price-box .ttl-01 {
		margin-bottom: 2.5rem;
	}

	.price-box .ttl-01 .txt {
		font-size: 6.6666vw;
	}

	.price-box .clip-box {
		padding: 20px 10px;
	}

	.price-box .clip-box .bg {
		padding: 2px 8px;
	}

	.price-box .ttl {
		font-size: 5.3333vw;
		letter-spacing: 2px;
		margin-bottom: 16px;
	}

	.check-list dt {
		font-size: 4.2666vw;
		letter-spacing: 1px;
		margin-bottom: 4px;
		padding-left: 7.5vw;
		background: url(../img/check.png) left 1.4vw / 5.8vw no-repeat;
	}

	.check-list dd {
		font-size: 1.4rem;
		letter-spacing: 0.7px;
		line-height: 1.65;
		text-align: justify;
		margin-bottom: 14px;
	}

	.clip-box .pen {
		width: 49.5vw;
		max-width: 200px;
		right: -12px;
		bottom: -42px;
	}

	.price-table-box {
		padding: 3rem 0;
	}

	.price-table-box .ttl-01 .txt {
		font-size: 6.6666vw;
		padding: 1.2rem 10.6vw;
		margin-bottom: 3px;
		text-indent: 8px;
		letter-spacing: 1.4px;
		background-position: left 11px, right 11px;
		background-size: 6.2vw auto;
	}

	.scroll-wrap {
		overflow: auto;
	}

	.scroll-wrap::-webkit-scrollbar {
		height: 10px;
		background: #fff;
	}

	.scroll-wrap::-webkit-scrollbar-track {
		box-shadow: none;
	}

	.scroll-wrap::-webkit-scrollbar-thumb {
		background-color: #4d4d4d;
		border-radius: 5px;
		box-shadow: none;
	}

	.price-table {
		width: 100%;
		border-spacing: 5px;
		margin-bottom: 2rem;
	}

	.price-table thead th {
		height: 55px;
		padding: 8px;
		font-size: 1.2rem;
	}

	.price-table thead th.blank {
		width: 120px;
	}

	.price-table thead th.main {
		width: 220px;
		padding: 12px 8px 0;
	}

	.price-table::after {
		top: 5px;
		bottom: 5px;
		left: 130px;
		width: 220px;
	}

	.price-table tbody th,
	.price-table tbody td {
		height: 75px;
	}

	.price-table tbody th {
		font-size: 1.2rem;
		padding: 5px;
	}

	.price-table tbody td {
		font-size: 0.9rem;
		padding: 5px;
	}

	.price-table tbody td.l2 {
		padding: 5px;
	}

	.price-table tbody th + td {
		font-size: 1.1rem;
		border-right: solid 5px #ff9900;
		border-left: solid 5px #ff9900;
		padding: 5px;
	}

	.price-table tbody .price img.price-01 {
		transform: translate(8px, 4px);
		height: 36px;
	}

	.price-table tbody .price td img {
		transform: translate(4px, 5px);
		height: 32px;
	}

	.price-table tbody img.maru {
		width: 27.5px;
	}

	.price-table tbody img.batsu {
		width: 24px;
		transform: translateY(4px);
	}

	.price-table tbody img.sankaku {
		width: 31.5px;
		transform: translateY(4px);
	}

	.price-table tbody td.l2 img.sankaku {
		transform: translateY(1px);
	}

	.price-table tbody td .txt {
		letter-spacing: 0.8px;
	}

	.price-table tbody td .txt .small {
		font-size: 1rem;
	}

	.price-table-box .read-txt {
		font-size: 4.2666vw;
		line-height: 1.5;
		margin-bottom: 30px;
		transform: none;
	}

	.price-table-box .read-txt .price {
		display: inline-block;
		margin-bottom: 6vw;
	}

	.price-table-box .read-txt .price > .num {
		font-size: 6.4vw;
		line-height: 1.5;
	}

	.price-table-box .read-txt .price .tax {
		font-size: 1rem;
		top: -0.2rem;
		right: -1rem;
	}

	.price-table-box .read-txt .price .in-tax {
		font-size: 1rem;
		white-space: nowrap;
		right: -1rem;
		bottom: -2rem;
	}

	.price-table-box .read-txt .price .in-tax .num {
		font-size: 1.2rem;
	}

	.price-table-box .read-txt .strong {
		display: inline-block;
		margin-top: 4vw;
		font-size: 5.133vw;
		line-height: 1.6;
		margin-bottom: 10px;
	}

	.notice-box dl {
		padding: 30px 20px 20px;
	}

	.notice-box dd {
		font-size: 1.3rem;
	}

	.notice-box dd .attention {
		padding-left: 1.3rem;
		text-indent: -1.3rem;
	}

	.new_bikou {
		font-size: 1.3rem;
		margin-left: 1rem;
	}

	.flow-box {
		padding: 0 0 7rem;
	}

	.flow-box .ttl-01 {
		margin-bottom: 2rem;
	}

	.flow-box .ttl-01 .txt {
		padding: 0.8rem 2.8rem;
	}

	.flow-box .ttl-02 {
		margin-bottom: 0;
	}

	.flow-box .ttl-02 .txt {
		margin-bottom: 0;
	}

	.flow-box .flex {
		flex-direction: column;
		padding-left: 3.5rem;
	}

	.flow-list > .flex > div {
		width: 100%;
		margin-right: 0 !important;
		margin: 5px 0 7px !important;
		transform: none !important;
	}

	.flow-list > .flex > div .box {
		position: relative;
	}

	.flow-list > .flex > div::before {
		display: none;
	}

	.flow-list > .flex > div.cont:nth-child(odd) .box::before {
		background: #ffdd00;
	}

	.flow-list > .flex > div.cont:nth-child(even) .box::before {
		background: #ff9900;
	}

	.flow-list > .flex .cont-01::before,
	.flow-list > .flex > div .box::before {
		display: block;
		content: "";
		width: 14px;
		height: 14px;
		border: solid 3px #1a1a1a;
		border-radius: 50%;
		position: absolute;
		top: calc(50% - 12px) !important;
		left: -3.7rem !important;
	}

	.flow-list > .flex .cont-01::before {
		background: #fff !important;
		top: 3px !important;
		left: -3.5rem !important;
	}

	.flow-list > .flex > .cont::after {
		display: none;
	}

	.flow-list > .flex > .cont .box::after {
		content: "";
		width: 3px;
		height: 120px;
		background: url(../img/sp/flow-line.png) center top / 3px repeat-y;
		position: absolute;
		top: -72px;
		left: -28px;
	}

	.flow-list > .flex > .cont-01 .box::after {
		height: 30px;
		top: 19px;
	}

	.flow-list > .flex > .cont-02 .box::after {
	}

	.flow-list > .flex > .cont-03 .box::after {
	}

	.flow-list > .flex > .cont-04 .box::after {
	}

	.flow-list > .flex > .cont-05 .box::after {
	}

	.flow-list > .flex > div.ttl {
		display: none;
	}

	.flow-list .cont-03 .box:nth-child(1) {
		margin-bottom: 19px;
	}

	.flow-list .cont .box {
		height: 125px;
		justify-content: center;
		padding: 8px 14px 12px 22vw;
		margin: 5px 3px 0 0;
		border: solid 2px #111;
		border-radius: 10px;
		font-size: 3.7333vw;
		line-height: 1.6;
		letter-spacing: 1px;
	}

	.flow-list .cont .box .img {
		width: 22vw;
		padding: 0;
		left: 0;
	}

	.flow-list .cont .box .img img {
		transform: none;
	}

	.flow-list .cont-01 .box .img img {
		width: 55px;
		margin: 0 0 3px;
	}

	.flow-list .cont-02 .box .img img {
		width: 80px;
		margin: 0 0 0 3px;
	}

	.flow-list .cont-03 .box .img img {
		width: 60px;
		margin: 0 0 3px 3px;
	}

	.flow-list .cont-03 .box + .box .img img {
		width: 73px;
		margin: 2px 0 0 6px;
	}

	.flow-list .cont-04 .box .img img {
		width: 79px;
		margin: 4px 0 0 4px;
	}

	.flow-list .cont-05 .box .img img {
		width: 82px;
		margin: 8px 0 0 0;
	}

	.flow-list .cont .box .txt h3 {
		font-size: 4.2666vw;
		letter-spacing: 0.6px;
		margin-bottom: 3px;
	}

	.flow-list .cont .box .txt h3 .tag {
		background: #ffdd00;
		border-radius: 10px;
		font-size: 2.9333vw;
		width: 16vw;
		text-align: center;
		margin-left: 3px;
		transform: translateY(-2px);
	}

	.flow-list .cont .box .txt h3 .tag.we {
		background: #ff9900;
	}

	.flow-list .cont .box .txt .read {
		line-height: 1.5;
		letter-spacing: 0.4px;
		text-align: justify;
	}

	.flow-list .cont-01 .box .txt .read {
		letter-spacing: 1px;
	}

	.riyuu-box {
		padding: 17vw 0 0.5rem;
	}

	.riyuu-box .riyuu-img {
		top: -14vw;
	}

	.riyuu-box .riyuu-img img {
		width: 28vw;
	}

	.riyuu-box .ttl-01.wh .txt {
		font-size: 4.6666vw;
		white-space: nowrap;
		letter-spacing: 0;
		background-image: url(../img/2x/ttl-before-l2-wh.png), url(../img/2x/ttl-after-l2-wh.png);
		background-size: 10vw auto;
	}

	.riyuu-list {
		margin-top: 20px;
	}

	.riyuu-list .flex {
		flex-direction: column;
	}

	.riyuu-list .flex > div {
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 25px;
	}

	.riyuu-list .flex > div .clip-box {
		padding: 20px !important;
	}

	.riyuu-list .ttl {
		margin: 0 0 10px;
	}

	.riyuu-list .ttl .num {
		font-size: 4.2666vw;
	}

	.riyuu-list .ttl h3 .under-line {
		font-size: 5.3333vw;
	}

	.riyuu-list .txt {
		line-height: 1.8;
	}

	.support-box {
		padding: 2.5rem 0 0.5rem;
	}

	.support-box .ttl-01 .txt {
		font-size: 6.6666vw;
		white-space: nowrap;
		padding: 0 8vw 1rem;
		margin-bottom: 1.5rem;
		background-image: url(../img/2x/ttl-before-l2.png), url(../img/2x/ttl-after-l2.png);
		background-size: 10vw auto;
	}

	.support-box .ttl-02 .txt {
		width: calc(100vw - 40px);
		height: calc((100vw - 40px) * 0.15);
		background: url(../img/2x/balloon-02.png) center center / contain no-repeat;
		font-size: 3.7333vw;
		letter-spacing: 0.2px;
		white-space: nowrap;
		padding: 2.6vw 5px;
	}

	.support-mes-box {
		padding-top: 31vw;
		padding-bottom: 1.5rem;
	}

	.support-mes-box::before {
		height: 36vw;
	}

	.support-mes-box .ttl-03 {
		margin-top: 0;
	}

	.support-mes-box .read {
		letter-spacing: 1px;
	}

	.support-box .read-txt {
		font-size: 1.4rem;
		letter-spacing: 1px;
		text-align: left;
		margin-bottom: 2.5rem;
	}

	.support-box .flex.num-list .txt h4 {
		font-size: 5.3333vw;
		margin-bottom: 5px;
	}

	.support-box .flex.col3 > div {
		position: relative;
		margin-bottom: 10rem !important;
	}

	.support-box .flex.num-list .txt .btn-01 {
		position: absolute;
		right: 0;
		bottom: -6.4rem;
		left: 0;
	}

	.voice-box {
		padding: 2.8rem 0;
	}

	.voice-list {
		margin: 2rem 0 0;
	}

	.voice-list .voice {
		padding: 18px 0px;
		margin: 0 20px;
	}

	.voice-box .ttl-01.wh .txt {
		font-size: 6.6666vw;
		letter-spacing: 1.2px;
		padding: 3px 10.5vw;
		background-size: 6.4vw auto;
	}

	.voice-list .voice .bg {
		padding: 5px 10px;
	}

	.voice-list .voice .cont {
		flex-direction: column;
	}

	.voice-list .voice .img {
		width: 100%;
		text-align: center;
		margin-bottom: 1rem;
		font-size: 2.6666vw;
	}

	.voice-list .voice .img img {
		width: 50vw;
	}

	.voice-list .voice .txt {
		width: 100%;
		padding: 0;
		line-height: 1.93;
		letter-spacing: 0.7px;
	}

	.slider .slick-dots {
		bottom: -12px;
	}

	.voice-list .voice h3 {
		font-size: 1.7rem;
		letter-spacing: 1.1px;
		line-height: 1.6;
		margin-bottom: 2px;
	}

	.slider.slick-dotted.slick-slider {
		margin: 0 0 20px 0;
	}

	.slider .slick-prev,
	.slider .slick-next {
		width: 30px;
		height: 30px;
	}

	.slider .slick-prev {
		left: 5px;
	}

	.slider .slick-next {
		right: 5px;
	}

	.slider .slick-prev:before,
	.slider .slick-next:before {
		width: 30px;
		height: 30px;
	}

	.slider .slick-prev:before {
		background: #1a1a1a url(../img/2x/arrow-prev.png) center center / 12.5px no-repeat;
	}

	.slider .slick-next:before {
		background: #1a1a1a url(../img/2x/arrow-next.png) center center / 12.5px no-repeat;
	}

	.case-box {
		padding: 0.5rem 0 3rem;
	}

	.case-box .ttl-01 .txt {
		font-size: 6.6666vw;
		padding: 0.5rem 3rem;
		background-position: left center, right center;
	}

	.case-box .ttl {
		margin-top: 25px;
	}

	.case-box .balloon {
		width: 140px;
		height: 56px;
		font-size: 1.6rem;
	}

	.case-box h3.h-02 {
		font-size: 5.3333vw;
	}

	.case-list > .flex {
		flex-direction: column;
	}

	.case-list .case {
		width: 100%;
		margin-right: 0 !important;
	}

	.case-list .case + .case {
		margin-top: 30px;
	}

	.case-list .clip-box {
		padding: 20px;
	}

	.case-list .price-list dd {
		padding-left: 15px;
	}

	.case-list .price-list dd .note {
		font-size: 1.1rem;
	}

	.case-list .note.l {
		font-size: 1.1rem;
		padding-left: 1.1rem;
		text-indent: -1.1rem;
		letter-spacing: 0.3px;
	}

	.faq-box {
		padding: 3rem 0 2rem;
	}

	.faq-box .ttl-01.wh .txt {
		font-size: 6.6666vw;
		letter-spacing: 1px;
		padding: 0 3rem;
	}

	.faq-list {
		margin-top: 2.4rem;
	}

	.faq-list dl {
		padding: 10px 16px;
		border: solid 2px #1a1a1a;
	}

	.faq-list dt {
		font-size: 4.2666vw;
		line-height: 1.5;
		letter-spacing: 1px;
		padding: 5px 0 5px 9vw;
		background: url(../img/2x/arrow-down.png) right 2px center / 30px no-repeat;
	}

	.faq-list dt.active {
		background: url(../img/2x/arrow-up.png) right 2px center / 30px no-repeat;
	}

	.faq-list dt .q {
		top: 5px;
		font-size: 6.8vw;
	}

	.faq-list dd {
		padding: 15px 20px;
		margin: 5px 0 8px;
	}

	.faq-list dd h3 {
		font-size: 4.2666vw;
		letter-spacing: 0.6px;
		line-height: 1.5;
	}

	.faq-list dd p {
		letter-spacing: 0.8px;
		line-height: 1.8;
		margin: 8px 0 3px;
	}

	.outline-box {
		padding: 2.5rem 0;
	}

	.outline-box .h-02 {
		font-size: 6.6666vw;
		margin-bottom: 2rem;
	}

	.outline-box .outline {
		flex-direction: column;
	}

	.outline-box .outline .txt {
		width: 100%;
		padding: 0;
		margin-bottom: 2rem;
	}

	.outline-box .outline .txt h3 {
		text-align: center;
		margin-bottom: 15px;
	}

	.outline-box .outline .txt h3 img {
		height: 4rem;
	}

	.table-01 th {
		width: 100px;
	}

	.outline-box .outline .img {
		width: 100%;
		text-align: center;
	}

	.form-box {
		padding: 3rem 0 6rem;
	}

	.form-box .ttl-01.wh .txt {
		font-size: 6.6666vw;
		letter-spacing: 1.4px;
		padding: 3px 3.5rem;
	}

	.form-box .clip-box {
		padding: 23px 17px;
	}

	.form-box .form-note .flex {
		flex-direction: column;
		margin-bottom: 1px;
	}

	.form-box .form-note dt {
		width: 100%;
		font-size: 3.2vw;
		padding: 3px 10px;
		margin-bottom: 10px;
		border: solid 2px #1a1a1a;
		border-radius: 5px;
	}

	.form-box .form-note dd {
		width: 100%;
		padding: 0;
	}

	.form-box .form-note dd li {
		font-size: 1.2rem;
		padding-left: 1.2rem;
		text-indent: -1.2rem;
		line-height: 1.85;
		letter-spacing: 0.5px;
	}

	footer {
		padding: 2.5rem 0 8rem;
	}
	/*
	footer .logo img {
		height: 36px;
	}
*/
	footer .copyright {
		font-size: 1.1rem;
	}

	.fix-box {
		height: auto;
	}

	.fix-box::after {
		display: none;
	}

	.fix-box .wrap {
		padding: 0;
	}
	/*
	.fix-box .pack-price {
		width: 100vw;
		height: 13.3333vw;
		background: linear-gradient(90deg, #ff7608, #ffa908);
		padding: 3px 15px 2px 25vw;
	}
	*/

	#fix-box .sp_bn {
		width: 55%;
	}

	.new_banner {
		width: 45%;
		/*
		height: 70px;
		*/
	}

	.fix-box .pack-price .price {
		font-size: 5.3333vw;
		letter-spacing: 0.4px;
		line-height: 1;
		margin-top: -3px;
	}

	.fix-box .pack-price .price img {
		width: auto;
		height: 5.8vw;
	}

	.fix-box .pack-price .sub {
		font-size: 2.4vw;
		letter-spacing: -0.2px;
		font-weight: normal;
	}

	.fix-box .pack-price::before {
		width: 21.6vw;
		height: 16vw;
		left: 12px;
		background: url(../img/sp/fix-img.png?ud=0412) left bottom / contain no-repeat;
	}

	.fix-box .tel,
	.fix-box .mail,
	.fix-box .line {
		height: calc(100vw * 51 / 375);
		background: #fff;
	}

	.fix-box .mail,
	.fix-box .line {
		width: calc(100vw * 47 / 375);
		margin-left: 0;
	}

	.fix-box .tel {
		width: calc(100% - (100vw * 47 / 375) * 2);
		padding: 5px 0 5px 5px;
	}

	.fix-box .mail {
		padding: 0 2.5px;
		width: 100%;
		height: auto;
	}

	.fix-box .line {
		padding: 2.5px 5px 5px 2.5px;
		width: 50%;
		height: auto;
	}

	.fix-box .sp {
		display: block;
		width: 100%;
		height: 100%;
	}

	.tel-img img {
		width: 40%;
	}

	.fix-box .tel a,
	.fix-box .mail a {
		display: block;
		color: #fff;
		text-align: center;
		font-size: 3.7333vw;
		font-weight: normal;
		font-family: "Roboto", "Noto Sans JP", sans-serif;
		letter-spacing: 0.4px;
		padding: 5px 18px 4px 7px;
		border-radius: 5px;
		position: relative;
	}

	.fix-box .mail a,
	.fix-box .line a {
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 5px;
		font-weight: 400;
		padding: 5rem 0 1rem;
	}

	.fix-box .tel a {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		background: #ff7608;
	}

	.fix-box .tel .num {
		padding-left: 9px;
		font-size: 4.2666vw;
		letter-spacing: 1.4px;
		line-height: 1;
	}

	.fix-box .mail a {
		height: 70px;
		font-size: 1.2rem;
	}

	.fix-box .line a {
		height: 70px;
		font-size: 1.2rem;
	}

	.fix-box .line .sp {
		margin-top: 0;
	}

	.fix-box .tel .time {
		font-size: 2.4vw;
		line-height: 1;
	}

	.fix-box .tel a .num::before {
		content: "";
		display: inline-block;
		width: calc(100vw * 18.5 / 375);
		height: calc(100vw * 18.5 / 375);
		background: url(../img/sp/icon-tel-sp.png) center center / contain no-repeat;
		vertical-align: middle;
		margin-right: 4px;
		transform: translateY(-2px);
	}

	.fix-box .mail a::before {
		content: "";
		display: inline-block;
		width: calc(100vw * 20 / 375);
		height: calc(100vw * 20 / 375);
		background: url(../img/sp/icon-mail-sp.png) center center / contain no-repeat;
		vertical-align: middle;
		margin-right: 0;
		transform: translateY(0);
		position: absolute;
		top: 8px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.fix-box .line a::before {
		content: "";
		display: inline-block;
		width: calc(100vw * 22 / 375);
		height: calc(100vw * 25 / 375);
		top: -5px;
		vertical-align: middle;
		margin-right: 0;
		transform: translateY(0);
		position: absolute;
		top: 2px;
		left: 0;
		right: 0;
		margin: auto;
	}

	.page header {
		padding: 10px 20px;
	}

	.page header .logo img {
		max-height: 32px;
	}

	.page .cont-box {
		padding: 2.5rem 0 3rem;
	}

	.page .clip-box {
		padding: 3rem 2rem 2rem;
	}

	.page .ttl-01.wh .txt {
		font-size: 6.6666vw;
	}

	.page .h-02 {
		margin-bottom: 1.5rem;
	}

	.page .mes {
		padding-bottom: 1.5rem;
	}

	.page .btn-01 {
		margin-top: 2.5rem;
	}

	.page footer {
		padding: 2rem 0 3rem;
	}

	.page .mes ul {
		margin: 1.5rem 0;
	}

	.page .mes li {
		padding-left: 1.6rem;
	}

	.page .mes li::before {
		width: 8px;
		height: 8px;
		top: 8px;
	}

	.thanks .form-step {
		margin-bottom: 1rem;
	}

	.thanks .form-box {
		padding: 3rem 0;
	}

	.thanks .mes {
		text-align: left;
	}

	.thanks .tel-box {
		margin-top: 2rem;
	}

	.thanks .tel-box a {
		padding: 20px;
	}

	.thanks .tel-box a img {
		max-height: 20px;
	}

	.thanks .tel-box a .note.l {
		font-size: 1.2rem;
	}

	.fix-box .flex {
		width: 100%;
		max-width: 1240px;
		margin: 0 auto;
		padding-top: 5px;
	}
	/*
	.clip-box {
		height: 720px !important;
	}
*/
	.clip-box_b {
		height: 1670px !important;
	}

	.clip-box {
		height: auto !important;
	}

	.fix-box .pack-price {
		height: 70px;
	}
}

/*
----------------------------------------
600
----------------------------------------
*/

@media screen and (max-width: 600px) {
	.price-table {
		width: 600px;
		margin: 0;
	}

	.table-wrap {
		position: relative;
		margin: 0 -20px 20px;
	}

	.table-wrap::after {
		content: "";
		width: 95px;
		position: absolute;
		top: 5px;
		right: 0;
		bottom: 5px;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
		z-index: 9999;
		pointer-events: none;
		transition: all 0.2s;
	}

	.fix-box .pack-price {
		height: 45px;
		line-height: 1;
		padding-top: 5px;
	}

	.table-wrap.scroll::after {
		opacity: 0;
		visibility: hidden;
		z-index: -1;
	}

	.fix-box .mail a {
		height: 45px;
	}

	.fix-box .line a {
		height: 45px;
	}

	.tel-img img {
		width: 60%;
		max-width: 60%;
	}

	@keyframes swipe {
		0% {
			transform: translateX(-15px);
			opacity: 0;
		}
		15% {
			opacity: 1;
		}
		35% {
			opacity: 1;
		}
		50% {
			transform: translateX(-45px);
			opacity: 0;
		}
		100% {
			transform: translateX(-45px);
			opacity: 0;
		}
	}

	.table-wrap .scroll-hand {
		display: block;
		position: absolute;
		top: 20px;
		right: 0;
		z-index: 999999;
	}

	.table-wrap .scroll-hand img {
		display: block;
		width: 41px;
		transform: translateX(-15px);
		opacity: 0;
		animation: swipe 3s linear 1s infinite normal;
	}

	.price-table thead th.blank {
		width: 95px;
	}

	.price-table thead th.main {
		width: 170px;
	}

	.price-table::after {
		left: 105px;
		width: 170px;
	}

	.price-box .attention {
		line-height: 1.4;
		text-indent: -1.5rem;
	}

	.note.l {
		font-size: 1rem;
	}

	.note.l.new_banner_note {
		font-size: 1rem;
	}

	.fix-box .pack-price > div {
		font-weight: 300;
	}

	.fix-box .mail a,
	.fix-box .line a {
		padding: 3rem 0 1rem;
	}

	.fix-box .mail a::before {
		top: 3px;
	}

	.cv-box {
		padding: 30px 20px;
	}

	.cv-ttl {
		font-size: 7vw;
		margin-left: 90px;
	}

	.cv-cont {
		padding: 10px 20px;
		margin: 10px auto 0;
		border: solid 3px #1a1a1a;
	}

	.cv-cont::after {
		content: none;
	}

	.cv-cont::before {
		content: "";
		background: url(../img/cv-man_sp.png) no-repeat;
		width: 107px;
		height: 107px;
		display: inline-block;
		position: absolute;
		top: -77px;
		left: -4px;
		background-size: contain;
		vertical-align: middle;
	}

	.cv-lead {
		display: block;
		margin: 0;
	}

	.cv-lead p {
		font-size: 1.8rem;
	}

	.cv-lead:before,
	.cv-lead:after {
		content: "";
		width: 8.8em;
	}

	.cv-lead:before {
		margin-right: 0;
	}

	.cv-lead:after {
		margin-left: 0;
	}

	.cv-flexbox {
		display: block;
		margin: 10px auto 0;
	}

	.cv-flex {
		padding: 5px 10px;
		margin: 0 0 5px 0;
		border: solid 3px #1a1a1a;
	}

	.cv-flex a img {
		width: 85%;
	}

	.cv-txt {
		font-size: 1.7rem;
		letter-spacing: 0.3rem;
	}

	.cv-tell_small {
		font-size: 1.5rem;
		margin-top: -10px;
	}

	.cv-mailbox {
		width: 240px;
		padding: 0 0 5px;
		background-size: 14px;
		margin: 0 auto 1rem;
		border: solid 3px #1a1a1a;
	}

	.cv-mailbox a {
		font-size: 1.3rem;
	}
}

/*
----------------------------------------
hover
----------------------------------------
*/

@media screen and (min-width: 769px) {
	.btn-01 a:hover {
		background: #ffad33;
	}

	.slider .slick-next:hover::before {
		background: #1a1a1a url(../img/2x/arrow-next.png) right 12px center / 25px no-repeat;
	}

	.slider .slick-prev:hover::before {
		background: #1a1a1a url(../img/2x/arrow-prev.png) 12px center / 25px no-repeat;
	}

	.space {
		line-height: 1.1 !important;
	}
}

/*
----------------------------------------
ハンバーガーメニュー
----------------------------------------
*/
.nav {
	position: relative;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	z-index: 9999;
}

.nav-hamburger {
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border: none;
	background-color: #ff7608;
	cursor: pointer;
	z-index: 1000;
}

.nav-hamburger span {
	position: absolute;
	width: 42px;
	height: 2px;
	background-color: #fff;
	transition: transform 0.3s ease, top 0.3s ease, bottom 0.3s ease, width 0.3s ease;
}

.nav-hamburger span:nth-child(1) {
	top: 25px;
}

.nav-hamburger span:nth-child(3) {
	bottom: 25px;
}

.nav.is-open .nav-hamburger span {
	width: 30px;
}

.nav.is-open .nav-hamburger span:nth-child(1) {
	top: auto;
	transform: rotate(45deg);
}

.nav.is-open .nav-hamburger span:nth-child(2) {
	transform: scaleX(0);
}

.nav.is-open .nav-hamburger span:nth-child(3) {
	bottom: auto;
	transform: rotate(-45deg);
}

.nav-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0);
	transition: background 0.3s ease, visibility 0.3s ease;
}

.nav-cont {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 20px 0 0;
	width: 100%;
	max-width: 640px;
	background-color: #ff7608;
	transform: translateX(100%);
	transition: transform 0.3s ease, visibility 0.3s ease;
	z-index: 100;
}

.nav-bg,
.nav-cont {
	visibility: hidden;
}

.nav.is-open .nav-bg {
	background-color: rgba(255, 255, 255, 0.7);
	visibility: visible;
}

.nav.is-open .nav-cont {
	transform: translateX(0);
	visibility: visible;
}

.nav-ttl {
	margin-bottom: 11px;
	padding: 0 40px;
	text-align: left;
}

.nav-ttl img {
	width: 229px;
}

.nav-links {
	position: absolute;
	top: 81px;
	bottom: 0;
	padding: 0 40px 85px;
	overflow-y: auto;
	z-index: 99999;
}

.nav-list {
	margin-bottom: 50px;
	padding: 0 30px 0 20px;
	border: 3px solid #000;
	border-radius: 20px;
	background-color: #fff;
}

.nav-item {
	border-bottom: 1px solid #e6e6e6;
}

.nav-item:last-child {
	border-bottom: none;
}

.nav-link {
	display: block;
	width: 100%;
	padding: 12px 0 18px 11px;
	color: #000;
	cursor: default;
	transition: color 0.15s ease;
}

.nav-link:hover {
	color: #ff7608;
}

.nav-link > * {
	display: block;
}

.nav-link .ja {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.52;
}

.nav-link .en {
	font-size: 16px;
	line-height: 1;
}

.nav-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 27px 27px 27px 17px;
	border: 3px solid #000;
	border-radius: 20px;
	color: #fff;
	background-color: #fff;
}

.nav-actions > *:nth-child(1) {
	width: 100%;
}

.nav-actions > *:nth-child(n + 2) {
	width: calc((100% - 10px) / 2);
	margin-top: 20px;
}

.nav-action-link {
	height: 80px;
	border-radius: 20px;
	color: inherit;
	cursor: pointer;
}

.nav-tel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 20px;
	padding-left: 25px;
	background-color: #ff7608;
}

.nav-tel-num {
	position: relative;
	padding-left: 35px;
	font-size: 32px;
}

.nav-tel-num::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 29px;
	height: 29px;
	background: url(../img/tel_icon.png) center/contain no-repeat;
}

.nav-tel-time {
	font-size: 18px;
	line-height: 1.5;
}

.nav-tel-time > * {
	display: block;
}

.nav-line {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #1fa818;
	font-size: 21px;
	line-height: 1.5;
}

.nav-line p {
	position: relative;
	padding-left: 46px;
}

.nav-line p::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	background: url(../img/line_icon.png) center/contain no-repeat;
}

.nav-mail {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fabe00;
	font-size: 21px;
	line-height: 1.5;
}

.nav-mail p {
	position: relative;
	padding-left: 42px;
}

.nav-mail p::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 31px;
	height: 31px;
	background: url(../img/mail_icon_w.png) center/contain no-repeat;
}

/* 17 */

.voice-list .voice .txt > p {
	font-size: 18px;
}
@media screen and (max-width: 768px) {
	.voice-list .voice .txt > p {
		font-size: 16px;
	}
}
.survey-img-box {
	border: 4px solid #000;
	border-radius: 1rem;
	padding: 10px;
	background: #fff;
}

@media screen and (max-width: 768px) {
	.nav-ttl img {
		width: 161px;
	}

	.nav-hamburger {
		width: 44px;
		height: 44px;
	}

	.nav.is-open .nav-hamburger {
		top: 8px;
		right: 8px;
	}

	.nav-hamburger span {
		width: 24px;
	}

	.nav.is-open .nav-hamburger span {
		width: 25px;
	}

	.nav-hamburger span:nth-child(1) {
		top: 13px;
	}

	.nav-hamburger span:nth-child(3) {
		bottom: 13px;
	}

	.nav-cont {
		padding-top: 17px;
	}

	.nav-ttl {
		padding: 0 10px;
	}

	.nav-links {
		top: 64px;
		padding: 0 10px 19px;
	}

	.nav-link {
		padding: 8px 0 15px 12px;
	}

	.nav-link .ja {
		font-size: 24px;
	}

	.nav-link .en {
		font-size: 13px;
	}

	.nav-list {
		margin-bottom: 17px;
		padding: 0 18px 0 7px;
	}

	.nav-actions {
		padding: 24px 18px 22px 13px;
	}

	.nav-actions > *:nth-child(n + 2) {
		margin-top: 10px;
	}

	.nav-action-link {
		height: 65px;
		border-radius: 10px;
	}

	.nav-actions > *:nth-child(n + 2) .nav-action-link {
		height: 68px;
	}

	.nav-tel {
		justify-content: center;
		padding-right: 7px;
		padding-left: 8px;
	}

	.nav-tel-num {
		padding-left: 23px;
		font-size: 23px;
		letter-spacing: 0;
	}

	.nav-tel-num::before {
		width: 21px;
		height: 21px;
	}

	.nav-tel-time {
		margin-left: 8px;
		font-size: 12px;
		letter-spacing: 0.6px;
	}

	.nav-line {
		font-size: 16px;
		line-height: 1.4;
		letter-spacing: 0;
	}

	.nav-line p {
		padding-left: 34px;
	}

	.nav-line p::before {
		width: 28px;
		height: 28px;
	}

	.nav-mail {
		font-size: 16px;
		line-height: 1.4;
		letter-spacing: 0;
	}

	.nav-mail p {
		padding-left: 34px;
	}

	.nav-mail p::before {
		width: 26px;
		height: 26px;
	}

	.fv-box .img-50th {
		display: none;
	}
}

/* 2024.01.11 add */
.price-value-box {
	display: flex;
	flex-flow: column;
	width: 100%;
	margin-bottom: 15px;
	max-width: 500px;
	align-items: flex-end;
}
.price-value-box > div {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 8px;
	justify-content: flex-end;
}
.price-value-box > div > p:first-of-type {
	font-size: 9.5rem;
	letter-spacing: -3px;
	line-height: 1;
	color: #f01817;
	font-family: initial;
	font-weight: bold;
}
.price-value-box > div > p:nth-of-type(2) {
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	color: #f01817;
	line-height: 1;
	gap: 2px;
}
.price-value-box > div > p:nth-of-type(2) > span:first-of-type {
	padding: 0 0 0 5px;
}
.price-value-box > div > p:nth-of-type(2) > span:nth-of-type(2) {
	font-size: 6rem;
	font-weight: 600;
}
.price-value-box > p {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	gap: 2px;
	color: #f01817;
	font-family: initial;
	line-height: 1;
	font-size: 1.3rem;
	font-weight: bold;
}
.price-value-box > p > span:first-of-type {
	font-size: 2rem;
	letter-spacing: 0px;
}
.clip-top{
	margin-bottom: 50px;
}

@media screen and (max-width: 1280px) {
	.price-value-box {
		max-width: 420px;
	}
	.price-value-box > div > p:first-of-type {
		font-size: 8.5rem;
	}
	.price-value-box > div > p:nth-of-type(2) > span:nth-of-type(2) {
		font-size: 5rem;
	}
	.price-box .price-img .bakudan {
		width: 150px;
	}
}

@media screen and (max-width: 1080px) {
	.price-value-box {
		max-width: 360px;
	}
	.price-value-box > div > p:first-of-type {
		font-size: 7.5rem;
	}
	.price-value-box > div > p:nth-of-type(2) > span:nth-of-type(2) {
		font-size: 4rem;
	}
}

@media screen and (max-width: 970px) {
	.price-box .price-img .bakudan {
		width: 18vw;
	}
	.price-value-box > div > p:first-of-type {
		font-size: 7rem;
	}
	.price-value-box > div > p:nth-of-type(2) > span:nth-of-type(2) {
		font-size: 3.5rem;
	}

	.price-value-box > p {
		font-size: 1.2rem;
	}
	.price-value-box > p > span:first-of-type {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 800px) {
	.price-value-box {
		max-width: 280px;
	}
	.price-value-box > div > p:first-of-type {
		font-size: 6rem;
	}
	.price-value-box > div > p:nth-of-type(2) > span:nth-of-type(2) {
		font-size: 3rem;
	}
}

@media screen and (max-width: 640px) {
	.price-value-box {
		max-width: 260px;
	}
	.price-value-box > div > p:first-of-type {
		font-size: 5rem;
		letter-spacing: -1px;
	}

	.price-value-box > div > p:nth-of-type(2) > span:nth-of-type(2) {
		font-size: 2.5rem;
	}
	#lpcomment{
		left: 50px;
		top: -20px;
	}
	#lpcomment img{
		width: 175px;
	}
}
@media screen and (max-width: 500px) {
	.price-value-box {
		max-width: 200px;
		gap: 5px;
	}
	.price-value-box > div > p:first-of-type {
		font-size: 3.5rem;
	}
	.price-value-box > div > p:nth-of-type(2) > span:nth-of-type(2) {
		font-size: 2rem;
	}
	.price-value-box > div > p:nth-of-type(2) > span:first-of-type {
		padding: 0 0 0 2px;
		font-size: 0.9rem;
	}
	.price-box .price-img .bakudan {
		top: -20px;
	}
	.calendar-box iframe{
		width: 100%;
	}
}
