@charset "UTF-8";

/* ==========================================================================
 * Font face
 * ========================================================================== */
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

/* ==========================================================================
 * 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%;
	overflow-x: hidden;
	width: 100%;
}

body {
	margin: 0;
	font-family: "Roboto", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPゴシック", "Meiryo", sans-serif;
	font-size: 1.8em;
	font-size: 1.8rem;
	line-height: 1.5;
	background-color: #fff;
	overflow-x: hidden;
	max-width: 100%;
}

/* ==========================================================================
 * 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: #479cd7;
	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,
ul.list-annotation li,
ol li {
	margin-bottom: 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;
}

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;
}

/* ==========================================================================
 * Common
 * ========================================================================== */
#page_container {
	max-width: 2000px;
	margin: 0 auto;
}

.inner_width {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

/*-------------------- 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;
}

/* ==========================================================================
 * Responsive
 * ========================================================================== */

/*PCのみ表示(959px以下非表示)*/
/*PCのみ表示(640px以下非表示)*/
@media screen and (max-width: 640px) {
	.visible-pc {
		display: none !important;
	}
}

/*SPのみ表示(641px以上非表示)*/
@media screen and (min-width: 641px) {
	.visible-sp {
		display: none !important;
	}
}

/*PCのみ非表示(640px以上非表示)*/
@media screen and (min-width: 640px) {
	.hidden-pc {
		display: none !important;
	}
}

/*SPのみ非表示(641px以下非表示)*/
@media screen and (max-width: 641px) {
	.hidden-sp {
		display: none !important;
	}
}

/*SPのみ非表示(599px以下非表示)*/
@media screen and (max-width: 599px) {
	.hidden-sp {
		display: none !important;
	}
}

/* ==========================================================================
 * txt
 * ========================================================================== */
.bluetxt {
	color: #0095d9;
}

.whitetxt {
	color: #fff;
}

h1 {
	font-size: 6.0rem;
	text-align: center;
}

.txtup {
	font-size: 120%;
}

@media screen and (max-width: 640px) {
	h1 {
		font-size: 3.0rem;
		text-align: center;
	}
}

/* ==========================================================================
 * PC_hd
 * ========================================================================== */
.hd {
	background-color: #fff;
	padding: 20px 0;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2000;
}

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

.hd__box ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 80%;
}

.hd__box li {
	position: relative;
}

.hd__box a {
	color: #5f5f5f;
	text-decoration: none;
	padding: 2px 13px;
	display: block;
	border-radius: 30px;
	transition: background-color 0.3s ease;
	font-weight: 600;
}

.hd__box a:hover {
	background-color: #0095d9;
	color: #fff;
}

.fv_logo {
	height: 24px;
	width: auto;
}

@media screen and (max-width: 640px) {
	.inner_width {
		width: 94%;
	}

	.gnavi {
		padding: 15px 0;
		background-color: #fff;
		box-shadow: unset;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.header__logo--sp {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.header__logo--sp img {
		width: 35%;
		position: relative;
		z-index: 1;
	}

	/* hamburger menu */
	.hamburger-wrapper {
		position: relative;
		z-index: 10000 !important;
	}

	.menu__btn {
		align-items: center;
		display: flex;
		justify-content: center;
		position: fixed !important;
		top: 6px;
		right: 10px;
		padding: 20px;
		z-index: 10001 !important;
		width: 25px;
		will-change: transform;
		background-color: #0095d9;
		height: 25px;
		border-radius: 3px;
	}

	.menu__btn span,
	.menu__btn span:before,
	.menu__btn span:after {
		content: '';
		background: #fff;
		/* トライ式高等学院のブルーカラー（推測） */
		border-radius: 3px;
		display: block;
		height: 3px;
		position: absolute;
		width: 25px;
	}

	.menu__btn span:before {
		bottom: 8px;
	}

	.menu__btn span:after {
		top: 8px;
	}

	#menu__btn--check:checked~.menu__btn span {
		background-color: rgba(255, 255, 255, 0);
	}

	#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: #fff;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 10000 !important;
		transition: all 0.5s;
		width: 100%;
	}

	#menu__btn--check:checked~.gnavi__hamburger-menu {
		left: 0;
	}

	.gnavi__hamburger-menu ul {
		padding: 70px 10px 100%;
		background-color: #fff;
	}

	.gnavi__hamburger-menu ul li {
		border-bottom: solid 1px #222;
		list-style: none;
		padding: 0 0 0 3%;
		width: 100%;
	}

	.gnavi__hamburger-menu ul li a {
		box-sizing: border-box;
		color: #000;
		display: block;
		font-size: 15px;
		padding: 18px 15px 15px 0;
		position: relative;
		text-decoration: none;
		width: 100%;
	}

	.gnavi__hamburger-menu ul li a::before {
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		content: "";
		height: 7px;
		transform: rotate(45deg);
		position: absolute;
		right: 11px;
		top: 26px;
		width: 7px;
	}

	.gnavi__hamburger-menu ul li:last-child {
		border-bottom: none;
		margin: 20px 0 0;
	}

	.gnavi__hamburger-menu ul li:last-child a::before {
		border-top: none;
		border-right: none;
		display: none;
	}

	.navi__link {
		background: none;
	}

	.navi__link a {
		color: #000 !important;
	}

	.navi__link a::before {
		border-top: solid 2px #000 !important;
		border-right: solid 2px #000 !important;
	}

	.main__cta,
	.navi__link img {
		width: 100%;
	}
}

