@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
@media all and (max-width: 600px) {
  .fs-mn {
    font-size: 12px;
  }
}

.service-en {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-weight: 700 !important;
}

.service-second__blk {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 896px) {
  .service-second__blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service-second__link {
  background: #152E55;
  color: #fff;
  width: 48.5%;
  padding: 20px;
  position: relative;
}
@media all and (max-width: 896px) {
  .service-second__link {
    width: 100%;
  }
}
.service-second__link:first-child {
  border-bottom: 2px solid #C50018;
}
@media all and (max-width: 896px) {
  .service-second__link:first-child {
    margin-bottom: 30px;
  }
}
.service-second__link:last-child {
  border-bottom: 3px solid #0099C6;
}
.service-second__link::after {
  content: "";
  background-image: url(../images/common/arrow_bottom.svg);
  background-repeat: no-repeat;
  width: 25px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5%;
}
.service-second__link span {
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  font-weight: 700;
}
.service-second__link div {
  font-size: 1.8rem;
}

.service__blk {
  background: #152E55;
  text-align: center;
  height: 177px;
  position: relative;
}
@media all and (max-width: 896px) {
  .service__blk {
    height: 150px;
  }
}
.service__blk img {
  width: 20px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.service__blk-des {
  padding-top: 40px;
}

.service__flex-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service__flex-img.sec {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.service__flex-img li {
  position: relative;
}
.service__flex-img li:first-child {
  width: 60%;
}
.service__flex-img li:last-child {
  width: 40%;
}
.service__flex-img li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.service__flex-img li::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 46, 85, 0.3)));
  background-image: linear-gradient(rgba(21, 46, 85, 0.3));
}

.service__main-txt {
  font-size: 3.2rem;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  margin: 140px 0 100px;
}
@media all and (max-width: 1025px) {
  .service__main-txt {
    font-size: 2.4rem;
    margin: 60px auto 80px;
    width: 90%;
  }
}

