.index-calender {
  margin-bottom: 200px;
}
@media screen and (max-width: 480px) {
  .index-calender {
    margin-bottom: 135px;
  }
}
.index-calender__note {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .index-calender__note {
    text-align: left;
  }
}
.calender {
  position: relative;
  width: 100%;
  height: 500px;
}
.calender iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 30px);
  height: 100%;
}

.index-about {
  margin-bottom: 122px;
}
.index-about .headding {
  padding-left: 15px;
  padding-right: 15px;
}

.index-about .headding__img {
  position: absolute;
  left: 65px;
  top: -97px;
}

@media screen and (max-width: 480px) {
  .index-about .headding__img {
    top: -80px;
    left: 0;
    right: 0;
    margin: auto;
    width: 190px;
  }
}

.index-about .headding__inner {
  display: inline-block;
  position: relative;
}

.index-about .img_list {
  display: -webkit-flex;
  display: flex;
  min-width: 100%;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -webkit-animation: 50s linear infinite sliderAnimation;
          animation: 50s linear infinite sliderAnimation;
  margin-bottom: 47px;
}

.index-about .img_list .img {
  height: 320px;
  width: 507px;
  margin: 0 10px;
  position: relative;
  flex:  0 0 auto;
}

@media screen and (max-width: 680px) {
  .index-about .img_list .img {
    width: 200px;
    height: 125px;
  }
}

