@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*
color
*/
@keyframes fadeAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
* {
  box-sizing: border-box;
}

html {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 750px) {
  html {
    font-size: 1.1428571429vw;
  }
}
@media screen and (min-width: 1400px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

#body.is-active {
  height: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  cursor: pointer;
}

ul, ol {
  list-style: none;
}

.c-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 750px) {
  .c-inner {
    padding: 0 3.125rem;
  }
}

.l-header {
  position: relative;
  z-index: 10;
  height: 3.125rem;
}
@media screen and (min-width: 750px) {
  .l-header {
    height: 6.875rem;
  }
}

.l-header__inner {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .l-header__inner {
    padding-top: 0.75rem;
    padding-bottom: 0.8125rem;
    padding-right: 2.1875rem;
  }
}

.l-header__logo a {
  display: flex;
  align-items: center;
  color: #000000;
  transition: opacity 0.6s;
}

.l-header__logo a:hover {
  opacity: 0.65;
}

.l-header__logo img {
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (min-width: 750px) {
  .l-header__logo img {
    width: 3.125rem;
    height: 3.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__logo img {
    width: 5.3125rem;
    height: 5.3125rem;
  }
}

.l-header__heading1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  margin-left: 0.625rem;
  letter-spacing: 1.6px;
  line-height: 1;
}
@media screen and (min-width: 750px) {
  .l-header__heading1 {
    font-size: max(1.375rem, 17px);
  }
}
@media screen and (min-width: 1024px) {
  .l-header__heading1 {
    font-size: 1.375rem;
    margin-left: -0.4375rem;
  }
}

.l-header__eng {
  margin-top: 0.25rem;
  font-size: 0.625rem;
  font-family: "EB Garamond", serif;
  display: block;
  letter-spacing: 1.4px;
  line-height: 1;
}
@media screen and (min-width: 750px) {
  .l-header__eng {
    font-size: max(0.875rem, 10px);
  }
}
@media screen and (min-width: 1024px) {
  .l-header__eng {
    font-size: 0.875rem;
  }
}

.l-header__body {
  display: flex;
  align-items: center;
}

.p-header__buttons {
  z-index: 10;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .p-header__buttons {
    position: static;
  }
}

@media screen and (min-width: 1024px) {
  .l-header__mail {
    margin-left: 1.5625rem;
  }
}

.l-footer {
  padding-top: 2.6875rem;
  padding-bottom: 2.75rem;
}

.l-footer__copy {
  text-align: center;
  font-size: 0.875rem;
}

.c-button {
  all: unset;
  -webkit-appearance: none;
          appearance: none;
  background-color: #FBB6A1;
  width: 3.125rem;
  height: 3.125rem;
  position: relative;
}
@media screen and (min-width: 750px) {
  .c-button {
    width: 5.3125rem;
    height: 5.3125rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-button {
    display: none;
  }
}

.c-button:hover {
  cursor: pointer;
}

.c-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  width: 0.9375rem;
  height: 0.125rem;
  transition: all 0.3s ease;
}

.c-button span:nth-child(1) {
  transform: translate(-50%, calc(-50% + 0.3125rem));
}

.c-button span:nth-child(2) {
  transform: translate(-50%, -50%);
}

.c-button span:nth-child(3) {
  transform: translate(-50%, calc(-50% - 0.3125rem));
}

.is-active.c-button span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.is-active.c-button span:nth-child(2) {
  opacity: 0;
}

.is-active.c-button span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-mail {
  background-color: #F45D30;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 750px) {
  .c-mail {
    width: 5.3125rem;
    height: 5.3125rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-mail {
    display: block;
    width: initial;
    height: initial;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.1875rem;
    padding-bottom: 1.25rem;
    border-radius: 50px;
  }
}

.c-mail__icon {
  width: 1rem;
  height: auto;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .c-mail__icon {
    margin-right: 0.5625rem;
    transform: translateY(0.125rem);
  }
}

.c-mail__text {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-mail__text {
    display: inline-block;
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 1.5;
  }
}

.c-mail:hover {
  opacity: 0.6;
  cursor: pointer;
}

.c-navs {
  overflow-y: scroll;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  transition: all 0.7s ease;
}
@media screen and (min-width: 1024px) {
  .c-navs {
    overflow-y: visible;
    position: static;
    visibility: visible;
    opacity: 1;
  }
}

.is-active.c-navs {
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background-color: #FBB6A1;
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .is-active.c-navs {
    width: initial;
    min-height: auto;
    background-color: transparent;
  }
}

.c-nav {
  display: flex;
  flex-direction: column;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 750px) {
  .c-nav {
    padding-bottom: 0rem;
    margin-top: 9.375rem;
    max-width: 37.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-nav {
    max-width: none;
    flex-direction: row;
    margin-top: 0rem;
  }
}

.c-nav__item {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 750px) {
  .c-nav__item {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-nav__item {
    font-size: 0.9375rem;
  }
}

.c-nav__item a {
  display: block;
  color: #000000;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .c-nav__item a {
    padding-top: 0;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
  }
}

.c-nav__item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #F45D30;
  transition: all 0.5s;
  transform: scale(0, 1);
  transform-origin: center top;
}

@media screen and (min-width: 750px) {
  .c-nav__item a:hover::after {
    transform: scale(1, 1);
  }
}

.c-heading2 {
  font-family: "Jost", sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 8px;
}

.c-heading2.is-anime {
  opacity: 0;
}

.c-heading2.is-anime.is-show {
  opacity: 1;
  animation-name: fadeAnime;
  animation-duration: 2s;
  animation-fill-mode: backwards;
}

.swiper-body {
  position: relative;
  display: block;
}

/*
優先順位が大事
*/
.swiper-body .c-pagination {
  display: none;
  width: initial;
  z-index: 3;
  position: absolute;
  bottom: 1.875rem;
  left: auto;
  right: 1.875rem;
  line-height: 1;
}
@media screen and (min-width: 750px) {
  .swiper-body .c-pagination {
    display: inline-block;
  }
}

.swiper-body .c-pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #FDDBD0;
  margin: 0 0.4375rem;
  opacity: 1;
}

.swiper-body .c-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F77852;
}

