@charset "UTF-8";
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/NotoSansJP-Black.woff") format("woff");
}
.text-bold {
  font-weight: bold;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000;
}

.text-red {
  color: #da3915;
}

.text-pink {
  color: #dd758e;
}

.text-blue {
  color: #09517e;
}

.text-yellow {
  color: #fff45c;
}

.text-green {
  color: #008000;
}

.text-small {
  font-size: 12px;
}

/* gridタイル */
.row-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 2em;
  margin-bottom: 1%;
}

.row-grid.list-gap {
  grid-gap: 5px 2em;
}

@media screen and (max-width: 767px) {
  .row-grid {
    display: block;
  }
}
.row-grid .grid_center {
  display: grid;
  vertical-align: middle;
  align-items: center;
}

.row-grid .cols:last-child {
  margin-bottom: 0;
}

.row-grid .span-2 {
  grid-column: 2 span;
}

.row-grid .span-3 {
  grid-column: 3 span;
}

.row-grid .span-4 {
  grid-column: 4 span;
}

.row-grid .span-5 {
  grid-column: 5 span;
}

.row-grid .span-6 {
  grid-column: 6 span;
}

.row-grid .span-7 {
  grid-column: 7 span;
}

.row-grid .span-8 {
  grid-column: 8 span;
}

.row-grid .span-9 {
  grid-column: 9 span;
}

.row-grid .span-10 {
  grid-column: 10 span;
}

.row-grid .span-11 {
  grid-column: 11 span;
}

.row-grid .span-12 {
  grid-column: 12 span;
}

.row-grid .span_height1 {
  grid-row: 1 span;
}

.row-grid .span_height2 {
  grid-row: 2 span;
}

.row-grid .span_height3 {
  grid-row: 3 span;
}

.row-grid .span_height4 {
  grid-row: 3 span;
}

.row-grid.reverse {
  direction: rtl;
}
.row-grid.reverse p {
  direction: unset;
}

.row-grid.reverse p,
.row-grid.reverse h2,
.row-grid.reverse h3,
.row-grid.reverse h4,
.row-grid.reverse span,
.row-grid.reverse table {
  direction: initial;
}

@media screen and (max-width: 767px) {
  .row-grid.sp_img {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px;
  }
  .row-grid.sp_img.col2 .cols {
    grid-column: 6 span;
  }
  .row-grid.sp_img.col3 .cols {
    grid-column: 4 span;
  }
  .row-grid.sp_img.col4 .cols {
    grid-column: 3 span;
  }
}
.row:not(:last-child) {
  margin-bottom: 3%;
}

@media screen and (max-width: 767px) {
  .row {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .table_wrap {
    overflow: scroll;
  }
}
.reverse .col {
  float: right;
}

.clr:after,
.col:after,
.container:after,
.group:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}

.gutters .col {
  margin-left: 2%;
}

@media screen and (max-width: 767px) {
  .gutters .col {
    margin-left: 0%;
    margin-bottom: 4%;
  }
  .gutters .col:last-child {
    margin-bottom: 0%;
  }
}
.reverse > .col:last-child,
:not(.reverse) > .col:first-child {
  margin-left: 0;
}

.container {
  max-width: 1160px;
  margin: auto;
}

