@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
@media all and (max-width: 896px) {
  .common-second__link {
    margin-bottom: 0;
  }
}

#mission,
#organization,
#message,
#outline,
#access,
#history {
  padding-top: 40px;
  margin-top: -40px;
}

@media all and (max-width: 896px) {
  .second-top__inner {
    margin-bottom: 50px;
  }
}

.second-main__right.corporate .common-second__link {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 896px) {
  .second-main__right.corporate .common-second__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
  }
}
.second-main__right.corporate .common-second__link a {
  width: 26%;
  margin-bottom: 20px;
  position: relative;
}
@media all and (max-width: 1367px) {
  .second-main__right.corporate .common-second__link a {
    width: 46%;
  }
}
@media all and (max-width: 1025px) {
  .second-main__right.corporate .common-second__link a {
    width: 46%;
    margin-right: 0;
  }
}
.second-main__right.corporate .common-second__link a::after {
  content: "";
  background-image: url(../images/common/arrow_bottom_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 10px;
  display: block;
  position: absolute;
  top: 56%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3%;
}
@media all and (max-width: 1367px) {
  .second-main__right.corporate .common-second__link a:nth-child(even) {
    margin-right: 0;
  }
}
.second-main__right.corporate .common-second__link a p {
  line-height: 1.3;
}
@media all and (max-width: 600px) {
  .second-main__right.corporate .common-second__link a p {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 600px) {
  .second-main__right.corporate .common-second__link a div {
    font-size: 1.4rem;
  }
}

.corporate__img-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.corporate__img-flex li:first-child {
  width: 60%;
}
@media all and (max-width: 1280px) {
  .corporate__img-flex li:first-child {
    width: auto;
  }
}
.corporate__img-flex li:last-child {
  width: 40%;
}
@media all and (max-width: 1280px) {
  .corporate__img-flex li:last-child {
    width: auto;
  }
}
.corporate__img-inner {
  position: relative;
}

.corporate__blk-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: -400px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1520px;
  width: 90%;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(40%, rgb(255, 255, 255)), color-stop(80%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%);
  padding: 60px 90px 60px;
}
@media all and (max-width: 1367px) {
  .corporate__blk-top {
    padding: 80px;
    bottom: -550px;
  }
}
@media all and (max-width: 1025px) {
  .corporate__blk-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px;
    width: 80%;
    bottom: -600px;
  }
}
@media all and (max-width: 896px) {
  .corporate__blk-top {
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    padding: 0;
    margin-top: 40px;
    width: 90%;
  }
}
.corporate__blk-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 1025px) {
  .corporate__blk-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.corporate__blk-wrap.first {
  margin-bottom: 100px;
}
@media all and (max-width: 1025px) {
  .corporate__blk-wrap.first {
    margin-bottom: 60px;
  }
}
.corporate__blk-wrap li:first-child {
  width: 30%;
}
@media all and (max-width: 1367px) {
  .corporate__blk-wrap li:first-child {
    margin-right: 5%;
  }
}
@media all and (max-width: 1025px) {
  .corporate__blk-wrap li:first-child {
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
  }
}
.corporate__blk-wrap li:last-child {
  width: 65%;
}
@media all and (max-width: 1025px) {
  .corporate__blk-wrap li:last-child {
    width: 100%;
  }
}
.corporate__blk-wrap li:last-child p {
  line-height: 270%;
}

.common-title-blk .title-blk-en {
  font-size: 1.4rem;
  color: #C6CEDA;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-weight: 700;
}
@media all and (max-width: 1280px) {
  .common-title-blk .title-blk-en {
    font-size: 1.2rem;
  }
}
.common-title-blk .title-blk h2 {
  font-size: 4rem;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media all and (max-width: 1280px) {
  .common-title-blk .title-blk h2 {
    font-size: 3rem;
  }
}
.common-title-blk .title-blk img {
  width: 20px;
  height: 12px;
  margin-bottom: 20px;
}

.message-section {
  margin-top: 470px;
}
@media all and (max-width: 1367px) {
  .message-section {
    margin-top: 620px;
  }
}
@media all and (max-width: 1025px) {
  .message-section {
    margin-top: 670px;
  }
}
@media all and (max-width: 896px) {
  .message-section {
    margin-top: 80px;
  }
}

.message__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .message__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.message__flex li:first-child {
  width: 55%;
  margin-right: 5%;
}
@media all and (max-width: 1280px) {
  .message__flex li:first-child {
    margin-right: 8%;
  }
}
@media all and (max-width: 896px) {
  .message__flex li:first-child {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
.message__flex li:first-child p {
  line-height: 270%;
}
.message__flex li:first-child p:last-child {
  text-align: right;
  margin-top: 20px;
}
.message__flex li:first-child p span {
  font-weight: 700;
  font-size: 2.4rem;
  display: inline-block;
}
.message__flex li:first-child p span:first-child {
  font-size: 1.8rem;
  margin-right: 20px;
}
@media all and (max-width: 896px) {
  .message__flex li:last-child {
    width: 80%;
    margin: 0 auto;
  }
}

.outline {
  margin-top: 200px;
}
@media all and (max-width: 1025px) {
  .outline {
    margin-top: 80px;
  }
}

.outline__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .outline__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.outline__flex li {
  width: 48%;
}
@media all and (max-width: 896px) {
  .outline__flex li {
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  .outline__flex li:first-child {
    width: 100%;
    margin: 0 auto 0px;
  }
}
.outline__flex li div {
  border-top: 1px solid #C6CEDA;
  padding: 20px 0px;
}
.outline__flex li div .circle {
  width: 10px;
  height: 10px;
  background: #152E55;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.outline__flex li div.border-last {
  border-bottom: 1px solid #C6CEDA;
}
@media all and (max-width: 896px) {
  .outline__flex li div.border-last {
    border-bottom: none;
  }
}
.outline__flex li p:first-child {
  font-size: 1.8rem;
  margin-bottom: 12px;
  font-weight: 700;
  color: #152E55;
}
.outline__flex li p.indent {
  text-indent: 1em;
}

.table-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #EFF3F8;
  padding: 20px;
}
@media all and (max-width: 600px) {
  .table-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.table-flex li:last-child {
  margin-left: 20px;
}
.table-flex li:last-child p {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
}
.table-flex li:last-child p:last-child {
  font-weight: 700;
  font-size: 2rem;
}

.access {
  margin-top: 200px;
}
@media all and (max-width: 896px) {
  .access {
    margin-top: 80px;
  }
}
.access__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 896px) {
  .access__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.access__flex li:first-child {
  width: 30%;
}
@media all and (max-width: 896px) {
  .access__flex li:first-child {
    width: 100%;
  }
}
.access__flex li:last-child {
  margin-top: 20px;
}
.access__flex li:last-child span:first-child {
  margin-right: 30px;
}
.access__flex li:last-child p {
  font-size: 1.8rem;
}

.iframe-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  margin-top: 40px;
  height: 500px;
}
@media all and (max-width: 1025px) {
  .iframe-wrapper {
    padding-bottom: 56.25%;
  }
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.history {
  margin-top: 100px;
  background-image: url(../images/corporate/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}

.timeline {
  list-style: none;
}

.timeline > li {
  margin-bottom: 60px;
}

.timeline {
  width: 100%;
  max-width: 75%;
  margin: 120px auto;
  background-color: #F1F1EB;
  overflow: hidden;
  position: relative;
}

.timeline::after {
  content: "";
  background-image: url("../images/bg_text.svg");
  background-repeat: no-repeat;
  width: 10%;
  height: 100%;
  position: absolute;
  bottom: 0%;
  right: 0%;
  background-position-y: bottom;
  margin-bottom: 60px;
  margin-right: 5px;
}

.timeline__inner {
  margin: 0 auto;
  position: relative;
}

.timeline__title {
  font-size: 5rem;
  color: #67747C;
  margin-top: 64px;
  border-bottom: 1px solid #45403F;
  line-height: 1.5;
}

@media all and (max-width: 896px) {
  .timeline__title {
    font-size: 4.5rem;
  }
}
.timeline__title--jp {
  font-size: 2.1rem;
  padding-bottom: 24px;
  display: block;
}

.timeline__list {
  margin-top: 50px;
  overflow: hidden;
}

.timeline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #bdbbbb;
  padding: 20px 0;
  gap: 30px;
}
@media all and (max-width: 896px) {
  .timeline__item::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 1;
    background-image: url(../images/common/history_icon.png);
  }
}
@media all and (max-width: 896px) {
  .timeline__item::after {
    content: "";
    position: absolute;
    right: 13px;
    top: 50%;
    bottom: -160%;
    width: 2px;
    background-color: #f1f0ef;
  }
}

@media all and (max-width: 896px) {
  .timeline__item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 12px 0;
    gap: 17px;
  }
}
.timeline__year {
  font-size: 6rem;
  font-weight: 700;
  color: #f9fbfc;
  line-height: 1;
  width: 340px;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
@media all and (max-width: 1280px) {
  .timeline__year {
    font-size: 4.5rem;
  }
}
@media all and (max-width: 1025px) {
  .timeline__year {
    width: 380px;
    padding-left: 0;
  }
}
.timeline__year span {
  font-size: 2rem;
  margin-left: 10%;
  display: inline-block;
}
@media all and (max-width: 1280px) {
  .timeline__year span {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 896px) {
  .timeline__year span {
    font-size: 1.6rem;
  }
}

.timeline__year::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 1;
  background-image: url(../images/common/history_icon.png);
}
@media all and (max-width: 896px) {
  .timeline__year::before {
    display: none;
  }
}

.timeline__year::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  bottom: -160%;
  width: 2px;
  background-color: #f1f0ef;
}
@media all and (max-width: 1367px) {
  .timeline__year::after {
    bottom: -220%;
  }
}
@media all and (max-width: 896px) {
  .timeline__year::after {
    display: none;
  }
}

.timeline__description {
  font-size: 1.8rem;
  color: #fff;
  width: 70%;
  text-align: left;
}
@media all and (max-width: 1367px) {
  .timeline__description {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 896px) {
  .timeline__description {
    width: 90%;
    margin: 0 auto 0 0;
    font-size: 1.6rem;
  }
}
.timeline__description div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media all and (max-width: 896px) {
  .timeline__description div {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.timeline__description div span:first-child {
  width: 60px;
  margin-right: 10px;
}
@media all and (max-width: 1367px) {
  .timeline__description div span:last-child {
    font-size: 1.6rem;
  }
}

.service__blk {
  text-align: center;
  position: relative;
}
@media all and (max-width: 896px) {
  .service__blk {
    height: 150px;
  }
}
.service__blk.common .service__blk-inner {
  margin-bottom: 40px;
}
.service__blk.common p {
  color: #C6CEDA;
}
.service__blk.common h2 {
  color: #152E55;
}
.service__blk img {
  width: 20px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.service__blk-des {
  padding-top: 30px;
}

.service__flex-img {
  position: relative;
  background-image: url(../images/reform/main_img01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
}
.service__flex-img::after {
  content: "";
  display: block;
  padding-top: 38%;
}
@media all and (max-width: 1367px) {
  .service__flex-img::after {
    padding-top: 43%;
  }
}
.service__flex-img.sec {
  background-image: url(../images/reform/main_img02.jpg);
}
.service__flex-img.sec::after {
  content: "";
  display: block;
  padding-top: 38%;
}
@media all and (max-width: 1367px) {
  .service__flex-img.sec::after {
    padding-top: 43%;
  }
}
.service__flex-img.thr {
  background-image: url(../images/reform/main_img03.jpg);
}
.service__flex-img.thr::after {
  content: "";
  display: block;
  padding-top: 38%;
}
@media all and (max-width: 1367px) {
  .service__flex-img.thr::after {
    padding-top: 43%;
  }
}
.service__flex-blk {
  position: absolute;
  bottom: 5%;
  left: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service__flex-blk img {
  width: 89px;
  height: 89px;
}
@media all and (max-width: 896px) {
  .service__flex-blk img {
    width: 45px;
    height: 45px;
  }
}
.service__flex-blk p {
  font-size: 2.4rem;
  color: #fff;
  margin-left: 20px;
}
@media all and (max-width: 896px) {
  .service__flex-blk p {
    font-size: 1.4rem;
  }
}

.service__main-txt {
  font-size: 1.8rem;
  text-align: center;
  margin: 100px auto;
  max-width: 1280px;
  width: 90%;
}
@media all and (max-width: 896px) {
  .service__main-txt {
    margin: 50px auto;
    font-size: 1.6rem;
  }
}

.txt__link.service {
  margin: 0 auto;
}

.section-seocond__btn.service ul li a {
  background: #fff !important;
}

.service-btn li a section {
  width: 100%;
}
.service-btn li a .link-center-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.service-btn li a .link-center-wrap span {
  color: #C6CEDA;
  font-size: 1.4rem;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .service-btn li a .link-center-wrap .link-center {
    margin-bottom: 20px;
  }
}
.service-btn li a .link-center-wrap .link-center p {
  font-size: 1.6rem;
  color: #152E55;
}
@media all and (max-width: 600px) {
  .service-btn li a .link-center-wrap .link-center p {
    font-size: 1.3rem;
  }
}
.service-btn li a .link-center-wrap .link-center p:last-child {
  font-size: 2.4rem;
}
@media all and (max-width: 1025px) {
  .service-btn li a .link-center-wrap .link-center p:last-child {
    font-size: 1.8rem;
  }
}
.service-btn li a .link-center-wrap .link-center p:last-child img {
  width: auto;
}
@media all and (max-width: 896px) {
  .service-btn li a .link-center-wrap .link-center p:last-child img {
    width: 80%;
  }
}
.service-btn li a .link-center-wrap .common-btn {
  margin: 0 0 0 auto;
}

.service__blk-wide:last-child {
  margin-top: 200px;
}
@media all and (max-width: 1025px) {
  .service__blk-wide:last-child {
    margin-top: 300px;
    margin-bottom: 60px;
  }
}
.service__blk-bg {
  position: relative;
}
.service__blk-left {
  background-image: url(../images/service/main_img03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 1280px;
  width: 90%;
  height: 568px;
}
.service__blk-left.sec {
  background-image: url(../images/service/main_img04.jpg);
  margin: 0 0 0 auto;
}
.service__blk-detail {
  background: #fff;
  position: absolute;
  bottom: -120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 80px;
  max-width: 1340px;
  width: 95%;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .service__blk-detail {
    padding: 30px;
    width: 90%;
  }
}
.service__blk-detail-icon {
  position: relative;
}
.service__blk-detail-icon::after {
  content: "";
  background-image: url(../images/service/faq01.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -400px;
  right: -10%;
  width: 535px;
  height: 372px;
}
@media all and (max-width: 896px) {
  .service__blk-detail-icon::after {
    width: 300px;
    height: 200px;
    top: -300px;
  }
}
@media all and (max-width: 600px) {
  .service__blk-detail-icon::after {
    width: 220px;
    height: 150px;
    right: -13%;
    top: -360px;
  }
}
.service__blk-detail-icon.sec::after {
  background-image: url(../images/service/faq02.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -400px;
  left: -6%;
  width: 535px;
  height: 372px;
}
@media all and (max-width: 896px) {
  .service__blk-detail-icon.sec::after {
    width: 300px;
    height: 200px;
    top: -330px;
  }
}
@media all and (max-width: 600px) {
  .service__blk-detail-icon.sec::after {
    width: 220px;
    height: 150px;
    left: -13%;
    top: -360px;
  }
}
.service__blk-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 1025px) {
  .service__blk-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service__blk-ul li:first-child {
  font-size: 3.5rem;
  font-weight: 400;
  margin-right: 10%;
  width: 350px;
}
@media screen and (max-width: 1600px) {
  .service__blk-ul li:first-child {
    font-size: 3rem;
    margin-right: 5%;
    width: 40%;
  }
}
@media all and (max-width: 1025px) {
  .service__blk-ul li:first-child {
    width: 100%;
    margin-right: 0;
  }
}
@media all and (max-width: 1025px) {
  .service__blk-ul li h3 {
    text-align: center;
    margin-bottom: 20px;
  }
}

#new,
#home,
#store {
  padding-top: 50px;
  margin-top: -50px;
}

#one,
#two,
#three,
#four {
  padding-top: 50px;
  margin-top: -50px;
}

.organization {
  margin-top: 140px;
}
@media all and (max-width: 896px) {
  .organization {
    margin-top: 80px;
  }
}
.organization__img {
  margin-top: 60px;
  overflow-x: auto;
}
.organization__img img {
  min-width: 900px;
  width: 100%;
}
.organization__btn {
  max-width: 1100px;
  width: 90%;
  margin: 100px auto 100px;
  background: rgb(239, 243, 248);
}
@media all and (max-width: 896px) {
  .organization__btn {
    padding-top: 30px;
    margin: 100px auto 0px;
  }
}
.organization__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #152E55;
}
@media all and (max-width: 896px) {
  .organization__btn a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
  }
}
.organization__btn a .btn-img {
  position: relative;
  bottom: 40px;
}
@media all and (max-width: 896px) {
  .organization__btn a .btn-blk {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.organization__btn a .btn-blk h3 {
  font-size: 2.3rem;
  color: #152E55;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media all and (max-width: 1280px) {
  .organization__btn a .btn-blk h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.organization__btn a .btn-blk h3 span {
  color: #C50018;
}
@media all and (max-width: 896px) {
  .organization__btn a .btn-img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.organization__btn a .arrow_btn_wrap {
  margin-right: 20px;
  margin-left: 0 !important;
  width: 40px !important;
  height: 36px !important;
}
@media all and (max-width: 896px) {
  .organization__btn a .arrow_btn_wrap {
    margin: 0 0 0 auto;
    position: relative;
    right: 20px;
    margin-left: auto !important;
    width: 30px !important;
    height: 30px !important;
  }
}

.common-second__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .common-second__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.common-second__link a {
  border-bottom: 2px solid #152E55;
  padding-bottom: 8px;
  margin-right: 15px;
  width: 40%;
  position: relative;
  background: transparent !important;
}
.common-second__link a::after {
  content: "";
  background-image: url(../images/common/arrow_bottom_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3%;
}
.common-second__link a:hover {
  opacity: 1;
  color: #333;
  border-bottom: 2px solid #152E55;
}
@media all and (max-width: 896px) {
  .common-second__link a {
    width: 45%;
    margin-right: 10%;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 896px) {
  .common-second__link a:nth-child(2) {
    margin-right: 0;
  }
}
@media all and (max-width: 896px) {
  .common-second__link a:nth-child(4) {
    margin-right: 0;
  }
}
@media all and (max-width: 896px) {
  .common-second__link a:nth-child(6) {
    margin-right: 0;
  }
}
.common-second__link a:last-child {
  margin-bottom: 0;
}
.common-second__link a p {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #C6CEDA;
  font-size: 1.4rem;
  font-weight: 700;
}
.common-second__link a div {
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  .common-second__link a div {
    font-size: 1.4rem;
  }
}