@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@-webkit-keyframes change-imgs-first {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  36% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes change-imgs-first {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  36% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes change-imgs {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  36% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes change-imgs {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  36% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.wrapper {
  overflow: hidden;
}

#hero {
  width: 100%;
  height: calc(100vh - 120px - 75px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../img/hero-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1023px) {
  #hero {
    height: auto;
  }
}

@media (max-width: 639px) {
  #hero {
    background-position: 80% center;
  }
}

.swiper-button-prev, .swiper-button-next {
  width: 40px !important;
  height: 40px !important;
  background: #fff;
  border: 2px solid #707070;
  padding: 5px;
  color: #707070 !important;
}

.swiper-button-prev::after, .swiper-button-next::after {
  font-size: 20px !important;
}

.hero-container-pc {
  width: 100vw;
  overflow-y: hidden;
  height: 100%;
}

.hero-container-pc img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-container-tb {
  width: 100vw;
  overflow-y: hidden;
  height: 100%;
}

.hero-container-tb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-container-sp {
  width: 100vw;
  height: calc(100vh - 130px - 60px - 60px);
  overflow-y: hidden;
}

.hero-container-sp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#covid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFC70B;
  padding: 2rem 0;
}

#covid h2 {
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
}

@media (max-width: 1023px) {
  #covid h2 {
    font-size: 2rem;
  }
}

@media (max-width: 639px) {
  #covid h2 {
    margin: 0 2rem;
    text-align: center;
  }
}

#covid .covid-action {
  width: 80%;
  margin: 2rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#covid .covid-action div {
  width: calc(20vw - 1rem);
  height: calc(20vw - 1rem);
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 639px) {
  #covid .covid-action div {
    margin-top: 1rem;
    width: calc(40vw - 1rem);
    height: calc(40vw - 1rem);
  }
}

@media (max-width: 330px) {
  #covid .covid-action div {
    width: 80vw;
    height: 80vw;
  }
}

#covid .covid-action div img {
  width: 50%;
  margin-top: 15%;
}

#covid .covid-action div:nth-child(3) img {
  width: 30%;
}

#covid .covid-action div p {
  margin-top: 5%;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 900;
  color: #FFC70B;
}

@media (max-width: 1023px) {
  #covid .covid-action div p {
    font-size: 0.9rem;
    font-weight: 700;
  }
}

@media (max-width: 330px) {
  #covid .covid-action div p {
    font-size: 1.2rem;
  }
}

#covid .covid-disc {
  color: #fff;
  text-align: center;
  font-weight: 900;
}

@media (max-width: 639px) {
  #covid .covid-disc {
    margin: 0 5%;
  }
}

#covid .covid-disc .covid-disc-company {
  font-size: 2rem;
  text-transform: uppercase;
}

#covid .covid-disc .covid-disc-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#covid .covid-disc .covid-disc-main p {
  font-size: 1.25rem;
  margin: 0 10px;
}

@media (max-width: 1023px) {
  #covid .covid-disc .covid-disc-main p {
    font-size: 1rem;
  }
}

#covid .covid-disc .covid-disc-main img {
  width: 1rem;
}

#purches {
  width: 100%;
}

#purches h3 {
  display: inline-block;
  padding: 1.25rem 0;
  text-align: center;
  width: 70vw;
  border-radius: 5rem;
  background: #F5A61E;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: -0.5px;
}

@media (max-width: 639px) {
  #purches h3 {
    line-height: 1.6;
    width: 90vw;
    font-size: 1.5rem;
    padding: 1.25rem 1rem;
  }
}

@media (max-width: 639px) {
  #purches h3 {
    border-radius: 30px;
  }
}

.purches-content {
  background: #E0EEFC;
  padding: 4rem 5%;
}

.purches-content .purches-content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.purches-content .purches-hero {
  margin-top: 4rem;
  width: 100%;
}

.purches-content h4 {
  font-size: 1.5rem;
  margin-top: 2rem;
}

@media (max-width: 639px) {
  .purches-content h4 {
    line-height: 1.6;
  }
}

.purches-content p {
  font-size: 1.25rem;
  margin-top: 1rem;
}

.purches-content .purches-content-box-title {
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1023px) {
  .purches-content .purches-content-box-title {
    margin: 3rem 0 0 0;
  }
}

.purches-content .purches-content-box-container {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1023px) {
  .purches-content .purches-content-box-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
}

.purches-content .purches-content-box-container .purches-content-box {
  background: #F5A61E;
  width: calc(100% /4 - 2rem);
  border-radius: 0 0 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1023px) {
  .purches-content .purches-content-box-container .purches-content-box {
    width: 90%;
    margin-top: 3rem;
  }
}

@media (max-width: 639px) {
  .purches-content .purches-content-box-container .purches-content-box {
    width: 100%;
    margin-top: 2rem;
  }
}

.purches-content .purches-content-box-container .purches-content-box-img {
  width: 100%;
  height: 200px;
  border-bottom: 10px solid #06266E;
  -o-object-fit: cover;
     object-fit: cover;
}

.purches-content .purches-content-box-container .purches-content-box-disc {
  min-height: 55%;
  padding: 0 1rem 1rem 1rem;
  color: #fff;
  font-size: 1.25rem;
}

.purches-workflow {
  padding: 4rem 5%;
  background: #F8F5DC;
}

.purches-workflow h4 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -1px;
  text-align: center;
}

@media (max-width: 639px) {
  .purches-workflow h4 {
    font-size: 2rem;
  }
}