/* ==========================================================================
 * fv
 * ========================================================================== */
.fv {
	background: url("../images/pc/fv_bg.jpg") top 70px center / cover;
}

.fv_copy_box {
	padding-top: 110px;
}

.fv_subcopy {
	color: #0095d9;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 600;
	position: relative;
}

.fv_subcopy::before {
	content: "";
	position: absolute;
	left: 60px;
	top: 0;
	width: 40px;
	height: 47px;
	background-image: url('../images/pc/fv_dc1.png');
}

.fv_subcopy::after {
	content: "";
	position: absolute;
	right: 50px;
	top: 0;
	width: 40px;
	height: 47px;
	background-image: url('../images/pc/fv_dc2.png');
}

.fv_copy {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 5px;
}

.fvaw_box {
	padding: 15px 0 40px 0;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.fv {
		background: url("../images/sp/fv_bg.jpg") top 10px center / cover;
	}

	.inner-width {
		width: 94%;
	}

	.fv_copy_box {
		padding-top: 70px;
	}

	.fv_subcopy {
		font-size: 4vw;
		line-height: 1.2;
		position: relative;
	}

	.fv_subcopy::before {
		content: "";
		position: absolute;
		left: 10px;
		top: 20%;
		width: 40px;
		height: 35px;
		background-image: url('../images/sp/fv_dc1.png');
		background-size: contain;
	}

	.fv_subcopy::after {
		content: "";
		position: absolute;
		right: -12px;
		top: 20%;
		width: 40px;
		height: 35px;
		background-image: url('../images/sp/fv_dc2.png');
		background-size: contain;
	}

	.fv_copy {
		font-size: 1.8rem;
		margin-top: 25px;
	}

	.sp_copyttl {
		font-size: 5.0vw;
	}

	.fvspaw_box {
		margin-top: 20px;
		padding-bottom: 25px;
	}
}

/* ==========================================================================
 * cta
 * ========================================================================== */
.cta {
	background-color: #0095d9;
	padding: 70px 0;
}

.cta_ps {
	text-align: center;
	font-size: 3.0rem;
	font-weight: 600;
}

.cta_pstxt {
	background-color: #fff;
	padding: 2px 6px;
	border-radius: 3px;
}

.cta_btn {
	text-align: center;
	background: linear-gradient(to right, #f77821, #f26807);
	max-width: 920px;
	padding: 25px;
	border-radius: 25px;
	border: 3px solid #fff;
	margin-top: 10px;
	filter: drop-shadow(0px 6px 2px rgba(0, 0, 0, 0.2));
}

.cta_btn_txt {
	font-size: 5.0rem;
	font-weight: 600;
	position: relative;
}

.cta_btn_txt::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 10px;
	width: 60px;
	height: 60px;
	background-image: url('../images/pc/cta_arrow.png');
}

.cta_btn a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

.cta_btn a:hover {
	text-decoration: none;
	color: inherit;
}

@media screen and (max-width: 640px) {
	.cta {
		padding: 30px 0;
	}

	.cta_ps {
		font-size: 1.8rem
	}

	.cta_pstxt {
		font-size: 2.4rem;
	}

	.cta_btn {
		width: 100%;
		padding: 10px 20px 10px 5px;
		border-radius: 15px;
		border: 2px solid #fff;
	}

	.sphg_btn {
		padding: 0 15px 0 5px;
	}

	.cta_btn_txt {
		font-size: 2.4rem;
		position: relative;
		line-height: 1.3;
	}

	.cta_btn_txt::after {
		content: "";
		position: absolute;
		right: -30px;
		top: 20px;
		width: 50px;
		height: 50px;
		background-image: url('../images/sp/cta_arrow.png');
		background-size: 50%;
	}
}

/* ==========================================================================
 * rate
 * ========================================================================== */
.rate {
	padding: 50px 0 226px 0;
	overflow: hidden;
}

.rate_box {
	text-align: center;
	padding-bottom: 100px;
	border-radius: 20px;
}

.selif__box {
	position: relative;
	padding: 15px 68px;
	width: 80%;
	color: #fff;
	font-size: 3.5rem;
	font-weight: 600;
	background-color: #0095d9;
	border-radius: 55px;
	display: flex;
	margin: 0 auto;
	margin-bottom: -40px;
}

.selif__box:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #0095d9;
}

.selif__box p {
	margin: 0;
	padding: 0;
}

.serif_heigh {
	position: relative;
}

.serif_heigh::before {
	content: "";
	position: absolute;
	left: 10px;
    top: 20px;
    width: 236px;
    height: 351px;
	background-image: url('../images/pc/rate_man.png');
}

.serif_heigh::after {
	content: "";
	position: absolute;
	right: 10px;
    top: 25px;
    width: 220px;
    height: 304px;
	background-image: url('../images/pc/rate_women.png');
}

