@charset "utf-8";

/*--調整--*/
.h_bar, 
#beltbnr {
	display: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

#specialty {
  text-align: center;
}

#specialty a {
  text-decoration: none;
}

/*--SP--*/
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }  
}

/*--PC--*/
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}  

/*=====KV=====*/
/*--kv__wrapper--*/
.kv__wrapper {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .kv__wrapper {
    width: 900px;
    margin: 60px auto 0;
  }
}  

/*=====LEAD=====*/
/*--lead__wrapper--*/
.lead__wrapper {
  width: calc(100% - 40px * 2);
  margin: 60px auto 0;
}

.lead__wrapper p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3.25vw;
  line-height: 2;
  color: #000000;
	text-align: left;
}

@media only screen and (min-width: 768px) {
  .lead__wrapper {
    width: 900px;
  }

  .lead__wrapper p {
    font-size: 14px;
  	text-align: center;
  }
}  

/*=====TARGET=====*/
/*--target__wrapper--*/
.target__wrapper {
  width: 100%;
  margin: 60px auto 0;
  padding: 20px 40px;
  background: #eeeeee;
}

.target__wrapper section {
  width: 100%;
  margin: 60px auto 0;
}

.target__wrapper section h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 4.65vw;
  line-height: 2;
  color: #012f51;
	text-align: left;
}

.target__wrapper section h4 {
  margin-top: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.72vw;
  line-height: 2;
  color: #012f51;
	text-align: left;
}

.target__wrapper section p {
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3.25vw;
  line-height: 2;
  color: #000000;
	text-align: left;
}

.target__wrapper section ul li {
  margin-top: 10px;
  margin-left: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3.25vw;
  line-height: 2;
  color: #000000;
  text-align: left;
  list-style-type: disc;
}

@media only screen and (min-width: 768px) {
  .target__wrapper section {
    width: 550px;
  }
  
  .target__wrapper section h3 {
    font-size: 20px;
  }

  .target__wrapper section h4 {
    font-size: 16px;
  }

  .target__wrapper section p {
    font-size: 14px;
  }

  .target__wrapper section ul li {
    font-size: 14px;
  }
}  

/*=====BOTTUN=====*/
/*--btn__wrapper--*/
.btn__wrapper {
  width: 100%;
  margin: 60px auto;
}

.btn__wrapper a {
  padding: 10px 50px;
  background: #012f51;
  border: 1px solid #012f51;
  border-radius: 50px;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3.25vw;
  line-height: 2;
  color: #ffffff;
}

.btn__wrapper a:hover {
  background: #ffffff;
  color: #012f51;
}

@media only screen and (min-width: 768px) {
  .btn__wrapper a {
    font-size: 14px;
  }
}

/*=====STEP=====*/
/*--step__wrapper--*/
.step__wrapper {
  width: calc(100% - 40px * 2);
  margin: 60px auto 0;
}

.step__wrapper h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 4.65vw;
  line-height: 2;
  color: #000000;
	text-align: center;
}

.step__wrapper > p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.79vw;
  line-height: 2;
  color: #000000;
	text-align: left;
}

.flow__wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.flow__wrapper .flow__box {
  width: 100%;
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #012f51;
  border-radius: 10px;

}

.flow__box h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 4.65vw;
  line-height: 2;
  color: #012f51;
	text-align: center;
}

.flow__box p {
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.79vw;
  line-height: 2;
  color: #000000;
	text-align: left;
}

@media only screen and (min-width: 768px) {
  .step__wrapper {
    width: 920px;
  }

  .step__wrapper h3 {
    font-size: 20px;
  }
  
  .step__wrapper > p {
    margin-top: 20px;
    font-size: 12px;
    text-align: center;
  }

  .flow__wrapper {
    margin-top: 40px;
    align-items: stretch;
    flex-wrap: nowrap;
  }  

  .flow__wrapper .flow__box {
    width: 25%;
    margin: 0 10px;
  }  
  
  .flow__box h4 {
    font-size: 20px;
  }  

  .flow__box p {
    font-size: 12px;
  }  
}

