@charset "utf-8";
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box
}
* {
  margin: 0
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%
}
input, button, textarea, select {
  font: inherit
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word
}
#root, #__next {
  isolation: isolate
}
.pc_none {
  display: none;
}
.sp_none {
  display: block;
}
.is-bnrShow {
  visibility: visible;
  opacity: 1 !important;
}
header.is-bnrHide {
  visibility: hidden;
  opacity: 0 !important;
}
header.is-bnrShow {
  visibility: visible;
  opacity: 1 !important;
}
.layoutBox {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.layoutBox-r {
  display: flex;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.layoutBox-col {
  display: flex;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 5px 0;
}

.layoutBox-row {
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.layout2-1 {
  width: 48%;
}
.layout3-1 {
  width: 31.8%;
}
.layout3-2 {
  width: 64%;
}
.tile_1 {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: baseline;
  align-content: center;
  background: #FF7A5B;
  padding: 12px 35px 14px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  border-radius: 25px;
  z-index: 1;
}
.tile_1 sup {
  position: absolute;
  top: 11px;
  right: 11px;
  font-size: 14px;
  font-weight: 400;
}
.tile_2 {
  position: relative;
  z-index: 1;
  background: #006180;
  padding: 12px 12px 12px 87px;
  color: #fff;
  border-radius: 30px;
  font-weight: 700;
}
.title_2_no {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #006180;
  border: solid 6px #55B2DC;
  font-size: 24px;
  line-height: 1;
}
.title_2_no::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border: solid 1px #55B2DC;
  top: 4px;
  left: 4px;
  border-radius: 50%;
}

.tile_x {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  /*background: #FF7A5B;
  padding: 1px 1px 1px;*/
  /*margin-left: 270px;*/
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;  
  z-index: 1;
  word-break: break-all;
}
.tile_x div {
  position: absolute;
  top: 11px;
  right: 11px;
  font-size: 14px;
  font-weight: 400;
}

.servicefont {
  position: relative;
  font-weight: 400;
  line-height: 0.5;
  margin-top: 5px;
  color: #fff;
  z-index: 1;
  visibility: visible;
  margin-left: 23px;
}
.servicefont-min {
  visibility: collapse;
}
.not-visible {
  visibility: hidden;
}

.secure_link {
  color: #4db3b0;
}

.text_2nd {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 80px 0 0;
  z-index: 1;
}
.text_2nd_2 {
  position: relative;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 80px 0 0;
  z-index: 1;
}
.text_3rd {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.text_4th {
  position: relative;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.text_5th {
  position: relative;
  font-size: 8px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #000;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.actColor_1 {
  color: #FFC2B4;
}
.actSize {
  font-size: 1.3em;
}
.btn_try {
  width: 464px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  text-decoration: none;
  background: #FFD15B;
  padding: 16px 30px;
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  border-radius: 40px;
  box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  z-index: 1;
}
.btn_try::after {
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 8px 0 8px 15px;
  border-color: transparent transparent transparent #000;
  margin-top: 2px;
}
.features_balloon {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 27px 20px 30px;
  margin-bottom: 35px;
}
.balloon_L::after {
  position: absolute;
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 14px 0 14px 23px;
  border-color: transparent transparent transparent #fff;
  top: 30px;
  right: -20px;
}
.balloon_R::after {
  position: absolute;
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 14px 23px 14px 0;
  border-color: transparent #fff transparent transparent;
  top: 30px;
  left: -20px;
}
.features_balloon h3 {
  color: #FF7A5B;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px;
}
.features_balloon p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.mt100 {
  margin-top: 100px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt26 {
  margin-top: 26px !important;
}

.tmtext {
  margin-left: 5px !important;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #55B2DC;
}
header {
  width: 100%;
  position: fixed;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  background-color: #006180;
  padding: 15px;
  border-bottom: solid 1px #000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 999;
  opacity: 0;
}
#head_logo {
  width: 100px;
}
#head_chabologo {
  width: 300px;
}
#head_contact {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
#head_contact a {
  text-decoration: none;
  background: #FFD15B;
  padding: 10px 20px;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  border-radius: 25px;
  box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.5);
}
#head_contact a::after {
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  border-color: transparent transparent transparent #000;
  margin-left: 5px;
}
#bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../img/bg.png");
  background-size: cover;
  background-repeat: repeat-y;
}
#mv {
  padding: 42px 0 68px;
  background-color: #006180;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#mv_logo {
  position: absolute;
  top: 42px;
  left: 30px;
  width: 150px;
  z-index: 1;
}
#mv h1 {
  width: 513px;
  margin: 0 auto 30px;
  padding: 0;
}
#mv_list {
  position: relative;
  width: 513px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  z-index: 1;
}
#features {
  padding-bottom: 80px;
}
#featuresInner {
  position: relative;
  z-index: 1;
  max-width: 1150px;
  margin: 60px auto 0;
  padding: 0 20px;
}
#featuresInner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#service {
  padding: 0 0 68px;
  background-color: #006180;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#service_list {
  position: relative;
  width: 513px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  z-index: 1;
}
#service_list .tile_1 {
  padding: 18px 35px 20px;
  border-radius: 45px;
}
#service_notice {
  position: relative;
  width: 450px;
  margin: 40px auto 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
  z-index: 1;
  list-style: none;
}
#service_step {
  position: relative;
  max-width: 1190px;
  list-style: none;
  margin: 30px auto 0;
  padding: 0 20px;
  z-index: 1;
}
#service_step li {
  position: relative;
  width: 22.6%;
  text-align: center;
  padding: 23px 20px 32px;
  color: #333;
  border-radius: 20px;
  background-color: #fff;
  z-index: 1;
}
#service_step li::after {
  position: absolute;
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 11px 0 11px 20px;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 10px);
  right: -28px;
}
#service_step li:nth-child(4)::after {
  display: none;
}
.icon_free {
  display: inline-block;
  padding: 2px 6px 3px 9px;
  background: #fff;
  border-radius: 4px;
  color: #FF7A5B;
  letter-spacing: 4px;
  text-align: center;
}
.icon_customer {
  width: 70px;
  display: block;
  padding: 2px 0 3px;
  background: #FF7A5B;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.icon_company {
  width: 70px;
  display: block;
  padding: 2px 0 3px;
  background: #55B2DC;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.service_step_text {
  display: block;
  margin-top: 17px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #333;
}
.service_step_text a {
  color: #FF7A5B;
  text-decoration: none;
}
#process {
  position: relative;
  padding: 0 0 68px;
  z-index: 1;
}
#processInner {
  padding: 0 20px;
}
.process_box {
  max-width: 1150px;
  margin: 0 auto;
}
.process_imageBox {
  max-width: 1040px;
  margin: 30px auto 50px;
  list-style: none;
  padding: 0;
}
.process_image1 {
  position: relative;
  width: 38%;
}
.process_image1::after {
  content: "";
  width: 13.8%;
  height: 118px;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -18%;
  top: 34%;
}
.process_image2 {
  width: 54%;
}
.process_image3 {
  width: 69%;
}
.process_image4 {
  position: relative;
  width: 89%;
}
.process_image4::after {
  content: "";
  width: 13.8%;
  height: 118px;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -18%;
  top: 34%;
}
.process_image5 {
  width: 89%;
}
#inquiry {
  padding: 0 0 68px;
  background-color: #006180;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#inquiry .btn_try span {
  text-align: center;
  margin: 0 auto;
}
#footEnd {
  position: relative;
  padding: 73px 0 124px;
  margin: 0;
  background: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-start;
  align-content: flex-start;
  z-index: 1;
}
#foot_logo {
  position: relative;
  width: 124px;
}
#foot_text {
  font-size: 20px;
  color: #006180;
  padding: 22px 0 0 20px;
}

