@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  font-size: 20px;
  line-height: 1.4;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  height: auto;
  font-weight: 500;
}
@media (min-width: 901px) and (max-width:1280px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 601px) and (max-width:900px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
}

.inner {
  padding: 0 100px;
  max-width: 1320px;
  margin: 0 auto;
}
@media (min-width: 901px) and (max-width:1280px) {
  .inner {
    padding: 0 30px;
    max-width: 1040px;
  }
}
@media (min-width: 601px) and (max-width:900px) {
  .inner {
    padding: 0 60px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .inner {
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
  }
}

.fv-inner {
  padding: 0 60px;
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 901px) and (max-width:1280px) {
  .fv-inner {
    padding: 0 30px;
    max-width: 1120px;
  }
}
@media (min-width: 601px) and (max-width:900px) {
  .fv-inner {
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .fv-inner {
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }
}

img {
  width: 100%;
}

.pc-l-none {
  display: none;
}
@media (min-width: 901px) and (max-width:1280px) {
  .pc-l-none {
    display: block;
  }
}
@media (min-width: 601px) and (max-width:900px) {
  .pc-l-none {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .pc-l-none {
    display: block;
  }
}

.l-pc-only {
  display: block;
}
@media (min-width: 901px) and (max-width:1280px) {
  .l-pc-only {
    display: none;
  }
}
@media (min-width: 601px) and (max-width:900px) {
  .l-pc-only {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .l-pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (min-width: 901px) and (max-width:1280px) {
  .sp-only {
    display: none;
  }
}
@media (min-width: 601px) and (max-width:900px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .sp-only {
    display: block;
  }
}

/*==============================


header


================================*/
header {
  width: 100%;
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 10;
}
@media (min-width: 601px) and (max-width:900px) {
  header {
    height: 60px;
  }
}
@media screen and (max-width: 600px) {
  header {
    height: 60px;
  }
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 48px;
}
@media (min-width: 601px) and (max-width:900px) {
  .header-wrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 600px) {
  .header-wrap {
    padding: 0 10px;
  }
}

.header-logo a {
  width: 222px;
}
@media (min-width: 601px) and (max-width:900px) {
  .header-logo {
    width: 175px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .header-logo {
    width: 151px;
    margin-top: 10px;
  }
}

.header-nav {
  display: flex;
  padding-top: 24px;
  margin-left: auto;
}
@media (min-width: 601px) and (max-width:900px) {
  .header-nav {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .header-nav {
    display: none;
  }
}

.header-nav-item {
  padding-left: 53px;
}
@media (min-width: 901px) and (max-width:1280px) {
  .header-nav-item {
    padding-left: 20px;
  }
}
.header-nav-item a {
  color: #333333;
  font-size: 16px;
}
.header-nav-item a:hover {
  color: #FE843A;
}

.header-btn {
  padding-top: 12px;
  padding-left: 53px;
}
@media (min-width: 901px) and (max-width:1280px) {
  .header-btn {
    padding-left: 20px;
  }
}
.header-btn a {
  display: inline-block;
  color: #ffffff;
  transition: all 1s;
  background-color: #06C755;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 16px;
  padding: 12px 30px 10px 30px;
  text-align: center;
}
.header-btn a:hover {
  background: linear-gradient(#ffffff 0%, #ffffff 100%);
  color: #06C755;
  border: 1px solid #06C755;
}
@media (min-width: 901px) and (max-width:1280px) {
  .header-btn a {
    font-size: 14px;
    padding: 12px 20px 10px 20px;
  }
}
@media screen and (max-width: 600px) {
  .header-btn a {
    font-size: 12px;
    padding: 7px 22px;
  }
}
@media (min-width: 601px) and (max-width:900px) {
  .header-btn {
    padding-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .header-btn {
    padding-left: 0;
    padding-top: 15px;
  }
}

/*==============================


FV


================================*/
.FV {
    width: 100%;
    height: 660px;
    background-color: #F8F8F8;
    position: relative;
    background-image: url(../img3.0/FV-back.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .FV {
      height: 630px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .FV {
      margin-top: 60px;
      height: auto;
      background-image: none;
    }
  }
  @media screen and (max-width: 600px) {
    .FV {
      margin-top: 60px;
      height: auto;
      background-image: none;
    }
  }
  
  .FV-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .FV-wrapper {
      flex-direction: column;
      padding-bottom: 40px;
    }
  }
  @media screen and (max-width: 600px) {
    .FV-wrapper {
      display: block;
      padding-bottom: 0;
    }
  }
  
  .FV-content {
    margin-top: 210px;
    position: relative;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .FV-content {
      margin-top: 180px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .FV-content {
      margin-top: 0;
      padding-top: 60px;
      background-image: url(../img3.0/FV-back.jpeg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
      height: 400px;
      z-index: 5;
    }
  }
  @media screen and (max-width: 600px) {
    .FV-content {
      margin-top: 0;
      padding-top: 60px;
      background-image: url(../img3.0/FV-back.jpeg);
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat;
      width: 100%;
      height: 350px;
      z-index: 5;
    }
  }
  .FV-content h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.7;
    background-color: #ffffff;
    padding: 35px 50px 32px 25px;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .FV-content h1 {
      font-size: 30px;
      line-height: 1.8;
      padding: 30px 20px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .FV-content h1 {
      font-size: 28px;
      margin-bottom: 20px;
      padding: 20px;
      margin: 0 40px;
    }
  }
  @media screen and (max-width: 600px) {
    .FV-content h1 {
      font-size: 20px;
      margin-bottom: 20px;
      padding: 15px;
      margin: 0 15px;
    }
  }
  .FV-content h1 span {
    font-size: 40px;
    color: #06C755;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .FV-content h1 span {
      font-size: 30px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .FV-content h1 span {
      font-size: 28px;
    }
  }
  @media screen and (max-width: 600px) {
    .FV-content h1 span {
      font-size: 26px;
      display: inline-block;
      margin-bottom: 5px;
    }
  }
  
  .FV-menu {
    display: flex;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .FV-menu {
      justify-content: center;
    }
  }
  @media screen and (max-width: 600px) {
    .FV-menu {
      justify-content: space-between;
      width: 100%;
      padding: 0 20px;
    }
  }
  
  .FV-menu-item {
    background-color: #06C755;
    color: #ffffff;
    font-size: 28px;
    width: 185px;
    height: 60px;
    text-align: center;
    padding-top: 10px;
    margin-top: 20px;
    margin-right: 20px;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .FV-menu-item {
      font-size: 25px;
      height: 56px;
    }
  }
  @media screen and (max-width: 600px) {
    .FV-menu-item {
      width: calc((100% - 20px) / 2);
      height: 46px;
      font-size: 20px;
      padding-top: 7px;
      margin-top: 10px;
      margin-right: 0;
    }
  }
  
  .FV-subtitle {
    font-size: 40px;
    color: #06C755;
    line-height: 1.5;
    padding-bottom: 15px;
    font-weight: 500;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .FV-subtitle {
      font-size: 35px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .FV-subtitle {
      font-size: 32px;
    }
  }
  @media screen and (max-width: 600px) {
    .FV-subtitle {
      font-size: 26px;
    }
  }
  
  .FV-text {
    font-size: 25px;
    color: #252525;
    line-height: 1.8;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .FV-text {
      font-size: 22px;
      line-height: 1.7;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .FV-text {
      font-size: 20px;
    }
  }
  @media screen and (max-width: 600px) {
    .FV-text {
      font-size: 18px;
    }
  }
  
  .FV-red {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #06C755;
    color: #ffffff;
    font-size: 35px;
    text-align: center;
    padding: 20px 0;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .FV-red {
      font-size: 30px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .FV-red {
      position: static;
      font-size: 25px;
    }
  }
  @media screen and (max-width: 600px) {
    .FV-red {
      font-size: 25px;
      padding: 30px 0;
      position: static;
    }
  }
  
  .FV-download {
    width: 350px;
    margin-top: 150px;
    margin-bottom: 40px;
    box-shadow: 5px 5px 5px rgba(130, 130, 130, 0.2);
    background-color: #ffffff;
    padding: 20px 20px 40px 20px;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .FV-download {
      padding: 20px 10px 20px 10px;
      margin-top: 120px;
      width: 280px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .FV-download {
      width: 80%;
      margin: 80px auto 40px auto;
      display: none;
    }
  }
  @media screen and (max-width: 600px) {
    .FV-download {
      width: 300px;
      margin: 60px auto 40px auto;
      display: none;
    }
  }
  
  .FV-download-title {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #DADADA;
  }
  
  .FV-download-row {
    padding-top: 20px;
    border-bottom: 1px solid #DADADA;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .FV-download-row {
      padding-top: 15px;
    }
  }
  
  .FV-download-label {
    font-size: 12px;
  }
  .FV-download-label span {
    font-size: 10px;
    color: #06C755;
  }
  
  .FV-download-input [type=text] {
    border: none;
    width: 100%;
  }
  .FV-download-input [type=text]::-moz-placeholder {
    font-size: 14px;
    color: #DADADA;
  }
  .FV-download-input [type=text]::placeholder {
    font-size: 14px;
    color: #DADADA;
  }
  .FV-download-input [type=email] {
    border: none;
    width: 100%;
  }
  .FV-download-input [type=email]::-moz-placeholder {
    font-size: 14px;
    color: #DADADA;
  }
  .FV-download-input [type=email]::placeholder {
    font-size: 14px;
    color: #DADADA;
  }
  .FV-download-input [type=tel] {
    border: none;
    width: 100%;
  }
  .FV-download-input [type=tel]::-moz-placeholder {
    font-size: 14px;
    color: #DADADA;
  }
  .FV-download-input [type=tel]::placeholder {
    font-size: 14px;
    color: #DADADA;
  }
  .FV-download-input textarea {
    border: none;
    width: 100%;
    height: 20px;
  }
  .FV-download-input textarea::-moz-placeholder {
    font-size: 14px;
    color: #DADADA;
  }
  .FV-download-input textarea::placeholder {
    font-size: 14px;
    color: #DADADA;
  }
  
  .FV-download-privacy {
    font-size: 11px;
    padding-top: 20px;
    line-height: 1.63;
  }
  .FV-download-privacy a {
    text-decoration: underline;
  }
  .FV-download-privacy a:hover {
    opacity: 0.7;
  }
  
  .FV-download-btn {
    text-align: center;
    padding-top: 20px;
  }
  .FV-download-btn [type=submit] {
    border: 1px solid #06C755;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 68px;
    background-color: #06C755;
    color: #ffffff;
    border-radius: 20px;
  }
  .FV-download-btn [type=submit]:hover {
    background-color: #ffffff;
    color: #06C755;
  }
  
  div.wpcf7 .wpcf7-spinner {
    display: block;
  }
  
  /*==============================
  
  
  section
  
  
  ================================*/
  .section {
    scroll-margin-top: 70px;
    padding: 100px 0 70px 0;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .section {
      padding: 70px 0;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .section {
      padding: 50px 0;
    }
  }
  @media screen and (max-width: 600px) {
    .section {
      padding: 50px 0;
    }
  }
  
  .h2-wrap {
    text-align: center;
  }
  
  .section-title {
    font-size: 60px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 50px;
    display: inline-block;
    text-align: center;
  }
  .section-title::after {
    position: absolute;
    content: "";
    width: 90%;
    height: 6px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #06C755;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .section-title {
      font-size: 40px;
      margin-bottom: 40px;
    }
  }
  @media screen and (max-width: 600px) {
    .section-title {
      font-size: 28px;
      margin-bottom: 40px;
      line-height: 1.2;
      white-space: nowrap;
    }
  }
  .section-title span {
    font-size: 45px;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .section-title span {
      font-size: 36px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .section-title span {
      font-size: 22px;
    }
  }
  @media screen and (max-width: 600px) {
    .section-title span {
      font-size: 24px;
      line-height: 1.2;
      display: inline-block;
      margin-bottom: 10px;
    }
  }
  
  /*==============================
  
    contact
  
  
    ================================*/
  .contact-wrap {
    display: flex;
    justify-content: space-between;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .contact-wrap {
      display: block;
    }
  }
  @media screen and (max-width: 600px) {
    .contact-wrap {
      display: block;
    }
  }
  
  .contact-item {
    width: 100%;
    position: relative;
    text-align: center;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .contact-item {
      width: 100%;
      height: auto;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .contact-item {
      width: 100%;
      height: auto;
      padding-bottom: 20px;
    }
  }
  @media screen and (max-width: 600px) {
    .contact-item {
      width: 100%;
      padding-bottom: 10px;
      height: auto;
    }
  }
  .contact-item p {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 37px;
    display: inline-block;
  }
  @media screen and (max-width: 600px) {
    .contact-item p {
      margin-top: 30px;
      font-size: 18px;
      margin-bottom: 20px;
    }
  }
  .contact-item p::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 30px;
    background-color: #333333;
    left: -20px;
    top: 50%;
    rotate: -25deg;
    transform: translateY(-50%);
  }
  .contact-item p::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 30px;
    background-color: #333333;
    right: -20px;
    top: 50%;
    rotate: 25deg;
    transform: translateY(-50%);
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .contact-item p {
      font-size: 18px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .contact-item p {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 600px) {
    .contact-item p {
      font-size: 16px;
    }
  }
  
  .contact-item-message {
    font-size: 25px;
    text-align: center;
    padding: 34px 0;
    line-height: 1.5;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .contact-item-message {
      font-size: 20px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .contact-item-message {
      font-size: 18px;
      padding: 30px 0 20px 0;
    }
  }
  @media screen and (max-width: 600px) {
    .contact-item-message {
      font-size: 16px;
      display: none;
    }
  }
  
  .contact-item-btn {
    text-align: center;
    margin-bottom: 40px;
  }
  .contact-item-btn a {
    display: inline-block;
    width: 436px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 60px;
    background: linear-gradient(#06C755 0%, #93FABE 100%);
    padding: 27px 0;
    box-shadow: 3px 5px 5px rgba(172, 172, 172, 0.3);
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .contact-item-btn a {
      font-size: 24px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .contact-item-btn a {
      font-size: 20px;
      width: 450px;
      height: 66px;
      padding: 20px 0;
    }
  }
  @media screen and (max-width: 600px) {
    .contact-item-btn a {
      font-size: 20px;
      width: 320px;
      height: 66px;
      padding: 20px 0;
    }
  }
  .contact-item-btn a span {
    padding-right: 37px;
    padding-left: 32px;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .contact-item-btn a span {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .contact-item-btn a span {
      padding: 0 25px;
    }
  }
  @media screen and (max-width: 600px) {
    .contact-item-btn a span {
      padding: 0 25px;
    }
  }
  .contact-item-btn a img {
    width: 27px;
    margin-bottom: 5px;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .contact-item-btn a img {
      margin-bottom: 0;
    }
  }
  @media screen and (max-width: 600px) {
    .contact-item-btn a img {
      margin-bottom: 0;
    }
  }
  .contact-item-btn a:hover {
    background: linear-gradient(#ffffff 0%, #ffffff 100%);
    color: #06C755;
    border: 1px solid #06C755;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .contact-item-btn {
      margin-bottom: 40px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .contact-item-btn {
      margin-bottom: 30px;
    }
  }
  @media screen and (max-width: 600px) {
    .contact-item-btn {
      margin-bottom: 30px;
    }
  }
  
  /*==============================
  
  about
  
  
  ================================*/
  .about {
    margin-top: 80px;
    margin-bottom: 70px;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .about {
      margin-top: 60px;
      margin-bottom: 60px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .about {
      margin-top: 40px;
      margin-bottom: 50px;
    }
  }
  @media screen and (max-width: 600px) {
    .about {
      margin-top: 30px;
      margin-bottom: 50px;
    }
  }
  .about h2 {
    width: 100%;
    background-color: #06C755;
    padding: 40px 0;
    text-align: center;
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.4;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .about h2 {
      font-size: 42px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .about h2 {
      font-size: 25px;
    }
  }
  @media screen and (max-width: 600px) {
    .about h2 {
      font-size: 20px;
      padding: 20px 0;
    }
  }
  
  /*==============================
  
  success
  
  
  ================================*/
  .success-wrap {
    margin-bottom: 55px;
    display: flex;
    justify-content: space-between;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .success-wrap {
      display: block;
      margin-bottom: 30px;
    }
  }
  @media screen and (max-width: 600px) {
    .success-wrap {
      display: block;
      margin-bottom: 10px;
    }
  }
  
  .success-item {
    width: calc((100% - 46px) / 2);
    border-radius: 20px;
    border: 5px solid #333333;
    text-align: center;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .success-item {
      width: 100%;
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 600px) {
    .success-item {
      width: 100%;
      margin-bottom: 20px;
    }
  }
  
  .success-item-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    background-color: #333333;
    color: #ffffff;
    border-radius: 15px 15px 0 0;
    padding: 23px 0;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .success-item-title {
      font-size: 26px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .success-item-title {
      font-size: 22px;
    }
  }
  @media screen and (max-width: 600px) {
    .success-item-title {
      font-size: 22px;
      padding: 20px 0;
    }
  }
  
  .success-item-img {
    padding: 30px 55px;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .success-item-img {
      padding: 25px 40px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .success-item-img {
      padding: 20px 30px;
    }
  }
  @media screen and (max-width: 600px) {
    .success-item-img {
      font-size: 26px;
      padding: 10px 30px;
    }
  }
  
  .success-item-before {
    font-size: 23px;
    font-weight: 700;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .success-item-before {
      font-size: 20px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .success-item-before {
      font-size: 18px;
    }
  }
  @media screen and (max-width: 600px) {
    .success-item-before {
      font-size: 16px;
    }
  }
  
  .success-item-arrow {
    width: 48px;
    margin: 10px auto 0 auto;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .success-item-arrow {
      width: 40px;
    }
  }
  @media screen and (max-width: 600px) {
    .success-item-arrow {
      width: 30px;
    }
  }
  
  .success-item-after {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.55;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .success-item-after {
      font-size: 26px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .success-item-after {
      font-size: 22px;
    }
  }
  @media screen and (max-width: 600px) {
    .success-item-after {
      font-size: 22px;
    }
  }
  .success-item-after span {
    position: relative;
  }
  .success-item-after span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 15px;
    background-color: #FCDF02;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  
  .double-arrow {
    width: 110px;
    margin: 0 auto;
  }
  
  .about-message {
    margin-top: 33px;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 155px;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .about-message {
      font-size: 38px;
      margin-bottom: 120px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .about-message {
      font-size: 28px;
      margin-top: 20px;
      margin-bottom: 80px;
    }
  }
  @media screen and (max-width: 600px) {
    .about-message {
      font-size: 28px;
      margin-top: 15px;
      margin-bottom: 60px;
    }
  }
  
  /*==============================
  
  why
  
  
  ================================*/
  .why {
    background-color: #CCCCCC;
    padding-bottom: 250px;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .why {
      padding-bottom: 180px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .why {
      padding-bottom: 140px;
    }
  }
  @media screen and (max-width: 600px) {
    .why {
      padding-bottom: 80px;
    }
  }
  
  .black-title {
    padding: 43px 0 102px 0;
    font-size: 80px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    background-color: #333333;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .black-title {
      padding: 35px 0 80px 0;
      font-size: 60px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .black-title {
      padding: 30px 0 70px 0;
      font-size: 40px;
    }
  }
  @media screen and (max-width: 600px) {
    .black-title {
      font-size: 30px;
      padding: 20px 0 60px 0;
    }
  }
  
  .why-item {
    background-color: #ffffff;
    border-radius: 20px;
    width: 100%;
    padding: 20px 0 54px 54px;
    margin-bottom: 80px;
  }
  .why-item p {
    line-height: 2.5;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .why-item p {
      line-height: 2;
    }
  }
  @media screen and (max-width: 600px) {
    .why-item p {
      line-height: 2;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .why-item {
      padding: 20px 0 30px 20px;
      margin-bottom: 40px;
    }
  }
  @media screen and (max-width: 600px) {
    .why-item {
      padding: 20px 14px 30px 14px;
      margin-bottom: 30px;
    }
  }
  
  .why-first-item {
    margin-top: -40px;
  }
  
  .why-point {
    font-size: 60px;
    font-weight: 700;
    color: #06C755;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .why-point {
      font-size: 50px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .why-point {
      font-size: 40px;
    }
  }
  @media screen and (max-width: 600px) {
    .why-point {
      font-size: 30px;
    }
  }
  .why-point span {
    font-size: 120px;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .why-point span {
      font-size: 100px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .why-point span {
      font-size: 80px;
    }
  }
  @media screen and (max-width: 600px) {
    .why-point span {
      font-size: 50px;
    }
  }
  
  .why-subtitle {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .why-subtitle {
      font-size: 44px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .why-subtitle {
      font-size: 38px;
    }
  }
  @media screen and (max-width: 600px) {
    .why-subtitle {
      font-size: 19px;
      margin-bottom: 10px;
    }
  }
  
  .p-yellow {
    display: inline; /* 各行に下線が適用されるように */
    text-decoration: underline !important; /* 下線を追加 */
    text-decoration-color: #FCDF02 !important; /* 下線の色を黄色に */
    text-decoration-thickness: 10px !important; /* 下線の太さを調整 */
    text-underline-offset: -5px !important; /* 下線をテキストに重ねるための調整 */
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }
  
  /*==============================
  
   ok
  
  
   ================================*/
  .b-mgn-title {
    font-size: 47px;
    font-weight: 700;
    padding: 43px 0;
    text-align: center;
    margin: -140px 60px 0 60px;
    background-color: #333333;
    color: #ffffff;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .b-mgn-title {
      font-size: 35px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .b-mgn-title {
      font-size: 28px;
      margin: -80px 30px 0 30px;
      padding: 25px 0;
    }
  }
  @media screen and (max-width: 600px) {
    .b-mgn-title {
      font-size: 20px;
      margin: -70px 20px 0 20px;
      padding: 20px 0;
    }
  }
  
  .h3-styled {
    text-align: center;
    margin-top: 68px;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .h3-styled {
      margin-top: 40px;
    }
  }
  @media screen and (max-width: 600px) {
    .h3-styled {
      margin-top: 40px;
    }
  }
  .h3-styled h3 {
    font-size: 60px;
    color: #06C755;
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 10px;
    display: inline-block;
    text-align: center;
  }
  .h3-styled h3::after {
    position: absolute;
    content: "";
    width: 120%;
    height: 6px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #06C755;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .h3-styled h3 {
      font-size: 40px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .h3-styled h3 {
      font-size: 35px;
    }
  }
  @media screen and (max-width: 600px) {
    .h3-styled h3 {
      font-size: 30px;
      margin-bottom: 30px;
    }
  }
  
  .ok-wrap p {
    line-height: 2.5;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .ok-wrap p {
      line-height: 2;
    }
  }
  @media screen and (max-width: 600px) {
    .ok-wrap p {
      line-height: 1.8;
    }
  }
  
  .gray-icon {
    background-color: #333333;
  }
  
  .green-icon {
    background-color: #06C755;
  }
  
  .gray-wrap {
    background-color: #F8F8F8;
    padding: 50px 0 40px 0;
    margin-bottom: 75px;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .gray-wrap {
      margin-bottom: 50px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .gray-wrap {
      margin-bottom: 40px;
    }
  }
  @media screen and (max-width: 600px) {
    .gray-wrap {
      padding: 30px 0;
      margin-bottom: 20px;
    }
  }
  
  .mgn {
    margin-bottom: 40px;
  }
  @media screen and (max-width: 600px) {
    .mgn {
      margin-bottom: 15px;
    }
  }
  
  .ok-top {
    display: flex;
    margin-bottom: 20px;
  }
  @media screen and (max-width: 600px) {
    .ok-top {
      display: block;
    }
  }
  
  .ok-icon {
    font-size: 70px;
    font-weight: 700;
    color: #ffffff;
    padding: 0 16px;
    line-height: 1.2;
    height: 90px;
    margin-top: 20px;
    margin-right: 20px;
    display: inline-block;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .ok-icon {
      font-size: 55px;
      height: 80px;
      padding-top: 8px;
      margin-top: 10px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .ok-icon {
      font-size: 45px;
      height: 70px;
      padding-top: 5px;
      margin-top: 0px;
    }
  }
  @media screen and (max-width: 600px) {
    .ok-icon {
      font-size: 40px;
      height: 50px;
      padding-top: 0;
      margin-top: 10px;
    }
  }
  
  .ok-h4 {
    font-size: 40px;
    line-height: 1.45;
    font-weight: 700;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .ok-h4 {
      font-size: 30px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .ok-h4 {
      font-size: 26px;
    }
  }
  @media screen and (max-width: 600px) {
    .ok-h4 {
      font-size: 18px;
      margin-top: 11px;
      white-space: nowrap;
    }
  }
  
  .ng-bottom-title {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin: 28px 0 50px 0;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .ng-bottom-title {
      font-size: 38px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .ng-bottom-title {
      font-size: 30px;
      margin: 20px 0 30px 0;
    }
  }
  @media screen and (max-width: 600px) {
    .ng-bottom-title {
      font-size: 30px;
      margin: 20px 0;
    }
  }
  
  /*==============================
  
    but
  
  
    ================================*/
  .but {
    margin-top: 100px;
    padding: 108px 0 120px 0;
    text-align: center;
    font-weight: 700;
    background-color: #333333;
    color: #ffffff;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .but {
      margin-top: 70px;
      padding: 80px 0 90px 0;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .but {
      margin-top: 50px;
      padding: 60px 0;
    }
  }
  @media screen and (max-width: 600px) {
    .but {
      margin-top: 32px;
      padding: 32px 0;
    }
  }
  
  .but-title {
    font-size: 46px;
    padding-bottom: 44px;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .but-title {
      font-size: 40px;
      padding-bottom: 35px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .but-title {
      font-size: 32px;
      padding-bottom: 35px;
    }
  }
  @media screen and (max-width: 600px) {
    .but-title {
      font-size: 30px;
      padding-bottom: 30px;
    }
  }
  
  .but-text {
    line-height: 2.5;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .but-text {
      line-height: 2;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .but-text {
      line-height: 2;
    }
  }
  @media screen and (max-width: 600px) {
    .but-text {
      line-height: 2;
      text-align: center;
    }
  }
  
  .but-wrap {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .but-wrap {
      display: block;
    }
  }
  @media screen and (max-width: 600px) {
    .but-wrap {
      display: block;
    }
  }
  
  .but-item {
    width: calc((100% - 86px) / 2);
    border-radius: 20px;
    background-color: #ffffff;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .but-item {
      width: calc((100% - 50px) / 2);
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .but-item {
      width: 100%;
    }
  }
  @media screen and (max-width: 600px) {
    .but-item {
      width: 100%;
    }
  }
  .but-item h3 {
    font-size: 40px;
    border-radius: 15px 15px 0 0;
    padding: 22px 0;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .but-item h3 {
      font-size: 35px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .but-item h3 {
      font-size: 28px;
    }
  }
  @media screen and (max-width: 600px) {
    .but-item h3 {
      font-size: 24px;
      padding: 15px 0;
    }
  }
  
  .but-row {
    display: flex;
    padding: 39px 30px 30px 30px;
  }
  @media screen and (max-width: 600px) {
    .but-row {
      padding: 10px;
      display: block;
      text-align: left;
    }
  }
  .but-row p {
    line-height: 1.8;
    color: #333333;
    text-align: left;
  }
  @media screen and (max-width: 600px) {
    .but-row p {
      font-size: 17px;
    }
  }
  
  .but-cost {
    border-bottom: 2px solid #969696;
  }
  .but-row-icon {
    width: 120px;
    height: 40px;
    font-size: 24px;
    background-color: #06C755;
    margin-right: 20px;
    margin-top: 20px;
  }
  @media screen and (max-width: 600px) {
    .but-row-icon {
      margin-bottom: 10px;
      font-size: 18px;
      padding: 3px 10px 0 10px;
      width: auto;
      height: 32px;
      display: inline-block;
    }
  }
  
  .but-gray-item h3 {
    background-color: #969696;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .but-gray-item {
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 600px) {
    .but-gray-item {
      margin-bottom: 20px;
    }
  }
  
  .but-green-item h3 {
    background-color: #06C755;
  }
  
  .but-row-price {
    font-size: 38px;
    color: #E80000;
    text-align: left;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .but-row-price {
      font-size: 25px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .but-row-price {
      font-size: 25px;
    }
  }
  @media screen and (max-width: 600px) {
    .but-row-price {
      font-size: 30px;
      text-align: center;
    }
  }
  .but-row-price span {
    font-size: 48px;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .but-row-price span {
      font-size: 44px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .but-row-price span {
      font-size: 40px;
    }
  }
  @media screen and (max-width: 600px) {
    .but-row-price span {
      font-size: 50px;
    }
  }
  
  .but-cost-text {
    font-size: 40px;
    color: #333333;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .but-cost-text {
      font-size: 33px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .but-cost-text {
      font-size: 28px;
    }
  }
  @media screen and (max-width: 600px) {
    .but-cost-text {
      font-size: 24px;
      text-align: center;
    }
  }
  
  .but-cost-price {
    margin-bottom: 25px;
    font-size: 60px;
    text-align: left;
    color: #E80000;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .but-cost-price {
      font-size: 50px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .but-cost-price {
      font-size: 40px;
    }
  }
  @media screen and (max-width: 600px) {
    .but-cost-price {
      font-size: 40px;
      text-align: center;
      margin-bottom: 10px;
    }
  }
  .but-cost-price span {
    font-size: 70px;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .but-cost-price span {
      font-size: 60px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .but-cost-price span {
      font-size: 60px;
    }
  }
  @media screen and (max-width: 600px) {
    .but-cost-price span {
      font-size: 60px;
    }
  }
  
  .but-speed-text {
    font-size: 32px;
    color: #333333;
    text-align: left;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .but-speed-text {
      font-size: 26px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .but-speed-text {
      font-size: 24px;
    }
  }
  @media screen and (max-width: 600px) {
    .but-speed-text {
      font-size: 24px;
      text-align: center;
      margin-bottom: 20px;
    }
  }
  .but-speed-text span {
    font-size: 50px;
    color: #E80000;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .but-speed-text span {
      font-size: 40px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .but-speed-text span {
      font-size: 35px;
    }
  }
  @media screen and (max-width: 600px) {
    .but-speed-text span {
      font-size: 40px;
    }
  }
  
  /*==============================
  
  strong
  
  
  ================================*/
  .strong {
    margin: 160px 0 0 0;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .strong {
      margin-top: 120px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .strong {
      margin-top: 80px;
    }
  }
  @media screen and (max-width: 600px) {
    .strong {
      margin-top: 60px;
    }
  }
  
  .strong-head {
    margin: 40px 0 70px 0;
  }
  @media screen and (max-width: 600px) {
    .strong-head {
      margin: 0 0 40px 0;
    }
  }
  
  .strong-row {
    display: flex;
    margin-bottom: 50px;
  }
  .strong-row img {
    width: 96px;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .strong-row img {
      width: 50px;
      height: 45px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .strong-row img {
      width: 40px;
      height: 35px;
      display: block;
      margin-top: 10px;
    }
  }
  @media screen and (max-width: 600px) {
    .strong-row img {
      width: 33px;
      height: 28px;
      display: block;
      margin-top: 10px;
    }
  }
  @media screen and (max-width: 600px) {
    .strong-row {
      margin-bottom: 22px;
    }
  }
  
  .strong-q {
    margin-left: 60px;
    font-size: 55px;
    font-weight: 700;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .strong-q {
      margin-left: 30px;
      font-size: 48px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .strong-q {
      margin-left: 20px;
      font-size: 28px;
    }
  }
  @media screen and (max-width: 600px) {
    .strong-q {
      margin-left: 15px;
      font-size: 24px;
      line-height: 1.3;
    }
  }
  
  .strong-body {
    text-align: center;
  }
  .strong-body h3 {
    padding: 30px 0;
    text-align: center;
    font-weight: 700;
    font-size: 65px;
    color: #ffffff;
    margin: 0 60px;
    background-color: #06C755;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .strong-body h3 {
      margin: 0 40px;
      font-size: 45px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .strong-body h3 {
      margin: 0 30px;
      font-size: 38px;
    }
  }
  @media screen and (max-width: 600px) {
    .strong-body h3 {
      font-size: 24px;
      margin: 20px;
    }
  }
  .strong-body p {
    line-height: 2.5;
    text-align: center;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .strong-body p {
      line-height: 2;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .strong-body p {
      line-height: 1.8;
    }
  }
  @media screen and (max-width: 600px) {
    .strong-body p {
      line-height: 1.7;
      white-space: nowrap;
    }
    .strong-body p:last-child {
      margin-bottom: 20px;
    }
  }
  
  .strong-body-text {
    font-size: 45px;
    line-height: 1.6;
    margin-top: 80px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .strong-body-text {
      font-size: 38px;
      margin-top: 60px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .strong-body-text {
      font-size: 30px;
      margin-top: 50px;
    }
  }
  @media screen and (max-width: 600px) {
    .strong-body-text {
      font-size: 26px;
      margin-top: 18px;
      line-height: 1.3;
    }
  }
  
  .strong-bottom {
    margin-top: 60px;
    text-align: center;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 35px;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .strong-bottom {
      margin-top: 40px;
      font-size: 40px;
      margin-bottom: 25px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .strong-bottom {
      margin-top: 30px;
      font-size: 28px;
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 600px) {
    .strong-bottom {
      margin-top: 20px;
      font-size: 24px;
      margin-bottom: 0;
    }
  }
  
  @media screen and (max-width: 600px) {
    .column-reverse {
      display: flex;
      flex-direction: column-reverse;
    }
  }
  
  /*==============================
  
  tab-contact
  
  
  ================================*/
  .form {
    padding: 60px 0;
    margin: 0 auto;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .form {
      max-width: 1120px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .form {
      padding: 60px 0;
    }
  }
  @media screen and (max-width: 600px) {
    .form {
      padding: 40px 0;
    }
  }
  
  .tab-contact {
    width: 100%;
  }
  
  .tab-name-wrap {
    display: flex;
  }
  
  .tab-name {
    width: 50%;
    color: #ffffff;
    border-radius: 30px 30px 0 0;
    background-color: #707070;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    padding: 30px 0;
  }
  .tab-name.tab-active {
    background-color: #06C755;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .tab-name {
      font-size: 40px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .tab-name {
      font-size: 17px;
    }
  }
  @media screen and (max-width: 600px) {
    .tab-name {
      font-size: 17px;
      padding: 20px 0;
    }
  }
  
  .tab-area {
    display: none;
  }
  .tab-area.tab-active {
    display: block;
  }
  
  .tab-area-wrap {
    display: flex;
    border-left: 1px solid #969696;
    border-bottom: 1px solid #969696;
    border-right: 1px solid #969696;
    padding: 100px 30px 0 55px;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .tab-area-wrap {
      display: block;
      padding: 0 0 30px 0;
      position: relative;
    }
  }
  @media screen and (max-width: 600px) {
    .tab-area-wrap {
      display: block;
      padding: 0 0 30px 0;
      position: relative;
    }
  }
  
  .tab-area-title {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    padding-top: 28px;
  }
  
  .tab-area-text {
    padding-bottom: 20px;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .tab-area-text:last-child {
      padding-bottom: 0;
    }
  }
  @media screen and (max-width: 600px) {
    .tab-area-text {
      padding-bottom: 14px;
    }
    .tab-area-text:last-child {
      padding-bottom: 0;
    }
  }
  .tab-area-text img {
    width: 22px;
    margin-bottom: 3px;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .tab-area-text img {
      width: 18px;
    }
  }
  @media screen and (max-width: 600px) {
    .tab-area-text img {
      width: 18px;
    }
  }
  .tab-area-text span {
    font-size: 20px;
    padding-left: 5px;
    letter-spacing: 0.002em;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .tab-area-text span {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 600px) {
    .tab-area-text span {
      font-size: 16px;
      line-height: 1.6;
    }
  }
  
  .tab-area-message {
    font-size: 20px;
    padding-top: 10px;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .tab-area-message {
      font-size: 16px;
      text-align: center;
      margin-left: -20px;
    }
  }
  @media screen and (max-width: 600px) {
    .tab-area-message {
      font-size: 16px;
      text-align: center;
      margin-left: -20px;
    }
  }
  
  @media (min-width: 601px) and (max-width:900px) {
    .tab-area-img {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 255px;
    }
  }
  @media screen and (max-width: 600px) {
    .tab-area-img {
      position: absolute;
      top: 20px;
      left: 50%;
      transform: translateX(-50%);
      width: 255px;
      display: none;
    }
  }
  
  .tab-area-left {
    width: 42%;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .tab-area-left {
      width: 100%;
      padding-top: 177px;
      padding-left: 20px;
    }
  }
  @media screen and (max-width: 600px) {
    .tab-area-left {
      width: 100%;
      padding-top: 40px;
      padding-left: 20px;
    }
  }
  
  @media (min-width: 601px) and (max-width:900px) {
    .contact-high {
      padding-top: 240px;
    }
  }
  @media screen and (max-width: 600px) {
    .contact-high {
      padding-top: 20px;
    }
  }
  
  .tab-area-right {
    margin-left: 60px;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .tab-area-right {
      margin-left: 0;
      margin-top: 35px;
      padding: 0 20px;
    }
  }
  @media screen and (max-width: 600px) {
    .tab-area-right {
      margin-left: 0;
      margin-top: 37px;
      padding: 0 10px;
    }
  }
  
  .tab-form-row {
    display: flex;
    padding-bottom: 30px;
  }
  @media screen and (max-width: 600px) {
    .tab-form-row {
      padding-bottom: 15px;
    }
  }
  
  .tab-form-label {
    font-weight: 500;
    width: 160px;
    padding-top: 13px;
    font-family: "Noto Sans JP", sans-serif;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .tab-form-label {
      font-size: 14px;
      width: 100px;
      padding-top: 2px;
    }
  }
  @media screen and (max-width: 600px) {
    .tab-form-label {
      font-size: 10px;
      width: 68px;
      padding-top: 2px;
    }
  }
  .tab-form-label span {
    color: #06C755;
  }
  
  .tab-form-input {
    width: calc(100% - 160px);
  }
  @media (min-width: 601px) and (max-width:900px) {
    .tab-form-input {
      width: calc(100% - 100px);
    }
  }
  @media screen and (max-width: 600px) {
    .tab-form-input {
      width: calc(100% - 68px);
    }
  }
  .tab-form-input [type=text] {
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #333333;
    height: 60px;
    width: 100%;
    padding-left: 10px;
  }
  @media screen and (max-width: 600px) {
    .tab-form-input [type=text] {
      height: 30px;
    }
  }
  .tab-form-input [type=email] {
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #333333;
    height: 60px;
    width: 100%;
    padding-left: 10px;
  }
  @media screen and (max-width: 600px) {
    .tab-form-input [type=email] {
      height: 30px;
    }
  }
  .tab-form-input [type=tel] {
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #333333;
    height: 60px;
    width: 100%;
    padding-left: 10px;
  }
  @media screen and (max-width: 600px) {
    .tab-form-input [type=tel] {
      height: 30px;
    }
  }
  .tab-form-input textarea {
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #333333;
    height: 60px;
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
  }
  @media screen and (max-width: 600px) {
    .tab-form-input textarea {
      height: 30px;
    }
  }
  
  .tab-form-check [type=checkbox] {
    transform: scale(1.4);
    margin-right: 10px;
    display: none;
  }
  .tab-form-check span {
    font-size: 16px;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .tab-form-check span {
      font-size: 14px;
      letter-spacing: -0.08em;
    }
  }
  @media screen and (max-width: 600px) {
    .tab-form-check span {
      font-size: 10px;
      letter-spacing: -0.08em;
    }
  }
  
  .contact-btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .contact-btn [type=submit] {
    font-size: 28px;
    padding: 15px 103px;
    border-radius: 50px;
  }
  @media screen and (max-width: 600px) {
    .contact-btn [type=submit] {
      width: 151px;
      height: 34px;
      font-size: 13px;
      text-align: center;
      padding: 6px 0;
    }
  }
  @media screen and (max-width: 600px) {
    .contact-btn {
      margin-top: 0;
    }
  }
  
  .pc-none {
    display: none;
  }
  @media screen and (max-width: 600px) {
    .pc-none {
      display: block;
    }
  }
  
  /*==============================
  
  faqs
  
  
  ================================*/
  .wide-inner {
    padding: 0 80px;
    max-width: 1400px;
    margin: 0 auto;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .wide-inner {
      padding: 0 40px;
      max-width: 1120px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .wide-inner {
      padding: 0 30px;
    }
  }
  @media screen and (max-width: 600px) {
    .wide-inner {
      padding: 0 20px;
    }
  }
  
  .faqs-inner {
    margin: 0 80px;
    padding: 60px 40px 20px 40px;
    border: 2px solid #969696;
    border-radius: 20px;
    max-width: 1400px;
    margin: 0 auto;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .faqs-inner {
      margin: 0 60px;
      padding: 40px 30px 30px 30px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .faqs-inner {
      margin: 0 30px;
      padding: 30px 20px 20px 20px;
    }
  }
  @media screen and (max-width: 600px) {
    .faqs-inner {
      margin: 0 20px;
      padding: 30px 10px 10px 10px;
      border: 1px solid #969696;
    }
  }
  
  @media (min-width: 601px) and (max-width:900px) {
    .faqs {
      padding: 100px 0 70px 0;
    }
  }
  @media screen and (max-width: 600px) {
    .faqs {
      padding: 20px 0;
    }
  }
  
  .faqs-title {
    font-size: 40px;
    text-align: center;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .faqs-title {
      font-size: 42px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .faqs-title {
      font-size: 30px;
      margin-bottom: 30px;
    }
  }
  @media screen and (max-width: 600px) {
    .faqs-title {
      font-size: 24px;
      margin-bottom: 20px;
    }
  }
  
  @media (min-width: 601px) and (max-width:900px) {
    .faqs-body {
      border-radius: 0;
      padding-bottom: 0;
    }
  }
  @media screen and (max-width: 600px) {
    .faqs-body {
      border-radius: 0;
      padding-bottom: 0;
    }
  }
  
  .accordion {
    padding-top: 60px;
    padding-bottom: 55px;
    border-top: 1px solid #CCCCCC;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .accordion {
      padding: 30px 0;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .accordion {
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 600px) {
    .accordion {
      margin-bottom: 20px;
      padding: 0;
    }
  }
  
  .accordion-head {
    align-items: center;
    background-color: #ffffff;
    border-radius: 20px;
    display: flex;
    position: relative;
    transition: 0.5s;
  }
  .accordion-head.is-open {
    border-radius: 20px 20px 0 0;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .accordion-head {
      border-radius: 0;
    }
  }
  @media screen and (max-width: 600px) {
    .accordion-head {
      border-radius: 0;
    }
  }
  .accordion-head p {
    padding-bottom: 32px;
    font-size: 24px;
    font-weight: 700;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .accordion-head p {
      font-size: 18px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .accordion-head p {
      font-size: 18px;
      padding: 25px 55px 25px 0;
    }
  }
  @media screen and (max-width: 600px) {
    .accordion-head p {
      font-size: 16px;
      padding: 25px 20px 20px 0;
    }
  }
  
  .question {
    font-size: 50px;
    color: #969696;
    margin-right: 25px;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .question {
      font-size: 42px;
      padding: 15px;
    }
  }
  @media screen and (max-width: 600px) {
    .question {
      font-size: 35px;
      padding: 20px 0 15px 0;
      margin-right: 10px;
      align-items: center;
    }
  }
  
  .accordion-body {
    background-color: #ffffff;
    padding: 30px 0 40px 60px;
    display: flex;
    border-radius: 0 0 20px 20px;
    display: none;
    position: relative;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .accordion-body {
      padding: 30px 10px 30px 60px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .accordion-body {
      border-radius: 0;
      padding: 30px 20px 53px 60px;
    }
  }
  @media screen and (max-width: 600px) {
    .accordion-body {
      border-radius: 0;
      padding: 30px 20px 30px 33px;
    }
  }
  .accordion-body.is-open {
    display: block;
  }
  .accordion-body p {
    color: #333333;
    font-weight: 500;
    width: 1000px;
    font-size: 16px;
    line-height: 1.9;
    padding-right: 20px;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .accordion-body p {
      padding-right: 0;
      width: auto;
    }
  }
  @media screen and (max-width: 600px) {
    .accordion-body p {
      padding-right: 0;
      width: auto;
    }
  }
  
  .answer {
    font-size: 50px;
    top: 30px;
    left: 0;
    color: #06C755;
    position: absolute;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .answer {
      left: 0px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .answer {
      font-size: 42px;
      top: 15px;
      left: 15px;
    }
  }
  @media screen and (max-width: 600px) {
    .answer {
      font-size: 35px;
      top: 15px;
      left: 0px;
      padding-top: 15px;
    }
  }
  
  .accordion-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    right: 70px;
    transform: translateY(-50%);
    top: 50%;
    transition: 0.5s;
  }
  .accordion-icon.is-open .icon-bar2 {
    display: none;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .accordion-icon {
      right: 50px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .accordion-icon {
      right: 10px;
    }
  }
  @media screen and (max-width: 600px) {
    .accordion-icon {
      right: -10px;
    }
  }
  
  .icon-bar1 {
    position: absolute;
    content: "";
    width: 17px;
    height: 4px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #06C755;
  }
  
  .icon-bar2 {
    position: absolute;
    content: "";
    width: 4px;
    height: 17px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #06C755;
  }
  
  /*==============================
  
  company
  
  
  ================================*/
  .company {
    padding: 180px 0 160px 0;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .company {
      padding: 80px 0;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .company {
      padding: 60px 0 100px 0;
    }
  }
  @media screen and (max-width: 600px) {
    .company {
      padding: 30px 0;
    }
  }
  
  .company-title {
    font-size: 50px;
    margin-bottom: 40px;
    text-align: center;
  }
  @media (min-width: 901px) and (max-width:1280px) {
    .company-title {
      font-size: 38px;
      margin-bottom: 100px;
    }
  }
  @media (min-width: 601px) and (max-width:900px) {
    .company-title {
      font-size: 34px;
      margin-bottom: 70px;
    }
  }
  @media screen and (max-width: 600px) {
    .company-title {
      font-size: 28px;
      margin-bottom: 20px;
    }
  }
  
  .company-info-row {
    display: flex;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .company-info-row:not(:last-child) {
    border-bottom: 1px solid #969696;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .company-info-row {
      margin-left: 0;
    }
    .company-info-row:first-child {
      border-top: 1px solid #969696;
      padding-top: 30px;
    }
  }
  @media screen and (max-width: 600px) {
    .company-info-row:first-child {
      border-top: 1px solid #969696;
      padding-top: 20px;
    }
  }
  
  .company-info-name {
    color: #707070;
    width: 160px;
    padding-top: 5px;
    font-size: 20px;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .company-info-name {
      width: 180px;
    }
  }
  @media screen and (max-width: 600px) {
    .company-info-name {
      width: 90px;
      font-size: 14px;
      margin-bottom: 5px;
    }
  }
  
  .company-info-text {
    padding-left: 58px;
    line-height: 2;
    font-size: 20px;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .company-info-text {
      padding-left: 10px;
    }
  }
  @media screen and (max-width: 600px) {
    .company-info-text {
      padding-left: 0;
      font-size: 14px;
    }
  }
  
  /*==============================
  
  
  footer
  
  
  ================================*/
  footer {
    padding-top: 50px;
    background-color: #F8F8F8;
  }
  
  .footer-logo {
    width: 377px;
    padding-bottom: 20px;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .footer-logo {
      width: 80%;
    }
  }
  @media screen and (max-width: 600px) {
    .footer-logo {
      width: 275px;
    }
  }
  
  .footer-name {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 15px;
  }
  
  .footer-tel {
    padding: 7px 0 34px 0;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .footer-tel {
      padding: 7px 0 20px 0;
    }
  }
  @media screen and (max-width: 600px) {
    .footer-tel {
      padding: 7px 0 20px 0;
    }
  }
  
  .footer-footer {
    height: 50px;
    background-color: #3B4043;
    color: #ffffff;
  }
  @media (min-width: 601px) and (max-width:900px) {
    .footer-footer {
      background-color: #707070;
    }
  }
  @media screen and (max-width: 600px) {
    .footer-footer {
      background-color: #707070;
    }
  }
  
  .footer-text {
    font-size: 10px;
    padding-top: 18px;
  }

/*==============================


thanks


================================*/
.thanks {
    padding-top: 70px;
  }
  
  .thanks-title {
    padding: 50px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
   background-color: #333333;
    display: flex;
    justify-content: center;
      color: #ffffff;
      align-items: center;
  }
  .thanks-title img {
    width: 27px;
    height: 27px;
   
  }
  @media (min-width: 521px) and (max-width:900px) {
    .thanks-title img {
      margin-top: 10px;
      margin-right: 40px;
    }
  }
  @media screen and (max-width: 520px) {
    .thanks-title img {
      margin-top: 10px;
      margin-right: 20px;
    }
  }
  .thanks-title p {
    padding-left: 15px;
  }
  @media (min-width: 521px) and (max-width:900px) {
    .thanks-title {
      font-size: 20px;
      padding: 39px 0;
    }
  }
  @media screen and (max-width: 520px) {
    .thanks-title {
      font-size: 20px;
      padding: 39px 0;
    }
  }
  
  .thanks-text {
    text-align: center;
    line-height: 1.5;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  @media (min-width: 521px) and (max-width:900px) {
    .thanks-text {
      padding-top: 20px;
      padding-bottom: 10px;
    }
  }
  @media screen and (max-width: 520px) {
    .thanks-text {
      padding-top: 20px;
      padding-bottom: 10px;
    }
  }
  
  .thanks-img {
    width: 480px;
    margin: 0 auto;
  }
  @media (min-width: 521px) and (max-width:900px) {
    .thanks-img {
      padding: 0 10px;
      width: 100%;
    }
  }
  @media screen and (max-width: 520px) {
    .thanks-img {
      padding: 0 10px;
      width: 100%;
    }
  }
  
  .thanks-download {
    width: 417px;
    margin: 0 auto;
    padding-top: 10px;
    overflow: hidden;
  }
    .thanks-download-text {
      text-align: center;
    }
  
  @media (min-width: 521px) and (max-width:900px) {
    .thanks-download {
      padding: 0 10px;
      width: 100%;
    }
  }
  @media screen and (max-width: 520px) {
    .thanks-download {
      padding: 0 10px;
      width: 100%;
    }
  }
  
  @media (min-width: 521px) and (max-width:900px) {
    .thanks-download-text {
      text-align: center;
      padding-top: 20px;
    }
  }
  @media screen and (max-width: 520px) {
    .thanks-download-text {
      text-align: center;
      padding-top: 20px;
    }
  }
  
  .thanks-btn {
    padding-top: 20px;
   margin-bottom: 65px;
    display: flex;
    justify-content: center;
  }
  .thanks-btn a {
    display: inline-block;
    color: #ffffff;
    background-color: #06C755;
    width: 100%;
    padding: 15px 0 15px 90px;
    font-size: 28px;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
  }
  .thanks-btn a img {
    width: 27px;
    margin-left: 40px;
	  margin-bottom:5px;
	display:inline-block;
  }
  @media (min-width: 521px) and (max-width:900px) {
    .thanks-btn a img {
      margin-left: 20px;
    }
  }
  @media screen and (max-width: 520px) {
    .thanks-btn a img {
      margin-left: 20px;
    }
  }
  .thanks-btn a:hover {
    background-color: #333333;
  }
  @media (min-width: 521px) and (max-width:900px) {
    .thanks-btn a {
      font-size: 24px;
      padding: 15px 0;
      text-align: center;
    }
  }
  @media screen and (max-width: 520px) {
    .thanks-btn a {
      font-size: 24px;
      padding: 15px 0;
      text-align: center;
      width: 80%;
    }
  }
  
  .thanks-footer {
    background-color: #ffffff;
    border-top: 1px solid #CBD6CA;
  }
  .thanks-footer-logo{
    width: 300px;
    margin-top: 30px;
  }
  .thanks-contact {
    font-size: 32px;
    text-align: center;
    margin-top: 120px;
  }
  
  .thanks-contact-message {
    font-size: 20px;
    text-align: center;
    margin-bottom: 200px;
  }
.fw700{
	font-weight:bold;
}