@-webkit-keyframes sliderAnimation {
  to {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}

@keyframes sliderAnimation {
  to {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}

.index-about .box {
  width: 100%;
  max-width: calc(1080px + 30px);
  margin: 0 auto;
  text-align: center;
}

.index-about .box .title {
  margin-bottom: 35px;
  color: #153496;
}

.index-about .box .title .eng {
  display: block;
  font-family: 'STIX Two Text', serif;
  font-weight: 600;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 5px;
}

@media screen and (max-width: 680px) {
  .index-about .box .title .eng {
    font-size: 5rem;
  }
}

.index-about .box .title .ja {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0;
}

.index-list {
  background: url("../new_image/bg01.jpg") center no-repeat;
  background-size: cover;
  padding: 0 15px 100px;
}

.index-list .box {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding-left: 100px;
}

@media screen and (max-width: 960px) {
  .index-list .box {
    max-width: 100%;
    padding-left: 0;
  }
}

.index-list .box .img {
  position: relative;
  top: -30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .index-list .box .img {
    max-width: 70%;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 480px) {
  .index-list .box .img {
    margin-bottom: 20px;
  }
}

.index-list .box .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  max-width: 1007px;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .index-list .box .list {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}

.index-list .box .list li {
  background: url("../new_image/icon_check.svg") left top no-repeat;
  padding: 4px 0 4px 64px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .index-list .box .list li {
    min-height: auto;
  }
}

@media screen and (max-width: 480px) {
  .index-list .box .list li {
    margin-bottom: 20px;
    padding-left: 50px;
    padding-top: 0;
    background-size: 40px;
    background-position: left top 2px;
    font-size: 1.8rem;
  }
}

.index-list .box .list li:last-child {
  margin-top: -32px;
}

@media screen and (max-width: 960px) {
  .index-list .box .list li:last-child {
    margin-top: 0;
  }
}

.index-list .box .list li:nth-child(2n) {
  width: 467px;
}

@media screen and (max-width: 960px) {
  .index-list .box .list li:nth-child(2n) {
    width: auto;
  }
}

.index-list .box .list li:nth-child(2n-1) {
  width: 540px;
}

@media screen and (max-width: 960px) {
  .index-list .box .list li:nth-child(2n-1) {
    width: auto;
  }
}

.index-list .text {
  margin-bottom: 41px;
}

.index-list .btn {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

@media screen and (max-width: 680px) {
  .index-list .btn {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
}

.index-list .btn a {
  display: block;
  width: 100%;
  max-width: 380px;
  position: relative;
  background: #0850b7;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 4px #003282;
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  padding: 20px 15px 20px 0;
  text-decoration: none;
  transition: box-shadow 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s;
}

.index-list .btn a::before {
  content: '';
  position: absolute;
  background: url("../new_image/icon_more.svg") center no-repeat;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.index-list .btn a:first-child {
  margin-right: 60px;
}

@media screen and (max-width: 960px) {
  .index-list .btn a:first-child {
    margin-right: 20px;
  }
}

@media screen and (max-width: 680px) {
  .index-list .btn a:first-child {
    margin: 0 0 15px;
  }
}

.index-list .btn a:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  box-shadow: 0 0;
}

.index-list {
  margin-bottom: 0;
}

.index-reason {
  padding: 55px 15px 0;
  margin-bottom: 0;
  background: url("../new_image/bg02.png") top center no-repeat, url("../new_image/bg03.png") bottom -60px center no-repeat;
}

@media screen and (max-width: 960px) {
  .index-reason {
    padding-top: 8%;
    background-size: 200%;
  }
}

@media screen and (max-width: 480px) {
  .index-reason {
    background-size: 300%;
  }
}

.index-reason .box {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.index-reason .bg_title {
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 53px;
  color: #ffffff;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 4.6rem;
  line-height: 1.5061;
}

.index-reason .bg_title__text {
  font-size: 4.6rem;
}

@media screen and (max-width: 960px) {
  .index-reason .bg_title__text {
    font-size: 5vw;
  }
}

@media screen and (max-width: 480px) {
  .index-reason .bg_title__text {
    font-size: 7vw;
  }
}

.index-reason .bg_title img {
  position: relative;
  top: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 960px) {
  .index-reason .bg_title img {
    position: static;
    width: 23%;
  }
}

.box01 {
  position: relative;
  margin-bottom: 225px;
}

@media screen and (max-width: 980px) {
  .box01 {
    margin: 120px auto 50px;
  }
}

.box01 .img {
  position: absolute;
  top: 10px;
  left: -230px;
  width: 730px;
  height: 730px;
}

@media screen and (max-width: 960px) {
  .box01 .img {
    width: auto;
    height: auto;
    position: static;
    margin: auto;
  }
}

.box01 .text_box {
  width: 100%;
  max-width: 520px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 960px) {
  .box01 .text_box {
    margin: 0 auto 0px;
  }
}

.index-reason .num {
  text-align: right;
  line-height: 1;
  margin-bottom: -210px;
  color: #fcebef;
  font-family: 'STIX Two Text', serif;
  font-weight: 600;
  font-style: italic;
  font-size: 27rem;
  letter-spacing: 0;
  position: relative;
  top: -30px;
}

@media screen and (max-width: 680px) {
  .index-reason .num {
    font-size: 20rem;
    top: -65px;
  }
}

.index-reason .title {
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}

.index-reason .title .eng {
  display: block;
  color: #eb1428;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 10px;
}

.index-reason .title .ja {
  display: block;
  color: #153496;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.6667;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 680px) {
  .index-reason .title .ja {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.box01 .num {
  display: block;
  right: -67px;
  z-index: -1;
}

@media screen and (max-width: 680px) {
  .box01 .num {
    right: -15px;
  }
}

.box02 {
  position: relative;
  margin-bottom: 145px;
}

@media screen and (max-width: 960px) {
  .box02 {
    margin-bottom: 50px;
  }
}

.box02 .img {
  position: absolute;
  top: -60px;
  right: -170px;
  width: 675px;
  height: 675px;
}

@media screen and (max-width: 960px) {
  .box02 .img {
    position: static;
    width: auto;
    height: auto;
    margin: auto;
    text-align: center;
  }
}

.box02 .text_box {
  width: 100%;
  max-width: 520px;
}

@media screen and (max-width: 960px) {
  .box02 .text_box {
    margin: auto;
  }
}

.box02 .num {
  display: block;
  right: -52px;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .box02 .num {
    right: -15px;
  }
}

.box03 {
  position: relative;
  margin-bottom: 52px;
}

@media screen and (max-width: 960px) {
  .box03 {
    margin-bottom: 0px;
  }
}

.box03 .img {
  position: absolute;
  top: -90px;
  left: -175px;
  width: 730px;
  height: 730px;
}

@media screen and (max-width: 960px) {
  .box03 .img {
    width: auto;
    height: auto;
    position: static;
    margin: auto;
    text-align: center;
  }
}

.box03 .text_box {
  width: 100%;
  max-width: 520px;
  margin-left: auto;
}

@media screen and (max-width: 960px) {
  .box03 .text_box {
    margin: auto;
  }
}

.box03 .num {
  display: block;
  right: -60px;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .box03 .num {
    right: -15px;
  }
}

.index-reason .image {
  position: relative;
  right: -75px;
  text-align: right;
}

@media screen and (max-width: 960px) {
  .index-reason .image {
    width: 80%;
  }
}

.index-price {
  background: #f5f9ff;
  padding: 88px 15px 100px;
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .index-price {
    padding: 70px 15px;
  }
}

.index-price .box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.index-price .title {
  background: #082b84;
  width: 100%;
  padding: 6px 20px;
  margin-bottom: 30px;
  color: #ffffff;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 2.4rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 680px) {
  .index-price .title {
    font-size: 1.8rem;
  }
}

.index-price .title::before {
  content: '';
  position: absolute;
  background: #153496;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.index-price .img_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 31px;
}

@media screen and (max-width: 480px) {
  .index-price .img_list {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
            justify-content: center;
  }
}

.index-price .img_list li {
  position: relative;
}

@media screen and (max-width: 960px) {
  .index-price .img_list li {
    width: 18%;
  }
}

@media screen and (max-width: 480px) {
  .index-price .img_list li {
    width: 29%;
    margin: 0 2%;
  }
}

.index-price .img_list li::before {
  content: '';
  position: absolute;
  background: url("../new_image/index_img20.svg") center no-repeat;
  width: 22px;
  height: 22px;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  .index-price .img_list li::before {
    width: 11%;
    height: 11%;
    right: -13%;
    background-size: contain;
  }
}

.index-price .img_list li:last-child::before {
  display: none;
}

.index-price .text_box {
  margin-bottom: 72px;
}

.index-price .table {
  margin-bottom: 50px;
}

.index-price .btn {
  width: 100%;
  max-width: 380px;
  margin: 0 auto 60px;
}

.index-price .btn a {
  display: block;
  width: 100%;
  position: relative;
  background: #0850b7;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 4px #003282;
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  padding: 20px 15px 20px 0;
  text-decoration: none;
  transition: box-shadow 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s;
}

.index-price .btn a::before {
  content: '';
  position: absolute;
  background: url("../new_image/icon_more.svg") center no-repeat;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.index-price .btn a:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  box-shadow: 0 0;
}

.index-price .pay_box {
  position: relative;
  z-index: 1;
  background: #f9f7ed;
  border: 4px solid #ffffff;
  text-align: center;
  padding: 33px 15px 60px;
}

@media screen and (max-width: 680px) {
  .index-price .pay_box {
    padding-bottom: 30px;
  }
}

.index-price .pay_box::before {
  content: '';
  position: absolute;
  background: url("../new_image/bg_y.jpg") repeat-x;
  width: 100%;
  height: 120px;
  left: 0;
  top: 0;
  z-index: -1;
}

.index-price .pay_box .sub-title {
  color: #153496;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 74px;
}

@media screen and (max-width: 680px) {
  .index-price .pay_box .sub-title {
    margin-bottom: 50px;
    font-size: 2.2rem;
  }
}

.index-price .pay_box .methods {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 680px) {
  .index-price .pay_box .methods {
    margin-bottom: 20px;
  }
}

.index-price .pay_box .methods img {
  margin-right: 30px;
}

.index-price .pay_box .methods img:last-child {
  margin-right: 0;
}

.index-area {
  margin-bottom: 0;
  background: url("../new_image/bg04.jpg") center no-repeat;
  background-size: cover;
  padding: 60px 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}

@media screen and (max-width: 680px) {
  .index-area {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
}

.index-area > .img {
  margin-left: 30px;
  position: relative;
  top: 20px;
}

@media screen and (max-width: 680px) {
  .index-area > .img {
    margin: auto;
    position: static;
  }
}

.index-area .text_box {
  text-align: center;
}
@media screen and (max-width: 680px) {
  .index-area .text_box {
    padding: 0 15px;
  }
}

.index-area .text_box img {
  margin-bottom: 20px;
}

.index-area .text_box .title {
  margin-bottom: 18px;
  color: #008444;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 3.8rem;
  line-height: 1.4084;
}

@media screen and (max-width: 960px) {
  .index-area .text_box .title {
    font-size: 2.4rem;
  }
}

.index-area .text_box .text {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 680px) {
  .index-area .text_box .text {
    font-size: 2rem;
  }
}

.index-service {
  background: url("../new_image/bg05.svg") top center no-repeat;
  padding: 110px 15px 0px;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .index-service {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 480px) {
  .index-service {
    padding: 80px 15px 0;
  }
}

.index-service .headding {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}

.index-service .headding .sub {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 12px;
  color: #eb1428;
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 480px) {
  .index-service .headding .sub {
    flex-direction: column;
    align-items: center;
  }
}

.index-service .headding span img {
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  .index-service .headding span img {
    margin: 0 0 5px;
  }
}

.index-service .img {
  margin-bottom: 41px;
}

@media screen and (max-width: 960px) {
  .index-service .text_box {
    text-align: left;
  }
}

.index-news {
  background: #f5f9ff;
  padding: 90px 15px 100px;
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .index-news {
    padding: 60px 15px 60px;
  }
}

.news-box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
}

.news-box .news {
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  border-bottom: 1px dashed #629add;
  padding: 20px 30px;
  letter-spacing: 0.075em;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

@media screen and (max-width: 680px) {
  .news-box .news {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}

.news-box .news:nth-child(2n-1) {
  background: #ffffff;
}

.news-box .date {
  font-weight: normal;
  color: #26346e;
  font-family: 'STIX Two Text', serif;
  font-size: 2rem;
  margin-right: 40px;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}
.news-box .news .title {
  width: 100%;
}
.news-box a {
  color: #26346e;
  font-weight: normal;
  font-size: 1.6rem;
}

.index-news .btn {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}

.index-news .btn a {
  display: block;
  width: 100%;
  position: relative;
  background: #0850b7;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 4px #003282;
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  padding: 20px 15px 20px 0;
  text-decoration: none;
  transition: box-shadow 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s;
}

.index-news .btn a::before {
  content: '';
  position: absolute;
  background: url("../new_image/icon_more.svg") center no-repeat;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.index-news .btn a:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  box-shadow: 0 0;
}

.pagecode-index .blog .left {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .pagecode-index .blog .left {
    width: 100%;
  }
}

/* 2022.01.12 追加 */
.index-campaign__headding {
  display: block;
  margin-bottom: 40px;
  color: #153496;
  text-align: center;
}
.index-campaign__headding-eng {
  display: block;
  margin-bottom: -4px;
  font-family: 'STIX Two Text', serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 680px) {
  .index-campaign__headding-eng {
    font-size: 5rem;
  }
}
.index-campaign__headding-ja {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 680px) {
  .index-campaign__headding-ja {
    font-size: 1.4rem;
  }
}