@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
.header {
  -webkit-transform: none;
          transform: none;
}

.second-width {
  max-width: 1520px;
  width: 90%;
  margin: 0 auto;
  padding: 0 80px;
}
@media all and (max-width: 896px) {
  .second-width {
    padding: 0 0;
  }
}

.second-container {
  background-image: url(../images/service/main_bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
@media all and (max-width: 1025px) {
  .second-container {
    background-size: contain;
    background-position: top;
  }
}

.bg-bottom-img {
  background-image: url(../images/service/main_bg02.png);
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  padding: 100px 0 0;
}
@media all and (max-width: 1025px) {
  .bg-bottom-img {
    padding: 100px 0 100px;
  }
}

.current-nav {
  background: #152E55 !important;
  color: #fff;
  border-bottom: 2px solid #C50018 !important;
}
.current-nav::after {
  background-image: url(../images/common/arrow_bottom.svg) !important;
}

.common-second__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 70px;
}
@media all and (max-width: 896px) {
  .common-second__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.common-second__link a {
  border-bottom: 2px solid #C6CEDA;
  padding: 10px;
  width: 40%;
  background: #fff;
  position: relative;
}
.common-second__link a:hover {
  background: #152E55;
  border-bottom: 2px solid #C50018;
  color: #fff;
  opacity: 1;
}
.common-second__link a:hover::after {
  content: "";
  background-image: url(../images/common/arrow_bottom.svg);
}
.common-second__link a::after {
  content: "";
  background-image: url(../images/common/arrow_bottom_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3%;
}
@media all and (max-width: 896px) {
  .common-second__link a {
    width: 50%;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 896px) {
  .common-second__link a:nth-child(2) {
    margin-right: 0;
  }
}
@media all and (max-width: 896px) {
  .common-second__link a:nth-child(4) {
    margin-right: 0;
  }
}
@media all and (max-width: 896px) {
  .common-second__link a:nth-child(6) {
    margin-right: 0;
  }
}
.common-second__link a:last-child {
  margin-bottom: 0;
}
.common-second__link a p {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #C6CEDA;
  font-size: 1.4rem;
  font-weight: 700;
}
.common-second__link a div {
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  .common-second__link a div {
    font-size: 1.4rem;
  }
}

.second-main__section {
  padding-top: 250px;
  max-width: 1520px;
  width: 90%;
  margin: 0 auto;
}
@media all and (max-width: 1025px) {
  .second-main__section {
    padding-top: 120px;
  }
}

.second-top__inner {
  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) {
  .second-top__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 80px;
  }
}
@media all and (max-width: 896px) {
  .second-top__inner.mb-none {
    margin-top: 50px;
    margin-bottom: 0;
  }
}

.second-main__ttl {
  letter-spacing: 0.25em;
  font-size: 4rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  color: #152E55;
}
@media all and (max-width: 896px) {
  .second-main__ttl {
    font-size: 3.2rem;
  }
}
.second-main__ttl-en {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #0099C6;
  font-size: 1.6rem;
  display: inline;
}
.second-main__ttl-blk {
  width: 40%;
  position: relative;
}
@media all and (max-width: 1025px) {
  .second-main__ttl-blk {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
.second-main__ttl-blk.center {
  margin: 0 auto;
  width: auto;
}
.second-main__ttl-blk.center .second-main__icon {
  text-align: center;
}
.second-main__ttl-blk.center .second-main__ttl-en {
  text-align: center;
  display: block;
}
.second-main__ttl-blk .second-main__icon {
  margin-bottom: 15px;
}
.second-main__ttl-blk .second-main__icon img {
  width: 60px;
  height: 55px;
}
@media all and (max-width: 600px) {
  .second-main__ttl-blk .second-main__icon img {
    width: 32px;
    height: 30px;
  }
}

.second-main__right {
  width: 60%;
}
@media all and (max-width: 1025px) {
  .second-main__right {
    width: 100%;
  }
}
.second-main__right p {
  line-height: 270%;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 1.8rem;
}
@media all and (max-width: 1025px) {
  .second-main__right p {
    font-size: 1.6rem;
  }
}

.pankuzu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 150px;
  margin-bottom: 3%;
}
@media all and (max-width: 1025px) {
  .pankuzu {
    position: absolute;
    top: 100px;
    margin-top: 0;
  }
}
@media all and (max-width: 600px) {
  .pankuzu {
    width: 95%;
    margin: 0 auto;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.pankuzu li {
  margin-right: 13px;
  font-size: 14px;
}
.pankuzu li:first-child {
  border-bottom: 1px solid #333;
}
.pankuzu li span {
  font-size: 12px;
  color: grey;
}
.pankuzu li:nth-child(2) {
  font-size: 10px;
}
.pankuzu li:last-child {
  margin-right: 0;
}

.second__ttl {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 4rem;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .second__ttl {
    font-size: 3.2rem;
  }
}
.second__ttl-en {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-weight: 700;
  font-size: 1.4rem;
}

.btn-back {
  text-align: center;
  max-width: 300px;
  width: 90%;
  margin: 80px auto 0;
}
@media all and (max-width: 600px) {
  .btn-back {
    margin: 40px auto 0;
  }
}
.btn-back a {
  background: #152E55;
  color: #fff;
  padding: 20px 40px;
  display: block;
  width: 100%;
  height: 100%;
}

.second__link {
  margin-top: 50px;
  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: 1025px) {
  .second__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
}
.second__link .txt__link {
  width: 48%;
}
@media all and (max-width: 1025px) {
  .second__link .txt__link {
    width: 100%;
  }
}
@media all and (max-width: 1025px) {
  .second__link .txt__link:first-child {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1025px) {
  .second__link .txt__link a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.second__link .txt__link a:hover.blue {
  border-bottom: 2px solid #C50018;
}
.second__link .txt__link a:hover.blue .common-btn.main_c {
  background: #C50018;
}
.second__link .txt__link a:hover.red {
  color: #fff;
  background: #C50018;
}
.second__link .txt__link a:hover.red .common-btn.main_c {
  background: #fff;
}
.second__link .txt__link a:hover.red .common-btn.main_c .next_btn {
  background: #152E55;
}
.second__link .txt__link a:hover.red .common-btn.main_c .next_btn::before {
  background: #152E55;
}
.second__link .txt__link a:hover.red .common-btn.main_c .next_btn::after {
  background: #152E55;
}
.second__link .txt__link .red {
  color: #C50018;
  border-bottom: 2px solid #C50018;
}
.second__link .txt__link .red .common-btn.main_c {
  background: #C50018;
}

.section-seocond__btn {
  max-width: 1340px;
  width: 90%;
  margin: 0 auto;
  padding-top: 100px;
}
@media all and (max-width: 896px) {
  .section-seocond__btn {
    padding-top: 60px;
  }
}
.section-seocond__btn.bottom {
  padding-top: 60px;
  padding-bottom: 200px;
}
@media all and (max-width: 1025px) {
  .section-seocond__btn.bottom {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}

.txt__link.img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #152E55;
  background: #EFF3F8;
  color: #333;
  padding: 20px;
}
.txt__link.img a:hover {
  border-bottom: 2px solid #0099C6 !important;
  background: #152E55;
  color: #fff;
}
.txt__link.img a:hover .common-btn.main_c {
  background: #0099C6 !important;
}
.txt__link.img a section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 1025px) {
  .txt__link.img a section {
    width: auto;
    margin-right: 20px;
  }
}
@media all and (max-width: 896px) {
  .txt__link.img a section {
    margin-right: 0;
  }
}
.txt__link.img a section span {
  margin-left: 20px;
}
@media all and (max-width: 896px) {
  .txt__link.img a section .link-img {
    height: 100px;
    width: 100px;
  }
}

.ttl-icon {
  background: #152E55;
  color: #fff;
  display: inline-block;
  padding: 0px 10px;
  margin-top: 10px;
  font-weight: 400;
}
@media all and (max-width: 600px) {
  .ttl-icon {
    font-size: 1.2rem;
  }
}

.privacy__wrap {
  max-width: 1340px;
  width: 90%;
  margin: 0 auto 80px;
}

.privacy__top {
  margin-top: 100px;
  margin-bottom: 40px;
}

.articleInner h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 700;
  border-bottom: 1px solid #333;
}
@media all and (max-width: 896px) {
  .articleInner h4 {
    font-size: 2.2rem;
  }
}
.articleInner h3 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 3rem;
  width: 100%;
  border-left: 10px solid #0099c6;
  border-bottom: 1px solid #0099c6;
  padding: 0 5px 5px 20px;
  font-weight: bold;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.articleInner ol li:before {
  color: #0099c6;
  counter-increment: li;
}

.articleInner ol.ol_box {
  list-style-position: inside;
}

.articleInner ol.ol_box li {
  border: 3px double #298897;
  padding: 1em;
  margin: 1em;
}

.ol_box .t-ind4 {
  text-indent: -4em;
  padding-left: 4em;
}