@charset "UTF-8";
:root {
  --main-color:#007FC6;
  --text-color:#ffffff;
  --text-color2:#333333;
  --text-color3:#F47500;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media (width <= 1024px) {
  html {
    font-size: 52.5%;
  }
}

main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

a:hover {
  opacity: 0.5;
}

header {
  position: sticky;
  top: 0;
  z-index: 99;
  height: 9.6rem;
  background-color: var(--text-color);
}
@media (width <= 866px) {
  header {
    height: 64px;
  }
}
header nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav .header_logo {
  margin-left: 2rem;
}
@media (width <= 866px) {
  header nav .header_logo img {
    width: 139px;
    height: auto;
  }
}
header nav .nav_list {
  display: flex;
}
header nav .nav_list li + li {
  margin-left: 2.8rem;
}
header nav .nav_list .sp_li {
  display: none;
}
@media (width <= 866px) {
  header nav .nav_list .sp_li {
    display: block;
  }
}
header nav .nav_list .sp_li .sp_li_img {
  vertical-align: middle;
}
header nav .nav_list .sp_li .sp_li_text {
  margin-left: 12px;
}

.header_btn {
  display: block;
  width: 18.9rem;
  height: 100%;
  padding: 4rem 4.3rem 4rem 8.2rem;
  background-color: var(--main-color);
  position: relative;
}
@media (width <= 866px) {
  .header_btn {
    width: 64px;
    margin-left: auto;
    text-align: center;
    padding: 41px 12px 13px;
  }
}

.header_btn::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/mail.png) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 39px;
  margin-top: -16px;
}
@media (width <= 1024px) {
  .header_btn::before {
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }
}
@media (width <= 866px) {
  .header_btn::before {
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -19px;
  }
}

.burger {
  display: none;
  z-index: 99;
  width: 64px;
  height: 100%;
  cursor: pointer;
  background-color: var(--text-color2);
  box-sizing: border-box;
  position: relative;
}
@media (width <= 866px) {
  .burger {
    display: flex;
  }
}

.burger span {
  display: block;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 1px;
  box-sizing: border-box;
  transition: all 0.5s;
}
.burger span:nth-child(1) {
  top: 14px;
}
.burger span:nth-child(2) {
  top: 23px;
}
.burger span:nth-child(3) {
  top: 32px;
}

.burger.is-active {
  width: 64px;
  height: 100%;
  cursor: pointer;
}
.burger.is-active span:nth-child(1) {
  transform: translateX(-50%) translateY(10px) rotate(45deg);
}
.burger.is-active span:nth-child(2) {
  opacity: 0;
}
.burger.is-active span:nth-child(3) {
  transform: translateX(-50%) translateY(-10px) rotate(-45deg);
}

.burger:after {
  display: block;
  content: "メニュー";
  white-space: nowrap;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
}

@media (width <= 866px) {
  #burger_menu {
    display: none;
  }
}

#burger_menu.is-active {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 64px;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  color: var(--text-color);
}
#burger_menu.is-active li.nav_list_items {
  border-bottom: 1px solid #fff;
  margin: 0;
  padding: 24px 0 24px 16px;
}
#burger_menu.is-active li.nav_list_items a.nav_list_items_link {
  width: 100%;
  text-align: center;
}

nav {
  font-size: 1.6rem;
}
nav .nav_list {
  color: var(--main-color);
}
nav .header_btn {
  color: var(--text-color);
}
@media (width <= 866px) {
  nav .header_btn {
    font-size: 10px;
  }
}

