@charset "UTF-8";

.pc_disp {
	display: block;
}

.sp_disp {
	display: none!important;
}

body {
    font-family: "Noto Sans JP",sans-serif;	
	min-width: 1200px;
}

section.mv {
	background-image: url("../img/home/mv_bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    height: 100vh;
    min-height: 700px;
    text-align: center;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cv_mail {
  margin: 10px 0;
  display: flex;
  line-height: 8px;
  align-items: center;
  font-size: 1.8rem;
}

header {
    position: fixed;
    padding: 20px;
}

.mv_inner h1 {
    max-width: 780px;
    margin: 0 auto;
}

.header_logo {
    width: 50%;
}

.mv_cv_btn img {
    width: 40px;
    margin-right: 10px;
}

.comparison h2 img {
    width: 70px;
    margin: 0 auto 20px;
}

.cv_inner h2 img {
    width: 70px;
    margin: 0 auto 30px;
}

.now_inner {
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 80px;
    padding-bottom: 80px;
}

.now_inner h2 {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 40px;
    color: #0f58a9;
}

.now_inner p {
    font-size: 1.75rem;
    line-height: 40px;
    font-weight: 500;
}

.plot_inner {
    max-width: 900px;
    margin: 0 auto;
}

.plot_house {
    margin-bottom: 30px;
}

a.mv_cv_btn {
    background: #ffec6a;
    padding: 22px 30px;
    border-radius: 100px;
    display: flex;
    width: 280px;
    flex-wrap: wrap;
    margin: 60px auto;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #0f58a9;
    font-weight: 600;
}

section.about {
    background-color: #0f58a9;
	background-image: url("../img/home/about_bg.jpg");
	background-size: 300px;
	background-position: right bottom;
	background-repeat: no-repeat;
    padding: 100px 0;
    text-align: center;
}

.about_inner p {
    font-size: 1.8rem;
    color: #fff;
    line-height: 50px;
    font-weight: 500;
}

.about_inner p span {
    font-size: 1.8rem;
    color: #ffec6a;
}

.about_inner h2 {
    max-width: 450px;
    margin: 0 auto 40px;
}

.featured_list li:nth-child(3) .featured_icon {
    width: 60px!important;
}

section.featured {
	background-image: url("../img/home/triangle_about.png"), url("../img/home/triangle_reason.png");
	background-size: 200px, 100%;
	background-position: top center, bottom center;
	background-repeat: no-repeat, no-repeat;
    background-color: #f5f5f5;
    padding: 100px 0;
}

.plot {
	background-color: #eeeeee;
	background-image: url("../img/home/triangle_plot.png");
	background-size: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.plot_inner iframe {
    margin: 40px auto;
}

.featured_inner {
    max-width: 1100px;
    margin: 0 auto;
}

.featured_inner h2 {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 450px;
}

.featured_list li {
    width: 34%;
    background: #fff;
    padding: 50px;
    margin: 3%;
    box-shadow: -5px 5px 19px rgb(0 0 0 / 7%);
    position: relative;
}

ul.featured_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.featured_list li:first-child {
    width: 83%;
}

.featured_list h3 {
    color: #0f58a9;
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.featured_list p {
    font-size: 1.4rem;
    line-height: 28px;
}

.featured_number {
    position: absolute;
    left: 0;
    width: 120px;
    top: -29px;
}

.featured_icon {
    position: absolute;
    right: 5%;
    top: -30px;
    width: 100px;
}

section.comparison {
    padding: 100px 0;
}

.comparison_inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.comparison h2 {
    font-size: 2.8rem;
    line-height: 56px;
    color: #0f58a9;
    font-weight: 600;
    margin-bottom: 60px;
}

.comparison h2 span {
    font-size: 2.8rem;
}

section.flow {
    padding: 100px  0;
	background-image: url("../img/home/flow_bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.flow h2 {
    text-align: center;
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
}

.flow h2 span {
    display: block;
    margin-top: 20px;
    letter-spacing: 4px;
}

ul.flow_step {
    width: max-content;
    max-width: 1100px;
    margin: 60px auto 0;
}

.flow_cap 
 h3 {
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.flow_cap p {
    color: #fff;
    font-size: 1.5rem;
}

.flow_step 
 li {
    padding-bottom: 55px;
    padding-left: 50px;
    display: flex;
    position: relative;
    border-left: 1px solid #fff;
}

.flow_number {
    position: absolute;
    left: -36px;
    top: -15px;
    width: 70px;
}

.flow_step li:last-child {
    border: none;
}

section.review {
    padding: 100px 0;
    background: #eaeff4;
}

.review_inner {
    max-width: 1100px;
    margin: 0 auto;
}

.review h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    color: #0f58a9;
}

.review h2 span {
    display: block;
    letter-spacing: 3px;
    margin-top: 20px;
}

.review_cap {
    text-align: center;
    margin: 50px 0 80px;
    font-size: 1.6rem;
}

.review_area {
    width: 63%;
    padding: 9% 6% 6% 20%;
    position: relative;
    margin-left: 11%;
    background: #fff;
}

.review_pic {
    position: absolute;
    left: -12%;
    top: -22px;
    box-shadow: -30px 30px 0 #c9d7e4;
    background: #000;
    width: 26%;
}

.review_prof {
    position: absolute;
    right: 0;
    top: 0;
    padding: 13px 20px;
    background: #0f58a9;
    color: #fff;
}

.review_list li h3 {
    color: #0f58a9;
    font-size: 2rem;
    display: flex;
    font-weight: 600;
    margin-bottom: 15px;
    align-items: center;
}

.review_list p {
    margin-bottom: 40px;
    line-height: 28px;
}

.review_list li h3 span {
    padding: 6px 11px;
    background: #0f58a9;
    color: #fff;
    margin-right: 8px;
}

section#cv_area {
    padding: 120px 0;
    background-image: url("../img/home/triangle_review.png");
    background-size: 400px;
    background-position: top center;
    background-repeat: no-repeat;
}

.cv_inner {
    max-width: 1100px;
    margin: 0  auto;
}

.cv_inner h2 {
    font-size: 3rem;
    color: #0f58a9;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
}

.cv_cap {
    text-align: center;
    font-size: 1.6rem;
}

.item {
    display: flex;
    padding: 10px 0;
    width: 100%;
    align-items: center;
}

.answer input {
    padding: 15px;
    font-size: 1.5rem;
    width: 92%;
    border-radius: 6px;
    border: 1px solid #cccccc;
}

.cv_form {
    max-width: 700px;
    margin: 60px auto 0;
}

p.need.qs {
    width: 35%;
    font-weight: 600;
    color: #0f58a9;
    font-size: 1.8rem;
}

.answer textarea {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 8px;
    width: 92%;
}

p.answer {
    width: 65%;
}

.submit_btn input {
    background: #0f58a9;
    color: #fff;
    padding: 20px;
    width: 250px;
    font-size: 1.8rem;
    font-weight: 600;
    border-radius: 100px;
    border: none;
    margin: 20px auto 0;
    display: block;
}

footer {
    padding: 35px 0 160px;
    display: block;
    text-align: center;
    background: #0f58a9;
}

small {
    color: #fff;
    font-size: 1.2rem;
}

ul.footer_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.footer_menu li a {
    display: block;
    color: #fff;
    margin: 0 4px;
    font-size: 1.2rem;
    border: 1px solid #fff;
    padding: 8px 20px;
    border-radius: 100px;
}

p.comparison_ps {
    text-align: left;
    line-height: 27px;
    font-size: 1.25rem;
    margin-top: 20px;
    color: #888;
}

h2.plot_title {
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    border-bottom: 1px solid;
    color: #0f58a9;
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.header_cv_btn {
    position: fixed;
    padding: 12px 0!important;
    box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
    bottom: 25px;
    border: 2px solid #0f58a9;
    z-index: 99999;
    left: 50%;
    width: 360px!important;
    margin: 0 0 0 -180px!important;
}

.tel_number {
    margin: 10px 0 6px;
    display: flex;
    line-height: 8px;
    align-items: center;
    font-size: 3rem;
}

.tel_title {
    width: 100%;
    display: block;
    position: absolute;
    text-align: center;
    top: -16px;
    background: #0f58a9;
    color: #fff;
    width: 200px;
    padding: 5px 0;
}

.header_cv_btn span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
}

.header_cv_btn img {
    width: 30px;
    height: auto;
}

a.cv_btn {
    background: #ffec6a;
    padding: 30px 30px;
    border-radius: 100px;
    border: 2px solid #0f58a9;
    box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
    display: flex;
    width: 280px;
    position: relative;
    flex-wrap: wrap;
    margin: 60px auto;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #0f58a9;
    font-weight: 600;
}

a.cv_btn img {
    width: 40px;
    margin-right: 10px;
}

.cv_btn_tel span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
}

.cv_btn_tel img {
    width: 30px;
    height: auto;
}

.cv_btn_tel {
    padding: 12px 0!important;
    box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
    border: 2px solid #0f58a9;
    width: 360px!important;
}

.cv_section ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cv_section ul li {
    margin: 0 1%;
}

.guarantee_inner {
    max-width: 1100px;
    margin: 0 auto 100px;
}

.guarantee_inner h2 {
    font-size: 3.5rem;
    font-weight: bold;
    color: #0f58a9;
    text-align: center;
    border-bottom: 4px solid;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.guarantee_inner p {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
}

.guarantee_list li {
    display: flex;
    align-items: center;
    padding: 50px 50px 50px 0px;
    justify-content: space-between;
    background: #0f58a9;
    margin: 10px 0;
}

.guarantee_number {
    width: 25%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid;
    line-height: 60px;
    font-size: 8rem;
}

.guarantee_cap {
    width: 70%;
    color: #fff;
    font-size: 1.8rem;
    line-height: 36px;
}

.guarantee_number_name {
    font-weight: bold;
    font-size: 2.6rem;
}

.guarantee_number span {
    font-size: 3rem;
}

.guarantee_ps {
    text-align: center;
    font-size: 1.6rem;
    margin-top: 30px;
}

@media screen and (max-width: 480px) {


.pc_disp {
	display: none;
}

.sp_disp {
	display: block!important;
}

	
body {
    font-family: "Noto Sans JP",sans-serif;
    min-width: 100%;
}

section.mv {
    background-image: url(../img/home/mv_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 48vh;
    padding: 0 8% 70px 8%;
    min-height: inherit;
    text-align: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

header {
    position: fixed;
    padding: 15px;
}

.mv_inner h1 {
    max-width: 680px;
    margin: 0 auto;
}

.header_logo {
    width: 38%;
}

.mv_cv_btn img {
    width: 26px;
    margin-right: 10px;
}

.comparison h2 img {
    width: 45px;
    margin: 0 auto 16px;
}

.cv_inner h2 img {
    width: 40px;
    margin: 0 auto 15px;
}

.plot_inner {
    max-width: 95%;
    margin: 0 auto;
}

.plot_house {
    margin-bottom: 10px;
}

a.mv_cv_btn {
    background: #ffec6a;
    padding: 18px 0;
    border-radius: 100px;
    display: flex;
    width: 100%;
    margin: 30px auto;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #0f58a9;
    font-weight: 600;
}

section.about {
    background-color: #0f58a9;
    background-image: url("../img/home/about_bg.jpg");
    background-size: 300px;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 50px 7% 40px;
    text-align: center;
}

.about_inner p {
    font-size: 1.2rem;
    color: #fff;
    line-height: 26px;
    text-align: left;
    font-weight: 500;
}

.about_inner p span {
    font-size: 1.2rem;
    color: #ffec6a;
}

.about_inner h2 {
    max-width: 90%;
    margin: 0 auto 24px;
}

.featured_list li:nth-child(3) .featured_icon {
    width: 45px!important;
}

section.featured {
	background-image: url("../img/home/triangle_about.png"), url("../img/home/triangle_reason.png");
	background-size: 200px, 100%;
	background-position: top center, bottom center;
	background-repeat: no-repeat, no-repeat;
	background-color: #f5f5f5;
	padding: 50px 5% 0;
}

.plot {
	background-color: #eeeeee;
	background-image: url("../img/home/triangle_plot.png");
	background-size: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.featured_inner {
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 15px;
}

.featured_inner h2 {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 90%;
}

.featured_list li {
    width: 80%;
    background: #fff;
    padding: 10%;
    margin: 0 0 35px;
    box-shadow: -5px 5px 19px rgb(0 0 0 / 7%);
    position: relative;
}

ul.featured_list {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
}

.featured_list li:first-child {
    width: 80%;
}

.featured_list h3 {
    color: #0f58a9;
    font-size: 1.7rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.featured_list p {
    font-size: 1.2rem;
    line-height: 22px;
}

.featured_number {
    position: absolute;
    left: 0;
    width: 90px;
    top: -22px;
}

.featured_icon {
    position: absolute;
    right: 4%;
    top: -16px;
    width: 70px;
}

section.comparison {
    padding: 30px 0;
}

.comparison_inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.comparison h2 {
    font-size: 1.5rem;
    line-height: 32px;
    color: #0f58a9;
    font-weight: 600;
    margin-bottom: 30px;
}

.comparison h2 span {
    font-size: 2rem;
}

section.flow {
    padding: 50px  0 20px;
    background-image: url("../img/home/flow_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.flow h2 {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
}

.flow h2 span {
    display: block;
    margin-top: 10px;
    letter-spacing: 3px;
    font-size: 1.25rem;
}

ul.flow_step {
    width: max-content;
    max-width: 80%;
    margin: 40px auto 0;
}

.flow_cap 
 h3 {
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.flow_cap p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 21px;
}

.flow_step 
 li {
    padding-bottom: 35px;
    padding-left: 30px;
    display: flex;
    position: relative;
    border-left: 1px solid #fff;
}

.flow_number {
    position: absolute;
    left: -23px;
    top: -9px;
    width: 45px;
}

.flow_step li:last-child {
    border: none;
}

section.review {
    padding: 50px 0 20px;
    background: #eaeff4;
}

.review_inner {
    max-width: 1100px;
    margin: 0 auto;
}

.review h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    color: #0f58a9;
}

.review h2 span {
    display: block;
    letter-spacing: 3px;
    margin-top: 10px;
}

.review_cap {
    margin: 30px 0;
    font-size: 1.2rem;
    padding: 0 8%;
    text-align: left;
    line-height: 24px;
}

.review_area {
    width: 90%;
    padding: 0;
    position: relative;
    margin-left: 5%;
    background: #fff;
}

.review_pic {
    position: inherit;
    left: inherit;
    top: inherit;
    box-shadow: none;
    height: auto;
    background: #000;
    width: 100%;
}

.review_prof {
    position: absolute;
    right: 0;
    top: 0;
    padding: 9px 16px;
    background: #0f58a9;
    color: #fff;
}

.review_list li h3 {
    color: #0f58a9;
    font-size: 1.45rem;
    display: flex;
    font-weight: 600;
    margin-bottom: 15px;
    align-items: center;
}

.review_list p {
    margin-bottom: 20px;
    line-height: 23px;
    font-size: 1.2rem;
}

.review_list li h3 span {
    padding: 6px 11px;
    background: #0f58a9;
    color: #fff;
    margin-right: 8px;
}

section#cv_area {
    padding: 60px 0;
    background-image: url("../img/home/triangle_review.png");
    background-size: 190px;
    background-position: top center;
    background-repeat: no-repeat;
}

.cv_inner {
    max-width: 1100px;
    margin: 0  auto;
}

.cv_inner h2 {
    font-size: 1.6rem;
    color: #0f58a9;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.cv_cap {
    text-align: left;
    font-size: 1.2rem;
    line-height: 22px;
    padding: 0 5%;
}
	
ul.review_list {
    padding: 30px;
}

.item {
    display: block;
    padding: 10px 0;
    width: 100%;
    align-items: center;
}

.answer input {
    padding: 10px;
    font-size: 1.5rem;
    width: 92%;
    border-radius: 6px;
    border: 1px solid #cccccc;
}

.cv_form {
    max-width: 90%;
    margin: 20px auto 0;
}

p.need.qs {
    width: 100%;
    font-weight: 600;
    color: #0f58a9;
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.answer textarea {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px;
    width: 92%;
}

p.answer {
    width: 100%;
}

.submit_btn input {
    background: #0f58a9;
    color: #fff;
    padding: 15px;
    width: 250px;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 100px;
    border: none;
    margin: 20px auto 0;
    display: block;
}

footer {
    padding: 25px 0 120px;
    display: block;
    text-align: center;
    background: #0f58a9;
}

small {
    color: #fff;
    font-size: 1rem;
}
	
h2.plot_title {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    border-bottom: 1px solid;
    color: #0f58a9;
    margin: 0 auto 20px;
    width: 90%;
    padding-bottom: 10px;
}
	
p.comparison_ps {
    text-align: left;
    line-height: 19px;
    font-size: 1rem;
    margin: 20px auto 0;
    width: 90%;
    color: #888;
}
.header_cv_btn {
    display: flex!important;
    position: fixed;
    bottom: 10px;
    border-radius: 10px!important;
    z-index: 9999;
    border: 2px solid #0f58a9;
    margin: 0 auto!important;
    width: 94%!important;
    left: 3%;
}
	
a.cv_btn {
    background: #ffec6a;
    padding: 22px 0;
    border-radius: 100px;
    border: 2px solid #0f58a9;
    box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
    display: flex;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    margin: 25px auto;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #0f58a9;
    font-weight: 600;
}
	
.cv_btn_tel {
    padding: 9px 0!important;
    box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
    border: 2px solid #0f58a9;
    width: 100%!important;
}
	
.cv_section ul li {
    margin: 0 1%;
}
	
.cv_section ul {
    display: block;
    align-items: center;
    justify-content: center;
}
	
section.cv_section {
    padding: 0 5%;
}

.cv_btn_tel span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
}
	
a.cv_btn img {
    width: 27px;
    margin-right: 10px;
}
	
.tel_number {
    margin: 10px 0 6px;
    display: flex;
    line-height: 8px;
    align-items: center;
    font-size: 2.4rem;
}

.guarantee_inner {
    max-width: 90%;
    margin: 0 auto 40px;
}

.guarantee_inner h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #0f58a9;
    text-align: center;
    border-bottom: 3px solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.guarantee_inner p {
    text-align: left;
    font-size: 1.2rem;
    line-height: 22px;
    margin-bottom: 20px;
}

.guarantee_list li {
    display: block;
    align-items: center;
    padding: 20px 7%;
    justify-content: space-between;
    background: #0f58a9;
    margin: 10px auto;
}

.guarantee_number {
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-right: none;
    padding-bottom: 15px;
    line-height: 40px;
    font-size: 5rem;
    border-bottom: 1px solid;
    margin-bottom: 15px;
}

.guarantee_cap {
    width: 100%;
    color: #fff;
    font-size: 1.2rem;
    line-height: 22px;
}

.guarantee_number_name {
    font-weight: bold;
    font-size: 1.8rem;
}

.guarantee_number span {
    font-size: 2rem;
}

.guarantee_ps {
    text-align: left;
    font-size: 1.1rem;
    margin-top: 15px;
}
	
.plot_inner iframe {
    margin: 20px auto;
    width: 90%;
}
	
.about_inner p br {
    display: none;
}
	
.now_inner {
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.now_inner h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #0f58a9;
}

.now_inner p {
    font-size: 1.25rem;
    line-height: 26px;
    text-align: left;
    font-weight: 500;
}
	
.now_inner p br {
    display: none;
}

}