@media screen and (max-width: 1160px) {
  .container {
    width: 95%;
  }
}
.container.gutters {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.col {
  float: left;
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .col {
    float: none;
    width: 100% !important;
  }
}
.gutters .span_2 {
  width: 16%;
}

.gutters .span_3 {
  width: 23.5%;
}

.gutters .span_4 {
  width: 31%;
}

.gutters .span_6 {
  width: 49%;
}

.gutters .span_8 {
  width: 65%;
}

.gutters .span_12 {
  width: 100%;
}

@media (max-width: 767px) {
  .sp_img.col_2 > .col {
    float: left;
    width: 48% !important;
    margin-left: 2%;
  }
  .sp_img.col_2 > .col:first-child {
    margin-left: 0%;
  }
  .row.sp_img.col_2 {
    margin-bottom: 2%;
  }
}
/* margin*/
.margin0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.margin10 {
  margin: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.margin20 {
  margin: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.margin30 {
  margin: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.margin40 {
  margin: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.margin50 {
  margin: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

@media (min-width: 768px) {
  .pc-margin0 {
    margin: 0 !important;
  }
  .pc-mt0 {
    margin-top: 0 !important;
  }
  .pc-mb0 {
    margin-bottom: 0 !important;
  }
  .pc-ml0 {
    margin-left: 0 !important;
  }
  .pc-mr0 {
    margin-right: 0 !important;
  }
  .pc-margin10 {
    margin: 10px !important;
  }
  .pc-mt10 {
    margin-top: 10px !important;
  }
  .pc-mb10 {
    margin-bottom: 10px !important;
  }
  .pc-ml10 {
    margin-left: 10px !important;
  }
  .pc-mr10 {
    margin-right: 10px !important;
  }
  .pc-margin20 {
    margin: 20px !important;
  }
  .pc-mt20 {
    margin-top: 20px !important;
  }
  .pc-mb20 {
    margin-bottom: 20px !important;
  }
  .pc-ml20 {
    margin-left: 20px !important;
  }
  .pc-mr20 {
    margin-right: 20px !important;
  }
  .pc-margin30 {
    margin: 30px !important;
  }
  .pc-mt30 {
    margin-top: 30px !important;
  }
  .pc-mb30 {
    margin-bottom: 30px !important;
  }
  .pc-ml30 {
    margin-left: 30px !important;
  }
  .pc-mr30 {
    margin-right: 30px !important;
  }
  .pc-margin40 {
    margin: 40px !important;
  }
  .pc-mt40 {
    margin-top: 40px !important;
  }
  .pc-mb40 {
    margin-bottom: 40px !important;
  }
  .pc-ml40 {
    margin-left: 40px !important;
  }
  .pc-mr40 {
    margin-right: 40px !important;
  }
  .pc-margin50 {
    margin: 50px !important;
  }
  .pc-mt50 {
    margin-top: 50px !important;
  }
  .pc-mb50 {
    margin-bottom: 50px !important;
  }
  .pc-ml50 {
    margin-left: 50px !important;
  }
  .pc-mr50 {
    margin-right: 50px !important;
  }
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .pc-text-left {
    text-align: left !important;
  }
  .pc-text-right {
    text-align: right !important;
  }
}
.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

@media (max-width: 767px) {
  .row:not(:last-child) {
    margin-bottom: 0%;
  }
  .reverse > .col:last-child,
  :not(.reverse) > .col:first-child {
    margin-left: 0;
  }
  p.text_vertical {
    font-size: 1rem;
  }
  .sp-margin0 {
    margin: 0 !important;
  }
  .sp-mt0 {
    margin-top: 0 !important;
  }
  .sp-mb0 {
    margin-bottom: 0 !important;
  }
  .sp-ml0 {
    margin-left: 0 !important;
  }
  .sp-mr0 {
    margin-right: 0 !important;
  }
  .sp-margin10 {
    margin: 10px !important;
  }
  .sp-mt10 {
    margin-top: 10px !important;
  }
  .sp-mb10 {
    margin-bottom: 10px !important;
  }
  .sp-ml10 {
    margin-left: 10px !important;
  }
  .sp-mr10 {
    margin-right: 10px !important;
  }
  .sp-margin20 {
    margin: 20px !important;
  }
  .sp-mt20 {
    margin-top: 20px !important;
  }
  .sp-mb20 {
    margin-bottom: 20px !important;
  }
  .sp-ml20 {
    margin-left: 20px !important;
  }
  .sp-mr20 {
    margin-right: 20px !important;
  }
  .sp-margin30 {
    margin: 30px !important;
  }
  .sp-mt30 {
    margin-top: 30px !important;
  }
  .sp-mb30 {
    margin-bottom: 30px !important;
  }
  .sp-ml30 {
    margin-left: 30px !important;
  }
  .sp-mr30 {
    margin-right: 30px !important;
  }
  .sp-margin40 {
    margin: 40px !important;
  }
  .sp-mt40 {
    margin-top: 40px !important;
  }
  .sp-mb40 {
    margin-bottom: 40px !important;
  }
  .sp-ml40 {
    margin-left: 40px !important;
  }
  .sp-mr40 {
    margin-right: 40px !important;
  }
  .sp-margin50 {
    margin: 50px !important;
  }
  .sp-mt50 {
    margin-top: 50px !important;
  }
  .sp-mb50 {
    margin-bottom: 50px !important;
  }
  .sp-ml50 {
    margin-left: 50px !important;
  }
  .sp-mr50 {
    margin-right: 50px !important;
  }
  .pc-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
  .sp-text-left {
    text-align: left !important;
  }
  .sp-text-right {
    text-align: right !important;
  }
}
.flex-center {
  display: flex;
  justify-content: center;
}

.highlights {
  background-color: #1a1a1a;
  color: #fff;
  padding: 7em 0em;
}

@media (max-width: 767px) {
  .highrights {
    padding: 3em 0em;
  }
}
@media (max-width: 1499px) {
  .pc-only1500 {
    display: none !important;
  }
}
@media (min-width: 1500px) {
  .sp-only1500 {
    display: none !important;
  }
}
.under-content {
  margin-bottom: 4em;
  font-family: "Noto Sans Japanese";
}
.under-content img {
  width: 100%;
  max-width: fit-content;
}
.under-content a:hover {
  text-decoration: none;
}
.under-content ol {
  padding-left: 1em;
}

.sub-design2 {
  display: none;
  position: fixed;
  top: 5.65em;
  left: 0;
  width: 100%;
  background-color: #1e3084;
  padding: 2.5rem 2rem 4rem;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
@media (max-width: 1024px) {
  .sub-design2 {
    top: 5.4em;
  }
}
.sub-design2 button {
  -webkit-appearance: none;
  border: none;
  background: none;
}
.sub-design2 .l-gnav_menu_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
}
.sub-design2 .l-gnav_menu_close_label::after,
.sub-design2 .l-gnav_menu_close_label::before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  content: "";
}
.sub-design2 .l-gnav_menu_close_label::before {
  width: 100%;
  height: 0.2em;
}
.sub-design2 .l-gnav_menu_close_label::after {
  width: 0.2em;
  height: 100%;
}
.sub-design2 h2 a {
  color: #fff !important;
  font-size: clamp(21px, 4.4vw, 32px) !important;
  font-weight: bold !important;
  text-align: left;
  border-bottom: 1px solid #fff;
  padding: 0 0 20px 0 !important;
  margin-bottom: 20px !important;
  max-width: 1200px;
  margin: 0 auto 20px auto;
}
.sub-design2 h2 a:hover {
  background: unset !important;
}
.sub-design2 .sub-design2__box {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.sub-design2 .sub-design2__box a {
  color: #fff;
  font-weight: normal;
  text-align: left;
  font-size: 18px;
  padding: 10px 10px 10px 0px;
}
.sub-design2 .sub-design2__box a:hover {
  background: unset !important;
}
.sub-design2 .sub-design2__item {
  width: 23%;
  margin-left: 3%;
}
.sub-design2 .sub-design2__item h3 {
  margin-bottom: 5px;
}
.sub-design2 .sub-design2__item .big {
  font-size: 24px;
}
.sub-design2 .sub-design2__item .small {
  font-size: 16px;
}
.sub-design2 .sub-design2__item img {
  width: 100%;
}
.sub-design2 .sub-design2__item a.arrow {
  position: relative;
}
.sub-design2 .sub-design2__item .arrow:before {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 7px;
  height: 7px;
}
.sub-design2 .sub-design2__item .under-title01 {
  padding-bottom: 15px;
  margin-bottom: 10px;
  position: relative;
  border-bottom: solid 2px #fff;
}
.sub-design2 .sub-design2__item .under-title01::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #82c7fe;
  bottom: -2px;
  width: 60px;
  left: 0;
}
.sub-design2 .sub-design2__item:first-child {
  margin-left: 0;
}
.sub-design2 ul {
  max-width: 1200px;
  padding: 1rem;
  display: flex;
}
.sub-design2 ul li {
  float: unset !important;
}

.nav-hover:hover .sub-design2,
.sub-design2:hover {
  display: block;
  opacity: 1;
}

/* Optional: Add a fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.nav-hover:hover .sub-design2,
.sub-design2:hover {
  display: block;
  animation: fadeIn 0.5s ease-in-out;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  header .inner nav ul li a {
    padding: 26px 0;
    font-size: 14px;
  }
  header .inner h1 {
    width: 157px;
    padding: 20px 0;
  }
}
#mv_low {
  min-height: 320px;
}

@media (max-width: 640px) {
  header .menu_sp {
    padding: 36px 2.5em 36px 0;
    min-width: 70px;
  }
  header .menu-box {
    top: 72px;
  }
  header .inner h1 {
    width: 120px;
    padding: 20px 0 20px 10px;
  }
  header .inner {
    height: 72px;
  }
  #mv_low {
    margin-top: 72px;
    min-height: 180px;
  }
}
.under__l-height {
  line-height: 1.8;
}
.under__title {
  color: #1e3084;
  font-size: clamp(24px, 4.4vw, 38px);
  margin-bottom: 20px;
  font-weight: 600;
}
.under__title02 {
  padding: 15px;
  margin-bottom: 10px;
  position: relative;
  background: #1e3084;
  color: #fff;
  font-size: 24px;
}
.under__title03 {
  padding: 15px;
  margin-bottom: 10px;
  position: relative;
  border-bottom: solid 2px #d2d2d2;
  font-size: 24px;
  font-weight: 600;
}
.under__title03::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #1e3084;
  bottom: -2px;
  width: 60px;
  left: 0;
}
.under__btn {
  color: #1e3084 !important;
  display: block;
  font-size: clamp(16px, 4.4vw, 18px);
  padding: 15px 10px;
  border-bottom: 1px solid #1e3084;
  width: 100%;
  box-sizing: border-box;
}
.under__btn:hover {
  text-decoration: none;
}
.under__btn.gray {
  background-color: rgb(244, 244, 244);
  padding: 15px 20px;
  border-bottom: unset;
}
.under__btn.gray.text-small {
  font-size: clamp(16px, 4.4vw, 16px);
}
.under__btn.in-image {
  display: flex;
  align-items: center;
  padding: 0;
}
.under__btn.in-image .btn-img {
  margin-right: 20px;
}
.under__btn.in-image .btn-img img {
  max-width: 150px;
  height: 100px;
  object-fit: cover;
}
.under__btn.arrow {
  position: relative;
}
.under__btn.arrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #1e3084;
  border-right: 2px solid #1e3084;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
}

figure img {
  width: 100%;
}

form.new-form .submit-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}

form.new-form .submit-list {
  width: 50%;
  text-align: center;
}

form.new-form {
  margin: 0 auto;
}

form.new-form .form-row {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #f2f4f5;
}

form.new-form .form-row:last-child {
  border-bottom: none;
}

form.new-form .form-label {
  display: flex;
  align-items: center;
  width: 30%;
}

form.new-form .form-content {
  width: 70%;
}

form.new-form .form-label span {
  margin-left: 10px;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background-color: #1a3882;
}

/* フォームパーツのデザイン */
form.new-form input,
form.new-form textarea {
  background-color: #f2f4f5;
  border: none;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
  flex-grow: 1;
}

form.new-form input.max-width,
form.new-form textarea.max-width {
  width: 100%;
}

form.new-form input::placeholder,
form.new-form textarea::placeholder {
  color: #999;
  font-size: 14px;
}

form.new-form select {
  background-color: #f2f4f5;
  border: none;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
}

form.new-form button {
  cursor: pointer;
  padding: 15px 45px;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  background-color: #1a3882;
  position: relative;
  min-width: 270px;
}

form.new-form button:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
}

@media (max-width: 767px) {
  form.new-form .form-row {
    display: block;
  }
  form.new-form .form-label {
    width: 100%;
    margin-bottom: 10px;
  }
  form.new-form .form-content {
    width: 100%;
  }
  form.new-form input,
  form.new-form textarea {
    font-size: 14px;
    padding: 15px 10px;
  }
  form.new-form select {
    font-size: 14px;
    width: 100%;
  }
  form.new-form .submit-box {
    display: block;
  }
  form.new-form .submit-list {
    width: 100%;
    margin-bottom: 10px;
  }
  form.new-form .submit-list:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  form.new-form .submit-list:first-child {
    order: 2;
  }
  form.new-form .submit-list:nth-child(2) {
    order: 1;
  }
}
.newsList {
  padding-top: 1rem;
  border-top: 1px solid #e4e4e4;
}

.newsList .newsList_item {
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e4e4e4;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .newsList .newsList_item {
    display: flex;
  }
}
.newsList .newsList_item_meta {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .newsList .newsList_item_meta {
    margin-bottom: 10px;
  }
}
.newsList .newsList_item_date {
  width: 11em;
  padding-left: 1.5rem;
  margin: 0rem 1rem 0 0;
}

@media screen and (max-width: 1200px) {
  .newsList .newsList_item_date {
    padding-left: 0.5rem;
    margin: 0.2rem 0rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .newsList .newsList_item_date {
    width: 9em;
    display: block;
    padding-left: 0rem;
    margin: 0.2rem 0rem 0 0;
  }
}
.newsList .newsList_item_cat {
  width: 7.5em;
  margin: 0 3rem 0 0;
  padding: 0.2rem 1rem;
  border: 1px solid currentColor;
  font-size: 14px;
  text-align: center;
}

.newsList .newsList_item_cat.pdf {
  background: #bb2020;
  color: #fff;
}

.newsList .newsList_item_cat.ir {
  background: #1a3882;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .newsList .newsList_item_cat {
    width: 7.5em;
    font-size: 12px;
  }
}
.newsList .newsList_item_text {
  flex: 1;
}

.newsList .newsList_item + .newsList_item {
  margin-top: 1rem;
}

.design-button1 {
  cursor: pointer;
  padding: 15px 45px;
  border: none;
  border-radius: 3px;
  color: #fff !important;
  background-color: #1a3882;
  position: relative;
  min-width: 270px;
  display: block;
  max-width: 270px;
  text-align: center;
  margin: auto;
}

.design-button1.arrow::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
}

.main-product__box {
  padding: 3rem;
  border: 6px solid #f2f2f2;
  width: 100%;
  margin-top: 40px;
}
.main-product__box .main-product__box-title {
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
  position: relative;
  padding-left: 28px;
}
.main-product__box .main-product__box-title:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #1a3882;
}
.main-product__box p {
  line-height: 2;
}

table.table__design1 {
  width: 100%;
}

table.table__design1 td,
.table__design1 th {
  padding: 3rem;
  border-top: 1px solid #e4e4e4;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  table.table__design1 td,
  .table__design1 th {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .table__design1 th {
    background: #1a3882;
    color: #fff;
  }
  .table__design1 td {
    background: #f0f0f0;
  }
  table.table__design1 td,
  .table__design1 th {
    display: block;
    width: auto;
    padding: 1rem 1.5rem;
  }
}
.table__design1 th .office-title {
  font-weight: 600;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .table__design1 th .office-title {
    font-size: 18px;
  }
}
.table__design1 th .office-button {
  padding: 10px 10px;
  background-color: #1a3882;
  color: #fff;
  display: block;
  max-width: 100px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .table__design1 th .office-button {
    padding: 7px 14px 7px 7px;
    max-width: 90px;
    background-color: #fff;
    color: #1a3882;
  }
}
.table__design1 th .office-button:before {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .table__design1 th .office-button:before {
    border-top: 1px solid #1a3882;
    border-right: 1px solid #1a3882;
  }
}

.table__design2 {
  border-collapse: collapse;
  width: 100%;
}

.table__design2 th,
.table__design2 td {
  border-bottom: 1px solid #c1c7c6;
  padding: 1em;
}

.table__design2 th {
  border-bottom: 1px solid #1e3084;
  font-weight: 600;
  text-align: center;
  width: 20%;
  min-width: 4em;
}
@media screen and (max-width: 767px) {
  .table__design2 th {
    width: 30%;
  }
}

table.table__dividend {
  border-spacing: 0;
  width: 100%;
}

table.table__dividend th,
table.table__dividend td {
  padding: 15px 20px;
}

table.table__dividend td {
  text-align: center;
}

table.table__dividend th {
  background-color: #dcdcdc;
  border-bottom: solid 1px #FFFFFF;
  text-align: center;
}

table.table__dividend th span {
  font-size: 65.3%;
}

table.table__dividend th.row {
  background-color: #e4e8eb;
  border-bottom: dotted 1px #FFFFFF;
}

@media (max-width: 768px) {
  table.table__dividend {
    width: 600px;
    margin: 3% 0 6%;
    font-size: 83.3%;
    overflow: auto;
  }
}
table.table__shareholder {
  border-spacing: 0;
  width: 100%;
}

table.table__shareholder th,
table.table__shareholder td {
  padding: 15px 20px;
}

table.table__shareholder th {
  white-space: nowrap;
  background-color: #e4e8eb;
  width: 15%;
  text-align: center;
}

table.table__shareholder td.row {
  width: 24%;
  background-color: #f2f2f2;
  border-bottom: solid 1px #f0f5f5;
}

table.table__shareholder td {
  background-color: #f2f2f2;
  border-bottom: solid 1px #f0f5f5;
}

@media (max-width: 768px) {
  table.table__shareholder {
    width: 600px;
    overflow: auto;
  }
}
table.table__dividend-other {
  border-spacing: 0;
  width: 100%;
}

table.table__dividend-other th,
table.table__dividend-other td {
  padding: 15px 20px;
}

table.table__dividend-other td {
  padding: 15px 20px;
}

table.table__dividend-other th {
  background-color: #dcdcdc;
  border-bottom: solid 1px #FFFFFF;
  text-align: center;
}

table.table__dividend-other th.row {
  background-color: #e4e8eb;
  border-bottom: dotted 1px #FFFFFF;
}

@media (max-width: 768px) {
  table.table__dividend-other {
    width: 600px;
    overflow: auto;
  }
}
.environment-content p,
.environment-content ul,
.environment-content ol {
  line-height: 2;
}

.under-content ul.disc {
  list-style: disc;
  padding-left: 1em;
}

.environment-content.content2 p.content2-txt {
  font-size: 28px;
}
@media (max-width: 767px) {
  .environment-content.content2 p.content2-txt {
    font-size: 23px;
  }
}

.sdgs-content.content1 {
  margin-bottom: 80px;
}
.sdgs-content.content1 p.content1-txt {
  font-size: 21px;
}
@media (max-width: 767px) {
  .sdgs-content.content1 p.content1-txt {
    font-size: 18px;
  }
}

.sdgs-content.content2 {
  margin-bottom: 0;
}
.sdgs-content.content2 p.content2-txt {
  padding: 2em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.l-height {
  line-height: 2.4;
}

.management_policy-content.content2 p.content2-txt {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .management_policy-content.content2 p.content2-txt {
    font-size: 18px;
  }
}

.x-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin: 0 auto 30px auto;
}
.x-content .x-content__content1 {
  width: 48%;
  margin-right: 1%;
}
.x-content .x-content__content2 {
  width: 48%;
  margin-left: 1%;
}

.x-content:before {
  position: absolute;
  content: "✕";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.6em;
  font-weight: 100;
}

.sdgs-list {
  display: flex;
  flex-wrap: wrap;
  background: url(../img/company/bg-list.png) center no-repeat;
}
.sdgs-list li {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 40px;
}
.sdgs-list li:nth-of-type(even) {
  margin-left: 2%;
  margin-right: 0;
}
.sdgs-list h3 {
  font-size: 21px;
  margin-bottom: 20px;
  color: #1e3084;
  border-bottom: 2px solid #1e3084;
  font-weight: 600;
  padding: 10px 0;
  display: flex;
  align-items: baseline;
}
.sdgs-list span.first {
  color: #1e3084;
  margin-right: 8px;
  line-height: 1;
  font-weight: bold;
}
.sdgs-list .skyblue h3 {
  border-bottom: 2px solid #52a5dc;
}
.sdgs-list .skyblue span.first {
  color: #52a5dc;
}
.sdgs-list .green h3 {
  border-bottom: 2px solid #6cbb5a;
}
.sdgs-list .green span.first {
  color: #6cbb5a;
}
.sdgs-list .orange h3 {
  border-bottom: 2px solid #f08437;
}
.sdgs-list .orange span.first {
  color: #f08437;
}
.sdgs-list .blue h3 {
  border-bottom: 2px solid #1b67b2;
}
.sdgs-list .blue span.first {
  color: #1b67b2;
}
.sdgs-list .pink h3 {
  border-bottom: 2px solid #ec7aa1;
}
.sdgs-list .pink span.first {
  color: #ec7aa1;
}

.stock-content.content1 {
  margin-bottom: 80px;
}

.stock-content.content2 {
  margin-bottom: 80px;
}

.stock-content.content3 {
  margin-bottom: 80px;
}

.quo-card__wrap {
  position: relative;
}
.quo-card__wrap .quo-card {
  text-align: center;
}
@media (min-width: 768px) {
  .quo-card__wrap .quo-card {
    position: absolute;
    bottom: -35px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .quo-card__wrap .quo-card {
    margin-top: 20px;
  }
}
.quo-card__wrap img {
  width: fit-content;
}

#contactus .sec01 {
  padding: 0 0 120px;
}
#contactus .sec01 .inner {
  max-width: 1160px;
  margin: 0 auto;
}
#contactus .sec01 .inner ul.kinds > li {
  display: flex;
  flex-wrap: wrap;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  background: #fff;
  margin-bottom: 30px;
  padding: 60px 60px 60px 90px;
}
#contactus .sec01 .inner ul.kinds > li figure {
  width: 43%;
  margin-right: 7%;
}
#contactus .sec01 .inner ul.kinds > li figure + div {
  width: 50%;
  padding-top: 20px;
}
#contactus .sec01 .inner ul.kinds > li figure + div h3 {
  margin-bottom: 10px;
  color: #1a3882;
  font-size: 28px;
  font-family: "noto sans bold";
}
#contactus .sec01 .inner ul.kinds > li figure + div ul.list01 {
  margin-bottom: 20px;
}
#contactus .sec01 .inner ul.kinds > li figure + div ul.list01 li {
  margin-bottom: 5px;
}
#contactus .sec01 .inner ul.kinds > li figure + div ul.list01 li:last-child {
  margin-bottom: 0;
}
#contactus .sec01 .inner ul.kinds > li figure + div ul.list02 {
  margin-bottom: 20px;
}
#contactus .sec01 .inner ul.kinds > li figure + div ul.list02 li {
  margin-bottom: 5px;
}
#contactus .sec01 .inner ul.kinds > li figure + div ul.list02 li:last-child {
  margin-bottom: 0;
}
#contactus .sec01 .inner ul.kinds > li figure + div .btn {
  width: fit-content;
  min-width: 240px;
}
#contactus .sec01 .inner ul.kinds > li figure + div .btn a {
  display: block;
  background: #1a3882;
  width: 100%;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
