@charset "UTF-8";
.sec01 {
  background: url("../img/saishin/img-saishin21.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 20px;
}

@media screen and (min-width: 577px) and (max-width: 1140px) {
  .sec01 {
    background-position: 60% center;
  }
}

@media screen and (max-width: 768px) {
  .sec01 {
    background-image: url("../img/saishin/img-saishin22.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

.sec01-maw {
  padding: 0 20px;
}

@media screen and (max-width: 1920px) {
  .sec01-maw {
    padding: 0 2%;
  }
}

@media screen and (max-width: 576px) {
  .sec01-maw {
    padding: 0 4%;
  }
}

.sec01 .breadcrumb-wrap {
  margin: 0 auto;
}

@media screen and (min-width: 1140px) {
  .sec01 .breadcrumb-wrap {
    padding-left: 100px;
  }
}

.sec01 .breadcrumb-wrap .breadcrumb li {
  color: #1f2c5c;
}

.sec01 .breadcrumb-wrap .breadcrumb li::after {
  font-weight: 500;
  color: #1f2c5c;
}

.sec01 .breadcrumb-wrap .breadcrumb li a {
  font-weight: 500;
  color: #1f2c5c;
}

.sec01 .breadcrumb-wrap .breadcrumb li a span {
  font-weight: 500;
}

.sec01 .saishin-ttl {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 830px;
  margin: 250px auto 110px;
  border: solid 9px #fff;
  padding: 60px 0;
  text-shadow: black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
}

@media screen and (max-width: 768px) {
  .sec01 .saishin-ttl {
    margin: 200px auto 60px;
    border: solid 7px #fff;
  }
}

@media screen and (max-width: 576px) {
  .sec01 .saishin-ttl {
    padding: 40px 0;
    border: solid 5px #fff;
  }
}

.sec01 .saishin-ttl-ja {
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

@media screen and (max-width: 576px) {
  .sec01 .saishin-ttl-ja {
    font-size: 10vw;
    margin-bottom: 20px;
  }
}

.sec01 .saishin-ttl-lead {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.6;
}

@media screen and (max-width: 576px) {
  .sec01 .saishin-ttl-lead {
    font-size: 5.5vw;
  }
}

.sec01 .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 880px;
}

@media screen and (max-width: 768px) {
  .sec01 .link {
    display: block;
    max-width: 440px;
  }
}

.sec01 .link-item {
  -ms-flex-preferred-size: 310px;
      flex-basis: 310px;
}

@media screen and (max-width: 768px) {
  .sec01 .link-item {
    margin-bottom: 20px;
  }
}

.sec01 .link-item a {
  color: #fff;
  font-weight: bold;
  width: 100%;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 30px 0;
  background: #1f2c5c;
}

.sec01 .link-item a:hover {
  background: #000;
}

.sec01 .link-item a .arwW {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1em;
}

.sec02 {
  margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 60px;
  }
}

.sec02-bg {
  background: #1f2c5c;
  margin-bottom: 200px;
}

@media screen and (max-width: 768px) {
  .sec02-bg {
    margin-bottom: 100px;
  }
}

.sec02-maw {
  padding: 0 20px;
}

@media screen and (max-width: 1920px) {
  .sec02-maw {
    padding: 0 2%;
  }
}

@media screen and (max-width: 576px) {
  .sec02-maw {
    padding: 0 4%;
  }
}

.sec02-maw .lead {
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.1;
  padding: 170px 0;
  text-align: center;
}

@media screen and (max-width: 1140px) {
  .sec02-maw .lead {
    font-size: 1.9vw;
    padding: 12vw 0;
  }
}

@media screen and (max-width: 768px) {
  .sec02-maw .lead {
    font-size: 1.8rem;
    padding: 60px 0;
    text-align: left;
  }
  .sec02-maw .lead .br {
    display: none;
  }
}

.sec02-txt {
  padding: 0 20px;
}

@media screen and (max-width: 1920px) {
  .sec02-txt {
    padding: 0 2%;
  }
}

@media screen and (max-width: 576px) {
  .sec02-txt {
    padding: 0 4%;
  }
}

.sec02-txt .ttl {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .sec02-txt .ttl {
    font-size: 2.8rem;
  }
}

.sec02-txt .lead-blc {
  clear: both;
}

@media screen and (max-width: 768px) {
  .sec02-txt .lead-blc {
    position: relative;
  }
}

.sec02-txt .lead-blc .img {
  float: right;
  margin: -4em 0 2em 2em;
}

@media screen and (max-width: 768px) {
  .sec02-txt .lead-blc .img {
    float: none;
    margin: 0;
    position: absolute;
    bottom: 2em;
    right: 0;
    z-index: -10;
    opacity: 0.4;
  }
}

.sec02-txt .lead-blc .lead {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 3em;
}

@media screen and (max-width: 768px) {
  .sec02-txt .lead-blc .lead {
    margin-bottom: 2em;
  }
}

.sec02-txt .lead-blc .lead.first {
  margin-top: 3em;
}

@media screen and (max-width: 768px) {
  .sec02-txt .lead-blc .lead.first {
    margin-top: 2em;
  }
}

.sec03 {
  margin-bottom: 110px;
  padding: 0 20px;
}

@media screen and (max-width: 1920px) {
  .sec03 {
    padding: 0 2%;
  }
}

@media screen and (max-width: 576px) {
  .sec03 {
    padding: 0 4%;
  }
}

@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 60px;
  }
}

.sec03-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .sec03-head {
    display: block;
    margin-bottom: 40px;
  }
}

