@charset "UTF-8";
/* CSS Document */
.txt {
  font-size: 16px;
  line-height: 1.8em;
}
@media all and (max-width: 738px) {
  .txt {
    font-size: 16px;
  }
}
@media all and (max-width: 420px) {
  .txt {
    font-size: 14px;
  }
}

.saiyo {
  overflow: hidden;
}
.saiyo .container {
  width: 1200px;
  padding: 0;
}
@media all and (max-width: 738px) {
  .saiyo .container {
    width: 100%;
  }
}
@media all and (max-width: 738px) {
  .saiyo .container .breadcrumbs {
    padding: 0 10px 0 10px;
  }
}
@media all and (max-width: 738px) {
  .saiyo img {
    width: 100%;
  }
}
@media all and (max-width: 738px) {
  .saiyo {
    overflow-x: hidden;
  }
}

.saiyo_know {
  position: relative;
  z-index: 10;
  width: 1200px;
}
@media all and (max-width: 738px) {
  .saiyo_know {
    width: 100%;
    margin: 0 0 80px 0;
  }
}
.saiyo_know__cont {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 738px) {
  .saiyo_know__cont {
    display: block;
  }
}
.saiyo_know__cont .cont_item {
  width: 60%;
  margin: 0 0 -10px 0;
}
@media all and (max-width: 738px) {
  .saiyo_know__cont .cont_item {
    width: 100%;
  }
}
.saiyo_know__cont .cont_item:last-child {
  color: #fff;
  max-width: 430px;
  margin: 50px 0 0 70px;
}
@media all and (max-width: 738px) {
  .saiyo_know__cont .cont_item:last-child {
    margin: 50px auto 0;
    text-align: center;
    width: 95%;
    max-width: inherit;
  }
}
.saiyo_know__cont .cont_item:last-child ul li:first-child {
  font-size: 16px;
}
.saiyo_know__cont .cont_item:last-child ul li:nth-child(2) {
  font-size: 30px;
  font-weight: bold;
}
@media all and (max-width: 420px) {
  .saiyo_know__cont .cont_item:last-child ul li:nth-child(2) {
    font-size: 26px;
  }
}
.saiyo_know__cont .cont_item:last-child ul li:nth-child(3) img {
  width: 90px;
}
@media all and (max-width: 738px) {
  .saiyo_know__cont .cont_item:last-child ul li:nth-child(3) img {
    width: 70px;
  }
}
.saiyo_know__cont .cont_item:last-child ul li:nth-child(4) {
  font-weight: 400;
  margin: 25px 50px 0 0;
}
@media all and (max-width: 738px) {
  .saiyo_know__cont .cont_item:last-child ul li:nth-child(4) {
    margin: 25px 0 0 0;
  }
}
.saiyo_know__cont .cont_item:last-child ul li:last-child {
  margin: 25px 0 0 0;
}
@media all and (max-width: 738px) {
  .saiyo_know__cont .cont_item:last-child ul li:last-child {
    margin: 25px auto 0;
  }
}
.saiyo_know__cont .cont_item:last-child ul li:last-child a {
  font-size: 20px;
  display: block;
  width: 240px;
  text-align: center;
  background-color: #003561;
  padding: 15px 0;
  text-decoration: none;
}
@media all and (max-width: 738px) {
  .saiyo_know__cont .cont_item:last-child ul li:last-child a {
    margin: 0 auto;
  }
}
.saiyo_know__cont .cont_item:last-child ul li:last-child a:hover {
  color: #003561;
  background-color: #fff;
  transition: all 0.2s ease-in;
}
.saiyo_know__bg {
  width: 1200px;
  height: 620px;
  position: absolute;
  top: 0;
  transform: skewY(-10deg) translate3d(0, 0, 0);
  background: #1a55a3;
  z-index: -60;
  top: 100px;
}
@media all and (max-width: 738px) {
  .saiyo_know__bg {
    width: 100%;
    height: 1000px;
  }
}

