section {
  width: 1200px;
  margin: 100px auto;
  max-width: 90%;
}

.h1-box {
  position: relative;
}
.h1-box .entery-btn {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translate(-50%, 0);
}
.h1-box .entery-btn a {
  background: white;
  display: flex !important;
  padding: 15px 30px 15px 40px;
  font-weight: 800;
  font-size: 14px;
  border-radius: 9999px;
  align-items: center;
}
.h1-box .entery-btn a .arrow {
  margin-left: 40px;
  background: #112d7c;
  color: white;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.h1-box .entery-btn a .arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}

.sub-title {
  width: 1200px;
  max-width: 100%;
  margin: 50px auto;
  color: #112d7c;
}
.sub-title .sub-box {
  position: relative;
}
.sub-title h2 {
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 30px;
  position: relative;
  display: inline;
  border-bottom: solid 1px #fdbc0b;
  padding-bottom: 5px;
  padding-right: 20px;
}
.sub-title img {
  position: absolute;
  width: 50px;
  bottom: -1px;
  right: -50px;
}
.sub-title h3 {
  font-size: 14px;
}

.flex-box {
  display: flex;
}

section.top {
  width: 1500px;
  max-width: 100%;
  margin-top: 50px;
}

/**********************************
news
**********************************/
.news-box {
  width: 800px;
  max-width: 90%;
}
.news-box h3 {
  padding-left: 10px;
  text-align: center;
  color: #112d7c;
  font-size: 30px;
}
.news-box li {
  list-style: none;
}
.news-box li a {
  display: flex !important;
  color: #112d7c;
  padding-right: 5%;
}
.news-box li a .li-left {
  min-width: 130px;
  padding: 5px 10px;
  width: 20%;
  text-align: center;
}
.news-box li a .li-left span {
  background: #fafafa;
  display: block;
  width: 100%;
  padding: 5px 0;
}
.news-box li a .li-right {
  flex-grow: 1;
  padding: 10px 20px;
}
.news-box li a .arrow {
  padding-top: 10px;
}
.news-box li a .arrow span {
  background: #112d7c;
  color: white;
  padding: 5px;
  border-radius: 50%;
}
.news-box .box02 {
  height: 150px;
  overflow-y: scroll;
  padding: 10px;
}
.news-box hr {
  border: 0;
  border-bottom: solid 1px #fdbc0b;
}

/**********************************
message
**********************************/
section.message .left {
  width: 70%;
  padding-right: 3%;
}
section.message .right {
  width: 30%;
}
section.message .right a {
  margin-bottom: 30px;
}

section.infographic .flex-box {
  flex-wrap: wrap;
  align-items: center;
}
section.infographic .card {
  width: calc(50% - 10px);
  height: 200px;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 460px;
  margin-bottom: 20px;
}
section.infographic .card .card-flex {
  display: inline-flex;
  color: #112d7c;
  font-weight: 800;
  letter-spacing: 0.05em;
  align-items: center;
}
section.infographic .card .card-flex .left {
  margin-right: 50px;
}
section.infographic .card .card-flex .left .n0 {
  font-size: 10px;
}
section.infographic .card .card-flex .right {
  text-align: right;
}
section.infographic .card .card-flex .right .n1 {
  font-size: 70px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-right: 5px;
  letter-spacing: 0.1em;
}
section.infographic .card .card-flex .right .n10 {
  letter-spacing: 0em;
}
section.infographic .card .card-flex .right .n2 {
  font-size: 30px;
}
section.infographic .card:nth-child(odd) {
  margin-right: 10px;
}
section.infographic .card:nth-child(even) {
  margin-left: 10px;
}

section.benefit {
  width: 100%;
  max-width: 100%;
}
section.benefit .sub-title {
  max-width: 90%;
}
section.benefit .blue-bg {
  background: #112d7c;
}
section.benefit .flex-box {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  flex-wrap: wrap;
}
section.benefit .flex-box .left {
  width: 33%;
}
section.benefit .flex-box .left ul {
  padding: 30px 0 10px 0;
}
section.benefit .flex-box .left li {
  margin-bottom: 20px;
  list-style: none;
}
section.benefit .flex-box .left a {
  background: white;
  width: 300px;
  max-width: 80%;
  padding: 15px 30px;
  border-radius: 9999px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #112d7c;
  position: relative;
}
section.benefit .flex-box .left a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 70px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fdbc0e;
  border-bottom: 2px solid #fdbc0e;
  transform: rotate(-135deg);
  transition: 0.3s;
}
section.benefit .flex-box .left a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 70px;
  margin: auto;
  width: 20px;
  height: 2px;
  background: #fdbc0e;
  transition: 0.3s;
}
section.benefit .flex-box .left a:hover::before {
  right: -30px;
  width: 120px;
}
section.benefit .flex-box .left a:hover::after {
  right: -30px;
}
section.benefit .flex-box .center {
  width: 33%;
  align-self: flex-end;
}
section.benefit .flex-box .center img {
  width: 95%;
  margin-bottom: -20px;
}
section.benefit .flex-box .right {
  width: 33%;
}
section.benefit .flex-box .right img {
  width: 95%;
  margin-top: -30px;
}

