@charset "UTF-8";
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

/* 共通部分 
-------------------------------------------------*/
body {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
  background-color: #fffbf6;
  font-style: normal;
  width: 100%;
  height: 100%;
  min-width: 320px;
  max-width: 2560px;
}

a,
p,
h2,
h3,
li {
  color: #25ab73;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}

span {
  color: #f95812;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  span {
    font-size: 16px;
  }
}

.container {
  background-color: #fffbf6;
}

.color__highlight {
  color: #f95812;
}

.color__green {
  color: #25ab73;
}

.RT {
  color: #25ab73;
  vertical-align: top;
}

.info-ttl {
  padding-top: 38px;
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 475px) {
  .info-ttl {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .info-ttl {
    font-size: 32px;
  }
}

.btn-application {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
}
.btn-application a {
  background: #f95812;
  border-radius: 11px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 278px;
  padding: 19px 54px 19px 42px;
  line-height: 150%;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 4px 12px 0px rgb(255, 142, 93);
  animation: btn_animation 1.7s ease-in-out alternate infinite;
  background: linear-gradient(90deg, #f95812, #ffa37b);
  background-size: 500% 500%;
}
@keyframes btn_animation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@media screen and (min-width: 1200px) {
  .btn-application a {
    max-width: 348px;
    font-size: 26px;
  }
}
.btn-application a::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1200px) {
  .btn-application a::after {
    width: 8px;
    height: 8px;
    border-top: solid 3px currentColor;
    border-right: solid 3px currentColor;
  }
}
.btn-application a:hover {
  background: #ee8134;
  color: #fff;
  border-bottom: solid 2px #999;
  transform: translateY(3px);
}
.btn-application a:hover::after {
  right: 1.4rem;
}
.btn-application a:hover::before {
  color: #fff;
}

.tooltip {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #f95812;
}
@media screen and (min-width: 1200px) {
  .tooltip {
    font-size: 18px;
  }
}
.tooltip::before {
  margin-right: 0.6rem;
  content: "＼";
}
.tooltip::after {
  margin-left: 0.6rem;
  content: "／";
}

.container--guide .container__wrapper {
  border: dotted 1px cyan;
}
.container--guide .layout1 {
  border: dashed 1px #e60012;
  background: rgba(230, 0, 18, 0.1);
}
.container--guide .layout2 {
  border: dashed 1px #f39800;
  background: rgba(243, 152, 80, 0.1);
}
.container--guide .layout3 {
  border: dashed 1px #fff100;
  background: rgba(255, 251, 80, 0.1);
}
.container--guide .layout4 {
  border: dashed 1px #8fc31f;
  background: rgba(143, 195, 31, 0.1);
}
.container--guide .layout5 {
  border: dashed 1px #009944;
  background: rgba(0, 153, 68, 0.1);
}
.container--guide .layout6 {
  border: dashed 1px #009e96;
  background: rgba(0, 158, 150, 0.1);
}
.container--guide .layout7 {
  border: dashed 1px #00a0e9;
  background: rgba(0, 160, 233, 0.1);
}
.container--guide .layout8 {
  border: dashed 1px #006887;
  background: rgba(0, 104, 183, 0.1);
}
.container--guide .layout9 {
  border: dashed 1px #1d2088;
  background: rgba(29, 32, 136, 0.1);
}
.container--guide .layout10 {
  border: dashed 1px #920783;
  background: rgba(146, 7, 131, 0.1);
}
.container--guide .layout11 {
  border: dashed 1px #e4007f;
  background: rgba(255, 0, 127, 0.1);
}
.container--guide .layout12 {
  border: dashed 1px #e5004f;
  background: rgba(229, 0, 79, 0.1);
}
.container--guide .layout13 {
  border: dashed 1px #e60012;
  background: rgba(230, 0, 18, 0.1);
}
.container--guide .layout14 {
  border: dashed 1px #f39800;
  background: rgba(243, 152, 80, 0.1);
}
.container--guide .layout15 {
  border: dashed 1px #fff100;
  background: rgba(255, 251, 80, 0.1);
}
.container--guide .layout16 {
  border: dashed 1px #8fc31f;
  background: rgba(143, 195, 31, 0.1);
}
.container--guide .layout17 {
  border: dashed 1px #009944;
  background: rgba(0, 153, 68, 0.1);
}
.container--guide .layout18 {
  border: dashed 1px #009e96;
  background: rgba(0, 158, 150, 0.1);
}
.container--guide .layout19 {
  border: dashed 1px #00a0e9;
  background: rgba(0, 160, 233, 0.1);
}
.container--guide .layout20 {
  border: dashed 1px #e4007f;
  background: rgba(255, 0, 127, 0.1);
}
.container--guide .layout21 {
  border: dashed 1px #e5004f;
  background: rgba(229, 0, 79, 0.1);
}
.container--guide .layout22 {
  border: dashed 1px #e60012;
  background: rgba(230, 0, 18, 0.1);
}
.container--guide .layout23 {
  border: dashed 1px #f39800;
  background: rgba(243, 152, 80, 0.1);
}
.container--guide .layout24 {
  border: dashed 1px #fff100;
  background: rgba(255, 251, 80, 0.1);
}
.container--guide .layout25 {
  border: dashed 1px #8fc31f;
  background: rgba(143, 195, 31, 0.1);
}
.container--guide .layout26 {
  border: dashed 1px #009944;
  background: rgba(0, 153, 68, 0.1);
}
.container--guide .layout27 {
  border: dashed 1px #009e96;
  background: rgba(0, 158, 150, 0.1);
}
.container--guide .layout28 {
  border: dashed 1px #00a0e9;
  background: rgba(0, 160, 233, 0.1);
}

/* 共通部分 
-------------------------------------------------*/
body {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
  background-color: #fffbf6;
  font-style: normal;
  width: 100%;
  height: 100%;
  min-width: 320px;
  max-width: 2560px;
}

a,
p,
h2,
h3,
li {
  color: #25ab73;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}

span {
  color: #f95812;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  span {
    font-size: 16px;
  }
}

.container {
  background-color: #fffbf6;
}

.color__highlight {
  color: #f95812;
}

.color__green {
  color: #25ab73;
}

.RT {
  color: #25ab73;
  vertical-align: top;
}

.info-ttl {
  padding-top: 38px;
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 475px) {
  .info-ttl {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .info-ttl {
    font-size: 32px;
  }
}

.btn-application {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
}
.btn-application a {
  background: #f95812;
  border-radius: 11px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 278px;
  padding: 19px 54px 19px 42px;
  line-height: 150%;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 4px 12px 0px rgb(255, 142, 93);
  animation: btn_animation 1.7s ease-in-out alternate infinite;
  background: linear-gradient(90deg, #f95812, #ffa37b);
  background-size: 500% 500%;
}
@keyframes btn_animation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@media screen and (min-width: 1200px) {
  .btn-application a {
    max-width: 348px;
    font-size: 26px;
  }
}
.btn-application a::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1200px) {
  .btn-application a::after {
    width: 8px;
    height: 8px;
    border-top: solid 3px currentColor;
    border-right: solid 3px currentColor;
  }
}
.btn-application a:hover {
  background: #ee8134;
  color: #fff;
  border-bottom: solid 2px #999;
  transform: translateY(3px);
}
.btn-application a:hover::after {
  right: 1.4rem;
}
.btn-application a:hover::before {
  color: #fff;
}

.tooltip {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #f95812;
}
@media screen and (min-width: 1200px) {
  .tooltip {
    font-size: 18px;
  }
}
.tooltip::before {
  margin-right: 0.6rem;
  content: "＼";
}
.tooltip::after {
  margin-left: 0.6rem;
  content: "／";
}

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: url(../../img/Loading_background-SP.webp);
  text-align: center;
}
@media screen and (min-width: 1200px) {
  #splash {
    background: url(../../img/Loading_background.webp);
  }
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 280px;
}
@media screen and (min-width: 1200px) {
  #splash_logo img {
    width: 300px;
  }
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#contauner--load {
  display: none;
}

