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

/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

body, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6, div,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption, footer {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
  max-width: 100%;
	height: auto;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}

input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.tac{
	text-align: center;
}
/*---------------------------------------------
	body
  ---------------------------------------------*/

/* 1.0rem = 10px */
html {font-size: 0.7875vw;}
@media screen and (min-width: 1261px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 999px) {
  html {
    /*font-size: 8.33px;*/
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
	color: #333;
	text-align: left;
	-webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  counter-reset: number 0;
}
.enf {
  font-family: 'Montserrat', sans-serif;
}
a {
	outline: none;
	text-decoration: none;
	color: #333;
  box-sizing: border-box;
}
a:hover {
	text-decoration: none;
	color: #333;
}
#sp a:hover {
	text-decoration: none;
  color: none;
}

.block {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 2rem;
}
section .block {
  padding: 8rem 2rem;
}
section .block2 {
  max-width: 1260px;
  margin: 0 auto;
  padding: 2rem 2rem;
}
section .block3 {
  max-width: 1260px;
  margin: 0 auto;
  padding: 1rem 2rem;
}
#pc .center {
  text-align: center;
}

/*---------------------------------------------
	header
  ---------------------------------------------*/
header {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 1.2rem 0;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.header_inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header_inner .ttl {
  font-size: 2rem;
}
.header_inner .btn {
  margin-left: auto;
}
h1 {
  width: 32rem;
  padding-bottom: 0.3rem;
  padding-right: 5rem;
}
h1 span {
  display:block; 
}
h1 span.sub {
  padding-bottom: 0.4rem;
}

/*---------------------------------------------
	kv
  ---------------------------------------------*/
.kv_box {
  width: 100%;
  display: flex;
  position: relative;
}
.kv_box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: -15%;
  background-color: #FAF3F3;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0% 100%);
}
.kv_img {
  width: 60%;
  margin-left: auto;
}
.kv_img .img {
  clip-path: polygon(0% 0, 100% 0, 100% 100%, 30% 100%);
  height: 42rem;
  width: 100%;
  object-fit: cover;
  
}
.kv_txt {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 2rem;
}
.kv_txt .txt_box {
  width: 100%;
  font-size: 2rem;
}
.kv_txt .txt_box .txt {
  padding: 1.0rem 0 0;
  font-size: 3.5rem;
  font-weight: bold;
}
.kv_txt .txt_box .txt_box_inner {
  display: inline-block;
  padding-left: 5rem;
  text-align: center;
}
.kv_txt .txt_box .txt_box_inner ul {
  display: flex;
  padding-bottom: 1rem;
}
.kv_txt .txt_box .txt_box_inner ul li {
  width: 22rem;
  height: 10rem;
  padding-top: 1.8rem;
  line-height: 1.3;
  text-align: center;
  font-size: 1.6rem;
  background :url(../images/icon_kusa.png) no-repeat center center;
  background-size: 19.6rem;
}
.kv_txt .txt_box .txt_box_inner ul li span {
  display: block;
}
.kv_txt .txt_box .txt_box_inner ul li span em {
  font-size: 3rem;
  font-weight: bold;
}
.kv_txt .txt_box .btn {
  padding-bottom: 1rem;
}

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

h2 {
  padding-bottom: 3rem;
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
}
h2 span {
  display: block;
  padding-bottom: 0.5rem;
  font-size: 1.4rem;
  color: #F72A48;
}
h2 span::after {
  content: "";
  display: block;
  width: 6.5rem;
  height: 1px;
  margin: 0.8rem auto;
  background-color: #F72A48;
}
em {
  font-style: normal;
  color: #F72A48;
}
.btn a {
  min-width: 28rem;
  display: inline-block;
  padding: 1rem 3rem;
  color: #fff;
  font-weight: bold;
  border-radius: 4rem;
  background: rgb(250,89,89);
  background: linear-gradient(90deg, rgba(250,89,89,1) 0%, rgba(247,42,72,1) 100%);
  transition: all 0.3s ease;
}
.btn a.btn2 {
  background: rgb(255,77,0);
  background: linear-gradient(90deg, rgba(245,173,40,1) 0%, rgba(255,77,0,1) 100%);
}
.btn a:hover {
  opacity: 0.7;
}

section.news {
  background-color: #F72A48;
}
section.news .block {
  padding: 1rem 5rem;
}
.news_box {
  padding: 1rem 4rem;
  border-radius: 1rem;
  background-color: #fff;
}
.news_box dl {
  display: flex;
}
.news_box dl dt {
  padding-right: 3rem;
  font-weight: bold;
  color: #FA5959;
  white-space: nowrap;
}

