@charset "UTF-8";
/* CSS Document */

/*---------------------------------------------------------------------

	 共通

---------------------------------------------------------------------*/

/* Ligth300 / Regular400 / Medium500 / Bold700 / Black900 */

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}
.josefin-sans {
  font-family: "Josefin Sans", sans-serif;
}
html {
  font-size: clamp(8px, calc(100vw / 1400 * 10), 10px);
}
html,
body {
  overflow-x: clip;
  font-feature-settings: "palt";
}
#wrap {
  width: 100%;
  min-height: 100vh;
}
body.is-loaded .fv_bg {
  opacity: 1;
  transform: scale(1);
}
body.is-loaded .fv_anim_head {
  animation: fvFadeDown .7s ease forwards .2s;
}
body.is-loaded .fv_anim_head02 {
  animation: fvFadeDown .7s ease forwards .3s;
}
body.is-loaded .fv_anim_head03 {
  animation: fvFadeDown .7s ease forwards .4s;
}
body.is-loaded .fv_anim_head04 {
  animation: fvFadeDown .7s ease forwards .5s;
}
body.is-loaded .fv_anim_head05 {
  animation: fvFadeDown .7s ease forwards .6s;
}
body.is-loaded .fv_anim_left {
  animation: fvLeftIn .9s cubic-bezier(.22, 1, .36, 1) forwards .65s;
}
body.is-loaded .fv_anim_right {
  animation: fvRightIn .9s cubic-bezier(.22, 1, .36, 1) forwards .75s;
}
body.is-loaded .fv_anim_copy {
  animation: fvCopyIn .9s ease forwards .95s;
}
body.is-loaded .fv_anim_bottom {
  animation: fvFadeIn .8s ease forwards 1.15s;
}
body.is-loaded .fv_anim_btn {
  animation: fvBtnIn .8s ease forwards 1.25s, fvFloat 2.8s ease-in-out infinite 2s;
}
.fv_btn img {
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}
.gnav,.gnav__menu {
  display: none;
}
.menu {
  display: none;
}
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition:
  opacity .8s ease,
  transform .8s cubic-bezier(.22,1,.36,1);
}
.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}
.fade-left {
  opacity: 0;
  transform: translateX(-40px);
}
.fade-right {
  opacity: 0;
  transform: translateX(40px);
}
.fade-scale {
  opacity: 0;
  transform: scale(.92);
}
.fade-left.is-show,
.fade-right.is-show,
.fade-scale.is-show {
  opacity: 1;
  transform: none;
}
.fv_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fv_logo {
  width: 25.5rem;
}
.fv_logo img {
  width: 100%;
}
.fv_contact {
  width: 26.7rem;
  height: 4.9rem;
  border-radius: 2.7rem;
  background: linear-gradient(60deg, #c53bc0 0%, #3998ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.fv_contact:after {
  content: "";
  display: block;
  background: url("../images/arrow_btn_w.svg") no-repeat 0 0/0.8rem 1.6rem;
  width: 1.1rem;
  height: 2.2rem;
  position: absolute;
  right: 2rem;
  top: 1.6rem;
}
.fv_contact {
  transition:
  filter .3s ease,
  transform .3s ease;
}
.fv_contact:hover {
  filter: saturate(1.7);
}
.fv_top_txt {
  display: grid;
  grid-template-columns: 33.68% 33.05% 34.27%;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  width: 96%;
  margin: -3.2rem auto 0;
}
.fv_shashinkagaku img,
.fv_achievements img,
.fv_production img {
  width: 100%;
}
.fv_main_wrap {
  position: absolute;
  left: 50%;
  top: 20.5%;
  width: 67.92%;
  transform: translateX(-50%);
}
.fv_main {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 38.57% 20.4% 41.03%;
  align-items: center;
  gap: 0;
}
.fv_left {
  width: 100%;
  justify-self: end;
  margin-top: -3rem;
}
.fv_copy {
  width: 100%;
  justify-self: center;
  margin-top: -6rem;
}
.fv_right {
  width: 100%;
  justify-self: start;
  margin-top: 3.6rem;
}
.fv_left img,
.fv_copy img,
.fv_right img {
  width: 100%;
  display: block;
}
.fv_chara {
  width: 12.4rem;
  margin: 0 auto -1.5rem;
}
.fv_chara img,
.fv_btn img {
  width: 100%;
}
.fv_btn {
  display: block;
  width: 24.8rem;
  transition: transform .3s ease;
}
.fv_btn:hover {
  transform: translateY(-0.6rem);
}
.fv_anim {
  opacity: 0;
}

@keyframes fvFadeDown {
  0% {
    opacity: 0;
    transform: translateY(-1.2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fvLeftIn {
  0% {
    opacity: 0;
    transform: translateY(-4rem) rotate(-2deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
}
@keyframes fvRightIn {
  0% {
    opacity: 0;
    transform: translateY(4rem) rotate(2deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
}
@keyframes fvCopyIn {
  0% {
    opacity: 0;
    filter: blur(0.8rem);
    transform: scale(.98);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
@keyframes fvFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fvBtnIn {
  0% {
    opacity: 0;
    transform: translateY(1.6rem) scale(.96);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes fvFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.8rem);
  }
}
.fv {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 1122;
  overflow: visible;
  background: #fff;
  margin-bottom: 18.4rem;
}
.fv_bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 1.2s ease, transform 1.2s ease;
}
.fv_bg img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center top;
  transform: translateX(-50%);
  display: block;
}
body.is-loaded .fv_bg {
  opacity: 1;
  transform: scale(1);
}
.fv_inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 2rem 2% 0;
}
.fv_main_wrap {
  position: absolute;
  left: 50%;
  top: 20.5%;
  width: 67.92%;
  transform: translateX(-50%);
}
.fv_bottom {
  position: absolute;
  left: 50%;
  bottom: -18.4rem;
  z-index: 5;
  width: 24.8rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 1300px) {
  .fv {
    aspect-ratio: auto;
    height: 920px;
  }
  .fv_bg img {
    width: auto;
    height: 920px;
  }
  .fv_main_wrap {
    top: 23%;
    width: min(88%, 110rem);
  }
}
@media screen and (max-width: 1200px) {
  .fv {
    height: 900px;
  }
  .fv_bg img {
    top: auto;
    bottom: 0;
    width: auto;
    height: 1000px;
  }
  .fv_top_txt {
    position: absolute;
    top: 10rem;
    left: 50%;
    width: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.4rem;
    transform: translateX(-50%);
  }
  .fv_shashinkagaku,
  .fv_achievements,
  .fv_production {
    width: auto;
  }
  .fv_shashinkagaku img,
  .fv_production img {
    width: 50rem;
    max-width: none;
  }
  .fv_achievements img {
    width: 40rem;
    max-width: none;
    margin: .5rem 0;
  }
  .fv_main_wrap {
    top: 32%;
    width: min(90%, 105rem);
  }
}
@media screen and (max-width: 900px) {
  .fv {
    height: 100vw;
    min-height: 760px;
    max-height: 870px;
  }
  .fv_bg img {
    top: auto;
    bottom: 0;
    width: auto;
    height: 110%;
  }
  .fv_top_txt {
    top: 11rem;
    gap: 1.2rem;
  }
  .fv_shashinkagaku img,
  .fv_production img {
    width: 44rem;
  }
  .fv_achievements img {
    width: 36rem;
  }
  .fv_main_wrap {
    top: 35rem;
    width: 80%;
  }
  .fv_bottom {
    bottom: -20rem;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 10px;
  }
  .fv {
    aspect-ratio: auto;
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: hidden;
    margin-bottom: 0;
  }
  .fv_main_wrap {
    top: 290px;
    width: min(96%, 56rem);
    margin-top: 25px;
  }
  .fv_copy {
    margin-top: 0;
  }
  .fv_bg img {
    height: 100%;
    object-fit: cover;
  }
  .fv_inner {
    padding: 18px 18px 0;
  }
  .fv_header {
    align-items: flex-start;
  }
  .fv_logo {
    width: 20rem;
    margin-top: -12px;
  }
  .fv_contact {
    width: 150px;
    height: 38px;
    border-radius: 20px;
    font-size: 1.4rem;
  }
  .fv_contact:after {
    right: 14px;
    top: 11px;
  }
  .fv_bg {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    overflow: visible;
    opacity: 0;
    transform: scale(1.03);
  }
  body.is-loaded .fv_bg {
    opacity: 1;
    transform: scale(1);
  }
  .fv_bg img {
    position: static;
    width: 100%;
    height: auto;
    max-width: none;
    display: block;
    object-fit: initial;
    object-position: initial;
    transform: none;
  }
  .fv_inner {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: auto;
  }
  .fv_header {
    align-items: flex-start;
  }
  .fv_logo {
    width: 20rem;
    margin-top: -12px;
  }
  .fv_contact {
    width: 150px;
    height: 38px;
    border-radius: 20px;
    font-size: 1.4rem;
  }
  .fv_contact:after {
    right: 14px;
    top: 11px;
  }
  .fv_top_txt,
  .fv_main_wrap,
  .fv_bottom {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .fv_main_wrap {
    top: clamp(28rem, 44vw, 32rem);
  }
}

@media screen and (max-width: 435px) {
  .fv {
    height: 74rem;
  }
  .fv_main_wrap {
    top: 27rem;
  }
}

.question {
  position: relative;
  padding: 0 0 9.5rem;
}
.question_inner {
  width: min(90%, 1283px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 67.2% 32.8%;
  align-items: center;
  gap: 0;
}
.question_content {
  min-height: 42rem;
  padding: 14.8rem 0 0 13.8rem;
  background: url("../images/question_mark.svg") no-repeat left top / 23.4rem auto;
}
.question_sub {
  display: inline-block;
}
.question_sub span {
  display: block;
  width: fit-content;
  font-size: 2.6rem;
  font-weight: 400;
  color: #45b4ff;
  line-height: 1;
  letter-spacing: 1rem;
  padding-bottom: .9rem;
  position: relative;
}
.question_sub span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 1rem);
  height: 1px;
  background: #45b4ff;
}
.question_ttl {
  margin-top: 5.6rem;
  font-size: 4.4rem;
  font-size: clamp(2.4rem, 3vw, 4.4rem);
  font-weight: 700;
  line-height: 1.818;
  letter-spacing: .11em;
  white-space: nowrap;
  position: relative;
}
.question_chara {
  width: 100%;
  max-width: 42.1rem;
  justify-self: end;
  margin-top: 13.5rem;
}
.question_chara img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .question {
    padding: 0 0 3rem;
  }
  .question_inner {
    width: calc(100% - 40px);
    display: block;
  }
  .question_content {
    min-height: auto;
    padding: 3rem 0 0 2rem;
    background-size: 9rem auto;
  }
  .question_sub {
    font-size: 1.4rem;
    padding-bottom: .6rem;
  }
  .question_ttl {
    margin-top: 3rem;
    font-size: 2.2rem;
    line-height: 1.65;
    white-space: normal;
    letter-spacing: 0.1rem;
  }
  .question_chara {
    width: 20rem;
    margin: 1rem auto 0;
  }
  .question_sub span {
    font-size: 2.0rem;
  }
}

.case_sec {
  position: relative;
  background: #edf5fb;
  padding: 8.5rem 0 20rem;
}
.case_triangle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 25.5rem;
  height: 13rem;
  background: #fff;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.case_inner {
  width: min(90%, 880px);
  margin: 0 auto;
}
.case_item {
  position: relative;
}
.case_item + .case_item {
  margin-top: 7rem;
}
.case_head {
  position: relative;
  padding-top: 4.2rem;
}
.case_head::before {
  content: "";
  position: absolute;
  top: 0;
  left: -7.4rem;
  width: 27.2rem;
  height: 24rem;
  background: url("../images/cloud_deco.svg") no-repeat center / contain;
  z-index: 0;
}
.case_num {
  position: relative;
  z-index: 1;
  font-family: "Josefin Sans", sans-serif;
  font-size: 5.7rem;
  font-size: clamp(2.7rem, 4vw, 5.7rem);
  font-weight: 300;
  line-height: 1;
  text-align: left;
  padding-left: 5rem;
  margin-top: 3rem;
}
.case_ttl {
  position: relative;
  z-index: 1;
  min-height: 5.9rem;
  border-radius: 3rem;
  margin-top: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
}
.case_ttl_pink {
  background: linear-gradient(60deg, #ff9b5f 0%, #ff61b9 100%);
}
.case_ttl_blue {
  background: linear-gradient(120deg, #3998ff 0%, #2cb8c4 100%);
}
.case_box {
  position: relative;
  border-radius: 2.7rem;
  margin: 6.2rem auto 0;
  padding: 5.7rem 3.2rem 5.7rem 3.2rem;
  width: 72.6rem;
}
.case_box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 2.7rem;
  padding: 2px;
  background: linear-gradient(60deg, #39e6ff 0%, #3998ff 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.case_box_white {
  background: #fff;
}
.case_box_blue {
  background: #dffcff;
  margin-top: 0;
}
.case_problem_list {
  position: relative;
  z-index: 1;
}
.case_problem_list li {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.722;
  padding-left: 1.4em;
}
.case_problem_list li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
}
.case_problem_list li + li {
  margin-top: 1.5rem;
  padding-top: 2rem;
}
.case_problem_list li + li::before {
  top: 2rem;
}
.case_problem_list li + li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(60deg, #39e6ff 0%, #3998ff 100%);
}
.case_answer {
  position: relative;
  z-index: 1;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  color: #285ae6;
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0.1rem;
}
.case_answer::before {
  content: "■";
}
.case_answer span {
  color: #000;
}
.border_gra {
  position: relative;
  margin-top: 1rem;
  padding-top: 1rem;
}
.border_gra:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(60deg, #39e6ff 0%, #3998ff 100%);
}

.case_arrow {
  width: 3.1rem;
  margin: 1.5rem auto;
}
.case_arrow img {
  width: 100%;
  display: block;
}
.case_chara {
  position: absolute;
  z-index: 2;
  width: 15rem;
}
.case_chara_problem {
  right: -11.5rem;
  bottom: -0.4rem;
}
.case_chara_answer {
  right: -11.5rem;
  bottom: 0;
}


.solution {
  position: relative;
  padding: 8rem 0 11rem;
}
.solution_inner {
  width: min(90%, 1334px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 54% 46%;
  align-items: start;
}
.solution_content {
  min-height: 42rem;
  padding: 14rem 0 0 8rem;
  background:
  url("../images/exclamation_mark.svg")
  no-repeat
  left top 7rem/ 11.2rem auto;
}
.solution_sub {
  display: inline-block;
}
.solution_sub span {
  display: block;
  width: fit-content;
  font-size: 2.6rem;
  font-weight: 400;
  color: #f58fd2;
  line-height: 1;
  letter-spacing: 1rem;
  padding-bottom: .9rem;
  position: relative;
}
.solution_sub span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 1rem);
  height: 1px;
  background: #f58fd2;
}
.solution_ttl {
  margin-top: 5.6rem;
  font-size: clamp(2.4rem, 3vw, 4.4rem);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .15em;
}
.solution_txt {
  margin-top: 3rem;
}
.solution_txt p {
  font-size: 1.8rem;
  line-height: 2.16;
  letter-spacing: 0.13rem;
}
.solution_txt p + p {
  margin-top: .8rem;
}
.solution_img_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 4rem;
}
.solution_img01 {
  width: 25.6rem;
  margin-top: 4.7rem;
}
.solution_img02 {
  width: 25.6rem;
  margin-top: -14.4rem;
}
.solution_img01 img,
.solution_img02 img {
  width: 100%;
  display: block;
}
.solution_btn {
  width: 36.1rem;
  height: 6.6rem;
  margin: 10.3rem auto 0;
  border-radius: 4rem;
  background: linear-gradient(
  60deg,
  #c53bc0 0%,
  #3998ff 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
}
.solution_btn:hover {
  filter: saturate(1.7);
}
.solution_btn::after {
  content: "";
  position: absolute;
  right: 2.6rem;
  width: 1.1rem;
  height: 2.26rem;
  background:
  url("../images/arrow_btn_w.svg")
  no-repeat center/contain;
}
.faq_solution_btn {
  width: 36.1rem;
  height: 6.6rem;
  margin: 3.2rem auto 0;
  border-radius: 4rem;
  background: linear-gradient(
  60deg,
  #c53bc0 0%,
  #3998ff 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
}
.faq_solution_btn:hover {
  filter: saturate(1.7);
}
.faq_solution_btn::after {
  content: "";
  position: absolute;
  right: 2.6rem;
  width: 1.1rem;
  height: 2.26rem;
  background:
  url("../images/arrow_btn_w.svg")
  no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .solution {
    padding: 6rem 0 7rem;
  }
  .solution_inner {
    display: block;
    width: calc(100% - 40px);
  }
  .solution_content {
    padding: 0 0 0 2rem;
    background-size: 4rem auto;
    min-height: auto;
  }
  .solution_ttl {
    font-size: 2.2rem;
    margin-top: 3rem;
    line-height: 1.65;
  }
  .solution_txt {
    margin-top: 3rem;
  }
  .solution_txt p {
    font-size: 1.6rem;
    line-height: 1.9;
  }
  .solution_img_wrap {
    margin-top: 4rem;
    justify-content: center;
    gap: 2rem;
  }
  .solution_img01 {
    width: 40%;
    margin-top: 40px;
  }
  .solution_img02 {
    width: 40%;
    margin-top: 0;
  }
  .solution_btn {
    margin-top: 5rem;
    width: 90%;
    height: 40px;
    border-radius: 3rem;
    font-size: 1.4rem;
  }
  .solution_btn::after {
    right: 1.6rem;
    width: .8rem;
    height: 2rem;
  }
  .faq_solution_btn {
    margin-top: 5rem;
    width: 90%;
    height: 40px;
    border-radius: 3rem;
    font-size: 1.4rem;
  }
  .faq_solution_btn::after {
    right: 1.6rem;
    width: .8rem;
    height: 2rem;
  }
  .smt_solution_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
      60deg,
      #c53bc0 0%,
      #3998ff 100%
    );
    color: #fff;
    font-weight: 700;
    position: relative;
    width: 90%;
    height: 40px;
    border-radius: 3rem;
    font-size: 1.4rem;
    margin: 2.5rem auto 6rem;
  }
  .smt_solution_btn::after {
    right: 1.6rem;
    width: .8rem;
    height: 2rem;
  }
}

.service {
  position: relative;
  padding: 9rem 0 11rem;
  background: #fff;
}
.service_inner {
  width: min(90%, 96.4rem);
  margin: 0 auto;
}
.service_ttl {
  font-size: 4.8rem;
  font-size: clamp(2.8rem, 3.3vw, 4.8rem);
  font-weight: 700;
  line-height: 1.4;
  color: #285ae6;
  text-align: center;
  letter-spacing: 1rem;
  margin-bottom: 7.5rem;
}
.service_table_wrap {
  position: relative;
  margin-top: 6rem;
  padding-left: 0;
}
.service_chara {
  position: absolute;
  right: 3rem;
  top: -13rem;
  width: 13rem;
  height: 13rem;
  z-index: 3;
}
.service_table {
  position: relative;
  padding-left: 11rem;
}
.service_table::before {
  content: "";
  position: absolute;
  top: -16rem;
  left: 0;
  width: 8.8rem;
  height: calc(100% + 20rem);
  background: linear-gradient(180deg, rgba(40, 90, 230, .02) 0%, rgba(40, 90, 230, .18) 55%, rgba(40, 90, 230, .28) 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4rem), 50% 100%, 0 calc(100% - 4rem));
  z-index: 0;
}
.service_row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.8rem 14rem 1fr;
  min-height: 15rem;
  margin-left: -12rem;
  padding-left: 12rem;
}
.service_row + .service_row {
  margin-top: -1px;
}
.service_num {
  position: absolute;
  left: 0;
  top: 0;
  width: 10.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 5.2rem;
  font-weight: 300;
  line-height: 1;
  color: #285ae6;
}
.service_icon {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #686b6e;
  border-right: none;
}
.service_row:nth-child(odd) .service_icon {
  background: #68c1e6;
}
.service_row:nth-child(even) .service_icon {
  background: #7192ee;
}
.service_icon img {
  width: 8rem;
  height: 8rem;
}
.service_txt {
  grid-column: 3;
  border: 1px solid #686b6e;
  padding: 2.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service_txt h3 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.service_txt p {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .service_table_wrap {
    margin-top: 4rem;
    padding-left: 0;
  }
  .service_chara {
    right: 0;
    top: -8rem;
    width: 8rem;
    height: 8rem;
  }
  .service_table {
    padding-left: 2rem;
  }
  .service_table::before {
    top: -8rem;
    left: 0;
    width: 3.8rem;
    height: calc(100% + 11rem);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2rem), 50% 100%, 0 calc(100% - 2rem));
  }
  .service_row {
    grid-template-columns: 3.8rem 5rem 1fr;
    min-height: auto;
    margin-left: -2rem;
    padding-left: 2rem;
  }
  .service_num {
    width: 3.8rem;
    font-size: 2.4rem;
    font-weight: 500;
  }
  .service_icon {
    grid-column: 2;
  }
  .service_txt {
    grid-column: 3;
    padding: 2rem 2rem;
  }
  .service_icon img {
    width: 4rem;
    height: 4rem;
  }
  .service_txt h3 {
    font-size: 1.8rem;
  }
  .service_txt p {
    font-size: 1.4rem;
  }
  .message_txt span {
    display: block;
  }
}