.sec03-head .txt-blc {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  margin-left: 4%;
  color: #1f2c5c;
}

.sec03-head .txt-blc .ttl-lg {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  display: block;
}

@media screen and (max-width: 768px) {
  .sec03-head .txt-blc .ttl-lg {
    font-size: 3rem;
  }
}

.sec03-head .txt-blc .ttl-md {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 2em;
  display: block;
}

@media screen and (max-width: 768px) {
  .sec03-head .txt-blc .ttl-md {
    font-size: 2.2rem;
  }
}

.sec03-head .txt-blc .lead {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}

.sec03-head .img-blc {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec03-head .img-blc {
    padding-bottom: 40px;
  }
}

.sec03-head .img-blc .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sec03-head .img-blc .txt .no {
  color: #f57d32;
  font-size: 7.2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-right: 4%;
}

@media screen and (max-width: 768px) {
  .sec03-head .img-blc .txt .no {
    font-size: 6rem;
  }
}

.sec03-head .img-blc .txt .ttl {
  max-width: 250px;
  width: 100%;
  text-align: center;
}

.sec03-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .sec03-body {
    margin-bottom: 20px;
  }
}

.sec03-body .item {
  -ms-flex-preferred-size: calc(92% * 1 / 3);
      flex-basis: calc(92% * 1 / 3);
  margin-bottom: 80px;
}

.sec03-body .item:not(:nth-child(3n-2)) {
  margin-left: 4%;
}

@media screen and (max-width: 768px) {
  .sec03-body .item {
    -ms-flex-preferred-size: calc(96% * 1 / 2);
        flex-basis: calc(96% * 1 / 2);
    margin-bottom: 40px;
  }
  .sec03-body .item:not(:nth-child(3n-2)) {
    margin-left: 0;
  }
  .sec03-body .item:not(:nth-child(2n-1)) {
    margin-left: 4%;
  }
}

.sec03-body .item .img {
  padding-top: 12px;
  position: relative;
}

.sec03-body .item .img .no {
  font-size: 7.2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-right: 4%;
  position: absolute;
  top: 0;
  left: 4px;
}

@media screen and (max-width: 768px) {
  .sec03-body .item .img .no {
    font-size: 6rem;
  }
}

.sec03-body .item .img .no.no02 {
  color: #231f20;
}

.sec03-body .item .img .no.no03 {
  color: #bc85ba;
}

.sec03-body .item .img .no.no04 {
  color: #912f2b;
}

.sec03-body .item .img .no.no05 {
  color: #964c35;
}

.sec03-body .item .img .no.no06 {
  color: #303192;
}

.sec03-body .item .img .no.no07 {
  color: #f7941d;
}

.sec03-lead {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .sec03-lead {
    margin-bottom: 60px;
  }
}

.sec03-lead .lead {
  color: #1f2c5c;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 2em;
}

