@charset "UTF-8";
/* ==================================================
	sp
================================================== */
@media screen and (max-width: 599px) {
  #fv {
    width: 100%;
    margin-top: 10vw;
  }
  .fv_img_wrapper {
    width: 100%;
    margin: 10vw auto 0;
  }
  .fv_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .fv_ttl_wrapper {
    width: 85%;
    margin: 10vw auto 0;
  }
  .fv_ttl_wrapper h2 {
    font-weight: 700;
    font-size: 1.6rem;
  }
  .fv_ttl_wrapper p {
    line-height: 1.8em;
    margin-top: 5vw;
  }
  #ttl00 {
    width: 100%;
    margin-top: 5vw;
  }
  #ttl01 {
    width: 100%;
    margin-top: 20vw;
  }
  #ttl02, #ttl03, #ttl04, #ttl05, #ttl06 {
    width: 100%;
    margin-top: 15vw;
  }
  .ttl_wrapper {
    width: 85%;
    margin: 0 auto;
  }
  .ttl_inner {
    width: 100%;
    margin: 0;
  }
  .ttl_wrapper h2 {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    padding: 5vw 0;
  }
  .ttl_wrapper h2 span {
    font-family: poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.0rem;
    color: #357C4C;
    text-align: center;
    display: block;
    padding-bottom: 5vw;
  }
  .ttl_txt {
    line-height: 1.8em;
    padding-bottom: 5vw;
  }
  .ttl_txt:last-of-type {
    padding-bottom: 0;
  }
  .ttl_note {
    font-size: 1.2rem;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    position: relative;
    padding: 0.5em;
    background: #DE4335;
  }
  #service {
    width: 100%;
    margin-top: 5vw;
  }
  .service_wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .service_inner {
    width: 100%;
    border-bottom: 2px dashed #595959;
    margin: 0 auto;
  }
  .service_inner p {
    line-height: 1.8em;
  }
  .service_content_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
    margin: 10vw auto 0;
  }
  .service_txt_wrapper {
    width: 70%;
    margin-bottom: 5vw;
  }
  .service_txt_wrapper ul {}
  .service_txt_wrapper li {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.5em;
    margin-top: 5.0vw;
  }
  .service_txt_wrapper li:first-of-type {
    margin-top: 10vw;
  }
  .service_txt_wrapper li:last-of-type {
    text-align: right;
  }
  .service_img_wrapper {
    width: 100%;
  }
  .service_img_wrapper ul {}
  .service_img_wrapper li {
    margin-top: 5vw;
  }
  .service_img_wrapper li:first-of-type {
    margin-top: 0;
  }
  .service_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .service_img_wrapper span {
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
    display: block;
    margin-top: 2.0vw;
  }
  .service_note {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.5em;
    color: #347D4B;
    text-align: center;
    margin-top: 5.0vw;
  }
  .service_inner .linkbtn {
    width: 90%;
    margin: 5vw auto 10vw;
  }
  .linkbtn {
    width: 70%;
    margin: 20vw auto 0;
  }
  .linkbtn a {
    font-weight: 700;
    font-size: 1.2rem;
    color: #FFF;
    text-align: center;
    background: #357C4C;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
    padding: 5vw 5%;
  }
  .linkbtn a:hover {
    opacity: 0.3;
  }
}
/* ==================================================
	tb
================================================== */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #fv {
    width: 100%;
    margin-top: 10vw;
  }
  .fv_img_wrapper {
    width: 100%;
    margin: 10vw auto 0;
  }
  .fv_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .fv_ttl_wrapper {
    width: 85%;
    margin: 10vw auto 0;
  }
  .fv_ttl_wrapper h2 {
    font-weight: 700;
    font-size: 1.6rem;
  }
  .fv_ttl_wrapper p {
    line-height: 1.8em;
    margin-top: 5vw;
  }
  #ttl00 {
    width: 100%;
    margin-top: 5vw;
  }
  #ttl01 {
    width: 100%;
    margin-top: 20vw;
  }
  #ttl02, #ttl03, #ttl04, #ttl05, #ttl06 {
    width: 100%;
    margin-top: 15vw;
  }
  .ttl_wrapper {
    width: 85%;
    margin: 0 auto;
  }
  .ttl_inner {
    width: 100%;
    margin: 0;
  }
  .ttl_wrapper h2 {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    padding: 5vw 0;
  }
  .ttl_wrapper h2 span {
    font-family: poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.0rem;
    color: #357C4C;
    text-align: center;
    display: block;
    padding-bottom: 5vw;
  }
  .ttl_txt {
    line-height: 1.8em;
    padding-bottom: 5vw;
  }
  .ttl_txt:last-of-type {
    padding-bottom: 0;
  }
  .ttl_note {
    font-size: 1.2rem;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    position: relative;
    padding: 0.5em;
    background: #DE4335;
  }
  #service {
    width: 100%;
    margin-top: 5vw;
  }
  .service_wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .service_inner {
    width: 100%;
    border-bottom: 2px dashed #595959;
    margin: 0 auto;
  }
  .service_inner p {
    line-height: 1.8em;
  }
  .service_content_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
    margin: 10vw auto 0;
  }
  .service_txt_wrapper {
    width: 70%;
    margin-bottom: 5vw;
  }
  .service_txt_wrapper ul {}
  .service_txt_wrapper li {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.5em;
    margin-top: 5.0vw;
  }
  .service_txt_wrapper li:first-of-type {
    margin-top: 10vw;
  }
  .service_txt_wrapper li:last-of-type {
    text-align: right;
  }
  .service_img_wrapper {
    width: 100%;
  }
  .service_img_wrapper ul {}
  .service_img_wrapper li {
    margin-top: 5vw;
  }
  .service_img_wrapper li:first-of-type {
    margin-top: 0;
  }
  .service_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .service_img_wrapper span {
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
    display: block;
    margin-top: 2.0vw;
  }
  .service_note {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.5em;
    color: #347D4B;
    text-align: center;
    margin-top: 5.0vw;
  }
  .service_inner .linkbtn {
    width: 90%;
    margin: 5vw auto 10vw;
  }
  .linkbtn {
    width: 70%;
    margin: 20vw auto 0;
  }
  .linkbtn a {
    font-weight: 700;
    font-size: 1.2rem;
    color: #FFF;
    text-align: center;
    background: #357C4C;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
    padding: 5vw 5%;
  }
  .linkbtn a:hover {
    opacity: 0.3;
  }
}
/* ==================================================
	pc
================================================== */
@media screen and (min-width: 1025px) {
  #fv {}
  .fv_img_wrapper {
    width: 90%;
    margin: 5vw auto 0;
  }
  .fv_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .fv_ttl_wrapper {
    width: 80%;
    margin: 5vw auto 0;
  }
  .fv_ttl_wrapper h2 {
    font-weight: 700;
    font-size: 3.0rem;
    line-height: 1.8em;
  }
  #ttl00 {
    width: 100%;
    margin-top: 2.5vw;
  }
  #ttl01 {
    width: 100%;
    margin-top: 10vw;
  }
  #ttl02, #ttl03, #ttl04, #ttl05, #ttl06 {
    width: 100%;
    margin-top: 5vw;
  }
  .ttl_wrapper {
    width: 75%;
    margin: 0 auto;
  }
  .ttl_inner {
    width: 90%;
    margin: 0 auto;
  }
  .ttl_wrapper h2 {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
  }
  .ttl_wrapper h2 span {
    font-family: poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.0rem;
    color: #357C4C;
    text-align: center;
    display: block;
    padding-bottom: 1.0vw;
  }
  .ttl_txt {
    line-height: 1.8em;
    text-align: left;
    margin-top: 1.0vw;
  }
  .ttl_txt:first-of-type {
    margin-top: 0;
  }
  .ttl_note {
    font-size: 1.2rem;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    position: relative;
    padding: 0.5em;
    background: #DE4335;
    margin-top: 2.5vw;
  }
  #service {
    width: 100%;
    margin-top: 5vw;
  }
  .service_wrapper {
    width: 75%;
    margin: 0 auto;
  }
  .service_inner {
    width: 90%;
    border-bottom: 2px dashed #595959;
    margin: 0 auto;
  }
  .service_inner p {
    line-height: 2em;
    text-align: left;
  }
  .service_content_wrapper {
    width: 90%;
    display: flex;
    align-items: center;
    margin: 5vw auto;
  }
  .service_txt_wrapper {
    width: 30%;
    margin-right: 5%;
  }
  .service_txt_wrapper ul {}
  .service_txt_wrapper li {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5em;
    margin-top: 1.0vw;
  }
  .service_txt_wrapper li:first-of-type {
    margin-top: 0;
  }
  .service_txt_wrapper li:last-of-type {
    text-align: right;
  }
  .service_img_wrapper {
    width: calc(calc(100% - 30%) - 5%);
  }
  .service_img_wrapper ul {
    display: flex;
    flex-wrap: wrap;
  }
  .service_img_wrapper li {
    width: calc(calc(100% - 5%) / 2);
    margin: 2vw 5% 0 0;
  }
  .service_img_wrapper li:nth-of-type(even) {
    margin-right: 0;
  }
  .service_img_wrapper li:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .service_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .service_img_wrapper span {
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
    display: block;
    margin-top: 1.0vw;
  }
  .service_note {
    font-weight: 700;
    line-height: 1.8em;
    color: #347D4B;
    text-align: center !important;
    margin-top: 5.0vw;
  }
  .service_inner .linkbtn {
    width: 30%;
    margin: 2.5vw auto 5vw;
  }
  .linkbtn {
    width: 17%;
    margin: 5vw auto 10vw;
  }
  .linkbtn a {
    font-weight: 700;
    font-size: 1.2rem;
    color: #FFF;
    text-align: center;
    background: #357C4C;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
    padding: 1.5vw 5%;
  }
  .linkbtn a:hover {
    opacity: 0.3;
  }
}