@supports (-ms-ime-align: auto) {
  .saiyo_know__cont .cont_item:first-child img {
    position: relative;
    left: -1px;
  }
}
@media all and (-ms-high-contrast: none) {
  .saiyo_know__cont .cont_item:first-child img {
    position: relative;
    left: -1px;
  }
}
@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  .saiyo_know__cont :last-child.cont_item {
    margin: 50px 50px 0 70px;
  }
}
.saiyo_strength {
  position: relative;
  z-index: 11;
  width: 1200px;
}
@media all and (max-width: 738px) {
  .saiyo_strength {
    width: 100%;
  }
}
.saiyo_strength ul {
  position: absolute;
  z-index: 12;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
@media all and (max-width: 738px) {
  .saiyo_strength ul {
    width: 95%;
  }
}
.saiyo_strength ul li:first-child {
  font-size: 16px;
}
.saiyo_strength ul li:nth-child(2) {
  font-size: 30px;
  font-weight: bold;
}
@media all and (max-width: 420px) {
  .saiyo_strength ul li:nth-child(2) {
    font-size: 26px;
  }
}
.saiyo_strength ul li:nth-child(3) img {
  width: 90px;
}
@media all and (max-width: 738px) {
  .saiyo_strength ul li:nth-child(3) img {
    width: 70px;
  }
}
.saiyo_strength ul li:nth-child(4) {
  font-weight: 400;
  margin: 25px 0 0 0;
}
.saiyo_strength ul li:last-child {
  margin: 25px auto 0 auto;
}
.saiyo_strength ul li:last-child a {
  color: #fff;
  font-size: 20px;
  display: block;
  width: 240px;
  margin: 0 auto;
  text-align: center;
  background-color: #003561;
  padding: 15px 0;
  text-decoration: none;
}
.saiyo_strength ul li:last-child a:hover {
  color: #003561;
  background-color: #fff;
  transition: all 0.2s ease-in;
}
.saiyo_strength__bg {
  width: 1200px;
  height: 480px;
  background: url(../img/saiyo/strength_bg.jpg) no-repeat;
  transform: skewY(7deg) translate3d(0, 0, 0);
  z-index: 11;
  background-position: 15% 35%;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
}
@media all and (max-width: 738px) {
  .saiyo_strength__bg {
    width: 100%;
  }
}
@media all and (max-width: 420px) {
  .saiyo_strength__bg {
    background-position: 44% 52%;
  }
}

.saiyo_interview {
  position: relative;
  z-index: 12;
  padding: 80px 0;
  width: 1200px;
}
@media all and (max-width: 738px) {
  .saiyo_interview {
    width: 100%;
  }
}
.saiyo_interview::before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f7b538;
  transform: skewY(7deg) translate3d(0, 0, 0);
  z-index: 10;
}
@media all and (max-width: 738px) {
  .saiyo_interview::before {
    display: block;
  }
}
.saiyo_interview__title {
  position: relative;
  z-index: 12;
  text-align: center;
  color: #fff;
  margin: 0 0 50px 0;
}
@media all and (max-width: 420px) {
  .saiyo_interview__title {
    margin: 0 0 30px 0;
  }
}
.saiyo_interview__title li:first-child {
  font-size: 16px;
}
.saiyo_interview__title li:nth-child(2) {
  font-size: 30px;
  font-weight: bold;
}
@media all and (max-width: 420px) {
  .saiyo_interview__title li:nth-child(2) {
    font-size: 26px;
  }
}
.saiyo_interview__title li:nth-child(3) img {
  width: 90px;
}
@media all and (max-width: 738px) {
  .saiyo_interview__title li:nth-child(3) img {
    width: 70px;
  }
}
.saiyo_interview__cont {
  position: relative;
  z-index: 12;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 738px) {
  .saiyo_interview__cont {
    display: block;
  }
}
.saiyo_interview__cont li {
  color: #fff;
}
.saiyo_interview__cont li:first-child {
  width: 100%;
}
.saiyo_interview__cont li:first-child span {
  display: block;
  text-align: center;
  position: relative;
  right: 300px;
  margin: 15px 0 0 0;
}
@media all and (max-width: 738px) {
  .saiyo_interview__cont li:first-child span {
    position: inherit;
    right: inherit;
    width: 95%;
    margin: 10px auto 15px auto;
    text-align: left;
  }
}
@media all and (max-width: 420px) {
  .saiyo_interview__cont li:first-child span {
    font-size: 12px;
  }
}
.saiyo_interview__cont li:last-child {
  position: absolute;
  right: 60px;
  width: 50%;
}
@media all and (max-width: 738px) {
  .saiyo_interview__cont li:last-child {
    position: inherit;
    right: inherit;
    width: 95%;
    margin: 0 auto;
  }
}
.saiyo_interview__cont li:last-child .copy01 {
  font-size: 24px;
  display: block;
  margin: 0 0 10px 0;
  padding: 7px 15px 7px 15px;
  background: #1a55a3;
  width: 350px;
}
@media all and (max-width: 420px) {
  .saiyo_interview__cont li:last-child .copy01 {
    width: 260px;
    font-size: 18px;
  }
}
.saiyo_interview__cont li:last-child .copy02 {
  font-size: 24px;
  display: block;
  margin: 0 0 10px 0;
  padding: 7px 15px 7px 15px;
  background: #1a55a3;
  width: 250px;
}
@media all and (max-width: 420px) {
  .saiyo_interview__cont li:last-child .copy02 {
    width: 180px;
    font-size: 18px;
  }
}
.saiyo_interview__cont li:last-child p {
  margin: 20px 0;
}
.saiyo_interview #interview02 li:last-child {
  width: 100% !important;
  margin: 0 auto 0 0;
  position: inherit;
  right: initial;
  text-align: right;
}
.saiyo_interview #interview02 li:last-child span {
  display: block;
  text-align: center;
  position: relative;
  left: 500px;
  margin: 15px 0 0 0;
  width: 700px;
}
@media all and (max-width: 738px) {
  .saiyo_interview #interview02 li:last-child span {
    position: inherit;
    right: inherit;
    width: 95%;
    margin: 10px auto 15px auto;
    text-align: left;
  }
}
@media all and (max-width: 420px) {
  .saiyo_interview #interview02 li:last-child span {
    font-size: 12px;
  }
}
.saiyo_interview #interview02 .interview02_txt {
  position: absolute;
  width: 60% !important;
  z-index: 13;
  left: 80px;
}
@media all and (max-width: 738px) {
  .saiyo_interview #interview02 .interview02_txt {
    position: inherit;
    right: inherit;
    left: inherit;
    width: 95% !important;
    margin: 0 auto;
  }
}
.saiyo_interview #interview02 .interview02_txt .copy01 {
  font-size: 24px;
  display: block;
  margin: 0 0 10px 0;
  padding: 7px 15px 7px 15px;
  background: #1a55a3;
  width: 200px;
  right: 0;
}
@media all and (max-width: 420px) {
  .saiyo_interview #interview02 .interview02_txt .copy01 {
    width: 150px;
    font-size: 18px;
  }
}
.saiyo_interview #interview02 .interview02_txt .copy02 {
  font-size: 24px;
  display: block;
  margin: 0 0 10px 0;
  padding: 7px 15px 7px 15px;
  background: #1a55a3;
  width: 440px;
  right: 0;
}
@media all and (max-width: 420px) {
  .saiyo_interview #interview02 .interview02_txt .copy02 {
    width: 200px;
    font-size: 18px;
  }
}
.saiyo_interview #interview02 .interview02_txt p {
  margin: 20px 0;
}
.saiyo_interview__bg {
  position: absolute;
  top: 0;
  width: 1200px;
  height: 850px;
  background: #f7b538;
  transform: skewY(7deg) translate3d(0, 0, 0);
  z-index: 10;
}
@media all and (max-width: 738px) {
  .saiyo_interview__bg {
    display: none;
    width: 100%;
    height: 2000px;
  }
}
@media all and (max-width: 420px) {
  .saiyo_interview__bg {
    height: 1900px;
  }
}