@media screen and (max-width: 640px) {
	.rate {
		padding: 30px 0 190px 0;
	}

	.rate_box {
		padding: 0px 0 25px 0;
	}

	.selif__box {
		position: relative;
		padding: 10px 20px;
		width: 80%;
		line-height: 1.2;
		color: #fff;
		font-size: 2.2rem;
	}

	.selif__box p {
		display: inline-block;
		margin: 0 auto;
		text-align: center;
	}

	.selif__box:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -15px;
		border: 10px solid transparent;
		border-top: 15px solid #0095d9;
	}

	.serif_heigh {
		position: relative;
	}

	.serif_heigh img {
		width: 86%;
	}

	.serif_heigh::before {
		content: "";
		position: absolute;
		left: -0;
		top: 38px;
		width: 290px;
		height: 360px;
		background-image: url(../images/sp/rate_man.png);
		background-size: 55%;
	}

	.serif_heigh::after {
		content: "";
		position: absolute;
		right: -159px;
		top: 38px;
		width: 300px;
		height: 280px;
		background-image: url('../images/sp/rate_women.png');
		background-size: 50%;
	}
}

/* ==========================================================================
 * value
 * ========================================================================== */
.value {
	background-color: #0095d9;
	padding: 70px 0 70px 0;
	position: relative;
}

.value_center {
	position: relative;
}

.value_center::before {
	content: "";
	position: absolute;
	left: 110px;
	top: -75px;
	width: 330px;
	height: 100px;
	transform: translateX(50%);
	background-image: url('../images/pc/about_sq.png');
}

