@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
/*
Theme Name: fumidasu
*/

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  /* font-family: "vdl-logog", sans-serif; */
}

.body_warp {
  margin: auto;
  width: 800px;
  background-color: #cff5f7;
}

.tablet__br {
  display: none;
}

.spTop__img {
  display: none;
}

.sp__br {
  display: none;
}

.sp__content {
  display: none;
}

.swiper-slide.ajst {
	position: relative;
  width: fit-content !important;
  background-color: white;
}

.swiper-slide.ajst::before{
    content: "";
    position: absolute;
    display: block;
	width:3px;
	height: 100%;
	left: -1.5px;
	top: 0px;
	background-color: white;
}

/* --------------------------------------------------------------------- 
header
-----------------------------------------------------------------------*/
header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  width: 800px;
  z-index: 100;
}

.header_logo {
  margin-left: 20px;
  width: 177px;
}

.header_logo > a {
  width: 100%;
}

.header_logo > a > img {
  width: 100%;
}
.header_cta {
  display: flex;
  justify-content: center;
  margin-right: 20px;
  padding: 12px 23px;
  width: fit-content;
  gap: 6px;
  background-color: #ff6c00;
  color: white;
  border-radius: 100vh;
}

.header_cta > .txt {
  margin-top: 1.69px;
  font-size: 18px;
  color: white;
}

.header_cta > .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 22px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  background-color: white;
}

.icon > .triangle {
  display: block;
  margin-left: 3px;
  width: 9px;
}

/* --------------------------------------------------------------------- 
top
-----------------------------------------------------------------------*/
.top {
  padding-top: 126px;
  background-color: #00b8be;
}

.top_sub-ttl {
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  color: white;
  line-height: 1.5;
}

.top_sub-ttl > .yellow {
  color: #ffff34;
}

.top_ttl {
  padding: 15px 56px;
  margin: auto;
  margin-bottom: 23px;
  width: fit-content;
  font-size: 50px;
  background-color: white;
  color: #115754;
  border-radius: 10px;
  font-family: "vdl-logog", sans-serif;
}

.top_img {
  display: block;
  margin: auto;
  width: 516px;
}

/* --------------------------------------------------------------------- 
achievement
-----------------------------------------------------------------------*/
.achievement {
  background-color: #005792;
  overflow: hidden;
}

.achievement_ttl {
  text-align: center;
  padding: 6px 0px;
  font-size: 20px;
  color: white;
  background-color: #115754;
}

/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
}

/* --------------------------------------------------------------------- 
form
-----------------------------------------------------------------------*/
.form-page {
  padding-top: 40px;
}

.form_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 24px;
  color: #00b8be;
		padding-bottom:20px;
}

.slash {
  height: 34px;
}

.form_ttl > .txt > .bold {
  margin-right: 6px;
  padding: 0px 6px;
  border-radius: 3px;
  color: white;
  background-color: #00b8be;
}

/* --------------------------------------------------------------------- 
catch
-----------------------------------------------------------------------*/
.catch {
  padding: 60px 0px;
}

.catch_warp {
  margin: auto;
  padding: 40px 0px;
  width: 640px;
  border-radius: 20px;
  background-color: #00b8be;
}

.catch_ttl {
  position: relative;
  padding: 10px 0px;
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
  width: 560px;
  background-color: white;
  border-radius: 10px;
}

.catch_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 12px solid #ffffff;
  border-bottom: 0;
}

.catch_ttl-img {
  width: 186px;
}

.catch_txt-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 30px;
}

.catch_txt-flex-img {
  width: 177px;
}

.catch_txt-flex-txt {
  font-size: 24px;
  color: white;
}

.catch_img {
  display: block;
  margin: auto;
  margin-bottom: 40px;
  width: 180px;
}

.catch_txt {
  margin: auto;
  margin-bottom: 20px;
  width: 520px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.catch_end-txt {
  margin: auto;
  width: 520px;
  font-size: 12px;
  color: white;
}

/* --------------------------------------------------------------------- 
reason
-----------------------------------------------------------------------*/
.reason {
  padding-bottom: 60px;
}

.section_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 40px;
}