@media all and (-ms-high-contrast: none) {
  .saiyo_interview {
    padding: 80px 0 130px;
  }
  .saiyo_interview__cont li:last-child {
    top: 50px;
  }
  .saiyo_interview #interview02 .interview02_txt {
    top: 90px;
  }
  .saiyo_interview__bg {
    display: none;
  }
}
.saiyo_ceo {
  position: relative;
  z-index: 9;
  width: 1200px;
  background: #fff;
}
@media all and (max-width: 738px) {
  .saiyo_ceo {
    width: 100%;
  }
}
.saiyo_ceo__title {
  padding: 30px 0 0;
  position: relative;
  z-index: 9;
  text-align: center;
  color: #000000;
  margin: 0 0 10px 0;
}
@media all and (max-width: 738px) {
  .saiyo_ceo__title {
    padding: 30px 0 20px;
  }
}
.saiyo_ceo__title li:first-child {
  font-size: 16px;
}
.saiyo_ceo__title li:nth-child(2) {
  font-size: 30px;
  font-weight: bold;
}
@media all and (max-width: 420px) {
  .saiyo_ceo__title li:nth-child(2) {
    font-size: 26px;
  }
}
.saiyo_ceo__title li:nth-child(3) img {
  width: 90px;
}
@media all and (max-width: 738px) {
  .saiyo_ceo__title li:nth-child(3) img {
    width: 70px;
  }
}
.saiyo_ceo__photo {
  position: relative;
  top: -30px;
  margin-bottom: -30px;
}
@media all and (max-width: 420px) {
  .saiyo_ceo__photo {
    top: -15px;
    margin-bottom: 5px;
  }
}
.saiyo_ceo__txt {
  max-width: 920px;
  margin: 0 auto 15px;
  line-height: 2em;
  text-align: center;
}
@media all and (max-width: 738px) {
  .saiyo_ceo__txt {
    width: 95%;
    text-align: left;
  }
}