.contact_btn {
  width: max-content;
  height: 6.6rem;
  margin: 10.3rem auto 0;
  border-radius: 4rem;
  background: linear-gradient(
  60deg,
  #c53bc0 0%,
  #3998ff 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  padding: 0 6rem 0 6rem;
  letter-spacing: .3rem;
  white-space: nowrap;
}
.contact_btn::after {
  content: "";
  position: absolute;
  right: 2.6rem;
  width: 1.1rem;
  height: 2.2rem;
  background: url("../images/arrow_btn_w.svg")
  no-repeat center/contain;
}
.contact_btn:hover {
  filter: saturate(1.7);
}
.case_triangle_s {
  position: absolute;
  top: 0;
  left: 50%;
  width: 15rem;
  height: 7rem;
  background: #fff;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .case_triangle_s {
    width: 10rem;
    height: 5rem;
  }
}

.message {
  position: relative;
  background: #edf5fb;
  padding: 13rem 0 13.5rem;
}
.message_inner {
  width: min(90%, 100rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 18% 65% 18%;
  align-items: start;
}
.message_chara img {
  width: 100%;
  display: block;
}
.message_chara_left {
  width: 11.1rem;
  justify-self: center;
  margin-top: -3.5rem;
}
.message_chara_right {
  width: 13.2rem;
  justify-self: center;
  margin-top: -2.1rem;
}
.message_content {
  text-align: center;
}
.message_txt {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.916;
  color: #285ae6;
}
.message_txt span {
  color: #231815;
}
.contact_btn {
  width: max-content;
  height: 6.6rem;
  margin: 5.5rem auto 0;
  border-radius: 4rem;
  background: linear-gradient(60deg, #c53bc0 0%, #3998ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  padding: 0 6rem;
  letter-spacing: .3rem;
}
.contact_btn::after {
  content: "";
  position: absolute;
  right: 2.6rem;
  width: 1.1rem;
  height: 2.2rem;
  background: url("../images/arrow_btn_w.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .message {
    padding: 7rem 0 0;
  }
  .message_inner {
    width: calc(100% - 40px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .message_content {
    grid-column: 1 / 3;
    grid-row: 1;
  }
  .message_chara_left {
    grid-column: 1;
    grid-row: 2;
    width: 8rem;
    justify-self: end;
    margin-top: 2.5rem;
    margin-right: 2rem;
  }
  .message_chara_right {
    grid-column: 2;
    grid-row: 2;
    width: 11rem;
    justify-self: start;
    margin-top: 3rem;
    margin-left: 2rem;
  }
  .message_txt {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .contact_btn {
    width: 100%;
    max-width: 90%;
    height: 100%;
    margin-top: 4rem;
    font-size: 1.6rem;
    padding: 1rem 4.5rem 1.2rem 3rem;
    letter-spacing: .1rem;
    line-height: 1.6;
  }
  .contact_btn::after {
    right: 2rem;
  }
}

.voice {
  background: #fffddf;
  padding: 10rem 0 12rem;
}
.voice_inner {
  width: min(90%, 118rem);
  margin: 0 auto;
}
.voice_ttl {
  font-size: 4.8rem;
  font-size: clamp(2.8rem, 3.3vw, 4.8rem);
  font-weight: 700;
  line-height: 1;
  color: #285ae6;
  text-align: center;
  letter-spacing: 0.7rem;
}
.voice_list {
  display: grid;
  grid-template-columns: 51.5rem 53.4rem;
  justify-content: center;
  gap: 8rem 5rem;
  margin-top: 9rem;
}
.voice_item {
  position: relative;
  display: grid;
}
.voice_item_left {
  width: 51.5rem;
}
.voice_item_right {
  width: 53.4rem;
  margin-top: 0;
  transform: translateY(7.5rem);
}
.voice_bg {
  grid-area: 1 / 1;
  width: 100%;
  height: auto;
  display: block;
}
.voice_item p {
  grid-area: 1 / 1;
  align-self: end;
  justify-self: stretch;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.66;
  position: relative;
  z-index: 2;
}
.voice_item_left p {
  padding: 0 0 5.8rem 4rem;
}
.voice_item_right p {
  padding: 0 0 5rem 4rem;
}

.achievement {
  margin-top: 20rem;
  text-align: center;
}
.achievement_ttl {
  font-size: clamp(3rem, 3.3vw, 4.8rem);
  font-weight: 700;
  line-height: 1.5;
  color: #285ae6;
  letter-spacing: .08em;
}
.achievement_sub {
  margin-top: 2.4rem;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  color: #285ae6;
}
.achievement_img {
  width: min(90%, 110rem);
  margin: 4rem auto 0;
}
.achievement_img img {
  width: 100%;
  display: block;
}
.catalog_ttl {
  margin-top: 11rem;
  font-size: clamp(3rem, 3.43vw, 4.8rem);
  font-weight: 500;
  line-height: 1.4;
  color: #285ae6;
  letter-spacing: .08em;
}
.catalog_ttl span {
  font-size: .6em;
  margin-left: .4rem;
}
.catalog_list {
  width: min(90%, 100rem);
  margin: 6rem auto 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3.2rem;
}
.catalog_list li img {
  width: 100%;
  display: block;
}
.catalog_list li p {
  margin-top: 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.416;
  color: #285ae6;
}
.catalog_note {
  margin-top: 4rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
.achievement .contact_btn {
  margin-top: 8rem;
}


@media screen and (max-width: 930px) {
  .voice_list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 5.5rem;
  }
  .voice_item {
    position: relative;
    display: block;
    width: min(58vw, 430px);
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    transform: none;
  }
  .voice_item_left {
    align-self: flex-start;
    margin-left: 3%;
    margin-right: 0;
  }
  .voice_item_right {
    align-self: flex-end;
    margin-left: 0;
    margin-right: 3%;
  }
  .voice_bg {
    display: block;
    width: 100%;
    height: auto;
  }
  .voice_item p {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 78%;
    transform: translate(-50%, -50%);
  }
  .voice_item_left p {
    padding: 0;
  }
  .voice_item_right p {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .voice_list {
    gap: 3.5rem;
  }
  .voice_item {
    width: 84%;
  }
  .voice_item_left {
    align-self: flex-start;
    margin-left: 0;
  }
  .voice_item_right {
    align-self: flex-end;
    margin-right: 0;
  }
  .voice_item p {
    width: 76%;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .voice_list {
    gap: 3rem;
    margin-top: 5rem;
  }
  .voice_item {
    width: 84%;
    min-width: 330px;
  }
  .voice_item_left {
    align-self: flex-start;
    margin-left: 0;
  }
  .voice_item_right {
    align-self: flex-end;
    margin-right: 0;
  }
  .voice_item p {
    width: 76%;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .voice {
    padding: 5rem 0 8rem;
  }
  .voice_inner {
    width: calc(100% - 40px);
  }
  .voice_ttl {
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
  }
  .voice_item p {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .achievement_ttl {
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
  }
  .achievement {
    margin-top: 7rem;
  }
  .achievement_sub {
    margin-top: 1.8rem;
    font-size: 1.8rem;
  }
  .achievement_img {
    width: 90%;
    margin-top: 3rem;
  }
  .catalog_ttl {
    margin-top: 7rem;
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
  }
  .catalog_list {
    width: 90%;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
    margin-top: 4rem;
  }
  .catalog_list li:last-child {
    grid-column: 1 / 3;
    width: 50%;
    justify-self: center;
  }
  .catalog_list li p {
    margin-top: 1.4rem;
    font-size: 1.5rem;
  }
  .catalog_note {
    margin-top: 3rem;
    font-size: 1.4rem;
  }
  .achievement .contact_btn {
    margin-top: 4rem;
  }
}

.flow {
  background: #fff;
  padding: 10rem 0 12rem;
}
.flow_inner {
  width: min(90%, 110rem);
  margin: 0 auto;
}
.flow_head {
  position: relative;
  text-align: center;
}
.flow_ttl {
  font-size: 4.8rem;
  font-size: clamp(2.8rem, 3.3vw, 4.8rem);
  font-weight: 700;
  line-height: 1.4;
  color: #285ae6;
  letter-spacing: .08em;
}
.flow_lead {
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.95;
}
.flow_chara {
  position: absolute;
  right: 3rem;
  bottom: -5.8rem;
  width: 13rem;
}
.flow_chara img {
  width: 100%;
  display: block;
}
.flow_table {
  margin-top: 5.8rem;
  border-top: 1px solid #686b6e;
  border-left: 1px solid #686b6e;
}
.flow_row {
  display: grid;
  grid-template-columns: 14rem 33rem 1fr;
}
.flow_step {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7.8rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  border-right: 1px solid #686b6e;
  border-bottom: 1px solid #686b6e;
}
.flow_row:nth-child(odd) .flow_step {
  background: #68c1e6;
}
.flow_row:nth-child(even) .flow_step {
  background: #30aadd;
}
.flow_name {
  display: flex;
  align-items: center;
  min-height: 7.8rem;
  padding: 1.8rem 2rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  border-right: 1px solid #686b6e;
  border-bottom: 1px solid #686b6e;
}
.flow_txt {
  display: flex;
  align-items: center;
  min-height: 7.8rem;
  padding: 1.8rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  border-right: 1px solid #686b6e;
  border-bottom: 1px solid #686b6e;
}
.flow_row:nth-child(odd) .flow_name,
.flow_row:nth-child(odd) .flow_txt {
  background: #fff;
}
.flow_row:nth-child(even) .flow_name,
.flow_row:nth-child(even) .flow_txt {
  background: #eaf6fc;
}
.flow_period {
  width: min(100%, 110rem);
  margin: 7rem auto 0;
  text-align: center;
}
.flow_period img {
  width: 100%;
  display: block;
}
.flow_period .catalog_ttl {
  margin-top: 13rem;
}
.flow_period_txt {
  margin-top: 2.5rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 767px) {
  .flow {
    padding: 5rem 0 5rem;
  }
  .flow_inner {
    width: calc(100% - 40px);
  }
  .flow_ttl {
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
  }
  .flow_lead {
    margin-top: 1.6rem;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
  }
  .flow_chara {
    position: static;
    width: 8rem;
    margin: 2rem auto 0;
  }
  .flow_table {
    margin-top: 0;
  }
  .flow_row {
    grid-template-columns: 8rem 1fr;
  }
  .flow_step {
    grid-row: 1 / 3;
    min-height: 12rem;
    font-size: 1.6rem;
  }
  .flow_name {
    min-height: auto;
    padding: 1rem 1.6rem 1rem;
    font-size: 1.6rem;
  }
  .flow_txt {
    min-height: auto;
    padding: 0.6rem 1.6rem 1.5rem;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .flow_period {
    margin-top: 4rem;
  }
  .flow_period .catalog_ttl {
    margin-top: 9rem;
  }
  .flow_period_txt {
    margin-top: 1.8rem;
    font-size: 1.5rem;
    line-height: 1.7;
    text-align: left;
  }
}

.consult {
  position: relative;
  background: #edf5fb;
  padding: 13rem 0 9rem;
}
.case_triangle_s {
  position: absolute;
  top: 0;
  left: 50%;
  width: 15rem;
  height: 7rem;
  background: #fff;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.consult_inner {
  position: relative;
  width: min(90%, 128rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 24rem 1fr 24rem;
  align-items: end;
  gap: 4rem;
}
.consult_content {
  text-align: center;
  padding-top: 2.5rem;
}
.consult_ttl {
  font-size: 3.6rem;
  font-size: clamp(2.6rem, 3vw, 3.6rem);
  font-weight: 700;
  line-height: 1.277;
  color: #285ae6;
  letter-spacing: -1px;
}
.consult_txt {
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.7;
}
.consult .contact_btn {
  margin-top: 4.8rem;
  width: 100%;
}
.consult_chara img {
  width: 100%;
  display: block;
}
.consult_chara_left {
  width: 21.5rem;
  justify-self: start;
  align-self: start;
  margin-top: -16rem;
}
.consult_chara_right {
  width: 22rem;
  height: 29.4rem;
  justify-self: end;
  align-self: end;
  overflow: hidden;
  margin-bottom: -9rem;
}
.consult_chara_right img {
  width: 22rem;
  max-width: none;
  display: block;
  opacity: 0;
  transform: translateY(5rem);
  transition: opacity .9s ease, transform .9s cubic-bezier(.22,1,.36,1);
}
.is-show .consult_chara_right img {
  opacity: 1;
  transform: translateY(0);
}
.fv_anim_up {
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity .9s ease, transform .9s cubic-bezier(.22,1,.36,1);
}
.is-show .fv_anim_up {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 840px) {
  .case_box {
    width: 68rem;
  }
}

@media screen and (max-width: 767px) {
  .case_sec {
    padding: 7rem 0 8rem;
  }
  .case_triangle {
    width: 10rem;
    height: 5rem;
  }
  .case_inner {
    width: calc(100% - 40px);
  }
  .case_item + .case_item {
    margin-top: 7rem;
  }
  .case_head {
    padding-top: 2.8rem;
  }
  .case_head::before {
    left: -2rem;
    width: 13rem;
    height: 11.5rem;
  }
  .case_num {
    font-size: 2.8rem;
    padding-left: 3rem;
  }
  .case_ttl {
    min-height: 4.8rem;
    margin-top: 1.2rem;
    padding: 0.8rem 2rem;
    font-size: 1.8rem;
    border-radius: 3.4rem;
  }
  .case_box {
    border-radius: 1.8rem;
    margin-top: 3rem;
    padding: 2.4rem 8rem 2.5rem 2rem;
    width: 95%;
  }
  .case_box.case_box_white {
    padding: 2.4rem 2rem 2.5rem 2rem;
  }
  .case_box.case_box_white ul.case_problem_list li:last-child {
    padding-right: 5.5rem;
  }
  .case_box::before {
    border-radius: 1.8rem;
  }
  .case_box_blue {
    margin-top: 0;
  }
  .case_problem_list li {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .case_problem_list li + li {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
  .case_problem_list li + li::after {
    width: 100%;
  }
  .case_answer {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .case_arrow {
    width: 2.4rem;
    margin: 1.4rem auto;
  }
  .case_chara {
    width: 7rem;
  }
  .case_chara_problem,
  .case_chara_answer {
    right: .5rem;
    bottom: 0rem;
  }
}

@media screen and (max-width: 930px) {
  .voice_list {
    gap: 2rem 3rem;
  }
}

@media screen and (max-width: 767px) {
  .consult {
    padding: 8rem 0 0;
  }
  .case_triangle_s {
    width: 10rem;
    height: 5rem;
  }
  .consult_inner {
    width: calc(100% - 40px);
    display: block;
  }
  .consult_content {
    padding-top: 0;
  }
  .consult_ttl {
    line-height: 1.5;
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
  }
  .consult_txt {
    margin-top: 2.8rem;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
  }
  .consult .contact_btn {
    margin-top: 4rem;
  }
  .consult_chara_left {
    width: 11rem;
    margin: 0 auto 3rem;
  }
  .consult_chara_right {
    width: 12rem;
    margin: 4rem auto 0;
  }
  .solution_sub span {
    font-size: 2rem;
  }
  .service {
    padding: 1rem 0 11rem;
  }
  .service_ttl {
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
  }
  .consult_chara_right img {
    margin: auto;
    width: 100%;
  }
  .consult_chara_right {
    height: auto;
  }
  .consult_chara_right img {
    margin-bottom: -2rem;
  }
}

@media screen and (max-width: 430px) {
  .fv_contact {
    width: 140px;
    height: 36px;
    border-radius: 20px;
    font-size: 1.4rem;
    padding-right: 1rem;
  }
}

/* よくあるご質問 */
.faq_ttl {
  font-size: clamp(2.8rem, 3.3vw, 4.8rem);
  font-weight: 400;
  line-height: 1;
  color: #285ae6;
  text-align: center;
  letter-spacing: 0.7rem;
  margin-bottom: 5rem;
}
.faq_sec {
  padding: clamp(60px, 8vw, 110px) 20px clamp(70px, 9vw, 120px);
}
.faq_inner {
  width: min(100%, 1200px);
  margin: 0 auto;
}
.faq_list {
  display: grid;
  gap: clamp(28px, 3.8vw, 49px);
}
.faq_item {
  padding: clamp(24px, 3.2vw, 41px) clamp(28px, 4vw, 48px);
  background: #e6e5ff;
  border-radius: clamp(22px, 2vw, 40px);
}
.faq_q,
.faq_a {
  display: grid;
  grid-template-columns: clamp(54px, 5.4vw, 70px) minmax(0, 1fr);
  align-items: start;
}
.faq_q {
  padding-bottom: clamp(8px, 1.2vw, 14px);
  border-bottom: 1px solid #000;
}
.faq_a {
  padding-top: clamp(18px, 2vw, 31px);
}
.faq_label {
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(4.2rem, 8vw, 9rem);
  font-weight: 500;
  font-style: italic;
  line-height: 0.9;
}
.faq_q .faq_label {
  color: #285ae6;
  position: relative;
  top: clamp(-3px, -0.2vw, -1px);
  left: clamp(-7px, -0.5vw, -2px);
}
.faq_a .faq_label {
  color: #ff61b9;
  position: relative;
  top: clamp(4px, 1vw, 15px);
  left: clamp(1px, 0.25vw, 3px);
}
.faq_q_txt {
  margin: 0;
  padding-top: 0.4em;
  padding-left: clamp(2.6rem, 3vw, 3.5rem);
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.13em;
  color: #333;
}
.faq_a_txt {
  margin: 0;
  padding-top: 0.45em;
  padding-left: clamp(2.6rem, 3vw, 3.5rem);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.14em;
  color: #333;
}
.faq_bottom {
  margin-top: clamp(50px, 6vw, 76px);
  text-align: center;
}
.faq_bottom_txt {
  text-align: center;
  margin: 8.5rem 0 0;
  font-size: clamp(2rem, 2vw, 2.8rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #6e8be6;
}
.faq_bottom .fv_btn {
  display: inline-block;
  width: min(100%, 250px);
}
.faq_bottom .fv_btn img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1090px) {
  .faq_q,
  .faq_a {
    grid-template-columns: clamp(50px, 6vw, 64px) minmax(0, 1fr);
  }
  .faq_q_txt {
    padding-left: 2.8rem;
    font-size: clamp(1.6rem, 2vw, 2.2rem);
  }
  .faq_a_txt {
    padding-left: 2.8rem;
    font-size: clamp(1.4rem, 1.65vw, 1.8rem);
  }
}
@media screen and (max-width: 767px) {
  .faq_ttl {
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
    margin-bottom: 3rem;
  }
  .faq_sec {
    padding: 55px 20px 70px;
  }
  .faq_inner {
    width: 100%;
  }
  .faq_item {
    padding: 24px 22px;
    border-radius: 22px;
  }
  .faq_q,
  .faq_a {
    grid-template-columns: 50px minmax(0, 1fr);
  }
  .faq_q {
    padding-bottom: 10px;
  }
  .faq_a {
    padding-top: 18px;
  }
  .faq_label {
    font-size: 4.8rem;
  }
  .faq_q .faq_label {
    top: 2px;
    left: -2px;
  }
  .faq_a .faq_label {
    top: 3px;
    left: 4px;
  }
  .faq_q_txt {
    padding-top: 0.25em;
    padding-left: 2.2rem;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .faq_a_txt {
    padding-top: 0.25em;
    padding-left: 2.2rem;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
  }
  .faq_bottom_txt {
    margin-top: 5rem;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
  }
  .faq_bottom .fv_btn {
    width: 190px;
  }
}
@media screen and (max-width: 589px) {
  .faq_sec {
    padding: 50px 16px 60px;
  }
  .faq_item {
    padding: 22px 18px;
  }
  .faq_q,
  .faq_a {
    grid-template-columns: 42px minmax(0, 1fr);
  }
  .faq_label {
    font-size: 4.2rem;
  }
  .faq_q .faq_label {
    top: -1px;
    left: -1px;
  }
  .faq_a .faq_label {
    top: 2px;
    left: 0;
  }
  .faq_q_txt {
    padding-left: 1rem;
    font-size: 1.5rem;
  }
  .faq_a_txt {
    padding-left: 1rem;
    font-size: 1.3rem;
  }
}


.companyInfo{
	padding: 24px 0;
	background: #4d4d4d;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.companyInfo .logoCompany{
	margin-bottom: 1.6rem;
}
.companyInfo .accessTxt a.tel{color: #fff; text-decoration: none; font-weight: 400;}
.companyInfo .accessTxt a.tel, .companyInfo .accessTxt a.tel:active, .companyInfo .accessTxt a.tel:hover{cursor: default;}
.companyInfo .accessTxt a.tel.on{opacity: 1;}
@media screen and (max-width:640px){ /* SP */
	.companyInfo .accessTxt{
		padding: 0 1em;
		font-size: 1.1rem;
	}
}
.copyright{
	height: 4.0rem;
	text-align: center;
	font-size: 1.2rem;
	position: relative;
}
	@media screen and (max-width:640px){ /* SP */
		.copyright{
			height: auto;
			padding: 1em 0;
			font-size: 1.1rem;
		}
	}

.copyright small{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
  font-size: 12px;
}
@media screen and (max-width:640px){ /* SP */
	.copyright small{
		display: block;
		height: auto;
		margin-bottom: .4em;
	}
}
.copyright a{color: #000; text-decoration: none;}
.copyright a, .copyright a:active, .copyright a:hover{cursor: default;}
.copyright a.on{opacity: 1;}

.copyright .personalinfo{
	display: flex;
	align-items: center;
	justify-content: left;
	height: 100%;
	position: absolute;
	right: 2em;
	top: 0;
  font-size: 12px;
}
.copyright a.personalinfo {
  cursor: pointer;
}
@media screen and (max-width:640px){ /* SP */
	.copyright .personalinfo{
		display: block;
		height: auto;
		position: static;
	}
}