section.results {}
.results_slide {
  width: 99vw;
  padding-bottom: 3rem;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
.splide {
  padding: 1rem 0;
}
.splide__slide {
  width: 20rem;
  text-align: center;
}
.results_col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.results_col .card_box {
  width: 48%;
  margin-top: 2rem;
}
.results_col .card_box a {
  width: 100%;
  height: 120px;
  padding: 1rem 1rem 1rem 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px #ccc solid;
  border-left: 6px #F72A48 solid;
  transition: all 0.3s ease;
}
.results_col .card_box a:hover {
  opacity: 0.7;
}
.card_box .img {
  width: 20rem;
  text-align: center;
}
.card_box .img span {
  display: block;
  font-size: 1.2rem;
}
.card_box dl {
  width: 28rem;
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.card_box dl dt {
  width: 7rem;
  text-align: center;
  color: #fff;
  background-color: #F72A48;
}
.card_box dl dd {
  width: 20rem;
  padding: 0.5rem;
  font-size: 1.5rem;
}
.card_box .icon {
  display: block;
  padding: 0.5rem;
  text-align: center;
  font-size: 1.4rem;
}
.card_box .icon img {
  display: block;
  width: 4rem;
  margin: 0 auto;
}

section.reason {
  padding-bottom: 5rem;
}
.reason_col {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.reason_col .col {
  width: 33.33%;
  padding: 3rem 2rem 0;
  text-align: center;
}
.reason_col .col h3 {
  padding-bottom: 2rem;
  font-size: 2.2rem;
  font-weight: bold;
  color: #F72A48;
  height:20%
}
.reason_col .col h3 small {
	font-weight: normal;
	color: black;

}
.reason_col .col .txt {
  text-align: left;
}
.reason_box {
  padding: 5rem 4rem 0;
  display: flex;
  justify-content: space-between;
}
.reason_box dl {
  width: 48%;
}
.reason_box dl dt {
  padding-bottom: 1rem;
  font-weight: bold;
}
.reason_box dl dd {
  display: flex;
  align-items: center;
}
.reason_box dl dd i {
  display: inline-block;
  padding-right: 1.5rem;
}
.reason_h3{
  padding-bottom: 2rem;
  font-size: 2.2rem;
  font-weight: bold;
  color: #F72A48;
  height: 20%;
  text-align: center;
  margin-top: 3rem;
}

section.contact {
  background-color: #F72A48;
}
section.contact .block {
  padding: 5rem 15rem;
}
.contact_box {
  text-align: center;
  padding: 3rem 0;
  border-radius: 2rem;
  background-color: #fff;
}
.contact_box .btn {
  padding: 2rem 0 0;
  font-size: 2rem;
}
.contact_box .btn .btn2 {
  margin-bottom: 2rem;
}

section.concerns {
  background-color: #FAF3F3;
}
.concerns_col {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}
.concerns_col .col {
  width: 33%;
  padding: 3rem 2rem 0;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

section.service {
}
.service_col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0 0;
}
.service_col:first-of-type {
  padding: 5rem 0 0;
}
.service_col.rev {
  flex-direction: row-reverse;
}
.service_col .img {
  width: 42rem;
}
.service_col .txt {
  width: 72rem;
  padding-bottom: 2rem;
}
.service_col h3 {
  display: inline-block;
  margin-bottom: 3rem;
  padding-bottom: 0.8rem;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px #F72A48 solid;
}
.service_col h3.sp {
  display: none;
}

section.support {}
.support_col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 3rem;
}
.support_col .col {
  width: 50%;
  text-align: center;
}
.support_col .col h3 {
  padding-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}
.support_col .col .img {
  padding-top: 1.5rem;
}

section.voices {
  background-color: #FAF3F3;
}
.voices_col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.voices_col .col {
  width: 48%;
  padding-top: 3.5rem;
  display: flex;
  justify-content: space-between;
}
.voices_col .col .img {
  width: 20rem;
}
.voices_col .col .txt {
  width: 38.5rem;
  padding-left: 3rem;
  padding-top: 1rem;
}
.voices_col .col h3 {
  padding-bottom: 1rem;
  font-size: 2rem;
  font-weight: bold;
}

.faq_list {
  padding: 0 8.0rem 2rem;
}
.faq_box{
	margin-top:3rem;
  padding: 0 5.0rem;
	border-radius:2rem;
	transition: all 0.3s ease;
  background-color: #FAF3F3;
  box-shadow: 0 0 1.5rem rgba(0,0,0,0.15);
}
h3.shadeBtn {
	min-height:3.5em;
	padding-bottom:0;
	display: flex;
	align-items: center;
}
h3.shadeBtn::before {
  content: "Q";
  display: inline-block;
  width: 4.2rem;
  height: 4rem;
  text-align: center;
  line-height: 3.8rem;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  border-radius: 2rem;
  background-color: #F72A48;
}
.shadeContents{
	padding: 3rem 3rem 3rem 7rem;
  border-top: 1px #ccc solid;
}
.shadeOpen .shadeBtn,
.shadeClose .shadeBtn {
	cursor:pointer;
}
.shadeOpen .shadeBtn a,
.shadeClose .shadeBtn a {
	width:100%;
	padding:3rem 3rem;
	display:block;
  color: #333;
}
.shadeBtn i {
  display: inline-block;
  width: 3.0rem;
  height: 3.0rem;
  margin-left: auto;
  vertical-align: middle;
	background:url("../images/icon_plus.png") no-repeat center center;
  background-size: 3rem;
  transition: all 0.3s ease;
}
.shadeClose .shadeBtn i {
	transform: rotate(45deg);
}

/*---------------------------------------------
	フォーム
  ---------------------------------------------*/

section.form {}
section.form h2 {
  padding-bottom: 4rem;
}
section.form .block {
  padding: 6rem 2rem 8rem;
}
.dl_form {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.form_block {
  width: 48%;
}
.form_block .img {
  padding: 3rem 10% 0;
}
.form_block dl {}
.form_block dl dt {
  padding-bottom: 0.8rem;
}
.form_block dl dt i {
  font-style: normal;
  color: #F72D49;
}
.form_block dl dd {
  padding-bottom: 2.5rem;
}
.form_btn {
  padding-top: 2rem;
  text-align: center;
}
.dl_form_cop {
  padding-bottom: 8rem;
  text-align: center;
}
.dl_form_cop .btn {
  padding-top: 5rem;
}

input[type="text"] {
  width: 100%;
	padding: 1.2rem 2rem;
  font-size: 1.6rem;
  border: 1px #ccc solid;
  border-radius:0.5rem;
  background-color: #fff;
}
input::placeholder {
  color: #aaa;
}
select::-ms-expand {
	display: none;
}
.form_select {
  width: 100%;
	display:inline-block;
	position:relative;
  border-radius:0.5rem;
	background-color:#fff;
}
.form_select select {
	width: 100%;
	margin:0;
	outline:none;
  padding:1.2rem 3rem 1.2rem 2rem;
	appearance: none;
	font-size: 1.6rem;
  border: 1px #ccc solid;
	border-radius:0.5rem;
	position:relative;
	background-color:transparent;
	z-index:1;
  cursor: pointer;
}
.form_select:before {
	content: "▼";
	position: absolute;
	top: 50%;
	right:2rem;
	margin-top:-0.5rem;
	box-sizing: border-box;
	display: block;
	text-align:center;
	font-size:1rem;
	color:#434343;;
  line-height: 1.0rem;
	z-index:0;
}
.submit_btn input {
  min-width: 28rem;
  display: inline-block;
  padding: 1.2rem 3rem;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  border: 0;
  border-radius: 4rem;
  background: rgb(250,89,89);
  background: linear-gradient(90deg, rgba(250,89,89,1) 0%, rgba(247,42,72,1) 100%);
  transition: all 0.3s ease;
}
.submit_btn input:hover {
  opacity: 0.7;
}
.error {
  padding-top: 0.5rem;
  color: #EE0000;
}

/*---------------------------------------------
	footer
  ---------------------------------------------*/
footer {
  padding: 5rem 0 3rem;
  text-align: center;
  line-height: 2;
  color: #fff;
  background-color: #3A3A3A;
}
footer .copy {
  padding-top: 3rem;
  font-size: 1.4rem;
}

.sp {display: none}

/*---------------------------------------------
	スマホ
  ---------------------------------------------*/

@media screen and (max-width:600px) {
  html {font-size: 2.3vw;}
  
  h1 {
    padding-right: 3rem;
  }
  h1 span.sub {
    width: 14rem;
    padding-bottom: 0;
    line-height: 1.1;
  }
  header {
    padding: 0.6rem 0;
  }
  .header_inner .ttl {
    font-size: 1.3rem;
  }
  .header_inner .btn a {
    min-width: inherit;
    padding: 0.5rem 3rem;
    line-height: 1.4;
    text-align: center;
  }
  .btn a{
    border-radius: 7rem;
  }
  .kv {
    padding-bottom: 28rem;
  }
  .kv_img {
    width: 45%;
  }
  .kv_img .img {
    height: 20.5rem;
  }
  .kv_txt {
    padding-top: 3rem;
    padding-left: 1rem;
	padding-right: 1rem;
  }
  .kv_txt .txt_box {
    font-size: 1.4rem;
  }
  .kv_txt .txt_box .txt {
    padding: 1.5rem 0 1rem;
    font-size: 1.7rem;
    font-weight: bold;
  }
  .kv_txt .txt_box .txt_box_inner {
    display: block;
    margin: 0 auto;
    padding-top: 2rem;
    padding-left: 0;
    text-align: center;
  }
  .kv_txt .txt_box .txt_box_inner ul {
    justify-content: center;
  }
  .kv_txt .txt_box .txt_box_inner ul li {
    width: 20rem;
    height: 10rem;
    background-size: 18rem;
  }
  .kv_txt .txt_box .btn {
    padding: 0.5rem 0;
    font-size: 1.6rem;
  }
  .kv_txt .txt_box .btn .btn2 {
    font-size: 2rem;
  }
  
  h2 {
    padding-bottom: 2rem;
    font-size: 2.4rem;
  }
  .block {
    max-width: 100%;
    padding: 0 2rem;
  }
  section .block {
    padding: 6rem 2rem;
  }
  section.news .block {
    padding: 2rem;
  }
  .news_box {
    padding: 1rem 1.5rem;
    border-radius: 1rem;
    background-color: #fff;
  }
  .news_box dl {
    display: block;
  }
  .splide__slide {
    width: 13rem;
    text-align: center;
  }
  .results_col {
    display:block;
  }
  .results_col .card_box {
    width: 100%;
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  .card_box .img {
    width: 13rem;
  }
  .card_box .img span {
    font-size: 1.0rem;
  }
  .card_box dl {
    width: 20rem;
  }
  .card_box dl dt {
    width: 5rem;
    font-size: 1.3rem;
  }
  .card_box dl dd {
    width: 15rem;
  }
  .card_box .icon {
    padding: 0.5rem 0;
  }
  .card_box .icon img {
    width: 2rem;
  }
  .reason_col {
    display:block;
  }
  .reason_col .col {
    width: 100%;
    padding: 3rem 0 0;
  }
  .reason_col img {
    width: 70%;
    margin: 0 auto;
  }
  .reason_box {
    display:block;
    padding: 2rem 0 0;
  }
  .reason_box dl {
    width: 100%;
    padding-top: 3rem;
  }
  section.contact .block {
    padding: 5rem 2rem;
  }
  .concerns_col {
    display:block;
  }
  .concerns_col .col {
    width: 100%;
    padding: 4rem 0 0;
  }
  .concerns_col img {
    width: 70%;
    margin: 0 auto;
  }
  .service_col {
    display:block;
  }
  .service_col:first-of-type {
    padding: 5rem 0 0;
  }
  .service_col.rev {
    flex-direction: row;
  }
  .service_col .img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .service_col .txt {
    width: 100%;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .service_col h3.sp {
    display: inline-block;
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .service_col h3.pc {
    display: none;
  }
  .support_col {
    display:block;
    padding-top: 0;
  }
  .support_col .col {
    width: 100%;
    padding-top: 5rem;
  }
  .voices_col {
    display:block;
  }
  .voices_col .col {
    width: 100%;
    padding-top: 3.5rem;
    display:block;
  }
  .voices_col .col .img {
    width: 20rem;
    margin: 0 auto;
  }
  .voices_col .col .txt {
    width: 100%;
    padding-left: 0;
    padding-top: 1rem;
  }
  .voices_col .col .txt h3 {
    text-align: center;
  }
  
  .faq_list {
    padding: 0 0 2rem;
  }
  .faq_box{
    margin-top:3rem;
    padding: 0 1.0rem;
  }
  h3.shadeBtn {
    min-height:3.5em;
    padding-bottom:0;
    display: flex;
    align-items: center;
  }
  h3.shadeBtn::before {
    content: "Q";
    display: inline-block;
    width: 5rem;
    height: 4rem;
    line-height: 3.8rem;
    font-size: 2rem;
  }
  .shadeContents{
    padding: 3rem 3rem 3rem 5.5rem;
  }
  .shadeOpen .shadeBtn a,
  .shadeClose .shadeBtn a {
    width:100%;
    padding:2rem 1.5rem;
  }
  .shadeBtn i {
    display: inline-block;
    width: 3.5rem;
    height: 2.5rem;
    background-size: 2.5rem;
  }
  
  .form_block {
    width: 100%;
  }
  
  footer {
    font-size: 1.4rem;
  }
  footer .copy {
    font-size: 1.2rem;
  }
  
  .pc {display: none}
  .sp {display: block}
}