#contactus .sec01 .inner ul.kinds > li figure + div .btn a:hover {
  background: #5e9cce;
  text-decoration: none;
}

@media (max-width: 640px) {
  #contactus .sec01 {
    padding: 0 0 10%;
  }
  #contactus .sec01 .inner {
    max-width: 96%;
    padding: 0;
  }
  #contactus .sec01 .inner ul.kinds > li {
    display: flex;
    flex-wrap: wrap;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    background: #fff;
    margin-bottom: 6%;
    padding: 7% 5%;
  }
  #contactus .sec01 .inner ul.kinds > li:last-child {
    margin-bottom: 3%;
  }
  #contactus .sec01 .inner ul.kinds > li figure {
    width: 70%;
    margin: 0 auto 5%;
  }
  #contactus .sec01 .inner ul.kinds > li figure + div {
    width: 100%;
    padding-top: 0;
  }
  #contactus .sec01 .inner ul.kinds > li figure + div h3 {
    margin-bottom: 2%;
    font-size: 18px;
  }
  #contactus .sec01 .inner ul.kinds > li figure + div ul.list01 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5%;
  }
  #contactus .sec01 .inner ul.kinds > li figure + div ul.list01 li {
    margin-bottom: 1%;
  }
  #contactus .sec01 .inner ul.kinds > li figure + div ul.list01 li:nth-child(odd) {
    width: 100%;
  }
  #contactus .sec01 .inner ul.kinds > li figure + div ul.list01 li:nth-child(even) {
    width: 100%;
  }
  #contactus .sec01 .inner ul.kinds > li figure + div ul.list02 {
    margin-bottom: 5%;
  }
  #contactus .sec01 .inner ul.kinds > li figure + div ul.list02 li {
    margin-bottom: 1%;
  }
  #contactus .sec01 .inner ul.kinds > li figure + div .btn {
    width: 40%;
    margin: auto;
  }
  #contactus .sec01 .inner ul.kinds > li figure + div .btn a {
    padding: 7% 0;
    font-size: 12px;
  }
  #contactus .sec01 .inner ul.kinds > li figure + div .btn a:hover {
    background: #1a3882;
  }
}
.edinet-button a {
  font-size: 38px;
  font-weight: bold;
  padding-left: 25px;
  position: relative;
  transition: all 0.4s;
}
.edinet-button a:hover {
  color: #1a3882;
  text-decoration: none;
}
.edinet-button a::before {
  content: "";
  position: absolute;
  top: 50%;
  background: url(../img/rightmenu-arrow.svg) no-repeat;
  width: 21px;
  height: 21px;
  transform: translateY(-50%);
  left: 0;
}

