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

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 20px;
}
@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: 13px;
  width: 32px;
  z-index: 9999;
}
@media print, screen and (max-width: 768px) {
  .header_logo .fix {
    top: 16px;
    width: 24px;
  }
}
.header_logo .nofix {
  display: block;
  margin-left: 45px;
  width: 144px;
}
@media print, screen and (max-width: 768px) {
  .header_logo .nofix {
    margin-left: 32px;
    width: 110px;
  }
}
.header_btn {
  margin-right: 60px;
}
@media print, screen and (max-width: 768px) {
  .header_btn {
    margin-right: 55px;
  }
}
.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 {
    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: #d9d9d9;
    height: 1px;
    width: 100%;
  }
}
.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;
    width: 800px;
  }
}
.gnav_menu_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  position: relative;
  z-index: 999;
}
@media print, screen and (min-width: 769px) {
  .gnav_menu_list {
    flex-direction: column;
    width: calc(100% - 266px);
  }
}
.gnav_menu_list_item {
  margin-top: 60px;
  width: 100%;
}
.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 #3eadf0;
  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_menu_list_item:nth-of-type(2) a span {
  border-color: #fa6d8b;
}
.gnav_menu_list_item:nth-of-type(3) a span {
  border-color: #6ccebc;
}
.gnav.panelactive {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  width: 100%;
}
.gnav.panelactive .gnav_menu {
  height: 100%;
  overflow-y: scroll;
  padding: 0 0 150px;
  position: fixed;
  z-index: 999;
  -webkit-overflow-scrolling: touch;
}
@media print, screen and (min-width: 769px) {
  .gnav.panelactive .gnav_menu {
    overflow-y: hidden;
    position: relative;
  }
}
.gnav_sns {
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .gnav_sns {
    width: calc(100% - 310px);
  }
}
.gnav_sns_img {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 165px;
  z-index: -1;
}
@media print, screen and (min-width: 769px) {
  .gnav_sns_img {
    top: 0;
    right: 0;
    width: 200px;
  }
}
.gnav_sns_link {
  padding-top: 60px;
}
.gnav_sns_link a {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  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: 41px;
    width: 40px;
  }
}
.gnav .other_link {
  margin-top: 15px;
}
@media print, screen and (min-width: 769px) {
  .gnav .other_link {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    position: absolute;
    top: 60px;
    right: 0;
  }
}
.gnav .other_link_contact {
  font-size: 12px;
  margin-top: 60px;
}
@media print, screen and (min-width: 769px) {
  .gnav .other_link_contact {
    font-size: 15px;
  }
}
.gnav .other_link_contact a {
  display: inline-block;
  text-decoration: underline;
}
.gnav .other_link_list {
  display: flex;
  margin-top: 30px;
}
@media print, screen and (min-width: 769px) {
  .gnav .other_link_list {
    flex-direction: column;
    order: 1;
    margin-top: 0;
  }
}
.gnav .other_link_list li {
  width: 50%;
}
@media print, screen and (min-width: 769px) {
  .gnav .other_link_list li {
    order: 2;
    width: 266px;
  }
}
.gnav .other_link_list li a {
  background-color: #3eadf0;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .gnav .other_link_list li a {
    border: 3px solid #3eadf0;
    border-radius: 0 27px 27px 27px;
    overflow: hidden;
  }
}
.gnav .other_link_list li a::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-bottom: 15px;
  width: 100%;
}
.gnav .other_link_list li a::after {
  content: "";
  display: block;
  background-color: #fff;
  background-image: url(../img/icon_other_link_univtxt.png.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75%;
  height: 30px;
  margin-top: 20px;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .gnav .other_link_list li a::after {
    height: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .gnav .other_link_list li:nth-of-type(2) {
    order: 1;
    margin-bottom: 40px;
  }
}
.gnav .other_link_list li:nth-of-type(2) a {
  background-color: #6ccebc;
}
@media print, screen and (min-width: 769px) {
  .gnav .other_link_list li:nth-of-type(2) a {
    border-color: #6ccebc;
  }
}
.gnav .other_link_list li:nth-of-type(2) a::before {
  background-image: url(../img/icon_other_link_02.png.webp);
}
.gnav .other_link_list li:nth-of-type(2) a::after {
  background-image: url(../img/icon_other_link_familylogo.png.webp);
  border-left: 1px solid #ddd;
}

.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;
  height: calc(100vh - 60px);
  overflow: hidden;
  padding-top: 3%;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 768px) {
  .mv {
    padding-top: 35px;
  }
}
.mv_img {
  background-color: #fff;
  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;
  margin: 0 auto;
  max-width: 1190px;
  width: 100%;
}
@media print, screen and (max-width: 1200px) {
  .mv_char {
    padding: 0 3.1%;
  }
}
@media print, screen and (max-width: 768px) {
  .mv_char {
    justify-content: center;
  }
}
.mv_ttl {
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 0.25em;
  line-height: 2;
  transform: scaleX(0.92);
  writing-mode: vertical-rl;
}
@media print, screen and (max-width: 1280px) {
  .mv_ttl {
    font-size: 25px;
  }
}
@media print, screen and (max-width: 375px) {
  .mv_ttl {
    font-size: 22px;
  }
}
.mv_fbtn {
  position: absolute;
  right: 50px;
  bottom: 50px;
}
@media print, screen and (max-width: 1280px) {
  .mv_fbtn {
    right: 30px;
    bottom: 30px;
  }
}
@media print, screen and (max-width: 768px) {
  .mv_fbtn {
    right: 16px;
    bottom: 16px;
  }
}
.mv_fbtn a {
  background-color: #fff;
  background-image: url(../img/mv_fbtn_img.jpg.webp);
  background-position: top 4px left 20px;
  background-repeat: no-repeat;
  background-size: 54px 54px;
  border: 2px solid #6ccebc;
  border-radius: 999px;
  color: #6ccebc;
  display: block;
  font-size: 11px;
  padding: 8px 30px 6px 75px;
}
@media print, screen and (min-width: 769px) {
  .mv_fbtn a {
    background-position: top 7px left 25px;
    font-size: 18px;
    padding: 15px 25px 15px 80px;
  }
}
.mv_detail {
  background-color: #fff;
  padding-bottom: 120px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .mv_detail {
    padding-bottom: 100px;
  }
}
.mv_detail::before {
  content: "";
  display: block;
  background-image: url(../img/img01.png.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 90%;
}
@media print, screen and (min-width: 769px) {
  .mv_detail::before {
    padding-bottom: 40%;
  }
}
@media print, screen and (min-width: 769px) {
  .mv_detail_inr {
    margin: 0 auto;
    width: 780px;
  }
}
.mv_detail_txt {
  border-left: 6px solid #3eadf0;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: -0.4em;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 5px;
  position: absolute;
  top: 0;
  left: 0;
  text-orientation: upright;
  writing-mode: vertical-rl;
}
@media print, screen and (min-width: 769px) {
  .mv_detail_txt {
    font-size: 40px;
    margin-left: -384px;
    left: 50%;
    writing-mode: vertical-lr;
    width: 768px;
  }
}
.mv_detail_ttl {
  color: #3eadf0;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .mv_detail_ttl {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.mv_detail_readtxt {
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0 auto;
  width: 243px;
}
@media print, screen and (min-width: 769px) {
  .mv_detail_readtxt {
    text-align: center;
    width: 100%;
  }
}

/* .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.univ_before {
  background-color: #fff;
  padding: 0 20px 80px;
}
@media print, screen and (min-width: 769px) {
  .section.univ_before {
    padding: 0 20px 120px;
  }
}
.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 #3eadf0;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: -0.4em;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 5px;
  text-orientation: upright;
  writing-mode: vertical-rl;
}
@media print, screen and (min-width: 769px) {
  .ttl01 {
    font-size: 40px;
  }
}
.ttl02 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #3eadf0;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 769px) {
  .ttl02 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
.ttl03 {
  color: #3eadf0;
  font-size: 15px;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 769px) {
  .ttl03 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.ttl03.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) {
  .ttl03.blank::after {
    height: 22px;
    margin-left: 10px;
    width: 24px;
  }
}

/* .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 {
  font-weight: 400;
  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 30px 30px;
  display: block;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .sec_box {
    margin: 0 auto;
    width: 768px;
  }
}
.sec_box .ttl01 {
  position: absolute;
  top: 0;
  left: 0;
}
.sec_box_inr {
  padding: 50px 45px 50px 75px;
  text-align: justify;
}
@media print, screen and (min-width: 769px) {
  .sec_box_inr {
    padding: 50px 130px;
  }
}
.sec_box_inr_readtxt {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.13em;
  line-height: 2;
}
@media print, screen and (min-width: 769px) {
  .sec_box_inr_readtxt {
    font-size: 15px;
    line-height: 2.6;
  }
}
.sec_box_inr .about_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_inr .about_txt {
    font-size: 15px;
    line-height: 2.6;
  }
}
.sec_box_imgwrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width: 769px) {
  .sec_box_imgwrap .sec_box_arrow {
    margin-top: 35px;
  }
}
.sec_box_arrow {
  background-image: url(../img/sec_box_arrow_03.png.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 42px;
  margin-top: 35px;
  width: 79px;
}
@media print, screen and (min-width: 769px) {
  .sec_box_arrow {
    background-image: url(../img/sec_box_arrow_03_pc.png.webp);
    height: 55px;
    width: 100px;
  }
}
.sec_box.right {
  border-radius: 30px 0 30px 30px;
}
.sec_box.right .ttl01 {
  border-right: 6px solid #3eadf0;
  border-left: none;
  padding-right: 5px;
  padding-left: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
}
.sec_box.right .sec_box_inr {
  padding: 50px 75px 50px 45px;
}
@media print, screen and (min-width: 769px) {
  .sec_box.right .sec_box_inr {
    padding: 50px 130px;
  }
}
.sec_box.box_color01 .ttl01 {
  border-color: #fa6d8b;
}
.sec_box.box_color01 .ttl03 {
  color: #fa6d8b;
}
.sec_box.box_color01 .sec_box_arrow {
  background-image: url(../img/sec_box_arrow_01.png.webp);
  margin-left: auto;
}
@media print, screen and (min-width: 769px) {
  .sec_box.box_color01 .sec_box_arrow {
    background-image: url(../img/sec_box_arrow_01_pc.png.webp);
    margin-left: 0;
  }
}
.sec_box.box_color02 .ttl01 {
  border-color: #6ccebc;
}
.sec_box.box_color02 .ttl03 {
  color: #6ccebc;
}
.sec_box.box_color02 .sec_box_arrow {
  background-image: url(../img/sec_box_arrow_02.png.webp);
}
@media print, screen and (min-width: 769px) {
  .sec_box.box_color02 .sec_box_arrow {
    background-image: url(../img/sec_box_arrow_02_pc.png.webp);
  }
}
.sec_box.top_about .sec_box_inr {
  background-image: url(../img/img01.png.webp);
  background-position: bottom 15px right 15px;
  background-repeat: no-repeat;
  background-size: 185px 185px;
  border-radius: 0 0 30px 0;
  padding: 50px 45px 120px 75px;
}
@media print, screen and (min-width: 769px) {
  .sec_box.top_about .sec_box_inr {
    background-position: bottom 20px right 20px;
    background-size: 312px 316px;
    padding: 50px 280px 50px 130px;
    position: relative;
    z-index: 1;
  }
}
.sec_box.about {
  display: block;
}
@media print, screen and (max-width: 768px) {
  .sec_box.about {
    border-radius: 0 30px 0 30px;
  }
}
.sec_box.about .sec_box_inr {
  padding: 0 40px 60px 30px;
}
@media print, screen and (min-width: 769px) {
  .sec_box.about .sec_box_inr {
    padding: 0 50px 80px;
  }
}
.sec_box.about .sec_box_contents {
  margin-top: 50px;
}
@media print, screen and (min-width: 769px) {
  .sec_box.about .sec_box_contents {
    margin-top: 70px;
  }
}

/* .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;
  }
}

/* .end_box ----------*/
.end_box {
  margin: 40px 0 50px;
  padding: 0 20px;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .end_box {
    margin: 60px 0 80px;
    padding: 0;
  }
}
.end_box_txt {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin: 40px 0 10px;
}
@media print, screen and (min-width: 769px) {
  .end_box_txt {
    font-size: 16px;
    margin: 30px 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;
    width: 600px;
  }
}
.end_box_img02 {
  margin: 0 auto;
  width: 142px;
}
@media print, screen and (min-width: 769px) {
  .end_box_img02 {
    width: 200px;
  }
}

/* .about ----------*/
.about_ttl01 {
  color: #3eadf0;
  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 #3eadf0;
  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: #3eadf0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 769px) {
  .about_ttl03 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.about_txt {
  letter-spacing: 0.08em !important;
  line-height: 1.8 !important;
}
@media print, screen and (min-width: 769px) {
  .about_txt {
    line-height: 2.2 !important;
  }
}
.about_btn {
  margin-top: 20px;
  text-align: right;
}
@media print, screen and (min-width: 769px) {
  .about_btn {
    margin-top: 30px;
  }
}
.about_btn a {
  display: inline-block;
  font-size: 12px;
}
@media print, screen and (min-width: 769px) {
  .about_btn a {
    font-size: 15px;
  }
}
.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: 30px;
  margin-left: 10px;
  width: 30px;
  vertical-align: middle;
}
.about_img01 {
  margin: 40px auto 0;
  width: 58.1%;
}
@media print, screen and (min-width: 769px) {
  .about_img01 {
    width: 300px;
  }
}
.about_img02 {
  margin-right: 20px;
  margin-left: auto;
  width: 85.7%;
}
@media print, screen and (min-width: 769px) {
  .about_img02 {
    margin: 0 auto;
    width: 60%;
  }
}
.about_img03 {
  margin-top: 20px;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .about_img03 {
    margin: 40px auto 0;
    width: 60%;
  }
}
.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: 10px 15px;
    width: 250px;
  }
}