.purches-workflow .purches-workflow-subtitle {
  margin-top: 2rem;
  font-size: 1.25rem;
}

.purches-workflow .purches-workflow-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: 3rem auto 0 auto;
}

@media (max-width: 1023px) {
  .purches-workflow .purches-workflow-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 639px) {
  .purches-workflow .purches-workflow-content {
    margin-top: 2rem;
  }
}

.purches-workflow .purches-workflow-content-box {
  background: #fff;
  width: calc(100% /3 - 4rem);
  padding: 2rem;
  border: 5px solid #F5A61E;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1023px) {
  .purches-workflow .purches-workflow-content-box {
    width: 90%;
    border-radius: 20px;
    padding: 1.5rem 10%;
  }
}

@media (max-width: 639px) {
  .purches-workflow .purches-workflow-content-box {
    width: 100%;
    padding: 1.5rem 10%;
  }
}

.purches-workflow .purches-workflow-content-box h4 {
  color: #F5A61E;
  font-size: 1.5rem;
}

.purches-workflow .purches-workflow-content-box img {
  height: 5rem;
  margin: 2rem 0 1.5rem 0;
}

.purches-workflow .purches-workflow-content-box p {
  width: 100%;
  line-height: 1.7;
}

#service {
  width: 100%;
}

.service-intro {
  width: 100%;
  padding: 0 5%;
  background: url("../img/hero-bg.jpg");
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.service-intro .service-intro-title p {
  text-align: center;
  margin-top: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.service-intro .service-intro-title h3 {
  text-align: center;
  font-size: 3rem;
  margin-top: 1rem;
}

@media (max-width: 1023px) {
  .service-intro .service-intro-title h3 {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}

@media (max-width: 639px) {
  .service-intro .service-intro-title h3 {
    font-size: 1.75rem;
  }
}

@media (max-width: 330px) {
  .service-intro .service-intro-title h3 {
    font-size: 1.5rem;
  }
}

.service-intro .service-intro-title img {
  margin-top: 1rem;
  width: 100%;
}

.service-content {
  width: 100%;
  padding: 0 5%;
  background: #E0EEFC;
}

.service-content .service-content-title {
  padding-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.service-content .service-content-title h3 {
  display: inline-block;
  padding: 1.25rem 0;
  text-align: center;
  width: 70vw;
  border-radius: 5rem;
  background: #F5A61E;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: -0.5px;
}

@media (max-width: 639px) {
  .service-content .service-content-title h3 {
    line-height: 1.6;
    width: 90vw;
    font-size: 1.5rem;
    padding: 1.25rem 1rem;
  }
}

.service-content .service-content-title p {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1rem;
  text-align: center;
}

@media (max-width: 639px) {
  .service-content .service-content-title p {
    font-size: 1.1rem;
  }
}

.service-content .service-content-box-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
}

.service-content .service-content-box-container .service-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 1rem 0;
  display: block;
  width: calc(100% / 4 - 1rem);
  height: 22rem;
  border-radius: 20px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
}

@media (max-width: 1023px) {
  .service-content .service-content-box-container .service-content-box {
    width: calc(50% - 1rem);
  }
}

@media (max-width: 639px) {
  .service-content .service-content-box-container .service-content-box {
    width: calc(50% - 0.25rem);
    font-size: 1rem;
    padding: 0 5px;
    font-weight: 700;
    height: 16rem;
  }
}

@media (max-width: 330px) {
  .service-content .service-content-box-container .service-content-box {
    width: 100%;
    font-size: 1.25rem;
  }
}

.service-content .service-content-box-container .service-content-box .service-content-box-disc {
  height: 50%;
  background: #FFC70B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 0.8rem solid #06266E;
  border-radius: 20px 20px 0 0;
}

.service-content .service-content-box-container .service-content-box .service-content-box-img {
  height: 50%;
}

.service-content .service-content-box-container .service-content-box .service-content-box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-closing {
  padding: 2rem 5% 3rem 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background: #E0EEFC;
}

.service-closing .service-closing-2p {
  height: 12rem;
}

@media (max-width: 639px) {
  .service-closing .service-closing-2p {
    height: 5rem;
  }
}

.service-closing p {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 3rem;
  letter-spacing: -0.5px;
  font-weight: 900;
  position: relative;
}

@media (max-width: 1023px) {
  .service-closing p {
    font-size: 2.5rem;
  }
}

@media (max-width: 639px) {
  .service-closing p {
    font-size: 2rem;
  }
}

.service-closing .service-closing-deco-left, .service-closing .service-closing-deco-right {
  position: absolute;
  top: 10rem;
  width: 4.5rem;
}

.service-closing .service-closing-deco-left {
  left: 10%;
}

.service-closing .service-closing-deco-right {
  right: 10%;
}

#reason {
  width: 100%;
  padding: 5rem 5%;
  background: #F8F5DC;
}

@media (max-width: 639px) {
  #reason {
    padding: 5rem 0;
  }
}

.reason-title {
  text-align: center;
  font-weight: 900;
}

.reason-title h3 {
  display: inline-block;
  padding: 1.25rem 0;
  text-align: center;
  width: 70vw;
  border-radius: 5rem;
  background: #F5A61E;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: -0.5px;
}

@media (max-width: 639px) {
  .reason-title h3 {
    line-height: 1.6;
    width: 90vw;
    font-size: 1.5rem;
    padding: 1.25rem 1rem;
  }
}

.reason-title p {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1rem;
  text-align: center;
}