.footItem {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hiddenItem {
  visibility: hidden;
}
.privacymark {
    max-width: 1000px;
    margin: 0 auto;
    /*padding: 0 50px;*/
    font-size: 14px;
}

.privacymarkInner {
    /*width: 120px;
    padding-top: 30px;*/
    text-align: center;
}

.privacymarkImage {
    margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .features_balloon h3 {
    font-size: calc(100vw * 18 / 1050);
  }
}
@media screen and (min-width: 768px) {
  a {
    transition-duration: 0.3s;
  }
  a:hover {
    filter: contrast(1.5);
  }
}
@media screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .layoutBox-row {
    flex-direction: column;
    gap: 0 5px;
  }
  .layout2-1 {
    width: 100%;
  }
  .layout3-1 {
    width: 100%;
  }
  .layout3-2 {
    width: 100%;
  }
  .tile_1 {
    padding: calc(100vw * 8 / 350) calc(100vw * 25 / 350) calc(100vw * 9 / 350);
    font-size: calc(100vw * 13 / 350);
    border-radius: calc(100vw * 30 / 350);
  }
  .tile_1 sup {
    top: calc(100vw * 6 / 350);
    right: calc(100vw * 6 / 350);
    font-size: calc(100vw * 10 / 350);
  }
  .tile_2 {
    padding: calc(100vw * 14 / 350) calc(100vw * 15 / 350) calc(100vw * 15 / 350) calc(100vw * 58 / 350);
    border-radius: calc(100vw * 30 / 350);
    font-size: calc(100vw * 14 / 350);
  }
  .title_2_no {
    top: 0;
    left: calc(-1*(100vw * 1 / 350));
    width: calc(100vw * 52 / 350);
    height: calc(100vw * 52 / 350);
    border: solid calc(100vw * 4 / 350) #55B2DC;
    font-size: calc(100vw * 21 / 350);
  }
  .title_2_no::after {
    position: absolute;
    content: "";
    width: calc(100vw * 36 / 350);
    height: calc(100vw * 36 / 350);
    border: solid 1px #55B2DC;
    top: calc(100vw * 4 / 350);
    left: calc(100vw * 4 / 350);
  }
  .text_4th {
    font-size: 10px;
  }
  .text_5th {
    font-size: 8px;
  }
  .servicefont-min {
    position: relative;
    font-size: 10px;
    margin-top: 5px;
    color: #000;
    visibility: visible;
  }
  .servicefont {
    visibility: collapse;
  }
  .tile_x {
     font-size: calc(100vw * 16 / 700);
   }
  .text_2nd {
    font-size: calc(100vw * 16 / 350);
    padding: calc(100vw * 50 / 350) 0 0;
  }
  .text_2nd_2 {
    font-size: calc(100vw * 24 / 350);
    padding: calc(100vw * 30 / 350) 0 0;
  }
  .text_3rd {
    font-size: calc(100vw * 14 / 350);
  }
  .btn_try {
    width: calc(100vw * 300 / 350);
    padding: calc(100vw * 16 / 350) calc(100vw * 30 / 350);
    font-size: calc(100vw * 20 / 350);
    border-radius: calc(100vw * 56 / 350);
  }
  .btn_try::after {
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 8px 0 8px 15px;
    border-color: transparent transparent transparent #000;
    margin-top: 2px;
  }
  .features_balloon {
    border-radius: calc(100vw * 20 / 350);
    padding: calc(100vw * 27 / 350) calc(100vw * 20 / 350) calc(100vw * 30 / 350);
    margin-bottom: calc(100vw * 35 / 350);
  }
  .balloon_L::after {
    display: none;
  }
  .balloon_R::after {
    display: none;
  }
  .features_balloon h3 {
    font-size: calc(100vw * 16 / 350);
    margin: 0 0 calc(100vw * 13 / 350);
  }
  .features_balloon p {
    font-size: calc(100vw * 14 / 350);
  }
  .mt100 {
    margin-top: 100px !important;
  }
  .mt60 {
    margin-top: calc(100vw * 30 / 350) !important;
  }
  .mt40 {
    margin-top: 40px !important;
  }
  .mt26 {
    margin-top: 26px !important;
  }

  body {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #55B2DC;
  }
  header {
    width: calc(100vw * 350 / 350);
    padding: calc(100vw * 10 / 350);
  }
  #head_logo {
    width: calc(100vw * 56 / 350);
  }
  #head_chabologo {
    width: calc(100vw * 150 / 350);
  }
  #head_contact {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  #head_contact a {
    padding: calc(100vw * 6 / 350) calc(100vw * 10 / 350);
    font-size: calc(100vw * 10 / 350);
    border-radius: calc(100vw * 25 / 350);
  }
  #head_contact a::after {
    border-width: calc(100vw * 5 / 350) 0 calc(100vw * 5 / 350) calc(100vw * 8 / 350);
    margin-left: calc(100vw * 6 / 350);
  }
  #mv {
    padding: calc(100vw * 120 / 350) calc(100vw * 25 / 350) calc(100vw * 62 / 350);
    background-color: #006180;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  #mv_logo {
    position: absolute;
    top: calc(100vw * 20 / 350);
    left: auto;
    right: calc(100vw * 20 / 350);
    width: calc(100vw * 56 / 350);
  }
  #mv h1 {
    width: calc(100vw * 300 / 350);
    margin: 0 auto calc(100vw * 20 / 350);
  }
  #mv_list {
    width: calc(100vw * 300 / 350);
  }
  #features {
    padding: 0 calc(100vw * 25 / 350) calc(100vw * 26 / 350);
  }
  #featuresInner {
    margin: calc(100vw * 40 / 350) auto 0;
    padding: 0;
  }
  #featuresInner ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .cap01 {
    padding-bottom: calc(100vw * 30 / 350);
  }
  #service {
    padding: 0 calc(100vw * 25 / 350) calc(100vw * 48 / 350);
    background-color: #006180;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  #service_list {
    width: calc(100vw * 300 / 350);
  }
  #service_list .tile_1 {
    width: 100%;
    font-size: calc(100vw * 24 / 350);
    padding: calc(100vw * 18 / 350) calc(100vw * 35 / 350) calc(100vw * 20 / 350);
    border-radius: calc(100vw * 45 / 350);
    margin-bottom: calc(100vw * 30 / 350);
  }
  #service_list .tile_1 sup {
    top: calc(100vw * 20 / 350);
    right: calc(100vw * 20 / 350);
    font-size: calc(100vw * 14 / 350);
  }
  #service_notice {
    width: calc(100vw * 300 / 350);
    margin: calc(100vw * 10 / 350) auto 0;
    font-size: calc(100vw * 14 / 350);
  }
  #service_step {
    position: relative;
    max-width: 1190px;
    list-style: none;
    margin: 30px auto 0;
    padding: 0 20px;
    z-index: 1;
  }
  #service_step li {
    width: 100%;
    padding: calc(100vw * 23 / 350) calc(100vw * 20 / 350) calc(100vw * 32 / 350);
    border-radius: calc(100vw * 20 / 350);
    margin-bottom: calc(100vw * 40 / 350);
  }
  #service_step li::after {
    position: absolute;
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: calc(100vw * 19 / 350) calc(100vw * 11 / 350) 0 calc(100vw * 11 / 350);
    border-color: #fff transparent transparent transparent;
    top: auto;
    bottom: calc(-1*(100vw * 30 / 350));
    right: calc(50% - calc(100vw * 11 / 350));
  }
  #service_step li:nth-child(4)::after {
    display: none;
  }
  .icon_free {
    font-size: calc(100vw * 16 / 350);
    padding: calc(100vw * 2 / 350) calc(100vw * 6 / 350) calc(100vw * 3 / 350) calc(100vw * 9 / 350);
    letter-spacing: calc(100vw * 4 / 350);
  }
  .icon_customer {
    width: calc(100vw * 70 / 350);
    padding: calc(100vw * 2 / 350) 0 calc(100vw * 3 / 350);
    border-radius: calc(100vw * 5 / 350);
  }
  .icon_company {
    width: calc(100vw * 70 / 350);
    padding: calc(100vw * 2 / 350) 0 calc(100vw * 3 / 350);
    border-radius: calc(100vw * 5 / 350);
  }
  .service_step_text {
    margin-top: calc(100vw * 17 / 350);
    font-size: calc(100vw * 18 / 350);
  }
  #service .mt100 {
    margin-top: calc(100vw * 40 / 350) !important;
  }
  #process {
    position: relative;
    padding: calc(100vw * 8 / 350) 0 0;
    z-index: 1;
  }
  #processInner {
    padding: 0 calc(100vw * 25 / 350);
  }
  .process_imageBox {
    margin: calc(100vw * 30 / 350) auto calc(100vw * 50 / 350);
  }
  .process_image1 {
    position: relative;
    width: 100%;
    margin-bottom: calc(100vw * 90 / 350);
  }
  .process_image1::after {
    width: 17%;
    height: calc(100vw * 110 / 350);
    right: calc(100vw * 140 / 350);
    top: auto;
    bottom: calc(-1*(100vw * 104 / 350));
    transform: rotate(90deg);
  }
  .process_image2 {
    width: 100%;
  }
  .process_image3 {
    width: 100%;
  }
  .process_image4 {
    position: relative;
    width: 100%;
  }
  .process_image4::after {
    width: 17%;
    height: calc(100vw * 110 / 350);
    right: calc(100vw * 140 / 350);
    top: auto;
    bottom: calc(-1*(100vw * 104 / 350));
    transform: rotate(90deg);
  }
  .process_image5 {
    width: 89%;
  }
  #process .text_3rd {
    text-align: left;
  }
  #inquiry {
    padding: 0 0 68px;
    background-color: #006180;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  #inquiry .btn_try span {
    text-align: center;
    margin: 0 auto;
  }
  #footEnd {
    padding: calc(100vw * 79 / 350) calc(100vw * 25 / 350) calc(100vw * 89 / 350);
  }
  #foot_logo {
    position: relative;
    width: calc(100vw * 115 / 350);
  }
  #foot_text {
    font-size: calc(100vw * 14 / 350);
    padding: calc(100vw * 25 / 350) 0 0 calc(100vw * 10 / 350);
  }
}