@charset "UTF-8";
@font-face {
  font-family: "mini";
  src: url("../fonts/mini-wakuwaku-maru.woff") format("woff"), url("../fonts/mini-wakuwaku-maru.otf") format("opentype");
}
/* CSS INFORMATION -====================================================
File name : service.css
Description : service
===================================================================== */
/* =====================================================================
    service_list
======================================================================*/
.service_list {
  display: flex;
  flex-wrap: wrap;
}
.service_list li {
  margin: 0 calc(28 / 650 * 100%) 4rem 0;
  width: calc(198 / 650 * 100%);
}
@media screen and (max-width: 767px) {
  .service_list li:nth-child(3n), .service_list li:last-child {
    margin-right: 0;
  }
}
.service_list li figure {
  margin-bottom: 1em;
}
.service_list li h3 {
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  color: #282C4D;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .service_list li {
    margin: 0 calc(22 / 1000 * 100%) 2rem 0;
    width: calc(124 / 1000 * 100%);
  }
  .service_list li:nth-child(7n), .service_list li:last-child {
    margin-right: 0;
  }
  .service_list li figure {
    margin-bottom: 1em;
  }
  .service_list li h3 {
    font-size: 1.4rem;
  }
}
/* =====================================================================
    service_popup
======================================================================*/
.service_popup_txt {
  position: relative;
  margin-bottom: 4.4rem;
  padding: 4rem 0 5.5rem;
  text-align: center;
  border: 0.2rem solid #282c4d;
  border-radius: 5em;
  z-index: 1;
}
.service_popup_txt::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.8em;
  left: 18.2rem;
  width: 1.4em;
  height: 1em;
  background: url(../images/common/img_balloon.png) no-repeat center/contain;
}
.service_popup_txt::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -5.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 17.2rem;
  height: 9.8rem;
  background: url(../images/common/img_shinoby2.png) no-repeat center/contain;
}
.service_popup_txt span {
  display: inline-block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
  transform: rotate(0.03deg);
}

.service_popup_wrap {
  position: relative;
}
.service_popup_wrap > * {
  position: relative;
}

.service_list li p {
  display: none;
}

.service_popup {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

.service_popup_area {
  padding: 7rem 5rem;
  background-color: rgba(255, 255, 255, 0.96);
  border: 0.2rem solid #2d3ee5;
  border-radius: 3rem;
}
.service_popup_area figure {
  margin: 0 auto 2rem;
  width: 20.4rem;
}
.service_popup_area h3 {
  margin-bottom: 6rem;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  color: #2d3ee5;
}
.service_popup_area p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.818;
  font-size: 2.8rem;
}

.popup_close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 3em;
  height: 3em;
  z-index: 3;
  background: #2d3ee5;
  border-radius: 50%;
}
.popup_close::before, .popup_close::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 0.2em;
  height: 50%;
  background-color: #fff;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: left top;
}
.popup_close::after {
  transform: rotate(-45deg) translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .service_popup_txt {
    margin: 0 auto 10.8rem;
    padding: 2.4rem 0;
    width: calc(610 / 1000 * 100%);
  }
  .service_popup_txt::before {
    left: 33%;
  }
  .service_popup_txt::after {
    bottom: -11.5rem;
  }
  .service_popup_txt span {
    font-size: 1.6rem;
  }
  .service_popup_area {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5rem 0;
  }
  .service_popup_area figure {
    width: 12.4rem;
  }
  .service_popup_area h3 {
    margin-bottom: 0;
    font-size: 2.2rem;
  }
  .service_popup_area p {
    width: calc(600 / 1000 * 100%);
    line-height: 1.625;
  }
  .service_popup_inner {
    margin-right: calc(40 / 1000 * 100%);
    width: calc(240 / 1000 * 100%);
  }
  .popup_close {
    cursor: pointer;
    transition: 0.3s ease;
  }
  .popup_close:hover {
    background: #f7ba08;
  }
  .popup_btn li {
    position: relative;
    top: 0;
    cursor: pointer;
    transition: 0.3s ease;
  }
  .popup_btn li:hover {
    top: -1rem;
  }
}
/* =====================================================================
    service
======================================================================*/
.service {
  padding: 8rem 0 0;
}

