@charset "UTF-8";
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
/* 前デザインリセットのための css */
.bg_01 {
  background: #f2f2f2;
  overflow: hidden;
  padding: 75px 0;
}
.bg_01.bg_blue {
  background-color: #1b2070;
}

.topMore a {
  position: relative;
  color: #333;
  padding: 8px 70px;
  display: table;
  margin: 30px auto 0;
  cursor: pointer;
  border-radius: 5px;
  border: solid 1px #333;
}
.topMore a:after {
  content: "";
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 41%;
  right: 15px;
}

.ttl-h2 {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400 !important;
  text-align: center;
  letter-spacing: 0.075em;
  margin-bottom: 64px;
}
.ttl-h2-en {
  font-family: inherit;
  font-size: 24px;
  display: block;
}
.ttl-h2-jp {
  font-family: inherit;
  font-size: 16px;
  display: block;
}

.top_mainimg {
  position: relative;
}
.top_mainimg__wrap {
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}
.top_mainimg-item {
  width: 50%;
  overflow: hidden;
}
.top_mainimg__slider {
  height: 720px;
}
.top_mainimg__slider img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.top_mainimg__slider .swiper-slide-active img,
.top_mainimg__slider .swiper-slide-duplicate-active img,
.top_mainimg__slider .swiper-slide-prev img {
  animation: zoomUp 10s linear 0s 1 normal both;
}
.top_mainimg-catch {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  padding: 40px 0;
}
.top_mainimg-ttl {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.4), 0 0 8px rgba(0, 0, 0, 0.4);
}
.top_mainimg-ttl-fr {
  display: block;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  color: #fff;
  font-size: 80px;
  letter-spacing: 0.025em;
}
.top_mainimg-ttl-jp {
  display: block;
  color: #fff;
  font-size: 24px;
  position: relative;
  border-bottom: 4px solid #ff004e;
}

.top__aboutUs::before {
  content: "";
  position: absolute;
  left: calc((100vw - 1000px) / -2);
  top: 0;
  width: 99vw;
  height: 100%;
  background-image: url("../img/top/about_bg.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-attachment: fixed;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .top__aboutUs::before {
    left: 0;
  }
}
.top__aboutUs__cont:not(:last-child) {
  margin-bottom: 80px;
}
.top__aboutUs-ttl {
  font-size: 28px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0.075em;
  color: #152796;
  text-align: center;
  margin-bottom: 40px;
}
.top__aboutUs-ttl small {
  font-size: 18px;
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
}
.top__aboutUs-subttl {
  font-size: 22px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-align: center;
  margin-bottom: 16px;
}
.top__aboutUs__txt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.top__aboutUs__txt:not(:last-child) {
  margin-bottom: 40px;
}
.top__aboutUs__txt p {
  font-size: 18px;
}
.top__aboutUs__image:not(:last-child) {
  margin-bottom: 40px;
}
.top__aboutUs__image-ttl {
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 400 !important;
  letter-spacing: 0.075em;
  text-align: center;
}
.top__aboutUs__image img {
  width: auto;
  margin: auto;
  display: block;
  max-width: 100%;
}

.top_info {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  padding: 45px 25px;
  border: solid 1px #c4c4c4;
  border-radius: 4px;
  box-sizing: border-box;
  max-width: calc(86px * 10 - 32px);
  margin: auto;
}
.top_info dl {
  border-bottom: none;
  overflow: unset;
  padding: 0px;
  border-bottom: solid 1px #d3d3d3;
}
.top_info dl dt {
  width: auto;
  float: none;
  line-height: normal;
  font-size: 13px;
  margin-top: 18px;
  margin-bottom: 3px;
}
.top_info dl dt .info_label {
  margin-left: 20px;
  font-weight: normal;
  border-radius: 0;
  padding: 2px 7px;
}
.top_info dl dd {
  float: none;
  width: auto;
  position: relative;
  padding-bottom: 20px;
}
.top_info dl dd p {
  top: auto;
  left: auto;
  position: relative;
  line-height: 1.3em;
}
.top_info dl dd p a {
  font-size: 15px;
  color: #152796;
  padding-bottom: 2px;
  border-bottom: 1px solid #152796;
}
.top_info dl dd p a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.top__blogBlock {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top__blogBlock li {
  width: calc((100% - 32px * 2) / 3);
  list-style: none;
  padding-bottom: 20px;
}
.top__blogBlock li .image {
  position: relative;
}
.top__blogBlock li .image img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.top__blogBlock li .image span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  background: rgba(6, 32, 220, 0.6);
  color: #fff;
}
.top__blogBlock .description .date {
  color: #999999;
  line-height: 1;
  display: block;
  padding-top: 7px;
  padding-bottom: 2px;
}
.top__blogBlock li a p.article {
  color: #152796;
  text-decoration: underline;
}

