@charset "UTF-8";
/* body ----------*/
body {
  background-color: #e4fdf4;
}

a {
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.5;
}

/* .header ----------*/
.header {
  background-color: #fff;
  border-bottom: 1px solid #d9d9d9;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.header_inr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 7px 5px 7px 15px;
}
@media print, screen and (min-width: 769px) {
  .header_inr {
    margin: 0 auto;
    max-width: 1280px;
    padding: 7px 20px;
    width: 100%;
  }
}
.header_logo {
  margin-right: auto;
}
.header_logo .fix {
  display: block;
  position: fixed;
  top: 19px;
  width: 20px;
  z-index: 9999;
}
.header_logo .nofix {
  display: block;
  margin-left: 27px;
  width: 160px;
}
@media print, screen and (max-width: 375px) {
  .header_logo .nofix {
    width: 150px;
  }
}
.header_btn {
  margin-right: 50px;
}
@media print, screen and (min-width: 769px) {
  .header_btn {
    margin-right: 60px;
  }
}
.header_btn a {
  border: 1px solid #222;
  border-radius: 999px;
  display: block;
  font-size: 10px;
  padding: 7px 15px;
}
@media print, screen and (max-width: 768px) {
  .header_btn a {
    letter-spacing: 0.05em;
    padding: 5px 10px;
  }
}

/* .gnav ----------*/
.scroll-prevent {
  overflow: hidden;
}
.scroll-prevent .header_btn {
  position: fixed;
  top: 16px;
  z-index: 9999;
}

