body {
  -webkit-print-color-adjust: exact;
}

a {
  outline: none;
  transition: 0.2s ease-in-out;
}

#wrap {
  min-width: 960px;
}

@media only screen and (min-width: 0) and (max-width: 720px) {
  #wrap {
    min-width: auto;
  }
}
/* main
---------------------------------------------------- */
#contents {
  margin-bottom: 0;
}

.sec_inner {
  width: 1080px;
  margin: 0 auto;
}

@media print, screen and (min-width: 960px) {
  .main {
    width: 960px;
    margin: 0 auto;
  }

  .wide .main {
    width: 1080px;
    margin: 0 auto 75px;
  }

  #contents.wide {
    width: 100%;
  }
}
@media screen and (min-width: 721px) and (max-width: 959px) {
  .main,
  .sec_inner {
    width: 960px;
    margin: 0 auto;
  }

  .wide .main {
    width: 960px;
    margin: 0 auto 75px;
  }

  #contents.wide {
    width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 720px) {
  .wide .main,
  .sec_inner {
    width: calc((710/750)*100vw);
    margin: 0 auto;
    padding-bottom: 40px;
  }

  #contents.wide {
    width: 100%;
    padding-bottom: 0;
  }
}
.main h1 {
  font-size: 3.0rem;
  font-weight: bold;
  margin: 60px 0;
  position: relative;
  background: url(../img/bg_page_title.png) no-repeat left center;
  background-size: 30px 30px;
  padding-left: 45px;
}
.main * {
  font-size: 1.6rem;
  line-height: 32px;
}
.main h2 {
  font-size: 2.6rem;
  font-weight: bold;
  margin: 40px 0 30px 0;
  padding: 5px 0 10px 0;
  position: relative;
  line-height: 38px;
}
.main h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  z-index: 1;
  background: #f5f5f5;
}
.main h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 130px;
  height: 2px;
  background-image: -moz-linear-gradient(0deg, #d7433d 0%, #ffb5b3 100%);
  background-image: -webkit-linear-gradient(0deg, #d7433d 0%, #ffb5b3 100%);
  background-image: -ms-linear-gradient(0deg, #d7433d 0%, #ffb5b3 100%);
  z-index: 2;
}
.main h3 {
  font-weight: bold;
  margin: 40px 0 20px 0;
  padding-left: 20px;
  font-size: 2.4rem;
  line-height: 36px;
  position: relative;
}
.main h3:before {
  content: "";
  background-image: -moz-linear-gradient(90deg, #d7433d 0%, #ffb5b3 100%);
  background-image: -webkit-linear-gradient(90deg, #d7433d 0%, #ffb5b3 100%);
  background-image: -ms-linear-gradient(90deg, #d7433d 0%, #ffb5b3 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  border-radius: 20px;
}
.main h4 {
  font-weight: bold;
  margin: 40px 0 15px 0;
  padding-left: 25px;
  font-size: 2.0rem;
  position: relative;
}
.main h4:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 8px;
  background-image: -moz-linear-gradient(-135deg, #d7433d 0%, #ffb5b3 100%);
  background-image: -webkit-linear-gradient(-135deg, #d7433d 0%, #ffb5b3 100%);
  background-image: -ms-linear-gradient(-135deg, #d7433d 0%, #ffb5b3 100%);
}
.main h5 {
  font-weight: bold;
  margin: 40px 0 15px 0;
  padding-left: 25px;
  font-size: 1.8rem;
  position: relative;
}
.main h5:before {
  content: "";
  display: block;
  width: 16px;
  height: 5px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 13px;
  background-image: -moz-linear-gradient(0deg, #d7433d 0%, #ffb5b3 100%);
  background-image: -webkit-linear-gradient(0deg, #d7433d 0%, #ffb5b3 100%);
  background-image: -ms-linear-gradient(0deg, #d7433d 0%, #ffb5b3 100%);
}
.main h6 {
  font-weight: bold;
  margin: 40px 0 10px 0;
  font-size: 1.6rem;
}
.main figure {
  margin: 0;
}
.main figcaption {
  margin: 5px 0;
  font-weight: bold;
}
.main p, .main ul, .main ol {
  margin-bottom: 30px;
}
.main sup {
  font-size: 1.3rem;
}

a.link-arrow:after, a.link-window:after, a.link-pdf:after, span.link-arrow:after, span.link-window:after, span.link-pdf:after, .sec-strategy_ttl.link-arrow:after, .sec-strategy_ttl.link-window:after, .sec-strategy_ttl.link-pdf:after, .sec-data_archive .accordion_content #divDataArea2 .list_link li a:after {
  transition: 0.2s ease-in-out;
  content: "";
  display: inline-flex;
  background: #000;
  color: #fff;
  border-radius: 4px;
  width: 37px;
  height: 18px;
  margin-left: 5px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  background: #d7433d;
  position: relative;
  top: -1px;
}

a, span {
  color: #595757;
  text-decoration: none;
}
a.link-arrow:hover, a.link-window:hover, a.link-pdf:hover, span.link-arrow:hover, span.link-window:hover, span.link-pdf:hover {
  color: #d7433d;
  text-decoration: underline;
}
a.link-arrow:hover:after, a.link-window:hover:after, a.link-pdf:hover:after, span.link-arrow:hover:after, span.link-window:hover:after, span.link-pdf:hover:after {
  margin-left: 10px;
}
a.link-arrow:after, span.link-arrow:after {
  content: "\f105";
  font: normal normal normal 12px / 1 FontAwesome;
  width: 18px;
  height: 18px;
  border-radius: 100px;
}
a.link-window:after, span.link-window:after {
  content: "\f08e";
  font: normal normal normal 1em / 1 FontAwesome;
  background: none;
  color: #d7433d;
  width: auto;
  height: auto;
  border-radius: 0;
}
a.link-pdf:after, span.link-pdf:after {
  content: "PDF";
  font-size: 1.0rem;
}
a.link-block, span.link-block {
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
  padding: 12px 30px;
  display: inline-block;
  font-size: 1.4rem;
  background: #d7433d;
}
a.link-block span, span.link-block span {
  color: inherit;
}
a.link-block:hover, span.link-block:hover {
  text-decoration: none;
  color: #d7433d;
  background: #fff;
}
a.link-block:hover:after, span.link-block:hover:after {
  background: #d7433d;
  color: #fff;
}
a.link-block:after, span.link-block:after {
  font-weight: normal;
  background: #fff;
  color: #d7433d;
}

ul.list_dotted li {
  text-indent: -1em;
  padding-left: 1em;
}
ul.list_dotted li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  margin-right: 6px;
  position: relative;
  top: -2px;
  background-image: -moz-linear-gradient(-135deg, #d7433d 0%, #ffb5b3 100%);
  background-image: -webkit-linear-gradient(-135deg, #d7433d 0%, #ffb5b3 100%);
  background-image: -ms-linear-gradient(-135deg, #d7433d 0%, #ffb5b3 100%);
}
ul.list_dotted.list-gray li:before {
  background-image: -moz-linear-gradient(-135deg, rgba(89, 87, 87, 0.8) 0%, rgba(89, 87, 87, 0.2) 100%);
  background-image: -webkit-linear-gradient(-135deg, rgba(89, 87, 87, 0.8) 0%, rgba(89, 87, 87, 0.2) 100%);
  background-image: -ms-linear-gradient(-135deg, rgba(89, 87, 87, 0.8) 0%, rgba(89, 87, 87, 0.2) 100%);
}

ol.list_num {
  counter-reset: listnum;
}
ol.list_num li {
  text-indent: -1em;
  margin-left: 2em;
}
ol.list_num li:before {
  counter-increment: listnum;
  content: counter(listnum);
  display: inline-block;
  position: relative;
  top: -2px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #d7433d;
}
ol.list_num.list-gray li:before {
  color: rgba(89, 87, 87, 0.6);
}

.float_left img, .float_right img {
  border-radius: 6px;
}
.float_left {
  float: left;
  margin: 0 30px 20px 0;
}
.float_right {
  float: right;
  margin: 0 0 20px 30px;
}

.flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.flex_txt {
  margin: 0 40px 0 0;
}
.flex_img img {
  border-radius: 6px;
}
.flex._flex-reverse {
  flex-direction: row-reverse;
}
.flex._flex-reverse .flex_txt {
  margin: 0 0 0 40px;
}

.qa {
  margin: 0 0 30px;
}
.qa_q {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 38px;
  margin-bottom: 16px;
  padding-left: 20px;
  border-left: 2px solid #d7433d;
}
.qa_q:before {
  content: "Q";
  flex-shrink: 0;
  color: #d7433d;
  font-weight: 300;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.2em;
  margin-right: 4px;
}
.qa_a p {
  margin-bottom: 20px;
}
.qa_a p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 0) and (max-width: 720px) {
  .main h1 {
    font-size: 1.8rem;
    margin: 20px 0;
    background-size: 20px 20px;
    padding-left: 30px;
  }
  .main * {
    font-size: 1.3rem;
    line-height: 24px;
  }
  .main h2 {
    font-size: 1.8rem;
    margin: 20px 0 15px 0;
    line-height: 28px;
  }
  .main h2:after {
    width: 80px;
  }
  .main h3 {
    margin: 20px 0 10px 0;
    padding-left: 15px;
    font-size: 1.6rem;
    line-height: 26px;
  }
  .main h3:before {
    width: 4px;
  }
  .main h4 {
    margin: 20px 0 10px 0;
    padding-left: 20px;
    font-size: 1.4rem;
  }
  .main h4:before {
    width: 10px;
    height: 10px;
  }
  .main h5 {
    margin: 20px 0 10px 0;
    padding-left: 20px;
    font-size: 1.4rem;
  }
  .main h5:before {
    width: 12px;
    height: 4px;
    top: 13px;
  }
  .main h6 {
    margin: 20px 0 10px 0;
    font-size: 1.3rem;
  }
  .main p, .main ul, .main ol {
    margin-bottom: 20px;
  }

  a.link-arrow:after {
    font: normal normal normal 10px / 1 FontAwesome;
  }
  a.link-pdf:after {
    font-size: 0.8rem;
  }
  a.link-block {
    padding: 8px 20px;
    display: inline-block;
    font-size: 1.2rem;
  }

  ul.list_dotted li:before {
    width: 8px;
    height: 8px;
  }

  ol.list_num li:before {
    font-size: 1.2rem;
  }

  .float_left img, .float_right img {
    width: 100%;
  }
  .float_left {
    float: none;
    margin: 0 0 20px 0;
  }
  .float_right {
    float: none;
    margin: 0 0 20px 0;
  }

  .flex {
    display: block;
    margin-bottom: 20px;
  }
  .flex_txt {
    margin: 0 0 0 0;
  }
  .flex_img img {
    width: 100%;
  }
  .flex._flex-reverse .flex_txt {
    margin: 0 0 0 0;
  }

  .qa {
    margin: 0 0 20px;
  }
  .qa_q {
    font-size: 1.8rem;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .qa_a p {
    margin-bottom: 15px;
  }
}
.text-left {
  text-align: left;
}

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

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

.text-bold {
  font-weight: bold;
}

.text-primary {
  color: #d7433d;
  font-size: unset;
}

.text-small {
  font-size: 1.3rem;
  line-height: 20px;
}

.text-xsmall {
  font-size: 1.2rem;
  line-height: 20px;
}

.irlink {
  margin: 0 10px 0 0;
}

.pagevisual {
  position: relative;
  margin-bottom: 40px;
}
.pagevisual img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.pagevisual h2, .pagevisual h3, .pagevisual h4, .pagevisual h5, .pagevisual h6, .pagevisual p {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  border: none;
  font-weight: normal;
}
.pagevisual h2:before, .pagevisual h2:after, .pagevisual h3:before, .pagevisual h3:after, .pagevisual h4:before, .pagevisual h4:after, .pagevisual h5:before, .pagevisual h5:after, .pagevisual h6:before, .pagevisual h6:after, .pagevisual p:before, .pagevisual p:after {
  display: none;
}
.pagevisual_txt {
  position: absolute;
  padding: 0 0 0 80px;
  top: 50%;
  transform: translateY(-50%);
}
.pagevisual_txt h2 {
  font-size: 2.6rem;
  line-height: 48px;
  margin-bottom: 10px;
}
.pagevisual_txt p {
  font-size: 1.3rem;
  line-height: 1.8;
}
.pagevisual_name {
  font-size: 2.4rem;
  display: block;
  margin-top: 2px;
}
.pagevisual .sp {
  display: none;
}

@media only screen and (min-width: 0) and (max-width: 720px) {
  .pagevisual {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .pagevisual_txt {
    padding: 0;
    position: inherit;
    top: 0;
    transform: none;
    order: 2;
    width: calc((710 / 750) * 100vw);
    margin: 20px auto 0;
  }
  .pagevisual_txt h2 {
    font-size: 2.0rem;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .pagevisual_txt h2 br {
    display: none;
  }
  .pagevisual_name {
    font-size: 1.6rem;
  }
  .pagevisual .pc {
    display: none;
  }
  .pagevisual .sp {
    display: block;
  }
  .pagevisual img {
    border-radius: 0;
  }
}
._president-page_visual .pagevisual_txt h2 {
  text-indent: -1.2rem;
}
._president-page_visual .pagevisual_txt h2 .dash-fix {
  letter-spacing: -0.1em;
  position: relative;
  top: -2px;
  padding-left: 5px;
}

.localnav {
  background: #fafafa;
  border-top: 1px solid #eee;
  padding: 80px 0 60px;
  position: relative;
}
.localnav_inner {
  width: 1080px;
  margin: 0 auto;
}
.localnav_flex {
  display: flex;
  gap: 50px;
}
.localnav_home a {
  display: flex;
  background: #d7433d;
  position: absolute;
  color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 0 20px;
  top: 0;
  height: 50px;
  justify-content: space-between;
  align-items: center;
}
.localnav_home a:after {
  color: #d7433d;
  background: #fff;
}
.localnav_home a:hover {
  text-decoration: none;
  color: #fff;
}
.localnav_home a:hover:after {
  margin-right: -5px;
}
.localnav_col {
  width: 100%;
}
.localnav_col:nth-of-type(1), .localnav_col:nth-of-type(2) {
  width: 900px;
}
.localnav_col:nth-of-type(2) {
  margin-top: -50px;
}
.localnav_col ._special {
  margin-top: -50px;
}
.localnav_col ._special .localnav_ttl {
  color: #d7433d;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.localnav_col ._special .localnav_ttl:before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #d7433d;
  margin-right: 10px;
}
.localnav_col ._special .localnav_item a {
  display: flex;
  flex-direction: column;
  height: auto;
}
.localnav_col ._special .localnav_item a img {
  width: 100%;
  aspect-ratio: 368 / 135;
  height: auto;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 10px;
}
.localnav_col ._special .localnav_item a span {
  width: 100%;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.localnav_col ._special .localnav_item a:hover span {
  text-decoration: none;
  color: #d7433d;
}
.localnav_col ._special .localnav_item a:hover span:after {
  margin-right: -5px;
}
.localnav_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.localnav_ttl {
  font-weight: bold;
  margin-top: 25px;
}
.localnav_item {
  width: 100%;
}
.localnav_item a {
  display: flex;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #eee;
  justify-content: space-between;
  align-items: center;
  line-height: 1.6;
}
.localnav_item a:hover {
  text-decoration: none;
}
.localnav_item a:hover:after {
  margin-right: -5px;
}

@media screen and (min-width: 721px) and (max-width: 959px) {
  .localnav_inner {
    width: 960px;
  }
}
@media only screen and (min-width: 0) and (max-width: 720px) {
  .localnav {
    padding: 65px 0 60px;
  }
  .localnav_inner {
    width: auto;
    padding: 0 20px;
  }
  .localnav_flex {
    display: block;
  }
  .localnav_menu {
    gap: 10px;
  }
  .localnav_col {
    width: 100%;
  }
  .localnav_col:nth-of-type(1), .localnav_col:nth-of-type(2), .localnav_col:nth-of-type(3) {
    width: 100%;
    margin: 0;
  }
  .localnav_col:nth-of-type(1) .localnav_ttl, .localnav_col:nth-of-type(2) .localnav_ttl, .localnav_col:nth-of-type(3) .localnav_ttl {
    margin: 20px 0 5px;
  }
  .localnav_col:nth-of-type(1) .localnav_item a img, .localnav_col:nth-of-type(2) .localnav_item a img, .localnav_col:nth-of-type(3) .localnav_item a img {
    display: none;
  }
  .localnav ._special {
    margin-top: 0;
  }
  .localnav_item {
    width: 100%;
  }
  .localnav_item a {
    width: auto;
  }
}
.contentnav {
  display: flex;
  background-image: -moz-linear-gradient(180deg, rgba(215, 67, 61, 0.2) 0%, rgba(255, 181, 179, 0.2) 100%);
  background-image: -webkit-linear-gradient(180deg, rgba(215, 67, 61, 0.2) 0%, rgba(255, 181, 179, 0.2) 100%);
  background-image: -ms-linear-gradient(180deg, rgba(215, 67, 61, 0.2) 0%, rgba(255, 181, 179, 0.2) 100%);
  align-items: center;
  padding: 10px 20px;
  margin: 40px 0;
}
.contentnav_menu {
  display: flex;
}
.contentnav_ttl {
  font-size: 1.2rem;
  font-weight: bold;
  color: #d7433d;
  display: flex;
  align-items: center;
}
.contentnav_ttl:after {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background-image: -moz-linear-gradient(0deg, #d7433d 0%, #ffb5b3 100%);
  background-image: -webkit-linear-gradient(0deg, #d7433d 0%, #ffb5b3 100%);
  background-image: -ms-linear-gradient(0deg, #d7433d 0%, #ffb5b3 100%);
  margin: 0 10px 0 20px;
}
.contentnav_item a {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.contentnav_item a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #d7433d;
  line-height: 1;
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-left: 10px;
}
.contentnav_item a:hover {
  text-decoration: none;
  color: #d7433d;
}

@media only screen and (min-width: 0) and (max-width: 720px) {
  .contentnav {
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0;
    padding: 20px 20px 5px 20px;
  }
  .contentnav_menu {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .contentnav_ttl {
    font-size: 1.0rem;
  }
  .contentnav_ttl:after {
    display: none;
  }
  .contentnav_item {
    width: 100%;
    border-bottom: 1px solid #ffb5b3;
  }
  .contentnav_item:last-child {
    border-bottom: none;
  }
  .contentnav_item a {
    font-size: 1.3rem;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
  }
}
.table {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  table-layout: fixed;
}
.table th, .table td {
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  padding: 20px;
  vertical-align: middle;
  font-size: 1.5rem;
}
.table th *, .table td * {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.table th a.link-arrow:after,
.table th a.link-pdf:after, .table td a.link-arrow:after,
.table td a.link-pdf:after {
  font-size: 1rem;
  width: 44px;
  height: 18px;
  top: -2px;
}
.table th a.link-window:after, .table td a.link-window:after {
  top: 1px;
}
.table th {
  font-weight: bold;
  white-space: nowrap;
}
.table.table-gray th {
  background: #fafafa;
}
.table.table-blue th {
  background: #f5f7fa;
}
.table-vision {
  margin-bottom: 80px;
}
.table-vision_head {
  border-radius: 10px;
  background-image: -moz-linear-gradient(180deg, rgba(215, 67, 61, 0.2) 0%, rgba(255, 181, 179, 0.2) 100%);
  background-image: -webkit-linear-gradient(180deg, rgba(215, 67, 61, 0.2) 0%, rgba(255, 181, 179, 0.2) 100%);
  background-image: -ms-linear-gradient(180deg, rgba(215, 67, 61, 0.2) 0%, rgba(255, 181, 179, 0.2) 100%);
  margin-bottom: 15px;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
}
.table-vision_item {
  display: flex;
  gap: 15px;
  width: 100%;
}
.table-vision_item + .table-vision_item {
  margin-top: 15px;
}
.table-vision_th {
  display: flex;
  border-radius: 10px;
  background-image: -moz-linear-gradient(180deg, rgba(215, 67, 61, 0.2) 0%, rgba(255, 181, 179, 0.2) 100%);
  background-image: -webkit-linear-gradient(180deg, rgba(215, 67, 61, 0.2) 0%, rgba(255, 181, 179, 0.2) 100%);
  background-image: -ms-linear-gradient(180deg, rgba(215, 67, 61, 0.2) 0%, rgba(255, 181, 179, 0.2) 100%);
  font-weight: bold;
  width: 220px;
  align-items: center;
  justify-content: center;
}
.table-vision_td {
  flex: 1;
}
.table-vision_td._table-vision_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
.table-vision_td._table-vision_flex .table-vision_content {
  width: calc(calc(50% - 40px) - 7.5px);
}
.table-vision_content {
  background: #fafafa;
  border-radius: 10px;
  padding: 20px;
}
.table-vision p, .table-vision ul, .table-vision ol, .table-vision li {
  margin-bottom: 0;
  font-size: 1.5rem;
}

@media only screen and (min-width: 0) and (max-width: 720px) {
  .table th, .table td {
    padding: 10px;
    font-size: 1.2rem;
    white-space: normal;
  }
  .table th *, .table td * {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .table th a.link-arrow:after, .table th a.link-pdf:after, .table td a.link-arrow:after, .table td a.link-pdf:after {
    width: 30px;
    height: 16px;
  }
  .table th a.link-arrow:after, .table td a.link-arrow:after {
    font: normal normal normal 10px / 1 FontAwesome;
  }
  .table th a.link-pdf:after, .table td a.link-pdf:after {
    font-size: 0.8rem;
  }
  .table th a.link-block, .table td a.link-block {
    padding: 8px 20px;
    display: inline-block;
    font-size: 1.2rem;
  }
  .table-vision {
    margin-bottom: 40px;
  }
  .table-vision_head {
    margin-bottom: 10px;
    padding: 20px;
    display: block;
  }
  .table-vision_item {
    display: block;
    width: 100%;
  }
  .table-vision_item + .table-vision_item {
    margin-top: 15px;
  }
  .table-vision_th {
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 0;
  }
  .table-vision_td._table-vision_flex {
    gap: 10px;
  }
  .table-vision_td._table-vision_flex .table-vision_content {
    width: calc(calc(50% - 40px) - 7.5px);
  }
  .table-vision_td br {
    display: none;
  }
  .table-vision_content {
    background: #fafafa;
    border-radius: 5px;
    padding: 20px;
  }
  .table-vision p, .table-vision ul, .table-vision ol, .table-vision li {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}
/* sec-mv
---------------------------------------------------- */
.sec-mv {
  height: 580px;
}
.sec-mv_inner {
  width: 1080px;
  margin: 0 auto;
}
.sec-mv_txt {
  width: 550px;
  text-align: center;
}
.sec-mv_copy {
  padding: 180px 0 0 0;
  text-align: center;
}
.sec-mv_btn {
  margin: 30px auto 0;
  text-align: center;
}
.sec-mv_btn a {
  line-height: 24px;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #d7433d;
  color: #d7433d;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 8px 60px 8px 28px;
  text-decoration: none;
  background: #fff;
  position: relative;
}
.sec-mv_btn a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  background: #d7433d;
  color: #fff;
  right: 16px;
}
.sec-mv_btn a:hover {
  background: #d7433d;
  color: #fff;
}
.sec-mv_btn a:hover:after {
  right: 12px;
  background: #fff;
  color: #d7433d;
}
.sec-mv_btn span {
  color: inherit;
}
.sec-mv_btn span._size-14 {
  font-size: 1.4rem;
  font-weight: bold;
}
.sec-mv_btn span._size-12 {
  font-size: 1.2rem;
  margin-left: 5px;
}

#bg_mv {
  background-image: url("../img/bg_mv.png");
  background-position: center -120px;
  background-repeat: no-repeat;
  background-size: 1600px 900px;
}

@media screen and (min-width: 721px) and (max-width: 959px) {
  .sec-mv_inner {
    width: 960px;
  }
}
@media only screen and (min-width: 0) and (max-width: 720px) {
  .sec-mv {
    height: auto;
  }
  .sec-mv_inner {
    width: 100%;
  }
  .sec-mv_txt {
    width: 100%;
  }
  .sec-mv_copy {
    width: 50%;
    height: 40px;
    padding: 80px 0 0 0;
  }
  .sec-mv_copy img {
    width: 95%;
    height: auto;
    margin-left: 20px;
  }
  .sec-mv_btn {
    margin: 90px auto 0;
    display: flex;
    justify-content: center;
  }
  .sec-mv_btn a {
    font-size: 1.2rem;
    line-height: 20px;
  }

  #bg_mv {
    background-position: center -25px;
    background-repeat: no-repeat;
    background-size: 640px 360px;
    width: 100%;
    height: 300px;
    padding-top: 40px;
  }
}
/* sec-massage
---------------------------------------------------- */
.sec-message {
  margin-bottom: 120px;
}
.sec-message_top {
  width: 525px;
  margin-bottom: 20px;
  position: relative;
}
.sec-message_top:hover {
  text-decoration: none;
}
.sec-message_top:hover .sec-message_top-photo:before {
  transform: scale(1.08);
}
.sec-message_top:hover .sec-message_ttl:after {
  margin-left: 5px;
}
.sec-message_top-photo {
  container-type: inline-size;
  position: relative;
  width: 100%;
  aspect-ratio: 1049 / 590;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(141, 141, 141, 0.2);
  margin-bottom: 10px;
}
.sec-message_top-photo:before {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
  transition: transform 0.4s ease-out;
}
.sec-message_top-photo._president .sec-message_top-copy {
  text-indent: -0.5em;
}
.sec-message_top-photo._president:before {
  background-image: url(../img/img_message_president.png);
}
.sec-message_top-photo._vice-president:before {
  background-image: url(../img/img_message_vice-president.png);
}
.sec-message_top-copy {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  margin: 0;
  color: #595757;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 28px;
}
.sec-message_top-copy .dash-fix {
  letter-spacing: -0.1em;
}
.sec-message_col2 {
  display: flex;
  gap: 25px;
  margin-bottom: 10px;
}
.sec-message_menu {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.sec-message_item {
  width: calc(33% - 15px);
}
.sec-message_item:hover {
  text-decoration: none;
}
.sec-message_item:hover .sec-message_photo img {
  scale: 1.02;
}
.sec-message_item:hover .sec-message_ttl {
  color: #d7433d;
}
.sec-message_item:hover .sec-message_ttl:after {
  margin-left: 5px;
}
.sec-message_photo {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 0px 0px 20px 0px rgba(141, 141, 141, 0.2);
  background: #fff;
}
.sec-message_photo img {
  width: 100%;
}
.sec-message_ttl {
  color: #595757;
  display: flex;
  align-items: center;
  padding: 0 10px 0 5px;
  gap: 8px;
  font-weight: bold;
  justify-content: center;
}
.sec-message_ttl:after {
  transition: 0.2s ease-in-out;
  content: "\f105";
  font: normal normal normal 12px / 1 FontAwesome;
  display: inline-flex;
  background: #000;
  color: #fff;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  background: #d7433d;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 959px) {
  .sec-message_top-copy {
    font-size: 3cqw;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 0) and (max-width: 720px) {
  .sec-message {
    margin-bottom: 40px;
  }
  .sec-message_top {
    display: block;
    width: 100%;
    margin-bottom: 25px;
  }
  .sec-message_top-photo {
    aspect-ratio: 750 / 475;
    margin-bottom: 10px;
  }
  .sec-message_top-copy {
    margin: 4px 0;
  }
  .sec-message_col2 {
    display: block;
    margin-bottom: 10px;
  }
  .sec-message_txt {
    width: 460px;
    position: initial;
  }
  .sec-message_message {
    display: none;
    font-size: 1.4rem;
    text-indent: -1rem;
    margin-bottom: 10px;
    margin-left: 40px;
  }
  .sec-message_menu {
    flex-direction: column;
  }
  .sec-message_item {
    width: 100%;
  }
  .sec-message_photo {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .sec-message_ttl:after {
    width: 20px;
    height: 20px;
  }
}
/* sec-strategy
---------------------------------------------------- */
.sec-strategy_item:hover, .sec-strategy_special:hover {
  text-decoration: none;
}
.sec-strategy_item:hover .sec-strategy_ttl.link-arrow, .sec-strategy_special:hover .sec-strategy_ttl.link-arrow, .sec-strategy_item:hover .sec-strategy_ttl.link-window, .sec-strategy_special:hover .sec-strategy_ttl.link-window, .sec-strategy_item:hover .sec-strategy_ttl.link-pdf, .sec-strategy_special:hover .sec-strategy_ttl.link-pdf {
  color: #d7433d;
}
.sec-strategy_item:hover .sec-strategy_ttl.link-arrow:after, .sec-strategy_special:hover .sec-strategy_ttl.link-arrow:after, .sec-strategy_item:hover .sec-strategy_ttl.link-window:after, .sec-strategy_special:hover .sec-strategy_ttl.link-window:after, .sec-strategy_item:hover .sec-strategy_ttl.link-pdf:after, .sec-strategy_special:hover .sec-strategy_ttl.link-pdf:after {
  margin-left: 10px;
}
.sec-strategy_item:hover .sec-strategy_icon img, .sec-strategy_special:hover .sec-strategy_icon img {
  scale: 1.1;
}

.sec-strategy {
  padding: 60px 0 80px;
  background: #f5eced url(../img/bg_strategy.png) top right -300px no-repeat;
  position: relative;
  background-size: 1325px 828px;
}
.sec-strategy .sec_inner {
  position: relative;
  z-index: 2;
}
.sec-strategy_menu {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.sec-strategy_head {
  text-align: center;
  margin: 48px auto 24px;
}
.sec-strategy_heading {
  font-size: 3.0rem;
  font-weight: bold;
}
.sec-strategy_heading:after {
  content: "";
  display: block;
  margin: 12px auto 20px auto;
  height: 4px;
  width: 50px;
  background: #d7433d;
}
.sec-strategy_item {
  width: calc(50% - 55px);
  display: flex;
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  gap: 20px;
  align-items: center;
  box-shadow: 0px 0px 20px 0px rgba(220, 174, 168, 0.5);
}
.sec-strategy_icon {
  padding: 10px;
  border-radius: 6px;
  background: #eef0f5;
}
.sec-strategy_ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.sec-strategy_ttl.link-arrow:after, .sec-strategy_ttl.link-window:after, .sec-strategy_ttl.link-pdf:after {
  top: -2px;
  font-size: 1.0rem;
  font-weight: normal;
}
.sec-strategy_ttl.link-arrow:after {
  content: "\f105";
  font: normal normal normal 12px / 1 FontAwesome;
}
.sec-strategy_ttl.link-window:after {
  content: "\f08e";
  font: normal normal normal 12px / 1 FontAwesome;
}
.sec-strategy_ttl.link-pdf:after {
  content: "PDF";
  font-size: 1.0rem;
}
.sec-strategy p {
  font-size: 1.3rem;
}
.sec-strategy_special {
  display: flex;
  background: #fff;
  border-radius: 12px;
  margin-top: 60px;
  padding: 20px;
  gap: 50px;
  align-items: center;
  min-height: 150px;
  box-shadow: 0px 0px 20px 0px rgba(220, 174, 168, 0.5);
}
.sec-strategy_special .sec-strategy_txt {
  flex: 1;
}
.sec-strategy_special .sec-strategy_heding {
  color: #d7433d;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}
.sec-strategy_special .sec-strategy_heding:before {
  content: "";
  height: 3px;
  width: 18px;
  display: block;
  background: #d7433d;
}
.sec-strategy_special .sec-strategy_ttl {
  font-size: 2.4rem;
  margin: 4px 0 8px;
}
.sec-strategy_special .sec-strategy_ttl.link-arrow:after, .sec-strategy_special .sec-strategy_ttl.link-window:after, .sec-strategy_special .sec-strategy_ttl.link-pdf:after {
  top: -5px;
}
.sec-strategy_special .sec-strategy_icon {
  padding: 0;
  width: 265px;
  height: 250px;
  overflow: hidden;
}

@media only screen and (min-width: 0) and (max-width: 720px) {
  .sec-strategy {
    padding: 20px 0;
  }
  .sec-strategy:after {
    background-size: contain;
  }
  .sec-strategy_heading {
    font-size: 2.0rem;
  }
  .sec-strategy_heading:after {
    margin: 4px auto 12px auto;
    height: 4px;
    width: 40px;
  }
  .sec-strategy_menu {
    gap: 10px;
    flex-direction: column;
  }
  .sec-strategy_icon img {
    width: 60px;
    height: 60px;
  }
  .sec-strategy_item {
    width: auto;
    padding: 20px;
    flex-direction: column;
  }
  .sec-strategy_ttl {
    font-size: 1.4rem;
    text-align: center;
  }
  .sec-strategy_ttl.link-arrow:after {
    font: normal normal normal 10px / 1 FontAwesome;
  }
  .sec-strategy_ttl.link-pdf:after {
    font-size: 0.8rem;
  }
  .sec-strategy p {
    font-size: 1.2rem;
  }
  .sec-strategy_special {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 20px;
    margin-top: 30px;
    min-height: auto;
  }
  .sec-strategy_special .sec-strategy_icon {
    width: 80px;
    height: 75px;
    margin: auto;
  }
  .sec-strategy_special .sec-strategy_icon img {
    width: 100%;
    height: auto;
  }
  .sec-strategy_special .sec-strategy_heding {
    font-size: 1.2rem;
  }
  .sec-strategy_special .sec-strategy_heding:before {
    height: 2px;
    width: 12px;
  }
  .sec-strategy_special .sec-strategy_ttl {
    font-size: 1.4rem;
    text-align: left;
    margin: 4px 0 8px;
  }
  .sec-strategy_special .sec-strategy_ttl.link-arrow:after, .sec-strategy_special .sec-strategy_ttl.link-window:after, .sec-strategy_special .sec-strategy_ttl.link-pdf:after {
    top: -2px;
  }
  .sec-strategy_special .sec-strategy_ttl.link-arrow:after {
    font: normal normal normal 10px / 1 FontAwesome;
  }
  .sec-strategy_special .sec-strategy_ttl.link-pdf:after {
    font-size: 0.8rem;
  }
}
/* sec-sasb
---------------------------------------------------- */
.sec-sasb {
  background: #f5f5f5;
  text-align: center;
  padding: 60px 0;
}
.sec-sasb_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.sec-sasb_icon img {
  width: 100px;
}
.sec-sasb_ttl {
  padding: 20px 0 20px 0;
  font-weight: bold;
  font-size: 1.8rem;
}
.sec-sasb_btn {
  margin: 20px 0 0 0;
}

@media only screen and (min-width: 0) and (max-width: 720px) {
  .sec-sasb {
    padding: 30px 20px 40px 20px;
  }
  .sec-sasb_icon {
    width: 60px;
    height: 60px;
  }
  .sec-sasb_ttl {
    padding: 10px 0;
    font-size: 1.6rem;
  }
}
/* sec-data
---------------------------------------------------- */
.sec-data {
  margin: 0 auto;
}
.sec-data_ttl {
  font-weight: bold;
  padding-left: 20px;
  font-size: 2.0rem;
  border-left: 2px solid #d7433d;
}
.sec-data_ttl span {
  color: #d7433d;
  font-weight: bold;
  font-size: 1.4rem;
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  white-space: nowrap;
}
.sec-data_download {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 80px 0 40px 0;
}
.sec-data_download-dbox {
  width: 255px;
  margin-bottom: 20px;
}
.sec-data_download-ttl {
  margin-bottom: 15px;
}
.sec-data_download-ttl a {
  display: flex;
  border-radius: 4px;
  height: 60px;
  background: #f5f5f5;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 0 12px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.3rem;
}
.sec-data_download-ttl a:hover {
  text-decoration: none;
}
.sec-data_download-ttl a:hover:after {
  margin-right: -5px;
}
.sec-data_download-ttl a span {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: -10px;
}
.sec-data_download-ttl a:after {
  font-weight: normal;
  min-width: 35px;
  width: 35px;
}
.sec-data_download-size {
  font-weight: normal;
  font-size: 1.2rem;
}
.sec-data_download-indbox ul {
  display: block !important;
}
.sec-data_download-indbox ul li {
  padding: 0 0 5px 14px;
  position: relative;
}
.sec-data_download-indbox ul li::before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 5px;
  width: 6px;
  height: 11px;
  font: normal normal normal 14px / 1 FontAwesome;
  color: #d7433d;
}
.sec-data_archive {
  margin-bottom: 40px;
}
.sec-data_archive .btn_accordion {
  width: 100%;
  display: flex;
}
.sec-data_archive .btn_accordion span {
  display: flex;
  justify-content: space-between;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  color: #595757;
  width: 100%;
}
.sec-data_archive .btn_accordion span:after {
  content: url(../img/icon_open.png);
}
.sec-data_archive .btn_accordion.active span::after {
  content: url(../img/icon_close.png);
}
.sec-data_archive .accordion_content {
  margin: 0;
  border: 4px solid #f5f5f5;
  padding: 30px 40px;
}
.sec-data_archive .accordion_content .block {
  margin: 0;
}
.sec-data_archive .accordion_content .ttl02 {
  display: none;
}
.sec-data_archive .accordion_content #divDataArea2 .list_link {
  display: flex;
}
.sec-data_archive .accordion_content #divDataArea2 .list_link li {
  width: 45%;
  margin: 0 0 5px;
  padding: 0;
  text-indent: 0;
}
.sec-data_archive .accordion_content #divDataArea2 .list_link li a {
  padding: 0;
}
.sec-data_archive .accordion_content #divDataArea2 .list_link li a i {
  display: none;
}
.sec-data_archive .accordion_content #divDataArea2 .list_link li a:after {
  font-size: 1.0rem;
}
.sec-data_archive .accordion_content #divDataArea2 .list_link li a:hover {
  color: #d7433d;
  text-decoration: underline;
}
.sec-data_archive .accordion_content #divDataArea2 .list_link li a:hover:after {
  margin-left: 10px;
}
.sec-data_archive .accordion_content #divDataArea2 .list_link li:nth-of-type(1) a:after {
  content: "PDF";
}
.sec-data_archive .accordion_content #divDataArea2 .list_link li:nth-of-type(2) a:after {
  content: "WEB";
  background: #8592b0;
}
.sec-data_archive .accordion_content #divDataArea2 .list_link + .list_link {
  margin-top: 10px;
}
.sec-data .plugin {
  width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 0) and (max-width: 720px) {
  .sec-data_ttl {
    margin: 20px 0;
    padding-left: 20px;
    font-size: 1.4rem;
  }
  .sec-data_ttl:before {
    width: 10px;
    height: 10px;
  }
  .sec-data_ttl span {
    font-size: 1.2rem;
  }
  .sec-data_download {
    display: block;
    padding: 0 0 40px 0;
  }
  .sec-data_download-dbox {
    width: auto;
    overflow: hidden;
    margin-bottom: 0;
  }
  .sec-data_download-dbox.active .sec-data_download-indbox {
    max-height: 100vh;
  }
  .sec-data_download-dbox.active .sec-data_download-ttl a:after {
    content: url(../img/icon_close.png);
  }
  .sec-data_download-ttl {
    position: relative;
    margin-bottom: 0;
  }
  .sec-data_download-ttl .btnopen {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .sec-data_download-ttl a {
    border-radius: 0;
    height: 50px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    padding-right: 5px;
    background: #fff;
  }
  .sec-data_download-ttl a:after {
    content: url(../img/icon_open.png);
    background: none;
  }
  .sec-data_download-size {
    margin-left: 5px;
  }
  .sec-data_download-indbox {
    max-height: 0;
    overflow: hidden;
    transition: all 0.6s;
  }
  .sec-data_download-indbox ul {
    margin: 0;
    background: #fafafa;
    padding: 20px 20px 10px;
    border-bottom: 1px solid #e5e5e5;
  }
  .sec-data_download-indbox ul li {
    padding: 0 0 10px 14px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
  }
  .sec-data_download-indbox ul li:last-child {
    border: none;
    margin-bottom: 0;
  }
  .sec-data_archive .btn_accordion {
    padding: 0;
    border: none;
  }
  .sec-data_archive .btn_accordion span {
    height: 50px;
    align-items: center;
    padding: 0 10px;
  }
  .sec-data_archive .accordion_content {
    border: 2px solid #f5f5f5;
    padding: 15px;
  }
  .sec-data_archive .accordion_content #divDataArea2 .list_link {
    display: block;
  }
  .sec-data_archive .accordion_content #divDataArea2 .list_link li {
    width: 100%;
    margin: 0 0 5px;
  }
  .sec-data_archive .accordion_content #divDataArea2 .list_link li a.icon_window:after, .sec-data_archive .accordion_content #divDataArea2 .list_link li a.icon_pdf:after {
    width: 30px;
    height: 16px;
  }
  .sec-data_archive .accordion_content #divDataArea2 .list_link li a.icon_window:hover, .sec-data_archive .accordion_content #divDataArea2 .list_link li a.icon_pdf:hover {
    color: #d7433d;
    text-decoration: underline;
  }
  .sec-data_archive .accordion_content #divDataArea2 .list_link li a.icon_window:hover:after, .sec-data_archive .accordion_content #divDataArea2 .list_link li a.icon_pdf:hover:after {
    margin-left: 10px;
  }
  .sec-data_archive .accordion_content #divDataArea2 .list_link li a.icon_window:after {
    font: normal normal normal 10px / 1 FontAwesome;
  }
  .sec-data_archive .accordion_content #divDataArea2 .list_link li a.icon_pdf:after {
    font-size: 0.8rem;
  }
  .sec-data .plugin {
    width: auto;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .sec-data .plugin p {
    font-size: 1.2rem;
  }
  .sec-data .block {
    margin: 0 0 60px;
  }
}
/* overwrite css */
.hideEIR {
  display: none;
}

#divDataArea2 {
  text-align: left;
}

/*# sourceMappingURL=style.css.map */