.section_ttl > .sub_txt {
  font-size: 18px;
  color: white;
}

.section_ttl > .main_txt {
  font-size: 34px;
  color: #00b8be;
}

.reason_list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin: auto;
  width: 640px;
}

.reason_item-ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  background-color: #00b8be;
  color: white;
  border-radius: 20px 20px 0px 0px;
}

.reason_item-ttl > .number {
  position: absolute;
  top: -20px;
  left: 40px;
  width: 68px;
}

.reason_item-ttl > .icon {
  position: absolute;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 20px 0px 0px;
  width: 101px;
  height: 100%;
  background-color: #2fd0d6;
}

.reason_item-ttl > .icon > img {
  width: 25px;
  transition: 0.6s;
}

.reason_item-ttl.active > .icon > img {
  transform: rotate(180deg);
}

.reason_item-content {
  height: 0px;
  border-radius: 0px 0px 20px 20px;
  background-color: white;
  opacity: 0;
  transition: 0.6s;
}

.reason_item-content.active {
  height: fit-content;
  padding: 20px 0px;
  opacity: 1;
}

.reason_item-img {
  display: none;
  margin: auto;
  margin-bottom: 20px;
}

.reason_item-content.active > .reason_item-img {
  display: block;
}

.reason_bold-txt {
  display: none;
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  color: #00b8be;
}

.reason_item-content.active > .reason_bold-txt {
  display: block;
}

.reason_txt {
  display: none;
  margin: auto;
  margin-bottom: 20px;
  width: 560px;
  font-size: 16px;
	font-weight: 400;
  line-height: 1.4;
  color: #333333;
}

.reason_item-content.active > .reason_txt {
  display: block;
}

.reason_txt:nth-of-type(3) {
  margin-bottom: initial;
}

.reason_item-img--1 {
  width: 379px;
}

.reason_item-img--2 {
  width: 395px;
}

.reason_item-img--3 {
  width: 302px;
}

/* --------------------------------------------------------------------- 
user-voice
-----------------------------------------------------------------------*/
.user-voice {
  padding: 60px 0px;
  overflow: hidden;
}

.user-voice_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 69px;
  width: 360px;
  height: 430px;
  background-color: white;
  border-radius: 20px;
}

.user-voice_item > img:nth-of-type(1) {
  display: block;
  margin-bottom: 10px;
  width: 116px;
}

.user-voice_item-ttl {
  margin-bottom: 10px;
  font-size: 18px;
  color: #005792;
}

.user-voice_item-txt {
  line-height: 1.4;
  width: 300px;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}

.user-voice_item > .absolute-1,
.user-voice_item > .absolute-2 {
  position: absolute;
  width: 29px;
}

.user-voice_item > .absolute-1 {
  top: 20px;
  left: 20px;
}

.user-voice_item > .absolute-2 {
  bottom: 20px;
  right: 20px;
}

.swiper2 {
  position: relative;
}

.swiper-pagination {
  bottom: -40px !important;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background-color: white !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #005792 !important;
}

/* --------------------------------------------------------------------- 
flow
-----------------------------------------------------------------------*/
.flow {
  padding: 60px 0px;
}

.flow_list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  width: fit-content;
  margin: auto;
}

.flow_list::before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 100%;
  background-color: #005792;
  left: 40px;
}

.flow_item {
  display: flex;
  align-items: flex-end;
}

.flow_item-number {
  position: relative;
  margin-right: -40px;
  width: 80px;
}

.flow_item-txt-area {
  display: flex;
  justify-content: space-between;
  width: 520px;
  height: 80px;
  background-color: white;
  border-radius: 20px;
}

.flow_item-txt {
  display: flex;
  align-items: center;
  margin-left: 60px;
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
}

.flow_item-img {
  margin-top: -10px;
  height: 90px;
  margin-right: 20px;
}