.sitemap__wrap {
  line-height: 1.2;
}
@media (min-width: 768px) {
  .sitemap__box {
    display: flex;
    border-bottom: 2px solid #e4e4e4;
  }
}
.sitemap__box:last-of-type {
  border-bottom: unset;
}
.sitemap__title {
  padding: 0;
}
@media (min-width: 768px) {
  .sitemap__title {
    padding: 2em 2em 2em 0;
    width: 30%;
    border-right: 2px solid #e4e4e4;
  }
}
.sitemap__title a {
  font-weight: 600;
  display: block;
  font-size: 24px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
  position: relative;
  border-bottom: solid 2px #e4e4e4;
}
.sitemap__title a::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 3px solid #1b3983;
  border-right: 3px solid #1b3983;
}
.sitemap__title a::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #1b3983;
  bottom: -2px;
  width: 60px;
  left: 0;
}
.sitemap__contents {
  padding: 0;
}
@media (min-width: 768px) {
  .sitemap__contents {
    padding: 2em 2em;
    width: 70%;
  }
}
.sitemap__list {
  display: flex;
  flex-wrap: wrap;
}
.sitemap__list .sitemap__list-box {
  width: 50%;
}
.sitemap__list .sitemap__list-box.w-100 {
  width: 100%;
}
.sitemap__list h2,
.sitemap__list .sitemap__list-product {
  width: 100%;
}
.sitemap__list h2 h3,
.sitemap__list .sitemap__list-product h3 {
  margin-bottom: 10px;
  margin: 0 0 10px 0;
  padding: 10px 12px 10px;
  color: #FFF;
  background-color: #588DBB;
  background-image: url(../img/common_img/bg_triangle.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  display: block;
}
.sitemap__list h2 h3 a,
.sitemap__list .sitemap__list-product h3 a {
  color: #FFF;
}
.sitemap__list h2 li.title,
.sitemap__list .sitemap__list-product li.title {
  border-top: 1px solid #588DBB;
  border-bottom: 1px solid #588DBB;
  padding: 5px;
  margin-bottom: 5px;
}
.sitemap__list .sitemap__list-product {
  margin-bottom: 10px;
}
.sitemap__list ul.sub-category a.arrow {
  display: block;
  position: relative;
  padding: 5px 1em 5px 0em;
}
.sitemap__list ul.sub-category a.arrow::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  top: calc(50% + 2px);
  right: 20px;
  background-color: #000;
  transition: all 0.4s;
}
.sitemap__list ul.sub-category a.arrow::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 5px;
  top: calc(50% - 2px);
  right: 22px;
  transform: rotate(-45deg);
  background-color: #000;
  transition: all 0.4s;
}
.sitemap__list ul.list-design li {
  margin-bottom: 10px;
}
.sitemap__list ul.list-design li a {
  display: block;
  position: relative;
  padding: 0 1em 0 0em;
}
.sitemap__list ul.list-design li a::before {
  content: "";
  position: absolute;
  top: 50%;
  background: url(../img/rightmenu-arrow.svg) no-repeat;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  right: 20px;
}/*# sourceMappingURL=new_style.css.map */