.sectionJibunjiku {
  background-color: #fff;
}
.sectionJibunjiku .layout1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
}
@media screen and (min-width: 1024px) {
  .sectionJibunjiku .layout1 {
    padding-top: 180px;
  }
}
.sectionJibunjiku .layout2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
}
@media screen and (max-width: 374px) {
  .sectionJibunjiku .layout2 {
    padding-left: calc((100% - 300px) / 2);
    padding-right: calc((100% - 300px) / 2);
  }
}
.sectionJibunjiku .layout3 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 44px;
  padding-left: 18%;
  padding-right: 18%;
}
@media screen and (max-width: 475px) {
  .sectionJibunjiku .layout3 {
    padding-top: 60px;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.CTA {
  background-color: #fff;
  padding-top: 140px;
}
@media screen and (max-width: 1200px) {
  .CTA {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .CTA {
    padding-top: 80px;
  }
}
@media screen and (max-width: 400px) {
  .CTA {
    padding-top: 56px;
    padding-bottom: 52px;
  }
}

.footerSection {
  padding-top: 101px;
  text-align: center;
}
.footerSection .layout1 {
  display: flex;
  padding-left: calc((100% - 102.5px) / 2);
}
@media screen and (min-width: 1200px) {
  .footerSection .layout1 {
    padding-top: 8px;
  }
}
.footerSection .layout1 .footer_instagram-icon {
  padding-top: 30px;
  padding-right: 12px;
}
@media screen and (min-width: 1200px) {
  .footerSection .layout1 .footer_instagram-icon {
    padding-top: 42px;
  }
}
.footerSection .layout1 .footer_notes-icon {
  padding-top: 21px;
}
@media screen and (min-width: 1200px) {
  .footerSection .layout1 .footer_notes-icon {
    padding-top: 29px;
  }
}
@media screen and (min-width: 1200px) {
  .footerSection .layout2 {
    padding-top: 8px;
  }
}

/* 共通部分 
-------------------------------------------------*/
body {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
  background-color: #fffbf6;
  font-style: normal;
  width: 100%;
  height: 100%;
  min-width: 320px;
  max-width: 2560px;
}

a,
p,
h2,
h3,
li {
  color: #25ab73;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}

span {
  color: #f95812;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  span {
    font-size: 16px;
  }
}

.container {
  background-color: #fffbf6;
}

.color__highlight {
  color: #f95812;
}

.color__green {
  color: #25ab73;
}

.RT {
  color: #25ab73;
  vertical-align: top;
}

.info-ttl {
  padding-top: 38px;
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 475px) {
  .info-ttl {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .info-ttl {
    font-size: 32px;
  }
}

.btn-application {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
}
.btn-application a {
  background: #f95812;
  border-radius: 11px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 278px;
  padding: 19px 54px 19px 42px;
  line-height: 150%;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 4px 12px 0px rgb(255, 142, 93);
  animation: btn_animation 1.7s ease-in-out alternate infinite;
  background: linear-gradient(90deg, #f95812, #ffa37b);
  background-size: 500% 500%;
}
@keyframes btn_animation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@media screen and (min-width: 1200px) {
  .btn-application a {
    max-width: 348px;
    font-size: 26px;
  }
}
.btn-application a::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1200px) {
  .btn-application a::after {
    width: 8px;
    height: 8px;
    border-top: solid 3px currentColor;
    border-right: solid 3px currentColor;
  }
}
.btn-application a:hover {
  background: #ee8134;
  color: #fff;
  border-bottom: solid 2px #999;
  transform: translateY(3px);
}
.btn-application a:hover::after {
  right: 1.4rem;
}
.btn-application a:hover::before {
  color: #fff;
}

.tooltip {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #f95812;
}
@media screen and (min-width: 1200px) {
  .tooltip {
    font-size: 18px;
  }
}
.tooltip::before {
  margin-right: 0.6rem;
  content: "＼";
}
.tooltip::after {
  margin-left: 0.6rem;
  content: "／";
}

.layout8 {
  padding-top: 104px;
}
.layout8 .continue_ttl {
  padding-top: 36px;
}
.layout8 .continue_contents_img {
  padding-top: 18px;
  padding-left: calc((100% - 300px) / 2);
}
@media screen and (min-width: 1200px) {
  .layout8 .continue_contents_img {
    padding-top: 0px;
    padding-left: 0px;
  }
}
.layout8 .continue_txt {
  padding-top: 16px;
  padding-left: calc((100% - 293px) / 2);
}
@media screen and (min-width: 1200px) {
  .layout8 .continue_txt {
    padding-top: 80px;
    padding-left: 36px;
    max-width: 600px;
  }
}
.layout8 .continue_contents__about {
  padding-top: 24px;
}
@media screen and (min-width: 1200px) {
  .layout8 .continue_contents__about {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .layout8 .continue__contents__wrap {
    display: flex;
    justify-content: flex-start;
    padding-top: 40px;
    padding-left: calc((100% - 1010px) / 2);
  }
}

.layout9 {
  padding-top: 56px;
}

/* 共通部分 
-------------------------------------------------*/
body {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
  background-color: #fffbf6;
  font-style: normal;
  width: 100%;
  height: 100%;
  min-width: 320px;
  max-width: 2560px;
}

a,
p,
h2,
h3,
li {
  color: #25ab73;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}

span {
  color: #f95812;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  span {
    font-size: 16px;
  }
}

.container {
  background-color: #fffbf6;
}

.color__highlight {
  color: #f95812;
}

.color__green {
  color: #25ab73;
}

.RT {
  color: #25ab73;
  vertical-align: top;
}

.info-ttl {
  padding-top: 38px;
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 475px) {
  .info-ttl {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .info-ttl {
    font-size: 32px;
  }
}

.btn-application {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
}
.btn-application a {
  background: #f95812;
  border-radius: 11px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 278px;
  padding: 19px 54px 19px 42px;
  line-height: 150%;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 4px 12px 0px rgb(255, 142, 93);
  animation: btn_animation 1.7s ease-in-out alternate infinite;
  background: linear-gradient(90deg, #f95812, #ffa37b);
  background-size: 500% 500%;
}
@keyframes btn_animation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@media screen and (min-width: 1200px) {
  .btn-application a {
    max-width: 348px;
    font-size: 26px;
  }
}
.btn-application a::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1200px) {
  .btn-application a::after {
    width: 8px;
    height: 8px;
    border-top: solid 3px currentColor;
    border-right: solid 3px currentColor;
  }
}
.btn-application a:hover {
  background: #ee8134;
  color: #fff;
  border-bottom: solid 2px #999;
  transform: translateY(3px);
}
.btn-application a:hover::after {
  right: 1.4rem;
}
.btn-application a:hover::before {
  color: #fff;
}

.tooltip {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #f95812;
}
@media screen and (min-width: 1200px) {
  .tooltip {
    font-size: 18px;
  }
}
.tooltip::before {
  margin-right: 0.6rem;
  content: "＼";
}
.tooltip::after {
  margin-left: 0.6rem;
  content: "／";
}

.sectionService .layout6 {
  padding-top: 82px;
  position: relative;
  text-align: justify;
}
@media screen and (min-width: 1200px) {
  .sectionService .layout6 {
    padding-top: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .sectionService .layout6 {
    padding-top: 130px;
  }
}
.sectionService .layout6::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 82px;
  left: 0;
  width: 324px;
  height: 730px;
  background-color: #fffbf6;
  border-radius: 28px;
  z-index: -50;
}
@media screen and (min-width: 1200px) {
  .sectionService .layout6::after {
    top: 130px;
    width: 1078px;
    height: 660px;
  }
}
.sectionService .layout6 .border-bottom {
  display: inline-block;
}
.sectionService .layout6 .service__mainPlan__info-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .sectionService .layout6 .service__mainPlan__info-ttl p {
    padding-top: 60px;
  }
}
.sectionService .layout6 .service__mainPlan__info__about {
  padding-top: 46px;
}
@media screen and (min-width: 1200px) {
  .sectionService .layout6 .service__mainPlan__info__about {
    padding-left: calc((100% - 910px) / 2);
  }
}
.sectionService .layout6 .service__mainPlan__info__about li {
  padding-left: 15px;
  padding-bottom: 16px;
  display: flex;
}
.sectionService .layout6 .service__mainPlan__info__about li p {
  padding-left: 11px;
}
.sectionService .layout6 .service__mainPlan__info__about .no-padding {
  padding-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .sectionService .layout6 .layout15 {
    margin-left: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .sectionService .layout6 .layout26 {
    display: flex;
  }
}
.sectionService .info-detail {
  padding-left: 84px;
}
@media screen and (min-width: 1200px) {
  .sectionService .info-detail {
    padding-left: 106px;
  }
}
.sectionService .info-detail-ok {
  padding-left: 68px;
  line-height: 80%;
}
@media screen and (min-width: 1200px) {
  .sectionService .info-detail-ok {
    padding-left: 80px;
  }
}
.sectionService .info-detail-2 {
  padding-top: 24px;
  padding-left: 22px;
  position: relative;
  font-size: 11px;
  line-height: 1.6em;
}
@media screen and (min-width: 1200px) {
  .sectionService .info-detail-2 {
    padding-top: 10px;
    padding-left: 0px;
    font-size: 16px;
  }
}
.sectionService .info-detail-2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 18px;
  left: 11px;
  width: 300px;
  height: 104px;
  background-color: #fff;
  border-radius: 10px;
  z-index: -25;
}
@media screen and (min-width: 1200px) {
  .sectionService .info-detail-2::after {
    top: 0px;
    left: -15px;
    width: 430px;
    height: 150px;
  }
}
.sectionService .service__mainPlan__info__benefit {
  padding-top: 30px;
  padding-left: 8px;
}
@media screen and (min-width: 1200px) {
  .sectionService .service__mainPlan__info__benefit {
    padding-top: 17px;
    padding-left: calc((100% - 910px) / 2);
  }
}
.sectionService .service__mainPlan__info__benefit h5 {
  margin-bottom: 0;
  padding-left: 10px;
}
.sectionService .service__mainPlan__info__benefit .layout19 {
  padding-top: 8px;
  padding-left: 20px;
  max-width: 900px;
}
@media screen and (min-width: 1200px) {
  .sectionService .service__mainPlan__info__benefit .layout19 {
    padding-top: 17px;
    padding-left: 40px;
  }
}
.sectionService .service__mainPlan__info__benefit .layout17 {
  padding: 0;
}
.sectionService .layout7 {
  padding-top: 40px;
}
@media screen and (min-width: 1200px) {
  .sectionService .layout7 {
    padding-top: 140px;
  }
}

.sectionService .layout1 {
  padding-top: 220px;
  padding-left: calc((100% - 290px) / 2);
  flex-flow: column;
  justify-content: flex-start;
  position: relative;
}
@media screen and (min-width: 680px) {
  .sectionService .layout1 {
    padding-left: calc((100% - 500px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .sectionService .layout1 {
    padding-left: calc((100% - 1080px) / 2);
  }
}
.sectionService .layout1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 89px;
  max-height: 91px;
  top: 100px;
  right: 42px;
  background: url(../../img/service__birds.png) center/cover no-repeat;
}
@media screen and (max-width: 374px) {
  .sectionService .layout1::before {
    max-width: 79px;
    max-height: 81px;
  }
}
@media screen and (min-width: 1024px) {
  .sectionService .layout1::before {
    top: 120px;
    max-width: 100px;
    max-height: 102px;
    right: 12%;
  }
}
.sectionService .layout1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100px;
  left: 0;
  background: url(../../img/service__background-top.png) center/cover no-repeat;
  z-index: -200;
}
.sectionService .layout1 h3 {
  padding-left: 38px;
}
.sectionService .layout1 h2 {
  padding-top: 7px;
}
@media screen and (min-width: 1024px) {
  .sectionService .layout1 h2 {
    padding-top: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .sectionService .layout14 {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .sectionService .layout15 {
    margin-left: 162px;
  }
}
@media screen and (min-width: 1200px) {
  .sectionService .layout16 {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .sectionService .layout17 {
    display: flex;
    padding-left: 64px;
    padding-top: 48px;
  }
  .sectionService .layout17 .layout18 {
    order: 2;
  }
  .sectionService .layout17 .service__mainPlan__about {
    order: 1;
  }
}

/* 共通部分 
-------------------------------------------------*/
body {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
  background-color: #fffbf6;
  font-style: normal;
  width: 100%;
  height: 100%;
  min-width: 320px;
  max-width: 2560px;
}

a,
p,
h2,
h3,
li {
  color: #25ab73;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}

span {
  color: #f95812;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  span {
    font-size: 16px;
  }
}

.container {
  background-color: #fffbf6;
}

.color__highlight {
  color: #f95812;
}

.color__green {
  color: #25ab73;
}

.RT {
  color: #25ab73;
  vertical-align: top;
}

.info-ttl {
  padding-top: 38px;
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 475px) {
  .info-ttl {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .info-ttl {
    font-size: 32px;
  }
}

.btn-application {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
}
.btn-application a {
  background: #f95812;
  border-radius: 11px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 278px;
  padding: 19px 54px 19px 42px;
  line-height: 150%;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 4px 12px 0px rgb(255, 142, 93);
  animation: btn_animation 1.7s ease-in-out alternate infinite;
  background: linear-gradient(90deg, #f95812, #ffa37b);
  background-size: 500% 500%;
}
@keyframes btn_animation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@media screen and (min-width: 1200px) {
  .btn-application a {
    max-width: 348px;
    font-size: 26px;
  }
}
.btn-application a::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1200px) {
  .btn-application a::after {
    width: 8px;
    height: 8px;
    border-top: solid 3px currentColor;
    border-right: solid 3px currentColor;
  }
}
.btn-application a:hover {
  background: #ee8134;
  color: #fff;
  border-bottom: solid 2px #999;
  transform: translateY(3px);
}
.btn-application a:hover::after {
  right: 1.4rem;
}
.btn-application a:hover::before {
  color: #fff;
}

.tooltip {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #f95812;
}
@media screen and (min-width: 1200px) {
  .tooltip {
    font-size: 18px;
  }
}
.tooltip::before {
  margin-right: 0.6rem;
  content: "＼";
}
.tooltip::after {
  margin-left: 0.6rem;
  content: "／";
}

.message__wrapper {
  position: relative;
}
.message__wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 64px;
  right: calc((100% - 325px) / 2);
  max-width: 80px;
  max-height: 72.81px;
  background: url(../../img/message__birds.png) center/cover no-repeat;
}
@media screen and (min-width: 1200px) {
  .message__wrapper::before {
    top: 140px;
    right: 20%;
    max-width: 100px;
    max-height: 90px;
  }
}
.message__wrapper .layout1 {
  padding-top: 140px;
  padding-left: calc((100% - 325px) / 2);
  padding-bottom: 126px;
}
@media screen and (max-width: 374px) {
  .message__wrapper .layout1 {
    padding-left: calc((100% - 300px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .message__wrapper .layout1 {
    padding-top: 210px;
    padding-bottom: 190px;
    padding-left: 40%;
    padding-right: 300px;
  }
}
.message__wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -70px;
  right: 0px;
  max-width: 162px;
  max-height: 190px;
  background: url(../../img/message__tree.png) center/cover no-repeat;
  z-index: 300;
}
@media screen and (min-width: 1200px) {
  .message__wrapper::after {
    max-width: 228px;
    max-height: 270px;
    right: 5%;
    bottom: -10%;
  }
}

/* 共通部分 
-------------------------------------------------*/
body {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
  background-color: #fffbf6;
  font-style: normal;
  width: 100%;
  height: 100%;
  min-width: 320px;
  max-width: 2560px;
}

a,
p,
h2,
h3,
li {
  color: #25ab73;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}

span {
  color: #f95812;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  span {
    font-size: 16px;
  }
}

.container {
  background-color: #fffbf6;
}

.color__highlight {
  color: #f95812;
}

.color__green {
  color: #25ab73;
}

.RT {
  color: #25ab73;
  vertical-align: top;
}

.info-ttl {
  padding-top: 38px;
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 475px) {
  .info-ttl {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .info-ttl {
    font-size: 32px;
  }
}

.btn-application {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
}
.btn-application a {
  background: #f95812;
  border-radius: 11px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 278px;
  padding: 19px 54px 19px 42px;
  line-height: 150%;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 4px 12px 0px rgb(255, 142, 93);
  animation: btn_animation 1.7s ease-in-out alternate infinite;
  background: linear-gradient(90deg, #f95812, #ffa37b);
  background-size: 500% 500%;
}
@keyframes btn_animation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@media screen and (min-width: 1200px) {
  .btn-application a {
    max-width: 348px;
    font-size: 26px;
  }
}
.btn-application a::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1200px) {
  .btn-application a::after {
    width: 8px;
    height: 8px;
    border-top: solid 3px currentColor;
    border-right: solid 3px currentColor;
  }
}
.btn-application a:hover {
  background: #ee8134;
  color: #fff;
  border-bottom: solid 2px #999;
  transform: translateY(3px);
}
.btn-application a:hover::after {
  right: 1.4rem;
}
.btn-application a:hover::before {
  color: #fff;
}

.tooltip {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #f95812;
}
@media screen and (min-width: 1200px) {
  .tooltip {
    font-size: 18px;
  }
}
.tooltip::before {
  margin-right: 0.6rem;
  content: "＼";
}
.tooltip::after {
  margin-left: 0.6rem;
  content: "／";
}

header {
  z-index: 500;
  position: fixed;
  top: 42px;
  left: calc((100% - 322px) / 2);
  height: 52px;
}
header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  border-radius: 35px;
  background-color: #fff;
  z-index: -500;
}
@media screen and (min-width: 768px) {
  header::after {
    content: none;
  }
}
header .layout15 {
  display: flex;
}
header .layout15 .layout1 {
  padding-left: 20px;
  padding-top: 12px;
}
header .layout15 .layout1 img {
  max-width: 96px;
}
@media screen and (min-width: 1024px) {
  header .layout15 .layout1 img {
    max-width: 140px;
  }
}
header .layout15 .layout2 {
  display: flex;
}
header .layout15 .nav-icons {
  display: flex;
}
header .layout15 .nav-icons .footer_instagram-icon img {
  padding-top: 10px;
  margin-right: 18px;
}
@media screen and (min-width: 426px) {
  header {
    width: 80%;
    left: 10%;
  }
}
header .openbtn {
  z-index: 2000;
}

.sectionService .layout2 {
  z-index: 0;
  position: relative;
}
.sectionService .layout2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 60px;
  left: calc((100% - 375px) / 2);
  width: 375px;
  height: 4440px;
  background-color: #fff;
  border-radius: 39px;
  z-index: -200;
  box-shadow: 0px 0px 14px 0px rgba(54, 147, 29, 0.12);
}
@media screen and (max-width: 374px) {
  .sectionService .layout2::after {
    left: calc((100% - 320px) / 2);
    width: 320px;
  }
}
@media screen and (min-width: 680px) {
  .sectionService .layout2::after {
    left: calc((100% - 500px) / 2);
    width: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .sectionService .layout2::after {
    left: calc((100% - 1200px) / 2);
    width: 1200px;
    height: 4220px;
  }
}
.sectionService .layout3 {
  padding-top: 45px;
  margin: 0 auto;
  width: 325px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .sectionService .layout3 {
    padding-top: 128px;
    width: 1080px;
  }
}
.sectionService .layout3 h2 {
  padding-top: 36px;
}
@media screen and (min-width: 1200px) {
  .sectionService .layout3 h2 {
    padding-top: 83px;
  }
}
.sectionService .layout3 .service__mainPlan__ttl-sub {
  padding-top: 12px;
}
@media screen and (min-width: 1200px) {
  .sectionService .layout3 .service__mainPlan__ttl-sub {
    padding-top: 28px;
  }
}
.sectionService .layout3 .service__mainPlan__img1 {
  padding-top: 32px;
}
@media screen and (min-width: 1200px) {
  .sectionService .layout3 .service__mainPlan__img1 {
    padding-top: 50px;
  }
}
.sectionService .layout4 {
  padding-top: 38px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .sectionService .layout4 {
    padding-top: 80px;
  }
}
.sectionService .layout4::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 38px;
  left: 0;
  background: url(../../img/service__mainPlan__no1-background.webp) center/cover no-repeat;
  z-index: -100;
  border-radius: 28px;
}
@media screen and (min-width: 1200px) {
  .sectionService .layout4::after {
    top: 80px;
  }
}
.sectionService .layout4 .service__mainPlan__no1 {
  padding-top: 48px;
}
@media screen and (min-width: 1200px) {
  .sectionService .layout4 .service__mainPlan__no1 {
    padding-top: 70px;
  }
}
.sectionService .layout4 .service__mainPlan__no1-imgA {
  padding-top: 17px;
}
@media screen and (min-width: 1200px) {
  .sectionService .layout4 .service__mainPlan__no1-imgA {
    display: none;
  }
}
.sectionService .layout4 .service__mainPlan__no1-imgA-PC {
  margin-right: 64px;
}
@media screen and (max-width: 1199px) {
  .sectionService .layout4 .service__mainPlan__no1-imgA-PC {
    display: none;
  }
}
.sectionService .layout4 .service__mainPlan__about {
  padding-top: 22px;
  padding-left: calc((100% - 295px) / 2);
}
@media screen and (min-width: 1200px) {
  .sectionService .layout4 .service__mainPlan__about {
    padding-top: 0px;
    padding-left: 0px;
  }
}
.sectionService .layout4 .service__mainPlan__about p {
  padding-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .sectionService .layout4 .service__mainPlan__about p {
    padding-bottom: 18px;
  }
}
.sectionService .layout4 .service__mainPlan__no1-imgB {
  padding-top: 20px;
}
@media screen and (min-width: 1200px) {
  .sectionService .layout4 .service__mainPlan__no1-imgB {
    display: none;
  }
}
.sectionService .layout4 .service__mainPlan__no1-imgB-PC {
  padding-top: 54px;
}
@media screen and (max-width: 1199px) {
  .sectionService .layout4 .service__mainPlan__no1-imgB-PC {
    display: none;
  }
}
.sectionService .layout5 {
  padding-top: 84px;
  position: relative;
  z-index: 0;
}
.sectionService .layout5::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 84px;
  left: 0;
  background: url(../../img/service__mainPlan__no2-background.webp) center/cover no-repeat;
  z-index: -100;
  border-radius: 28px;
  max-height: 900px;
}
@media screen and (min-width: 1200px) {
  .sectionService .layout5::after {
    top: 140px;
    max-height: 780px;
  }
}
.sectionService .layout5 .service__mainPlan__no2-imgA {
  padding-top: 26px;
}
@media screen and (min-width: 1200px) {
  .sectionService .layout5 .service__mainPlan__no2-imgA {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .sectionService .layout5 .service__mainPlan__no2-imgA-PC {
    display: none;
  }
}
.sectionService .layout5 .service__mainPlan__no2-about {
  padding-top: 26px;
  padding-left: calc((100% - 291px) / 2);
}
@media screen and (min-width: 1200px) {
  .sectionService .layout5 .service__mainPlan__no2-about {
    padding-left: 0px;
    margin-right: 64px;
  }
}
.sectionService .layout5 .service__mainPlan__no2-about p {
  padding-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .sectionService .layout5 .service__mainPlan__no2-about p {
    padding-bottom: 16px;
  }
}
.sectionService .layout5 .service__mainPlan__no2-about .service__mainPlan__no2-about-small {
  line-height: 18px;
  padding-bottom: 0;
}
.sectionService .layout5 .service__mainPlan__no2-imgB {
  padding-top: 37px;
}
@media screen and (min-width: 1200px) {
  .sectionService .layout5 .service__mainPlan__no2-imgB {
    display: none;
  }
}
.sectionService .layout5 .service__mainPlan__no2-imgB-PC {
  padding-top: 40px;
}
@media screen and (max-width: 1199px) {
  .sectionService .layout5 .service__mainPlan__no2-imgB-PC {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .sectionService .layout19 {
    display: flex;
    justify-content: space-between;
    padding-left: 80px;
    padding-top: 34px;
  }
}

.sectionProfile .layout1 {
  text-align: center;
}
.sectionProfile .layout1 h2 {
  text-align: center;
  padding-top: 109px;
  position: relative;
}
.sectionProfile .layout1 h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 86px;
  left: calc((100% - 48.8px) / 2);
  max-width: 48.8px;
  max-height: 14.41px;
  background: url(../../img/profile__dot.png) center/cover no-repeat;
}
@media screen and (min-width: 1200px) {
  .sectionProfile .layout1 h2::before {
    top: 72px;
    max-width: 77.2px;
    max-height: 22px;
  }
}
.sectionProfile .layout1 img {
  padding-top: 28px;
}
@media screen and (min-width: 1200px) {
  .sectionProfile .profile__wrap {
    display: flex;
    justify-content: center;
    padding-top: 100px;
  }
}
.sectionProfile .profile__wrap .profile__img {
  text-align: center;
  padding-top: 32px;
}
@media screen and (min-width: 1200px) {
  .sectionProfile .profile__wrap .profile__img {
    padding-top: 0px;
  }
}
.sectionProfile .layout2 {
  padding-top: 9px;
  padding-left: calc((100% - 270px) / 2);
}
@media screen and (min-width: 680px) {
  .sectionProfile .layout2 {
    top: 48px;
    padding-left: calc((100% - 360px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .sectionProfile .layout2 {
    padding-top: 48px;
    padding-left: 80px;
  }
}
.sectionProfile .layout2 p {
  padding-top: 6px;
}
.sectionProfile .layout3 {
  position: relative;
  padding-top: 63px;
  z-index: 0;
}
.sectionProfile .layout3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 36px;
  left: calc((100% - 323px) / 2);
  max-width: 323px;
  max-height: 934px;
  background-color: #fff;
  border-radius: 15px;
  z-index: -100;
}
@media screen and (min-width: 680px) {
  .sectionProfile .layout3::before {
    left: calc((100% - 400px) / 2);
    max-width: 400px;
    max-height: 1100px;
  }
}
@media screen and (min-width: 1200px) {
  .sectionProfile .layout3::before {
    left: calc((100% - 1018px) / 2);
    max-width: 1018px;
    max-height: 600px;
  }
}
.sectionProfile .layout3 .profile__about {
  padding-left: calc((100% - 280px) / 2);
}
@media screen and (min-width: 680px) {
  .sectionProfile .layout3 .profile__about {
    padding-left: calc((100% - 360px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .sectionProfile .layout3 .profile__about {
    padding-left: calc((100% - 965px) / 2);
  }
}
.sectionProfile .layout3 .profile__about p {
  width: 280px;
}
@media screen and (min-width: 680px) {
  .sectionProfile .layout3 .profile__about p {
    width: 360px;
  }
}
@media screen and (min-width: 1200px) {
  .sectionProfile .layout3 .profile__about p {
    width: 965px;
  }
}

/* 共通部分 
-------------------------------------------------*/
body {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
  background-color: #fffbf6;
  font-style: normal;
  width: 100%;
  height: 100%;
  min-width: 320px;
  max-width: 2560px;
}

a,
p,
h2,
h3,
li {
  color: #25ab73;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}

span {
  color: #f95812;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  span {
    font-size: 16px;
  }
}

.container {
  background-color: #fffbf6;
}

.color__highlight {
  color: #f95812;
}

.color__green {
  color: #25ab73;
}

.RT {
  color: #25ab73;
  vertical-align: top;
}

.info-ttl {
  padding-top: 38px;
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 475px) {
  .info-ttl {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .info-ttl {
    font-size: 32px;
  }
}

.btn-application {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
}
.btn-application a {
  background: #f95812;
  border-radius: 11px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 278px;
  padding: 19px 54px 19px 42px;
  line-height: 150%;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 4px 12px 0px rgb(255, 142, 93);
  animation: btn_animation 1.7s ease-in-out alternate infinite;
  background: linear-gradient(90deg, #f95812, #ffa37b);
  background-size: 500% 500%;
}
@keyframes btn_animation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@media screen and (min-width: 1200px) {
  .btn-application a {
    max-width: 348px;
    font-size: 26px;
  }
}
.btn-application a::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1200px) {
  .btn-application a::after {
    width: 8px;
    height: 8px;
    border-top: solid 3px currentColor;
    border-right: solid 3px currentColor;
  }
}
.btn-application a:hover {
  background: #ee8134;
  color: #fff;
  border-bottom: solid 2px #999;
  transform: translateY(3px);
}
.btn-application a:hover::after {
  right: 1.4rem;
}
.btn-application a:hover::before {
  color: #fff;
}

.tooltip {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #f95812;
}
@media screen and (min-width: 1200px) {
  .tooltip {
    font-size: 18px;
  }
}
.tooltip::before {
  margin-right: 0.6rem;
  content: "＼";
}
.tooltip::after {
  margin-left: 0.6rem;
  content: "／";
}

.layout10 {
  padding-top: 163px;
  z-index: 0;
  position: relative;
}
.layout10::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 179px;
  left: calc((100% - 375px) / 2);
  width: 375px;
  height: 1913px;
  background-color: #fff;
  border-radius: 39px;
  z-index: -200;
  box-shadow: 0px 0px 14px 0px rgba(54, 147, 29, 0.12);
}
@media screen and (max-width: 374px) {
  .layout10::after {
    left: calc((100% - 320px) / 2);
    width: 320px;
  }
}
@media screen and (min-width: 680px) {
  .layout10::after {
    left: calc((100% - 500px) / 2);
    width: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .layout10::after {
    left: calc((100% - 1200px) / 2);
    width: 1200px;
    height: 1840px;
  }
}

.service__subPlan__ttl {
  padding-top: 35px;
}
@media screen and (min-width: 1200px) {
  .service__subPlan__ttl {
    padding-top: 48px;
  }
}
.service__subPlan__ttl .service__subPlan__ttl-2 {
  padding-top: -3px;
}

.service__subPlan__ttl-sub {
  padding-top: 24px;
}

.layout11,
.service__subPlan__about,
.service__subPlan__about-txt {
  text-align: center;
  padding-top: 13px;
}
.layout11 img,
.service__subPlan__about img,
.service__subPlan__about-txt img {
  padding-top: 2px;
}

.service__subPlan__about-txt {
  padding-top: 48px;
}
@media screen and (min-width: 1200px) {
  .service__subPlan__about-txt {
    padding-top: 93px;
  }
}

@media screen and (min-width: 1200px) {
  .layout11 {
    margin-left: 90px;
    padding-top: 70px;
  }
}

.layout12 {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .layout12 {
    padding-top: 60px;
    height: 484px;
  }
}
.layout12::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 44px;
  left: calc((100% - 324px) / 2);
  width: 324px;
  height: 396px;
  background-color: #fffbf6;
  border-radius: 28px;
  z-index: -50;
}
@media screen and (min-width: 1200px) {
  .layout12::after {
    top: 74px;
    left: calc((100% - 1080px) / 2);
    width: 1080px;
    height: 406px;
  }
}
.layout12 .border-bottom {
  display: inline-block;
}
.layout12 .service__subPlan__info-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 36px;
}
@media screen and (min-width: 1200px) {
  .layout12 .service__subPlan__info-ttl {
    padding-top: 28px;
  }
}

.service__subPlan__info-detail {
  padding-top: 44px;
}
@media screen and (min-width: 1200px) {
  .service__subPlan__info-detail {
    padding-top: 62px;
  }
}

.subPlan-button {
  padding-top: 88px;
}
@media screen and (min-width: 1200px) {
  .subPlan-button {
    padding-top: 74px;
  }
}

.layout20 {
  margin: 0 auto;
  width: 325px;
}
@media screen and (min-width: 1200px) {
  .layout20 {
    display: flex;
    padding-top: 100px;
    width: 1080px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  .layout22 {
    text-align: left;
  }
}

/* 共通部分 
-------------------------------------------------*/
body {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
  background-color: #fffbf6;
  font-style: normal;
  width: 100%;
  height: 100%;
  min-width: 320px;
  max-width: 2560px;
}

a,
p,
h2,
h3,
li {
  color: #25ab73;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}

span {
  color: #f95812;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  span {
    font-size: 16px;
  }
}

.container {
  background-color: #fffbf6;
}

.color__highlight {
  color: #f95812;
}

.color__green {
  color: #25ab73;
}

.RT {
  color: #25ab73;
  vertical-align: top;
}

.info-ttl {
  padding-top: 38px;
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 475px) {
  .info-ttl {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .info-ttl {
    font-size: 32px;
  }
}

.btn-application {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
}
.btn-application a {
  background: #f95812;
  border-radius: 11px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 278px;
  padding: 19px 54px 19px 42px;
  line-height: 150%;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 4px 12px 0px rgb(255, 142, 93);
  animation: btn_animation 1.7s ease-in-out alternate infinite;
  background: linear-gradient(90deg, #f95812, #ffa37b);
  background-size: 500% 500%;
}
@keyframes btn_animation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@media screen and (min-width: 1200px) {
  .btn-application a {
    max-width: 348px;
    font-size: 26px;
  }
}
.btn-application a::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1200px) {
  .btn-application a::after {
    width: 8px;
    height: 8px;
    border-top: solid 3px currentColor;
    border-right: solid 3px currentColor;
  }
}
.btn-application a:hover {
  background: #ee8134;
  color: #fff;
  border-bottom: solid 2px #999;
  transform: translateY(3px);
}
.btn-application a:hover::after {
  right: 1.4rem;
}
.btn-application a:hover::before {
  color: #fff;
}

.tooltip {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #f95812;
}
@media screen and (min-width: 1200px) {
  .tooltip {
    font-size: 18px;
  }
}
.tooltip::before {
  margin-right: 0.6rem;
  content: "＼";
}
.tooltip::after {
  margin-left: 0.6rem;
  content: "／";
}

.sectionVoice {
  text-align: center;
  padding-top: 190px;
}
@media screen and (min-width: 1200px) {
  .sectionVoice {
    padding-top: 294px;
  }
}

.voice__wrap {
  padding-top: 44px;
}
@media screen and (min-width: 1200px) {
  .voice__wrap {
    padding-top: 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
  }
}
.voice__wrap .voice__no2 {
  padding-top: 27.75px;
}
.voice__wrap .voice__no3 {
  padding-top: 28.75px;
  padding-bottom: 98.75px;
}

.CTA_PC {
  position: relative;
}
.CTA_PC img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 425px) {
  .CTA_PC {
    display: none;
  }
}

.button__instagram img {
  position: absolute;
  top: 56%;
  left: 18%;
  width: 20%;
}

.button__notes img {
  position: absolute;
  top: 63%;
  left: 66%;
  width: 20%;
}

.CTA_SP {
  position: relative;
}
.CTA_SP img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 426px) {
  .CTA_SP {
    display: none;
  }
}

.button__instagram-SP img {
  position: absolute;
  top: 52%;
  left: 40%;
  width: 50%;
}

.CTA_SP-notes {
  height: 279px;
  position: relative;
}
@media screen and (min-width: 425px) {
  .CTA_SP-notes {
    display: none;
  }
}
.CTA_SP-notes p {
  line-height: 180%;
  text-align: center;
}
.CTA_SP-notes::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 280px;
  background: url(../../img/CTA_SP-notes.webp) center/cover no-repeat;
  z-index: -50;
}
.CTA_SP-notes .button_notes-SP {
  padding-top: 188px;
  padding-left: calc((100% - 184px) / 2);
}
.CTA_SP-notes .button_notes-SP a {
  height: 184px;
}
.CTA_SP-notes .button_notes-SP img {
  max-width: 184px;
}

/* 共通部分 
-------------------------------------------------*/
body {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
  background-color: #fffbf6;
  font-style: normal;
  width: 100%;
  height: 100%;
  min-width: 320px;
  max-width: 2560px;
}

a,
p,
h2,
h3,
li {
  color: #25ab73;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}

span {
  color: #f95812;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  span {
    font-size: 16px;
  }
}

.container {
  background-color: #fffbf6;
}

.color__highlight {
  color: #f95812;
}

.color__green {
  color: #25ab73;
}

.RT {
  color: #25ab73;
  vertical-align: top;
}

.info-ttl {
  padding-top: 38px;
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 475px) {
  .info-ttl {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .info-ttl {
    font-size: 32px;
  }
}

.btn-application {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
}
.btn-application a {
  background: #f95812;
  border-radius: 11px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 278px;
  padding: 19px 54px 19px 42px;
  line-height: 150%;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 4px 12px 0px rgb(255, 142, 93);
  animation: btn_animation 1.7s ease-in-out alternate infinite;
  background: linear-gradient(90deg, #f95812, #ffa37b);
  background-size: 500% 500%;
}
@keyframes btn_animation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@media screen and (min-width: 1200px) {
  .btn-application a {
    max-width: 348px;
    font-size: 26px;
  }
}
.btn-application a::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1200px) {
  .btn-application a::after {
    width: 8px;
    height: 8px;
    border-top: solid 3px currentColor;
    border-right: solid 3px currentColor;
  }
}
.btn-application a:hover {
  background: #ee8134;
  color: #fff;
  border-bottom: solid 2px #999;
  transform: translateY(3px);
}
.btn-application a:hover::after {
  right: 1.4rem;
}
.btn-application a:hover::before {
  color: #fff;
}

.tooltip {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #f95812;
}
@media screen and (min-width: 1200px) {
  .tooltip {
    font-size: 18px;
  }
}
.tooltip::before {
  margin-right: 0.6rem;
  content: "＼";
}
.tooltip::after {
  margin-left: 0.6rem;
  content: "／";
}

.footerSection {
  position: relative;
}
.footerSection::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 101px;
  left: 0;
  max-height: 115px;
  background: url(../../img/footer_background.webp) center/cover no-repeat;
  z-index: -100;
  border-radius: 12px 12px 0 0;
}
@media screen and (min-width: 1200px) {
  .footerSection::after {
    max-height: 185px;
  }
}
.footerSection .layout2 p {
  color: #fffbf6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1200px) {
  .footerSection .layout2 p small {
    font-size: 16px;
  }
}
.footerSection .layout2 span {
  color: #fffbf6;
  font-size: 8px;
}
@media screen and (min-width: 1200px) {
  .footerSection .layout2 span {
    font-size: 14px;
  }
}

.footer_instagram-icon img {
  max-width: 35px;
}
@media screen and (min-width: 1200px) {
  .footer_instagram-icon img {
    max-width: 46px;
  }
}

.footer_notes-icon img {
  max-width: 55px;
}
@media screen and (min-width: 1200px) {
  .footer_notes-icon img {
    max-width: 72px;
  }
}

/* 共通部分 
-------------------------------------------------*/
body {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
  background-color: #fffbf6;
  font-style: normal;
  width: 100%;
  height: 100%;
  min-width: 320px;
  max-width: 2560px;
}

a,
p,
h2,
h3,
li {
  color: #25ab73;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}

span {
  color: #f95812;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  span {
    font-size: 16px;
  }
}

.container {
  background-color: #fffbf6;
}

.color__highlight {
  color: #f95812;
}

.color__green {
  color: #25ab73;
}

.RT {
  color: #25ab73;
  vertical-align: top;
}

.info-ttl {
  padding-top: 38px;
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 475px) {
  .info-ttl {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .info-ttl {
    font-size: 32px;
  }
}

.btn-application {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
}
.btn-application a {
  background: #f95812;
  border-radius: 11px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 278px;
  padding: 19px 54px 19px 42px;
  line-height: 150%;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 4px 12px 0px rgb(255, 142, 93);
  animation: btn_animation 1.7s ease-in-out alternate infinite;
  background: linear-gradient(90deg, #f95812, #ffa37b);
  background-size: 500% 500%;
}
@keyframes btn_animation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@media screen and (min-width: 1200px) {
  .btn-application a {
    max-width: 348px;
    font-size: 26px;
  }
}
.btn-application a::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1200px) {
  .btn-application a::after {
    width: 8px;
    height: 8px;
    border-top: solid 3px currentColor;
    border-right: solid 3px currentColor;
  }
}
.btn-application a:hover {
  background: #ee8134;
  color: #fff;
  border-bottom: solid 2px #999;
  transform: translateY(3px);
}
.btn-application a:hover::after {
  right: 1.4rem;
}
.btn-application a:hover::before {
  color: #fff;
}

.tooltip {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #f95812;
}
@media screen and (min-width: 1200px) {
  .tooltip {
    font-size: 18px;
  }
}
.tooltip::before {
  margin-right: 0.6rem;
  content: "＼";
}
.tooltip::after {
  margin-left: 0.6rem;
  content: "／";
}

.image-left {
  position: absolute;
  top: 0;
  left: 30px;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  animation: image-switch-animation 20s infinite;
}
@media screen and (max-width: 1439px) {
  .image-left {
    left: 26px;
  }
}
@media screen and (min-width: 1550px) {
  .image-left {
    left: 40px;
  }
}

.src1-PC,
.src2-PC,
.src3-PC,
.src4-PC,
.src5-PC,
.src6-PC {
  max-width: 456px;
  max-height: 745px;
}
@media screen and (max-width: 1439px) {
  .src1-PC,
  .src2-PC,
  .src3-PC,
  .src4-PC,
  .src5-PC,
  .src6-PC {
    max-width: 386px;
    max-height: 632px;
  }
}
@media screen and (min-width: 1550px) {
  .src1-PC,
  .src2-PC,
  .src3-PC,
  .src4-PC,
  .src5-PC,
  .src6-PC {
    max-width: 500px;
    max-height: 816px;
  }
}
@media screen and (max-width: 1199px) {
  .src1-PC,
  .src2-PC,
  .src3-PC,
  .src4-PC,
  .src5-PC,
  .src6-PC {
    display: none;
  }
}

.src1-PC {
  background-image: url(../../img/FV_img1-1.webp);
}

.src2-PC {
  background-image: url(../../img/FV_img1-2.webp);
}

.src3-PC {
  background-image: url(../../img/FV_img1-3.webp);
}

.src4-PC {
  background-image: url(../../img/FV_img1-4.webp);
}

.src5-PC {
  background-image: url(../../img/FV_img1-5.webp);
}

.src6-PC {
  background-image: url(../../img/FV_img1-6.webp);
}

.image-left:nth-of-type(1) {
  animation-delay: 0s;
}

.image-left:nth-of-type(2) {
  animation-delay: 3s;
}

.image-left:nth-of-type(3) {
  animation-delay: 6s;
}

.image-left:nth-of-type(4) {
  animation-delay: 9s;
}

.image-left:nth-of-type(5) {
  animation-delay: 12s;
}

.image-left:nth-of-type(6) {
  animation-delay: 15s;
}

.image-right {
  position: absolute;
  top: 180px;
  left: calc(100% - 410px);
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  animation: image-switch-animation-right 20s infinite;
}
@media screen and (min-width: 1439px) {
  .image-right {
    top: 240px;
    left: calc(100% - 494px);
  }
}
@media screen and (min-width: 1550px) {
  .image-right {
    top: 160px;
    left: calc(100% - 540px);
  }
}

.src21-PC,
.src22-PC,
.src23-PC,
.src24-PC,
.src25-PC,
.src26-PC {
  max-width: 456px;
  max-height: 745px;
}
@media screen and (max-width: 1439px) {
  .src21-PC,
  .src22-PC,
  .src23-PC,
  .src24-PC,
  .src25-PC,
  .src26-PC {
    max-width: 386px;
    max-height: 632px;
  }
}
@media screen and (min-width: 1550px) {
  .src21-PC,
  .src22-PC,
  .src23-PC,
  .src24-PC,
  .src25-PC,
  .src26-PC {
    max-width: 500px;
    max-height: 816px;
  }
}
@media screen and (max-width: 1199px) {
  .src21-PC,
  .src22-PC,
  .src23-PC,
  .src24-PC,
  .src25-PC,
  .src26-PC {
    display: none;
  }
}

.src21-PC {
  background-image: url(../../img/FV_img2-1.webp);
}

.src22-PC {
  background-image: url(../../img/FV_img2-2.webp);
}

.src23-PC {
  background-image: url(../../img/FV_img2-3.webp);
}

.src24-PC {
  background-image: url(../../img/FV_img2-4.webp);
}

.src25-PC {
  background-image: url(../../img/FV_img2-5.webp);
}

.src26-PC {
  background-image: url(../../img/FV_img2-6.webp);
}

.image-right:nth-of-type(1) {
  animation-delay: 0s;
}

.image-right:nth-of-type(2) {
  animation-delay: 3s;
}

.image-right:nth-of-type(3) {
  animation-delay: 6s;
}

.image-right:nth-of-type(4) {
  animation-delay: 9s;
}

.image-right:nth-of-type(5) {
  animation-delay: 12s;
}

.image-right:nth-of-type(6) {
  animation-delay: 15s;
}

@keyframes image-switch-animation {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes image-switch-animation-right {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* 共通部分 
-------------------------------------------------*/
body {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
  background-color: #fffbf6;
  font-style: normal;
  width: 100%;
  height: 100%;
  min-width: 320px;
  max-width: 2560px;
}

a,
p,
h2,
h3,
li {
  color: #25ab73;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}

span {
  color: #f95812;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  span {
    font-size: 16px;
  }
}

.container {
  background-color: #fffbf6;
}

.color__highlight {
  color: #f95812;
}

.color__green {
  color: #25ab73;
}

.RT {
  color: #25ab73;
  vertical-align: top;
}

.info-ttl {
  padding-top: 38px;
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 475px) {
  .info-ttl {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .info-ttl {
    font-size: 32px;
  }
}

.btn-application {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
}
.btn-application a {
  background: #f95812;
  border-radius: 11px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 278px;
  padding: 19px 54px 19px 42px;
  line-height: 150%;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 4px 12px 0px rgb(255, 142, 93);
  animation: btn_animation 1.7s ease-in-out alternate infinite;
  background: linear-gradient(90deg, #f95812, #ffa37b);
  background-size: 500% 500%;
}
@keyframes btn_animation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@media screen and (min-width: 1200px) {
  .btn-application a {
    max-width: 348px;
    font-size: 26px;
  }
}
.btn-application a::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1200px) {
  .btn-application a::after {
    width: 8px;
    height: 8px;
    border-top: solid 3px currentColor;
    border-right: solid 3px currentColor;
  }
}
.btn-application a:hover {
  background: #ee8134;
  color: #fff;
  border-bottom: solid 2px #999;
  transform: translateY(3px);
}
.btn-application a:hover::after {
  right: 1.4rem;
}
.btn-application a:hover::before {
  color: #fff;
}

.tooltip {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #f95812;
}
@media screen and (min-width: 1200px) {
  .tooltip {
    font-size: 18px;
  }
}
.tooltip::before {
  margin-right: 0.6rem;
  content: "＼";
}
.tooltip::after {
  margin-left: 0.6rem;
  content: "／";
}

.container {
  height: 717px;
  width: 100%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 374px) {
  .container {
    height: 660px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    height: 986px;
  }
}
.container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 205px;
  left: calc((100% - 375px) / 2);
  max-width: 348.5px;
  max-height: 274px;
  background: url(../../img/FV_ttl.webp) center/cover no-repeat;
  z-index: 200;
}
@media screen and (max-width: 374px) {
  .container::before {
    top: 160px;
    left: -10px;
    max-width: 338.5px;
    max-height: 260px;
  }
}
@media screen and (min-width: 1200px) {
  .container::before {
    top: 280px;
    left: calc((100% - 520px) / 2);
    max-width: 505px;
    max-height: 307px;
    background: url(../../img/FV_ttl-PC.webp) center/cover no-repeat;
  }
}

.image {
  position: absolute;
  top: 0;
  left: calc((100% - 375px) / 2);
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  animation: image-switch-animation 20s infinite;
}
@media screen and (max-width: 374px) {
  .image {
    left: calc((100% - 320px) / 2);
  }
}
@media screen and (min-width: 680px) {
  .image {
    left: calc((100% - 500px) / 2);
  }
}

.src1,
.src2,
.src3,
.src4,
.src5,
.src6 {
  max-width: 375px;
  max-height: 717px;
}
@media screen and (max-width: 374px) {
  .src1,
  .src2,
  .src3,
  .src4,
  .src5,
  .src6 {
    max-width: 320px;
    max-height: 618px;
  }
}
@media screen and (min-width: 680px) {
  .src1,
  .src2,
  .src3,
  .src4,
  .src5,
  .src6 {
    max-width: 500px;
    max-height: 717px;
  }
}
@media screen and (min-width: 1200px) {
  .src1,
  .src2,
  .src3,
  .src4,
  .src5,
  .src6 {
    display: none;
  }
}

.src1 {
  background-image: url(../../img/FV_img01.webp);
}

.src2 {
  background-image: url(../../img/FV_img02.webp);
}

.src3 {
  background-image: url(../../img/FV_img03.webp);
}

.src4 {
  background-image: url(../../img/FV_img04.webp);
}

.src5 {
  background-image: url(../../img/FV_img05.webp);
}

.src6 {
  background-image: url(../../img/FV_img06.webp);
}

.image:nth-of-type(1) {
  animation-delay: 0s;
}

.image:nth-of-type(2) {
  animation-delay: 3s;
}

.image:nth-of-type(3) {
  animation-delay: 6s;
}

.image:nth-of-type(4) {
  animation-delay: 9s;
}

.image:nth-of-type(5) {
  animation-delay: 12s;
}

.image:nth-of-type(6) {
  animation-delay: 15s;
}

@keyframes image-switch-animation {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* 共通部分 
-------------------------------------------------*/
body {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
  background-color: #fffbf6;
  font-style: normal;
  width: 100%;
  height: 100%;
  min-width: 320px;
  max-width: 2560px;
}

a,
p,
h2,
h3,
li {
  color: #25ab73;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}

span {
  color: #f95812;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  span {
    font-size: 16px;
  }
}

.container {
  background-color: #fffbf6;
}

.color__highlight {
  color: #f95812;
}

.color__green {
  color: #25ab73;
}

.RT {
  color: #25ab73;
  vertical-align: top;
}

.info-ttl {
  padding-top: 38px;
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 475px) {
  .info-ttl {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .info-ttl {
    font-size: 32px;
  }
}

.btn-application {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
}
.btn-application a {
  background: #f95812;
  border-radius: 11px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 278px;
  padding: 19px 54px 19px 42px;
  line-height: 150%;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 4px 12px 0px rgb(255, 142, 93);
  animation: btn_animation 1.7s ease-in-out alternate infinite;
  background: linear-gradient(90deg, #f95812, #ffa37b);
  background-size: 500% 500%;
}
@keyframes btn_animation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@media screen and (min-width: 1200px) {
  .btn-application a {
    max-width: 348px;
    font-size: 26px;
  }
}
.btn-application a::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1200px) {
  .btn-application a::after {
    width: 8px;
    height: 8px;
    border-top: solid 3px currentColor;
    border-right: solid 3px currentColor;
  }
}
.btn-application a:hover {
  background: #ee8134;
  color: #fff;
  border-bottom: solid 2px #999;
  transform: translateY(3px);
}
.btn-application a:hover::after {
  right: 1.4rem;
}
.btn-application a:hover::before {
  color: #fff;
}

.tooltip {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #f95812;
}
@media screen and (min-width: 1200px) {
  .tooltip {
    font-size: 18px;
  }
}
.tooltip::before {
  margin-right: 0.6rem;
  content: "＼";
}
.tooltip::after {
  margin-left: 0.6rem;
  content: "／";
}

.jibunjiku__wrapper {
  position: relative;
}
.jibunjiku__wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -20px;
  left: -10px;
  width: 20%;
  height: 20%;
  background: url(../../img/jibunjiku__background__leaf-01.png) center/cover no-repeat;
}
@media screen and (min-width: 1024px) {
  .jibunjiku__wrapper::before {
    width: 16%;
  }
}
.jibunjiku__wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -110px;
  right: 0px;
  width: 20%;
  height: 20%;
  background: url(../../img/jibunjiku__background__leaf-02.png) center/cover no-repeat;
}
@media screen and (min-width: 1024px) {
  .jibunjiku__wrapper::after {
    bottom: -130px;
    width: 18%;
  }
}

.jibunjiku__ttl {
  position: relative;
  font-size: 32px;
}
.jibunjiku__ttl::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 12px;
  width: 100%;
  height: 100%;
  max-width: 93px;
  max-height: 19px;
  background: url(../../img/jibunjiku_ttl_parts.png) center/cover no-repeat;
}
.jibunjiku__ttl .jibunjiku__ttl__hl {
  font-size: 38px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 475px) {
  .jibunjiku__ttl {
    font-size: 22px;
  }
  .jibunjiku__ttl::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 9.23px;
    width: 100%;
    height: 100%;
    max-width: 61px;
    max-height: 13px;
    background: url(../../img/jibunjiku_ttl_parts.png) center/cover no-repeat;
  }
  .jibunjiku__ttl .jibunjiku__ttl__hl {
    font-size: 26px;
    letter-spacing: 0.01em;
  }
}

.txt_min {
  font-size: 24px;
  color: #44ba83;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 390px) {
  .txt_min {
    font-size: 17px;
  }
}

.border-bottom {
  border-bottom: dashed 2px #44ba83;
}

.jibunjiku__txt {
  color: #4d493b;
  line-height: 170%;
  max-width: 702px;
}
@media screen and (min-width: 1200px) {
  .jibunjiku__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .jibunjiku__txt {
    font-size: 14px;
    max-width: 500px;
  }
}
@media screen and (max-width: 540px) {
  .jibunjiku__txt {
    font-size: 14px;
    max-width: 390px;
  }
}
@media screen and (max-width: 475px) {
  .jibunjiku__txt {
    font-size: 14px;
    max-width: 360px;
  }
}
@media screen and (max-width: 390px) {
  .jibunjiku__txt {
    font-size: 14px;
    max-width: 322px;
  }
}

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1440px) {
  .movie {
    width: 80%;
  }
}

/* 共通部分 
-------------------------------------------------*/
body {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
  background-color: #fffbf6;
  font-style: normal;
  width: 100%;
  height: 100%;
  min-width: 320px;
  max-width: 2560px;
}

a,
p,
h2,
h3,
li {
  color: #25ab73;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}

span {
  color: #f95812;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  span {
    font-size: 16px;
  }
}

.container {
  background-color: #fffbf6;
}

.color__highlight {
  color: #f95812;
}

.color__green {
  color: #25ab73;
}

.RT {
  color: #25ab73;
  vertical-align: top;
}

.info-ttl {
  padding-top: 38px;
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 475px) {
  .info-ttl {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .info-ttl {
    font-size: 32px;
  }
}

.btn-application {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
}
.btn-application a {
  background: #f95812;
  border-radius: 11px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 278px;
  padding: 19px 54px 19px 42px;
  line-height: 150%;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 4px 12px 0px rgb(255, 142, 93);
  animation: btn_animation 1.7s ease-in-out alternate infinite;
  background: linear-gradient(90deg, #f95812, #ffa37b);
  background-size: 500% 500%;
}
@keyframes btn_animation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@media screen and (min-width: 1200px) {
  .btn-application a {
    max-width: 348px;
    font-size: 26px;
  }
}
.btn-application a::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1200px) {
  .btn-application a::after {
    width: 8px;
    height: 8px;
    border-top: solid 3px currentColor;
    border-right: solid 3px currentColor;
  }
}
.btn-application a:hover {
  background: #ee8134;
  color: #fff;
  border-bottom: solid 2px #999;
  transform: translateY(3px);
}
.btn-application a:hover::after {
  right: 1.4rem;
}
.btn-application a:hover::before {
  color: #fff;
}

.tooltip {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #f95812;
}
@media screen and (min-width: 1200px) {
  .tooltip {
    font-size: 18px;
  }
}
.tooltip::before {
  margin-right: 0.6rem;
  content: "＼";
}
.tooltip::after {
  margin-left: 0.6rem;
  content: "／";
}

.layout8 .continue_ttl-SP {
  max-width: 306px;
}
@media screen and (min-width: 1200px) {
  .layout8 .continue_ttl-SP {
    display: none;
  }
}
.layout8 .continue_ttl-PC {
  max-width: 617px;
}
@media screen and (max-width: 1199px) {
  .layout8 .continue_ttl-PC {
    display: none;
  }
}
.layout8 .continue_contents_img {
  max-width: 300px;
}
@media screen and (min-width: 1200px) {
  .layout8 .continue_contents_img {
    max-width: 377px;
  }
}
.layout8 .continue_contents__about-SP {
  max-width: 300px;
}
@media screen and (min-width: 1200px) {
  .layout8 .continue_contents__about-SP {
    display: none;
  }
}
.layout8 .continue_contents__about-PC {
  max-width: 1010px;
}
@media screen and (max-width: 1199px) {
  .layout8 .continue_contents__about-PC {
    display: none;
  }
}

.continue_ttl_txt,
.continue_txt {
  color: #4d493b;
  letter-spacing: 0.04em;
}

.continue_ttl_txt {
  padding-top: 18px;
}
@media screen and (min-width: 1200px) {
  .continue_ttl_txt {
    font-size: 22px;
  }
}

.continue_txt {
  max-width: 293px;
  text-align: left;
  line-height: 160%;
}
@media screen and (min-width: 1200px) {
  .continue_txt {
    font-size: 18px;
  }
}

/* 共通部分 
-------------------------------------------------*/
body {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
  background-color: #fffbf6;
  font-style: normal;
  width: 100%;
  height: 100%;
  min-width: 320px;
  max-width: 2560px;
}

a,
p,
h2,
h3,
li {
  color: #25ab73;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}

span {
  color: #f95812;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  span {
    font-size: 16px;
  }
}

.container {
  background-color: #fffbf6;
}

.color__highlight {
  color: #f95812;
}

.color__green {
  color: #25ab73;
}

.RT {
  color: #25ab73;
  vertical-align: top;
}

.info-ttl {
  padding-top: 38px;
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 475px) {
  .info-ttl {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .info-ttl {
    font-size: 32px;
  }
}

.btn-application {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
}
.btn-application a {
  background: #f95812;
  border-radius: 11px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 278px;
  padding: 19px 54px 19px 42px;
  line-height: 150%;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 4px 12px 0px rgb(255, 142, 93);
  animation: btn_animation 1.7s ease-in-out alternate infinite;
  background: linear-gradient(90deg, #f95812, #ffa37b);
  background-size: 500% 500%;
}
@keyframes btn_animation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@media screen and (min-width: 1200px) {
  .btn-application a {
    max-width: 348px;
    font-size: 26px;
  }
}
.btn-application a::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1200px) {
  .btn-application a::after {
    width: 8px;
    height: 8px;
    border-top: solid 3px currentColor;
    border-right: solid 3px currentColor;
  }
}
.btn-application a:hover {
  background: #ee8134;
  color: #fff;
  border-bottom: solid 2px #999;
  transform: translateY(3px);
}
.btn-application a:hover::after {
  right: 1.4rem;
}
.btn-application a:hover::before {
  color: #fff;
}

.tooltip {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #f95812;
}
@media screen and (min-width: 1200px) {
  .tooltip {
    font-size: 18px;
  }
}
.tooltip::before {
  margin-right: 0.6rem;
  content: "＼";
}
.tooltip::after {
  margin-left: 0.6rem;
  content: "／";
}

.service__mainPlan__info__about h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1200px) {
  .service__mainPlan__info__about h4 {
    font-size: 25px;
    padding-top: 7px;
  }
}
.service__mainPlan__info__about p,
.service__mainPlan__info__about span {
  color: #4d493b;
}
.service__mainPlan__info__about p {
  font-size: 18px;
}
@media screen and (min-width: 1200px) {
  .service__mainPlan__info__about p {
    font-size: 25px;
  }
}
.service__mainPlan__info__about small {
  font-size: 12px;
  line-height: 160%;
}
@media screen and (min-width: 1200px) {
  .service__mainPlan__info__about small {
    font-size: 16px;
  }
}
.service__mainPlan__info__about .info-detail {
  position: relative;
  line-height: 80%;
  padding-top: 4px;
}
.service__mainPlan__info__about .info-detail::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 68px;
  max-width: 12px;
  max-height: 7.1px;
  background: url(../../img/Info__li_leaf.png) center/cover no-repeat;
}
@media screen and (min-width: 1200px) {
  .service__mainPlan__info__about .info-detail::before {
    max-width: 16.5px;
    max-height: 10px;
    top: 14px;
    left: 80px;
  }
}
.service__mainPlan__info__about .info-detail::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 30px;
  left: 68px;
  max-width: 12px;
  max-height: 7.1px;
  background: url(../../img/Info__li_leaf.png) center/cover no-repeat;
}
@media screen and (min-width: 1200px) {
  .service__mainPlan__info__about .info-detail::after {
    max-width: 16.5px;
    max-height: 10px;
    top: 40px;
    left: 80px;
  }
}

.info-detail-2 {
  color: #4d493b;
  letter-spacing: 0.05em;
}
.info-detail-2 span {
  color: #25ab73;
  font-size: 11px;
}
@media screen and (min-width: 1200px) {
  .info-detail-2 span {
    font-size: 16px;
  }
}

.service__mainPlan__info__benefit h5 img {
  max-width: 288px;
}
@media screen and (min-width: 1200px) {
  .service__mainPlan__info__benefit h5 img {
    max-width: 388px;
  }
}
.service__mainPlan__info__benefit .benefit1-img {
  padding-top: 18px;
}
@media screen and (min-width: 1200px) {
  .service__mainPlan__info__benefit .benefit1-img {
    padding-top: 0px;
  }
}
.service__mainPlan__info__benefit .benefit1-img img {
  max-width: 265px;
}
@media screen and (min-width: 1200px) {
  .service__mainPlan__info__benefit .benefit1-img img {
    max-width: 406px;
  }
}
.service__mainPlan__info__benefit .benefit2-img .benefit2-img-SP {
  max-width: 243px;
}
@media screen and (min-width: 1200px) {
  .service__mainPlan__info__benefit .benefit2-img .benefit2-img-SP {
    display: none;
  }
}
.service__mainPlan__info__benefit .benefit2-img .benefit2-img-PC {
  max-width: 450px;
}
@media screen and (max-width: 1199px) {
  .service__mainPlan__info__benefit .benefit2-img .benefit2-img-PC {
    display: none;
  }
}

/* 共通部分 
-------------------------------------------------*/
body {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
  background-color: #fffbf6;
  font-style: normal;
  width: 100%;
  height: 100%;
  min-width: 320px;
  max-width: 2560px;
}

a,
p,
h2,
h3,
li {
  color: #25ab73;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}

span {
  color: #f95812;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  span {
    font-size: 16px;
  }
}

.container {
  background-color: #fffbf6;
}

.color__highlight {
  color: #f95812;
}

.color__green {
  color: #25ab73;
}

.RT {
  color: #25ab73;
  vertical-align: top;
}

.info-ttl {
  padding-top: 38px;
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 475px) {
  .info-ttl {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .info-ttl {
    font-size: 32px;
  }
}

.btn-application {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
}
.btn-application a {
  background: #f95812;
  border-radius: 11px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 278px;
  padding: 19px 54px 19px 42px;
  line-height: 150%;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 4px 12px 0px rgb(255, 142, 93);
  animation: btn_animation 1.7s ease-in-out alternate infinite;
  background: linear-gradient(90deg, #f95812, #ffa37b);
  background-size: 500% 500%;
}
@keyframes btn_animation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@media screen and (min-width: 1200px) {
  .btn-application a {
    max-width: 348px;
    font-size: 26px;
  }
}
.btn-application a::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1200px) {
  .btn-application a::after {
    width: 8px;
    height: 8px;
    border-top: solid 3px currentColor;
    border-right: solid 3px currentColor;
  }
}
.btn-application a:hover {
  background: #ee8134;
  color: #fff;
  border-bottom: solid 2px #999;
  transform: translateY(3px);
}
.btn-application a:hover::after {
  right: 1.4rem;
}
.btn-application a:hover::before {
  color: #fff;
}

.tooltip {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #f95812;
}
@media screen and (min-width: 1200px) {
  .tooltip {
    font-size: 18px;
  }
}
.tooltip::before {
  margin-right: 0.6rem;
  content: "＼";
}
.tooltip::after {
  margin-left: 0.6rem;
  content: "／";
}

.service__ttl-sub {
  color: #f95812;
  font-size: 17px;
  font-family: "fot-tsukubrdgothic-std", serif;
  line-height: 150%;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .service__ttl-sub {
    font-size: 1.4em;
  }
}
.service__ttl-sub::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 26px;
  height: 0;
  border: solid #f95812 1px;
}
@media screen and (min-width: 1024px) {
  .service__ttl-sub::before {
    top: 16px;
  }
}

.service__ttl-main {
  font-size: 30px;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .service__ttl-main {
    font-size: 2.6em;
  }
}

/* 共通部分 
-------------------------------------------------*/
body {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
  background-color: #fffbf6;
  font-style: normal;
  width: 100%;
  height: 100%;
  min-width: 320px;
  max-width: 2560px;
}

a,
p,
h2,
h3,
li {
  color: #25ab73;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}

span {
  color: #f95812;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  span {
    font-size: 16px;
  }
}

.container {
  background-color: #fffbf6;
}

.color__highlight {
  color: #f95812;
}

.color__green {
  color: #25ab73;
}

.RT {
  color: #25ab73;
  vertical-align: top;
}

.info-ttl {
  padding-top: 38px;
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 475px) {
  .info-ttl {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .info-ttl {
    font-size: 32px;
  }
}

.btn-application {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
}
.btn-application a {
  background: #f95812;
  border-radius: 11px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 278px;
  padding: 19px 54px 19px 42px;
  line-height: 150%;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 4px 12px 0px rgb(255, 142, 93);
  animation: btn_animation 1.7s ease-in-out alternate infinite;
  background: linear-gradient(90deg, #f95812, #ffa37b);
  background-size: 500% 500%;
}
@keyframes btn_animation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@media screen and (min-width: 1200px) {
  .btn-application a {
    max-width: 348px;
    font-size: 26px;
  }
}
.btn-application a::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1200px) {
  .btn-application a::after {
    width: 8px;
    height: 8px;
    border-top: solid 3px currentColor;
    border-right: solid 3px currentColor;
  }
}
.btn-application a:hover {
  background: #ee8134;
  color: #fff;
  border-bottom: solid 2px #999;
  transform: translateY(3px);
}
.btn-application a:hover::after {
  right: 1.4rem;
}
.btn-application a:hover::before {
  color: #fff;
}

.tooltip {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #f95812;
}
@media screen and (min-width: 1200px) {
  .tooltip {
    font-size: 18px;
  }
}
.tooltip::before {
  margin-right: 0.6rem;
  content: "＼";
}
.tooltip::after {
  margin-left: 0.6rem;
  content: "／";
}

.message__txt {
  font-size: 15px;
  letter-spacing: 0.3em;
  line-height: normal;
}
@media screen and (min-width: 1200px) {
  .message__txt {
    column-gap: 50px;
    max-width: 740px;
    font-size: 16px;
    line-height: 220%;
  }
}

/* 共通部分 
-------------------------------------------------*/
body {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
  background-color: #fffbf6;
  font-style: normal;
  width: 100%;
  height: 100%;
  min-width: 320px;
  max-width: 2560px;
}

a,
p,
h2,
h3,
li {
  color: #25ab73;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}

span {
  color: #f95812;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  span {
    font-size: 16px;
  }
}

.container {
  background-color: #fffbf6;
}

.color__highlight {
  color: #f95812;
}

.color__green {
  color: #25ab73;
}

.RT {
  color: #25ab73;
  vertical-align: top;
}

.info-ttl {
  padding-top: 38px;
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 475px) {
  .info-ttl {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .info-ttl {
    font-size: 32px;
  }
}

.btn-application {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
}
.btn-application a {
  background: #f95812;
  border-radius: 11px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 278px;
  padding: 19px 54px 19px 42px;
  line-height: 150%;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 4px 12px 0px rgb(255, 142, 93);
  animation: btn_animation 1.7s ease-in-out alternate infinite;
  background: linear-gradient(90deg, #f95812, #ffa37b);
  background-size: 500% 500%;
}
@keyframes btn_animation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@media screen and (min-width: 1200px) {
  .btn-application a {
    max-width: 348px;
    font-size: 26px;
  }
}
.btn-application a::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1200px) {
  .btn-application a::after {
    width: 8px;
    height: 8px;
    border-top: solid 3px currentColor;
    border-right: solid 3px currentColor;
  }
}
.btn-application a:hover {
  background: #ee8134;
  color: #fff;
  border-bottom: solid 2px #999;
  transform: translateY(3px);
}
.btn-application a:hover::after {
  right: 1.4rem;
}
.btn-application a:hover::before {
  color: #fff;
}

.tooltip {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #f95812;
}
@media screen and (min-width: 1200px) {
  .tooltip {
    font-size: 18px;
  }
}
.tooltip::before {
  margin-right: 0.6rem;
  content: "＼";
}
.tooltip::after {
  margin-left: 0.6rem;
  content: "／";
}

header .layout15 {
  justify-content: space-between;
  align-items: left;
  flex-direction: row;
  flex-wrap: wrap;
}
header .layout15 ul {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  header .layout15 ul {
    flex-direction: row;
  }
}
header .layout15 li {
  padding-top: 20px;
}
header .layout15 .layout2 {
  padding-top: 5px;
  padding-right: 8px;
  align-items: center;
}
@media screen and (min-width: 450px) {
  header .layout15 .layout2 {
    padding-left: 10%;
  }
}
@media screen and (min-width: 520px) {
  header .layout15 .layout2 {
    padding-left: 20%;
  }
}
@media screen and (min-width: 620px) {
  header .layout15 .layout2 {
    padding-left: 34%;
  }
}
@media screen and (min-width: 1110px) {
  header .layout15 .layout2 {
    padding-left: 51%;
  }
}
@media screen and (min-width: 1024px) {
  header .layout15 .layout2 {
    padding-left: 34%;
  }
}
@media screen and (min-width: 1200px) {
  header .layout15 .layout2 {
    padding-left: 8%;
  }
}
@media screen and (min-width: 1300px) {
  header .layout15 .layout2 {
    padding-left: 14%;
  }
}
header .layout15 .layout3 {
  padding-left: 24px;
  padding-right: 12px;
}
@media screen and (min-width: 1024px) {
  header .layout15 .layout3 {
    display: flex;
  }
}
header .layout15 .layout3 .FV_button {
  background-color: #f95812;
  border-radius: 50px;
}
@media screen and (min-width: 1024px) {
  header .layout15 .layout3 .FV_button {
    margin-left: 20px;
  }
}
header .layout15 .layout3 .FV_button a {
  height: 32px;
  padding: 5px 18px;
  color: #fffbf6;
  line-height: 200%;
}
@media screen and (min-width: 426px) {
  header .layout15 .layout3 .FV_button a {
    font-size: 1em;
  }
}
@media screen and (min-width: 680px) {
  header .layout15 .layout3 .FV_button a {
    font-size: 1.4em;
  }
}
header .layout15 .layout15-PC {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  header .layout15 .layout15-PC {
    display: none;
  }
}
header .layout15 .layout15-PC li {
  padding-top: 10px;
  padding-right: 18px;
}
header .layout15 .layout15-PC a {
  font-size: 16px;
}

/*アクティブになったエリア*/
#g-nav.panelactive {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100vh;
}

/*丸の拡大*/
.circle-bg {
  position: fixed;
  z-index: 800;
  /*丸の形*/
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #25ab73;
  /*丸のスタート位置と形状*/
  transform: scale(0); /*scaleをはじめは0に*/
  right: -50px;
  top: -50px;
  transition: all 0.6s; /*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive {
  transform: scale(50); /*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list {
  display: none; /*はじめは表示なし*/
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list {
  display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
  opacity: 0; /*はじめは透過0*/
  /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
  position: absolute;
  z-index: 1000;
  top: 46%;
  left: 30%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 374px) {
  #g-nav ul {
    left: 40%;
  }
}
@media screen and (min-width: 475px) {
  #g-nav ul {
    top: 54%;
    left: 36%;
  }
}
@media screen and (min-width: 680px) {
  #g-nav ul {
    top: 50%;
    left: 36%;
  }
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
  opacity: 1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.2s; /*0.2 秒遅らせて出現*/
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*リストのレイアウト設定*/
#g-nav li {
  text-align: left;
  list-style: none;
}
#g-nav li a {
  color: #fffbf6;
  text-decoration: none;
  padding-bottom: 20px;
  display: block;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: bold;
  line-height: 31px;
}
@media screen and (max-width: 374px) {
  #g-nav li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 475px) {
  #g-nav li a {
    font-size: 16px;
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 680px) {
  #g-nav li a {
    font-size: 26px;
  }
}
@media screen and (min-width: 1024px) {
  #g-nav li a {
    font-size: 28px;
  }
}

/* 共通部分 
-------------------------------------------------*/
body {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
  background-color: #fffbf6;
  font-style: normal;
  width: 100%;
  height: 100%;
  min-width: 320px;
  max-width: 2560px;
}

a,
p,
h2,
h3,
li {
  color: #25ab73;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}

span {
  color: #f95812;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  span {
    font-size: 16px;
  }
}

.container {
  background-color: #fffbf6;
}

.color__highlight {
  color: #f95812;
}

.color__green {
  color: #25ab73;
}

.RT {
  color: #25ab73;
  vertical-align: top;
}

.info-ttl {
  padding-top: 38px;
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 475px) {
  .info-ttl {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .info-ttl {
    font-size: 32px;
  }
}

.btn-application {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
}
.btn-application a {
  background: #f95812;
  border-radius: 11px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 278px;
  padding: 19px 54px 19px 42px;
  line-height: 150%;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 4px 12px 0px rgb(255, 142, 93);
  animation: btn_animation 1.7s ease-in-out alternate infinite;
  background: linear-gradient(90deg, #f95812, #ffa37b);
  background-size: 500% 500%;
}
@keyframes btn_animation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@media screen and (min-width: 1200px) {
  .btn-application a {
    max-width: 348px;
    font-size: 26px;
  }
}
.btn-application a::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1200px) {
  .btn-application a::after {
    width: 8px;
    height: 8px;
    border-top: solid 3px currentColor;
    border-right: solid 3px currentColor;
  }
}
.btn-application a:hover {
  background: #ee8134;
  color: #fff;
  border-bottom: solid 2px #999;
  transform: translateY(3px);
}
.btn-application a:hover::after {
  right: 1.4rem;
}
.btn-application a:hover::before {
  color: #fff;
}

.tooltip {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #f95812;
}
@media screen and (min-width: 1200px) {
  .tooltip {
    font-size: 18px;
  }
}
.tooltip::before {
  margin-right: 0.6rem;
  content: "＼";
}
.tooltip::after {
  margin-left: 0.6rem;
  content: "／";
}

.service__mainPlan {
  padding: 0 calc((100% - 157px) / 2);
}
@media screen and (min-width: 1200px) {
  .service__mainPlan {
    padding: 0;
  }
}
.service__mainPlan h4 {
  width: 156px;
  height: 31px;
  line-height: 30px;
  background-color: #f95812;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 1200px) {
  .service__mainPlan h4 {
    width: 278px;
    height: 55px;
    font-size: 31px;
    font-weight: bold;
    padding-top: 9px;
  }
}

.service__mainPlan__ttl {
  font-size: 26px;
  letter-spacing: 0.01em;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .service__mainPlan__ttl {
    font-size: 42px;
  }
}
.service__mainPlan__ttl::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 26px;
  right: 23px;
  max-width: 20px;
  max-height: 20px;
  background: url(../../img/fukidashi.png) center/cover no-repeat;
}
@media screen and (min-width: 1200px) {
  .service__mainPlan__ttl::after {
    top: 62px;
    right: 18px;
    max-width: 30px;
    max-height: 30px;
  }
}

.service__mainPlan__ttl-sub {
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #4d493b;
}
@media screen and (min-width: 1200px) {
  .service__mainPlan__ttl-sub {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .service__mainPlan__ttl-sub .color__green {
    font-size: 22px;
  }
}

.layout2 .layout15 {
  animation: furifuri 2s infinite;
}
@keyframes furifuri {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  51% {
    transform: rotate(1deg);
  }
  99% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.layout2 .layout15 .service__mainPlan__img1 {
  max-width: 322px;
}
@media screen and (min-width: 1200px) {
  .layout2 .layout15 .service__mainPlan__img1 {
    max-width: 466px;
  }
}

.service__mainPlan__no1 {
  font-size: 19px;
  padding-left: calc((100% - 209px) / 2);
  color: #fffbf6;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .service__mainPlan__no1 {
    font-size: 30px;
    padding-left: 146px;
    text-align: left;
  }
}
.service__mainPlan__no1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 32px;
  left: 31px;
  max-width: 49px;
  max-height: 57px;
  background: url("../../img/service__mainPlan__work1-ttl.png") center/cover no-repeat;
}
@media screen and (min-width: 1200px) {
  .service__mainPlan__no1::before {
    top: 50px;
    left: 54px;
    max-width: 72px;
    max-height: 84px;
  }
}

.service__mainPlan__no1-imgA,
.service__mainPlan__no1-imgB {
  max-width: 282px;
}

.service__mainPlan__no1-imgA-PC {
  max-width: 295px;
}

.service__mainPlan__no1-imgB-PC {
  max-width: 952px;
}

.service__mainPlan__about {
  max-width: 295px;
}
@media screen and (min-width: 1200px) {
  .service__mainPlan__about {
    max-width: 626px;
  }
}
.service__mainPlan__about p {
  color: #fffbf6;
  letter-spacing: 0.06em;
  line-height: 170%;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .service__mainPlan__about p {
    font-size: 18px;
  }
}

.service__mainPlan__no2 {
  font-size: 19px;
  padding-top: 50px;
  padding-left: calc((100% - 190px) / 2);
  color: #fffbf6;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .service__mainPlan__no2 {
    font-size: 30px;
    padding-top: 143px;
    padding-left: 146px;
    text-align: left;
  }
}
.service__mainPlan__no2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 32px;
  left: 37px;
  max-width: 49px;
  max-height: 57px;
  background: url("../../img/service__mainPlan__work2-ttl.png") center/cover no-repeat;
}
@media screen and (min-width: 1200px) {
  .service__mainPlan__no2::after {
    top: 120px;
    left: 54px;
    max-width: 72px;
    max-height: 84px;
  }
}

.service__mainPlan__no2-imgA,
.service__mainPlan__no2-imgB {
  max-width: 282px;
}

.service__mainPlan__img1 {
  max-width: 322px;
}
@media screen and (min-width: 1200px) {
  .service__mainPlan__img1 {
    max-width: 466px;
  }
}

.service__mainPlan__no2-imgA-PC {
  max-width: 360px;
}

.service__mainPlan__no2-imgB-PC {
  max-width: 952px;
}

.service__mainPlan__no2-about {
  max-width: 291px;
}
@media screen and (min-width: 1200px) {
  .service__mainPlan__no2-about {
    max-width: 530px;
  }
}
.service__mainPlan__no2-about p {
  color: #fffbf6;
  letter-spacing: 0.06em;
  line-height: 180%;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .service__mainPlan__no2-about p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .service__mainPlan__no2-about p small {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .service__mainPlan__no2-about-PC {
    display: none;
  }
}

/* 共通部分 
-------------------------------------------------*/
body {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
  background-color: #fffbf6;
  font-style: normal;
  width: 100%;
  height: 100%;
  min-width: 320px;
  max-width: 2560px;
}

a,
p,
h2,
h3,
li {
  color: #25ab73;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}

span {
  color: #f95812;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  span {
    font-size: 16px;
  }
}

.container {
  background-color: #fffbf6;
}

.color__highlight {
  color: #f95812;
}

.color__green {
  color: #25ab73;
}

.RT {
  color: #25ab73;
  vertical-align: top;
}

.info-ttl {
  padding-top: 38px;
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 475px) {
  .info-ttl {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .info-ttl {
    font-size: 32px;
  }
}

.btn-application {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
}
.btn-application a {
  background: #f95812;
  border-radius: 11px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 278px;
  padding: 19px 54px 19px 42px;
  line-height: 150%;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 4px 12px 0px rgb(255, 142, 93);
  animation: btn_animation 1.7s ease-in-out alternate infinite;
  background: linear-gradient(90deg, #f95812, #ffa37b);
  background-size: 500% 500%;
}
@keyframes btn_animation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@media screen and (min-width: 1200px) {
  .btn-application a {
    max-width: 348px;
    font-size: 26px;
  }
}
.btn-application a::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1200px) {
  .btn-application a::after {
    width: 8px;
    height: 8px;
    border-top: solid 3px currentColor;
    border-right: solid 3px currentColor;
  }
}
.btn-application a:hover {
  background: #ee8134;
  color: #fff;
  border-bottom: solid 2px #999;
  transform: translateY(3px);
}
.btn-application a:hover::after {
  right: 1.4rem;
}
.btn-application a:hover::before {
  color: #fff;
}

.tooltip {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #f95812;
}
@media screen and (min-width: 1200px) {
  .tooltip {
    font-size: 18px;
  }
}
.tooltip::before {
  margin-right: 0.6rem;
  content: "＼";
}
.tooltip::after {
  margin-left: 0.6rem;
  content: "／";
}

.profile__info__wrap .profile_ttl {
  font-size: 26px;
  color: #f95812;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1200px) {
  .profile__info__wrap .profile_ttl {
    font-size: 42px;
  }
}
.profile__info__wrap img {
  max-width: 270px;
}
@media screen and (min-width: 680px) {
  .profile__info__wrap img {
    max-width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .profile__info__wrap img {
    max-width: 510px;
  }
}
.profile__info__wrap h3 {
  font-size: 20px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 680px) {
  .profile__info__wrap h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .profile__info__wrap h3 {
    font-size: 36px;
  }
}
.profile__info__wrap p {
  color: #4d493b;
  letter-spacing: 0.03em;
  line-height: 160%;
}
@media screen and (min-width: 680px) {
  .profile__info__wrap p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .profile__info__wrap p {
    font-size: 20px;
  }
}

.profile__about {
  max-width: 280px;
}
@media screen and (min-width: 1200px) {
  .profile__about {
    max-width: 965px;
  }
}
.profile__about p {
  font-size: 12px;
  color: #4d493b;
  line-height: 170%;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 680px) {
  .profile__about p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .profile__about p {
    font-size: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .br__hidden-SP {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .br__hidden-PC {
    display: none;
  }
}

/* 共通部分 
-------------------------------------------------*/
body {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
  background-color: #fffbf6;
  font-style: normal;
  width: 100%;
  height: 100%;
  min-width: 320px;
  max-width: 2560px;
}

a,
p,
h2,
h3,
li {
  color: #25ab73;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}

span {
  color: #f95812;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  span {
    font-size: 16px;
  }
}

.container {
  background-color: #fffbf6;
}

.color__highlight {
  color: #f95812;
}

.color__green {
  color: #25ab73;
}

.RT {
  color: #25ab73;
  vertical-align: top;
}

.info-ttl {
  padding-top: 38px;
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 475px) {
  .info-ttl {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .info-ttl {
    font-size: 32px;
  }
}

.btn-application {
  font-family: "fot-tsukuardgothic-std", "fot-tsukubrdgothic-std", sans-serif;
}
.btn-application a {
  background: #f95812;
  border-radius: 11px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 278px;
  padding: 19px 54px 19px 42px;
  line-height: 150%;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 4px 12px 0px rgb(255, 142, 93);
  animation: btn_animation 1.7s ease-in-out alternate infinite;
  background: linear-gradient(90deg, #f95812, #ffa37b);
  background-size: 500% 500%;
}
@keyframes btn_animation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@media screen and (min-width: 1200px) {
  .btn-application a {
    max-width: 348px;
    font-size: 26px;
  }
}
.btn-application a::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1200px) {
  .btn-application a::after {
    width: 8px;
    height: 8px;
    border-top: solid 3px currentColor;
    border-right: solid 3px currentColor;
  }
}
.btn-application a:hover {
  background: #ee8134;
  color: #fff;
  border-bottom: solid 2px #999;
  transform: translateY(3px);
}
.btn-application a:hover::after {
  right: 1.4rem;
}
.btn-application a:hover::before {
  color: #fff;
}

.tooltip {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #f95812;
}
@media screen and (min-width: 1200px) {
  .tooltip {
    font-size: 18px;
  }
}
.tooltip::before {
  margin-right: 0.6rem;
  content: "＼";
}
.tooltip::after {
  margin-left: 0.6rem;
  content: "／";
}

.service__subPlan {
  padding: 0 calc((100% - 157px) / 2);
}
@media screen and (min-width: 1200px) {
  .service__subPlan {
    padding-left: 0px;
  }
}
.service__subPlan h4 {
  width: 156px;
  height: 31px;
  line-height: 30px;
  background-color: #f95812;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 1200px) {
  .service__subPlan h4 {
    width: 278px;
    height: 55px;
    font-size: 31px;
    font-weight: bold;
    padding-top: 9px;
  }
}

.service__subPlan__ttl {
  font-size: 24px;
  letter-spacing: 0.01em;
  text-align: center;
  line-height: 120%;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .service__subPlan__ttl {
    font-size: 42px;
    text-align: left;
  }
}
.service__subPlan__ttl::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20px;
  right: 23px;
  max-width: 20px;
  max-height: 20px;
  background: url(../../img/fukidashi.png) center/cover no-repeat;
}
@media screen and (min-width: 1200px) {
  .service__subPlan__ttl::after {
    top: 16px;
    right: 10px;
    max-width: 30px;
    max-height: 30px;
  }
}
.service__subPlan__ttl .service__subPlan__ttl-2 {
  font-size: 26px;
  color: #25ab73;
}
@media screen and (min-width: 1200px) {
  .service__subPlan__ttl .service__subPlan__ttl-2 {
    font-size: 42px;
    text-align: left;
  }
}

.service__subPlan__ttl-sub {
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #4d493b;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .service__subPlan__ttl-sub {
    padding-top: 48px;
    font-size: 22px;
    text-align: left;
  }
}

.service__subPlan__img1 {
  max-width: 322px;
  animation: furifuri 2s infinite;
}
@keyframes furifuri {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  51% {
    transform: rotate(1deg);
  }
  99% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media screen and (min-width: 1200px) {
  .service__subPlan__img1 {
    max-width: 480px;
  }
}

.service__subPlan__about-txt .service__subPlan__about-txt-SP {
  max-width: 326px;
}
@media screen and (min-width: 1200px) {
  .service__subPlan__about-txt .service__subPlan__about-txt-SP {
    display: none;
  }
}
.service__subPlan__about-txt .service__subPlan__about-txt-PC {
  max-width: 1072px;
}
@media screen and (max-width: 1199px) {
  .service__subPlan__about-txt .service__subPlan__about-txt-PC {
    display: none;
  }
}

.service__subPlan__info__about h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 1200px) {
  .service__subPlan__info-detail-SP {
    display: none;
  }
}

.service__subPlan__info-detail-PC {
  max-width: 860px;
}
@media screen and (max-width: 1199px) {
  .service__subPlan__info-detail-PC {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .service__subPlan__about-SP {
    display: none;
  }
}

.service__subPlan__about-PC {
  max-width: 456px;
}
@media screen and (max-width: 1199px) {
  .service__subPlan__about-PC {
    display: none;
  }
}

.voice__ttl-sub {
  line-height: 106%;
}
.voice__ttl-sub img {
  max-width: 128px;
}
@media screen and (min-width: 1200px) {
  .voice__ttl-sub img {
    max-width: 206px;
  }
}

.voice__ttl-main {
  font-size: 26px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1200px) {
  .voice__ttl-main {
    font-size: 42px;
  }
}

.voice__wrap .voice__no1-SP,
.voice__wrap .voice__no3-SP {
  max-width: 358.4px;
}
@media screen and (max-width: 374px) {
  .voice__wrap .voice__no1-SP,
  .voice__wrap .voice__no3-SP {
    max-width: 320px;
  }
}
@media screen and (min-width: 680px) {
  .voice__wrap .voice__no1-SP,
  .voice__wrap .voice__no3-SP {
    max-width: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .voice__wrap .voice__no1-SP,
  .voice__wrap .voice__no3-SP {
    display: none;
  }
}
.voice__wrap .voice__no1-PC,
.voice__wrap .voice__no3-PC {
  max-width: 358.4px;
}
@media screen and (max-width: 1199px) {
  .voice__wrap .voice__no1-PC,
  .voice__wrap .voice__no3-PC {
    display: none;
  }
}
.voice__wrap .voice__no2 img {
  max-width: 359.65px;
}
@media screen and (max-width: 374px) {
  .voice__wrap .voice__no2 img {
    max-width: 320px;
  }
}
@media screen and (min-width: 680px) {
  .voice__wrap .voice__no2 img {
    max-width: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .voice__wrap .voice__no2 img {
    max-width: 359.65px;
  }
}