.flow_item-img.ajst {
  margin-right: 60px;
  margin-top: -13px;
  height: 94px;
}

/* --------------------------------------------------------------------- 
lastcta
-----------------------------------------------------------------------*/
.lastcta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 9px;
  padding: 40px 0px;
  background-color: #00b8be;
}

.lastcta_txt {
  font-size: 20px;
  font-weight: 500;
  color: white;
}

.lastcta_txt > .yellow {
  color: #ffff34;
}

.lastcta_button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 60px;
  gap: 12px;
  font-size: 22px;
  background-color: #ff6c00;
  color: white;
  border-radius: 100vh;
}

.lastcta_button > .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 26px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  background-color: white;
}

.lastcta_button > .icon > .triangle {
  display: block;
  margin-left: 3px;
  width: 11px;
}

/* --------------------------------------------------------------------- 
footer
-----------------------------------------------------------------------*/
footer {
  padding: 30px 0px;
}

.footer_links {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}

.copy {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 816px) {
  .body_warp {
    width: 100%;
  }

  .pc__content {
    display: none;
  }

  .sp__content {
    display: block;
  }

  /* --------------------------------------------------------------------- 
header
-----------------------------------------------------------------------*/
  header {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.5vw 0px;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    width: 100vw;
    z-index: 100;
  }

  .header_logo {
    margin-left: 2.5vw;
    width: 22.125vw;
  }

  .header_logo > a {
    width: 100%;
  }

  .header_logo > a > img {
    width: 100%;
  }
  .header_cta {
    display: flex;
    justify-content: center;
    margin-right: 2.5vw;
    padding: 1.5vw 2.875vw;
    width: fit-content;
    gap: 0.75vw;
    background-color: #ff6c00;
    color: white;
    border-radius: 100vh;
  }

  .header_cta > .txt {
    font-size: 3.25vw;
  }

  .header_cta > .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 3.7vw;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    background-color: white;
  }

  .icon > .triangle {
    display: block;
    margin-left: 0.375vw;
    width: 1.125vw;
  }

  /* --------------------------------------------------------------------- 
  top
  -----------------------------------------------------------------------*/
  .top {
    padding-top: 15.75vw;
    background-color: #00b8be;
  }

  .top_sub-ttl {
    text-align: center;
    margin-bottom: 3.75vw;
    font-size: 4vw;
  }

  .top_sub-ttl > .yellow {
    color: #ffff34;
  }

  .top_ttl {
    padding: 1.875vw 7vw;
    margin: auto;
    margin-bottom: 2.875vw;
    width: fit-content;
    font-size: 6.25vw;
    background-color: white;
    color: #115754;
    border-radius: 1.25vw;
    font-family: "vdl-logog", sans-serif;
  }

  .top_img {
    display: block;
    margin: auto;
    width: 64.5vw;
  }

  /* --------------------------------------------------------------------- 
  achievement
  -----------------------------------------------------------------------*/
  .achievement {
    background-color: #005792;
  }

  .achievement_ttl {
    text-align: center;
    padding: 1.75vw 0px;
    font-size: 4vw;
    color: white;
    background-color: #115754;
  }

  /* スライドの動き等速 */
  .swiper-wrapper {
    transition-timing-function: linear;
  }

  /* --------------------------------------------------------------------- 
  form
  -----------------------------------------------------------------------*/
  .form-page {
    padding-top: 5vw;
  }

  .form_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25vw;
    font-size: 4vw;
    color: #005792;
	  		padding-bottom:4vw;
  }

  .slash {
    height: 4.25vw;
  }

  .form_ttl > .txt > .bold {
    margin-right: 0.75vw;
    padding: 0px 0.75vw;
    border-radius: 0.375vw;
    color: white;
    background-color: #00b8be;
  }

  /* --------------------------------------------------------------------- 
  catch
  -----------------------------------------------------------------------*/
  .catch {
    padding: 10vw 0px;
  }

  .catch_warp {
    margin: auto;
    padding: 5vw 0px;
    width: 80vw;
    border-radius: 2.5vw;
    background-color: #00b8be;
  }

  .catch_ttl {
    position: relative;
    padding: 1.25vw 0px;
    text-align: center;
    margin: auto;
    margin-bottom: 5vw;
    width: 70vw;
    font-size: 4vw;
    background-color: white;
    border-radius: 1.25vw;
    z-index: 1;
  }

  .catch_ttl::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1.5vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-top: 12px solid #ffffff;
    border-bottom: 0;
    z-index: -1;
  }

  .catch_ttl-img {
    width: 23.25vw;
  }

  .catch_txt-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75vw;
    margin-bottom: 3.75vw;
  }

  .catch_txt-flex-img {
    width: 22.125vw;
  }

  .catch_txt-flex-txt {
    font-size: 4vw;
    color: white;
  }

  .catch_img {
    display: block;
    margin: auto;
    margin-bottom: 5vw;
    width: 26.5vw;
  }

  .catch_txt {
    margin: auto;
    margin-bottom: 2.5vw;
    width: 65vw;
    color: white;
    font-size: 3.9vw;
    font-weight: 500;
    line-height: 1.4;
  }

  .catch_end-txt {
    margin: auto;
    width: 65vw;
    font-size: 3vw;
    color: white;
  }

  /* --------------------------------------------------------------------- 
  reason
  -----------------------------------------------------------------------*/
  .reason {
    padding-bottom: 7.5vw;
  }

  .section_ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5vw;
    margin-bottom: 5vw;
  }

  .section_ttl > .sub_txt {
    font-size: 3.25vw;
    color: white;
  }

  .section_ttl > .main_txt {
    font-size: 5.25vw;
    color: #00b8be;
  }

  .reason_list {
    display: flex;
    flex-direction: column;
    gap: 7.5vw;
    margin: auto;
    width: 90vw;
  }

  .reason_item-ttl {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 14.25vw;
    text-align: center;
    font-size: 4.5vw;
    line-height: 1.4;
    background-color: #00b8be;
    color: white;
    border-radius: 2.5vw 2.5vw 0px 0px;
  }

  .reason_item-ttl > .number {
    position: absolute;
    top: -2.5vw;
    left: 5vw;
    width: 8.5vw;
  }

  .reason_item-ttl > .icon {
    position: absolute;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 2.5vw 0px 0px;
    width: 12.625vw;
    height: 100%;
    background-color: #00b8be;
  }

  .reason_item-ttl > .icon > img {
    width: 3.125vw;
    transition: 0.6s;
  }

  .reason_item-ttl.active > .icon > img {
    transform: rotate(180deg);
  }

  .reason_item-content {
    height: 0px;
    border-radius: 0px 0px 2.5vw 2.5vw;
    background-color: white;
    opacity: 0;
    transition: 0.6s;
  }

  .reason_item-content.active {
    height: fit-content;
    padding: 2.5vw 0px;
    opacity: 1;
  }

  .reason_item-img {
    display: none;
    margin: auto;
    margin-bottom: 2.5vw;
  }

  .reason_item-content.active > .reason_item-img {
    display: block;
  }

  .reason_bold-txt {
    display: none;
    margin-bottom: 2.5vw;
    text-align: center;
    font-size: 4vw;
    line-height: 1.4;
    color: #00b8be;
  }

  .reason_item-content.active > .reason_bold-txt {
    display: block;
  }

  .reason_txt {
    display: none;
    margin: auto;
    margin-bottom: 2.5vw;
    width: 70vw;
    font-size: 3.9vw;
    color: #333333;
  }

  .reason_item-content.active > .reason_txt {
    display: block;
  }

  .reason_txt:nth-of-type(3) {
    margin-bottom: initial;
  }

  .reason_item-img--1 {
    width: 47.375vw;
  }

  .reason_item-img--2 {
    width: 49.375vw;
  }

  .reason_item-img--3 {
    width: 37.75vw;
  }

  /* --------------------------------------------------------------------- 
  user-voice
  -----------------------------------------------------------------------*/
  .user-voice {
    padding-top: 10vw;
    padding-bottom: 13vw;
    overflow: hidden;
  }

  .user-voice_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
    padding-top: 5vw;
    padding-bottom: 8.625vw;
    width: 70vw;
    height: 90.75vw;
    background-color: white;
    border-radius: 2.5vw;
  }

  .user-voice_item > img:nth-of-type(1) {
    display: block;
    margin-bottom: 1.25vw;
    width: 20.5vw;
  }

  .user-voice_item-ttl {
    margin-bottom: 1.25vw;
    font-size: 4.25vw;
    color: #005792;
  }

  .user-voice_item-txt {
    line-height: 1.4;
    width: 80%;
    font-weight: 500;
    font-size: 3.9vw;
    color: #333333;
  }

  .user-voice_item > .absolute-1,
  .user-voice_item > .absolute-2 {
    position: absolute;
    width: 3.625vw;
  }

  .user-voice_item > .absolute-1 {
    top: 2.5vw;
    left: 2.5vw;
  }

  .user-voice_item > .absolute-2 {
    bottom: 2.5vw;
    right: 2.5vw;
  }

  .swiper2 {
    position: relative;
  }

  .swiper-pagination {
    bottom: -30px !important;
  }

  .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background-color: white !important;
    opacity: 1 !important;
  }

  .swiper-pagination-bullet-active {
    background-color: #005792 !important;
  }

  /* --------------------------------------------------------------------- 
  flow
  -----------------------------------------------------------------------*/
  .flow {
    padding: 11vw 0px;
  }

  .flow_list {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7.5vw;
    width: fit-content;
    margin: auto;
  }

  .flow_list::before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #005792;
    left: 6.4vw;
  }

  .flow_item {
    display: flex;
    align-items: flex-end;
  }

  .flow_item-number {
    position: relative;
    margin-right: -5vw;
    width: 13vw;
  }

  .flow_item-txt-area {
    display: flex;
    justify-content: space-between;
    width: 85vw;
    height: 13vw;
    background-color: white;
    border-radius: 2.5vw;
  }

  .flow_item-txt {
    display: flex;
    align-items: center;
    margin-left: 7.5vw;
    letter-spacing: -1px;
    font-size: 3.9vw;
    line-height: 1.5;
    color: #333333;
  }

  .flow_item-img {
    margin-top: 1.75vw;
    height: 11.25vw;
    margin-right: 2.5vw;
  }

  .flow_item-img.ajst {
    margin-right: 5.5vw;
    margin-top: 1.375vw;
    height: 11.75vw;
  }

  /* --------------------------------------------------------------------- 
  lastcta
  -----------------------------------------------------------------------*/
  .lastcta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.125vw;
    padding: 5vw 0px;
    background-color: #00b8be;
  }

  .lastcta_txt {
    font-size: 3.5vw;
    font-weight: 500;
    color: white;
  }

  .lastcta_txt > .yellow {
    color: #ffff34;
  }

  .lastcta_button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5vw 7.5vw;
    gap: 1.5vw;
    font-size: 4vw;
    background-color: #ff6c00;
    color: white;
    border-radius: 100vh;
  }

  .lastcta_button > .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 4.25vw;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    background-color: white;
  }

  .lastcta_button > .icon > .triangle {
    display: block;
    margin-left: 0.375vw;
    width: 1.375vw;
  }

  /* --------------------------------------------------------------------- 
  footer
  -----------------------------------------------------------------------*/
  footer {
    padding: 10vw 0px 2vw;
  }

  .footer_links {
    display: flex;
    justify-content: center;
    gap: 3.25vw;
    margin-bottom: 6.75vw;
    font-size: 3.5vw;
    font-weight: 500;
    color: #333333;
  }

  .copy {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
  }
	
	.swiper-slide.ajst {
	height: 50px !important;
}
	
	.swiper-slide.ajst>img{
		height: 100%;
	}
}