@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Noto Sans JP', sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

:root {
	scroll-behavior: smooth;
	overscroll-behavior: none;
}

*, *::after, *::before {
	box-sizing: border-box;
}

body {
	line-height: 1;
}

.br-ib {
	display: inline-block;
}

:focus-visible {
	outline: none;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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


/***** start *****/

a {
	text-decoration: none;
	transition: 0.5s;
}

a:hover {
	color: #309594;
}

input {
	transition: 0.5s;
}

img {
	width: 100%;
}

p {
	margin-bottom: 30px;
	font-size: 1.2rem;
	line-height: 1.6;
}

.pc-wrap {
	display: block;
}

.sp-wrap {
	display: none;
}

.gray-bg {
	background-color: #efefef;
}

.blue-bg {
	background-color: #444856;
	color: #fff;
}

.red-txt {
	color: #f00;
}

.wrapper {
	width: 100%;
	display: flex;
	position: relative;
	align-items: center;
}

.main-wrap {
	width: calc(100% - 340px);
}

.form-wrap {
	width: 340px;
	background-color: #efefef;
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
}

.contact .form-wrap {
	height: auto;
}

section {
	overflow: hidden;
}

.inner-section {
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

.marker {
	background: linear-gradient(to right, transparent 50%, #fff100 50%);
	background-repeat: repeat-x;
	background-size: 200% .6em;
	background-position: 0 1em;
	transition: all 1s;
}

.marker.active {
	background-position: -100% 1em;
}

/*
.head-wrap
*/

.head-wrap {
	width: 100%;
	height: 100px;
}

.head-wrap .inner-section {
	display: flex;
	justify-content: space-between;
	padding: 10px;
	align-items: center;
}

.head-wrap .logo-wrap {
	width: 160px;
}

.head-wrap .logo-wrap a {
	display: block;
}

.head-wrap .logo-wrap img {
	width: 160px;
	height: 36px;
}

.head-wrap .btn-wrap {
	width: calc(100% - 180px);
	text-align: right;
	height: 80px;
	line-height: 80px;
}

.head-wrap .btn-wrap li {
	display: inline-block;
	margin-right: 15px;
}

.head-wrap .btn-wrap li a {
	color: #000;
	font-size: 0.9rem;
}

.head-wrap .btn-wrap li a:hover {
	color: #309594;
}

.head-wrap .btn-wrap li:last-child {
	margin-right: 0;
}

.head-wrap .btn-wrap li:last-child a {
	padding: 5px 20px;
	border: 1px solid #309594;
	color: #309594;
}

.head-wrap .btn-wrap li:last-child a:hover {
	background-color: #309594;
	border: 1px solid #309594;
	color: #fff;
}

/*
.fv-wrap
*/

.fv-wrap {
	background-image: url(../img/fv-bgimg_02.jpg);
	background-color: rgba(255, 255, 255, 0.8);
	background-blend-mode: lighten;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 600px;
	display: flex;
	align-items: center;
}

.fv-wrap .inner-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	height: 500px;
	padding: 50px 0;
}

.fv-wrap .fv-leftwrap {
	width: 44%;
	position: relative;
	text-align: center;
}

.fv-wrap .fv-leftwrap p {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 23px;
	width: 100%;
}

.fv-wrap .fv-leftwrap .balloon{
	background-color: #fff;
	border: 2px solid #2f908e;
	color: #2f908e;
	display: inline-block;
	position: relative;
	padding: 12px 15px;
}

.fv-wrap .fv-leftwrap .balloon::before{
	content: "";
    position: absolute;
    border-right: 42px solid transparent;
    border-top: 33.6025px solid #2f908e;
    border-left: 0px solid transparent;
    right: 16px;
    bottom: -34px;
}

.fv-wrap .fv-leftwrap .balloon::after{
	content: "";
    position: absolute;
    border-right: 37px solid transparent;
    border-top: 31.6025px solid #fff;
    border-left: 0px solid transparent;
    right: 19px;
    bottom: -31px;
}

.fv-wrap .fv-leftwrap .center-txt {
	font-size: 2.4rem;
	margin-bottom: 20px;
	line-height: 1.7;
}

.fv-wrap .fv-leftwrap .search{
    font-size: 20px;
    color: #fff;
    background-color: #2f908e;
    padding: 5px 30px;
    border-radius: 20px;
}

.fv-wrap .fv-leftwrap .sub-title-font{
	font-size: 22px;
	margin: 4px;
}

.fv-wrap .fv-leftwrap .sns-green{
	color: #2f908e;
}

.fv-wrap .fv-leftwrap .search-icon{
	margin-left: 10px;
}

.fv-wrap .fv_salesup{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.fv_salesup .salesup_box{
	max-width: 140px;
    width: 100%;
	position: relative;
}

.fv_salesup .salesup_box .sales_text{
	width: 100%;
	margin-bottom: 0;
	padding: 10px 0;
	color: #fff;
	font-size: 1rem;
	line-height: 1.3;
}

.font-big{
	font-size: 26px;
}

.font-big-two{
	font-size: 24px;
}

.salesup_box.last .sales_text{
	font-size: 0.9rem;
}

.last .sales_text .font-big-two{
	font-size: 22px;
}

.sales_text{
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.green-ribon{
	position: absolute;
	display: block;
	bottom: 5px;
}

.green-ribon-text{
	color: #fff;
    position: absolute;
    display: block;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.sales_text p{
	font-size: 0.8rem;
}

.fv-wrap .fv-leftwrap a {
	width: 100%;
	padding: 20px 0;
	border: 1px solid #309594;
	background-color: #309594;
	box-sizing: border-box;
	display: block;
	color: #fff;
	border-radius: 10px;
	font-weight: 700;
	letter-spacing: 1px;
}

.fv-wrap .fv-leftwrap a:hover {
	border: 1px solid #309594;
	background-color: #fff;
	color: #309594;
}

.fv-wrap .fv-rightwrap {
	width: 54%;
	position: relative;
}

.sp-cta-btn-area {
	display: none;
}


/*
.content-wrap
*/

.content-wrap {
	padding: 100px 0;
	overflow-x: hidden;
}

.content-wrap h2 {
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 50px;
	font-weight: bold;
	text-align: center;
	font-size: 1.6rem;
}

.about-wrap .about-introwrap {
	text-align: center;
	margin-bottom: 70px;
}

.about-wrap .about-introwrap .intro-txt {
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.6;
}

.about-wrap .about-introwrap h2 {
	font-size: 1.8rem;
}

.about-wrap .about-contwrap {
	margin-bottom: 50px;
}

.about-wrap .about-contwrap ul {
	display: flex;
	justify-content: space-between;
	position: relative;
	box-sizing: border-box;
}

.about-wrap .about-contwrap ul li {
	width: 30%;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.about-wrap .about-contwrap ul li img {
	height: 140px;
	margin-bottom: 20px;
}

.about-wrap .about-contwrap ul li h3 {
	width: 100%;
	background-color: #309594;
	border-radius: 10px 10px 0 0;
	padding: 20px 0;
	color: #fff;
	font-size: 1.2rem;
	box-sizing: border-box;
}

.about-wrap .about-contwrap ul li p {
	width: 100%;
	background-color: #efefef;
	border-radius: 0 0 10px 10px;
	padding: 30px;
	font-size: 1rem;
	box-sizing: border-box;
	text-align: left;
	flex-grow: 1;
}

.about-wrap .about-middlewrap {
	text-align: center;
	margin-bottom: 70px;
}

.about-wrap .about-middlewrap p {
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 50px;
}

.about-wrap .about-middlewrap .about-arrow{
	text-align: center;
	margin-bottom: 35px;
}

.about-wrap .about-middlewrap .about-arrow img{
	width: 50px;
}

.about-wrap .about-sec-contwrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	box-sizing: border-box;
}

.about-wrap .about-sec-contwrap .about-imgwrap {
	width: 45%;
}

.about-wrap .about-sec-contwrap .about-txtwrap {
	width: 45%;
}

.about-wrap .about-sec-contwrap .about-txtwrap p {
	margin: 0;
}

.cta-wrap .cta-contwrap {
	display: flex;
	justify-content: space-between;
}

.cta-wrap .cta-contwrap .cta-txtwrap {
	width: 45%;
}

.cta-wrap .cta-contwrap .cta-txtwrap h2 {
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 20px;
	text-align: left;
}

.cta-wrap .cta-contwrap .cta-txtwrap a {
	width: 100%;
	padding: 20px;
	border-radius: 10px;
	background-color: #309594;
	display: block;
	text-align: center;
	color: #fff;
	border: 1px solid #309594;
}

.cta-wrap .cta-contwrap .cta-txtwrap a:hover {
	background-color: #fff;
	color: #309594;
}

.cta-wrap .cta-contwrap .cta-imgwrap {
	width: 45%;
}

.kinou-wrap .kinou-contwrap ul {
	display: flex;
	justify-content: space-between;
	position: relative;
	box-sizing: border-box;
}

.kinou-wrap .kinou-contwrap ul li {
	width: 30%;
	text-align: center;
	box-sizing: border-box;
}

.kinou-wrap .kinou-contwrap ul li img {
	height: 140px;
	margin-bottom: 20px;
}

.kinou-wrap .kinou-contwrap ul li h3 {
	width: 100%;
	padding: 20px 0;
	color: #309594;
	font-size: 1.2rem;
	font-weight: bold;
}

.kinou-wrap .kinou-contwrap ul li p {
	width: 100%;
	font-size: 1rem;
	box-sizing: border-box;
	text-align: left;
}

.katsuyou-wrap .katsuyou-introwrap {
	text-align: center;
	margin-bottom: 50px;
}

.katsuyou-wrap .katsuyou-contwrap .tab-group {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.katsuyou-wrap .katsuyou-contwrap .tab {
	padding: 20px 15px;
	line-height: 1.3;
	list-style: none;
	text-align: center;
	cursor: pointer;
	background-color: #444856;
	color: #fff;
	width: 47%;
	box-sizing: border-box;
	transition: 0.5s;
}

.katsuyou-wrap .katsuyou-contwrap .panel-group {
	background-color: #fff;
	box-sizing: border-box;
	height: 465px;
	padding: 50px;
}

.katsuyou-wrap .katsuyou-contwrap .panel-group .katsuyou-appeal {
	font-weight: bold;
	color: #309594;
}

.katsuyou-wrap .katsuyou-contwrap .panel {
	display: none;
	transition: 0.5s;
}

.katsuyou-wrap .katsuyou-contwrap .tab.is-active {
	background-color: #fff;
	color: #000;
	transition: all 0.5s ease-out;
}

.katsuyou-wrap .katsuyou-contwrap .panel.is-show {
	display: block;
	transition: 0.5s;
}

.katsuyou-wrap .katsuyou-contwrap .panel .panel-a-wrap {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.katsuyou-wrap .katsuyou-contwrap .panel .panel-a-wrap .panel-a-left,
.katsuyou-wrap .katsuyou-contwrap .panel .panel-a-wrap .panel-a-right {
	width: 25%;
}

.katsuyou-wrap .katsuyou-contwrap .panel .panel-a-wrap .panel-a-center {
	width: 42%;
	align-self: center;
}

.katsuyou-wrap .katsuyou-contwrap .panel .panel-a-wrap .contents-one {
	margin-bottom: 50px;
}

.katsuyou-wrap .katsuyou-contwrap .panel .panel-a-wrap h3 {
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 10px;
}

.katsuyou-wrap .katsuyou-contwrap .panel .panel-a-wrap p {
	font-size: 1rem;
}

.katsuyou-wrap .katsuyou-contwrap .panel .panel-b-intro {
	margin-bottom: 20px;
	text-align: center;
}

.katsuyou-wrap .katsuyou-contwrap .panel .panel-b-intro p {
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #309594;
}

.katsuyou-wrap .katsuyou-contwrap .panel .panel-b-wrap {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	align-items: center;
}

.katsuyou-wrap .katsuyou-contwrap .panel .panel-b-left {
	width: 50%;
}

.katsuyou-wrap .katsuyou-contwrap .panel .panel-b-right {
	width: 45%;
}

.katsuyou-wrap .katsuyou-contwrap .panel .panel-b-wrap h3 {
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 10px;
	color: #309594;
}

.katsuyou-wrap .katsuyou-contwrap .panel .panel-b-wrap ul {
	margin-bottom: 30px;
}

.katsuyou-wrap .katsuyou-contwrap .panel .panel-b-wrap li {
	font-size: 1rem;
	line-height: 1.4;
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
}

.katsuyou-wrap .katsuyou-contwrap .panel .panel-b-wrap li:before {
	border-radius: 50%;
	/*丸くする*/
	width: 5px;
	/*点の幅*/
	height: 5px;
	/*点の高さ*/
	display: block;
	position: absolute;
	/*絶対配置*/
	left: 0;
	/*点の位置*/
	top: 0.6em;
	/*点の位置*/
	content: "";
	background-color: #309594;
	/*点の色*/
}

.katsuyou-wrap .katsuyou-contwrap .panel .panel-b-wrap a {
	width: 100%;
	background-color: #309594;
	color: #fff;
	display: block;
	padding: 20px 0;
	border-radius: 10px;
	text-align: center;
}

.flow-wrap ul {
	display: flex;
	flex-direction: column;
}

.flow-wrap ul li {
	display: flex;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 40px;
	box-sizing: border-box;
	align-items: center;
	position: relative;
}

.flow-wrap ul li:before {
	position: absolute;
	background-color: #444856;
	border-radius: 2px;
	content: "";
	height: calc(100% + 20px);
	width: 4px;
	top: 20px;
	left: 39px;
	z-index: -1;
}

.flow-wrap ul li:last-child:before {
	display: none;
}

.flow-wrap ul li span:first-of-type {
	width: 80px;
	height: 80px;
	margin-right: 30px;
}

.flow-wrap ul li span img {
	width: 80px;
	height: 80px;
	margin-right: 30px;
}

.merit-wrap .merit-contwrap ul {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.merit-wrap .merit-contwrap li {
	width: 30%;
	text-align: center;
	box-sizing: border-box;
}

.merit-wrap .merit-contwrap li h3 {
	width: 100%;
	background-color: #309594;
	border-radius: 10px 10px 0 0;
	padding: 20px 0;
	color: #fff;
	font-size: 1.2rem;
	box-sizing: border-box;
}

.merit-wrap .merit-contwrap li p {
	padding: 30px;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	box-sizing: border-box;
}

.hikaku-wrap .hikaku-introwrap {
	text-align: center;
	margin-bottom: 50px;
}

.hikaku-wrap .hikaku-introwrap p {
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.6;
}

.hikaku-wrap .hikaku-contwrap ul {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.hikaku-wrap .hikaku-contwrap li {
	width: 30%;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	flex-flow: column;
}

.hikaku-wrap .hikaku-contwrap li div {
	padding: 40px 20px;
}

.hikaku-wrap .hikaku-contwrap li div h3 {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 20px;
	color: #000;
}

.hikaku-wrap .hikaku-contwrap li div p {
	font-size: 1rem;
	margin: 0;
	text-align: left;
}

.hikaku-first {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hikaku-wrap .hikaku-contwrap li .hikaku-first,
.hikaku-wrap .hikaku-contwrap li .hikaku-third {
	background-color: #efefef;
}

.hikaku-wrap .hikaku-contwrap li .hikaku-second {
	background-color: #c2c2c9;
}

.hikaku-wrap .hikaku-contwrap li .hikaku-first {
	line-height: 40px;
}

.hikaku-wrap .hikaku-contwrap li .hikaku-first h3 {
	margin-bottom: 0;
}

.hikaku-wrap .hikaku-contwrap li.hikaku-green {
	position: relative;
}

.hikaku-wrap .hikaku-contwrap li.hikaku-green .hikaku-first,
.hikaku-wrap .hikaku-contwrap li.hikaku-green .hikaku-third {
	background-color: #aac7c6;
}

.hikaku-wrap .hikaku-contwrap li.hikaku-green .hikaku-first {
	line-height: 26px;
}

.hikaku-wrap .hikaku-contwrap li.hikaku-green .hikaku-first img {
	width: 160px;
}

.hikaku-wrap .hikaku-contwrap li.hikaku-green .hikaku-second {
	background-color: #309594;
	color: #fff;
}

.hikaku-wrap .hikaku-contwrap li.hikaku-green .hikaku-second h3 {
	color: #fff;
}

.hikaku-wrap .hikaku-contwrap li.hikaku-green .hikaku-popup {
	position: absolute;
	top: -30px;
	left: 0;
	padding: 0;
	width: 100%;
}

.hikaku-wrap .hikaku-contwrap li.hikaku-green .hikaku-popup img {
	width: 200px;
}


.jirei-wrap ul li .jirei-imgwrap {
	margin-bottom: 30px;
}

.jirei-wrap ul li h3 {
	text-align: center;
	color: #309594;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 30px;
}

.jirei-wrap ul li p {
	font-size: 1rem;
	/* height: 200px; */
}

.jirei-wrap .slick-prev,
.jirei-wrap .slick-next {
	width: 30px;
	height: 70px;
	z-index: 1;
}

.jirei-wrap .slick-prev {
	left: -50px;
}

.jirei-wrap .slick-next {
	right: -50px;
}

.jirei-wrap .slick-prev:before,
.jirei-wrap .slick-next:before {
	font-family: FontAwesome;
	color: #000;
	font-size: 4rem;
}

.jirei-wrap .slick-prev:before {
	content: "\f104";
}

.jirei-wrap .slick-next:before {
	content: "\f105";
}

.slick-slide {
	margin: 0 1vw;
}

.ryoukin-wrap h2 {
	margin-bottom: 100px;
}

.ryoukin-wrap table {
	width: 100%;
}

.ryoukin-wrap table th {
	font-weight: 700;
}

.ryoukin-wrap table th,
.ryoukin-wrap table td {
	width: 25%;
	padding: 30px 0;
	border-bottom: 1px solid #000;
	text-align: center;
	vertical-align: middle;
}

.ryoukin-wrap .ryoukin-gr-bg {
	background-color: #d6e4e3;
	position: relative;
}

.ryoukin-wrap .ryoukin-gr-bg .ryoukin-pickup {
	position: absolute;
	bottom: -70px;
	font-size: 25px;
	color: #e60012;
	font-weight: bold;
	left: 0;
	padding: 0;
	width: 100%;
}

.ryoukin-wrap .ryoukin-light {
	position: relative;
}

.ryoukin-wrap .ryoukin-light .ryoukin-popup {
	position: absolute;
	top: -35px;
	left: 0;
	padding: 0;
	width: 100%;
}

.ryoukin-wrap .ryoukin-light .ryoukin-popup img {
	width: 200px;
}

.ryoukin-wrap .ryoukin-gy-bg {
	background-color: #efefef;
}

.cta-sec-wrap .cta-introwrap {
	text-align: center;
	margin-bottom: 50px;
}

.cta-sec-wrap .cta-introwrap p {
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #fff100;
}

.cta-sec-wrap .cta-contwrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 50px;
}

.cta-sec-wrap .cta-contwrap .cta-imgwrap {
	width: 45%;
}

.cta-sec-wrap .cta-contwrap .cta-txtwrap {
	width: 45%;
}

.cta-sec-wrap .cta-contwrap .cta-txtwrap p {
	margin: 0;
	font-size: 1rem;
}

.cta-sec-wrap .cta-contwrap ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	box-sizing: border-box;
}

.cta-sec-wrap .cta-contwrap li {
	width: 30%;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-self: flex-start;
}

.cta-sec-wrap .cta-contwrap li img {
	height: 100px;
	margin-bottom: 30px;
}

.cta-sec-wrap .cta-contwrap li h3 {
	width: 100%;
	padding: 20px 0;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
}

.cta-sec-wrap .cta-contwrap li p {
	width: 100%;
	font-size: 1rem;
	box-sizing: border-box;
	text-align: left;
}

.faq-wrap .faq-contwrap dl {
	width: 100%;
}

.faq-wrap .faq-contwrap dt {
	display: flex;
	cursor: pointer;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.faq-wrap .faq-contwrap dt img {
	width: 60px;
	margin-right: 20px;
}

.faq-wrap .faq-contwrap dt p {
	margin: 0;
	color: #309594;
	font-size: 1.2rem;
	font-weight: bold;
}

.faq-wrap .faq-contwrap dd {
	display: none;
}

.faq-wrap .faq-contwrap dd .faq-inner {
	display: flex;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 50px;
}

.faq-wrap .faq-contwrap dd .faq-inner img {
	width: 60px;
	margin-right: 20px;
}

.faq-wrap .faq-contwrap dd .faq-inner p {
	margin: 0;
}

.cta-trd-wrap {
	text-align: center;
	background-image: url(../img/cta-bgimg.jpg);
	background-blend-mode: color-burn;
	background-position: center center;
	background-size: cover;
}

.cta-trd-wrap h2 {
	color: #fff100;
	line-height: 1.6;
	font-size: 1.8rem;
	text-shadow: #000 0 0 20px;
}

.cta-trd-wrap p {
	text-shadow: #000 0 0 20px;
}

.cta-trd-wrap a {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 10px;
	background-color: #309594;
	display: block;
	text-align: center;
	color: #fff;
	border: 1px solid #309594;
}

.cta-trd-wrap a:hover {
	background-color: #fff;
	color: #309594;
}

.cta-linkwrap a {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 10px;
	background-color: #309594;
	display: block;
	text-align: center;
	color: #fff;
	border: 1px solid #309594;
}

.cta-linkwrap a:hover {
	color: #309594;
	background-color: #fff;
}

footer {
	padding: 100px 0;
}

footer .foot-contwrap {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 100px;
}

footer .foot-contwrap .foot-logo {
	margin-right: 50px;
}

footer .foot-contwrap .foot-logo img {
	width: 150px;
}

footer .foot-contwrap .foot-desc p {
	font-size: 1rem;
	margin-bottom: 10px;
}

footer .foot-contwrap .foot-desc p.foot-add {
	margin-bottom: 0;
}

footer .foot-nav {
	text-align: center;
}

footer .foot-nav ul {
	display: flex;
	margin-bottom: 30px;
	justify-content: center;
}

footer .foot-nav ul li {
	border-right: 1px solid #000;
}

footer .foot-nav ul li:last-child {
	border: none;
}

footer .foot-nav ul li a {
	padding: 0 30px;
	color: #000;
}

footer .foot-nav ul li a:hover {
	color: #309594;
}

footer .foot-nav p {
	font-size: 1rem;
}

/*
.form-wrap
*/

.form-wrap .form-block {
	height: 100vh;
	box-sizing: border-box;
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding: 20px;
}

.form-wrap .input-wrap {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.form-wrap .submit-wrap {
	box-sizing: border-box;
}

.form-wrap .input-wrap h2 {
	font-size: 1.4rem;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
}

.form-wrap .input-wrap {
	margin-bottom: 20px;
}

.form-wrap dl {
	background-color: #fff;
	box-sizing: border-box;
	padding: 10px 10px 5px 10px;
	border: 1px solid #c9caca;
	border-bottom: none;
}

.form-wrap dl.input-lastchild {
	border-bottom: 1px solid #c9caca;
}

.form-wrap dt {
	font-size: 0.8rem;
	margin-bottom: 5px;
}

.form-wrap dt span {
	color: #309594;
	margin-left: 5px;
}

.form-wrap input[type="text"],
.form-wrap input[type="email"],
.form-wrap select {
	width: 100%;
	box-sizing: border-box;
	border: 0;
	font-size: 0.8rem;
	line-height: 2;
}

/**
IEでプレースホルダーが見切れていたのでブラウザハックで対応
*/
_:-ms-lang(x)::-ms-backdrop,
.form-wrap input[type="text"],
.form-wrap input[type="email"],
.form-wrap select {
	line-height: 1;
}

.form-wrap .submit-wrap input,
.confirm .btn-send,
.confirm .btn-prev {
	width: 100%;
	display: block;
	border: 1px solid #309594;
	padding: 15px 0;
	border-radius: 5px;
	color: #fff;
	background-color: #309594;
	font-family: 'Noto Sans JP', sans-serif;
}

.form-wrap .submit-line-wrap a,
.confirm .btn-send,
.confirm .btn-prev {
	width: 100%;
	display: block;
	border: 2px solid #06c755;
	margin-top: 15px;
	padding: 15px 0;
	border-radius: 5px;
	color: #06c755;
	background-color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
}

.form-wrap .submit-wrap input:hover {
	color: #309594;
	background-color: #fff;
	cursor: pointer;
}

.form-wrap .submit-line-wrap a:hover {
	color: #fff;
	background-color: #06c755;
	border: 2px solid #fff;
	cursor: pointer;
}

.form-wrap .privacy {
	font-size: 8px;
	margin-bottom: 20px;
}

.form-wrap .privacy span{
	margin-left: 10px;
}

.topform-wrap .privacy span{
	margin-left: 0;
	display: block;
}

.form-wrap .privacy a {
	display: block;
	cursor: pointer;
}

.form-wrap input[type="checkbox"] {
	display: none;
}

.top-contact dd{
	font-size: 0.8rem;
	line-height: 2;
}

/* チェックボックスの代わりを成すラベル */
.form-wrap input[type="checkbox"]+label {
	display: none;
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding-left: 25px;
	padding-right: 10px;
	margin-bottom: 13px;
}

/* ラベルの左に表示させる正方形のボックス□ */
.form-wrap input[type="checkbox"]+label::before {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	left: 0;
	top: 50%;
	border: 1px solid;
	border-color: #c9caca;
	/* 枠の色変更 お好きな色を */
	background-color: #FFF;
	/* 背景の色変更 お好きな色を */
}

/* チェックが入った時のレ点 */
.form-wrap input[type="checkbox"]:checked+label::after {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 18px;
	height: 9px;
	margin-top: -9px;
	top: 50%;
	left: 3px;
	transform: rotate(-45deg);
	border-bottom: 3px solid;
	border-left: 3px solid;
	border-color: #585753;
	/* チェックの色変更 お好きな色を */
}

.error_messe {
	background: #fff;
	margin-bottom: 0;
	border: solid 1px #c9caca;
	border-bottom: none;
	padding: .5rem 1rem;
}

.error_messe:last-of-type {
	border-bottom: solid 1px #c9caca;
}

/*
.contact
*/

.contact .head-wrap {
	height: 80px;
}

.contact .head-wrap .inner-section {
	display: block;
	text-align: center;
	padding: 20px 0;
}

.contact .head-wrap .logo-wrap {
	margin: 0 auto;
}

.contact .form-wrap {
	display: block;
	width: 100%;
	position: static;
}

.contact .form-wrap .form-block {
	height: auto;
	display: block;
	padding: 50px 0;
}

.contact .form-wrap dt {
	width: 30%;
	display: inline-block;
	box-sizing: border-box;
	font-size: 1rem;
	padding: 10px;
}

.contact .form-wrap dd {
	width: 65%;
	display: inline-block;
	box-sizing: border-box;
	font-size: 1rem;
	padding: 10px;
}

.contact .form-wrap .privacy {
	margin-bottom: 50px;
}

.contact .form-wrap .submit-wrap input {
	font-size: 1.2rem;
}

.contact footer {
	padding: 30px 0;
}

.contact footer .foot-contwrap {
	display: block;
	margin: 0;
	text-align: center;
}

.contact footer .foot-contwrap p {
	font-size: 0.8rem;
}

/*
.confirm-wrap
*/

.contform-wrap {
	text-align: center;
}

.contform-wrap p {
	font-size: 1rem;
}

.contform-wrap p.error_messe {
	color: #f00;
}

.contform-wrap .content-wrap {
	padding: 0;
}

.contform-wrap .logo-wrap {
	padding: 30px 0;
	text-align: center;
	margin: 0;
}

.contform-wrap .logo-wrap img {
	width: 200px;
}

.contform-wrap .header {
	background-color: #309594;
	text-align: center;
	padding: 20px 0;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.contform-wrap table {
	width: 100%;
	margin-bottom: 50px;
}

.contform-wrap table th {
	width: 30%;
	padding: 30px;
	background-color: #efefef;
	border-bottom: 1px solid #fff;
}

.contform-wrap table td {
	width: 70%;
	text-align: left;
	padding: 30px;
	border-bottom: 1px solid #efefef;
}

.contform-wrap input {
	width: 30%;
	display: inline-block;
	border: 1px solid #efefef;
	padding: 20px 0;
	border-radius: 5px;
	color: #fff;
	background-color: #efefef;
	cursor: pointer;
	font-size: 1.2rem;
	font-family: 'Noto Sans JP', sans-serif;
}

.contform-wrap input.submit {
	border: 1px solid #309594;
	color: #fff;
	background-color: #309594;
	margin-right: 20px;
}

.contform-wrap input:hover {
	border: 1px solid #309594;
	color: #309594;
	background-color: #fff;
}

.contform-wrap .confirm-btnwrap {
	text-align: center;
	margin-top: 100px;
}

.contform-wrap .confirm-btnwrap a {
	width: 50%;
	display: block;
	padding: 20px 0;
	border-radius: 5px;
	border: 1px solid #309594;
	color: #fff;
	background-color: #309594;
	font-size: 1.2rem;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 auto;
}

.contform-wrap .confirm-btnwrap a:hover {
	color: #309594;
	background-color: #fff;
}

.katsuyou-wrap .katsuyou-contwrap .panel .panel-a-wrap.sp-panel-a-wrap {
	display: none;
}

/* spヘッダー */

.sp-nav-btn {
	display: none;
}

.sp-btn-wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #000;
	top: 70px;
	right: -100%;
	z-index: 35;
	text-align: center;
	transition: ease .5s;
	padding-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
}

.sp-btn-wrap a {
	color: #000;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
}

.sp-btn-wrap.active {
	right: 0%;
	transition: ease .5s;
}

.sp-btn-wrap li {
	margin: 30px 10px;
	text-align: left;
}

.sp-btn-wrap li:last-child a {
	display: block;
	text-align: center;
	padding: 10px 20px;
	border: 2px solid #309594;
	border-radius: 6px;
	color: #309594;
}

/*---------------- 1400pxまでの幅の場合に適応される ----------------*/
@media screen and (max-width:1400px) {

	.form-wrap {
		display: none;
	}

	.main-wrap {
		width: 100%;
	}

	.main-wrap {
		width: 100%;
	}

	.contact-form .form-wrap {
		display: block;
	}

}

/*---------------- 800pxまでの幅の場合に適応される ----------------*/
@media screen and (max-width:800px) {
	
	/* ボタン横並びタイプ */
	.sp-cta-btn {
		display: block;
	    font-size: 0.8em;
	    font-weight: bold;
	    justify-content: center;
	    width: 50%;
	    box-shadow: 0px 4px 24px rgb(0 0 0 / 25%);
	    padding: 15px 0px;
	    border: 1px solid #309594;
	    background-color: #309594;
	    box-sizing: border-box;
	    display: flex;
	    color: #fff;
	    border-radius: 10px;
	    text-decoration: none;
	    letter-spacing: 1px;
	}
	.sp-cta-line-btn {
		display: block;
	    font-size: 0.8em;
	    font-weight: bold;
	    justify-content: center;
	    width: 50%;
	    box-shadow: 0px 4px 24px rgb(0 0 0 / 25%);
	    padding: 15px 0px;
	    border: 1px solid #06c755;
	    background-color: #fff;
	    box-sizing: border-box;
	    display: flex;
	    color: #06c755;
	    border-radius: 10px;
	    text-decoration: none;
	    letter-spacing: 1px;
	}
	.sp-cta-btn-area {
		display: flex;
		gap: 10px;
		position: fixed;
		z-index: 30;
		bottom: 0;
		padding: 10px 12px;
		width: 100%;
		background: rgba(255, 255, 255, 0.1);
		-webkit-backdrop-filter: blur(14px);
		backdrop-filter: blur(14px);
		text-align: center;
		margin: 0;
	}
	
	/* した並びボタン */
	/* .sp-cta-btn {
		display: block;
		font-weight: bold;
		box-shadow: 0px 4px 24px rgb(0 0 0 / 25%);
		margin: 0 auto;
		width: 100%;
		padding: 12px 0px;
		border: 1px solid #309594;
		background-color: #309594;
		box-sizing: border-box;
		display: block;
		color: #fff;
		border-radius: 10px;
		text-decoration: none;
		letter-spacing: 1px;
		font-size: 0.8em;
	}
	
	.sp-cta-line-btn {
		display: block;
		font-weight: bold;
		box-shadow: 0px 4px 24px rgb(0 0 0 / 25%);
		margin: 0 auto;
		width: 100%;
		padding: 12px 0px;
		border: 2px solid #06c755;
		background-color: #fff;
		box-sizing: border-box;
		display: block;
		color: #06c755;
		border-radius: 10px;
		text-decoration: none;
		letter-spacing: 1px;
		font-size: 0.8em;
		margin-top: 10px;
	}

	.sp-cta-btn-area {
		display: block;
		position: fixed;
		z-index: 30;
		bottom: 0;
		margin: 0;
		padding: 10px 20px;
		width: 100%;
		background: rgba(255, 255, 255, 0.1);
		-webkit-backdrop-filter: blur(14px);
		backdrop-filter: blur(14px);
		text-align: center;
		margin: 0;
	} */

	

	.content-wrap {
		padding: 80px 0;
	}

	.fv-wrap .fv-leftwrap a {
		display: none;
	}


	.sp-cta-btn a {
		color: #fff;
	}

	.fv-wrap {
		margin-top: 70px;
	}

	.fv-wrap .fv-leftwrap .center-txt {
		font-size: 1.8rem;
		margin-bottom: 30px;
	}

	.font-big{
		font-size: 1.2rem;
	}

	.last .sales_text .font-big-two{
		font-size: 1rem;
	}

	.salesup_box.first{
		padding: 14px 0;
	}

	.form-wrap .form-block {
		margin-top: 100px;
	}

	.head-wrap {
		height: 70px;
		position: fixed;
		background-color: #fff;
		z-index: 50;
	}

	.head-wrap .btn-wrap {
		display: none;
	}

	.sp-nav-btn {
		display: block;
	}

	/*==================================================
　5-2-1 3本線が×に
===================================*/
	/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
	.openbtn {
		/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
		position: relative;
		cursor: pointer;
		width: 50px;
		height: 50px;
		border-radius: 5px;
	}

	/*ボタン内側*/
	.openbtn span {
		display: inline-block;
		transition: all .4s;
		/*アニメーションの設定*/
		position: absolute;
		left: 14px;
		height: 3px;
		border-radius: 2px;
		background: #309594;
		width: 45%;
	}

	.openbtn span:nth-of-type(1) {
		top: 15px;
	}

	.openbtn span:nth-of-type(2) {
		top: 23px;
	}

	.openbtn span:nth-of-type(3) {
		top: 31px;
	}

	/*activeクラスが付与されると線が回転して×に*/

	.openbtn.active span:nth-of-type(1) {
		top: 18px;
		left: 18px;
		transform: translateY(6px) rotate(-45deg);
		width: 30%;
	}

	.openbtn.active span:nth-of-type(2) {
		opacity: 0;
		/*真ん中の線は透過*/
	}

	.openbtn.active span:nth-of-type(3) {
		top: 30px;
		left: 18px;
		transform: translateY(-6px) rotate(45deg);
		width: 30%;
	}

	p {
		font-size: 0.88rem;
	}

	.content-wrap h2 {
		font-size: 1.5rem;
	}

	.form-wrap {
		display: none;
	}

	.main-wrap {
		width: 100%;
	}

	.about-wrap .about-introwrap .intro-txt {
		font-size: 1.1rem;
	}

	.about-wrap .about-introwrap h2 {
		font-size: 1.3rem;
	}

	.jirei-wrap .slick-prev {
		left: 10px;
	}

	.jirei-wrap .slick-next {
		right: 10px;
	}

	.jirei-wrap ul .slick-slide {
		margin-right: 1vw !important;
		margin-left: 1vw !important;
	}

	.slick-slider .slick-track, .slick-slider .slick-list {
		padding: 0 !important;
	}

	.fv-wrap .inner-section {
		height: auto;
		flex-direction: column-reverse;
		padding: 0%;
		padding-top: 50px;
	}

	.fv-wrap {
		height: auto;
	}

	.fv-wrap .fv-rightwrap {
		width: 80%;
	}

	.fv-wrap .fv-leftwrap {
		width: 80%;
	}

	.about-wrap .about-sec-contwrap {
		flex-direction: column;
	}

	.about-wrap .about-sec-contwrap .about-imgwrap {
		width: 80%;
		margin-bottom: 50px;
	}

	.about-wrap .about-contwrap ul li p {
		padding: 15px;
		font-size: 0.88rem;
	}

	.about-wrap .about-contwrap ul li h3 {
		padding: 15px;
		font-size: 1.1rem;
	}

	.about-wrap .about-sec-contwrap .about-txtwrap {
		width: 100%;
	}

	.about-wrap .about-middlewrap p {
		font-size: 1.1rem;
	}

	.about-wrap .about-middlewrap p:nth-of-type(2) {
		font-size: 1rem;
	}

	.about-wrap .about-middlewrap .about-arrow img{
		width: 40px;
	}

	.cta-wrap .cta-contwrap {
		flex-direction: column-reverse;
	}

	.cta-wrap .cta-contwrap .cta-txtwrap {
		width: 100%;
	}

	.cta-wrap .cta-contwrap .cta-imgwrap {
		width: 70%;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.cta-wrap .cta-contwrap .cta-txtwrap a {
		width: auto;
	}

	.cta-wrap .cta-contwrap .cta-txtwrap h2 {
		font-size: 1.2rem;
	}

	.kinou-wrap .kinou-contwrap ul li p {
		font-size: 0.88rem;
	}

	.kinou-wrap .kinou-contwrap ul li h3 {
		font-size: 1.1rem;
	}

	.katsuyou-wrap .katsuyou-contwrap .panel .panel-a-wrap p {
		font-size: 0.88rem;
	}

	.katsuyou-wrap .katsuyou-contwrap .tab {
		font-size: 0.88rem;
		width: 48%;
	}

	.katsuyou-wrap .katsuyou-contwrap .panel-group {
		height: auto;
	}

	.katsuyou-wrap .katsuyou-contwrap .panel .panel-a-wrap {
		display: none;
	}

	.katsuyou-wrap .katsuyou-contwrap .panel .panel-a-wrap.sp-panel-a-wrap {
		display: block;
	}

	.katsuyou-wrap .katsuyou-contwrap .panel .panel-a-wrap.sp-panel-a-wrap {
		display: flex;
		flex-wrap: wrap;
	}

	.katsuyou-wrap .katsuyou-contwrap .panel .panel-a-wrap.sp-panel-a-wrap .panel-a-center {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.katsuyou-wrap .katsuyou-contwrap .panel .panel-a-wrap.sp-panel-a-wrap .panel-a-center img {
		width: 58%;
	}

	.katsuyou-wrap .katsuyou-contwrap .panel .panel-a-wrap.sp-panel-a-wrap .contents {
		width: 47%;
	}

	.katsuyou-wrap .katsuyou-contwrap .panel .panel-a-wrap .panel-a-center {
		margin: 30px auto;
		width: 53%;
	}

	.katsuyou-wrap .katsuyou-contwrap .panel .panel-a-wrap h3 {
		font-size: 1.1rem;
	}

	.hikaku-wrap .hikaku-contwrap li.hikaku-green .hikaku-first img {
		width: auto;
	}

	.hikaku-wrap .hikaku-introwrap p {
		font-size: 1.1rem;
	}

	.slick-prev, .slick-next {
		top: 14%;
	}

	.katsuyou-wrap .katsuyou-contwrap .panel .panel-b-wrap {
		flex-direction: column-reverse;
	}

	.katsuyou-wrap .katsuyou-contwrap .panel .panel-b-left {
		width: 100%;
	}

	.katsuyou-wrap .katsuyou-contwrap .panel .panel-b-right {
		width: 70%;
		margin-bottom: 30px;
	}

	.katsuyou-wrap .katsuyou-contwrap .panel .panel-b-intro {
		margin-top: 20px;
	}

	.katsuyou-wrap .katsuyou-contwrap .panel .panel-b-intro p {
		font-size: 1rem;
	}

	.katsuyou-wrap .katsuyou-contwrap .panel .panel-b-wrap h3 {
		font-size: 1rem;
	}

	.katsuyou-wrap .katsuyou-contwrap .panel .panel-b-wrap li {
		font-size: 0.9rem;
	}

	.merit-wrap .merit-contwrap li p {
		padding: 10px;
	}

	.merit-wrap .merit-contwrap li h3 {
		font-size: 1.1rem;
	}

	.flow-wrap ul li {
		font-size: 1rem;
		margin-bottom: 15px;
	}

	.flow-wrap ul li span:first-of-type,
	.flow-wrap ul li span img {
		width: 55px;
		height: 55px;
	}

	.flow-wrap ul li span:first-of-type {
		margin-right: 15px;
	}

	.flow-wrap ul li::before {
		left: 26px;
	}

	.hikaku-wrap .hikaku-contwrap li div p {
		font-size: 0.88rem;
	}

	.hikaku-wrap .hikaku-contwrap li div h3 {
		font-size: 1rem;
	}

	.jirei-wrap ul li p {
		font-size: 0.88rem;
	}

	.ryoukin-wrap table th, .ryoukin-wrap table td {
		font-size: 0.88rem;
		padding: 30px 15px;
	}

	.ryoukin-wrap .ryoukin-light .ryoukin-popup {
		top: -24px;
	}

	.ryoukin-wrap .ryoukin-light .ryoukin-popup img {
		width: 100%;
	}

	.cta-sec-wrap .cta-contwrap .cta-txtwrap p {
		font-size: 0.88rem;
	}

	.cta-sec-wrap .cta-contwrap li p {
		font-size: 0.88rem;
	}

	.cta-sec-wrap .cta-contwrap {
		flex-direction: column;
	}

	.cta-sec-wrap .cta-contwrap .cta-imgwrap {
		width: 80%;
		margin-bottom: 30px;
	}

	.cta-sec-wrap .cta-contwrap .cta-txtwrap {
		width: 100%;
	}

	.cta-sec-wrap .cta-introwrap p {
		font-size: 1.1rem;
	}

	.content-wrap h2 {
		font-size: 1.2rem;
	}

	.cta-linkwrap a {
		width: auto;
	}

	.faq-wrap .faq-contwrap dt p {
		font-size: 1rem;
	}

	.faq-wrap .faq-contwrap dt img {
		width: 45px;
		margin-right: 12px;
	}

	.faq-wrap .faq-contwrap dd .faq-inner img {
		width: 45px;
		margin-right: 12px;
	}

	.about-wrap .about-contwrap ul li,
	.kinou-wrap .kinou-contwrap ul li,
	.merit-wrap .merit-contwrap li,
	.hikaku-wrap .hikaku-contwrap li,
	.cta-sec-wrap .cta-contwrap li {
		width: 32%;
	}

	footer .foot-contwrap {
		flex-direction: column;
		text-align: center;
	}

	footer .foot-contwrap .foot-logo {
		margin-right: 0;
		margin-bottom: 30px;
	}

	footer .foot-nav ul {
		flex-direction: column;
	}

	footer .foot-nav ul li {
		border-right: none;
	}

	footer .foot-nav ul li a {
		padding: 12px 0;
		border-bottom: solid 1px #000;
		display: inline-block;
	}

	/*
.contact
*/

	.contact .head-wrap {
		position: static;
	}

	.contact .contact-form {
		padding: 0 0 50px;
	}

	.contact .form-wrap .form-block {
		margin-top: 0;
	}

	.contact .form-wrap dt {
		width: 100%;
		display: block;
		font-size: 0.8rem;
		padding: 0;
	}

	.contact .form-wrap dd {
		width: 100%;
		display: block;
		font-size: 0.8rem;
		padding: 10px 0;
		line-height: 1.5;
	}

	.contact .form-wrap .privacy {
		margin-bottom: 50px;
	}

	.contact .form-wrap .submit-wrap input {
		font-size: 1.2rem;
	}

	/*
.contform-wrap
*/

	.contform-wrap .logo-wrap img {
		width: 120px;
	}

	.contform-wrap .header {
		font-size: 1rem;
	}

	.contform-wrap table th {
		width: 100%;
		display: block;
		padding: 10px 0;
		border-bottom: none;
	}

	.contform-wrap table td {
		width: 100%;
		display: block;
		padding: 20px 10px;
		border-bottom: none;
	}

	.contform-wrap .confirm-btnwrap {
		margin-top: 50px;
	}

	.contform-wrap input {
		width: 100%;
		display: block;
		font-size: 1rem;
	}

	.contform-wrap input.submit {
		margin-bottom: 20px;
	}

	.contform-wrap .confirm-btnwrap a {
		width: 100%;
		font-size: 1rem;
	}

}

/*---------------- 450pxまでの幅の場合に適応される ----------------*/
@media screen and (max-width:450px) {

	.fv-wrap .fv-leftwrap p {
		font-size: 0.9rem;
		margin-top: 10px;
	}

	.green-ribon-text{
		bottom: -17px;
	}

	.fv_salesup .salesup_box p{
		font-size: 0.9rem;
		margin-bottom: 25px;
	}

	.sales_text{
		top: 23px;
	}

	.fv_salesup .salesup_box .sales_text{
		font-size: 0.7rem;
		line-height: 1.1;
	}

	.fv_salesup .salesup_box{
		max-width: 97px;
	}

	.fv-wrap .fv-leftwrap .center-txt {
		font-size: 1.8rem;
		line-height: 1.3;
		margin-bottom: 30px;
	}

	.about-wrap .about-contwrap ul,
	.kinou-wrap .kinou-contwrap ul,
	.merit-wrap .merit-contwrap ul,
	.cta-sec-wrap .cta-contwrap ul {
		flex-direction: column;
	}

	.about-wrap .about-contwrap ul li,
	.kinou-wrap .kinou-contwrap ul li,
	.merit-wrap .merit-contwrap li,
	.cta-sec-wrap .cta-contwrap li {
		width: 100%;
	}

	.cta-wrap .cta-contwrap .cta-txtwrap h2 {
		text-align: center;
	}

	.katsuyou-wrap .katsuyou-contwrap .panel-group {
		padding: 15px;
	}


	.ryoukin-wrap .inner-section {
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.hikaku-contwrap {
		overflow-x: scroll;
		padding-top: 40px;
	}

	.hikaku-wrap .hikaku-contwrap ul {
		width: 470px;
	}

	.ryoukin-wrap h2 {
		margin-bottom: 60px;
	}

	.sp-br {
		display: block;
	}

	.br-sp {
		display: none;
	}

	/* コンタクトフォーム(別ページ) */
	.contact-form {
		background: #efefef;
		width: 100%;
		padding: 50px 0;
	}

	.contact-form .form-wrap {
		position: inherit;
		margin: 0 auto;
	}

}

@media screen and (max-width:330px) {
	.fv-wrap .fv-leftwrap p {
		font-size: 0.8rem;
	}
}