/*▽▽▽▽▽▽---------- 2サイト共通css ----------▽▽▽▽▽▽*/
/* .univ_section ----------*/
.univ_section {
  background-color: #3eadf0;
  border-radius: 27px 27px 0 0;
  color: #fff;
  margin-top: 80px;
  padding: 30px 0 70px;
}
@media print, screen and (min-width: 769px) {
  .univ_section {
    margin-top: 100px;
    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: #3eadf0;
  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: 11px;
  }
}
.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 .mv {
  background-image: url(../img/mv_sp.jpg);
}
@media print, screen and (min-width: 769px) {
  .no-webp .mv {
    background-image: url(../img/mv.jpg);
  }
}
.no-webp .mv_fbtn a {
  background-image: url(../img/mv_fbtn_img.jpg);
}
.no-webp .gnav_sns_link a::before {
  background-image: url(../img/logo_x.png);
}
.no-webp .gnav .other_link_list li a::before {
  background-image: url(../img/icon_other_link_01.png);
}
.no-webp .gnav .other_link_list li a::after {
  background-image: url(../img/icon_other_link_univtxt.png);
}
.no-webp .gnav .other_link_list li:nth-of-type(2) a::before {
  background-image: url(../img/icon_other_link_02.png);
}
.no-webp .gnav .other_link_list li:nth-of-type(2) a::after {
  background-image: url(../img/icon_other_link_familylogo.png);
}
.no-webp .mv_detail::before {
  background-image: url(../img/img01.png);
}
.no-webp .sec_box.top_about .sec_box_inr {
  background-image: url(../img/img01.png);
}
.no-webp .sec_box_arrow {
  background-image: url(../img/sec_box_arrow_03.png);
}
@media print, screen and (min-width: 769px) {
  .no-webp .sec_box_arrow {
    background-image: url(../img/sec_box_arrow_03_pc.png);
  }
}
.no-webp .sec_box.box_color01 .sec_box_arrow {
  background-image: url(../img/sec_box_arrow_01.png);
}
@media print, screen and (min-width: 769px) {
  .no-webp .sec_box.box_color01 .sec_box_arrow {
    background-image: url(../img/sec_box_arrow_01_pc.png);
  }
}
.no-webp .sec_box.box_color02 .sec_box_arrow {
  background-image: url(../img/sec_box_arrow_02.png);
}
@media print, screen and (min-width: 769px) {
  .no-webp .sec_box.box_color02 .sec_box_arrow {
    background-image: url(../img/sec_box_arrow_02_pc.png);
  }
}
.no-webp .about_btn a::after {
  background-image: url(../img/about/about_btn_arrow.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 .ttl03.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 */