.value__box {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.value__txt {
	line-height: 1.5;
	font-size: 7.6rem;
	font-weight: 600;
	margin-top: 15px;
}

.value__st {
	padding: 5px 10px;
	background-color: #fff;
}

.italic {
	font-style: italic;
	margin-left: -20px;
}

@media screen and (max-width: 640px) {
	.value {
		padding: 80px 0 60px 0;
	}

	.inner_width {
		width: 94%;
	}

	.value_center {
		position: absolute;
		top: -2px;
		left: 50%;
		transform: translateX(-50%);
		width: 320px;
		height: 55px;
		background-image: url(../images/sp/about_sq.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	.value_center::before {
		display: none;
	}

	.value__box {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}

	.value__txt {
		font-size: 4.0rem;
		text-align: center
	}

	.value__box--ps {
		display: block;
		text-align: center;
	}

	.value__box--ps img {
		width: 40%;
	}
}

/* ==========================================================================
 * compare
 * ========================================================================== */
.compare {
	padding-top: 30px;
}

.compare_bg {
	background-color: #f8f7eb;
	position: relative;
	margin-top: -30px;
	padding: 60px 0 70px;
}

.compare_bg::before {
	content: "";
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	width: 150%;
	height: 700px;
	background-color: #f8f7eb;
	border-radius: 50%;
	z-index: 0;
}

.compare_bg>* {
	position: relative;
	z-index: 2;
	text-align: center;
}

.compare_ttl {
	margin-top: -70px;
}

.compare__selif--box {
	justify-content: center;
	padding: 0 0 20px 0;
    text-align: center;
}

.compare__bc {
	position: relative;
}

.compare__bc::after {
	content: "";
	position: absolute;
	left: 330px;
    top: 50px;
	width: 260px;
	height: 100px;
	background-image: url('../images/pc/bc_sq.png');
}
.compare__shadow {
	filter: drop-shadow(0px 4px 2px rgba(0,0,0,0.1));
	display: block;
    padding-top: 30px;
}

@media screen and (max-width: 640px) {
	.compare {
		padding-top: 105px;
	}
	.compare_bg {
		padding: 60px 0 10px;
		position: relative;
	}

	.compare_bg::before {
		content: "";
		position: absolute;
		width: 150%;
		height: 250px;
	}

	.compare_ttl {
		margin-top: -120px;
		padding-bottom: 20px;
	}

	.compare__selif--box {
		padding: 30px 0 10px 0;
		width: 80%;
        margin: 0 auto;
	}

	.compare__selif--box picture {
		width: 48%;
	}

	.down {
		padding-top: 15px;
	}

	.compare__bc {
		position: absolute;
		top: 102%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 142px;
		height: 100px;
		background-image: url(../images/sp/bc_sq.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		z-index: 10;
	}

	.compare__bc::after {
		display: none;
	}
	.compare__shadow {
		padding: 0;
	}
}
@-moz-document url-prefix() {
	.compare__bc::after {
		left: 330px;
		top: 35px;
	}
}

/* ==========================================================================
 * match
 * ========================================================================== */
.match {
	background-color: #fff;
	padding: 90px 0 80px 0;
}

.subtl {
	text-align: center;
	font-size: 4.0rem;
	font-weight: 600;
	padding-bottom: 25px;
}

.match_tl {
	position: relative;
}

.match_tl::after {
	content: "";
	position: absolute;
	right: -710px;
	top: -20px;
	width: 100%;
	height: 100%;
	background-image: url('../images/pc/bc_dc.png');
}

.dots {
    background-image: repeating-radial-gradient(circle, #0095d9 0, #0095d9 0.1em, transparent 0.1em, transparent 1em);
    background-size: 1em 0.4em;
    background-repeat: repeat-x;
    background-position: top left;
    padding-top: 0.4em;
}

.match__box {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-top: 50px;
}

.match__want {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.match__selif--box {
	position: relative;
	padding: 20px 10px;
	width: 255px;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 600;
	background-color: #0095d9;
	border-radius: 10px;
	margin-bottom: 25px;
}

.match__selif--box:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 20px solid transparent;
	border-left: 5px solid transparent;
	border-right: 18px solid transparent;
	border-top: 15px solid #0095d9;
}

.match__selif--box p {
	text-align: center;
}

@media screen and (max-width: 640px) {
	.match {
		padding: 60px 0 60px 0;
	}

	.subtl {
		font-size: 2.3rem;
		letter-spacing: -0.1rem;
		padding-bottom: 5px;
	}

	.match__box {
		flex-direction: column;
		gap: 5px;
		margin-top: 30px;
	}

	.match__want {
		flex-direction: row;
		justify-content: space-between;
		gap: 15px;
	}

	.match__want.reverse {
		flex-direction: row-reverse;
	}

	.match__selif--box {
		position: relative;
		padding: 10px 5px;
		font-size: 2.0rem;
		border-radius: 10px;
		margin-bottom: 25px;
		letter-spacing: -0.1rem;
		min-width: 170px;
		line-height: 1.3;
	}

	.match__selif--box:before {
		content: "";
		position: absolute;
		top: 45px;
		left: 103%;
		margin-top: -17px;
		border: 20px solid transparent;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 15px solid #0095d9;
	}

	.match__want.reverse .match__selif--box:before {
		top: 45px;
		left: 0;
		margin-top: -17px;
		border: 20px solid transparent;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-right: 15px solid #0095d9;
		border-left: 0;
	}

	.match_tl::after {
		display: none;
	}
}

/* ==========================================================================
 * simulation
 * ========================================================================== */
.simulation {
	background-color: #f8f7eb;
	padding: 90px 0 80px 0;
	overflow: hidden;
}
.simulation .inner_width {
	position: relative;
}
/*
.simulation .inner_width::after {
	content: "";
	position: absolute;
	right: 220px;
	bottom: -84%;
	width: 100%;
	height: 100%;
	background-image: url('../images/pc/simulation_man.png');
}
*/
.simulation-button span {
	font-size: 3rem;
	font-weight: bold;
	background-color: #0095d9;
	color: #fff;
	display: block;
	margin: 10px 0 0;
	padding: 20px 50px 20px 20px;
	position: relative;
	cursor: pointer;
	z-index: 1;
}
.simulation .simulation-plus::before {
    content: "" !important;
    position: absolute !important;
    width: 20px !important;
    height: 4px !important;
    background-color: #fff !important;
    right: 10px !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}
.simulation .simulation-plus::after {
	content: "" !important;
    position: absolute !important;
    width: 4px !important;
    height: 20px !important;
    background-color: #fff !important;
    right: 26px !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    transition: opacity 0.3s ease !important;
    opacity: 1;
}
.simulation .simulation-plus.close::after {
    transition: opacity 0.3s ease !important;
    opacity: 0;
}

.simulation__selif {
	text-align: center;
	display: block;
	margin-top: 50px;
}

.simulation-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 30px;
	align-items: start;
	margin-top: 90px;
}

.left-block {
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
}

.left-block::before {
	content: "";
	position: absolute;
	right: -65px;
	top: -41px;
	width: 100%;
	height: 100%;
	background-image: url('../images/pc/okariire.png');
}

.left-block::after {
	content: "";
	position: absolute;
	right: 190px;
	top: 190px;
	width: 100%;
	height: 100%;
}

.right-blocks {
	display: flex;
	flex-direction: column;
	gap: 35px;
	height: 100%;
	position: relative;
}

.right-blocks::before {
	content: "";
	position: absolute;
	right: -65px;
	top: -41px;
	width: 100%;
	height: 100%;
	background-image: url('../images/pc/hensai.png');
}

.simulation-block {
	background: #fff;
	border-radius: 5px;
	padding: 50px 25px 0 25px;
	border: 2px solid #e5e7df;
}

.results-block {
	background: transparent;
	color: #eee;
	border-radius: 5px;
	padding: 0;
	flex: 1;
}

.block-title {
	font-size: 1.3rem;
	font-weight: bold;
	margin-left: 40px;
}

.dotline {
	border-bottom: 3px dotted #5f5f5f;
	margin-bottom: 20px;
}

.input-group {
	margin-bottom: 20px;
}

.input-label {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	color: #5f5f5f;
	font-size: 1.8rem;
}

.label-value-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.slider-container {
	position: relative;
	margin: 10px 0;
}

.slider-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	margin-bottom: 10px;
}

.slider-limits {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0;
}

.slider-control {
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-weight: bold;
	color: #666;
	font-size: 1rem;
	flex-shrink: 0;
}

.slider-control:hover {
	background: #f5f5f5;
}

.slider-limit-text {
	font-size: 2.0rem;
	color: #5f5f5f;
	font-weight: 600;
}

.slider-track {
	flex: 1;
	margin: 0 10px;
}

.slider {
	width: 100%;
	height: 6px;
	background: #ddd;
	outline: none;
	-webkit-appearance: none;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	border: 1px solid #ccc;
}

.slider::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	border: 1px solid #ccc;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.slider::-webkit-slider-track {
	height: 6px;
	background: #ddd;
}

.slider::-moz-range-track {
	height: 6px;
	background: #ddd;
	border: none;
}

.slider::-moz-range-progress {
	height: 6px;
	background: #0095d9;
}

.slider {
	background: linear-gradient(to right, #0095d9 0%, #0095d9 var(--value, 50%), #ddd var(--value, 50%), #ddd 100%);
	height: 10px;
}

.slider-labels {
	display: none;
}

.value-display {
	display: flex;
	align-items: end;
	gap: 10px;
	margin: 10px 0;
	justify-content: flex-end;
}

.value-number {
	background: #eee;
	padding: 0 5px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #5f5f5f;
	min-width: 57px;
	text-align: center;
	cursor: pointer !important;
	user-select: text !important;
	transition: background-color 0.2s;
	position: relative !important;
	z-index: 1000 !important;
	pointer-events: auto !important;
}

.value-number:hover {
	background-color: #ddd !important;
	border: 2px solid #0095d9 !important;
}

.value-number:active {
	background-color: #ccc !important;
}

.value-unit {
	font-size: 1.6rem;
	color: #5f5f5f;
	font-weight: 600;
}

.period-display {
	display: flex;
	align-items: end;
	gap: 10px;
}

.period-number {
	background: #eee;
	padding: 0 5px;
	border-radius: 4px;
	font-weight: bold;
	color: #5f5f5f;
	font-size: 2.4rem;
	min-width: 57px;
	text-align: center;
	cursor: pointer !important;
	user-select: text !important;
	transition: background-color 0.2s;
	position: relative !important;
	z-index: 1000 !important;
	pointer-events: auto !important;
}

.period-number:hover {
	background-color: #ddd !important;
	border: 2px solid #0095d9 !important;
}

.period-number:active {
	background-color: #ccc !important;
}

.period-unit {
	font-size: 1.6rem;
	color: #5f5f5f;
	font-weight: 600;
}

.results-section {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.result-item {
	background: #fff;
	color: #5f5f5f;
	margin-bottom: 0;
	overflow: hidden;
	display: flex;
	border: 2px solid #0095d9;
}

.result-item:first-child {
	border-radius: 8px 8px 0 0;
	border-bottom: 1px solid #ddd;
}

.result-item:last-child {
	border-radius: 0 0 8px 8px;
}

.result-label {
	background: #0095d9;
	color: #fff;
	padding: 10px;
	font-size: 2.0rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 170px;
}

.result-content {
	flex: 1;
	padding: 10px 15px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0;
}

.result-main {
	display: flex;
	align-items: end;
	gap: 10px;
}

.bonus-payment-note {
	font-size: 1.8rem;
	color: #333;
	font-weight: 600;
	margin: 0;
	display: block !important;
}

.bonus-payment-note span {
	font-weight: bold;
}

.result-number {
	font-size: 2.4rem;
	font-weight: bold;
	color: #0095d9;
}

.result-unit {
	font-size: 1.8rem;
	color: #5f5f5f;
	font-weight: 600;
}

.slider-symbol {
	position: relative;
	width: 18px;
	height: 20px;
	color: #5f5f5f;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider-symbol::before {
	content: "";
	position: absolute;
	background-color: currentColor;
	left: -1px;
}

.slider-symbol.plus::before {
	width: 20px;
	height: 4px;
}

.slider-symbol.plus::after {
	content: "";
	position: absolute;
	width: 4px;
	height: 20px;
	background-color: currentColor;
	left: 7px;
}

.slider-symbol.minus::before {
	width: 20px;
	height: 4px;
}

@media (max-width: 640px) {
	.simulation {
		padding: 40px 0 20px 0;
	}

	.simulation .inner_width::after {
		display: none;
	}

	.simulation-button span {
		font-size: 2rem;
	}

	.simulation h1 {
		letter-spacing: -0.3rem;
		font-size: 2.5rem;
	}

	.simulation__selif {
		margin-top: 20px;
	}

	.simulation__selif img {
		width: 60%;
	}

	.simulation-container {
		grid-template-columns: 1fr;
		gap: 50px;
		margin-top: 40px;
	}

	.left-block::after,
	.right-blocks::after {
		display: none;
	}

	.left-block::before {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: -30px;
		width: 315px;
		height: 60px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url('../images/sp/okariire.png');
	}

	.right-blocks {
		gap: 20px;
	}

	.right-blocks::before {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: -30px;
		width: 315px;
		height: 60px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url('../images/sp/hensai.png');
	}

	.simulation-block {
		padding: 30px 15px 0 15px;
		width: 100%;
		box-sizing: border-box;
	}

	.input-label {
		font-size: 1.8rem;
		margin-bottom: 0;
	}

	.slider-limits {
		padding: 0;
	}

	.slider-limit-text {
		font-size: 2.0rem;
	}

	.value-number,
	.period-number {
		font-size: 2.4rem;
		min-width: 50px;
	}

	.value-unit,
	.period-unit {
		font-size: 1.4rem;
	}

	.bonus-payment-note {
		font-size: 1.4rem;
	}

	.result-label {
		font-size: 1.6rem;
		min-width: 120px;
		padding: 12px;
	}

	.result-number {
		font-size: 2.4rem;
	}

	.result-unit {
		font-size: 1.6rem;
	}

	.slider-wrapper {
		gap: 8px;
	}

	.slider-track {
		margin: 0 5px;
	}
}

/* ==========================================================================
 * example
 * ========================================================================== */
.example {
	background-color: #fff;
	padding: 70px 0;
}

.round {
	position: relative;
}

.round::before {
	content: "";
	position: absolute;
	right: -40px;
	top: -5px;
	width: 60px;
	height: 60px;
	background-image: url('../images/pc/plus_round.png');
}

.example_subtl .italic {
	margin-left: 5px;
}

.round_afters {
	margin-left: 40px;
}

.example__box {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.example__use {
	background-color: #f5fdff;
	border: 1px solid #0095d9;
	border-radius: 5px;
	width: 300px;
	height: 560px;
}

.example__listtl {
	background-color: #0095d9;
	padding: 10px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
}

.example__listbox {
	padding: 25px;
}

.example__txt {
	color: #5f5f5f;
	font-weight: 600;
	line-height: 1.4;
	display: inline-block;
	height: 135px;
	margin-top: 15px;
	text-align: justify;
	line-break: strict;
}

.ex_listbox {
	margin-top: 5px;
}

.list_txt {
	font-size: 2.8rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 15px;
}

.list_ttl {
	background-color: #0095d9;
	display: inline-block;
	min-width: 115px;
	padding: 5px;
	font-size: 1.8rem;
	font-weight: 600;
	border-radius: 20px;
	text-align: center;
	flex-shrink: 0;
}

.example__ot {
	font-size: 6.0rem;
	font-weight: 600;
	padding: 50px 0;
	text-align: center;
	position: relative;
}

.example__ot::after {
	content: "";
	position: absolute;
	right: -870px;
	top: 35px;
	width: 100%;
	height: 100%;
	background-image: url(../images/pc/bc_dc.png);
}

.example__ot--box {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}

@media (max-width: 640px) {
	.example {
		padding: 40px 0;
	}

	.round {
		position: relative;
	}

	.round::before {
		content: "";
		position: absolute;
		right: -100px;
		top: -8px;
		width: 110px;
		height: 110px;
		background-image: url(../images/sp/plus_round.png);
		background-size: 40%;
	}

	.example_subtl {
		padding-bottom: 20px;
		font-size: 2.6rem;
	}

	.round_afters {
		font-size: 2.4rem;
	}

	.example_ttl {
		font-size: 2.4rem;
	}

	.example__box {
		flex-direction: column;
		margin-top: 20px;
		gap: 30px;
	}

	.example__use {
		width: 100%;
		height: auto;
	}

	.example__listbox {
		padding: 20px;
	}

	.example__txt {
		height: auto;
		padding-bottom: 15px;
	}

	.example__ot {
		padding: 30px 0 10px 0;
		font-size: 3.0rem;
	}

	.example__ot::after {
		display: none;
	}
}

/* ==========================================================================
 * complete;
 * ========================================================================== */
.complete {
	background-color: #f8f7eb;
	padding: 0 0 80px 0;
	position: relative;
}

.complete__box {
	background-color: #fff;
	border-radius: 5px;
	padding: 10px 0 30px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	filter: drop-shadow(0px 4px 2px rgba(0,0,0,0.1));
}

.complete__tl {
	background-color: #0095d9;
	padding: 5px 30px;
	text-align: center;
	display: inline-block;
	font-size: 4.8rem;
	font-weight: 600;
	width: 430px;
	border-radius: 55px;
	margin-top: -90px;
}

.complete__pointbox {
	display: flex;
	justify-content: center;
	gap: 50px;
	margin-top: 30px;
}

.cp_pointbox {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.complete__pointtxt {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	color: #5f5f5f;
	text-align: center;
	font-weight: 600;
	line-height: 1.5;
}

.point_st {
	font-size: 3.2rem;
	letter-spacing: 0.01em;
	line-height: 1;
	font-weight: 600;
}

@media (max-width: 640px) {
	.complete {
		padding: 0 0 50px 0;
	}

	.complete__box {
		padding: 30px 15px 30px 15px;
	}

	.complete__tl {
		font-size: 2.4rem;
		width: 240px;
		margin-top: -70px;
	}

	.complete__pointbox {
		display: flex;
		flex-direction: column;
		gap: 20px;
		width: 100%;
		margin-top: 0;
	}

	.cp_pointbox {
		display: flex;
		flex-direction: row;
		justify-content: center;
		gap: 5px;
	}

	.cp_pointbox picture {
		flex: 0 0 28%;
		max-width: 28%;
	}

	.cp_pointbox picture img {
		width: 100%;
		height: auto;
	}

	.complete__pointtxt {
		flex: 0 0 70%;
		max-width: 70%;
        font-size: 4.5vw;
	}

	.point_st {
		font-size: 8vw;
	}
}

/* ==========================================================================
 * complete;
 * ========================================================================== */
.flow {
	background-color: #fff;
	padding: 70px 0 80px 0;
}

.flow_conteiner {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-top: 50px;
}

.flow_img1 {
	position: relative
}

.flow_img2 {
	position: relative
}

.flow_img3 {
	position: relative
}

.flow_img4 {
	position: relative
}

.flow_img1::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 110px;
	background-image: url('../images/pc/step1_img.png');
}

.flow_img2::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 110px;
	background-image: url('../images/pc/step2_img.png');
}

.flow_img3::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 110px;
	background-image: url('../images/pc/step3_img.png');
}

.flow_img4::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 110px;
	background-image: url('../images/pc/step4_img.png');
}

.flow_box {
	background-color: #f5fdff;
	border: 1px solid #0095d9;
	border-radius: 5px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.step_ttl {
	font-size: 3.0rem;
	font-weight: 600;
	padding-top: 8px;
}

.step_txt {
	color: #5f5f5f;
	font-weight: 600;
}

.flowstep2_box {
	background-color: #fff;
	padding: 45px 0 10px 0;
	border: 1px solid #0095d9;
	border-radius: 5px;
	margin-top: 25px;
}

.material {
	background-color: #0095d9;
	font-size: 2.0rem;
	padding: 3px 15px;
	text-align: center;
	width: 225px;
	font-weight: 600;
	display: block;
	margin: 0 auto;
	border-radius: 55px;
	margin-top: -60px;
	margin-bottom: 20px;
}

.document-list {
	text-align: center;
}

.row {
	display: flex;
	justify-content: center;
	gap: 35px;
	margin-bottom: 10px;
	flex-wrap: wrap;
}

.step_li {
	font-size: 2.0rem;
	position: relative;
	font-weight: 600;
}

.step_li::before {
	content: "";
	position: absolute;
	top: 4px;
	left: -23px;
	width: 20px;
	height: 20px;
	background-image: url('../images/pc/check.png');
}

.flow_sq {
	position: relative
}

.flow_sq::after {
	content: "";
	position: absolute;
	left: 420px;
	top: 50px;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #0095d9;
}

.flow_sq::before:slast-child {
	display: none;
}

@media screen and (max-width: 640px) {
	.flow {
		padding: 30px 0 40px 0;
	}

	.flow_conteiner {
		gap: 50px;
		margin-top: 30px;
	}

	.flow_box {
		padding: 25px 15px 20px 15px;
		gap: 10px;
	}

	.flow_box img {
		width: 30%;
	}

	.flow_box>p+p {
		margin: 0;
	}

	.step_ttl {
		font-size: 2.4rem;
		padding-top: 5px;
	}

	.step_txt {
		font-size: 1.8rem;
		line-height: 1.4;
		text-align: justify;
	}

	.flowstep2_box {
		background-color: unset;
		border: none;
		padding: 0;
		margin-top: 50px;
	}

	.material {
		font-size: 1.8rem;
		width: 200px;
		padding: 5px 10px;
		margin-top: -50px;
	}

	.row {
		flex-direction: column;
		gap: 5px;
		align-items: flex-start;
		margin-bottom: 3px;
	}

	.step_li {
		font-size: 1.8rem;
		padding-left: 25px;
		text-align: left;
		position: relative;
	}

	.step_li::before {
		left: 0;
		width: 20px;
		height: 20px;
		top: 1px;
	}

	.flow_sq::after {
		content: "";
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 40px;
		width: 0;
		height: 0;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 13px solid #0095d9;
	}

	.flow_img1::after,
	.flow_img2::after,
	.flow_img3::after,
	.flow_img4::after {
		display: none;
	}
}

/* ==========================================================================
 * complete;
 * ========================================================================== */
.faq {
	background-color: #f8f7eb;
	padding: 70px 0 80px 0;
}

.faq__box {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 50px;
}

.qa__box {
	background-color: #f5fdff;
	border: 1px solid #0095d9;
	border-radius: 5px;
	padding: 30px 70px 30px 80px;
	;
}

.faq_q {
	position: relative;
	font-size: 3.0rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	min-height: 50px;
}

.faq_q::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -50px;
	width: 40px;
	height: 40px;
	background-image: url('../images/pc/q.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.faq_a {
	position: relative;
	font-size: 1.8rem;
	color: #5f5f5f;
	font-weight: 600;
	padding-top: 25px;
	min-height: 50px;
}

.faq_a::before {
	content: "";
	position: absolute;
	top: 65%;
	transform: translateY(-50%);
	left: -50px;
	width: 40px;
	height: 40px;
	background-image: url('../images/pc/a.png');
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
	.faq {
		padding: 40px 0 50px 0;
	}

	.faq__box {
		gap: 15px;
		margin-top: 30px;
	}

	.qa__box {
		padding: 20px 15px 20px 40px;
	}

	.faq_q {
		font-size: 2.0rem;
		line-height: 1.4;
		min-height: auto;
	}

	.faq_q::before {
		top: 14px;
		left: -30px;
		width: 25px;
		height: 25px;
	}

	.faq_a {
		font-size: 1.6rem;
		padding-top: 15px;
		line-height: 1.5;
	}

	.faq_a::before {
		left: -30px;
		width: 25px;
		height: 25px;
		top: 25px;
	}
}

/* ==========================================================================
 * Instruction
 * ========================================================================== */
.instruct {
	background-color: #fff;
	padding: 60px 0;
	border-radius: 5px;
}

h2 {
	text-align: center;
	font-size: 4.0rem;
	color: #5f5f5f;
	margin: 0;
	/* マージンリセット */
}

.instruct_bg {
	max-width: 960px;
	margin: 0 auto;
	background-color: #f4f4f4;
	padding: 40px;
}

.product-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin-top: 30px;
}

.table-header {
	background-color: #5f5f5f;
	color: #fff;
	padding: 20px 15px;
	text-align: left;
	font-weight: 600;
	width: 260px;
	vertical-align: middle;
	font-size: 2.0rem;
	border: 1px solid #eee;
}

.product-table td {
	padding: 20px;
	border: 1px solid #eee;
	vertical-align: top;
	background-color: #fff;
	font-size: 1.6rem;
	color: #5f5f5f;
}

.product-table ul {
	margin: 10px 0;
	padding-left: 0;
	list-style: none;
}

.product-table li {
	margin-bottom: 8px;
	line-height: 1.6;
	position: relative;
	padding-left: 20px;
	font-size: 1.6rem;
	color: #5f5f5f;
}

.product-table li::before {
	content: "■";
	position: absolute;
	left: 0;
	color: #333;
}

.at {
	font-size: 1.2rem;
	color: #666;
	margin: 10px 0;
}

.explain_txt {
	font-size: 1.6rem;
	color: #5f5f5f;
}

.product-table tr:nth-child(even) td {
	background-color: #f9f9f9;
}

.explain_tl {
	font-size: 2.0rem;
	color: #5f5f5f;
	font-weight: 600;
}

.explain_subtl {
	font-size: 1.6rem;
	color: #5f5f5f;
	font-weight: 600;
}

.accordion-header {
	position: relative;
	cursor: pointer;
}

.accordion-toggle {
	position: absolute;
	top: 50%;
	left: calc(50% + 200px);
	transform: translateY(-50%);
	width: 405px;
	height: 30px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 5.5rem;
	font-weight: 600;
	color: #5f5f5f;
	transition: all 0.3s ease;
}

.accordion-content {
	overflow: hidden;
	transition: max-height 0.5s ease;
}

.accordion-content.collapsed {
	max-height: 0;
}

.accordion-toggle {
	position: absolute !important;
	top: 50% !important;
	left: calc(50% + 390px) !important;
	transform: translateY(-50%) !important;
	width: 40px !important;
	height: 30px !important;
	border-radius: 4px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	font-size: 0 !important;
}

.accordion-toggle::before {
	content: "" !important;
	position: absolute !important;
	width: 20px !important;
	height: 4px !important;
	background-color: #5f5f5f !important;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
}

.accordion-toggle::after {
	content: "" !important;
	position: absolute !important;
	width: 4px !important;
	height: 20px !important;
	background-color: #5f5f5f !important;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
	opacity: 0;
	transition: opacity 0.3s ease !important;
}

.accordion-toggle.plus::after {
	opacity: 1 !important;
}

@media screen and (max-width: 640px) {
	.instruct {
		padding: 40px 0;
	}

	h2 {
		font-size: 2.8rem;
	}

	.instruct_bg {
		padding: 0;
		margin: 0 auto;
		width: 94%;
		background-color: unset;
	}

	.product-table {
		width: 100%;
		border-collapse: collapse;
		margin-top: 30px;
	}

	.product-table tr {
		display: flex;
		flex-direction: column;
	}

	.table-header {
		width: 100%;
		font-size: 1.4rem;
		padding: 8px 15px;
		order: 1;
	}

	.product-table td {
		width: 100%;
		padding: 10px 15px;
		font-size: 1.4rem;
		order: 2;
	}

	.explain_tl {
		font-size: 1.5rem;
	}

	.explain_txt {
		font-size: 1.4rem;
		text-align: justify;
	}

	.explain_subtl {
		font-size: 1.4rem;
	}

	.at {
		font-size: 1.1rem;
		margin: 5px 0;
	}

	.product-table li {
		font-size: 1.4rem;
		text-align: justify;
		margin-bottom: 0;
	}

	.accordion-toggle {
		left: calc(50% + 120px);
		width: 25px;
		height: 25px;
		font-size: 4.0rem;
	}

	/* スマホ対応のアコーディオン記号修正 */
	.accordion-toggle {
		left: calc(50% + 110px) !important;
		width: 25px !important;
		height: 25px !important;
	}
}

/* ==========================================================================
 * company
 * ========================================================================== */
.company {
	background-color: #0095d9;
	padding: 70px 0;
}

.company_box {
	background-color: #fff;
	padding: 60px 140px;
	border-radius: 5px;
	margin-top: 50px;
}

.table {
	font-size: 1.6rem;
}

td {
	padding: 8px 0;
	vertical-align: top;
}

.label {
	width: 20%;
	font-weight: 600;
	color: #5f5f5f;
}

.content {
	width: 80%;
	color: #5f5f5f;
	font-weight: 600;
}

.company_subttl {
	font-size: 3.0rem;
	color: #5f5f5f;
	font-weight: 600;
	margin-bottom: 30px;
	position: relative;
}

.company_subttl::after {
	content: "";
	position: absolute;
	top: -10px;
	right: -4px;
	width: 270px;
	height: 200px;
	background-image: url('../images/pc/icon_130th.png');
}

.yellowtxt {
	color: #e3aa10;
}

@media screen and (max-width: 640px) {
	.company {
		padding: 40px 0;
	}

	.company_box {
		padding: 25px 20px;
		margin-top: 30px;
	}

	.company_subttl {
		font-size: 2.2rem;
		margin-bottom: 130px;
		text-align: left;
	}

	.company_subttl::after {
		content: "";
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 30px;
		background-image: url('../images/sp/icon_130th.png');
		background-size: 75%;
		background-position: center;
	}

	.company table {
		width: 100%;
	}

	.label {
		width: 30%;
		font-size: 1.4rem;
		padding: 10px 0;
	}

	.content {
		width: 70%;
		font-size: 1.4rem;
	}
}

/* ==========================================================================
 * Footer
 * ========================================================================== */
.footer {
	background-color: #fff;
	padding: 15px 0 30px;
	text-align: center;
}

.copyRight {
	margin-top: 20px;
	font-size: 1.6rem;
	display: inline-block;
	color: #5f5f5f;
}

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%;
}

@media screen and (max-width: 640px) {
	.footer {
		background-color: #fff;
		padding: 5% 0 8%;
		text-align: center;
	}

	.privacyPolicy {
		font-size: 1.2rem;
		display: inline-block;
	}

	.copyRight {
		margin-top: 10px;
		font-size: 1.2rem;
		display: inline-block;
	}
}