/*=====NOTE=====*/
/*--note__wrapper--*/
.note__wrapper {
  width: 100%;
  margin: 60px auto 0;
  padding: 40px;
  background: #eeeeee;
}

.note__wrapper h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 4.65vw;
  line-height: 2;
  color: #012f51;
	text-align: left;
}

.note__wrapper h4 {
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.72vw;
  line-height: 2;
  color: #012f51;
	text-align: left;
}

.note__wrapper p {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.79vw;
  line-height: 2;
  color: #000000;
	text-align: left;
}

.note__wrapper ul li {
  margin-top: 10px;
  margin-left: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3.25vw;
  line-height: 2;
  color: #000000;
  text-align: left;
  list-style-type: disc;
}

@media only screen and (min-width: 768px) {
  .note__wrapper {
    padding: 60px;
  }

  .note__wrapper section {
    width: 550px;
    margin: 0 auto;
  }

  .note__wrapper h3 {
    font-size: 20px;
  }
  
  .note__wrapper h4 {
    font-size: 16px;
  }
  
  .note__wrapper p {
    font-size: 12px;
  }

.note__wrapper ul li {
    font-size: 14px;
  }
}

/*=====FAQ=====*/
/*--faq__wrapper--*/
.faq__wrapper {
  width: calc(100% - 40px * 2);
  margin: 60px auto;
}

.faq__wrapper h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 4.65vw;
  line-height: 2;
  color: #000000;
	text-align: center;
}

.faq__wrapper dt {
  margin-top: 20px;
  padding-left: 35px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.25vw;
  line-height: 25px;
  color: #000000;
  text-align: left;
}

.faq__wrapper dd {
  margin-top: 10px;
  padding-left: 35px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3.25vw;
  line-height: 25px;
  color: #000000;
  text-align: left;
}

.faq__wrapper dt::before {
  content: "Q";
  width: 25px;
  height: 25px;
  background: #012f51;
  border-radius: 50%;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

.faq__wrapper dd::before {
  content: "A";
  width: 25px;
  height: 25px;
  background: #e73819;
  border-radius: 50%;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .faq__wrapper {
    width: 550px;
  }

  .faq__wrapper h3 {
    font-size: 20px;
  }
  
  .faq__wrapper dt, 
  .faq__wrapper dd {
    font-size: 14px;
  }
}


/*=====CONTACT=====*/
/*--contact__wrapper--*/
.contact__wrapper {
  width: calc(100% - 40px * 2);
  margin: 80px auto;
}

.contact__wrapper p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3.25vw;
  line-height: 2;
  color: #000000;
	text-align: left;
}

.contact__inner {
  width: 100%;
  margin: 30px auto;
  padding: 30px;
  border: 1px solid #012f51;
  border-radius: 10px;
}

.contact__inner h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 4.65vw;
  line-height: 2;
  color: #000000;
	text-align: center;
}

.contact__inner > p, 
.contact__inner > p a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3.25vw;
  line-height: 2;
  color: #000000;
	text-align: center;
}

.contact__inner > p a {
  text-decoration: underline !important;
}

.contact__inner > p a:hover {
  text-decoration: none !important;
}

.contact__inner > p:nth-of-type(1) {
  margin-top: 20px;
}

.contact__inner > p:nth-of-type(2) {
  margin-top: 10px;
}

.contact__inner > p:nth-of-type(3) {
  margin-top: 10px;
  font-size: 2.79vw;
}

@media only screen and (min-width: 768px) {
  .contact__wrapper {
    width: 550px;
  }

  .contact__wrapper p {
    font-size: 14px;
    text-align: center;
  }

  .contact__inner h3 {
    font-size: 20px;
  }

  .contact__inner > p, 
  .contact__inner > p a {
    font-size: 14px;
  }

  .contact__inner > p:nth-of-type(3) {
    font-size: 12px;
  }
}
