@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;500;700;900&display=swap");
.section_title_inner {
  background-color: rgba(27, 161, 230, 0.7);
  color: #fff;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 50px 0; }
  @media (max-width: 480px) {
    .section_title_inner {
      font-size: 1.8rem;
      padding: 30px 0; } }

.msg {
  text-align: center;
  font-size: 2.4rem; }
  @media (max-width: 480px) {
    .msg {
      text-align: left;
      font-size: 1.4rem; } }

.mb30 {
  margin-bottom: 30px; }
  @media (max-width: 480px) {
    .mb30 {
      margin-bottom: 15px; } }

.img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .img_list.two_img li {
    width: calc(98% / 2); }

.contents1_img {
  width: 510px;
  margin: 0 auto 30px; }
  @media (max-width: 480px) {
    .contents1_img {
      width: 70%;
      margin-bottom: 15px; } }

.policy_set {
  -webkit-box-shadow: 0 0 10px #00000033;
          box-shadow: 0 0 10px #00000033; }
  .policy_set:not(:last-child) {
    margin-bottom: 30px; }
    @media (max-width: 480px) {
      .policy_set:not(:last-child) {
        margin-bottom: 15px; } }

.policy_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-size: 100px auto;
  background-repeat: no-repeat;
  background-position: center left;
  background-color: #1d2087;
  color: #fff;
  padding: 10px 50px 10px 100px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer; }
  @media (max-width: 480px) {
    .policy_heading {
      min-height: 60px;
      background-size: 50px auto;
      padding: 5px 20px 5px 50px; } }
  .policy_heading:hover, .policy_heading.active {
    background-color: #0d5fb7; }
  @media (max-width: 480px) {
    .policy_heading:hover {
      background-color: #1d2087; } }
  .policy_heading.active::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  @media (max-width: 480px) {
    .policy_heading.active {
      background-color: #0d5fb7; } }
  .policy_heading .ttl {
    line-height: 1.4; }
    .policy_heading .ttl .en {
      display: block;
      font-size: 1.8rem;
      font-family: 'Montserrat', sans-serif; }
      @media (max-width: 480px) {
        .policy_heading .ttl .en {
          font-size: 1.2rem; } }
    .policy_heading .ttl .jp {
      display: block;
      font-size: 2.4rem;
      font-weight: bold; }
      @media (max-width: 480px) {
        .policy_heading .ttl .jp {
          font-size: 1.7rem; } }
  .policy_heading::after {
    content: "";
    background: url(../img/acd-arrow.png) no-repeat center/100%;
    width: 26px;
    height: 16px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s; }
    @media (max-width: 480px) {
      .policy_heading::after {
        width: 13px;
        height: 8px; } }
  .policy_heading.icon01 {
    background-image: url(../img/icon01.png); }
  .policy_heading.icon02 {
    background-image: url(../img/icon02.png); }
  .policy_heading.icon03 {
    background-image: url(../img/icon03.png); }
  .policy_heading.icon04 {
    background-image: url(../img/icon04.png); }
  .policy_heading.icon05 {
    background-image: url(../img/icon05.png); }
  .policy_heading.icon06 {
    background-image: url(../img/icon06.png); }
  .policy_heading.icon07 {
    background-image: url(../img/icon07.png); }
  .policy_heading.icon08 {
    background-image: url(../img/icon08.png); }

.policy_body {
  display: none;
  padding: 30px 60px; }
  @media (max-width: 480px) {
    .policy_body {
      font-size: 1.4rem;
      padding: 25px; } }

.inquiry-btn {
  text-align: center; }
  .inquiry-btn span {
    font-size: 1.6rem;
    font-weight: bold; }
  .inquiry-btn a {
    background-color: #f4a109;
    background-image: url(../img/arrow-white.png);
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 6px 11px;
    border-radius: 22px;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    display: block;
    text-decoration: none;
    margin: 0 auto;
    padding: 13px 30px 14px;
    width: 320px; }

.profile_img {
  width: 800px;
  max-width: 100%;
  margin: 0 auto 40px; }
  @media (max-width: 480px) {
    .profile_img {
      margin-bottom: 20px; } }

.profile .name {
  text-align: center;
  color: #1d2087;
  margin-bottom: 40px; }
  @media (max-width: 480px) {
    .profile .name {
      margin-bottom: 20px; } }
  .profile .name .main {
    font-size: 4rem;
    display: block; }
    @media (max-width: 480px) {
      .profile .name .main {
        font-size: 3rem; } }
  .profile .name .sub {
    font-size: 2rem;
    display: block; }
    @media (max-width: 480px) {
      .profile .name .sub {
        font-size: 1.5rem; } }
.profile .profile_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 120px; }
  @media (max-width: 480px) {
    .profile .profile_set {
      margin-bottom: 50px; } }
  .profile .profile_set .profile_item_img {
    width: 250px;
    margin-right: auto; }
    @media (max-width: 480px) {
      .profile .profile_set .profile_item_img {
        width: 70%;
        margin: 0 auto 20px; } }
  .profile .profile_set .profile_item_txt {
    line-height: 2;
    font-size: 1.8rem; }
    @media (max-width: 480px) {
      .profile .profile_set .profile_item_txt {
        line-height: 1.8;
        font-size: 1.4rem; } }
    .profile .profile_set .profile_item_txt p:not(:last-child) {
      margin-bottom: 25px; }
      @media (max-width: 480px) {
        .profile .profile_set .profile_item_txt p:not(:last-child) {
          margin-bottom: 15px; } }

.profile_img_list {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .profile_img_list.three_img li {
    width: 26%;
    max-height: 280px; }
    @media (max-width: 480px) {
      .profile_img_list.three_img li {
        width: 48%;
        max-height: 34vw;
        margin-right: 2%;
        margin-bottom: 2%; } }
    .profile_img_list.three_img li.wide {
      width: 42%; }
      @media (max-width: 480px) {
        .profile_img_list.three_img li.wide {
          width: 48%; } }
    .profile_img_list.three_img li:not(:nth-child(3n)) {
      margin-right: 3%; }
      @media (max-width: 480px) {
        .profile_img_list.three_img li:not(:nth-child(3n)) {
          margin-right: 2%; } }
    .profile_img_list.three_img li:last-child {
      margin-right: 0; }
      @media (max-width: 480px) {
        .profile_img_list.three_img li:last-child {
          margin-bottom: 0; } }
    .profile_img_list.three_img li:nth-last-child(n + 3) {
      margin-bottom: 3%; }
      @media (max-width: 480px) {
        .profile_img_list.three_img li:nth-last-child(n + 3) {
          margin-bottom: 2%; } }
    @media (max-width: 480px) {
      .profile_img_list.three_img li:nth-child(even) {
        margin-right: 0%; } }
    .profile_img_list.three_img li img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.active_construction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 25px; }
  .active_construction .active_construction_set {
    min-width: 170px;
    margin-bottom: 8px;
    margin-right: 20px; }
    .active_construction .active_construction_set a {
      position: relative;
      text-align: center;
      text-decoration: none;
      display: block;
      color: #2d438b;
      padding: 5px 22px;
      border: 1px solid #2d438b;
      background: #fff; }

.report_set {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 30px; }
  @media (max-width: 480px) {
    .report_set {
      margin-bottom: 20px; } }
  .report_set a {
    background-image: url(../img/arrow-black.png);
    background-repeat: no-repeat;
    background-position: center right 40px;
    background-size: 6px 11px;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 30px;
    text-decoration: none;
    -webkit-transition: background-position 0.7s;
    transition: background-position 0.7s; }
    @media (max-width: 480px) {
      .report_set a {
        display: block;
        background-image: none;
        margin-bottom: 10px;
        -webkit-transition: unset;
        transition: unset; } }
    .report_set a .info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .report_set a .date {
      letter-spacing: 1px; }
      @media (max-width: 480px) {
        .report_set a .date {
          font-size: 1.3rem; } }
    .report_set a .cate {
      background-color: #0041c6;
      color: #fff;
      font-size: 1.3rem;
      text-align: center;
      padding: 5px 0 6px;
      margin: 0 50px 0 30px;
      min-width: 100px; }
      @media (max-width: 480px) {
        .report_set a .cate {
          padding: 0px 0 1px;
          margin: 0 0 0 10px;
          min-width: 80px; } }
      .report_set a .cate.blog {
        background-color: #45b1e6; }
      .report_set a .cate.report {
        background-color: #efc82e; }
      .report_set a .cate.other {
        background-color: #696969; }
    .report_set a .report_title {
      display: inline-block;
      position: relative; }
      @media (max-width: 480px) {
        .report_set a .report_title {
          font-size: 1.4rem;
          margin-top: 5px;
          background-image: url(../img/arrow-black.png);
          background-repeat: no-repeat;
          background-size: 6px 11px;
          background-position: center right 10px;
          width: 100%; } }
    .report_set a:hover {
      background-color: #00409733;
      background-position: center right 20px; }
      @media (max-width: 480px) {
        .report_set a:hover {
          background-color: none;
          background-position: center right 10px; } }

.pagination {
  margin-bottom: 50px; }
  .pagination .page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .pagination .page-numbers .page-numbers {
      text-decoration: none;
      background: #004097;
      border: 2px solid #004097;
      color: #fff;
      font-size: 1.3rem;
      padding: 5px 10px;
      margin: 0px 3px; }
      .pagination .page-numbers .page-numbers.current {
        background-color: #fff;
        border: 2px solid #0154ae;
        color: #0154ae; }
      .pagination .page-numbers .page-numbers.dots, .pagination .page-numbers .page-numbers.next, .pagination .page-numbers .page-numbers.prev {
        background-color: #fff;
        border: none;
        color: #333; }

.report_detail .report_header {
  margin-bottom: 20px; }
  .report_detail .report_header .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 10px; }
  .report_detail .report_header .cate {
    background-color: #0041c6;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    padding: 5px 0 6px;
    margin: 0 50px 0 30px;
    min-width: 100px; }
    @media (max-width: 480px) {
      .report_detail .report_header .cate {
        padding: 0px 0 1px;
        margin: 0 0 0 10px;
        min-width: 80px; } }
    .report_detail .report_header .cate.blog {
      background-color: #45b1e6; }
    .report_detail .report_header .cate.report {
      background-color: #efc82e; }
    .report_detail .report_header .cate.other {
      background-color: #696969; }
  .report_detail .report_header .report_title {
    color: #333333;
    font-size: 1.8rem;
    font-weight: bold; }
    @media (max-width: 480px) {
      .report_detail .report_header .report_title {
        font-size: 1.6rem;
        line-height: 1.5; } }
.report_detail .report_pdf a {
  display: block;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .report_detail .report_pdf a:hover {
    opacity: 0.7; }
    @media (max-width: 480px) {
      .report_detail .report_pdf a:hover {
        opacity: 1; } }
.report_detail .report_pdf .pdf_title {
  text-decoration: none;
  color: #004098; }
.report_detail .report_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 1020px;
  margin: 0 auto 30px; }
  @media (max-width: 480px) {
    .report_detail .report_img {
      display: block;
      width: 100%; } }
  .report_detail .report_img #main_image {
    width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative; }
    @media (max-width: 480px) {
      .report_detail .report_img #main_image {
        width: 100%;
        margin-bottom: 10px; } }
    .report_detail .report_img #main_image .main_slide img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 533px;
      width: 100%; }
      @media (max-width: 480px) {
        .report_detail .report_img #main_image .main_slide img {
          height: calc(2/3*100vw); } }
  .report_detail .report_img #thumb_image {
    width: 185px; }
    @media (max-width: 480px) {
      .report_detail .report_img #thumb_image {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    @media (max-width: 480px) {
      .report_detail .report_img #thumb_image .slick-track {
        width: 100% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-transform: none !important;
                transform: none !important; } }
    .report_detail .report_img #thumb_image .thumb_slide {
      width: 185px !important;
      float: none;
      margin-bottom: 15px;
      cursor: pointer;
      position: relative; }
      @media (max-width: 480px) {
        .report_detail .report_img #thumb_image .thumb_slide {
          width: 23.5% !important;
          height: 15vw;
          margin: 0 2% 2% 0; } }
      .report_detail .report_img #thumb_image .thumb_slide img {
        opacity: 1; }
      @media (max-width: 480px) {
        .report_detail .report_img #thumb_image .thumb_slide:last-child {
          margin-right: 0; } }
      .report_detail .report_img #thumb_image .thumb_slide.slick-current img {
        opacity: 0.4;
        background-color: #333; }
@media (max-width: 480px) {
  .report_detail .report_txt {
    font-size: 1.5rem;
    line-height: 1.5; } }

.page_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 1020px;
  margin: 0 auto; }
  .page_nav li {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .page_nav li a {
      color: #333;
      font-size: 1.4rem;
      text-decoration: none;
      -webkit-transition: -webkit-text-decoration 1s;
      transition: -webkit-text-decoration 1s;
      transition: text-decoration 1s;
      transition: text-decoration 1s, -webkit-text-decoration 1s; }
      @media (max-width: 480px) {
        .page_nav li a {
          font-size: 1.2rem;
          text-decoration: underline; } }
      .page_nav li a:hover {
        text-decoration: underline; }
    .page_nav li.prev {
      left: 0; }
      .page_nav li.prev::before {
        content: '<';
        font-size: 2rem;
        margin-right: 7px; }
        @media (max-width: 480px) {
          .page_nav li.prev::before {
            font-size: 1.5rem;
            margin-right: 3px; } }
    .page_nav li.next {
      right: 0; }
      .page_nav li.next::after {
        content: '>';
        font-size: 2rem;
        margin-left: 7px; }
        @media (max-width: 480px) {
          .page_nav li.next::after {
            font-size: 1.5rem;
            margin-left: 3px; } }