.service_head {
  margin-bottom: 8rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.923;
}

.service_popup_wrap {
  padding: 14rem 0 10rem;
}
.service_popup_wrap::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: #f9f9f9;
}

@media screen and (min-width: 768px) {
  .service {
    padding: 6rem 0 0;
  }
  .service_head {
    margin-bottom: 6rem;
    font-size: 2rem;
  }
  .service_popup_wrap {
    padding: 7rem 0 5rem;
  }
}
/* =====================================================================
    faq
======================================================================*/
.faq {
  padding: 16rem 0;
}
.faq .sec_ttl {
  margin-bottom: 14rem;
}

.faq_list > li:not(:last-child) {
  margin-bottom: 13rem;
}
.faq_list > li h3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 calc(30 / 650 * 100%);
  width: calc(580 / 650 * 100%);
  height: 8rem;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  color: #2d3ee5;
}
.faq_list > li h3::before, .faq_list > li h3::after {
  content: "";
  position: absolute;
  display: block;
  top: 10%;
  left: 0;
  height: 100%;
  border-left: 0.2em dotted #2d3ee5;
  transform: rotate(330deg);
  transform-origin: top right;
}
.faq_list > li h3::after {
  left: auto;
  right: 0;
  transform: rotate(30deg);
}
.faq_list_txt {
  position: relative;
  margin-top: 12rem;
  padding: 7rem 5rem;
  border: 0.2rem solid #282c4d;
  border-radius: 2rem;
  background-color: #fff;
}
.faq_list_txt::before {
  content: "";
  position: absolute;
  display: block;
  top: -8.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 11.3rem;
  height: 8.5rem;
  background: url(../images/common/img_shinoby3.png) no-repeat center/contain;
}
.faq_list_txt p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.666;
}

.btn_faq_list {
  margin-top: 5rem;
}
.btn_faq_list li {
  margin-top: 3rem;
}
.btn_faq_list li a {
  position: relative;
  padding: 1em 0;
  text-align: center;
  border: 0.2rem solid #282c4d;
  background: #f9f9f9;
}
.btn_faq_list li a span {
  position: relative;
  display: inline-block;
  padding-left: 1.6em;
  padding-right: 1.4em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  color: #2d3ee5;
  transform: rotate(0.03deg);
}
.btn_faq_list li a span::before, .btn_faq_list li a span::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.68em;
  height: 0.68em;
  background: url(../images/common/img_deco1.png) no-repeat center/contain;
}
.btn_faq_list li a span::after {
  left: auto;
  right: 0;
}

@media screen and (min-width: 768px) {
  .faq {
    padding: 8rem 0;
  }
  .faq .sec_ttl {
    margin-bottom: 7rem;
  }
  .faq_list > li:not(:last-child) {
    margin-bottom: 7.5rem;
  }
  .faq_list > li h3 {
    padding: 0 calc(30 / 1000 * 100%);
    width: calc(550 / 1000 * 100%);
    height: 6rem;
    font-size: 2.2rem;
  }
  .faq_list_txt {
    margin-top: 7.5rem;
    padding: 5rem;
  }
  .faq_list_txt::before {
    top: -6.7rem;
    width: 8.6rem;
    height: 6.5rem;
  }
  .btn_faq_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .btn_faq_list li {
    margin-top: 2rem;
    width: 48.8888888889%;
  }
  .btn_faq_list li.wide {
    width: 100%;
  }
  .btn_faq_list li a {
    padding: 1.4em 0;
  }
  .btn_faq_list li a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0 solid #282c4d;
    transition: 0.3s ease;
  }
  .btn_faq_list li a:hover::after {
    border-width: 0.6rem;
  }
  .btn_faq_list li a span {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=service.css.map */