.gnav {
  background-color: #fff;
  height: 100vh;
  opacity: 0;
  padding: 60px 0 20px;
  position: fixed;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
  visibility: hidden;
  z-index: -1;
}
@media print, screen and (min-width: 769px) {
  .gnav::before {
    content: "";
    display: block;
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .gnav::after {
    content: "";
    display: block;
    background-color: #e4fdf4;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
}
.gnav_inr {
  border-top: 1px solid #d9d9d9;
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  .gnav_inr {
    border: none;
    margin: 0 auto;
    position: relative;
    max-width: 850px;
    width: 100%;
  }
}
.gnav_menu {
  background-color: #e4fdf4;
}
.gnav_menu_inr {
  padding: 0 20px;
}
@media print, screen and (min-width: 769px) {
  .gnav_menu_inr {
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    position: relative;
  }
}
.gnav_menu_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 999;
}
@media print, screen and (min-width: 769px) {
  .gnav_menu_list {
    flex-direction: column;
    width: calc(100% - 400px);
  }
}
.gnav_menu_list_item {
  margin-top: 60px;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .gnav_menu_list_item {
    margin: 0 0 70px;
  }
  .gnav_menu_list_item:last-child {
    margin: 0;
  }
}
.gnav_menu_list_item a {
  display: block;
  font-size: 12px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .gnav_menu_list_item a {
    font-size: 15px;
  }
}
.gnav_menu_list_item a span {
  border-top: 4px solid #30ddc9;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-weight: 700;
  margin-right: 20px;
}
@media print, screen and (min-width: 769px) {
  .gnav_menu_list_item a span {
    font-size: 27px;
  }
}
.gnav.panelactive {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  width: 100%;
}
.gnav.panelactive .gnav_menu {
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  z-index: 999;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .gnav.panelactive .gnav_menu {
    overflow-y: hidden;
    padding: 90px 0;
    position: relative;
  }
}
.gnav_sns {
  margin-top: 60px;
}
@media print, screen and (min-width: 769px) {
  .gnav_sns {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    width: 380px;
  }
}
.gnav_sns .note_btn {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .gnav_sns .note_btn {
    margin: 0;
    max-width: 365px;
  }
}
.gnav_sns .note_btn_wrap {
  padding: 0;
}
@media print, screen and (min-width: 769px) {
  .gnav_sns .note_btn_wrap {
    order: 1;
  }
}
@media print, screen and (min-width: 769px) {
  .gnav_sns .note_btn_wrap a {
    font-size: 15px;
    padding: 15px 70px 15px 25px;
  }
}
@media print, screen and (min-width: 769px) {
  .gnav_sns .note_btn_wrap a::before {
    background-size: 14px 14px;
    height: 30px;
    top: -15px;
    right: -15px;
    width: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .gnav_sns .note_btn_wrap a::after {
    height: 90px;
    margin-top: -45px;
    right: 0;
    width: 90px;
  }
}
@media print, screen and (min-width: 769px) {
  .gnav_sns .note_btn_wrap a span {
    font-size: 22px;
  }
}
.gnav_sns_link {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 769px) {
  .gnav_sns_link {
    margin: 0;
    position: absolute;
    bottom: 60px;
    left: 0;
  }
}
.gnav_sns_link a {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
}
@media print, screen and (min-width: 769px) {
  .gnav_sns_link a {
    font-size: 22px;
  }
}
.gnav_sns_link a::before {
  content: "";
  display: block;
  background-image: url(../img/logo_x.png.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 26px;
  margin-right: 5px;
  vertical-align: middle;
  width: 27px;
}
@media print, screen and (min-width: 769px) {
  .gnav_sns_link a::before {
    height: 40px;
    margin-right: 10px;
    width: 40px;
  }
}
.gnav_sns_contact {
  font-size: 12px;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 769px) {
  .gnav_sns_contact {
    font-size: 15px;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.gnav_sns_contact a {
  display: inline-block;
  text-decoration: underline;
}
.gnav .other_link {
  margin: 50px -20px 0;
  padding-top: 20px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .gnav .other_link {
    margin: -70px 0 0 auto;
    width: 380px;
  }
}
.gnav .other_link_ttl {
  background-color: #fff;
  border-top: 2px solid #30ddc9;
  border-right: 2px solid #30ddc9;
  border-left: 2px solid #30ddc9;
  border-radius: 10px 10px 0 0;
  color: #30ddc9;
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-left: -121px;
  padding-top: 7px;
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
  width: 243px;
}
@media print, screen and (min-width: 769px) {
  .gnav .other_link_ttl {
    font-size: 19px;
    margin-left: -140px;
    position: relative;
    width: 280px;
  }
}
.gnav .other_link_inr {
  margin: 0 auto;
  padding: 30px 0 40px;
  width: 250px;
}
@media print, screen and (min-width: 769px) {
  .gnav .other_link_inr {
    background-color: #fff;
    border-top: 2px dotted #30ddc9;
    margin: -15px 0 0;
    padding: 40px 40px 50px;
    width: 100%;
  }
}
@media print, screen and (max-width: 768px) {
  .gnav .other_link_box {
    background-color: #fff;
    border-top: 2px dotted #30ddc9;
    padding-bottom: 100px;
  }
}
.gnav .other_link_txt {
  font-size: 10px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 769px) {
  .gnav .other_link_txt {
    margin-bottom: 25px;
  }
}
.gnav .other_link_txt a {
  text-decoration: underline;
}

.trigger {
  cursor: pointer;
  height: 50px;
  position: fixed;
  top: 5px;
  width: 50px;
  z-index: 9999;
}
.trigger .line {
  background-color: #000;
  display: inline-block;
  height: 1px;
  position: absolute;
  left: 14px;
  transition: all 0.3s ease;
  width: 22px;
}
.trigger .line:nth-of-type(1) {
  top: 16px;
}
.trigger .line:nth-of-type(2) {
  top: 24px;
}
.trigger .line:nth-of-type(3) {
  top: 32px;
}
.trigger .txt {
  color: transparent;
  display: block;
  font-size: 10px;
  position: absolute;
  bottom: 5px;
  left: 1px;
  text-align: center;
  transition: all 0.3s ease;
  width: 100%;
}
.trigger .txt.hide {
  opacity: 0;
  bottom: -2px;
}
.trigger.active .line {
  background-color: #000;
}
.trigger.active .line:nth-of-type(1), .trigger.active .line:nth-of-type(3) {
  top: 24px;
}
.trigger.active .txt {
  color: #000;
}

/* .main ----------*/
.main {
  padding-top: 60px;
  position: relative;
}

/* .mv ----------*/
.mv {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  height: calc(100vh - 60px);
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .mv {
    padding-top: 10.5%;
  }
}
.mv::before {
  content: "";
  display: block;
  background-color: #f0fef9;
  height: 55.1%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -2;
}
@media print, screen and (min-width: 769px) {
  .mv::before {
    height: 57.9%;
  }
}
.mv_img {
  background-image: url(../img/mv_sp.jpg.webp);
  background-position: top center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media print, screen and (min-width: 769px) {
  .mv_img {
    background-image: url(../img/mv.jpg.webp);
  }
}
.mv_char {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0;
  width: 100%;
}
@media print, screen and (max-width: 1280px) {
  .mv_char {
    padding: 0 40px;
  }
}
@media print, screen and (max-width: 768px) {
  .mv_char {
    justify-content: center;
  }
}
.mv_ttl {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.4em;
  writing-mode: vertical-rl;
}
@media print, screen and (max-width: 1280px) {
  .mv_ttl {
    font-size: 25px;
  }
}
@media print, screen and (max-width: 768px) {
  .mv_ttl {
    font-size: 18px;
    letter-spacing: 0.35em;
  }
}
.mv_fbtn {
  background-color: #fff;
  border-radius: 999px;
  padding: 13px 10px 10px 15px;
  position: absolute;
  right: 40px;
  bottom: 32%;
}
@media print, screen and (max-width: 768px) {
  .mv_fbtn {
    border-radius: 0;
    padding: 20px;
    right: 0;
    bottom: 0;
    text-align: right;
    width: 100%;
  }
}
.mv_fbtn a {
  color: #30ddc9;
  display: block;
  font-size: 13px;
  letter-spacing: 0.15em;
}
@media print, screen and (min-width: 769px) {
  .mv_fbtn a {
    font-size: 15px;
  }
}
.mv_fbtn a::after {
  content: "";
  display: block;
  background-image: url(../img/circle_arrow.png.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 26px;
  margin-top: -5px;
  margin-left: 10px;
  vertical-align: middle;
  width: 26px;
}
@media print, screen and (min-width: 769px) {
  .mv_fbtn a::after {
    height: 32px;
    width: 32px;
  }
}
.mv_detail {
  background-color: #fff;
  padding: 50px 0 80px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .mv_detail {
    padding: 70px 0 100px;
  }
}
.mv_detail_inr {
  padding: 0 50px;
}
@media print, screen and (min-width: 769px) {
  .mv_detail_inr {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 0 0 50px;
    width: 768px;
  }
}
@media print, screen and (min-width: 769px) {
  .mv_detail_inr .mv_detail_txtbox {
    width: 65%;
  }
}
.mv_detail_inr .ttl01 {
  border: none;
  padding-left: 0;
  position: relative;
}
.mv_detail_inr .ttl01::before {
  content: "";
  display: block;
  background-color: #30ddc9;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50px;
  width: 8px;
}
.mv_detail_inr .ttl01 span {
  margin-bottom: 15px;
}
.mv_detail_readtxt {
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 15px;
}

/* .section ----------*/
.section {
  margin-top: 50px;
  padding: 0 20px;
}
@media print, screen and (min-width: 769px) {
  .section {
    margin-top: 80px;
    padding: 0;
  }
  .section.section-news {
    margin-top: 100px;
  }
}
.section.white {
  background-color: #fff;
}
.section.univ_before {
  background-color: #fff;
  padding: 0 20px 80px;
}
@media print, screen and (min-width: 769px) {
  .section.univ_before {
    padding: 0 20px 130px;
  }
}
.section_detail {
  padding: 0 0 0 20px;
}
@media print, screen and (min-width: 769px) {
  .section_detail {
    padding: 0;
  }
}
.section_detail + .section_detail {
  margin-top: 50px;
}
@media print, screen and (min-width: 769px) {
  .section_detail + .section_detail {
    margin-top: 100px;
  }
}

/* .ttl ----------*/
.ttl01 {
  border-left: 6px solid #30ddc9;
  color: #30ddc9;
  font-size: 15px;
  padding-left: 45px;
}
@media print, screen and (min-width: 769px) {
  .ttl01 {
    font-size: 22px;
    padding-left: 116px;
  }
}
.ttl01 span {
  color: #222;
  display: block;
  font-size: 31px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 769px) {
  .ttl01 span {
    font-size: 40px;
  }
}
.ttl01.blank::after {
  background-image: url(../img/icon_blank_g.png.webp);
  height: 16px;
  margin-left: 7px;
  width: 18px;
}
@media print, screen and (min-width: 769px) {
  .ttl01.blank::after {
    height: 22px;
    margin-left: 10px;
    width: 24px;
  }
}
.ttl02 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #30ddc9;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 769px) {
  .ttl02 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
.ttl03 {
  color: #30ddc9;
  font-size: 13px;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 769px) {
  .ttl03 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.ttl04 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .ttl04 {
    font-size: 16px;
  }
}

/* .news ----------*/
.news_inr {
  padding: 0 20px;
}
@media print, screen and (min-width: 769px) {
  .news_inr {
    padding: 0;
    margin: 0 auto;
    max-width: 768px;
    width: 100%;
  }
}
.news_list {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}
@media print, screen and (min-width: 769px) {
  .news_list {
    font-size: 15px;
    font-weight: 400;
    justify-content: space-between;
  }
}
.news_list dt {
  margin-top: 5px;
  width: 80px;
}
@media print, screen and (min-width: 769px) {
  .news_list dt {
    margin-top: 15px;
    width: 110px;
  }
}
.news_list dd {
  margin-top: 5px;
  width: calc(100% - 80px);
}
@media print, screen and (min-width: 769px) {
  .news_list dd {
    margin-top: 15px;
    width: calc(100% - 120px);
  }
}
.news_list dd a {
  text-decoration: underline;
}

/* .sec_box ----------*/
.sec_box {
  background-color: #fff;
  border-radius: 0 30px 0 30px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .sec_box {
    border-radius: 0 30px 30px 30px;
    margin: 0 auto;
    padding-top: 50px;
    width: 768px;
  }
}
.sec_box_inr {
  padding: 20px 50px 40px;
  text-align: justify;
}
@media print, screen and (min-width: 769px) {
  .sec_box_inr {
    padding: 30px 120px 50px;
  }
}
.sec_box_txt {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.13em;
  line-height: 2;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .sec_box_txt {
    font-size: 15px;
    line-height: 2.6;
  }
}
.sec_box_arrow {
  background-image: url(../img/circle_arrow.png.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 41px;
  position: absolute;
  top: 40px;
  right: 50px;
  width: 41px;
}
@media print, screen and (min-width: 769px) {
  .sec_box_arrow {
    height: 75px;
    top: 60px;
    right: 120px;
    width: 75px;
  }
}
.sec_box.about {
  display: block;
  min-height: auto;
  padding-top: 0;
}
.sec_box.about .sec_box_inr {
  padding: 0 45px 80px 30px;
}
@media print, screen and (min-width: 769px) {
  .sec_box.about .sec_box_inr {
    padding: 0 50px 100px;
  }
}
.sec_box.about .sec_box_contents {
  margin-top: 50px;
}
.sec_box.about .sec_box_contents + .sec_box_contents {
  border-top: 4px solid #f4f4f4;
  margin-top: 0;
  padding-top: 40px;
}

.faqlist {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}
.faqlist_q {
  padding-bottom: 33px;
}
.faqlist_q::before {
  content: "";
  display: block;
  background-image: url(../../index_new/img/about/icon_faq_q.png.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 31px;
  margin-bottom: 30px;
  margin-left: 13px;
  width: 27px;
}
.faqlist_q_txt {
  background-color: #f4fdf8;
  border: 1px solid #30ddc9;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 30px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .faqlist_q_txt {
    max-width: 300px;
    width: 100%;
  }
}
@media print, screen and (min-width: 500px) and (max-width: 768px) {
  .faqlist_q_txt {
    width: 300px;
  }
}
.faqlist_q_txt::before {
  content: "";
  display: block;
  background-image: url(../../index_new/img/about/box_deco.png.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 26px;
  position: absolute;
  top: -26px;
  left: 16.1%;
  width: 23px;
}
.faqlist_a {
  border: 1px solid #30ddc9;
  border-radius: 28px;
  margin-left: auto;
  padding: 35px 27px 25px;
  position: relative;
  width: 91.2%;
}
.faqlist_a::before {
  content: "";
  display: block;
  background-image: url(../../index_new/img/about/icon_faq_a.png.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 26px;
  margin: 0 auto;
  width: 23px;
}
.faqlist_a::after {
  content: "";
  display: block;
  background-image: url(../../index_new/img/about/box_deco02.png.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  margin-left: -44px;
  position: absolute;
  top: -35px;
  left: 50%;
  width: 49px;
}
.faqlist_a_txt {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 15px;
}
.faqlist_a_txt + .faqlist_a_txt {
  margin-top: 0;
}
.faqlist_a_txt small {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0;
  margin-top: 7px;
}

/* .video_btn ----------*/
.video_btn {
  border-radius: 0 20px 20px 20px;
  margin: 50px auto 0;
  overflow: hidden;
  width: 71.5%;
}
@media print, screen and (min-width: 769px) {
  .video_btn {
    margin: 100px auto 0;
    width: 768px;
  }
}
@media print, screen and (min-width: 769px) {
  .video_btn_about {
    margin: 50px auto 0;
    width: 500px;
  }
}

/* .note_btn ----------*/
.note_btn {
  margin: 70px auto;
  max-width: 350px;
  width: calc(100% - 10px);
}
@media print, screen and (min-width: 769px) {
  .note_btn {
    margin: 100px auto;
    max-width: 450px;
  }
}
.note_btn_wrap {
  padding: 0 20px;
}
.note_btn_wrap a {
  background-color: #30ddc9;
  border: 2px solid #fff;
  border-radius: 12px;
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 12px 75px 12px 25px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .note_btn_wrap a {
    font-size: 16px;
    padding: 20px 80px 20px 30px;
  }
}
.note_btn_wrap a::before {
  content: "";
  display: block;
  background-color: #30ddc9;
  background-image: url(../img/blank_arrow.png.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  border: 2px solid #fff;
  height: 27px;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 27px;
}
@media print, screen and (min-width: 769px) {
  .note_btn_wrap a::before {
    background-size: 20px 20px;
    height: 40px;
    top: -20px;
    right: -20px;
    width: 40px;
  }
}
.note_btn_wrap a::after {
  content: "";
  display: block;
  background-image: url(../img/logo_note.png.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70px;
  margin-top: -35px;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 70px;
}
@media print, screen and (min-width: 769px) {
  .note_btn_wrap a::after {
    height: 90px;
    margin-top: -45px;
    width: 90px;
  }
}
.note_btn_wrap a span {
  display: block;
  font-size: 18px;
  letter-spacing: 0.2em;
}
@media print, screen and (min-width: 769px) {
  .note_btn_wrap a span {
    font-size: 26px;
  }
}

/* .bnr_slider ----------*/
.bnr_slider_box {
  padding: 30px 0;
}
@media print, screen and (min-width: 769px) {
  .bnr_slider_box {
    padding: 50px 0;
  }
}

@media print, screen and (min-width: 769px) {
  .bnr_items {
    margin: 0 10px;
  }
}

.slick-slider .slick-list {
  margin: 0 auto;
  width: 286px;
}
@media print, screen and (min-width: 769px) {
  .slick-slider .slick-list {
    width: 768px;
  }
}

.slick-list .site {
  font-size: 10px;
  margin-top: 5px;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .slick-list .site {
    font-size: 12px;
    margin-top: 10px;
  }
}

.slick-dots {
  bottom: -40px !important;
}
.slick-dots li button {
  background: #222 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  display: block !important;
  height: 2px !important;
  padding: 0 !important;
  width: 22px !important;
}
.slick-dots li button::before {
  display: none !important;
}
.slick-dots li.slick-active button {
  background: #30ddc9 !important;
}

.slick-prev,
.slick-next {
  display: none !important;
}

/* .end_box ----------*/
.end_box {
  margin: 40px 0 50px;
  padding: 0 20px;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .end_box {
    margin: 70px 0 80px;
    padding: 0;
  }
}
.end_box_txt {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin: 20px 0 10px;
}
@media print, screen and (min-width: 769px) {
  .end_box_txt {
    font-size: 16px;
    margin: 40px 0 15px;
  }
}
.end_box_img01 {
  margin: 0 auto;
  min-width: 300px;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .end_box_img01 {
    min-width: auto;
    max-width: 800px;
    width: 100%;
  }
}
.end_box_img02 {
  margin: 0 auto;
  width: 237px;
}
@media print, screen and (min-width: 769px) {
  .end_box_img02 {
    width: 315px;
  }
}

/* .about ----------*/
.about_ttl01 {
  color: #30ddc9;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  padding-top: 25px;
  position: relative;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .about_ttl01 {
    font-size: 30px;
    margin-bottom: 50px;
    padding-top: 45px;
  }
}
.about_ttl01::before {
  content: "";
  display: block;
  background-color: #222;
  height: 30px;
  position: absolute;
  top: -15px;
  left: 50%;
  width: 2px;
}
@media print, screen and (min-width: 769px) {
  .about_ttl01::before {
    height: 50px;
    top: -25px;
  }
}
.about_ttl02 {
  border-left: 4px solid #30ddc9;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-top: 10px;
  padding-left: 25px;
}
@media print, screen and (min-width: 769px) {
  .about_ttl02 {
    font-size: 26px;
    padding-top: 30px;
    padding-left: 45px;
  }
}
.about_ttl02 span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 769px) {
  .about_ttl02 span {
    font-size: 12px;
    margin-bottom: 25px;
  }
}
.about_ttl02 b {
  font-weight: 700;
}
.about_ttl03 {
  color: #30ddc9;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 769px) {
  .about_ttl03 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.about_txt {
  letter-spacing: 0.08em !important;
  line-height: 1.8 !important;
}
@media print, screen and (min-width: 769px) {
  .about_txt {
    font-size: 18px !important;
    line-height: 2.2 !important;
  }
}
.about_btn {
  margin-top: 45px;
  text-align: right;
}
.about_btn a {
  display: inline-block;
}
.about_btn a::after {
  content: "";
  display: block;
  background-image: url(../img/about/about_btn_arrow.png.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 36px;
  margin-left: 10px;
  width: 40px;
  vertical-align: middle;
}
.about_img01 {
  margin: 40px auto 0;
  width: 62.5%;
}
@media print, screen and (min-width: 769px) {
  .about_img01 {
    margin: 0;
    width: 30%;
  }
}
.about_img02 {
  margin: 40px auto 0;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .about_img02 {
    max-width: 400px;
  }
}
.about_logbtn {
  margin: 40px 0 20px;
}
.about_logbtn a {
  border: 1px solid #222;
  border-radius: 999px;
  display: block;
  font-size: 12px;
  margin: 0 auto;
  padding: 7px 10px;
  text-align: center;
  width: 168px;
}
@media print, screen and (min-width: 769px) {
  .about_logbtn a {
    font-size: 16px;
    padding: 15px;
    width: 250px;
  }
}

.possible_list {
  margin: 20px auto 0;
  padding: 0 20px;
}
@media print, screen and (min-width: 769px) {
  .possible_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px auto 0;
    max-width: 500px;
    padding: 0;
    width: 100%;
  }
}
.possible_list li {
  background-color: #30ddc9;
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-top: 15px;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .possible_list li {
    margin-top: 2%;
    padding: 5px;
    width: 49%;
  }
}
.possible_list_txt {
  font-weight: 400;
  margin-top: 30px;
  text-align: center;
}

/* flow ----------*/
.flow_wrap {
  /*デバイスの横幅が400px以上、768px以下の場合*/
}
@media print, screen and (min-width: 500px) and (max-width: 768px) {
  .flow_wrap {
    margin: 0 auto;
    width: 400px;
  }
}
.flow_list {
  margin-left: 30px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .flow_list {
    margin: 0 auto;
    max-width: 450px;
    width: 100%;
  }
}
.flow_list_item {
  margin: 25px 0 10px;
  padding: 3px 0 65px 20px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .flow_list_item {
    margin: 25px 0 40px;
    padding: 8px 0 65px 30px;
  }
}
.flow_list_item::before {
  content: "1";
  color: #30ddc9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  font-weight: 700;
  height: 30px;
  position: absolute;
  top: 0;
  left: -15px;
  width: 30px;
}
@media print, screen and (min-width: 769px) {
  .flow_list_item::before {
    font-size: 40px;
    height: 40px;
    left: -18px;
    width: 40px;
  }
}
.flow_list_item::after {
  content: "";
  display: block;
  background-image: url(../img/about/line_arrows.png.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 10px;
  margin-left: -5px;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 13px;
}
@media print, screen and (min-width: 769px) {
  .flow_list_item::after {
    height: 20px;
    margin-left: -10px;
    bottom: -20px;
    width: 23px;
  }
}
.flow_list_item_line {
  background-image: url(../img/about/line_dots.png.webp);
  background-position: top center;
  background-repeat: repeat-y;
  background-size: 3px 6px;
  height: calc(100% - 35px);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3px;
}
@media print, screen and (min-width: 769px) {
  .flow_list_item_line {
    background-size: 4px 8px;
    height: calc(100% - 45px);
    width: 4px;
  }
}
.flow_list_item_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flow_list_item_img {
  width: 80px;
}
@media print, screen and (min-width: 769px) {
  .flow_list_item_img {
    width: 100px;
  }
}
.flow_list_item_img .read {
  color: #30ddc9;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  text-align: center;
}
.flow_list_item_txt {
  width: calc(100% - 110px);
}
@media print, screen and (min-width: 769px) {
  .flow_list_item_txt {
    width: calc(100% - 140px);
  }
}
.flow_list_item_txt_ttl {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 769px) {
  .flow_list_item_txt_ttl {
    font-size: 20px;
  }
}
.flow_list_item_txt_btn a {
  color: #30ddc9;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .flow_list_item_txt_btn a {
    font-size: 16px;
  }
}
.flow_list_item_txt_btn a::after {
  content: "";
  display: block;
  background-image: url(../img/about/icon_play.png.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 28px;
  margin-left: 10px;
  vertical-align: middle;
  width: 28px;
}
.flow_list_item_cap {
  font-size: 10px;
  font-weight: 400;
  margin-top: 15px;
}
@media print, screen and (min-width: 769px) {
  .flow_list_item_cap {
    font-size: 12px;
  }
}
.flow_list_item .share {
  margin-top: 10px;
  margin-left: auto;
  max-width: 220px;
}
@media print, screen and (min-width: 769px) {
  .flow_list_item .share {
    margin-top: 20px;
    max-width: 350px;
    width: 100%;
  }
}
.flow_list_item .share_txt {
  color: #30ddc9;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 3px;
  padding-left: 7px;
  position: relative;
}
.flow_list_item .share_txt::before {
  content: "";
  display: block;
  background-color: #30ddc9;
  display: inline-block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: -2px;
  transform: rotate(-35deg);
  width: 2px;
}
.flow_list_item .share a {
  display: block;
}
.flow_list_item.flow02::before {
  content: "2";
}
.flow_list_item.flow03::before {
  content: "3";
}
.flow_list_item.flow04 {
  margin: 25px 0 0;
  padding: 3px 0 50px 20px;
}
@media print, screen and (min-width: 769px) {
  .flow_list_item.flow04 {
    padding: 8px 0 65px 30px;
  }
}
.flow_list_item.flow04::before {
  content: "4";
}
.flow_list_item.flow04::after {
  display: none;
}
@media print, screen and (max-width: 768px) {
  .flow_list_item.flow04 .flow_list_item_img .read {
    text-align: left;
  }
}
.flow_list .function_txt_about {
  right: 0;
  bottom: 0;
}

.br-middle {
  /*デバイスの横幅が400px以上、768px以下の場合*/
}
@media print, screen and (min-width: 500px) and (max-width: 768px) {
  .br-middle {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .br-middle {
    display: none;
  }
}

/*▽▽▽▽▽▽---------- 2サイト共通css ----------▽▽▽▽▽▽*/
/* .univ_section ----------*/
.univ_section {
  background-color: #30ddc9;
  border-radius: 27px 27px 0 0;
  color: #fff;
  margin-top: -30px;
  padding: 30px 0 70px;
}
@media print, screen and (min-width: 769px) {
  .univ_section {
    padding: 100px 0 150px;
  }
}
.univ_section::before {
  content: "";
  display: block;
  background-image: url(../img/icon_other_link_01.png.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 52px;
  margin: 0 auto;
  width: 52px;
}
.univ_section_inr {
  padding: 0 20px;
}
.univ_section_ttl01 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 15px 0 20px;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .univ_section_ttl01 {
    margin: 20px 0 40px;
  }
}
.univ_section_ttl02 {
  margin: 40px 0 10px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .univ_section_ttl02 {
    margin: 50px 0 10px;
  }
}
.univ_section_ttl02::before {
  content: "";
  display: block;
  background-color: #fff;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 5px);
}
.univ_section_ttl02 span {
  background-color: #30ddc9;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-right: 5px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .univ_section_ttl02 span {
    font-size: 20px;
    letter-spacing: 0.15em;
    padding-right: 10px;
  }
}
.univ_section_txt {
  font-size: 19px;
  letter-spacing: 0.15em;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .univ_section_txt {
    font-size: 28px;
  }
}
.univ_section_txt b {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 71px;
  line-height: 1;
  margin: 0 5px;
}
@media print, screen and (min-width: 769px) {
  .univ_section_txt b {
    font-size: 80px;
  }
}
.univ_section_txt small {
  font-size: 15px;
  letter-spacing: 0.1em;
}
.univ_section_box {
  padding: 0 30px;
}
@media print, screen and (min-width: 769px) {
  .univ_section_box {
    margin: 0 auto;
    padding: 0;
    width: 768px;
  }
}
@media print, screen and (min-width: 769px) {
  .univ_section_list {
    line-height: 2;
  }
}
.univ_section_list li {
  font-size: 12px;
  display: inline-block;
  letter-spacing: 0.1em;
  padding-right: 16px;
  position: relative;
  word-break: keep-all;
}
@media print, screen and (min-width: 769px) {
  .univ_section_list li {
    font-size: 15px;
    font-weight: 400;
  }
}
.univ_section_list li::after {
  content: "";
  display: block;
  background-color: #fff;
  display: block;
  height: 12px;
  position: absolute;
  top: 5px;
  right: 4px;
  width: 1px;
}
@media print, screen and (min-width: 769px) {
  .univ_section_list li::after {
    height: 14px;
    top: 9px;
    right: 5px;
  }
}
.univ_section_list li:last-child::after {
  display: none;
}
.univ_section_cap {
  font-size: 10px;
  margin-top: 20px;
}
@media print, screen and (min-width: 769px) {
  .univ_section_cap {
    font-size: 12px;
    margin-top: 40px;
  }
}

/*△△△△△△---------- 2サイト共通css ----------△△△△△△*/
/* other ----------*/
@media print, screen and (max-width: 768px) {
  .pc_block {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .sp_block {
    display: none;
  }
}

.blank::after {
  content: "";
  display: block;
  background-image: url(../img/icon_blank.png.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 16px;
  margin-top: -5px;
  margin-left: 10px;
  vertical-align: middle;
  width: 18px;
}

/* .function_txt ----------*/
.function_txt,
.function_txt_about {
  font-size: 10px;
  font-weight: 300;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media print, screen and (min-width: 769px) {
  .function_txt,
.function_txt_about {
    font-size: 12px;
    bottom: 30px;
    right: 30px;
  }
}

/* .footer ----------*/
.footer {
  background-color: #fff;
  border-top: 4px solid #222;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .footer {
    font-size: 12px;
  }
}
.footer hr {
  border-bottom: 1px dashed #444;
}
.footer a {
  display: block;
}
.footer .pagetop a {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 15px;
}
.footer .pagetop a span {
  display: inline-block;
  letter-spacing: 0.1em;
  position: relative;
}
.footer .pagetop a span::before {
  content: "";
  display: block;
  background-image: url(../img/icon_pagetop.png.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 24px;
  margin-right: 15px;
  vertical-align: middle;
  width: 24px;
}
@media print, screen and (max-width: 768px) {
  .footer .pagetop a span::before {
    height: 22px;
    margin-right: 10px;
    width: 22px;
  }
}
@media print, screen and (min-width: 769px) {
  .footer_inr {
    margin: 0 auto;
    width: 768px;
  }
}
.footer_link_blank {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
@media print, screen and (min-width: 769px) {
  .footer_link_blank {
    margin: 20px 0 30px;
  }
}
.footer_link_blank_faq {
  margin-right: 10px;
}
@media print, screen and (min-width: 769px) {
  .footer_link_blank_faq {
    margin-right: 20px;
    text-align: right;
    width: 50%;
  }
}
.footer_link_blank_faq span {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}
@media print, screen and (min-width: 769px) {
  .footer_link_blank_faq span {
    font-size: 16px;
  }
}
.footer_link_blank_faq span::after {
  content: "";
  display: block;
  background-image: url(../img/icon_blank.png.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 18px;
  margin-left: 10px;
  vertical-align: middle;
  width: 18px;
}
@media print, screen and (max-width: 768px) {
  .footer_link_blank_faq span::after {
    height: 12px;
    vertical-align: baseline;
    width: 15px;
  }
}
.footer_link_blank_sns {
  margin-left: 10px;
}
@media print, screen and (min-width: 769px) {
  .footer_link_blank_sns {
    margin-left: 20px;
    text-align: left;
    width: 50%;
  }
}
.footer_link_blank_sns span {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
@media print, screen and (max-width: 768px) {
  .footer_link_blank_sns span {
    font-size: 12px;
  }
}
.footer_link_blank_sns span::before {
  content: "";
  display: block;
  background-image: url(../img/logo_x.png.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  width: 30px;
}
@media print, screen and (max-width: 768px) {
  .footer_link_blank_sns span::before {
    height: 26px;
    width: 26px;
  }
}
.footer_link_list {
  padding: 20px 0;
}
@media print, screen and (max-width: 768px) {
  .footer_link_list {
    padding: 0;
  }
}
.footer_link_list li {
  margin: 10px 0;
}
.footer_link_list li a {
  font-weight: 300;
}
@media print, screen and (max-width: 768px) {
  .footer_link_list li a {
    font-size: 10px;
  }
}
.footer_link_txt {
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 768px) {
  .footer_link_txt {
    font-size: 12px;
    margin: 15px 0 25px;
  }
}
.footer .copy {
  background-color: #000;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 400;
  padding: 10px;
  text-align: center;
}

.no-webp .gnav_sns_link a::before {
  background-image: url(../img/logo_x.png);
}
.no-webp .mv_img {
  background-image: url(../img/mv_sp.jpg);
}
@media print, screen and (min-width: 769px) {
  .no-webp .mv_img {
    background-image: url(../img/mv.jpg);
  }
}
.no-webp .mv_fbtn a::after {
  background-image: url(../img/circle_arrow.png);
}
.no-webp .sec_box_arrow {
  background-image: url(../img/circle_arrow.png);
}
.no-webp .faqlist_q::before {
  background-image: url(../../index_new/img/about/icon_faq_q.png);
}
.no-webp .faqlist_q_txt::before {
  background-image: url(../../index_new/img/about/box_deco.png);
}
.no-webp .faqlist_a::before {
  background-image: url(../../index_new/img/about/icon_faq_a.png);
}
.no-webp .faqlist_a::after {
  background-image: url(../../index_new/img/about/box_deco02.png);
}
.no-webp .note_btn_wrap a::before {
  background-image: url(../img/blank_arrow.png);
}
.no-webp .note_btn_wrap a::after {
  background-image: url(../img/logo_note.png);
}
.no-webp .about_btn a::after {
  background-image: url(../img/about/about_btn_arrow.png);
}
.no-webp .flow_list_item::after {
  background-image: url(../img/about/line_arrows.png);
}
.no-webp .flow_list_item_line {
  background-image: url(../img/about/line_dots.png);
}
.no-webp .flow_list_item_txt_btn a::after {
  background-image: url(../img/about/icon_play.png);
}
.no-webp .univ_section::before {
  background-image: url(../img/icon_other_link_01.png);
}
.no-webp .footer .pagetop a span::before {
  background-image: url(../img/icon_pagetop.png);
}
.no-webp .footer_link_blank_faq span::after {
  background-image: url(../img/icon_blank.png);
}
.no-webp .footer_link_blank_sns span::before {
  background-image: url(../img/logo_x.png);
}
.no-webp .ttl01.blank::after {
  background-image: url(../img/icon_blank_g.png);
}
.no-webp .blank::after {
  background-image: url(../img/icon_blank.png);
}
/*# sourceMappingURL=style.css.map */