.fv {
  background: linear-gradient(287.03deg, #02D1FF 0%, #007FC6 100%);
  position: relative;
}
.fv .inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 8.4rem 0;
  display: flex;
  justify-content: space-between;
}
@media (width <= 1024px) {
  .fv .inner {
    max-width: 960px;
  }
}
@media (width <= 866px) {
  .fv .inner {
    flex-direction: column;
    max-width: 740px;
    padding: 40px 0 26px;
  }
}
@media (width <= 425px) {
  .fv .inner {
    max-width: 340px;
  }
}
.fv .inner .fv_items_text {
  margin-left: 2.4rem;
}
@media (width <= 866px) {
  .fv .inner .fv_items_text {
    width: 342px;
    margin: 0 auto;
  }
}
@media (width <= 866px) {
  .fv .inner .fv_items_text .fv_subtitle1 {
    text-align: center;
  }
}
.fv .inner .fv_items_text .fv_title {
  margin-top: 1.1rem;
}
@media (width <= 866px) {
  .fv .inner .fv_items_text .fv_title {
    margin-top: 18px;
    text-align: center;
  }
}
.fv .inner .fv_items_text .fv_subtitle2 {
  margin-top: 1.5rem;
}
@media (width <= 866px) {
  .fv .inner .fv_items_text .fv_subtitle2 {
    margin-top: 24px;
    text-align: center;
  }
}
.fv .inner .fv_items_text .fv_subtitle2 .sp_br {
  display: none;
}
@media (width <= 866px) {
  .fv .inner .fv_items_text .fv_subtitle2 .sp_br {
    display: block;
  }
}
.fv .inner .fv_items_text .fv_sub {
  display: flex;
  gap: 2.2rem;
  margin-top: 3.7rem;
  margin-left: 0.5rem;
}
@media (width <= 866px) {
  .fv .inner .fv_items_text .fv_sub {
    gap: 4px;
    margin: 16px 0 0;
  }
}
.fv .inner .fv_items_text .fv_sub .circle {
  display: flex;
  gap: 2.6rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 16.4rem;
  height: 16.4rem;
  border-radius: 50%;
  color: var(--main-color);
  background-color: var(--text-color);
}
@media (width <= 866px) {
  .fv .inner .fv_items_text .fv_sub .circle {
    gap: 18px;
    width: 112px;
    height: 112px;
  }
}
@media (width <= 866px) {
  .fv .inner form {
    margin: 0 auto;
    margin-top: 232px;
  }
}

.comment_info {
  margin-top: 2.7rem;
}
@media (width <= 866px) {
  .comment_info {
    margin-top: 24px;
  }
}
.comment_info p:last-of-type {
  margin-top: 7px;
}

.position_illust {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (width <= 866px) {
  .position_illust {
    top: 34%;
  }
}

.fv_items_text {
  color: var(--text-color);
  font-size: 2rem;
}
@media (width <= 866px) {
  .fv_items_text {
    font-size: 14px;
  }
}
.fv_items_text .fv_title {
  font-size: 5.6rem;
  line-height: 1.5;
}
@media (width <= 866px) {
  .fv_items_text .fv_title {
    font-size: 24px;
  }
}
.fv_items_text .fv_subtitle2 {
  line-height: 1.8;
}
.fv_items_text .weight_400 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.circle {
  font-size: 2.4rem;
}
@media (width <= 866px) {
  .circle {
    font-size: 16px;
  }
}
.circle .circle_fs_big {
  font-size: 3.2rem;
}
@media (width <= 866px) {
  .circle .circle_fs_big {
    font-size: 18px;
  }
}
.circle .circle_fs_small {
  font-size: 2.4rem;
}
@media (width <= 866px) {
  .circle .circle_fs_small {
    font-size: 18px;
  }
}
.circle .comment {
  font-size: 1.2rem;
  color: #333;
  vertical-align: top;
}

.comment_info {
  font-size: 12px;
}

.inner #form {
  width: 40rem;
  padding: 0.8rem 0.8rem 2.8rem;
  border-radius: 5px;
  background-color: #fff;
}
@media (width <= 1024px) {
  .inner #form {
    padding: 8px 8px 19px;
  }
}
.inner #form .form_inner {
  max-width: 38.4rem;
  margin: 0 auto;
}
.inner #form .form_inner .form_title {
  width: 38.4rem;
  height: 5.2rem;
  line-height: 5.2rem;
  text-align: center;
  border-radius: 5px;
  position: relative;
}
.inner #form .form_inner .form_title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid var(--main-color);
}
.inner #form .form_inner .form_info_items {
  margin-top: 24px;
}
.inner #form .form_inner .form_info_items .form_name {
  display: flex;
  justify-content: space-around;
  gap: 18px;
}
.inner #form .form_inner .form_info_items .form_company_name,
.inner #form .form_inner .form_info_items .form_email,
.inner #form .form_inner .form_info_items .form_tel {
  margin-top: 15px;
}

.input_fill_in {
  display: block;
  width: 100%;
  padding: 1.6rem 0 1.6rem 0.8rem;
  margin-top: 8px;
  border-radius: 5px;
  background-color: #F5F8FA;
  border: 1px solid #CED4DA;
}

.comment_red {
  color: #F90000;
}