section.work li {
  list-style: none;
}
section.work .flex-box {
  flex-wrap: wrap;
}
section.work .card {
  width: 50%;
  margin-bottom: 40px;
}
section.work .card:nth-child(odd) {
  padding-right: 20px;
}
section.work .card:nth-child(even) {
  padding-left: 20px;
}

#staff {
  padding-top: 100px;
  margin-top: -200px;
}

section.interview .swiper-wrapper {
  align-items: flex-end;
}
section.interview .swiper-slide {
  width: 180px;
}
section.interview .swiper-slide-active {
  width: 390px;
  position: relative;
}
section.interview .swiper-slide-active .card-image .intro {
  display: block;
}
section.interview .card-image {
  position: static;
}
section.interview .card-image .intro {
  width: 600px;
  position: absolute;
  left: 450px;
  top: 0;
  display: none;
}
section.interview .card-image .intro .flex-box {
  align-items: flex-end;
}
section.interview .card-image .intro .flex-box .message {
  width: 70%;
  padding-right: 20px;
}
section.interview .card-image .intro .flex-box .name {
  width: 30%;
  padding-left: 20px;
}
section.interview .card-image .intro .flex-box2 {
  margin: 0;
  margin-top: 30px;
  align-items: center;
}
section.interview .card-image .intro .flex-box2 .more {
  margin-left: 30px;
}
section.interview .card-image .intro .flex-box2 .more a {
  background: #112d7c;
  color: white;
  padding: 5px 30px;
  border-radius: 9999px;
}

section.media {
  margin-bottom: 200px;
}
section.media .flex-box .left li {
  margin-bottom: 20px;
  list-style: none;
}
section.media .flex-box .left a {
  width: 250px;
  max-width: 80%;
  padding: 15px 30px;
  border-radius: 9999px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #112d7c;
  border: solid 1px #112d7c;
  text-align: center;
  position: relative;
}
section.media .flex-box .left a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  width: 20px;
  height: 5px;
  border: none;
  border-right: 2px solid #112d7c;
  border-bottom: 1px solid #112d7c;
  transform: skew(45deg);
  transition: 0.3s;
}
section.media .flex-box .left a:hover::after {
  right: -20px;
  width: 50px;
}
section.media .flex-box .right ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
section.media .flex-box .right .card {
  width: 33.33%;
  padding-right: 20px;
  min-width: 200px;
  margin-bottom: 20px;
}

.entry-fixed-btn {
  position: fixed;
  right: 0;
  top: 100px;
  writing-mode: vertical-rl;
  margin: 0;
  width: auto;
  font-weight: 800;
  z-index: 90;
}
.entry-fixed-btn ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.entry-fixed-btn ul li {
  padding: 20px 10px;
  border-radius: 10px 0 0 10px;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.516);
}
.entry-fixed-btn ul li a {
  color: white;
}
.entry-fixed-btn ul span {
  text-combine-upright: all;
}
.entry-fixed-btn ul li:nth-child(1) {
  background: #379cdb;
}
.entry-fixed-btn ul li:nth-child(2) {
  background: #0589db;
}
.entry-fixed-btn ul li:nth-child(3) {
  background: #146aa0;
}

@media (max-width: 700px) {
  .entry-fixed-btn {
    top: auto;
    bottom: 100px;
  }
  /*
  .entry-fixed-btn {
      top: auto;
      right: auto;
      bottom: 0;
      left: 0;
      writing-mode: horizontal-tb;
  }*/
}
@media (max-width: 1045px) {
  section.infographic .card:nth-child(even) {
    margin-left: auto;
  }
  section.infographic .card {
    height: 150px;
  }
}
@media (max-width: 520px) {
  section.infographic .card {
    width: 100%;
    min-width: auto;
  }
  section.infographic .card .card-flex .left {
    margin-right: 20px;
  }
  section.infographic .card .card-flex .right .n1 {
    font-size: 50px;
  }
  section.infographic .card .card-flex .right .n2 {
    font-size: 30px;
  }
}
.show {
  display: none;
}

