.page-about .mv-ttl small.sm-belief {
  position: relative;
  left: -53px;
}
.page-about .mv-ttl small.sm-committed {
  position: relative;
  left: -128px;
}

@media screen and (max-width: 990px) {
  .page-about .mv-ttl small.sm-belief {
    left: -42px;
  }
  .page-about .mv-ttl small.sm-committed {
    left: -99px;
  }
}
@media screen and (max-width: 833px) {
  .page-about .mv-ttl small.sm-belief {
    left: -32px;
  }
  .page-about .mv-ttl small.sm-committed {
    left: -70px;
  }
}

.page-about .inner {
  max-width: none;
  padding: 0;
}
.page-about .btn_wrap {
  margin-top: 50px;
}
@media screen and (max-width: 833px) {
  .page-about .btn_wrap {
    margin-top: 27px;
  }
}

.about {
  width: 100%; }
  .about .about_point {
    width: 100%;
    padding: 0 20px 100px;
  }
  .about .about_point-head {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .about .about_point-dtl {
    width: calc(50% - 60px);
  }
  .about .about_point-ttl {
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 1.66;
    color: #013559;
  }
  .about .about_point-des {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .about .about_point-video {
    display: block;
    width: 50%;
    cursor: pointer;
  }
  .about .about_point-video .thumbnail {
    width: 100%;
    margin: 0;
    padding-top: 56%;
    position: relative;
    border: 1px solid #c6c6c6;
    overflow: hidden;
  }
  .about .about_point-video .thumbnail::after {
    content: "";
    width: 90px;
    height: 60px;
    display: block;
    background: url(../../image/about/ic_youtube.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .about .about_point-video .thumbnail img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .about .about_point-list {
    width: 100%;
    max-width: 1100px;
    margin: 55px auto 0;
    border: 1px solid #cacbcb;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .about .about_point-list .item {
    width: 33.33%;
    padding: 30px;
    border-left: 1px solid #cacbcb;
    position: relative;
  }
  .about .about_point-list .item:first-child {
    border-left: none;
  }
  .about .about_point-list .item_order {
    display: block;
    width: 50px;
    height: 50px;
    padding-right: 3px;
    font-family: Helvetica;
    font-weight: bold;
    font-style: oblique;
    font-size: 3rem;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #013559;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
  }
  .about .about_point-list .item_img {
    padding: 17px 0;
    text-align: center;
    line-height: 0;
    font-size: 0;
    position: relative;
  }
  .about .about_point-list .item_img::before {
    content: "";
    width: 200px;
    height: 200px;
    background-color: #eee;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
  }
  .about .about_point-list .item_img img {
    width: 234px;
    height: auto;
    position: relative;
    z-index: 2;
  }
  .about .about_point-list .item_dtl {
    margin-top: 20px;
  }
  .about .about_point-list .item_ttl {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 1.66;
    color: #013559;
    text-align: center;
  }
  .about .about_point-list .item_des {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.55;
    color: #013559;
  }
  .about .about_point-list .item_txt {
    font-size: 1.4rem;
    line-height: 1.87;
  }
  .about .about_sample {
    padding: 100px 20px;
    background: url(../../image/about/bg.png) center center no-repeat;
    background-size: cover;
  }
  .about .about_sample-ttl {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 1.66;
    text-align: center;
    color: #013559;
  }
  .about .about_sample-inn {
    width: 100%;
    max-width: 1100px;
    margin: 50px auto 0;
    padding: 40px 0 50px;
    background-color: #f8f8f8;
    border-radius: 10px;
  }
  .about .about_sample-inn .sample_img {
    width: 100%;
    padding: 0 30px;
  }
  .about .about_sample-inn .sample_img img {
    width: 100%;
    height: auto;
  }
  .about .about_sample-infolist {
    margin-top: 50px;
    padding: 0 50px;
  }
  .about .about_sample-infolist .item {
    width: 100%;
    margin-top: 20px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
    border: 1px solid #cacbcb;
    background-color: #fff;
  }
  .about .about_sample-infolist .item:first-child {
    margin-top: 0;
  }
  .about .about_sample-infolist .order {
    display: block;
    width: 30px;
    height: 30px;
    padding-right: 2px;
    font-family: Helvetica;
    font-weight: bold;
    font-style: oblique;
    font-size: 2rem;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #013559;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .about .about_sample-infolist .item_img {
    width: 200px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-right: 1px solid #cacbcb;
  }
  .about .about_sample-infolist .item_img img {
    width: 100%;
    height: auto;
  }
  .about .about_sample-infolist .item_content {
    width: calc(100% - 200px);
    padding: 25px 30px;
  }
  .about .about_sample-infolist .item_ttl {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.66;
    color: #013559;
  }
  .about .about_sample-infolist .item_txt {
    margin-top: 12px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .about .about_taker {
    padding: 100px 20px;
  }
  .about .about_taker-list {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .about .about_taker-list .item {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .about .about_taker-list .item:last-child {
    margin-bottom: 0;
  }
  .about .about_taker-list .item_fig {
    width: calc(50% - 110px);
    margin: 0;
    padding-top: 10px;
  }
  .about .about_taker-list .item_txt {
    width: calc(50% + 60px);
  }
  .about .about_taker-list .item_txt .ttl {
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 1.66;
    color: #013559;
  }
  .about .about_taker-list .item_txt .txt {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .about .about_taker-list .item_txt .note {
    display: block;
    margin-top: 15px;
    font-size: 1.2rem;
  }
  .about .about_taker-list .item.item--02 {
    flex-direction: row-reverse;
  }
  .about .about_taker-list .item.item--02 .item_fig {
    width: 240px;
  }
  .about .about_taker-list .item.item--02 .item_txt {
    width: calc(100% - 300px);
  }
@media screen and (max-width: 833px) {
  .about .about_point {
    padding: 0 20px 44px;
  }
  .about .about_point-head {
    display: block;
  }
  .about .about_point-dtl {
    width: 100%;
  }
  .about .about_point-ttl {
    margin-bottom: 15px;
    font-size: 2.4rem;
    line-height: 1.4;
    text-align: center;
  }
  .about .about_point-des {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .about .about_point-video {
    width: 100%;
    margin-top: 20px;
  }
  .about .about_point-video .thumbnail::after {
    width: 60px;
    height: 40px;
  }
  .about .about_point-list {
    margin: 35px auto 0;
    display: block;
  }
  .about .about_point-list .item {
    width: 100%;
    padding: 20px;
    border-left: none;
    border-bottom: 1px solid #cacbcb;
    position: relative;
  }
  .about .about_point-list .item:last-child {
    border-bottom: none;
  }
  .about .about_point-list .item_order {
    width: 40px;
    height: 40px;
    padding-right: 2px;
    font-size: 2.4rem;
    line-height: 40px;
  }
  .about .about_point-list .item_img {
    padding: 15px 0;
  }
  .about .about_point-list .item_img::before {
    width: 158px;
    height: 158px;
  }
  .about .about_point-list .item_img img {
    width: 180px;
  }
  .about .about_point-list .item_dtl {
    margin-top: 15px;
  }
  .about .about_point-list .item_ttl {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
  .about .about_point-list .item_des {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .about .about_point-list .item_txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .about .about_sample {
    padding: 44px 20px;
  }
  .about .about_sample-ttl {
    font-size: 2rem;
    line-height: 1.4;
  }
  .about .about_sample-inn {
    margin: 30px auto 0;
    padding: 25px 0 30px;
    border-radius: 6px;
  }
  .about .about_sample-inn .sample_img {
    padding: 0 10px;
  }
  .about .about_sample-infolist {
    margin-top: 35px;
    padding: 0 15px;
  }
  .about .about_sample-infolist .item {
    margin-top: 15px;
    display: block;
  }
  .about .about_sample-infolist .item:first-child {
    margin-top: 0;
  }
  .about .about_sample-infolist .order {
    width: 24px;
    height: 24px;
    padding-right: 1px;
    font-size: 1.6rem;
    line-height: 24px;
  }
  .about .about_sample-infolist .item_img {
    width: 100%;
    padding: 15px 20px;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #cacbcb;
  }
  .about .about_sample-infolist .item_img img {
    width: 100%;
    max-width: 180px;
    height: auto;
  }
  .about .about_sample-infolist .item_content {
    width: 100%;
    padding: 15px;
  }
  .about .about_sample-infolist .item_ttl {
    font-size: 1.7rem;
    line-height: 1.5;
  }
  .about .about_sample-infolist .item_txt {
    margin-top: 9px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .about .about_taker {
    padding: 44px 20px;
  }
  .about .about_taker-list .item {
    margin-bottom: 30px;
    display: block;
    position: relative;
  }
  .about .about_taker-list .item:last-child {
    margin-bottom: 0;
  }
  .about .about_taker-list .item_fig {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    padding-top: 0;
  }
  .about .about_taker-list .item_txt {
    width: 100%;
    margin-bottom: 18px;
  }
  .about .about_taker-list .item_txt .ttl {
    margin-bottom: 12px;
    font-size: 2rem;
  }
  .about .about_taker-list .item_txt .txt {
    font-size: 1.6rem;
    line-height: 1.45;
  }
  .about .about_taker-list .item_txt .note {
    margin-top: 12px;
    font-size: 1rem;
  }
  .about .about_taker-list .item.item--02 {
    flex-direction: inherit;
  }
  .about .about_taker-list .item.item--02 .item_fig {
    max-width: 240px;
  }
  .about .about_taker-list .item.item--02 .item_txt {
    width: 100%;
  }
}

.about_special {
  width: 100%;
  margin-bottom: 100px;
  padding: 0 20px; }
  .about_special .about_special-list {
    width: 100%;
    max-width: 1132px;
    margin: -40px auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .about_special .about_special-itm {
    width: 25%;
    padding: 0 16px;
    margin-top: 40px;
  }
  .about_special .about_special-itm .inner {
    width: 100%;
    display: block;
    text-decoration: none;
  }
  .about_special .about_special-itm .img {
    width: 100%;
    aspect-ratio: 251 / 167;
    margin-bottom: 15px;
  }
  .about_special .about_special-itm .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about_special .about_special-itm .date {
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1;
    color: #999
  }
  .about_special .about_special-itm .ttl {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
  }
  .about_special .about_special-itm .icon {
    height: 22px;
    margin: 2px 5px 0 0;
    padding: 0 7px;
    font-size: 1rem;
    line-height: 22px;
    color: #fff;
    background-color: #043456;
    display: inline-block;
  }
  .about_special .more_wrap {
    margin-top: 50px;
    text-align: center;
  }
  .about_special .more_wrap .loading {
    height: 46px;
  }
  .about_special .more_wrap .loading img {
    height: 100%;
    width: auto;
  }
@media screen and (max-width: 833px) {
  .about_special {
    margin-bottom: 44px;
  }
  .about_special .about_special-list {
    margin: -25px -10px 0;
  }
  .about_special .about_special-itm {
    width: 50%;
    padding: 0 10px;
    margin-top: 25px;
  }
  .about_special .about_special-itm .img {
    margin-bottom: 10px;
  }
  .about_special .about_special-itm .date {
    margin-bottom: 5px;
    font-size: 1rem;
  }
  .about_special .about_special-itm .ttl {
    margin-bottom: 3px;
    font-size: 1.4rem;
  }
  .about_special .about_special-itm .icon {
    height: 19px;
    margin: 2px 6px 0 0;
    padding: 0 6px;
    font-size: .9rem;
    line-height: 19px;
  }
  .about_special .more_wrap {
    margin-top: 30px;
  }
  .about_special .more_wrap .loading {
    height: 40px;
  }
}

.about_special .sec-detail {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}
.about_special .sec-detail .detail-head {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 50px;
}
.about_special .sec-detail .detail-head__date {
  display: flex;
  align-items: center;
}
.about_special .sec-detail .detail-head__date .icon {
  height: 22px;
  margin: 0 -9px 0 18px;
  padding: 0 7px;
  font-size: 1rem;
  line-height: 22px;
  color: #fff;
  background-color: #043456;
  display: inline-block;
}
@media screen and (max-width: 833px) {
  .about_special .sec-detail .detail-head {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .about_special .sec-detail .detail-head__date .icon {
    height: 19px;
    margin: 0 -6px 0 12px;
    padding: 0 6px;
    font-size: .9rem;
    line-height: 19px;
  }
}

.committed {
  width: 100%; }
  .committed .committed_head {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .committed .committed_head .ttl {
    padding-bottom: 75px;
    margin-bottom: -10px;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 1.66;
    text-align: center;
    color: #013559;
    border-bottom: 1px solid #cacbcb;
  }
  .committed .committed_head .ttl ruby {
    position: relative;
  }
  .committed .committed_head .ttl rt {
    width: 100%;
    height: 1em;
    display: block;
    font-size: 1.8rem;
    text-align: center;
    position: absolute;
    top: -10px;
    transform: translate(0, -12px);
  }
  .committed .committed_itm {
    width: 100%;
    padding: 100px 20px;
  }
  .committed .committed_itm2 {
    background-color: #f1f1f1;
  }
  .committed .committed_itm-inn {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
  }
  .committed .committed_itm1 .committed_itm-inn {
    align-items: center;
  }
  .committed .committed_itm-content {
    width: calc(50% + 60px);
  }
  .committed .committed_itm-content .ttl {
    margin-top: -10px;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 1.66;
    color: #013559;
  }
  .committed .committed_itm-content .copy {
    margin-top: 40px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.6;
  }
  .committed .committed_itm-content .txt {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .committed .committed_itm-fig {
    width: calc(50% - 100px);
  }
  .committed .committed_itm-fig img {
    width: 100%;
    height: auto;
  }
@media screen and (max-width: 833px) {
  .committed .committed_head .ttl {
    margin-top: 5px;
    padding-bottom: 22px;
    margin-bottom: -5px;
    font-size: 2.2rem;
  }
  .committed .committed_head .ttl rt {
    font-size: 1.2rem;
    transform: translate(0, -7px);
  }
  .committed .committed_itm {
    padding: 40px 20px;
  }
  .committed .committed_itm-inn {
    display: block;
  }
  .committed .committed_itm-content {
    width: 100%;
  }
  .committed .committed_itm-content .ttl {
    margin-top: -8px;
    font-size: 2rem;
  }
  .committed .committed_itm-content .copy {
    margin-top: 20px;
    font-size: 1.8rem;
  }
  .committed .committed_itm-content .txt {
    margin-top: 15px;
    font-size: 1.6rem;
  }
  .committed .committed_itm-fig {
    width: 100%;
    margin-top: 20px;
  }
}

.belief {
  width: 100%; }
  .belief .belief_head {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto 95px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
  }
  .belief .belief_head-content {
    width: calc(50% - 25px);
  }
  .belief .belief_head-content .ttl {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 1.66;
    color: #013559;
  }
  .belief .belief_head-content .txt-basic p {
    line-height: 1.75;
  }
  .belief .belief_head-content .txt-basic p + p {
    margin-top: 1em;
  }
  .belief .belief_head-fig {
    width: calc(50% - 25px);
  }
  .belief .belief_head-fig img {
    width: 100%;
    height: auto;
  }
  .belief .belief_policy {
    width: 100%;
    padding: 100px 20px;
    background: url(../../image/belief/bg.png) center center no-repeat;
    background-size: cover;
  }
  .belief .belief_policy .ttl-comp02 {
    text-align: center;
  }
  .belief .belief_policy-list {
    width: 100%;
    max-width: 1100px;
    margin: 45px auto 0;
    padding: 20px 50px;
    background-color: #fff;
    border-radius: 10px;
  }
  .belief .belief_policy-itm {
    width: 100%;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #cacbcb;
  }
  .belief .belief_policy-itm:first-child {
    border-top: none;
  }
  .belief .belief_policy-itm .order {
    width: 110px;
    font-family: Helvetica;
    font-size: 4rem;
    font-weight: bold;
    color: #013559;
    font-style: oblique;
  }
  .belief .belief_policy-itm .content {
    width: calc(100% - 110px);
  }
  .belief .belief_policy-itm .ttl {
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #013559;
  }
  .belief .belief_policy-itm .txt-basic {
    line-height: 1.75;
  }
@media screen and (max-width: 833px) {
  .belief .belief_head {
    margin: 0 auto 44px;
    padding: 0 20px;
  }
  .belief .belief_head-content {
    width: 100%;
  }
  .belief .belief_head-content .ttl {
    margin-bottom: 15px;
    font-size: 2.4rem;
    line-height: 1.4;
    text-align: center;
  }
  .belief .belief_head-fig {
    width: 100%;
    height: 200px;
    margin-top: 20px;
  }
  .belief .belief_head-fig img {
    height: 100%;
    object-fit: cover;
  }
  .belief .belief_policy {
    padding: 44px 20px;
  }
  .belief .belief_policy-list {
    margin: 15px auto 0;
    padding: 10px 20px;
    border-radius: 6px;
  }
  .belief .belief_policy-itm {
    padding: 20px 0;
  }
  .belief .belief_policy-itm .order {
    width: 55px;
    font-size: 3rem;
  }
  .belief .belief_policy-itm .content {
    width: calc(100% - 55px);
  }
  .belief .belief_policy-itm .ttl {
    margin-bottom: 10px;
    font-size: 1.7rem;
  }
}

.price-block {
  width: 100%;
  padding: 100px 0;
  background-color: #f0f0f0; }
  .price-block .inner {
    max-width: 1140px;
    padding: 0 20px;
    display: block;
  }
  .price-block__ttl {
    margin-bottom: 40px;
    text-align: center;
  }
  .price-block__des {
    margin-bottom: 44px;
    text-align: center;
  }
@media screen and (max-width: 833px) {
  .price-block {
    padding: 44px 0;
  }
  .price-block__ttl {
    margin-bottom: 15px;
  }
  .price-block__des {
    margin-bottom: 18px;
    text-align: left;
  }
}
.price-table {
  width: 100%;
  background-color: #fff; }
  .price-table tr {
    border-bottom: 1px solid #1d3a5b;
    height: 77px;
  }
  .price-table tr:first-child {
    font-weight: bold;
    color: #013559;
    border-top: 1px solid #1d3a5b;
    height: 65px;
  }
  .price-table tr td {
    text-align: center;
    width: 25%;
    border-left: 1px solid #1d3a5b;
  }
  .price-table tr td:first-child {
    font-weight: bold;
    color: #013559;
    border-left: none;
    background: #d8e2ec;
  }
  .price-table tr td span {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .price-table__txt {
    font-weight: bold;
    color: #FF5500;
  }
  .price-table__txt small {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
  }
  .price-table__ttl {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #1D3A5B;
    background: #DEE8F2;
  }
  .price-table__note {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    text-align: right;
    margin-top: 12px;
    margin-bottom: 32px;
  }
@media screen and (max-width: 833px) {
  .price-table {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .price-table tr {
    height: auto;
  }
  .price-table tr:first-child {
    height: auto;
    background: #1D3A5B;
    color: #fff;
  }
  .price-table tr td {
    width: 33.33%;
    padding: 6px 5px;
    border-left: none;
  }
  .price-table tr td:first-child {
    font-weight: bold;
    color: #1D3A5B;
    background: inherit;
    width: 33.33%;
  }
  .price-table tr:first-child td {
    color: #fff;
  }
  .price-table tr td span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .price-table {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .price-table tr td span {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .price-table__txt small {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: inherit;
  }
  .price-table__ttl {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .price-table__note {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 8px;
    margin-bottom: 20px;
  }
}