.service__blk-wide:last-child {
  margin-top: 200px;
}
@media all and (max-width: 1025px) {
  .service__blk-wide:last-child {
    margin-top: 160px;
    margin-bottom: 60px;
  }
}
.service__blk-bg {
  position: relative;
}
.service__blk-left {
  background-image: url(../images/service/main_img03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 1280px;
  width: 90%;
  height: 568px;
}
.service__blk-left.sec {
  background-image: url(../images/service/main_img04.jpg);
  margin: 0 0 0 auto;
}
.service__blk-detail {
  background: #fff;
  position: absolute;
  bottom: -120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 80px;
  max-width: 1340px;
  width: 95%;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .service__blk-detail {
    padding: 50px 30px;
    width: 90%;
  }
}
@media all and (max-width: 896px) {
  .service__blk-detail.sec {
    margin-bottom: 30px;
  }
}
.service__blk-detail-icon {
  position: relative;
}
.service__blk-detail-icon::after {
  content: "";
  background-image: url(../images/service/faq01.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -400px;
  right: -10%;
  width: 535px;
  height: 372px;
}
@media all and (max-width: 1025px) {
  .service__blk-detail-icon::after {
    width: 300px;
    height: 200px;
    top: auto;
    bottom: 400px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media all and (max-width: 896px) {
  .service__blk-detail-icon::after {
    bottom: 360px;
  }
}
@media all and (max-width: 600px) {
  .service__blk-detail-icon::after {
    width: 270px;
    top: -200px;
  }
}
.service__blk-detail-icon.sec::after {
  background-image: url(../images/service/faq02.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -400px;
  left: -6%;
  width: 535px;
  height: 372px;
}
@media all and (max-width: 1025px) {
  .service__blk-detail-icon.sec::after {
    width: 300px;
    height: 200px;
    top: auto;
    bottom: 370px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media all and (max-width: 896px) {
  .service__blk-detail-icon.sec::after {
    bottom: 330px;
  }
}
@media all and (max-width: 600px) {
  .service__blk-detail-icon.sec::after {
    width: 270px;
    top: -200px;
  }
}
.service__blk-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 1025px) {
  .service__blk-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
.service__blk-ul li:first-child {
  font-size: 3.5rem;
  font-weight: 400;
}
@media screen and (max-width: 1400px) {
  .service__blk-ul li:first-child {
    font-size: 3rem;
    margin-right: 2%;
  }
}
@media all and (max-width: 1025px) {
  .service__blk-ul li:first-child {
    width: 100%;
    margin-right: 0;
  }
}
.service__blk-ul li:last-child {
  width: 75%;
}
@media all and (max-width: 1025px) {
  .service__blk-ul li:last-child {
    width: 100%;
  }
}
@media all and (max-width: 1025px) {
  .service__blk-ul li h3 {
    text-align: center;
    margin-bottom: 20px;
  }
}

.intro {
  text-align: center;
  max-width: 1400px;
  width: 90%;
  margin: -100px auto 0;
  position: relative;
}
@media all and (max-width: 1280px) {
  .intro {
    margin: 0 auto 200px;
  }
}
@media all and (max-width: 1025px) {
  .intro {
    margin: 0 auto -100px;
  }
}
@media screen and (max-width: 1000px) {
  .intro {
    margin: 0 auto 100px;
  }
}
.intro__icon {
  width: 150px;
  text-align: center;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 20px;
  width: 100px;
}
@media all and (max-width: 1025px) {
  .intro__icon {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 0;
  }
}
.intro .txt__link {
  margin: 0 auto;
}
@media all and (max-width: 600px) {
  .intro .txt__link {
    width: 270px;
  }
}
@media all and (max-width: 600px) {
  .intro .txt__link a {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

.sp-blk {
  display: none;
}
@media screen and (max-width: 1000px) {
  .sp-blk {
    display: block;
    margin-top: 40px;
  }
}
.sp-blk h5 {
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 16px;
}
.sp-blk p {
  font-size: 1.6rem;
  line-height: 2.4;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .pc-blk {
    display: none;
  }
}

.circle {
  background: #fff;
  margin: 140px auto 0;
  aspect-ratio: 1/1;
  /* 正円を維持 */
  max-width: 1000px;
  /* 画面幅に応じて可変 */
  border-radius: 50%;
  border: 20px solid rgba(176, 179, 197, 0.3);
  -webkit-box-shadow: 0 0 4vw 1vw rgba(176, 179, 197, 0.7);
          box-shadow: 0 0 4vw 1vw rgba(176, 179, 197, 0.7);
  position: relative;
}
@media all and (max-width: 1280px) {
  .circle {
    max-width: 700px;
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 1000px) {
  .circle {
    width: 300px;
    height: 300px;
    margin: 0px auto 0;
    -webkit-box-shadow: 0 0 6vw 1vw rgba(176, 179, 197, 0.3);
            box-shadow: 0 0 6vw 1vw rgba(176, 179, 197, 0.3);
    border: 10px solid rgba(176, 179, 197, 0.3);
  }
}
.circle h4 {
  font-size: 4.4rem;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  color: #152E55;
}
@media screen and (max-width: 1000px) {
  .circle h4 {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 896px) {
  .circle h4 {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 600px) {
  .circle h4 {
    font-size: 2.2rem;
  }
}
.circle h5 {
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 2.8rem;
  padding: 20px 0;
}
@media all and (max-width: 600px) {
  .circle h5 {
    font-size: 2rem;
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}
.circle p {
  line-height: 270%;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
}
@media all and (max-width: 600px) {
  .circle p {
    font-size: 1.4rem;
    line-height: 200%;
    width: 90%;
    margin: 0 auto;
  }
}
.circle__blue-wrap {
  position: absolute;
  bottom: 0;
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(300px, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 1280px) {
  .circle__blue-wrap {
    bottom: -200px;
    grid-template-columns: repeat(4, minmax(260px, 1fr));
  }
}
@media all and (max-width: 1025px) {
  .circle__blue-wrap {
    bottom: 130px;
    position: inherit;
    grid-template-columns: repeat(2, minmax(260px, 2fr));
  }
}
@media all and (max-width: 896px) {
  .circle__blue-wrap {
    display: none;
  }
}
.circle__blue-wrap li {
  width: 360px;
  height: 360px;
  position: relative;
  border-radius: 50%;
}
@media all and (max-width: 1367px) {
  .circle__blue-wrap li {
    width: 280px;
    height: 280px;
    margin: 0 auto;
  }
}
@media all and (max-width: 896px) {
  .circle__blue-wrap li:nth-child(2) {
    position: relative;
    top: -20px;
  }
}
@media all and (max-width: 896px) {
  .circle__blue-wrap li:nth-child(3) {
    position: relative;
    top: -40px;
  }
}
@media all and (max-width: 896px) {
  .circle__blue-wrap li:nth-child(4) {
    position: relative;
    top: -60px;
  }
}
.circle__blue-wrap li a {
  border-radius: 50%;
  background: #011747;
  border: 2px solid #fff;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.circle__blue-wrap li a:hover {
  border: 2px solid #0099C6;
  background: #fff;
  color: #152E55;
  opacity: 1;
}
.circle__blue-wrap li a:hover span {
  text-decoration-color: #152E55;
}
.circle__blue-wrap li a:hover .arrow_btn_wrap {
  background-color: #0099C6 !important;
}
.circle__blue-wrap li a:hover .arrow_btn_wrap .next_btn {
  background: #fff;
}
.circle__blue-wrap li a:hover .arrow_btn_wrap .next_btn::before {
  background: #fff;
}
.circle__blue-wrap li a:hover .arrow_btn_wrap .next_btn::after {
  background: #fff;
}
.circle__blue-wrap li a .circle__blue-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.circle__blue-wrap li a h6 {
  font-size: 2.4rem;
}
@media screen and (max-width: 1600px) {
  .circle__blue-wrap li a h6 {
    font-size: 2rem;
  }
}
@media all and (max-width: 1025px) {
  .circle__blue-wrap li a h6 {
    font-size: 1.8rem;
  }
}
.circle__blue-wrap li a span {
  font-size: 1.8rem;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-underline-offset: 13px;
  margin-bottom: 20px;
  display: inline-block;
}
@media screen and (max-width: 1600px) {
  .circle__blue-wrap li a span {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 1025px) {
  .circle__blue-wrap li a span {
    font-size: 1.4rem;
  }
}
.circle__blue-wrap li a p {
  line-height: 200%;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (max-width: 1600px) {
  .circle__blue-wrap li a p {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 1025px) {
  .circle__blue-wrap li a p {
    font-size: 1.2rem;
  }
}
.circle__blue-wrap li a .arrow_btn_wrap {
  margin: 0 auto;
}
.circle__blue-wrap-sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .circle__blue-wrap-sp {
    display: block;
  }
}
.circle__blue-wrap-sp li {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
}
.circle__blue-wrap-sp li:nth-child(1) {
  top: -20px;
  left: -20px;
}
.circle__blue-wrap-sp li:nth-child(2) {
  top: -20px;
  right: -20px;
}
.circle__blue-wrap-sp li:nth-child(3) {
  bottom: -10px;
  left: -20px;
}
.circle__blue-wrap-sp li:nth-child(4) {
  bottom: -10px;
  right: -20px;
}
.circle__blue-wrap-sp li a {
  border-radius: 50%;
  background: #011747;
  border: 2px solid #fff;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.circle__blue-wrap-sp li a:hover {
  border: 2px solid #0099C6;
  background: #fff;
  color: #152E55;
  opacity: 1;
}
.circle__blue-wrap-sp li a:hover span {
  text-decoration-color: #152E55;
}
.circle__blue-wrap-sp li a:hover .arrow_btn_wrap {
  background-color: #0099C6 !important;
}
.circle__blue-wrap-sp li a:hover .arrow_btn_wrap .next_btn {
  background: #fff;
}
.circle__blue-wrap-sp li a:hover .arrow_btn_wrap .next_btn::before {
  background: #fff;
}
.circle__blue-wrap-sp li a:hover .arrow_btn_wrap .next_btn::after {
  background: #fff;
}
.circle__blue-wrap-sp li a .circle__blue-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.circle__blue-wrap-sp li a .circle__blue-inner .arrow_btn_wrap {
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .circle__blue-wrap-sp li a .circle__blue-inner .arrow_btn_wrap {
    width: 30px;
    height: 30px;
  }
}
.circle__blue-wrap-sp li a h6 {
  font-size: 1.3rem;
  line-height: 1.2;
  border-bottom: 1px solid #fff;
  display: inline-block;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 5px;
  margin-bottom: 8px;
}

.bg-bottom-img {
  background-position: right bottom;
}

.circle__blue-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  /* gapなし */
  margin: 0 auto;
  max-width: 1500px;
  padding: 60px 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (max-width: 1280px) {
  .circle__blue-wrap {
    bottom: -250px;
  }
}
@media all and (max-width: 1025px) {
  .circle__blue-wrap {
    bottom: 170px;
  }
}
@media screen and (max-width: 1000px) {
  .circle__blue-wrap {
    display: none;
  }
}

.circle__blue-wrap li {
  position: relative;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  overflow: hidden;
  /* ★円と円を少し重ねる */
  margin-left: -40px;
  /* 1つ目だけ重なりなく */
}
@media all and (max-width: 1025px) {
  .circle__blue-wrap li {
    margin-left: -60px;
  }
}
.circle__blue-wrap li:first-child {
  margin-left: 0;
}
@media all and (max-width: 1280px) {
  .circle__blue-wrap li {
    width: 280px;
    height: 280px;
  }
}
@media all and (max-width: 1025px) {
  .circle__blue-wrap li {
    width: 260px;
    height: 260px;
  }
}

.circle__blue-wrap li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #011747;
  border-radius: 50%;
  color: #fff;
  padding: 40px 30px;
  text-align: center;
  border: 2px solid #fff;
  position: relative;
}

.circle__blue-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
}

.circle__blue-wrap li a:hover {
  background: #fff;
  color: #011747;
  border-color: #0099C6;
}