@charset "UTF-8";
body {
  margin: 0;
  padding: 0 0 0 0;
  color: #000;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 1.6;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}
.about-page img {
  width: 100%;
  vertical-align: bottom;
}
.about-page * {
  box-sizing: border-box;
}
.about-header {
  position: relative;
}
.about-header>* {
  position: relative;
  z-index: 1;
}
.about-header::before {
  content: "";
  width: 27%;
  height: 100%;
  background-image: url("/about/img/head-dec-02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  position: absolute;
  z-index: 0;
  top: 19px;
  left: 0;
}
.about-header::after {
  content: "";
  width: 27%;
  height: 100%;
  background-image: url("/about/img/head-dec-03.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  display: block;
  position: absolute;
  z-index: 0;
  top: 18px;
  right: 0;
}
.about-header .decoration-01 {
  width: 227px;
  margin: 20px auto 0;
}
.about-header .title {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-top: 23px;
  letter-spacing: 2px;
}
.about-header .title img {
  width: 126px;
  vertical-align: bottom;
  margin-bottom: -5px;
}
.about-header .lead {
  font-size: min(43px, 4.8vw);
  font-weight: 900;
  color: #F05051;
  text-align: center;
  margin-top: 18px;
}
.about-header .anchor {
  display: flex;
  max-width: 1040px;
  margin: 20px auto 82px;
  gap: 27px;
  padding: 0 20px;
}
.about-header .anchor .anchor-item {
  position: relative;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  top: 0;
  transition: all 0.2s;
}
.about-header .anchor .anchor-item::after {
  content: "";
  display: block;
  width: 34px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: -37px;
  left: 0;
  margin: auto;
  transition: all 0.2s;
}
.about-header .anchor .anchor-item:hover {
  opacity: 0.9;
  top: -4px;
}
.about-header .anchor .anchor-item:hover::after {
  bottom: -34px;
}
.about-header .anchor .anchor-item.anchor-item-01::after {
  background-image: url('/about/img/ico-arr-anc-01.svg');
}
.about-header .anchor .anchor-item.anchor-item-02::after {
  background-image: url('/about/img/ico-arr-anc-02.svg');
}
.about-header .anchor .anchor-item.anchor-item-03::after {
  background-image: url('/about/img/ico-arr-anc-03.svg');
}
.about-header .anchor .anchor-item.anchor-item-04::after {
  background-image: url('/about/img/ico-arr-anc-04.svg');
}
.about-lead {
  background-color: #ffe3e3;
}
.about-lead .about-lead-layout {
  max-width: 1205px;
  margin: 0 auto;
  position: relative;
  padding: 45px 145px 42px;
}
.about-lead .about-lead-layout::before {
  content: "";
  width: 132px;
  height: 110px;
  background-image: url("/about/img/contents-lead-dec-01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.about-lead .about-lead-layout::after {
  content: "";
  width: 144px;
  height: 120px;
  background-image: url("/about/img/contents-lead-dec-02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.about-lead .about-lead-layout .about-lead-btn {
  background-color: #E4027F;
  position: relative;
  color: #fff;
  font-size: min(28px, 2.5vw);
  font-weight: bold;
  padding: 25px 8% 25px 20px;
  display: block;
  max-width: 800px;
  text-align: center;
  border-radius: 20px;
  margin: 0 auto;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
}
.about-lead .about-lead-layout .about-lead-btn::after {
  content: "";
  background-image: url('/about/img/ico-arr-white.svg');
  display: block;
  width: 10px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 6%;
  bottom: 0;
  margin: auto;
}
.about-lead .about-lead-layout .about-lead-btn:hover {
  opacity: 0.8;
}
.about-lead .about-lead-layout .about-lead-btn .sub-text {
  font-size: clamp(12px, 1.35vw, 15px);
  display: block;
  margin-top: 6px;
  font-weight: 400;
}
.about-contents {
  padding: 80px 20px;
}
.about-contents.about-contents-01 {
  background: transparent linear-gradient(127deg, #3DB4FA 0%, #0162B4 100%) 0% 0% no-repeat padding-box;
}
.about-contents.about-contents-02 {
  background: transparent linear-gradient(121deg, #bdedd0 0%, #76ce99 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 66px;
}
.about-contents.about-contents-03 {
  background: transparent linear-gradient(128deg, #FFEAD1 0%, #FAB464 100%) 0% 0% no-repeat padding-box;
}
.about-contents.about-contents-04 {
  background: transparent linear-gradient(120deg, #fcede9 0%, #fdc2b0 100%) 0% 0% no-repeat padding-box;
}
.about-contents .contents-inner {
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 30px;
  padding: 30px 30px 59px;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
  position: relative;
}
.about-contents.about-contents-01 .title {
  margin-top: -49px;
}
.about-contents.about-contents-01 .lead {
  max-width: 669px;
  margin: 30px auto 0;
}
.about-contents.about-contents-01 .detail {
  margin-top: 22px;
}
.about-contents.about-contents-01 .detail .flex {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.about-contents.about-contents-01 .detail .flex .flex-item.item-01 {
  width: 384px;
  margin-left: 35px;
}
.about-contents.about-contents-01 .detail .flex .flex-item.item-02 {
  width: 467px;
}
.about-contents.about-contents-01 .contents-inner::after {
  content: "";
  width: min(207px, 19vw);
  height: min(177px, 17vw);
  background-image: url("/about/img/contents-01-dec-01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  display: block;
  position: absolute;
  z-index: 0;
  bottom: -74px;
  right: 45px;
}
.about-contents.about-contents-02 .title {
  margin-top: -48px;
  margin-left: -10px;
}
.about-contents.about-contents-02 .lead {
  max-width: 578px;
  margin: 31px auto 0;
}
.about-contents.about-contents-02 .detail {
  margin-top: 20px;
}
.about-contents.about-contents-02 .detail .flex .flex-item.item-01 {
  width: 389px;
  margin-left: 10px;
  margin-top: 8px;
}
.about-contents.about-contents-02 .detail .flex .flex-item.item-02 {
  width: 464px;
}
.about-contents.about-contents-02 .detail .flex {
  display: flex;
  justify-content: center;
  gap: 23px;
}
.about-contents.about-contents-02 .contents-inner::after {
  content: "";
  width: min(151px, 16vw);
  height: min(140px, 15vw);
  background-image: url("/about/img/contents-02-dec-01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  display: block;
  position: absolute;
  z-index: 0;
  bottom: -66px;
  left: 51px;
}
.about-contents.about-contents-03 .title {
  margin-top: -5px;
}
.about-contents.about-contents-03 .lead {
  max-width: 516px;
  margin: 30px auto 0;
}
.about-contents.about-contents-03 .detail {
  max-width: 859px;
  margin: -59px 9px 0 auto;
}
@media screen and (max-width: 995px) {
  .about-contents.about-contents-03 .detail {
    margin: -26px auto 0 20px;
  }
}
.about-contents.about-contents-03 .contents-inner::after {
  content: "";
  width: min(152px, 17vw);
  height: min(149px, 17vw);
  background-image: url("/about/img/contents-03-dec-01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  display: block;
  position: absolute;
  z-index: 0;
  bottom: -80px;
  right: 47px;
}
.about-contents.about-contents-04 .lead {
  max-width: 669px;
  margin: 30px auto 0;
}
.about-contents.about-contents-04 .detail {
  max-width: 632px;
  margin: 50px auto 0;
  padding-left: 12px;
}
.about-contents.about-contents-04 .contents-inner::after {
  content: "";
  width: min(141px, 15vw);
  height: min(165px, 18vw);
  background-image: url("/about/img/contents-04-dec-01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  display: block;
  position: absolute;
  z-index: 0;
  bottom: -81px;
  left: 32px;
}
.about-contents.about-contents-04 .logo-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 610px;
  gap: 10px;
}
.about-contents.about-contents-04 .logo-list .logo-item {
  width: 300px;
}
.about-contents.about-contents-04 .logo-list .logo-item a {
  transition: all 0.2s;
}
.about-contents.about-contents-04 .logo-list .logo-item a:hover {
  opacity: 0.8;
}
.about-contents .btn-area {
  margin-top: 30px;
}
.about-contents .btn-area .about-link-btn {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 13px 38px 16px 20px;
  max-width: 400px;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  transition: all 0.2s;
}
.about-contents .btn-area .about-link-btn::after {
  content: "";
  background-image: url('/about/img/ico-arr-white.svg');
  display: block;
  width: 10px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 21px;
  bottom: 0;
  margin: auto;
}
.about-contents .btn-area .about-link-btn:hover {
  opacity: 0.8;
}
.about-contents .btn-area .about-link-btn.about-link-btn-01 {
  background-color: #3DB4FA;
}
.about-contents .btn-area .about-link-btn.about-link-btn-02 {
  background-color: #4CBF79;
}
.about-contents .btn-area .about-link-btn.about-link-btn-03 {
  background-color: #FA9E35;
}
.about-contents.about-contents-01 .btn-area {
  margin-top: 9px;
}
.about-contents.about-contents-03 .btn-area {
  margin-top: 24px;
}
.about-contents.about-contents-04 .btn-area {
  margin-top: 43px;
}
.about-contents .btn-area .about-link-btn.about-link-btn-04 {
  background-color: #ED7980;
}
.about-footer {
  position: relative;
  padding: 80px 0 82px;
}
.about-footer .lead {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 1;
  letter-spacing: 2px;
}
.about-footer .btn-area {
  margin-top: 52px;
  position: relative;
  z-index: 1
}
.about-footer .btn-area .about-foot-btn {
  background-color: #E4027F;
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 22px 4% 22px 20px;
  display: block;
  max-width: 642px;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
}
.about-footer .btn-area .about-foot-btn:hover {
  background-color: #e93599;
}
.about-footer .btn-area .about-foot-btn::after {
  content: "";
  background-image: url('/about/img/ico-arr-white.svg');
  display: block;
  width: 10px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 4%;
  bottom: 0;
  margin: auto;
}
.about-footer .btn-area .about-foot-btn .sub-text {
  font-size: 14px;
  display: block;
  margin-top: 6px;
  font-weight: 400;
}
.about-footer::before {
  content: "";
  width: min(259px, 31%);
  height: 100%;
  background-image: url("/about/img/contents-foot-dec-01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.about-footer::after {
  content: "";
  width: min(362px, 36%);
  height: 100%;
  background-image: url("/about/img/contents-foot-dec-02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
}
.floating-top-button {
  width: 90px;
  height: 90px;
  background-color: #3cb4fa;
  border: solid 2px #fff;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.floating-top-button .floating-top-button-text {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 0 21px;
  max-width: 982px;
}
.maincontent-layout {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .about-header::before {
    background-image: url(/about/img/head-dec-02-sp.png);
    width: 18%;
    top: 7px;
  }
  .about-header::after {
    background-image: url(/about/img/head-dec-03-sp.png);
    width: 16.5%;
    top: 7px;
  }
  .about-header .decoration-01 {
    display: none;
  }
  .about-header .title {
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 0;
    padding-top: 29px;
    line-height: 1.7;
  }
  .about-header .title img {
    width: 95px;
    margin-left: -12px;
  }
  .about-header .lead {
    font-size: 26px;
    line-height: 1.4;
    margin-top: 9px;
  }
  .about-header .anchor {
    gap: 7vw 4%;
    flex-wrap: wrap;
    margin: 12px auto 11%;
  }
  .about-header .anchor .anchor-item {
    width: 48%;
    border-radius: 13%;
  }
  .about-header .anchor .anchor-item::after {
    width: 11%;
    height: 12%;
    bottom: -18%;
  }
  .about-header .anchor .anchor-item:hover {
    opacity: 1;
    top: 0;
  }
  .about-header .anchor .anchor-item:hover::after {
    bottom: -18%;
  }
  .about-lead .about-lead-layout {
    padding: 30px 20px 30px;
  }
  .about-lead .about-lead-layout::before {
    display: none;
  }
  .about-lead .about-lead-layout::after {
    display: none;
  }
  .about-lead .about-lead-layout .about-lead-btn {
    font-size: 16px;
    padding: 12px min(53px, 16%) 12px 20px;
    border-radius: 10px;
  }
  .about-lead .about-lead-layout .about-lead-btn::after {
    width: 9px;
    height: 16px;
    right: 8%;
  }
  .about-contents {
    padding: 50px 20px 59px;
  }
  .about-contents.about-contents-01 {
    background: linear-gradient(163deg, rgba(61, 180, 250, 0.9) 0%, rgba(1, 98, 180, 0.9) 100%) no-repeat padding-box;
  }
  .about-contents.about-contents-02 {
    background: linear-gradient(160deg, rgba(181, 235, 202, 0.9) 0%, rgba(101, 200, 140, 0.9) 100%) no-repeat padding-box;
    padding-bottom: 61px;
  }
  .about-contents.about-contents-03 {
    background: linear-gradient(160deg, #FFEAD1 0%, #FAB464 100%) 0% 0% no-repeat padding-box;
  }
  .about-contents.about-contents-04 {
    background: linear-gradient(154deg, rgba(247, 211, 201, 0.42) 0%, rgba(252, 111, 69, 0.42) 100%) 0% 0% no-repeat padding-box;
  }
  .about-contents .contents-inner {
    padding: 26px 0 50px;
    border-radius: 20px;
  }
  .about-contents.about-contents-01 .title {
    margin-top: -41px;
  }
  .about-contents.about-contents-01 .lead {
    margin: 19px 22px 0;
  }
  .about-contents.about-contents-01 .detail .flex {
    display: block;
  }
  .about-contents.about-contents-01 .detail .flex .flex-item.item-01 {
    width: auto;
    margin: 0 20px;
  }
  .about-contents.about-contents-01 .detail .flex .flex-item.item-02 {
    width: auto;
    margin: 18px 20px 0;
  }
  .about-contents.about-contents-01 .contents-inner::after {
    width: 117px;
    height: 100px;
    bottom: -56px;
    right: 29px;
  }
  .about-contents.about-contents-02 .title {
    margin: -6px 0 0 0;
  }
  .about-contents.about-contents-02 .lead {
    margin: 22px 42px 0;
  }
  .about-contents.about-contents-02 .detail {
    margin-top: 20px;
  }
  .about-contents.about-contents-02 .detail .flex .flex-item.item-01 {
    width: auto;
    margin: 0 20px;
  }
  .about-contents.about-contents-02 .detail .flex .flex-item.item-02 {
    width: auto;
    margin: 19px 22px 0;
  }
  .about-contents.about-contents-02 .detail .flex {
    display: block;
  }
  .about-contents.about-contents-02 .contents-inner::after {
    width: 93px;
    height: 86px;
    bottom: -61px;
    left: 35px;
  }
  .about-contents.about-contents-03 .lead {
    margin: 18px auto 0;
    padding: 0 19px;
  }
  .about-contents.about-contents-03 .detail {
    margin: 16px 11px 0;
  }
  .about-contents.about-contents-03 .contents-inner::after {
    width: 100px;
    height: 97px;
    bottom: -60px;
    right: 30px;
  }
  .about-contents.about-contents-04 .title {
    margin-top: -5px;
  }
  .about-contents.about-contents-04 .detail {
    margin: 18px 47px 0;
    padding-left: 0;
    max-width: none;
  }
  .about-contents.about-contents-04 .contents-inner::after {
    width: 88px;
    height: 103px;
    bottom: -58px;
    left: 31px;
    background-image: url(/about/img/contents-04-dec-01-sp.png);
  }
  .about-contents.about-contents-04 .logo-list {
    gap: 10px 0;
    max-width: none;
  }
  .about-contents.about-contents-04 .logo-list .logo-item {
    width: 100%;
  }
  .about-contents .btn-area {
    margin: 20px 20px 0;
  }
  .about-contents .btn-area .about-link-btn {
    font-size: 16px;
    padding: 18px 32px 17px 20px;
    max-width: none;
  }
  .about-contents .btn-area .about-link-btn::after {
    width: 9px;
    height: 16px;
    right: 18px;
  }
  .about-contents.about-contents-03 .btn-area {
    margin-top: 8px;
  }
  .about-contents.about-contents-04 .btn-area {
    margin-top: 19px;
  }
  .about-footer {
    background-image: url("/about/img/contents-foot-dec-sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 36px 0 45vw;
  }
  .about-footer .lead {
    font-size: 16px;
    line-height: 2.1;
  }
  .about-footer .btn-area {
    margin: 14px 20px 0;
  }
  .about-footer .btn-area .about-foot-btn {
    font-size: 16px;
    padding: 23px min(53px, 16%) 23px 20px;
  }
  .about-footer .btn-area .about-foot-btn::after {
    right: 8%;
  }
  .about-footer .btn-area .about-foot-btn .sub-text {
    font-size: 12px;
  }
  .about-footer::before {
    display: none;
  }
  .about-footer::after {
    display: none;
  }
  .floating-top-button {
    width: 50px;
    height: 50px;
    right: 10px;
  }
  .floating-top-button .floating-top-button-text {
    font-size: 14px;
    padding: 0;
    max-width: none;
  }
  .floating-top-button.is-scroll {
    bottom: 90px !important;
  }
}