@charset "UTF-8";
/*=======================================
	responsive
=======================================*/
:root {
  --main_color: #006DD9;
}

/*=======================================
　base
=======================================*/
.w1160 {
  max-width: 1160px;
  width: 90%;
  margin: 0 auto;
}

.w900 {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .up900 {
    display: none;
  }
}

.down900 {
  display: none;
}
@media screen and (max-width: 900px) {
  .down900 {
    display: block;
  }
}

/*=======================================
　パンくずリスト
=======================================*/
.pankuzu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.pankuzu.sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .pankuzu.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
  }
}
@media screen and (max-width: 900px) {
  .pankuzu.up900 {
    display: none;
  }
}
.pankuzu li {
  padding-left: 28px;
  position: relative;
}
.pankuzu li:nth-child(1) {
  padding-left: 0;
}
.pankuzu li:nth-child(1)::before {
  display: none;
}
.pankuzu li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #D8D8D8;
}
.pankuzu li.active::before {
  background-color: var(--main_color);
}
.pankuzu li.active span {
  color: var(--main_color);
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .pankuzu li.active span {
    font-size: 12px;
  }
}
.pankuzu li a {
  color: #D8D8D8;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .pankuzu li a {
    font-size: 12px;
  }
}

.tab_pankuzu .content {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*=======================================
　profile_sec
=======================================*/
.profile_sec {
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .profile_sec {
    margin-bottom: 85px;
  }
}
.profile_sec .content {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .profile_sec .content {
    margin-top: 80px;
  }
}
.profile_sec .content .nav_area .nav {
  background-color: #F1FAFE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .profile_sec .content .nav_area .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
}
.profile_sec .content .nav_area .nav:last-child {
  margin-bottom: 0;
}
.profile_sec .content .nav_area .nav figure {
  width: 44.4444444444%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .profile_sec .content .nav_area .nav figure {
    width: 100%;
  }
}
.profile_sec .content .nav_area .nav figure figcaption {
  color: #fff;
  position: absolute;
  right: 8px;
  bottom: 5px;
}
.profile_sec .content .nav_area .nav figure img {
  height: auto;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.profile_sec .content .nav_area .nav:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.profile_sec .content .nav_area .nav .text {
  width: 55.5555555556%;
}
@media screen and (max-width: 768px) {
  .profile_sec .content .nav_area .nav .text {
    width: 100%;
  }
}
.profile_sec .content .nav_area .nav .text .inn {
  width: 67%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .profile_sec .content .nav_area .nav .text .inn {
    width: 90%;
    padding: 30px 10px;
  }
}
.profile_sec .content .nav_area .nav .text .inn h2 {
  font-size: clamp(18px, 1.7857142857vw, 25px);
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .profile_sec .content .nav_area .nav .text .inn h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.profile_sec .content .nav_area .nav .text .inn .cmn_btn02 {
  width: 100%;
  height: 77px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .profile_sec .content .nav_area .nav .text .inn .cmn_btn02 {
    width: 100%;
    height: 60px;
  }
}
.profile_sec .content .nav_area .nav .text .inn .cmn_btn02.mat50 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .profile_sec .content .nav_area .nav .text .inn .cmn_btn02.mat50 {
    margin-top: 30px;
  }
}
.profile_sec .content .nav_area .nav .text .inn .cmn_btn02::after {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 48%;
  right: 9.552238806%;
}
@media screen and (max-width: 768px) {
  .profile_sec .content .nav_area .nav .text .inn .cmn_btn02::after {
    width: 10px;
    height: 10px;
  }
}
.profile_sec .content .nav_area .nav .text .inn .cmn_btn02 span {
  font-size: clamp(15px, 1.2142857143vw, 17px);
}
@media screen and (max-width: 768px) {
  .profile_sec .content .nav_area .nav .text .inn .cmn_btn02 span {
    font-size: 15px;
  }
}
.profile_sec .content .cmn_btn02 {
  width: 306px;
  height: 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .profile_sec .content .cmn_btn02 {
    width: 100%;
    height: 77px;
  }
}
.profile_sec .content .cmn_btn02::after {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 29px;
}
.profile_sec .content .cmn_btn02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border-radius: 35px;
  position: relative;
}
.profile_sec .content .cmn_btn02 a > span {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .profile_sec .content .cmn_btn02 a > span {
    font-size: 17px;
  }
}
.profile_sec .content .cmn_btn02 a > span span {
  font-family: "Jost", sans-serif;
  font-style: italic;
}
.profile_sec .content .cmn_btn02 a::before, .profile_sec .content .cmn_btn02 a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.profile_sec .content .cmn_btn02 a::before {
  background: -webkit-gradient(linear, left top, right top, from(#C1B3FB), color-stop(50%, #B3D3F3), color-stop(70%, #B3D3F3), to(#C1B3FB));
  background: linear-gradient(90deg, #C1B3FB 0%, #B3D3F3 50%, #B3D3F3 70%, #C1B3FB 100%);
  background-position: 1% 50% !important;
  background-size: 200% auto !important;
}
.profile_sec .content .cmn_btn02 a::after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  margin: 2px auto auto 2px;
  background-position: 1% 50% !important;
  background-size: 200% auto !important;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.profile_sec .content .cmn_btn02 a:hover {
  opacity: 1;
}
.profile_sec .content .cmn_btn02 a:hover::before, .profile_sec .content .cmn_btn02 a:hover::after {
  background-position: 130% 50% !important;
}/*# sourceMappingURL=profile.css.map */