@charset "utf-8";


html {
    font-size: 62.5%;
		overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #222;
    transition: .3s;
}
a:hover {
    opacity: 0.8;
}
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, form,
fieldset, legend,
input, textarea,
p, blockquote,
th, td {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
body {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
		font-weight: 300;
		font-optical-sizing: auto;
		font-style: normal;
    position: relative;
    font-size: 1.6rem;
    color: #222;
	overflow-x: hidden;
}

select{
	cursor: pointer;
}

input[type="radio"]{
	cursor: pointer;
}

ol,
ul {
    list-style: none;
}
li {
    list-style-type: none;
}
.pc_none {
    display: none;
}
.pc_only {
    display: block;
}
.tab_only {
    display: none;
}
.sp_only {
    display: none;
}

/* -----------------------------------

header

--------------------------------------*/

header {
    width: 100%;
    height: 70px;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 3px 5px -5px #333333;
    position: fixed;
    z-index: 999;
}
.header_inner {
    width: 95%;
    max-width: 1200px;
    height: 70px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_inner img {
    width: 100%;
	max-width: 300px;
    margin-top: 7px;
}
.header_btn {
    display: inline-block;
    width: 300px;
    height: 50px;
    background-image: linear-gradient(200deg, rgba(254, 207, 83, 1) 10%, rgba(254, 143, 9, 1) 90%);
    box-shadow: 0px 2px 10px 0px #ffc965;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 1.6rem;
    font-weight: bold;
    transition: .3s;
    position: relative;
}
.header_btn::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 40%;
    right: 30px;
    transform: rotate(-45deg);
}

/* ---------------------------------------

fv

----------------------------------------- */

.fv {
    width: 100%;
    height: 600px;
    padding-top: 70px;
    background-image: url("../img/fv_back.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom -40px center;
    color: #fff;
		position: relative;
}

.fv_shadow{
	width: 100%;
	height: 100%;
	background: #000000;
	background: linear-gradient(90deg,rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.mv{
	width: 560px;
	height: auto;
	position: absolute;
	top: 190px;
	right: calc(50% - 570px);
}
.fv_inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.fv_text {
    margin-left: 20px;
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.fv_text .top_subtext {
    font-size: 2.3rem;
    margin: 0 0 30px 0;
    position: relative;
		background-color: #37BEE6;
		color: #fff;
		font-weight: 700;
		display: inline-block;
		padding: 6px 20px 2px 20px;
		border-radius: 20px;
}
.fv_text .top_subtext::after {
    position: absolute;
    content: '';
		width: 0;
  	height: 0;
  	border-style: solid;
  	border-right: 8px solid transparent;
  	border-left: 8px solid transparent;
  	border-top: 16px solid #37BEE6;
  	border-bottom: 0;
	bottom: -14px;
	left: calc(50% - 5px);
}
.fv_text h1 {
    font-size: 4rem;
    line-height: 1.3;
    margin: 0 0 20px 0;
    text-shadow: #fff 1px 0 10px;
}
.fv_text h1 span {
    font-size: 1.3em;
}
.fv_text p {
    font-size: 1.8rem;
}
.fv_cvbtn {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.fv_cvbtn:hover {
    transform: translateY(-5px);
}
.fv_cvbtn img {
    width: 260px;
	height: auto;
}

.appeal_1,.appeal_2{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.20);
	border: solid 2px #fff;
	position: absolute;
	text-align: center;
	font-weight: 700;
}

.appeal_1{
	top: 405px;
	left: 15px;
}

.appeal_2{
	top: 405px;
	left: 180px;
}

.appeal_t{
	font-size: 1.3rem;
	margin-top: 33px;
	line-height: 1.3;
	margin-bottom: 6px;
}

.appeal_p{
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 600;
}

.appeal_2 .appeal_p{
	margin-top: 10px;
}

.appeal_num1{
	font-size: 4rem;
}

.appeal_per,.appeal_sha{
	font-size: 2rem;
}

.appeal_num2{
	font-size: 3.3rem;
}

/* ---------------------------------------

intro

----------------------------------------- */

.topmessage {
    width: 100%;
    height: 120px;
    background-image: url(../img/introbg_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
.intro h2 {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.sectionlink {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto 0;
}
.sectionlink a {
    width: 16%;
}
.sectionlink a:hover {
    transform: translateY(-5px);
}
.sectionlink a img {
    width: 100%;
	height: auto;
}

/* ----------------------------------------

section共通

-------------------------------------------*/

.point {
    padding-top: 40px;
    margin-top: -40px;
}
.wrapper {
    width: 90%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 50px 0;
}
.section_title {
    display: flex;
    align-items: center;
    margin: 0 0 30px 0;
}
.section_title img {
    width: 130px;
    margin: 0 20px 0 0;
}
.section_title h2 {
    font-size: 3.2rem;
    margin-bottom: 15px;
}
.section_title h2 span {
    color: #FE8F09;
    border-bottom: 3px solid #FE8F09;
}
.point p {
    line-height: 1.8;
}
.point p span {
    background: linear-gradient(rgba(255, 255, 255, 0) 30%, #FFFFA0 80%);
}
.point h3 {
    color: #0C055F;
    text-align: center;
    font-size: 2rem;
    margin: 30px 0 10px 0;
}

/* ---------------------------------------

cta

----------------------------------------- */

.cta {
    background-image: url(../img/ctabg_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.cta .wrapper {
    padding: 45px 0;
}
.cta h2 {
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    text-shadow: #fff 1px 0 10px;
    margin-bottom: 20px;
}
.cta h2 span {
    font-size: 1.3em;
    margin: 0 3px;
}
.cta_btn {
    display: block;
    width: 100%;
    max-width: 600px;
    height: 60px;
    background-image: linear-gradient(200deg, rgba(254, 207, 83, 1) 10%, rgba(254, 143, 9, 1) 90%);
    box-shadow: 0px 2px 10px 0px #ffc965;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    font-size: 2.2rem;
    font-weight: bold;
    position: relative;
}
.cta_btn span {
    background-color: #fff;
    color: #FE8F09;
    width: 70px;
    height: 35px;
    border-radius: 20px;
    display: inline-block;
    font-size: 0.9em;
    margin: 0 20px 0 -40px;
    line-height: 35px;
}
.cta_btn::after {
    position: absolute;
    content: "";
    transition: all .4s;
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    top: 50%;
    right: 100px;
    transform: translate(-50%, -50%) rotate(45deg);
}

/* ----------------------------------------

point1

-------------------------------------------*/

.point1_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.point1_ex {
    max-width: 300px;
    background-color: #FAF7F4;
}
.point1_ex img {
    width: 100%;
	height: auto;
}
.point1_extext {
    padding: 20px;
    font-size: 1.4rem;
}
.point1_extext h4 {
    font-size: 2rem;
}
.extext_flex {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.extext_flex .title {
    padding-right: 15px;
    margin-right: 10px;
    position: relative;
}
.extext_flex .title::after {
    position: absolute;
    content: '';
    background-color: #0C055F;
    width: 5px;
    height: 20px;
    top: 5px;
    right: 0;
}
.extext_flex .before {
    position: relative;
    padding-right: 20px;
    margin-right: 10px;
}
.extext_flex .before::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #0C055F;
    position: absolute;
    right: 0;
    top: 53%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.extext_flex .after {
    padding-bottom: 5px;
    line-height: 1.2;
}
.extext_flex .after span {
    background: none;
    color: #E37C03;
    font-size: 2.2rem;
    font-weight: bold;
    padding-right: 3px;
}
.extext_flex .after_re span {
    background: none;
    color: #E37C03;
    font-size: 2rem;
    font-weight: bold;
    padding-right: 3px;
}
.point1_extext .small_text {
    line-height: 1.6;
    border-top: 1px dashed #222;
    margin-top: 30px;
    padding-top: 10px;
}
.point1 .sub3 .small_text {
    margin-top: 50px;
}
.point1 .sub1, .point1 .sub2, .point1 .sub3 {
    position: relative;
}
/*
.point1 .sub1::before {
    content: '';
    background-image: url(../img/point1_sub1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 80px;
    position: absolute;
    top: 37%;
    right: 30px;
}
.point1 .sub2::before {
    content: '';
    background-image: url(../img/point1_sub2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 80px;
    position: absolute;
    top: 37%;
    right: 30px;
}
.point1 .sub3::before {
    content: '';
    background-image: url(../img/point1_sub3.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 80px;
    position: absolute;
    top: 44%;
    right: 30px;
}
*/

.swiper-container{
	width: 100%;
	height: auto;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
	width: auto;
}

.swiper-scrollbar,
.swiper-pagination{
	display: none;
}

	.swiper-pagination{
		display: block;
		position: static;
		margin-top: 10px;
	}
	
	.swiper-pagination-bullet{
		width: 10px;
		height: 10px;
		background-color: #FF8900;
	}
	
	.swiper-button-next::after, .swiper-button-prev::after{
		font-size: 20px;
		color: #222;
	}
	.swiper-button-next::after{
		margin-right: -10px;
	}
	
	.swiper-button-prev::after{
		margin-left: -10px;
	}


/* ---------------------------------------

point3

----------------------------------------- */

.point3_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.point3_flex div {
    width: 50%;
}
.point3_flex ul {
    font-size: 2rem;
    /* margin-top: 30px; */
}
.point3_flex li {
    margin: 5px 0;
    padding-left: 20px;
    position: relative;
}
.point3_flex li::before {
    position: absolute;
    content: '';
    background-color: #0C055F;
    width: 8px;
    height: 25px;
    top: 3px;
    left: 0;
}
.point3_flex .benefit {
    display: inline-block;
    position: initial;
    font-size: 1.8rem;
    color: #E37C03;
    font-weight: bold;
}
.point3_flex img {
    width: 45%;
}
.point3 h3 {
    font-size: 2.2rem;
    position: relative;
    display: table;
    margin: 30px auto;
}
.point3 h3::before {
    position: absolute;
    content: '';
    background-image: url(../img/point3_h3_left.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 50px;
    top: 3px;
    left: -45px;
}
.point3 h3::after {
    position: absolute;
    content: '';
    background-image: url(../img/point3_h3_right.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 50px;
    top: 3px;
    right: -45px;
}
.agent_img {
    display: block;
    width: 70%;
    margin: 0 auto;
}

/* ---------------------------------------

point4　/ point5 / point6

----------------------------------------- */

.voice_box {
    display: flex;
    flex-direction: column;
    padding: 30px 0px;
		max-width: 900px;
	  margin-left: auto;
	margin-right: auto;
}
.voice_box > div {
    margin: 15px 0;
	background-color: #FAF7F4;
	padding: 20px;
}

.point4 h4, .point5 h4 {
    font-size: 2rem;
    border-bottom: 2px solid #222;
    padding-bottom: 15px;
    margin-bottom: 10px;
    position: relative;
}
.point4 h5, .point5 h5 {
    font-size: 2rem;
    margin-bottom: 5px;
}
.point4 .voice1::after {
    position: absolute;
    content: '';
    background-image: url(../img/point4_img1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 60px;
    bottom: 0px;
    right:10px;
}
.point4 .voice2::after {
    position: absolute;
    content: '';
    background-image: url(../img/point4_img2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 60px;
    bottom: 0px;
    right:10px;
}

.point4_ul{
	width: 550px;
	margin: 60px auto 140px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:30px;
}

.point4_li{
	width: 100%;
	height: 70px;
	border-radius: 40px;
	border: solid 2px #222;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 600;
	text-align: center;
	position: relative;
}

.point4_li::after{
	content: "";
	width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 16px solid #45B1C6;
  border-bottom: 0;
	position: absolute;
	bottom: -26px;
	left: calc(50% - 8px);
}

.point4_li:last-child::after{
	display: none;
}

.li_num{
	width: 60px;
	color: #FF8900;
	font-weight: 600;
	border-right: solid 5px #FF8900;
	font-size: 24px;
}

.li_text{
	width: calc(100% - 60px);
	font-size: 30px;
	padding-right: 20px;
}

.li_text span{
	font-size: 18px;
}

.saitan{
	position: absolute;
	bottom: -90px;
	right: -60px;
	width: 120px;
	height: 120px;
	background-color: #FF8900;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.saitan_tri{
	width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 20px solid #FF8900;
  border-top: 0;
  transform: rotate(320deg);
	position: absolute;
	bottom: 10px;
	right: 30px;
}

.ac_p{
max-height: 1000px;
}

.point5 .voice3::after {
    position: absolute;
    content: '';
    background-image: url(../img/point5_img1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 60px;
    bottom: 0px;
    right:10px;
}
.point5 .voice4::after {
    position: absolute;
    content: '';
    background-image: url(../img/point5_img2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 60px;
    bottom: 0px;
    right:10px;
}
.point6_img {
    width: 100%;
    margin-top: 30px;
}

/* ---------------------------------------

form

----------------------------------------- */

.form {
    padding-top: 100px;
    margin-top: -60px;
}
.form_title {
    width: 100%;
    height: 100px;
    background-image: url(../img/formbg_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.form_title h2 {
    color: #fff;
    text-align: center;
    line-height: 100px;
    text-shadow: #fff 1px 0 10px;
}
.form_title h2 span {
    background-color: #fff;
    color: #FE8F09;
    width: 70px;
    height: 35px;
    border-radius: 20px;
    display: inline-block;
    font-size: 0.9em;
    margin: 0 20px 0 -40px;
    line-height: 35px;
}
.form .wrapper {
    padding-top: 50px;
}
.form .h2_sub {
    text-align: center;
}
.form_inner {
    width: 100%;
    max-width: 1000px;
    margin-top: 30px;
}
.lpContactTable {
    width: 100%;
}
.form_inputarea table.lpContactTable th {
    font-size: 16px;
    display: block;
    padding: 0 0 20px 20px;
    margin-top: 20px;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    position: relative;
}
.form_inputarea table.lpContactTable th::before {
    position: absolute;
    content: '';
    background-color: #0C055F;
    width: 8px;
    height: 20px;
    top: 3px;
    left: 0;
}
.form_inputarea table.lpContactTable td {
    display: block;
    overflow: hidden;
    font-size: 16px;
    padding: 0 0 30px;
}
.form_inputarea table.lpContactTable td input[type=text], .form_inputarea table.lpContactTable td textarea,.form_inputarea table.lpContactTable td input[type=tel] {
    border: 0;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    padding: 14px;
    background: #fff;
    border: 1px solid #ddd;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.form_inputarea table.lpContactTable td select.tbBirth {
    display: block;
    width: 20%;
    float: left;
    margin-right: 20px;
}
.form_inputarea table.lpContactTable td input[type=radio] {
    width: 20px;
    height: 20px;
}
.form_inputarea input[type=radio] {
    margin-right: 15px;
    vertical-align: sub;
}
.form_inputarea .situation, .form_inputarea .status, .form_inputarea .ex {
    font-size: 16px;
    margin-right: 15px;
}
.form_inputarea table.lpContactTable td select {
    moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box;
    padding: 14px;
    width: 97%;
    font-size: 16px;
    background: #fff;
    border: 1px solid #ddd;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.form_inputarea table.lpContactTable td input[type=text], .form_inputarea table.lpContactTable td textarea,.form_inputarea table.lpContactTable td input[type=tel] {
    border: 0;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    padding: 14px;
    background: #fff;
    border: 1px solid #ddd;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.form_inputarea .musticon {
    background: #FE8F09;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px;
    margin-left: 10px;
}
.form_inputarea .optionalicon {
    background: #fff;
    color: #0C055F;
    border: 1px solid #0C055F;
    font-size: 12px;
    padding: 3px 7px;
    margin-left: 10px;
}
.form_inputarea th label {
    font-size: 1.6rem;
    font-weight: bold;
}
.name_flex {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.sei, .mei {
    width: 45% !important;
}
.phonenum_caption {
    display: inline-block;
    margin-top: 10px;
    color: #707070;
}
.form_inputarea p.small2 {
    font-size: 1.4rem;
    width: 100%;
    margin: 0px auto 30px;
    text-align: center;
}
.form_inputarea p.small2 input {
    margin-right: 5px;
}
.form_inputarea p.small2 a {
    text-decoration: underline;
}
.form_inputarea p.small2 a i {
    margin-left: 3px;
}
.fa-window-restore:before {
    content: "\f2d2";
}
.cmt {
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.cmt p {
    display: inline-block;
    text-align: left;
    font-size: 1.2rem;
}
.form_inputarea input.submit {
    display: block;
    cursor: pointer;
    width: 100%;
    max-width: 500px;
    height: 60px;
    margin: 0 auto;
    font-size: 2rem;
    background-image: linear-gradient(200deg, rgba(254, 207, 83, 1) 10%, rgba(254, 143, 9, 1) 90%);
    box-shadow: 0px 2px 10px 0px #ffc965;
    border: none;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    transition: .3s;
    position: relative;
}
.form_inputarea input.submit:hover {
    opacity: 0.8;
}

/* ---------------------------------------

flow

----------------------------------------- */

.flow {
    padding-top: 100px;
    margin-top: -80px;
}
.flow .wrapper {
    padding: 30px 0 80px;
}
.flow h2 {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}
.flow h2::after {
    content: '';
    background-color: #E37C03;
    width: 30px;
    height: 5px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.flow_flex1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flow_flex2 {
    display: flex;
    flex-direction: column;
    width: 24%;
    align-items: center;
}
.flow_flex2 img {
    width: 100%;
}
.flow_flex2 h3 {
    font-size: 2rem;
    color: #E37C03;
    margin: 10px auto;
}
.flow_flex2 h3 span {
    color: #222;
}

/* ---------------------------------------

cta_bottom

----------------------------------------- */

.cta_bottom {
    width: 100%;
    background-image: url(../img/messagebg_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.cta_bottom_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cta_bottom_flex > div {
    width: 50%;
}
.cta_bottom h2 {
    font-size: 3rem;
    color: #fff;
    text-shadow: #fff 1px 0 10px;
}
.cta_bottom h2 span {
    font-size: 1.3em;
}
.cta_bottom_flex a {
    width: 45%;
}
.cta_bottom .cta_btn::after {
    top: 55%;
    right: 20px;
    transform: translate(-50%, -50%) rotate(45deg);
}


/* ---------------------------------------

レスポンシブ

----------------------------------------- */

@media (max-width: 1100px) {
	
	.swiper-pagination{
		display: block;
		position: static;
		margin-top: 10px;
	}
	
	.swiper-pagination-bullet{
		width: 10px;
		height: 10px;
		background-color: #FF8900;
	}
	
	.swiper-button-next::after, .swiper-button-prev::after{
		font-size: 20px;
		color: #222;
	}
	.swiper-button-next::after{
		margin-right: -10px;
	}
	
	.swiper-button-prev::after{
		margin-left: -10px;
	}
	
}

@media (max-width: 1024px) {
    .fv {
        /* background-position: bottom -40px right -25px; */
				overflow-y: hidden;
    }
/*
	.mv{
		width: 460px;
		top: 150px;
		right: calc(50% - 420px);
	}
*/
    .fv_text h1 {
        font-size: 3rem;
        margin: 0 0 20px 0;
    }
    .fv_text .top_subtext {
        font-size: 2.0rem;
        margin: 0 0 30px 0;
    }
    .fv_text p {
        font-size: 1.4rem;
    }
.fv_cvbtn{
	bottom: 0;
}
    .fv_cvbtn img {
        width: 220px;
    }
    .topmessage {
        height: 100px;
    }
    .intro h2 {
        font-size: 1.6rem;
    }
    .section_title {
        margin: 0 0 20px 0;
    }
    .section_title img {
        width: 100px;
    }
    .section_title h2 {
        font-size: 2.4rem;
        margin-bottom: 10px;
    }

    .point3_flex ul, .point3_flex .benefit {
        font-size: 1.6rem;
    }

    .cta_bottom h2 {
        font-size: 2rem;
    }
    .cta_btn {
        font-size: 1.8rem;
    }
    .cta_btn span {
        margin: 0 8px 0 -40px;
    }
}

@media(max-width: 768px) {
    .pc_only {
        display: none;
    }
    .tab_only {
        display: block;
    }
	.pc_none{
		display: block;
	}
    /* ----- fv ----- */
    .fv {
        background-position: bottom 0px right 0px;
    }
	
	.mv{
		width: 520px;
		top: 330px;
		right: calc(50% - 510px);
	}
    .fv_text {
        margin-left: 0;
        width: 91%;
        top: 13%;
        left: 51%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .fv_text .top_subtext {
        font-size: 2.2rem;
        margin: 0 0 25px 0;
    }
    .fv_text h1 {
        font-size: 3.8rem;
    }
    .fv_text p {
        font-size: 1.6rem;
    }
    .fv_cvbtn {
        bottom: 1%;
    }
    .fv_cvbtn img {
        width: 200px;
    }
    /* ----- intro ----- */
    .topmessage {
        background-image: url(../img/introbg_tab.png);
    }
    .topmessage {
        height: 150px;
    }
    .intro h2 {
        top: 48%;
    }
    .sectionlink a {
        width: 32%;
    }
    /* ----- cta ----- */
    .cta h2 {
        font-size: 2.1rem;
    }
    .cta_btn {
        font-size: 2rem;
    }
    /* ----- point ----- */
    .point1_flex {
        justify-content: space-around;
    }
    .point1_ex {
        margin-top: 10px;
    }
    .agent_img {
        width: 85%;
    }
    /* ----- form ----- */
    .form_title {
        background-image: url(../img/formbg_tab.jpg);
    }
    .form .wrapper {
        padding-top: 30px;
    }
    .sei, .mei {
        width: 95% !important;
        margin: 5px 3px 5px 0px;
    }
    .kana {
        width: 91% !important;
    }
    /* ----- flow ----- */
    .flow_flex1 {
        justify-content: space-evenly;
    }
    .flow_flex2 {
        width: 40%;
    }
    /* ----- bottom ----- */
    .cta_bottom_flex > div {
        width: 100%;
    }
    .cta_bottom h2 {
        font-size: 3rem;
        text-align: center;
        margin-bottom: 20px;
    }
    .cta_bottom_flex a {
        width: 75%;
    }
	
	.ac_p{
		max-height: 0;
		overflow: hidden;
		transition: all .3s ease-out;
	}
	
	.ac_button{
		color: #C4A289;
		border: solid 2px #C4A289;
		background-color: #fff;
		border-radius: 20px;
		padding: 2px 10px;
		font-weight: 600;
		margin: 10px auto 0 auto;
		cursor: pointer;
	}
	
}

@media(max-width: 600px) {
	
    .fv_text h1 {
        font-size: 3.2rem;
    }
	
		.point4_ul{
			width: 450px;
			margin: 60px auto 120px auto;
			display: flex;
			flex-direction: column;
			align-items: center;
			gap:30px;
		}

		.point4_li{
			width: 100%;
			height: 70px;
			border-radius: 40px;
			border: solid 2px #222;
			display: flex;
			justify-content: flex-start;
			align-items: center;
			font-weight: 600;
			text-align: center;
			position: relative;
		}

		.point4_li::after{
			content: "";
			width: 0;
  		height: 0;
  		border-style: solid;
  		border-right: 12px solid transparent;
  		border-left: 12px solid transparent;
  		border-top: 16px solid #45B1C6;
  		border-bottom: 0;
			position: absolute;
			bottom: -26px;
			left: calc(50% - 8px);
		}

		.point4_li:last-child::after{
			display: none;
		}

		.li_num{
			width: 60px;
			color: #FF8900;
			font-weight: 600;
			border-right: solid 5px #FF8900;
			font-size: 24px;
		}

		.li_text{
			width: calc(100% - 60px);
			font-size: 30px;
			padding-right: 20px;
		}

		.li_text span{
			font-size: 18px;
		}
	
	.saitan{
	position: absolute;
	bottom: -60px;
	right: -20px;
	width: 90px;
	height: 90px;
	background-color: #FF8900;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
		line-height: 1.3;
}

.saitan_tri{
	width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 20px solid #FF8900;
  border-top: 0;
  transform: rotate(320deg);
	position: absolute;
	bottom: 10px;
	right: 44px;
}
	
	
	
}

@media(max-width: 500px) {
    .tab_only,
    .sp_none {
        display: none;
    }
    .sp_only {
        display: block;
    }
    .wrapper {
        padding: 30px 0;
    }
    /* ----- fv ----- */
    .header_inner {
        justify-content: center;
    }
    .fv {
        height: 600px;
        background-size: cover;
        background-position: bottom 0 left -10px;
    }
	.mv{
		right: calc(50% - 480px);
	}
    .fv_text {
        width: 90%;
        top: 3%;
				text-align: center;
    }
    .fv_text .top_subtext {
        font-size: 1.8rem;
    }
    .fv_text h1 {
        font-size: 3rem;
    }
    .fv_cvbtn {
        bottom: 0%;
        right: 10px;
    }
    .fv_cvbtn img {
        width: 150px;
    }
		.appeal_1{
				top: 265px;
				width: 140px;
				height: 140px;
		}
	.swiper{
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
		.appeal_2{
			top: 425px;
			left: 15px;
			width: 140px;
			height: 140px;
		}
		.appeal_2 .appeal_p{
			margin-top: 2px;
		}
		.appeal_t{
			margin-bottom: 0;
		}
    /* ----- intro ----- */
    .topmessage {
        height: 230px;
        background-image: url(../img/introbg_sp.png);
    }
    .intro h2 {
        top: 58%;
    }
    .sectionlink {
        margin: 10px auto 0;
    }
    .sectionlink a {
        width: 100%;
    }
    .section_title img {
        width: 80px;
    }
    /* ----- cta ----- */
    .cta {
        background-image: url(../img/ctabg_sp.jpg);
    }
    .cta_btn::after {
        right: 30px;
    }
    /* ----- point ----- */
    .point1_ex {
        width: 100%;
    }
    .point3 h3 {
        font-size: 1.6rem;
        margin: 20px auto;
    }
    .point3 h3::before {
        width: 15px;
        height: 20px;
        left: -30px;
    }
    .point3 h3::after {
        width: 15px;
        height: 20px;
        right: -30px;
    }
    .voice_box {
        padding: 30px 0px;
    }
    .point4 h4, .point5 h4,
    .point4 h5, .point5 h5 {
        font-size: 1.8rem;
    }

		.point4_ul{
			width: 300px;
			margin: 60px auto 100px auto;
			display: flex;
			flex-direction: column;
			align-items: center;
			gap:30px;
		}

		.point4_li{
			width: 100%;
			height: 50px;
			border-radius: 30px;
			border: solid 2px #222;
			display: flex;
			justify-content: flex-start;
			align-items: center;
			font-weight: 600;
			text-align: center;
			position: relative;
		}

		.point4_li::after{
			content: "";
			width: 0;
  		height: 0;
  		border-style: solid;
  		border-right: 12px solid transparent;
  		border-left: 12px solid transparent;
  		border-top: 16px solid #45B1C6;
  		border-bottom: 0;
			position: absolute;
			bottom: -26px;
			left: calc(50% - 8px);
		}

		.point4_li:last-child::after{
			display: none;
		}

		.li_num{
			width: 50px;
			color: #FF8900;
			font-weight: 600;
			border-right: solid 3px #FF8900;
			font-size: 20px;
		}

		.li_text{
			width: calc(100% - 50px);
			font-size: 20px;
			padding-right: 20px;
		}

		.li_text span{
			font-size: 12px;
		}
	
	.saitan{
	position: absolute;
	bottom: -60px;
	right: -20px;
	width: 80px;
	height: 80px;
	background-color: #FF8900;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
		line-height: 1.3;
}

.saitan_tri{
	width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 20px solid #FF8900;
  border-top: 0;
  transform: rotate(320deg);
	position: absolute;
	bottom: 0px;
	right: 36px;
}
    /* ----- form ----- */
    .sei, .mei {
        width: 93% !important;
        margin: 5px 0px 5px 0px;
    }
    .kana {
        width: 90% !important;
    }
    .form_inputarea table.lpContactTable td {
        padding: 0 0 10px;
    }
    /* ----- flow ----- */
    .flow_flex2 {
        width: 47%;
        margin-bottom: 20px;
    }
    /* ----- bottom ----- */
    .cta_bottom h2 {
        font-size: 2rem;
    }
    .cta_bottom_flex a {
        width: 100%;
    }
}

@media (max-width: 430px) {
    .fv_text .top_subtext {
        font-size: 1.6rem;
    }
    .fv_text h1 {
        font-size: 2.7rem;
    }
    .topmessage {
        height: 200px;
    }
    .intro h2 {
        font-size: 1.4rem;
    }
    .section_title h2 {
        font-size: 2.2rem;
    }

}

@media(max-width: 428px) {
    p {
        font-size: 1.4rem;
    }
    /* ----- header ----- */
    header,.header_inner {
        height: 50px;
    }
    .header_inner > div {
        width: 70%;
    }
    /* ----- fv ----- */

    .fv_text .top_subtext {
        font-size: 1.4rem;
        margin: 0 0 15px 0;
    }
    .fv_text h1 {
        font-size: 2.4rem;
        margin: 0 0 5px 0;
    }
    .fv_text p {
        font-size: 1.4rem;
    }
    /* ----- intro ----- */
    .intro .wrapper {
        padding: 15px 0;
    }
    .intro h2 {
        font-size: 1.4rem;
        top: 59%;
        line-height: 1.35;
    }
    /* ----- cta ----- */
    .cta h2 {
        font-size: 1.8rem;
    }
    .cta_btn {
        font-size: 1.6rem;
    }
    .cta_btn span {
        width: 60px;
        height: 30px;
        line-height: 30px;
    }
    .cta_btn::after {
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        right: 20px;
    }
    /* ----- point ----- */
    .section_title {
        margin: 0 0 10px 0;
    }
    .section_title img {
        width: 65px;
        margin: 0 10px 0 0;
    }
    .section_title h2 {
        font-size: 1.8rem;
    }
    .point h3 {
        font-size: 1.4rem;
        margin: 20px auto 10px;
    }
    .point1_extext h4 {
        font-size: 1.8rem;
    }
    .point3_flex ul, .point3_flex .benefit {
        font-size: 1.4rem;
    }
    .point3_flex li {
        padding-left: 18px;
    }
    .point3_flex li::before {
        width: 7px;
        height: 16px;
    }
    .agent_img {
        width: 100%;
    }
    .voice_box {
        padding: 20px 0px;
    }
    .point4 h4, .point5 h4, .point4 h5, .point5 h5 {
        font-size: 1.6rem;
    }

    /* ----- form ----- */
    .form_title {
        height: 80px;
    }
    .form_title h2 {
        font-size: 2rem;
        line-height: 80px;
    }
    .sei, .mei {
        width: 91% !important;
        margin: 5px 0px 5px 0px;
    }
    .kana {
        width: 87% !important;
    }
    .form_inputarea table.lpContactTable td select.tbBirth {
        margin-right: 10px;
    }
    .form_inputarea table.lpContactTable td select {
        width: 90%;
    }
    /* ----- flow ----- */
    .flow h2 {
        font-size: 2rem;
    }
    .flow_flex2 h3 {
        font-size: 1.6rem;
    }
    .flow_flex2 {
        width: 100%;
    }
    .flow_flex2 img {
        width: 60%;
    }
    .flow .wrapper {
        padding: 30px 0;
    }
    /* ----- bottom ----- */
    .cta_bottom h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 390px) {
    .topmessage {
        height: 180px;
    }
}



/*フロートCTAとボタンの設定*/



.float_cta_wrap{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	background-color: rgba(17, 31, 80, .6);
	padding-bottom: 10px;
	padding-top: 10px;
	transition: all .2s;
	z-index: 1000000;
}

.float{
	width: 90%;
  outline: 2px solid rgb(255, 255, 255);
	outline-offset: -5px;
	box-shadow: none;
}

.float-button__wrap_a{
	display: none;
}

.float-button__wrap{
	display: none;
}

@media screen and (min-width:500px){
.float_cta_wrap{
		display: none;
	}
	
	
.float-button__wrap {
    display: none;
    width: 60px;
    height: 60px;
    right: 10px;
    z-index: 10;
    background-color: #F7F7FF;
    position: relative;
}
.float-button__wrap:hover {
    transform: translateY(-5px);
}
.float-button__wrap_a {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: solid 2px #0C055F;
    border-right: solid 2px #0C055F;
    top: 45%;
    right: 40%;
    transform: rotate(-135deg);
	  display: block;
}

	
}