.sec04-bg {
  background: url(../img/saishin/img-saishin12.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding: 90px 0;
  margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .sec04-bg {
    padding: 50px 0;
    margin-bottom: 60px;
  }
}

.sec04-bg .bg-maw {
  padding: 0 20px;
}

@media screen and (max-width: 1920px) {
  .sec04-bg .bg-maw {
    padding: 0 2%;
  }
}

@media screen and (max-width: 576px) {
  .sec04-bg .bg-maw {
    padding: 0 4%;
  }
}

.sec04-bg .inr {
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.4;
  background: rgba(31, 44, 92, 0.5);
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  .sec04-bg .inr {
    padding: 30px 0;
  }
}

.sec04-bg .inr .ttl {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec04-bg .inr .ttl {
    font-size: 2.8rem;
    margin-bottom: 0.5em;
  }
}

.sec04-bg .inr .ttl .span {
  display: inline-block;
  font-weight: bold;
}

.sec04-bg .inr .lest {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  list-style: square;
  padding: 0 1em 0 2em;
}

.sec04-bg .inr .lest .item {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  .sec04-bg .inr .lest .item {
    font-size: 1.8rem;
  }
}

.sec04-txt {
  padding: 0 20px;
}

@media screen and (max-width: 1920px) {
  .sec04-txt {
    padding: 0 2%;
  }
}

@media screen and (max-width: 576px) {
  .sec04-txt {
    padding: 0 4%;
  }
}

.sec04-txt .ttl {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .sec04-txt .ttl {
    font-size: 2.8rem;
  }
}

.sec04-txt .lead-blc {
  clear: both;
  margin-bottom: 180px;
}

@media screen and (max-width: 768px) {
  .sec04-txt .lead-blc {
    position: relative;
    margin-bottom: 80px;
  }
}

.sec04-txt .lead-blc .img {
  float: right;
  margin: 0 0 2em 2em;
}

@media screen and (max-width: 768px) {
  .sec04-txt .lead-blc .img {
    float: none;
    margin: 0;
    position: absolute;
    bottom: 2em;
    right: 0;
    z-index: -10;
    opacity: 0.4;
  }
}

.sec04-txt .lead-blc .lead {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 4em;
}

.sec04-txt .lead-blc .lead.first {
  margin-top: 3em;
}

@media screen and (max-width: 768px) {
  .sec04-txt .lead-blc .lead.first {
    margin-top: 2em;
  }
}

.sec04 .bnr {
  margin-bottom: 110px;
  padding: 0 20px;
}

@media screen and (max-width: 1920px) {
  .sec04 .bnr {
    padding: 0 2%;
  }
}

@media screen and (max-width: 576px) {
  .sec04 .bnr {
    padding: 0 4%;
  }
}

@media screen and (max-width: 768px) {
  .sec04 .bnr {
    margin-bottom: 60px;
  }
}

.sec04 .bnr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec04 .bnr a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .sec04 .bnr a {
    display: block;
  }
}

.sec04 .bnr a .lead {
  -ms-flex-preferred-size: 255px;
      flex-basis: 255px;
  width: 100%;
  padding: 20px 0 10px 20px;
  color: #fff;
  letter-spacing: 0.05em;
  background: #af8900;
}

@media screen and (max-width: 768px) {
  .sec04 .bnr a .lead {
    padding: 10px 2% 4px;
  }
}

.sec04 .bnr a .lead-md {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}

@media screen and (max-width: 768px) {
  .sec04 .bnr a .lead-md {
    margin-bottom: 2px;
  }
}

.sec04 .bnr a .lead-lg {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
  display: block;
}

@media screen and (max-width: 768px) {
  .sec04 .bnr a .lead-lg {
    font-size: 2.6rem;
  }
  .sec04 .bnr a .lead-lg .br {
    display: none;
  }
}

.sec04 .bnr a .bg {
  -ms-flex-preferred-size: calc(100% - 255px);
      flex-basis: calc(100% - 255px);
  width: 100%;
  background: url(../img/saishin/img-saishin14.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding: 56px 2% 14px 8%;
  position: relative;
}

@media screen and (max-width: 1140px) {
  .sec04 .bnr a .bg {
    padding: 56px 2% 14px 2%;
  }
}

@media screen and (max-width: 768px) {
  .sec04 .bnr a .bg {
    padding: 12px 2% 100px 2%;
  }
}

.sec04 .bnr a .bg .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  width: 100%;
  max-width: 310px;
}

@media screen and (max-width: 1140px) {
  .sec04 .bnr a .bg .list {
    max-width: 260px;
  }
}

.sec04 .bnr a .bg .list .item {
  background: #af8900;
  -ms-flex-preferred-size: 85px;
      flex-basis: 85px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 34px 0;
  text-align: center;
}

.sec04 .bnr a .bg .list .item:not(:first-child) {
  margin-left: 4%;
}

@media screen and (max-width: 768px) {
  .sec04 .bnr a .bg .list .item {
    font-size: 1.6rem;
    padding: 10px 0;
  }
}