@media (max-width: 639px) {
  .reason-title p {
    font-size: 1.1rem;
  }
}

.reason-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1rem;
}

@media (max-width: 639px) {
  .reason-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.reason-content .reason-content-box {
  margin-top: 3rem;
  width: calc(100% / 4 - 1rem);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 1023px) {
  .reason-content .reason-content-box {
    width: calc(90vw / 2 - 0.5rem);
  }
}

@media (max-width: 639px) {
  .reason-content .reason-content-box {
    width: 50%;
    padding: 0.5rem;
  }
}

.reason-content .reason-content-box .reason-content-index {
  background: #06266E;
  border-radius: 4rem 4rem 0 0;
  padding: 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

.reason-content .reason-content-box .reason-content-index img {
  height: 1.5rem;
  margin-top: 0.5rem;
}

.reason-content .reason-content-box .reason-content-index p {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 900;
  margin: 0 0.5rem;
  line-height: 1;
}

@media (max-width: 1279px) {
  .reason-content .reason-content-box .reason-content-index p {
    font-size: 3rem;
  }
}

@media (max-width: 1023px) {
  .reason-content .reason-content-box .reason-content-index p {
    font-size: 4rem;
  }
}

.reason-content .reason-content-box .reason-content-title {
  width: 100%;
  background: #06266E;
  border-radius: 1.25rem 1.25rem 0 0;
  padding: 0.75rem 0;
  z-index: 2;
}

@media (max-width: 639px) {
  .reason-content .reason-content-box .reason-content-title {
    padding: 0.75rem 5px;
  }
}

.reason-content .reason-content-box .reason-content-title h3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  margin: 1rem 0;
}

@media (max-width: 1279px) {
  .reason-content .reason-content-box .reason-content-title h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 1023px) {
  .reason-content .reason-content-box .reason-content-title h3 {
    font-size: 1.75rem;
  }
}

@media (max-width: 639px) {
  .reason-content .reason-content-box .reason-content-title h3 {
    font-size: 1.25rem;
  }
}

.reason-content .reason-content-box .reason-content-img {
  width: 100%;
  height: 200px;
}

@media (max-width: 639px) {
  .reason-content .reason-content-box .reason-content-img {
    height: 150px;
  }
}

.reason-content .reason-content-box .reason-content-img img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.reason-content .reason-content-box .reason-content-disc {
  background: #FFC70B;
  border-radius: 0 0 1.25rem 1.25rem;
  width: 100%;
  height: 8rem;
}

@media (max-width: 639px) {
  .reason-content .reason-content-box .reason-content-disc {
    height: 7rem;
    padding: 3px;
  }
}

.reason-content .reason-content-box .reason-content-disc p {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.5px;
}

@media (max-width: 1279px) {
  .reason-content .reason-content-box .reason-content-disc p {
    font-size: 0.9rem;
  }
}

@media (max-width: 1023px) {
  .reason-content .reason-content-box .reason-content-disc p {
    font-size: 1.25rem;
  }
}

@media (max-width: 639px) {
  .reason-content .reason-content-box .reason-content-disc p {
    font-size: 1rem;
  }
}

.reason-content .reason-content-box::before {
  position: absolute;
  display: block;
  content: '';
}

.reason-content .reason-content-box:nth-child(1)::before {
  background: url(../img/1p-1.png);
  background-size: cover;
  top: -2rem;
  left: 2rem;
  width: 7rem;
  height: 7rem;
}

@media (max-width: 639px) {
  .reason-content .reason-content-box:nth-child(1)::before {
    left: 0;
  }
}

.reason-content .reason-content-box:nth-child(4)::before {
  background: url(../img/1p-2.png);
  background-size: cover;
  top: -4rem;
  left: -1rem;
  width: 13rem;
  height: 9rem;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

@media (max-width: 639px) {
  .reason-content .reason-content-box:nth-child(4)::before {
    top: -3rem;
    left: -5rem;
  }
}

.reason-content .reason-content-box:nth-child(5)::before {
  background: url(../img/1p-3.png);
  background-size: cover;
  top: -2.5rem;
  right: 1rem;
  width: 7.5rem;
  height: 7.5rem;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

@media (max-width: 1023px) {
  .reason-content .reason-content-box:nth-child(5)::before {
    top: -1.5rem;
  }
}

@media (max-width: 639px) {
  .reason-content .reason-content-box:nth-child(5)::before {
    top: -1rem;
    right: -2rem;
  }
}

.reason-content .reason-content-box:nth-child(7)::before {
  background: url(../img/1p-4.png);
  background-size: cover;
  top: -1.5rem;
  right: 2rem;
  width: 7rem;
  height: 7rem;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

@media (max-width: 639px) {
  .reason-content .reason-content-box:nth-child(7)::before {
    top: -1.5rem;
    right: 0;
  }
}

.info-package {
  width: 100%;
  padding: 5rem 5% 3.5rem 5%;
  text-align: center;
  background: #E0EEFC;
}

@media (max-width: 1023px) {
  .info-package {
    padding-top: 6rem;
  }
}

.info-package h3 {
  display: inline-block;
  padding: 1.25rem 0;
  text-align: center;
  width: 70vw;
  border-radius: 5rem;
  background: #F5A61E;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: -0.5px;
}

@media (max-width: 639px) {
  .info-package h3 {
    line-height: 1.6;
    width: 90vw;
    font-size: 1.5rem;
    padding: 1.25rem 1rem;
  }
}

.info-package p {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1rem;
  text-align: center;
}

@media (max-width: 639px) {
  .info-package p {
    font-size: 1.1rem;
  }
}

.info-package .info-package-content {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 639px) {
  .info-package .info-package-content {
    margin-top: 1rem;
  }
}

.info-package .info-package-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% / 3 - 1rem);
  border: 5px solid #FFC70B;
  background: #fff;
}

@media (max-width: 1023px) {
  .info-package .info-package-content-box {
    width: calc(100% / 3 - 0.4rem);
    border: 2.5px solid #FFC70B;
  }
}

@media (max-width: 639px) {
  .info-package .info-package-content-box {
    width: 90%;
    margin: 0.5rem auto;
  }
}

.info-package .info-package-content-box .info-package-content-title {
  height: 100px;
  width: 100%;
  background: #FFC70B;
  font-size: 1.75rem;
  font-weight: 900;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1023px) {
  .info-package .info-package-content-box .info-package-content-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 639px) {
  .info-package .info-package-content-box .info-package-content-title {
    font-size: 1.5rem;
  }
}

.info-package .info-package-content-box .info-package-content-icon {
  width: 70%;
  height: 180px;
  margin-top: 1.25rem;
}

.info-package .info-package-content-box .info-package-content-icon img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.info-package .info-package-content-box p {
  font-size: 2.25rem;
  font-weight: 900;
  color: #6e6e6e;
  line-height: 1;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}

@media (max-width: 1023px) {
  .info-package .info-package-content-box p {
    font-size: 1.75rem;
  }
}

.voice {
  width: 100%;
  padding: 3rem 5% 5rem 5%;
  background: #F4F4F0;
}

.voice-title {
  text-align: center;
  position: relative;
}

.voice-title h3 {
  display: inline-block;
  padding: 1.25rem 0;
  text-align: center;
  width: 70vw;
  border-radius: 5rem;
  background: #F5A61E;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: -0.5px;
}

@media (max-width: 639px) {
  .voice-title h3 {
    line-height: 1.6;
    width: 90vw;
    font-size: 1.5rem;
    padding: 1.25rem 1rem;
  }
}

.voice-title p {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1rem;
  text-align: center;
}

@media (max-width: 639px) {
  .voice-title p {
    font-size: 1.1rem;
  }
}

.voice-content {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 3rem;
}

@media (max-width: 1023px) {
  .voice-content {
    margin-top: 0rem;
  }
}

.voice-content .voice-content-box {
  width: calc(100% / 3 - 1rem);
  padding: 2rem 1.5rem;
  background: #fff;
  border: 3px solid #F5A61E;
  border-radius: 30px;
}

@media (max-width: 1023px) {
  .voice-content .voice-content-box {
    width: calc(100% / 2 - 0.5rem);
    margin-top: 1.5rem;
    padding: 1.5rem;
  }
}

@media (max-width: 639px) {
  .voice-content .voice-content-box {
    padding: 2rem 1rem;
    width: 100%;
    margin-top: 1rem;
  }
}

.voice-content .voice-content-box h4 {
  font-size: 1.5rem;
  color: #F5A61E;
  line-height: 1.4;
}

@media (max-width: 639px) {
  .voice-content .voice-content-box h4 {
    font-size: 1.3rem;
  }
}

.voice-content .voice-content-box p {
  margin-top: 1rem;
  line-height: 1.7;
  font-size: 18px;
}

.voice-content .voice-content-box .voice-content-box-person {
  font-size: 1.25rem;
  font-weight: 700;
}

@media (max-width: 330px) {
  .voice-content .voice-content-box .voice-content-box-person {
    font-size: 1.1rem;
  }
}

#faq {
  width: 100%;
  padding: 3rem 5%;
  background: #E0EEFC;
}

.faq-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.faq-title h3 {
  display: inline-block;
  padding: 1.25rem 0;
  text-align: center;
  width: 70vw;
  border-radius: 5rem;
  background: #F5A61E;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: -0.5px;
}

@media (max-width: 639px) {
  .faq-title h3 {
    line-height: 1.6;
    width: 90vw;
    font-size: 1.5rem;
    padding: 1.25rem 1rem;
  }
}

.faq-title p {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1rem;
  text-align: center;
}

@media (max-width: 639px) {
  .faq-title p {
    font-size: 1.1rem;
  }
}

.faq-content {
  margin: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}

@media (max-width: 1023px) {
  .faq-content {
    margin-top: 1rem;
  }
}

.faq-content .faq-content-box {
  width: 100%;
  border: 5px solid #F5A61E;
  background: #fff;
  border-radius: 30px;
  padding: 2rem;
}

@media (max-width: 1023px) {
  .faq-content .faq-content-box {
    margin-top: 1.5rem;
  }
}

.faq-content .faq-content-box:nth-child(1) div img, .faq-content .faq-content-box:nth-child(4) div img {
  width: 9rem;
  -webkit-transform: scale(1.2) translate(-0.5rem, -0.5rem);
          transform: scale(1.2) translate(-0.5rem, -0.5rem);
}

.faq-content .faq-content-box:nth-child(2) div img, .faq-content .faq-content-box:nth-child(7) div img {
  width: 6rem;
  margin: 0 28px;
}

.faq-content .faq-content-box:nth-child(3) div img, .faq-content .faq-content-box:nth-child(6) div img {
  width: 9rem;
  position: relative;
  left: -2rem;
  margin: 10px 0px 0px 0px;
}

.faq-content .faq-content-box:nth-child(5) div img {
  width: 7rem;
  margin: 0 12px 0 15px;
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}

.faq-content .faq-content-box h4 {
  font-size: 2.75rem;
  color: #F5A61E;
  line-height: 1.4;
}

@media (max-width: 1023px) {
  .faq-content .faq-content-box h4 {
    font-size: 2.25rem;
    padding-bottom: 0.5rem;
  }
}

@media (max-width: 639px) {
  .faq-content .faq-content-box h4 {
    font-size: 2rem;
  }
}

@media (max-width: 330px) {
  .faq-content .faq-content-box h4 {
    font-size: 1.75rem;
  }
}

.faq-content .faq-content-box div {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq-content .faq-content-box div p {
  font-size: 1.5rem;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .faq-content .faq-content-box div p {
    font-size: 1.25rem;
  }
}

@media (max-width: 639px) {
  .faq-content .faq-content-box div p {
    line-height: 1.6;
  }
}

.workflow {
  background: #F8F5DC;
  padding: 4rem 5%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.workflow h3 {
  display: inline-block;
  padding: 1.25rem 0;
  text-align: center;
  width: 70vw;
  border-radius: 5rem;
  background: #F5A61E;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: -0.5px;
}

@media (max-width: 639px) {
  .workflow h3 {
    line-height: 1.6;
    width: 90vw;
    font-size: 1.5rem;
    padding: 1.25rem 1rem;
  }
}

.workflow .workflow-subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1rem;
  text-align: center;
}

@media (max-width: 639px) {
  .workflow .workflow-subtitle {
    font-size: 1.1rem;
  }
}

.workflow-content {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1023px) {
  .workflow-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.workflow-content-box {
  background: #fff;
  width: calc(100% /4 - 4rem);
  padding: 1rem;
  border: 5px solid #F5A61E;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1023px) {
  .workflow-content-box {
    width: 90%;
    border-radius: 20px;
    padding: 1.5rem 10%;
  }
}

@media (max-width: 639px) {
  .workflow-content-box {
    width: 100%;
    padding: 1.5rem 10%;
  }
}

.workflow-content-box h4 {
  color: #F5A61E;
  font-size: 1.5rem;
}

.workflow-content-box img {
  height: 5rem;
  margin: 1.5rem 0 1rem 0;
}

.workflow-content-box p {
  width: 100%;
  line-height: 1.7;
}

.workflow-content-arrow {
  width: 1.5rem;
  margin: 1.5rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.workflow-content-arrow img {
  width: 100%;
}

@media (max-width: 1023px) {
  .workflow-content-arrow img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.area {
  width: 100%;
  padding: 3rem 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background: #E0EEFC;
}

.area img {
  position: absolute;
  top: 5%;
  width: 35%;
  z-index: 0;
  opacity: 0.8;
}

@media (max-width: 1023px) {
  .area img {
    width: 85%;
  }
}

@media (max-width: 639px) {
  .area img {
    width: 100%;
    top: 5rem;
  }
}

.area-title {
  z-index: 2;
}

.area-title h3 {
  display: inline-block;
  padding: 1.25rem 0;
  text-align: center;
  width: 70vw;
  border-radius: 5rem;
  background: #F5A61E;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: -0.5px;
}

@media (max-width: 639px) {
  .area-title h3 {
    line-height: 1.6;
    width: 90vw;
    font-size: 1.5rem;
    padding: 1.25rem 1rem;
  }
}

.area-title p {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1rem;
  text-align: center;
}

@media (max-width: 639px) {
  .area-title p {
    font-size: 1.1rem;
  }
}

.area-content {
  z-index: 2;
  margin-top: 4rem;
}

@media (max-width: 1023px) {
  .area-content {
    margin-top: 3rem;
  }
}

.area-content .area-content-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}

.area-content .area-content-detail {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 2;
}

#company {
  width: 100%;
  padding: 3rem 5% 8rem 5%;
  background: #F8F5DC;
}

.company-title {
  text-align: center;
}

.company-title p {
  color: #F5A61E;
  font-size: 1.5rem;
  font-weight: 700;
}

@media (max-width: 639px) {
  .company-title p {
    font-size: 1.25rem;
  }
}

.company-title h4 {
  margin-top: 1rem;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: -0.5px;
  line-height: 0.9;
}

@media (max-width: 639px) {
  .company-title h4 {
    font-size: 2.25rem;
  }
}

.company-title h4 span {
  font-size: 1.5rem;
  font-weight: 700;
}

@media (max-width: 639px) {
  .company-title h4 span {
    font-size: 1.25rem;
  }
}

.company-table {
  margin-top: 2rem;
}

.company-table table {
  width: 100%;
}

.company-table th, .company-table td {
  padding: 1rem;
}

@media (max-width: 639px) {
  .company-table th, .company-table td {
    font-size: 0.9rem;
  }
}

.company-table th {
  text-align: left;
  background: #F5A61E;
  color: #fff;
}

.company-table td {
  background: #fff;
  line-height: 2;
}

.text-yellow {
  color: #FFC70B;
}

.text-deep-yellow {
  color: #F5A61E;
}

@media (max-width: 1279px) {
  .only-lg-pc {
    display: none;
  }
}

@media (max-width: 1023px) {
  .only-pc {
    display: none;
  }
}

.only-tb {
  display: none;
}

@media (max-width: 1023px) {
  .only-tb {
    display: block;
  }
}

@media (max-width: 639px) {
  .only-tb {
    display: none;
  }
}

.only-sp {
  display: none;
}

@media (max-width: 639px) {
  .only-sp {
    display: block;
  }
}

.not-pc {
  display: none;
}

@media (max-width: 1023px) {
  .not-pc {
    display: block;
  }
}

.not-tb {
  display: block;
}

@media (max-width: 1023px) {
  .not-tb {
    display: none;
  }
}

@media (max-width: 639px) {
  .not-tb {
    display: block;
  }
}

@media (max-width: 639px) {
  .not-sp {
    display: none;
  }
}

.info-contact {
  width: 100%;
  padding: 5rem 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info-contact .info-contact-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.info-contact h3 {
  font-size: 3rem;
  font-weight: 900;
}

@media (max-width: 1023px) {
  .info-contact h3 {
    font-size: 1.75rem;
  }
}

@media (max-width: 639px) {
  .info-contact h3 {
    text-align: center;
  }
}

@media (max-width: 639px) {
  .info-contact h3 {
    font-size: 1.5rem;
  }
}

.info-contact a {
  padding: 5rem 2rem 4rem 2rem;
  margin-top: 2rem;
  background: #FFC70B;
  border-radius: 30px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .info-contact a {
    padding: 2.5rem 2rem;
    margin-top: 1rem;
  }
}

@media (max-width: 639px) {
  .info-contact a {
    padding: 2rem;
    border-radius: 20px;
  }
}

.info-contact a:hover {
  background: #F5A61E;
}

.info-contact .info-contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1023px) {
  .info-contact .info-contact-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.info-contact .info-contact-freedial {
  width: calc(80% - 1rem);
  position: relative;
}

@media (max-width: 1023px) {
  .info-contact .info-contact-freedial {
    width: 100%;
  }
}

.info-contact .info-contact-freedial .freedial-deco-person {
  position: absolute;
  opacity: 0.2;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
}

.info-contact .info-contact-freedial .freedial-deco-person1 {
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
}

.info-contact .info-contact-freedial .freedial-icon {
  z-index: 2;
  position: relative;
}

.info-contact .info-contact-box-tel {
  margin-left: 2rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media (max-width: 1023px) {
  .info-contact .info-contact-box-tel {
    margin-left: 0;
  }
}

.info-contact .info-contact-box-tel h4 {
  font-size: 5rem;
  font-weight: 900;
}

@media (max-width: 1023px) {
  .info-contact .info-contact-box-tel h4 {
    font-size: 4rem;
    text-align: center;
  }
}

@media (max-width: 639px) {
  .info-contact .info-contact-box-tel h4 {
    font-size: 2.25rem;
  }
}

.info-contact .info-contact-box-tel p {
  margin-left: 6px;
  font-size: 2rem;
  font-weight: 700;
}

@media (max-width: 639px) {
  .info-contact .info-contact-box-tel p {
    font-size: 1.5rem;
    text-align: center;
  }
}

.info-contact .info-contact-form {
  width: calc(20% - 1rem);
  position: relative;
}

@media (max-width: 1023px) {
  .info-contact .info-contact-form {
    min-height: 140px;
    width: 100%;
  }
}

@media (max-width: 639px) {
  .info-contact .info-contact-form {
    min-height: 100px;
  }
}

.info-contact .info-contact-form img {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1023px) {
  .info-contact .info-contact-form img {
    width: 80px;
  }
}

@media (max-width: 639px) {
  .info-contact .info-contact-form img {
    width: 50px;
  }
}

.freedial-icon1::before, .freedial-icon2::before, .freedial-icon3::before, .freedial-icon4::before {
  content: '';
  display: block;
  width: 7rem;
  height: 3rem;
  background-size: cover;
  z-index: 3;
  position: absolute;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1023px) {
  .freedial-icon1::before, .freedial-icon2::before, .freedial-icon3::before, .freedial-icon4::before {
    display: none;
  }
}

.freedial-icon1::before {
  background-image: url(../img/1p-4.png);
  left: 45%;
}

.freedial-icon2::before {
  background-image: url(../img/service-2p.png);
}

.freedial-icon3::before {
  background-image: url(../img/1p-4.png);
  left: 45%;
}

.freedial-icon4::before {
  background-image: url(../img/1p-2.png);
  left: 45%;
  height: 4rem;
  top: -4rem;
}

header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-content {
  width: 100%;
  height: 120px;
  padding: 1rem 0 0.8rem 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #06266E;
  color: #fff;
}

@media (max-width: 639px) {
  .header-content {
    height: 130px;
  }
}

@media (min-width: 640px) {
  .header-content {
    position: fixed;
    top: 0;
    left: 0;
    background: #06266E;
    z-index: 999;
    color: #fff;
  }
}

.logo {
  margin-right: 10px;
}

@media (max-width: 639px) {
  .logo {
    position: absolute;
    margin-top: 2.6rem;
    width: 100px;
  }
}

.logo img {
  height: 90px;
  width: 90px;
}

@media (max-width: 639px) {
  .logo img {
    margin: 5px 5px 0 0;
    width: 55px;
    height: 55px;
  }
}

@media (max-width: 330px) {
  .logo img {
    margin: 0;
    width: 45px;
    height: 45px;
  }
}

.header-content-info-intro {
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 3px;
}

@media (max-width: 639px) {
  .header-content-info-intro {
    margin-right: 30px;
    font-weight: 700;
  }
}

@media (max-width: 330px) {
  .header-content-info-intro {
    font-size: 12px;
  }
}

.header-content-info-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 639px) {
  .header-content-info-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header-content-info-main .header-text-logo {
  min-width: 14rem;
}

.header-content-info-main .logo-text {
  font-size: 2.5rem;
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 639px) {
  .header-content-info-main .logo-text {
    margin-left: calc(15vw + 0.5rem);
  }
}

.header-content-info-main .logo-text-sub {
  font-size: 14px;
  color: #F5A61E;
  margin-top: 4px;
}

@media (max-width: 639px) {
  .header-content-info-main .logo-text-sub {
    font-size: 13px;
    margin-left: calc(15vw + 0.5rem);
  }
}

.header-content-info-main .header-content-info-circle {
  margin: 0 1rem;
}

.header-content-info-main .header-content-info-circle img {
  width: 70px;
}

@media (max-width: 1023px) {
  .header-content-info-main .header-content-info-circle {
    margin: 0 0 0 1rem;
  }
}

.header-content-info-main .header-content-info-disc {
  font-size: 13px;
  line-height: 1.35;
  margin-top: 5px;
  font-weight: 500;
}

.header-content-info-main .header-freedial {
  margin-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 639px) {
  .header-content-info-main .header-freedial {
    display: none;
  }
}

.header-content-info-main .header-freedial .header-freedial-icon {
  height: calc(110px - 3rem);
}

.header-content-info-main .header-freedial .header-freedial-icon img {
  height: 100%;
}

@media (max-width: 639px) {
  .header-content-info-main .header-freedial .header-freedial-icon img {
    height: 70%;
    margin-top: 15%;
    margin-right: 1rem;
  }
}

@media (max-width: 330px) {
  .header-content-info-main .header-freedial .header-freedial-icon img {
    display: none;
  }
}

.header-content-info-main .header-freedial .header-freedial-info {
  margin-left: 1rem;
}

@media (max-width: 1023px) {
  .header-content-info-main .header-freedial .header-freedial-info {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header-content-info-main .header-freedial .header-freedial-info p {
  color: #F5A61E;
  line-height: 1;
}

@media (max-width: 639px) {
  .header-content-info-main .header-freedial .header-freedial-info p {
    color: #fff;
  }
}

.header-content-info-main .header-freedial .header-freedial-info p:first-child {
  font-size: 12px;
  font-weight: 500;
}

.header-content-info-main .header-freedial .header-freedial-info p:last-child {
  font-size: 14px;
  font-weight: 700;
  margin-top: 3px;
  margin-left: 3px;
}

@media (max-width: 639px) {
  .header-content-info-main .header-freedial .header-freedial-info p:last-child {
    margin-top: 0;
  }
}

.header-content-info-main .header-freedial .header-freedial-info a {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 2px;
  line-height: 1;
}

@media (max-width: 1023px) {
  .header-content-info-main .header-freedial .header-freedial-info a {
    font-size: 2rem;
  }
}

.header-bottom-sp {
  display: none;
}

@media (max-width: 639px) {
  .header-bottom-sp {
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    margin: 0;
    padding: 5px;
    padding-bottom: 4px;
    background: #049609;
    color: #fff;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-bottom-sp .header-bottom-stamp {
    width: 30vw;
    position: absolute;
    -webkit-transform: translate(-3vw, -35%);
            transform: translate(-3vw, -35%);
  }
}

@media (max-width: 639px) and (max-width: 330px) {
  .header-bottom-sp .header-bottom-stamp {
    -webkit-transform: translate(-4vw, -20%);
            transform: translate(-4vw, -20%);
  }
}

@media (max-width: 639px) {
  .header-bottom-sp .header-bottom-freedial {
    background: #FF690B;
    margin-left: 25vw;
    margin-right: 5px;
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-bottom: 1px solid #BF3E05;
  }
}

@media (max-width: 639px) and (max-width: 330px) {
  .header-bottom-sp .header-bottom-freedial {
    padding: 5px;
  }
}

@media (max-width: 639px) {
  .header-bottom-sp .header-bottom-freedial img {
    width: 25%;
    margin-right: 10px;
    border: 2px solid #fff;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header-bottom-sp .header-bottom-freedial a {
    font-weight: 700;
  }
}

@media (max-width: 639px) and (max-width: 330px) {
  .header-bottom-sp .header-bottom-freedial a {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .header-bottom-sp .header-bottom-freedial p {
    font-size: 10px;
  }
  .header-bottom-sp .header-bottom-freedial-mail {
    background: #FFC70B;
    border-bottom: 1px solid #F5A61E;
    width: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 639px) and (max-width: 330px) {
  .header-bottom-sp .header-bottom-freedial-mail {
    width: 50px;
  }
}

@media (max-width: 639px) {
  .header-bottom-sp .header-bottom-freedial-mail img {
    width: 50%;
  }
}

.header-nav {
  width: 100%;
  padding: 0 5%;
}

@media (max-width: 639px) {
  .header-nav {
    padding: 0;
  }
}

@media (min-width: 640px) {
  .header-nav {
    margin-top: 120px;
  }
}

.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 639px) {
  .header-nav ul {
    width: 100%;
  }
}

.header-nav ul::before, .header-nav ul::after {
  content: '';
  display: block;
  width: calc(5vw - 3px);
  height: calc(75px - 6px);
  background: #FFC70B;
  position: absolute;
  top: 3px;
}

@media (max-width: 639px) {
  .header-nav ul::before, .header-nav ul::after {
    display: none;
  }
}

.header-nav ul::before {
  left: -5vw;
}

.header-nav ul::after {
  right: -5vw;
}

.header-nav li {
  height: 75px;
  background: #FFC70B;
  color: #06266E;
  font-weight: 700;
  border: 3px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: calc((100% - 10rem) / 4);
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (max-width: 639px) {
  .header-nav li {
    width: 25%;
    height: 60px;
    border: 2px solid #fff;
  }
}

.header-nav li:last-child {
  width: 10rem;
}

@media (max-width: 639px) {
  .header-nav li:last-child {
    width: 25%;
  }
}

.header-nav li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 639px) {
  .header-nav li a {
    font-size: 13px;
    text-align: center;
  }
}

.header-nav li:hover {
  background: #F5A61E;
}

.burger {
  position: fixed;
  top: 1.5rem;
  right: 1rem;
  width: 50px;
  height: 50px;
  border: 1px solid #6e6e6e;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  z-index: 999;
}

.burger span {
  display: inline-block;
  position: absolute;
  left: 13px;
  height: 1.5px;
  background-color: #6e6e6e;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
}

.burger span:nth-of-type(1) {
  top: 18px;
  width: 50%;
}

.burger span:nth-of-type(2) {
  top: 25px;
  width: 50%;
}

.burger span:nth-of-type(3) {
  top: 32px;
  width: 50%;
}

.burger.active span:nth-of-type(1) {
  top: 18px;
  left: 16px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 35%;
}

.burger.active span:nth-of-type(2) {
  top: 30px;
  left: 16px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 35%;
}

.burger.active span:nth-of-type(3) {
  opacity: 0;
}

.burger-nav {
  background: #ffffff;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: -999;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10vw;
}

.burger-nav.show {
  opacity: 1;
  z-index: 888;
  right: 0;
}

.burger-nav-logo {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 1.5rem;
  left: 3rem;
}

.burger-nav li {
  list-style: none;
  margin: 2rem 0;
  font-size: 1.25rem;
  font-weight: 700;
}

@media (max-width: 330px) {
  .burger-nav li {
    font-size: 1.25rem;
  }
}

.burger-nav li a {
  color: #1d1d1d;
  text-decoration: none;
}

footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
  background: #06266E;
  color: #fff;
}

@media (max-width: 639px) {
  footer {
    margin-bottom: 3rem;
  }
}

@media (max-width: 1023px) {
  footer {
    padding: 2rem 1rem;
  }
}

footer img {
  width: 4rem;
}

footer a {
  margin: 0.5rem;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.5px;
}

footer p {
  font-size: 0.9rem;
  font-weight: 700;
}

@media (max-width: 1023px) {
  footer p {
    text-align: center;
    font-size: 12px;
  }
}

.contact-container {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 20px solid #FFC70B;
  border-right: 20px solid #FFC70B;
  border-bottom: 20px solid #FFC70B;
  border-left: 20px solid #FFC70B;
}

@media (max-width: 639px) {
  .contact-container {
    border-top: 10px solid #FFC70B;
    border-bottom: 10px solid #FFC70B;
  }
}

@media (max-width: 330px) {
  .contact-container {
    border: none;
  }
}

.contact-container a {
  margin-top: 1rem;
  position: relative;
  letter-spacing: 0.5px;
  font-weight: 500;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.contact-container a::after {
  content: '';
  display: block;
  width: 120%;
  height: 4px;
  position: absolute;
  bottom: -0.5rem;
  left: -10%;
  background-color: #FFC70B;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: -1;
}

.contact-container a:hover {
  color: #fff;
}

.contact-container a:hover::after {
  height: 2.5rem;
}

.contact-container img {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

@media (max-width: 639px) {
  .contact-container img {
    top: 20px;
    opacity: 0.1;
    z-index: -1;
    width: 150px;
    height: 150px;
  }
}

.contact-title {
  text-align: center;
}

.contact-title h3 {
  font-size: 3rem;
  font-weight: 900;
  margin-top: 4rem;
  margin-bottom: 1rem;
  color: #F5A61E;
}

@media (max-width: 1023px) {
  .contact-title h3 {
    margin-top: 2rem;
  }
}

@media (max-width: 639px) {
  .contact-title h3 {
    font-size: 2rem;
    font-weight: 700;
  }
}

@media (max-width: 330px) {
  .contact-title h3 {
    font-size: 1.5rem;
  }
}

.contact-title p {
  font-size: 1.5rem;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .contact-title p {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
}

@media (max-width: 639px) {
  .contact-title p {
    font-size: 1rem;
    font-weight: 500;
  }
}

@media (max-width: 330px) {
  .contact-title p {
    display: none;
  }
}

.contact-title span {
  display: inline-block;
  width: 30%;
  height: 1px;
  background: #6e6e6e;
  margin-top: 1rem;
}

@media (max-width: 1023px) {
  .contact-title span {
    display: none;
  }
}

#contact-form {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1023px) {
  #contact-form {
    width: 80%;
  }
}

#contact-form .form-attention {
  text-align: right;
}

#contact-form label {
  font-size: 14px;
}

#contact-form input, #contact-form textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  letter-spacing: 0.5px;
  border: 1px solid #aaa;
}

#contact-form input {
  margin-bottom: 20px;
}

#contact-form span {
  color: #ff0000;
  font-size: 18px;
}

#contact-form input[type="submit"] {
  margin-top: 20px;
  padding: 10px;
  width: 150px;
  background: #FFC70B;
  border: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

@media (max-width: 639px) {
  html {
    scroll-padding-top: 0;
  }
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  max-width: 100vw;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

h1, h2, h3, h4 {
  line-height: 1;
}
/*# sourceMappingURL=style.css.map */