.form_btn {
  margin: 31px auto 0;
  display: block;
  width: 320px;
  height: 52px;
  font-size: 20px;
  line-height: 52px;
  text-align: center;
  border-radius: 25px;
  background-color: var(--main-color);
  color: var(--text-color);
}
@media (width <= 1024px) {
  .form_btn {
    font-size: 16px;
  }
}
@media (width <= 866px) {
  .form_btn {
    margin-top: 40px;
  }
}
.form_btn:hover {
  opacity: 0.5;
}

#form .form_title {
  font-size: 20px;
  color: var(--text-color);
  background-color: var(--main-color);
}
@media (width <= 1024px) {
  #form .form_title {
    font-size: 16px;
  }
}
#form .form_info_items {
  font-size: 14px;
}
#form .form_info_items input {
  font-size: 16px;
}

.form_privacy_text {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (width <= 1024px) {
  .form_privacy_text {
    font-size: 12px;
  }
}

.thanks {
  height: 100vh;
  background: linear-gradient(287.03deg, #02D1FF 0%, #007FC6 100%);
  color: var(--text-color);
}
.thanks .inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 10.8rem 0;
}
@media (width <= 1024px) {
  .thanks .inner {
    max-width: 900px;
  }
}
@media (width <= 866px) {
  .thanks .inner {
    max-width: 700px;
  }
}
@media (width <= 425px) {
  .thanks .inner {
    max-width: 320px;
  }
}
.thanks .inner .thanks_title {
  font-size: 4.2rem;
  line-height: 1.5;
}
@media (width <= 1024px) {
  .thanks .inner .thanks_title {
    text-align: center;
  }
}
@media (width <= 866px) {
  .thanks .inner .thanks_title {
    font-size: 24px;
  }
}
.thanks .inner .thanks_text {
  font-size: 2.4rem;
  margin-top: 7.2rem;
  line-height: 1.8;
}
@media (width <= 1024px) {
  .thanks .inner .thanks_text {
    text-align: center;
  }
}
@media (width <= 866px) {
  .thanks .inner .thanks_text {
    font-size: 16px;
  }
}

.jiseki {
  padding: 8rem 0 4.6rem;
}
@media (width <= 866px) {
  .jiseki {
    padding: 40px 0 0;
  }
}
.jiseki .jiseki_title {
  text-align: center;
}
.jiseki .jiseki_img {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 8.4rem;
  margin-top: 4rem;
}
@media (width <= 866px) {
  .jiseki .jiseki_img {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
  }
}
.jiseki .jiseki_img img {
  width: 42.8rem;
  height: 14.6rem;
}
@media (width <= 866px) {
  .jiseki .jiseki_img img {
    width: 28rem;
    height: 9.5rem;
  }
}

.slider_container {
  width: 100%;
  overflow: hidden;
}

.slider {
  position: relative;
}

.slides {
  display: flex;
  gap: 8.4rem;
}
.slides.allow-pause:hover {
  animation-play-state: paused;
}
.slides.alternate {
  animation: slide_alternate var(--duration, 10s) linear infinite;
}

.jiseki_slide {
  display: flex;
  gap: 8.4rem;
  justify-content: space-between;
  margin-top: 6.4rem;
}
@media (width <= 866px) {
  .jiseki_slide {
    margin-top: 39px;
  }
}
.jiseki_slide img {
  flex-basis: var(--logo-width, 20%);
}
@media (width <= 866px) {
  .jiseki_slide img {
    width: 160px;
    height: 64px;
  }
}

@keyframes slide_alternate {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.jiseki_title {
  font-size: 3.2rem;
}
@media (width <= 866px) {
  .jiseki_title {
    font-size: 20px;
  }
}

.about .inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 5rem 10.8rem 11.6rem;
  text-align: center;
}
@media (width <= 866px) {
  .about .inner {
    padding: 72px 17px 72px;
  }
}
.about .inner .about_text {
  margin-top: 5.1rem;
}
@media (width <= 866px) {
  .about .inner .about_text {
    margin-top: 63px;
  }
}
.about .inner .about_img {
  margin-top: 4.5rem;
  height: 27.6rem;
  background-color: #F9F9F9;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (width <= 866px) {
  .about .inner .about_img {
    margin-top: 54px;
    height: 648px;
  }
}
.about .inner .about_img .pc_about_img {
  display: block;
}
@media (width <= 866px) {
  .about .inner .about_img .pc_about_img {
    display: none;
  }
}
.about .inner .about_img .sp_about_img {
  display: none;
}
@media (width <= 866px) {
  .about .inner .about_img .sp_about_img {
    display: block;
    width: 315px;
  }
}

.about .about_title {
  font-size: 3.2rem;
}
@media (width <= 866px) {
  .about .about_title {
    font-size: 24px;
  }
}
.about .about_text {
  font-size: 2.4rem;
  line-height: 1.8;
}
@media (width <= 866px) {
  .about .about_text {
    font-size: 20px;
  }
}
.about .about_text .about_fs_color {
  font-size: 3.2rem;
  color: var(--main-color);
}
@media (width <= 866px) {
  .about .about_text .about_fs_color {
    font-size: 24px;
  }
}

.features .inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 2rem 3.1rem;
}
@media (width <= 866px) {
  .features .inner {
    max-width: 780px;
    padding: 0 17px 31px;
  }
}
@media (width <= 425px) {
  .features .inner {
    max-width: 341px;
  }
}
.features .inner .features_title {
  text-align: center;
}
.features .inner .features_flex_boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  margin-top: 5.1rem;
}
@media (width <= 1024px) {
  .features .inner .features_flex_boxes {
    justify-content: center;
  }
}
.features .inner .features_flex_boxes .features_items {
  padding: 1.4rem 3.2rem 5.2rem;
  width: 48rem;
  height: 32.5rem;
  text-align: center;
  border: 1px solid var(--main-color);
}
@media (width <= 866px) {
  .features .inner .features_flex_boxes .features_items {
    padding: 14px 30px 22px;
    width: 341px;
    height: 325px;
  }
}
.features .inner .features_flex_boxes .features_items .features_items_title {
  margin-top: 19px;
}
.features .inner .features_flex_boxes .features_items .features_items_text {
  margin-top: 18px;
}