@media (max-width: 1000px) {
  .h1-box .entery-btn {
    position: static;
    transform: translate(0);
    margin-top: 30px;
  }
  .h1-box .entery-btn a {
    border: solid 1px #112d7c;
    width: 230px;
    justify-content: center;
    margin: 0 auto;
    padding: 10px 10px 10px 20px;
    max-width: 90%;
  }
  .hidden {
    display: none;
  }
  .show {
    display: block;
  }
  section.benefit .flex-box .left {
    width: 50%;
  }
  section.benefit .flex-box .center {
    width: 0%;
  }
  section.benefit .flex-box .right {
    width: 50%;
  }
  section.benefit .flex-box .right img {
    width: 90%;
  }
  section.benefit .flex-box .right .show2 {
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: -30px;
  }
}
@media (max-width: 1200px) {
  section.interview .card-image .intro {
    width: 400px;
  }
  section.interview .card-image .intro .flex-box {
    flex-direction: column;
  }
  section.interview .card-image .intro .flex-box .message {
    margin-right: auto;
  }
  section.interview .card-image .intro .flex-box2 {
    flex-direction: column;
  }
  section.interview .card-image .intro .flex-box2 .name {
    margin-bottom: 10px;
  }
}
@media (max-width: 1000px) {
  section.interview .card-image .intro {
    width: 300px;
  }
  section.interview .card-image .intro .flex-box {
    flex-direction: column;
  }
  section.interview .card-image .intro .flex-box .message {
    width: 95%;
    padding-right: 5%;
    margin-right: auto;
  }
  section.interview .card-image .intro .flex-box .name {
    margin-top: 10px;
    width: 40%;
  }
  section.interview .card-image .intro .flex-box2 {
    flex-direction: column;
  }
  section.interview .card-image .intro .flex-box2 .name {
    margin-bottom: 10px;
  }
}
@media (max-width: 850px) {
  section.interview .card-image .intro {
    position: static;
    display: block;
    margin-top: 20px;
    width: 400px;
    max-width: 90vw;
    opacity: 0;
    pointer-events: none;
  }
  section.interview .card-image .intro .flex-box .message {
    width: 80%;
  }
  section.interview .card-image .intro .flex-box .name {
    width: 30%;
    min-width: 120px;
  }
  section.interview .swiper-slide {
    width: 100px;
  }
  section.interview .swiper-slide-active {
    width: 200px;
    position: relative;
  }
  section.interview .swiper-slide-active .intro {
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 900px) {
  section.message .flex-box {
    flex-direction: column;
  }
  section.message .flex-box .left {
    margin-bottom: 10px;
    padding-right: 0;
  }
  section.message .flex-box .right {
    width: 90%;
    display: flex;
    margin-left: auto;
  }
  section.message .flex-box .right a {
    padding-right: 20px;
  }
}
@media (max-width: 700px) {
  #staff {
    padding-top: 50px;
    margin-top: -120px;
  }
  .sub-title h2 {
    font-size: 20px;
  }
  .sub-title h3 {
    font-size: 12px;
  }
  section {
    margin: 70px auto;
  }
  .news-box li a .li-right {
    flex-grow: 1;
    padding: 10px 10px;
    padding-left: 0;
  }
  section.benefit .flex-box {
    flex-direction: column;
  }
  section.benefit .flex-box .left {
    width: 100%;
  }
  section.benefit .flex-box .right {
    width: 100%;
  }
  section.benefit .flex-box .right img {
    margin-top: 0;
    width: 400px;
    max-width: 70%;
  }
  section.benefit .flex-box .right .show2 {
    margin-top: 30px;
  }
  section.work {
    margin-top: 100px;
  }
  section.work .card {
    margin-bottom: 10px;
  }
  section.work .card:nth-child(odd) {
    padding-right: 2.5%;
  }
  section.work .card:nth-child(even) {
    padding-left: 2.5%;
  }
  section.media .flex-box {
    flex-direction: column;
  }
  section.media .flex-box .left a {
    max-width: 100%;
  }
  section.media .flex-box .right .card {
    width: 50%;
    min-width: auto;
  }
  section.message .left {
    width: 100%;
  }
  section.message .flex-box .right {
    width: 100%;
  }
  section.message .flex-box .right a:nth-child(1) {
    padding-right: 2.5%;
  }
  section.message .flex-box .right a:nth-child(2) {
    padding-left: 2.5%;
    padding-right: 0;
  }
}/*# sourceMappingURL=home.css.map */