.top__reportBox ul.block_grid li {
  padding-bottom: 30px;
}
.top__reportBox ul.block_grid li .description {
  font-size: 13px;
}
.top__reportBox ul.block_grid li .description a {
  opacity: 0.4;
}
.top__reportBox ul.block_grid li .image img {
  max-width: 312px;
  max-height: 177px;
  object-fit: cover;
}
.top__reportBox ul.block_grid li .description .date {
  display: block;
  padding: 10px 0 7px;
  color: #999999;
}
.top__reportBox ul.block_grid li .description .article {
  text-decoration: underline;
  color: #152796;
}

.top__memberBox ul.block_grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.top__memberBox ul.block_grid li {
  width: calc((100% - 32px * 2) / 2);
  margin: 16px;
}

.top__bannerBox {
  border-top: 1px solid #333;
}
.top__bannerBox ul.top__bannerList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top__bannerBox ul.top__bannerList li {
  width: calc((100% - 32px * 2) / 2);
  margin: 16px;
}
.top__bannerBox ul.top__bannerList li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top__bannerBox ul.top__bannerList li .top__bannerTitle {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 600 !important;
  margin-top: 20px;
}

.top__contactBox .bnrBox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px 32px;
  grid-auto-flow: row;
  grid-template-areas: "bnr-01 bnr-03" "bnr-02 bnr-03";
}
@media all and (-ms-high-contrast: none) {
  .top__contactBox .bnrBox {
    display: -ms-grid;
    -ms-grid-columns: 1fr 32px 1fr;
    -ms-grid-rows: 1fr 16px 1fr;
  }
}
.top__contactBox .bnrBox .bnr-03 {
  grid-area: bnr-03;
}
.top__contactBox .bnrBox .bnr-01 {
  grid-area: bnr-01;
}
.top__contactBox .bnrBox .bnr-02 {
  grid-area: bnr-02;
}
@media all and (-ms-high-contrast: none) {
  .top__contactBox .bnrBox .bnr-01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .top__contactBox .bnrBox .bnr-02 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .top__contactBox .bnrBox .bnr-03 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
.top__contactBox .bnrBox .contactBox {
  border: solid 1px #152796;
  border-radius: 4px;
}
.top__contactBox .bnrBox .contactBox .description {
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
@media all and (-ms-high-contrast: none) {
  .top__contactBox .bnrBox .contactBox .description {
    max-height: 120px;
  }
}
.top__contactBox .bnrBox .contactBox .description h3 {
  line-height: 1;
  font-weight: bold;
  color: #152796;
  font-size: 18px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  margin-bottom: 16px;
}
.top__contactBox h2 {
  text-align: center;
  margin-bottom: 50px;
}
.top__contactBox .applicationBox a {
  display: block;
}

.top__cotntactCall .phoneNum {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media all and (-ms-high-contrast: none) {
  .top__cotntactCall .phoneNum {
    height: 56px;
  }
}
.top__cotntactCall .phoneNum .icon {
  width: 40px;
  padding-top: 8px;
}
.top__cotntactCall .phoneNum .icon svg {
  fill: #152796;
}
.top__cotntactCall .description {
  width: 100%;
}
.top__cotntactCall .numBox {
  padding-left: 6%;
}
.top__cotntactCall .numBox .number {
  font-size: 32px;
  font-weight: bold;
  color: #152796;
  line-height: 1;
}
.top__cotntactCall .close {
  float: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #000000;
  text-shadow: none;
  filter: unset;
  opacity: unset;
}

.top__cotntactForm .formGuide {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 60%;
}
@media all and (-ms-high-contrast: none) {
  .top__cotntactForm .formGuide {
    height: 56px;
  }
}
.top__cotntactForm .formGuide .icon {
  width: 40px;
  padding-top: 5px;
}
.top__cotntactForm .formGuide .icon svg {
  fill: #152796;
}
.top__cotntactForm .formGuide .formInfo {
  padding-left: 6%;
  flex: 1;
  text-align: center;
  justify-content: center;
}
.top__cotntactForm .formGuide .formInfo .info {
  font-size: 13px;
  display: block;
  line-height: 1;
  margin-top: 9px;
}
.top__cotntactForm .formGuide .name {
  background-color: #152796;
  color: #fff;
  text-align: center;
  border-radius: 15px;
}

.top_company {
  margin: 0;
  overflow: hidden;
}
.top_company .p-policy {
  text-align: center;
}
.top_company .p-policy p {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-size: 22px;
  line-height: 2;
}
.top_company .p-policy-ttl {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  margin-top: 0;
  font-size: 26px;
  margin-bottom: 8px;
}

.top__companyBox {
  display: flex;
  justify-content: space-between;
  margin: 0 -16px;
}
.top__companyBox > * {
  width: calc((100% - 32px * 2) / 2);
  margin: 16px;
  box-sizing: border-box;
}
.top__companyBox .tableBox {
  background-color: #fff;
  padding: 3% 2%;
  border: #c4c4c4 solid 1px;
  border-top: 5px solid #152796;
}
.top__companyBox .tableBox table tr th {
  vertical-align: middle;
  min-width: 80px;
}

.top__noticeBox {
  padding: 20px 0 0;
}

.top__attentionBox {
  padding: 30px 0 50px;
}
.top__attentionBox--image {
  max-width: calc(86px* 10 - 32px);
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .bg_01 {
    padding: 50px 0;
  }

  .ttl-h2 {
    margin-bottom: 40px;
  }
  .ttl-h2-en {
    font-size: 22px;
  }
  .ttl-h2-jp {
    font-size: 14px;
  }

  .top_mainimg {
    position: relative;
  }
  .top_mainimg__wrap {
    display: flex;
    justify-content: flex-start;
    position: relative;
    flex-direction: column;
    z-index: 1;
  }
  .top_mainimg-item {
    width: 100%;
  }
  .top_mainimg__slider {
    height: 75vw;
  }
  .top_mainimg-catch {
    padding: 24px 0;
  }
  .top_mainimg-ttl-fr {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .top_mainimg-ttl-jp {
    font-size: 18px;
  }

  .top__aboutUs::before {
    display: none;
  }
  .top__aboutUs__cont:not(:last-child) {
    margin-bottom: 40px;
  }
  .top__aboutUs-ttl {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .top__aboutUs-ttl small {
    font-size: 14px;
  }
  .top__aboutUs-subttl {
    font-size: 18px;
  }
  .top__aboutUs__txt {
    margin-top: 16px;
  }
  .top__aboutUs__txt p {
    font-size: 14px;
  }
  .top__aboutUs__image:not(:last-child) {
    margin-bottom: 24px;
  }
  .top__aboutUs__image img {
    zoom: 0.35;
  }
  .top__aboutUs__image-ttl {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .top_info {
    padding: 9% 4%;
    border: solid 1px #c4c4c4;
    border-radius: 4px;
  }
  .top_info dl dt {
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .top__blogBlock li {
    width: 100%;
    list-style: none;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: flex;
  }
  .top__blogBlock li .image img {
    width: 110px;
    height: 110px;
    object-fit: cover;
  }
  .top__blogBlock li .description {
    margin-left: 3%;
  }
  .top__blogBlock li a p.article {
    color: #152796;
    text-decoration: underline;
    line-height: 1.5;
  }

  .top__bannerBox ul.top__bannerList {
    display: block;
  }
  .top__bannerBox ul.top__bannerList li {
    width: calc(100% - 32px );
    width: 100%;
    margin: 16px auto 30px;
  }
  .top__bannerBox ul.top__bannerList li:last-child {
    margin-bottom: 0;
  }

  .top__memberBox ul.block_grid {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top__memberBox ul.block_grid li {
    width: calc(100% - 32px );
    margin-bottom: 15px;
  }
  .top__memberBox ul.block_grid li:last-child {
    margin-bottom: 0;
  }

  .top__contactBox .bnrBox {
    display: block;
  }
  .top__contactBox .bnrBox .contactBox {
    position: relative;
    padding: 4% 2%;
  }
  .top__contactBox .bnrBox .image {
    width: 25%;
  }
  .top__contactBox .applicationBox .row {
    display: block;
    align-items: center;
  }
  .top__contactBox .applicationBox .center {
    width: 92%;
    margin: 0 4% 15px;
    font-size: 3.5vw;
  }
  .top__contactBox .applicationBox h3 {
    text-align: center;
    background-color: #fff;
    color: #ea241f;
    font-size: 3.5vw;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1;
    padding: 10px;
  }
  .top__contactBox .applicationBox h3 .space {
    font-size: 3.5vw;
    display: block;
    padding-left: 0px;
    margin-bottom: 0px;
    line-height: 1;
    padding-top: 4px;
  }
  .top__contactBox .applicationBox .article span {
    font-size: 3.5vw;
  }

  .top__cotntactCall {
    margin-bottom: 16px;
  }
  .top__cotntactCall .description {
    width: 70%;
  }
  .top__cotntactCall .description h3 {
    font-size: 3.5vw;
    padding-left: 3%;
  }
  .top__cotntactCall .phoneNum .icon {
    width: 12%;
    padding-top: 8px;
  }
  .top__cotntactCall .numBox .number {
    font-size: 6vw;
    word-break: break-all;
  }
  .top__cotntactCall .numBox .close {
    display: block;
  }

  .top__cotntactForm {
    margin-bottom: 16px;
  }
  .top__cotntactForm .description {
    width: 70%;
  }
  .top__cotntactForm .description h3 {
    font-size: 3.5vw;
    padding-left: 3%;
  }
  .top__cotntactForm .formGuide .icon {
    width: 13%;
  }
  .top__cotntactForm .formGuide .formInfo .info {
    font-size: 13px;
    display: block;
    line-height: 1.3;
    margin-top: 7px;
  }

  .top__companyBox {
    display: block;
    justify-content: space-between;
  }
  .top__companyBox .tableBox {
    width: calc(100% - 32px);
    margin-bottom: 25px;
  }
  .top__companyBox .tableBox td, .top__companyBox .tableBox th {
    display: block;
  }
  .top__companyBox .tableBox th {
    background-color: #c4c4c4;
  }

  .top_company .p-policy {
    width: 100%;
    margin: 0;
  }
  .top_company .p-policy p {
    font-size: 16px;
  }
  .top_company .p-policy-ttl {
    font-size: 22px;
  }
}