.features .features_title {
  font-size: 3.2rem;
  line-height: 1.5;
}
.features .features_items .features_items_title {
  font-size: 2rem;
  color: var(--text-color3);
}
.features .features_items .features_items_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: var(--text-color2);
  font-size: 1.6rem;
  text-align: left;
}

.request_info {
  padding: 6rem 0;
  background: url(./img/background-4876988_1280\ 1.jpg) no-repeat center/cover;
  text-align: center;
}
@media (width <= 866px) {
  .request_info {
    padding: 40px 0;
  }
}
.request_info .request_info_btn {
  display: inline-block;
  width: 32rem;
  height: 5.2rem;
  line-height: 5.2rem;
  margin-top: 2.4rem;
  border-radius: 25px;
  background-color: #fff;
}
@media (width <= 866px) {
  .request_info .request_info_btn {
    margin-top: 39px;
  }
}

.request_info_text {
  font-size: 24px;
  line-height: 1.8;
  margin: 0 auto;
  color: var(--text-color);
}
@media (width <= 866px) {
  .request_info_text {
    width: 286px;
  }
}

.request_info_btn {
  font-size: 20px;
  color: var(--main-color);
}

.case_study {
  padding-top: 9.6rem;
}
.case_study .case_study_title {
  text-align: center;
  margin-bottom: 5.8rem;
}
.case_study .inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 42px;
  margin-bottom: 4rem;
  position: relative;
}
.case_study .inner .swiper {
  padding: 30px;
}
.case_study .inner .swiper .swiper-wrapper {
  display: flex;
}
.case_study .inner .swiper .swiper-wrapper .swiper-slide {
  width: 40.5rem;
}
.case_study .inner .swiper .swiper-wrapper .swiper-slide .slide {
  height: 490px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 5px 8px 3px rgba(51, 51, 51, 0.2509803922);
  border-radius: 30px 0 30px 0;
  padding: 32px 20px 20px;
}
@media (width <= 1024px) {
  .case_study .inner .swiper .swiper-wrapper .swiper-slide .slide {
    max-width: 340px;
    margin: 0 auto;
  }
}
@media (width <= 425px) {
  .case_study .inner .swiper .swiper-wrapper .swiper-slide .slide {
    height: 100%;
  }
}

.swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  margin-top: -1.7rem;
  background: url(../img/arrow-01.png) no-repeat center/cover;
}

.swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  margin-top: -1.7rem;
  background: url(../img/arrow-02.png) no-repeat center/cover;
}