.saiyo_garally {
  position: relative;
  z-index: 9;
  width: 1200px;
  margin: 50px 0;
}
@media all and (max-width: 738px) {
  .saiyo_garally {
    width: 100%;
  }
}
.saiyo_garally__title {
  padding: 30px 0 0;
  position: relative;
  z-index: 9;
  text-align: center;
  color: #000000;
  margin: 0 0 10px 0;
}
.saiyo_garally__title li:first-child {
  font-size: 16px;
}
.saiyo_garally__title li:nth-child(2) {
  font-size: 30px;
  font-weight: bold;
}
@media all and (max-width: 420px) {
  .saiyo_garally__title li:nth-child(2) {
    font-size: 26px;
  }
}
.saiyo_garally__title li:nth-child(3) img {
  width: 90px;
}
@media all and (max-width: 738px) {
  .saiyo_garally__title li:nth-child(3) img {
    width: 70px;
  }
}
.saiyo_garally__cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto 0;
  max-width: 900px;
}
@media all and (max-width: 738px) {
  .saiyo_garally__cont {
    width: 95%;
    flex-wrap: wrap;
  }
}
.saiyo_garally__cont li {
  width: 23%;
}
@media all and (max-width: 738px) {
  .saiyo_garally__cont li {
    width: 47%;
    margin-bottom: 30px;
  }
}
.saiyo_garally__cont li a {
  display: block;
  box-shadow: 10px 10px rgb(237, 105, 90);
  transition: all 0.2s ease-in;
}
.saiyo_garally__cont li a:hover {
  box-shadow: 0 0 rgba(237, 105, 90, 0);
  transition: all 0.2s ease-in;
}
@media all and (max-width: 738px) {
  .saiyo_garally__cont li a {
    box-shadow: 7px 7px rgb(237, 105, 90);
  }
}

.saiyo_info {
  position: relative;
  z-index: 8;
  width: 1200px;
  background: #e6e6e6;
  margin: 50px 0;
  padding: 0 0 130px 0;
}
@media all and (max-width: 738px) {
  .saiyo_info {
    width: 100%;
    padding: 0 0 80px 0;
  }
}
.saiyo_info__bg {
  position: absolute;
  top: -140px;
  width: 1200px;
  height: 250px;
  background: #e6e6e6;
  transform: skewY(-7deg) translate3d(0, 0, 0);
  z-index: 7;
}
@media all and (max-width: 738px) {
  .saiyo_info__bg {
    width: 100%;
  }
}
.saiyo_info__title {
  padding: 30px 0 0;
  position: relative;
  z-index: 9;
  text-align: center;
  color: #000000;
  margin: 0 0 10px 0;
}
.saiyo_info__title li:first-child {
  font-size: 16px;
}
.saiyo_info__title li:nth-child(2) {
  font-size: 30px;
  font-weight: bold;
}
@media all and (max-width: 420px) {
  .saiyo_info__title li:nth-child(2) {
    font-size: 26px;
  }
}
.saiyo_info__title li:nth-child(3) img {
  width: 90px;
}
@media all and (max-width: 738px) {
  .saiyo_info__title li:nth-child(3) img {
    width: 70px;
  }
}
.saiyo_info .txt {
  position: relative;
  z-index: 15;
  text-align: center;
  font-weight: bold;
}
.saiyo_info__cont {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 30px auto 0;
  max-width: 900px;
}
@media all and (max-width: 738px) {
  .saiyo_info__cont {
    display: block;
  }
}
.saiyo_info__cont li {
  width: 47%;
}
@media all and (max-width: 738px) {
  .saiyo_info__cont li {
    width: 95%;
    margin: 0 auto 15px auto;
  }
}
.saiyo_info__cont li a {
  font-size: 24px;
  display: block;
  width: 100%;
  background: #1a55a3;
  padding: 30px 0;
  color: #fff;
  text-align: center;
  line-height: 24px;
  text-decoration: none;
}
@media all and (max-width: 738px) {
  .saiyo_info__cont li a {
    font-size: 20px;
  }
}
.saiyo_info__cont li a:hover {
  color: #1a55a3;
  background-color: #fff;
  transition: all 0.2s ease-in;
}
.saiyo_info__cont li a span {
  font-size: 60%;
}
/*# sourceMappingURL=base.css.map */