.sec04 .bnr a .bg .more {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.01rem;
  border-radius: 20px;
  background: #af8900;
  width: 170px;
  padding: 14px 0 12px;
  text-align: center;
  position: absolute;
  right: 2%;
  bottom: 14px;
}

@media screen and (max-width: 768px) {
  .sec04 .bnr a .bg .more {
    bottom: 10px;
    width: 140px;
    padding: 8px 0;
  }
}

.sec04 .bnr a .bg .more .arwW {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1em;
}

.detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 110px;
  padding: 0 20px;
}

@media screen and (max-width: 1920px) {
  .detail {
    padding: 0 2%;
  }
}

@media screen and (max-width: 576px) {
  .detail {
    padding: 0 4%;
  }
}

@media screen and (max-width: 768px) {
  .detail {
    display: block;
    margin-bottom: 60px;
  }
}

.detail .item {
  -ms-flex-preferred-size: calc(96% * 1 / 2);
      flex-basis: calc(96% * 1 / 2);
  height: 650px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .detail .item {
    height: 80vw;
    min-height: 400px;
  }
}

.detail .item:nth-child(1) {
  margin-right: 4%;
  background: url(../img/saishin/img-saishin02.jpg) 50% 50% no-repeat;
}

@media screen and (max-width: 768px) {
  .detail .item:nth-child(1) {
    margin-right: 0;
    margin-bottom: 80px;
  }
}

.detail .item:nth-child(2) {
  background: url(../img/saishin/img-saishin03.jpg) 50% 50% no-repeat;
}

.detail .item .ttl {
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  background: #1f2c5c;
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
  padding: 45px 0;
  position: absolute;
  right: 0;
  left: 0;
  top: -80px;
}

@media screen and (max-width: 768px) {
  .detail .item .ttl {
    line-height: 1.6;
    top: -45px;
    padding: 20px 0;
  }
}

.detail .item .ttl-sub {
  font-size: 1.8rem;
  font-weight: bold;
}

.detail .item .ttl-main {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
}

.detail .item .ttl-main::before {
  content: "";
  border-bottom: solid 1px #fff;
  width: 27px;
  position: absolute;
  top: 20px;
  left: 40px;
}

.detail .item .ttl-main::after {
  content: "";
  border-bottom: solid 1px #fff;
  width: 27px;
  position: absolute;
  top: 20px;
  right: 40px;
}

.detail .item .ttl-main.ttl01::before {
  left: 62px;
}

.detail .item .ttl-main.ttl01::after {
  right: 62px;
}

.detail .item .ttl-main.ttl02::before {
  left: 38px;
}

.detail .item .ttl-main.ttl02::after {
  right: 38px;
}

.detail .item .btn {
  width: 92%;
  max-width: 310px;
  margin: 0 auto;
  position: absolute;
  right: 4%;
  left: 4%;
  bottom: 60px;
}

@media screen and (max-width: 768px) {
  .detail .item .btn {
    bottom: 20px;
  }
}

.detail .item .btn a {
  color: #fff;
  font-weight: bold;
  width: 100%;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 30px 0;
  background: #1f2c5c;
}

.detail .item .btn a:hover {
  background: #000;
}

.detail .item .btn a .arwW {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1em;
}

.sec01-maw.container {
  max-width: 1280px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .sec01-maw.container {
    padding: 0 10px;
  }
}

.saishin-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 175px;
  padding-bottom: 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1140px) {
  .saishin-wrap {
    padding-top: 30px;
    padding-bottom: 160px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .saishin-wrap {
    padding-top: 25px;
    padding-bottom: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 576px) {
  .saishin-wrap {
    padding-top: 20px;
  }
}

@media screen and (max-width: 1140px) {
  .saishin-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .img-saishin-ttl-sp {
    width: 51.6vw;
  }
}

.saishin-item {
  text-align: center;
}

@media screen and (max-width: 1140px) {
  .saishin-item {
    overflow: hidden;
  }
  .saishin-item:nth-child(3) {
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .saishin-item:nth-child(3) {
    margin-left: 16px;
  }
}

@media screen and (max-width: 576px) {
  .saishin-item:nth-child(3) {
    margin-left: 8px;
  }
}

.right-img {
  -webkit-transition: all .4s;
  transition: all .4s;
}

.right-img:hover {
  opacity: 0.8;
}

.left-img {
  -webkit-transition: all .4s;
  transition: all .4s;
}

.left-img:hover {
  opacity: 0.8;
}

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

@media screen and (min-width: 1141px) {
  .is-sp {
    display: none;
  }
}
/*# sourceMappingURL=saishin.css.map */