.case_study .case_study_title {
  font-size: 3.2rem;
}
@media (width <= 866px) {
  .case_study .case_study_title {
    font-size: 24px;
  }
}
.case_study .slide_title {
  font-size: 2.4rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media (width <= 866px) {
  .case_study .slide_title {
    font-size: 18px;
  }
}
.case_study .slide_title .case_study_fs_color {
  color: var(--main-color);
}
.case_study .slide_desc {
  font-size: 1.4rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (width <= 866px) {
  .case_study .slide_desc {
    font-size: 12px;
  }
}

.money {
  background-color: #F9F9F9;
}
.money .inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 9.6rem 5.6rem 5.7rem;
}
@media (width <= 866px) {
  .money .inner {
    padding: 72px 31px 0 32px;
  }
}
.money .inner .money_title {
  text-align: center;
}
.money .inner .money_flex_boxes {
  display: flex;
  margin-top: 6.9rem;
  justify-content: space-between;
  text-align: center;
}
@media (width <= 866px) {
  .money .inner .money_flex_boxes {
    margin-top: 31px;
    justify-content: center;
    gap: 12px;
  }
}
.money .inner .money_flex_boxes .money_items {
  width: 29.6rem;
  height: 27.7rem;
  box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.2509803922);
  position: relative;
  background-color: var(--text-color);
}
@media (width <= 866px) {
  .money .inner .money_flex_boxes .money_items {
    width: 96px;
    height: 91px;
  }
}
.money .inner .money_flex_boxes .money_items .money_items_title {
  margin-top: 4.4rem;
}
@media (width <= 866px) {
  .money .inner .money_flex_boxes .money_items .money_items_title {
    margin-top: 14px;
  }
}
.money .inner .money_flex_boxes .money_items .money_number {
  margin-top: 2.3rem;
}
@media (width <= 866px) {
  .money .inner .money_flex_boxes .money_items .money_number {
    margin-top: 12px;
  }
}
.money .inner .money_comment {
  margin: 48px auto 0;
}
@media (width <= 866px) {
  .money .inner .money_comment {
    width: 311px;
  }
}

.money_items::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 1.2rem;
  border-radius: 5px 5px 0 0;
  background-color: var(--main-color);
}
@media (width <= 866px) {
  .money_items::before {
    height: 6px;
  }
}

.money .money_title {
  font-size: 3.2rem;
}
@media (width <= 866px) {
  .money .money_title {
    font-size: 24px;
  }
}
.money .money_flex_boxes .money_items .money_items_title {
  font-size: 2.4rem;
  line-height: 1;
}
@media (width <= 866px) {
  .money .money_flex_boxes .money_items .money_items_title {
    font-size: 12px;
  }
}
.money .money_flex_boxes .money_number {
  font-size: 3.2rem;
}
@media (width <= 866px) {
  .money .money_flex_boxes .money_number {
    font-size: 12px;
  }
}
.money .money_flex_boxes .money_number .money_fs_color {
  font-size: 9.6rem;
  color: var(--main-color);
  line-height: 1;
}
@media (width <= 866px) {
  .money .money_flex_boxes .money_number .money_fs_color {
    font-size: 36px;
  }
}
.money .money_comment {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (width <= 866px) {
  .money .money_comment {
    font-size: 12px;
  }
}

.question {
  background-color: #F9F9F9;
}
.question .inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 9.6rem 0 7.2rem;
}
@media (width <= 866px) {
  .question .inner {
    max-width: 700px;
    padding: 89px 0 72px;
  }
}
@media (width <= 425px) {
  .question .inner {
    max-width: 343px;
  }
}
.question .inner .question_title {
  text-align: center;
}
.question .inner .q_acodion {
  margin-top: 7rem;
}
@media (width <= 866px) {
  .question .inner .q_acodion {
    margin-top: 4.8rem;
  }
}

details.qa-1 {
  margin-bottom: 2.4rem;
  border-radius: 10px;
  background-color: var(--text-color);
}

summary::-webkit-details-marker {
  display: none;
}

.qa-1 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 3.2rem 0 3.2rem 10.4rem;
  color: var(--text-color2);
  cursor: pointer;
}
@media (width <= 866px) {
  .qa-1 summary {
    padding: 25px 39px 25px 52px;
  }
}

.qa-1[open] summary {
  color: var(--text-color);
  background-color: var(--main-color);
  border-radius: 10px 10px 0 0;
}