.c-submit {
  display: block;
  position: relative;
}

.c-submit__load {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 0.375rem solid rgba(255, 255, 255, 0.2);
  border-top-color: #ffffff;
  animation: spin 1s infinite linear;
  position: absolute;
  bottom: 30%;
  right: 30%;
  display: none;
}

.c-submit__load.is-active {
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-fv {
  padding-top: 1.5625rem;
}
@media screen and (min-width: 750px) {
  .p-fv {
    padding-top: 0;
  }
}

.p-fv__inner {
  margin: 0 auto;
}

.p-fv__item {
  width: 100%;
  aspect-ratio: 340/240;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 750px) {
  .p-fv__item {
    aspect-ratio: 1200/640;
  }
}

.p-fv__item img {
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__inner {
  max-width: 1920px;
  width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 750px) {
  .p-fv__inner {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-fv__inner {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}

.p-fv__block {
  position: absolute;
  bottom: 6.5714vw;
  left: 7vw;
  color: #ffffff;
  text-shadow: 1px 1px 7px #727272;
}

.p-fv__paragraph1 {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (min-width: 750px) {
  .p-fv__paragraph1 {
    font-size: 2.142857vw;
  }
}

.p-fv__paragraph2 {
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 750px) {
  .p-fv__paragraph2 {
    font-size: 2.857143vw;
  }
}

.p-target {
  padding-top: 2.1875rem;
  padding-bottom: 2.5rem;
  position: relative;
  display: block;
}
@media screen and (min-width: 750px) {
  .p-target {
    padding-top: 4.375rem;
    padding-bottom: 5rem;
  }
}

.p-target__icon {
  display: block;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 1.5s 0.5s ease;
}
@media screen and (min-width: 750px) {
  .p-target__icon {
    z-index: -1;
    width: 25rem;
    top: 7.8125rem;
    position: absolute;
    right: -23%;
  }
}

.p-target__icon.is-show {
  opacity: 1;
}

@media screen and (min-width: 750px) {
  .p-target::before {
    content: "";
    display: inline-block;
    background-image: url("./images/icon_blossom.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 11.0625rem 10.25rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .p-target::before {
    background-position: 1.875rem 3.5rem;
  }
}

.p-target__inner {
  margin: 0 auto;
  width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  display: block;
}
@media screen and (min-width: 750px) {
  .p-target__inner {
    width: 65%;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-target__inner {
    max-width: 58.75rem;
    width: 100%;
  }
}

.p-target__heading2 {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 750px) {
  .p-target__heading2 {
    font-size: 2.5rem;
  }
}

.p-target__heading2.is-show {
  opacity: 1;
  animation-name: fadeAnime;
  animation-duration: 2s;
  animation-fill-mode: backwards;
}

.p-target__items {
  margin-top: 1.5625rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 750px) {
  .p-target__items {
    margin-top: 2.1875rem;
    font-size: 1.875rem;
  }
}

.p-target__item {
  padding-left: 1.4375rem;
  position: relative;
  display: inline-block;
  opacity: 1;
}
@media screen and (min-width: 750px) {
  .p-target__item {
    padding-left: 3.5625rem;
  }
}

.p-target__item.is-show {
  opacity: 1;
  animation-name: fadeAnime;
  animation-duration: 2s;
  animation-fill-mode: backwards;
}

.p-target__item::after {
  content: "";
  display: block;
  background-image: url("./images/icon_check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.9375rem;
  height: 0.625rem;
}
@media screen and (min-width: 750px) {
  .p-target__item::after {
    width: 1.875rem;
    height: 1.125rem;
  }
}

.p-target__item:not(:first-child) {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 750px) {
  .p-target__item:not(:first-child) {
    margin-top: 1.5625rem;
  }
}

.p-target__paragraph {
  text-align: center;
  margin-top: 3.125rem;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width: 750px) {
  .p-target__paragraph {
    margin-top: 5.625rem;
  }
}

.p-target__link {
  padding-top: 1.375rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 3.875rem;
  transition: opacity 0.3s;
}

.p-target__link:hover {
  opacity: 0.65;
}

.p-target__link img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.p-target__block {
  opacity: 0;
}

.p-target__block.is-show {
  opacity: 1;
  animation-name: fadeAnime;
  animation-duration: 2s;
  animation-fill-mode: backwards;
}

.p-feature {
  padding-top: 5rem;
  padding-bottom: 11.25rem;
  background: url("./images/bg_feature.svg");
  background-repeat: no-repeat;
  position: relative;
  display: block;
  background-size: 54.6875rem;
  background-position: 20% 100%;
}
@media screen and (min-width: 750px) {
  .p-feature {
    background-position: 50% 100%;
    background-size: 84.91625rem;
  }
}

.p-feature::after {
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  background: linear-gradient(to bottom, #FFF0EB, #FDFDFD);
  position: absolute;
  top: 0;
  left: 0;
}

.p-feature__heading2 {
  text-align: center;
  display: block;
  font-weight: 500;
  background-color: #F45D30;
  color: #ffffff;
  padding-top: 1rem;
  padding-bottom: 1.25rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 1.8125rem;
  max-width: 520px;
  opacity: 0;
}
@media screen and (min-width: 750px) {
  .p-feature__heading2 {
    max-width: 450px;
    font-size: 1.25rem;
  }
}

.p-feature__heading2.is-show {
  opacity: 1;
  animation-name: fadeAnime;
  animation-duration: 2s;
  animation-fill-mode: backwards;
}

.p-feature__subTitle {
  text-align: center;
  margin-top: 1.25rem;
  opacity: 0;
}

.p-feature__subTitle.is-show {
  opacity: 1;
  animation-name: fadeAnime;
  animation-duration: 2s;
  animation-fill-mode: backwards;
}

.p-feature__subTitle p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9444444444;
}
@media screen and (min-width: 750px) {
  .p-feature__subTitle p {
    font-size: 2.25rem;
  }
}

.p-furigana {
  position: relative;
  display: inline-block;
  line-height: 1;
}

.p-furigana::after {
  margin-top: 0.5rem;
  content: "（ジャシン会計士事務所）";
  display: inline-block;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 500;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 750px) {
  .p-furigana::after {
    font-size: 1rem;
  }
}

.p-feature__paragraph2 {
  margin-top: 2.25rem;
  text-align: center;
}

.p-feature__paragraph2 p {
  opacity: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 750px) {
  .p-feature__paragraph2 p {
    font-size: 1.25rem;
  }
}

.p-feature__paragraph2 p.is-show {
  opacity: 1;
  animation-name: fadeAnime;
  animation-duration: 2s;
  animation-fill-mode: backwards;
}

.p-feature__items {
  margin-top: 2.5rem;
  list-style: none;
  opacity: 0;
}
@media screen and (min-width: 750px) {
  .p-feature__items {
    display: flex;
  }
}

.p-feature__items.is-show {
  opacity: 1;
  animation-name: fadeAnime;
  animation-duration: 2s;
  animation-fill-mode: backwards;
}

.p-feature__item {
  padding-top: 1.875rem;
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .p-feature__item {
    width: calc(33.333% - 1.6666666667rem);
  }
}

.p-feature__item:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 750px) {
  .p-feature__item:not(:first-child) {
    margin-top: 0rem;
    margin-left: 2.5rem;
  }
}

.p-feature__image {
  width: 100%;
  display: block;
}

.p-feature__image img {
  margin: 0 auto;
  display: block;
  width: 85%;
  aspect-ratio: 1/1;
  max-width: 375px;
}
@media screen and (min-width: 750px) {
  .p-feature__image img {
    width: 90%;
  }
}

.p-feature__number {
  background-color: #F45D30;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 1.875rem;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-feature__number::before {
  content: "step";
  display: block;
  font-size: 0.9375rem;
  font-weight: 300;
  margin-bottom: 0.4375rem;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.p-feature__heading3 {
  margin-top: 2.1875rem;
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (min-width: 750px) {
  .p-feature__heading3 {
    margin-top: 3.125rem;
    font-size: 1.5rem;
  }
}

.p-feature__paragraph3 {
  margin-top: 1.25rem;
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 400;
}

.p-service {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-service h2 {
  text-align: center;
}

.p-service__items {
  margin-top: 8.75rem;
}
@media screen and (min-width: 750px) {
  .p-service__items {
    margin-top: 3.75rem;
  }
}

.p-service__item:not(:first-child) {
  margin-top: 8.75rem;
}
@media screen and (min-width: 750px) {
  .p-service__item:not(:first-child) {
    margin-top: 6.25rem;
  }
}

.p-service__block {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
@media screen and (min-width: 750px) {
  .p-service__block {
    align-items: flex-start;
    flex-direction: row;
  }
}

.p-service__block.is-show {
  opacity: 1;
  animation-name: fadeAnime;
  animation-duration: 2s;
  animation-fill-mode: backwards;
}

.p-service__image {
  margin-top: 1.875rem;
  order: 2;
  max-width: 375px;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .p-service__image {
    margin-top: 0rem;
    order: initial;
    width: 30%;
  }
}

.p-service__image img {
  display: inline-block;
  width: 100%;
}

.p-service__text {
  flex: 1;
  display: contents;
}
@media screen and (min-width: 750px) {
  .p-service__text {
    display: block;
    margin-left: 2.5rem;
  }
}

.p-service__heading3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  padding-top: 1.125rem;
  padding-bottom: 1.375rem;
  line-height: 1.4166666667;
  color: #ffffff;
  background-color: #F45D30;
  border-radius: 0.8125rem;
  position: relative;
  display: block;
  opacity: 0;
}
@media screen and (min-width: 750px) {
  .p-service__heading3 {
    font-size: 2.25rem;
  }
}

.p-service__heading3.is-show {
  opacity: 1;
  animation-name: fadeAnime;
  animation-duration: 2s;
  animation-fill-mode: backwards;
}

.p-service__icon1 {
  position: absolute;
  transform: translate(-50%, -75%);
  top: 0;
  left: 50%;
  width: 11.25rem;
}
@media screen and (min-width: 750px) {
  .p-service__icon1 {
    transform: translate(0, -50%);
    top: 0.9375rem;
    left: auto;
    right: 0;
    width: min(24.428vw, 342px);
  }
}

.p-service__icon2 {
  position: absolute;
  transform: translate(-50%, -75%);
  top: 0;
  left: 50%;
  width: 11.25rem;
}
@media screen and (min-width: 750px) {
  .p-service__icon2 {
    transform: translate(0, -50%);
    left: auto;
    top: 2.8125rem;
    right: -0.9375rem;
    width: min(24.428vw, 320px);
  }
}

.p-service__icon3 {
  position: absolute;
  transform: translate(-50%, -75%);
  top: 0;
  left: 50%;
  width: 11.25rem;
}
@media screen and (min-width: 750px) {
  .p-service__icon3 {
    transform: translate(0, -50%);
    left: auto;
    top: 1.5625rem;
    right: -3.125rem;
    width: min(24.428vw, 354px);
  }
}

.p-service__heading3::after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 29px 16.5px 0 16.5px;
  border-color: #F45D30 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.p-service__paragraph {
  order: 1;
  font-size: 1.25rem;
  line-height: 1.6666666667;
  font-weight: 700;
  opacity: 0;
}
@media screen and (min-width: 750px) {
  .p-service__paragraph {
    font-size: 1.5rem;
  }
}

.p-service__paragraph3 {
  order: 1;
  font-size: 1.25rem;
  line-height: 1.6666666667;
  font-weight: 700;
}
@media screen and (min-width: 750px) {
  .p-service__paragraph3 {
    font-size: 1.5rem;
  }
}

.p-service__paragraph.is-show {
  opacity: 1;
  animation-name: fadeAnime;
  animation-duration: 2s;
  animation-fill-mode: backwards;
}

.p-service__detail {
  order: 2;
  margin-top: 1.875rem;
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 750px) {
  .p-service__detail {
    font-size: 1.25rem;
  }
}

.p-service__lists {
  margin-top: 4.375rem;
  list-style-type: none;
  counter-reset: num;
}

.p-service__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
}
@media screen and (min-width: 750px) {
  .p-service__list {
    flex-direction: row;
  }
}

.p-service__list.is-show {
  opacity: 1;
  animation-name: fadeAnime;
  animation-duration: 2s;
  animation-fill-mode: backwards;
}

.p-service__list:not(:first-child) {
  margin-top: 3.75rem;
}

.p-service__list h4 {
  background-color: #FFEFEA;
  text-align: center;
  width: 100%;
  height: 5.625rem;
  border-radius: 0.625rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  padding-top: 2.0625rem;
  padding-bottom: 1.875rem;
  position: relative;
  display: block;
}
@media screen and (min-width: 750px) {
  .p-service__list h4 {
    max-width: 240px;
  }
}

.p-service__number {
  font-size: 2.5rem;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
  color: #F45D30;
}

.p-service__number::before {
  display: inline-block;
  content: "step";
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 2.4px;
}

.p-service__list p {
  font-size: 1rem;
  line-height: 1.7777777778;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 750px) {
  .p-service__list p {
    font-size: 1.125rem;
    margin-top: 0rem;
    margin-left: 3.4375rem;
  }
}

.p-banner {
  padding-top: 4.5rem;
  position: relative;
  display: block;
  background-color: #FFFAEA;
}
@media screen and (min-width: 750px) {
  .p-banner {
    padding-bottom: 5rem;
  }
}

.p-banner__inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 750px) {
  .p-banner__inner {
    padding-left: 15.625rem;
    padding-right: 15.625rem;
  }
}

.p-banner__paragraph {
  text-align: center;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.6666666667;
}
@media screen and (min-width: 750px) {
  .p-banner__paragraph {
    font-size: 1.875rem;
  }
}

.p-banner__buttons {
  margin-top: 2.5rem;
}
@media screen and (min-width: 750px) {
  .p-banner__buttons {
    display: flex;
    justify-content: center;
  }
}

.p-banner__button {
  max-width: 23.75rem;
  width: 100%;
  display: block;
  color: #ffffff;
  background-color: #F45D30;
  text-align: center;
  border-radius: 2.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  transition: opacity 0.3s ease;
  padding-top: 0.9375rem;
  padding-bottom: 1.3125rem;
  box-shadow: 0 3px 6px rgba(85, 85, 85, 0.16);
}
@media screen and (min-width: 750px) {
  .p-banner__button {
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
    width: 50%;
  }
}

.p-banner__button:hover {
  cursor: pointer;
  opacity: 0.6;
}

.p-banner__button.p-banner__button--line {
  background-color: #57B248;
}

.p-banner__button:not(:first-child) {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 750px) {
  .p-banner__button:not(:first-child) {
    margin-top: 0rem;
    margin-left: 1.25rem;
  }
}

.p-banner__icon2 {
  display: none;
}
@media screen and (min-width: 750px) {
  .p-banner__icon2 {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 5.625rem;
    width: 15rem;
    transform: none;
  }
}

.p-banner__icon1 {
  display: inline-block;
  width: 100%;
  transform: translateY(0.9375rem);
}
@media screen and (min-width: 750px) {
  .p-banner__icon1 {
    position: absolute;
    top: -1.875rem;
    right: 1.25rem;
    width: 19.375rem;
    transform: none;
  }
}

.p-profile {
  padding-top: 4.375rem;
  opacity: 0;
}
@media screen and (min-width: 750px) {
  .p-profile {
    padding-top: 8.125rem;
  }
}

.p-profile.is-show {
  opacity: 1;
  animation-name: fadeAnime;
  animation-duration: 2s;
  animation-fill-mode: backwards;
}

.p-profile__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .p-profile__inner {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.p-profile__body {
  width: 100%;
  padding-top: 3.4375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background: linear-gradient(to bottom, #F0840A, #E9532A);
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 750px) {
  .p-profile__body {
    flex-direction: row;
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
    border-radius: 3.5625rem;
  }
}

.p-profile__icons {
  display: block;
}

.p-profile__icon {
  display: block;
  align-self: flex-end;
  width: 17.1875rem;
  filter: drop-shadow(0 0 5rem rgba(255, 255, 255, 0.8));
}
@media screen and (min-width: 750px) {
  .p-profile__icon {
    width: 27.1875rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.p-profile__subTitle {
  font-size: 1.5rem;
  letter-spacing: 4.8px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  color: #FAB19A;
  writing-mode: vertical-rl;
  transform: scale(-1, -1);
  text-align: right;
  display: none;
}
@media screen and (min-width: 750px) {
  .p-profile__subTitle {
    display: block;
  }
}

@media screen and (min-width: 750px) {
  .p-profile__block {
    margin-left: 3.4375rem;
  }
}

.p-profile__heading2 {
  font-size: 1.875rem;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (min-width: 750px) {
  .p-profile__heading2 {
    font-size: 2.25rem;
  }
}

.p-profile__heading3 {
  margin-top: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #ffffff;
}

.p-profile__item {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2;
  color: #ffffff;
}
@media screen and (min-width: 750px) {
  .p-profile__item {
    font-size: 1rem;
  }
}

.p-reason {
  padding-top: 11.25rem;
}

.p-reason__body {
  border: 0.3125rem solid #FFEFEA;
  border-radius: 3.125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-bottom: 2.5rem;
  position: relative;
  display: block;
}
@media screen and (min-width: 750px) {
  .p-reason__body {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    padding-bottom: 5rem;
  }
}

.p-reason__title {
  position: relative;
  display: block;
}

.p-reason__title.is-show {
  opacity: 1;
  animation-name: fadeAnime;
  animation-duration: 2s;
  animation-fill-mode: backwards;
}

.p-reason__heading2 {
  width: 90%;
  font-size: 1.75rem;
  font-weight: 500;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
  padding: 0 0.625rem;
}
@media screen and (min-width: 750px) {
  .p-reason__heading2 {
    width: 80%;
    text-align: left;
    padding-left: 6.25rem;
    font-size: 3.125rem;
  }
}

.p-reason__icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 10.625rem;
}
@media screen and (min-width: 750px) {
  .p-reason__icon {
    width: 19.5rem;
    top: 50%;
    left: auto;
    right: 0;
    transform: translate(0, -50%);
  }
}

.p-reason__items {
  margin-top: 3.125rem;
}
@media screen and (min-width: 750px) {
  .p-reason__items {
    margin-top: 6.25rem;
  }
}

.p-reason__item:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 750px) {
  .p-reason__item:not(:first-child) {
    margin-top: 3.75rem;
  }
}

.p-reason__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
}
@media screen and (min-width: 750px) {
  .p-reason__item {
    align-items: flex-start;
    flex-direction: row;
  }
}

.p-reason__item.is-show {
  opacity: 1;
  animation-name: fadeAnime;
  animation-duration: 2s;
  animation-fill-mode: backwards;
}

.p-reason__number {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #F45D30;
  color: #ffffff;
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
  font-family: "Jost", sans-serif;
  font-size: 2.125rem;
  font-weight: 300;
}
@media screen and (min-width: 750px) {
  .p-reason__number {
    font-size: 3.125rem;
    width: 7.5rem;
    height: 7.5rem;
  }
}

.p-reason__number::before {
  content: "reason";
  display: inline-block;
  font-size: 1rem;
}
@media screen and (min-width: 750px) {
  .p-reason__number::before {
    font-size: 1.25rem;
  }
}

.p-reason__text {
  flex: 1;
}
@media screen and (min-width: 750px) {
  .p-reason__text {
    margin-left: 2.5rem;
  }
}

.p-reason__heading3 {
  margin-top: 1.875rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #F45D30;
}
@media screen and (min-width: 750px) {
  .p-reason__heading3 {
    margin-top: 0rem;
    font-size: 1.875rem;
  }
}

.p-reason__paragraph {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 750px) {
  .p-reason__paragraph {
    font-size: 1.25rem;
  }
}

.p-faq {
  padding-top: 5rem;
}

.p-faq h2 {
  text-align: center;
}

.p-faq__items {
  margin-top: 3.125rem;
}

.p-faq__item {
  opacity: 0;
}

.p-faq__item.is-show {
  opacity: 1;
  animation-name: fadeAnime;
  animation-duration: 2s;
  animation-fill-mode: backwards;
}

.p-faq__item:not(:first-child) {
  margin-top: 3.125rem;
}

.p-faq__item dt {
  border-radius: 2.1875rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 3.125rem;
  padding-right: 1.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  background-color: #F45D30;
  color: #ffffff;
  line-height: 2;
  position: relative;
}
@media screen and (min-width: 750px) {
  .p-faq__item dt {
    padding-left: 5rem;
    padding-right: 1.875rem;
    font-size: 1.25rem;
  }
}

.p-faq__item dt::before {
  display: inline-block;
  content: "q.";
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  position: absolute;
  left: 1.25rem;
}

.p-faq__item dd {
  margin-top: 1.875rem;
  padding-left: 1.875rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 2;
  position: relative;
  display: block;
}
@media screen and (min-width: 750px) {
  .p-faq__item dd {
    padding-left: 2.5rem;
    margin-top: 2.8125rem;
    font-size: 1.25rem;
  }
}

.p-faq__item dd::before {
  display: inline-block;
  content: "a";
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  margin-right: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
}

.p-contact {
  margin-top: 5.3125rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #F8F7F7;
}

.p-contact h2 {
  text-align: center;
}

.p-contact__paragraph {
  margin-top: 3.125rem;
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (min-width: 750px) {
  .p-contact__paragraph {
    font-size: 1rem;
  }
}

.p-contact__items {
  margin-top: 2.5rem;
}

@media screen and (min-width: 750px) {
  .p-contact__item {
    display: flex;
  }
}

.p-contact__item:not(:first-child) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 750px) {
  .p-contact__item:not(:first-child) {
    margin-top: 2.5rem;
  }
}

.p-contact__item--required dt::after {
  content: "*";
  display: inline-block;
  color: #FF0000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  margin-left: 0.25rem;
}

.p-contact__item dt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  width: 15rem;
}

.p-contact__item dd {
  flex: 1;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 750px) {
  .p-contact__item dd {
    margin-top: 0;
  }
}

.p-contact__text input,
.p-contact__text textarea {
  width: 100%;
  padding: 0.5625rem 0.75rem 0.75rem;
  font-size: 0.8125rem;
  border: 1px solid #BABABA;
  font-weight: 400;
  line-height: 2;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 750px) {
  .p-contact__text input,
  .p-contact__text textarea {
    padding: 0.75rem 1rem 0.9375rem;
    font-size: 0.9375rem;
  }
}

.p-contact__tel input {
  max-width: 30rem;
  width: 100%;
  border: 1px solid #BABABA;
  padding: 0.5625rem 0.75rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 750px) {
  .p-contact__tel input {
    padding: 0.75rem 1rem 0.9375rem;
    font-size: 0.9375rem;
  }
}

/*
セレクトタグ
*/
.p-contact__select {
  max-width: 30rem;
  width: 100%;
  position: relative;
}

.p-contact__select select:hover {
  cursor: pointer;
}

.p-contact__select select {
  all: unset;
  width: 100%;
  border: 1px solid #BABABA;
  padding: 0.5625rem 0.75rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 2;
  background-color: #ffffff;
  box-sizing: border-box;
}
@media screen and (min-width: 750px) {
  .p-contact__select select {
    padding: 0.75rem 1rem 0.9375rem;
    font-size: 0.9375rem;
  }
}

.p-contact__select::after {
  content: "▼";
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  font-size: 0.75rem;
  width: 1.5625rem;
  height: 1.5625rem;
  position: absolute;
  top: 50%;
  right: 0.15625rem;
  transform: translateY(-50%);
  pointer-events: none;
}

/*
チェックボックス
*/
.p-contact__checkbox {
  margin-top: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-contact__checkbox p {
  margin-left: 1.125rem;
}

.p-contact__checkbox input {
  background-color: #ffffff;
  display: inline-block;
  border: 1px solid #BABABA;
  width: 1.3125rem;
  height: 1.3125rem;
}

/*
送信ボタン
*/
.p-contact__submit {
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 22.5rem;
  width: 100%;
  text-align: center;
  position: relative;
}

.p-contact__submit input {
  transition: opacity 0.3s ease;
  border: none;
  display: block;
  text-align: center;
  width: 100%;
  color: #ffffff;
  background-color: #F45D30;
  padding: 1.5625rem 0 1.75rem;
  border-radius: 2.5rem;
  box-shadow: 0px 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.9px;
  opacity: 0.6;
}

.p-contact__submit .is-active:hover {
  cursor: pointer;
}

.p-contact__icon {
  z-index: 5;
  position: absolute;
  top: 50%;
  right: 2.1875rem;
  transform: translateY(-50%);
}

.p-contact__privacy {
  margin-top: 3.4375rem;
  width: 100%;
  display: block;
}

.p-contact__privacy textarea {
  padding: 0.625rem 1rem 0.75rem;
  border: 1px solid #BABABA;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
}

.p-access {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-access h2 {
  text-align: center;
}

.p-access__map {
  margin-top: 2.8125rem;
  width: 100%;
  position: relative;
}

.p-access__map::before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media screen and (min-width: 750px) {
  .p-access__map::before {
    padding-top: 43.5%;
  }
}

.p-access__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-access__logo {
  text-align: center;
  font-size: 1.375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-top: 3.125rem;
}
@media screen and (min-width: 750px) {
  .p-access__logo {
    margin-top: 0rem;
  }
}

.p-access__logo img {
  display: inline-block;
  width: 2.5rem;
}
@media screen and (min-width: 750px) {
  .p-access__logo img {
    width: initial;
  }
}

.p-access__company {
  margin-top: 0.5rem;
}
@media screen and (min-width: 750px) {
  .p-access__company {
    margin-top: -1.25rem;
  }
}

.p-access__infos {
  margin-top: 2.1875rem;
  text-align: center;
  font-weight: 500;
  line-height: 2;
  font-size: 0.9375rem;
}
@media screen and (min-width: 750px) {
  .p-access__infos {
    font-size: 1rem;
  }
}

.p-access__tel a {
  display: inline-block;
  transition: opacity 0.3s ease;
}

.p-access__tel a:hover {
  opacity: 0.6;
}

.p-access__tel a:not(:first-child) {
  text-indent: 1rem;
}

.p-access__instagram {
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.1875rem;
  max-width: 23.75rem;
  border-radius: 2.5rem;
  border: 1px solid #CF016B;
  transition: opacity 0.3s ease;
}

.p-access__instaIcon {
  display: inline-block;
  width: 1.875rem;
}

.p-access__instaText {
  margin-left: 0.625rem;
  width: 7.0625rem;
  height: auto;
}

.p-access__instagram span {
  font-size: 1rem;
  font-family: 500;
}

@media screen and (min-width: 750px) {
  .p-access__instagram:hover {
    opacity: 0.6;
  }
}

.p-thanks {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-thanks__heading1 {
  text-align: center;
  font-size: 1.625rem;
}
@media screen and (min-width: 750px) {
  .p-thanks__heading1 {
    font-size: 2.5rem;
  }
}

.p-thanks__paragraph {
  text-align: center;
  margin-top: 3.125rem;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (min-width: 750px) {
  .p-thanks__paragraph {
    font-size: 1.25rem;
  }
}

.p-thanks__link {
  margin-top: 1.875rem;
  text-align: center;
}

.p-thanks__link a {
  position: relative;
  display: inline-block;
  margin-top: 1.875rem;
  text-align: center;
  transition: opacity 0.3s ease;
  font-size: 1rem;
  line-height: 1.6;
  padding-bottom: 0.3125rem;
}
@media screen and (min-width: 750px) {
  .p-thanks__link a {
    font-size: 1.125rem;
  }
}

.p-thanks__link a:hover {
  cursor: pointer;
  opacity: 0.6;
}

@media screen and (min-width: 750px) {
  .u-hidden-pc {
    display: none;
  }
}

.u-hidden-sp {
  display: none;
}
@media screen and (min-width: 750px) {
  .u-hidden-sp {
    display: block;
  }
}

.u-ft-12 {
  font-size: 1.25em;
}

.u-ft-14 {
  font-size: 1.4em;
}

.u-ft-20 {
  font-size: 2em;
  font-style: italic;
}

.u-cl-orange {
  color: #F45D30;
}

.u-cl-red {
  color: #FF0000;
}

.u-ft-jost {
  font-family: "Jost", sans-serif;
}

.u-mt-60 {
  margin-top: 3.75rem;
}

.ft-marker {
  background-color: #FFF3CC;
}

.u-mt10-sp {
  display: inline-block;
  margin-top: 0.625rem;
}
@media screen and (min-width: 750px) {
  .u-mt10-sp {
    margin-top: 0rem;
  }
}/*# sourceMappingURL=style.css.map */