.q_icon {
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  font-size: 3.2rem;
  line-height: 4.4rem;
  position: absolute;
  top: 50%;
  left: 1em;
  margin-top: -2.2rem;
  border-radius: 50%;
  text-align: center;
  color: var(--text-color);
  background-color: var(--main-color);
  font-family: Goldman;
  font-weight: 400;
}
@media (width <= 866px) {
  .q_icon {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin-top: -1.6rem;
  }
}

.qa-1[open] .q_icon {
  background-color: var(--text-color);
  color: var(--main-color);
}

.qa-1 summary::before {
  content: "";
  width: 3.2rem;
  height: 0.2rem;
  background-color: #333;
  position: absolute;
  top: 50%;
  right: 10px;
  transition: 0.4s;
  transform: translateY(-50%);
  margin-right: 0.5rem;
}
@media (width <= 866px) {
  .qa-1 summary::before {
    width: 1.6rem;
  }
}

.qa-1 summary::after {
  content: "";
  width: 3.2rem;
  height: 0.2rem;
  background-color: #333;
  position: absolute;
  top: 50%;
  right: 10px;
  transition: 0.4s;
  transform: translateY(-50%) rotate(90deg);
  margin-right: 0.5rem;
}
@media (width <= 866px) {
  .qa-1 summary::after {
    width: 1.6rem;
  }
}

.qa-1[open] summary::after {
  display: none;
}

.qa-1 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 2.4rem 3.6rem;
  color: #333;
}
@media (width <= 866px) {
  .qa-1 p {
    padding: 10px;
  }
}

.qa-1[open] summary::before {
  color: var(--main-color);
  background-color: var(--text-color);
}

.qa-1[open] p {
  transform: none;
  opacity: 1;
}

.question .inner .question_title {
  font-size: 3.2rem;
}
@media (width <= 866px) {
  .question .inner .question_title {
    font-size: 24px;
  }
}
.question .inner .qa-1 {
  font-size: 1.6rem;
  line-height: 1;
}
@media (width <= 866px) {
  .question .inner .qa-1 {
    font-size: 14px;
    line-height: 1.5;
  }
}
.question .inner .qa-1 p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}

.data_download {
  background: linear-gradient(287.03deg, #02D1FF 0%, #007FC6 100%);
}
.data_download .inner {
  max-width: 848px;
  margin: 0 auto;
  padding: 9.6rem 0 5.7rem;
}
@media (width <= 866px) {
  .data_download .inner {
    max-width: 740px;
    padding: 7.2rem 0 4.6rem;
  }
}
.data_download .inner .data_download_title {
  text-align: center;
}
.data_download .inner .data_download_flex_boxes {
  display: flex;
  justify-content: space-between;
  margin-top: 8.7rem;
  gap: 3.5rem;
}
@media (width <= 866px) {
  .data_download .inner .data_download_flex_boxes {
    flex-direction: column;
    align-items: center;
    margin-top: 2.6rem;
    gap: 4.8rem;
  }
}
.data_download .inner .data_download_flex_boxes .text_items {
  margin-top: 3.2rem;
  width: 41.3rem;
}
@media (width <= 866px) {
  .data_download .inner .data_download_flex_boxes .text_items {
    text-align: center;
  }
}
.data_download .inner .data_download_flex_boxes .text_items .data_download_text {
  width: 100%;
}
.data_download .inner .data_download_flex_boxes .text_items .data_download_img {
  margin-top: 4.8rem;
}
@media (width <= 866px) {
  .data_download .inner .data_download_flex_boxes .text_items .data_download_img {
    margin-top: 1.6rem;
    width: 240px;
    height: 149px;
  }
}

.data_download .inner .data_download_title {
  font-size: 3.2rem;
  color: var(--text-color);
}
@media (width <= 866px) {
  .data_download .inner .data_download_title {
    width: 264px;
    font-size: 24px;
    line-height: 1.5;
    margin: 0 auto;
  }
}
.data_download .inner .data_download_flex_boxes .text_items .data_download_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: var(--text-color);
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (width <= 866px) {
  .data_download .inner .data_download_flex_boxes .text_items .data_download_text {
    font-size: 12px;
  }
}

footer {
  padding: 2.6rem 0 1.8rem;
  text-align: center;
}
@media (width <= 1024px) {
  footer {
    padding: 24px 0;
  }
}
footer small {
  display: inline-block;
  margin-top: 37px;
}/*# sourceMappingURL=style.css.map */