@charset "UTF-8";
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  color: #000;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

#site_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #site_wrapper {
    max-width: unset;
    padding-top: 0;
  }
}

svg {
  max-width: 100%;
}

button {
  letter-spacing: 0.1em;
}

.container {
  max-width: 1360px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 1360px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container_l {
  max-width: 1440px;
  width: 100%;
  margin: auto;
}

.container_m {
  max-width: 930px;
  width: 100%;
  margin: auto;
}

.container_s {
  max-width: 810px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .container_s {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sidebar_main_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .sidebar_main_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sidebar_main_wrap > #main {
  background-color: #F5F5F5;
  margin: 0;
}

.bg_gray_block {
  position: relative;
}
.bg_gray_block:before {
  display: block;
  content: "";
  max-width: 930px;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.news_list_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news_list_info .cat_tag {
  width: 78px;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  margin-right: 14px;
}
@media screen and (min-width: 768px) {
  .news_list_info .cat_tag {
    width: 114px;
    font-size: 1.4rem;
    padding: 1px;
  }
}
.news_list_info .cat_tag.cat_tag_1 {
  background-color: #FCBF33;
}
.news_list_info .cat_tag.cat_tag_2 {
  background-color: #006CB6;
}
.news_list_info .cat_tag.cat_tag_3 {
  background-color: #337421;
}
.news_list_info .cat_tag.cat_tag_4 {
  background-color: #0E418F;
}
.news_list_info .date {
  font-weight: 700;
  line-height: 1.47;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .news_list_info .date {
    line-height: 1;
    letter-spacing: 0.09em;
  }
}

.page_title {
  background-color: #006CB6;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .page_title {
    font-size: 3rem;
    padding: 13px;
  }
}

.sec_title {
  text-align: center;
}
.sec_title svg {
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transform: scale(0.875);
          transform: scale(0.875);
}
@media screen and (min-width: 768px) {
  .sec_title svg {
    -webkit-transform: none;
            transform: none;
  }
}
.sec_title .ja {
  font-weight: 700;
}

.section_hr:before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #FCBF33;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .section_hr:before {
    width: 20px;
    height: 20px;
  }
}

.section_hr_after {
  position: relative;
}
.section_hr_after:after {
  display: block;
  content: "";
  width: calc(100% + 50px);
  height: 1px;
  background-color: #999999;
  position: absolute;
  bottom: 0;
  left: -25px;
}
@media screen and (min-width: 768px) {
  .section_hr_after:after {
    display: none;
  }
}

.border_left_yellow_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px;
}
.border_left_yellow_table th,
.border_left_yellow_table td {
  display: block;
}
@media screen and (min-width: 768px) {
  .border_left_yellow_table th,
.border_left_yellow_table td {
    display: table-cell;
  }
}
.border_left_yellow_table th {
  background-color: #fff;
  font-weight: 600;
  position: relative;
}
.border_left_yellow_table th::before {
  display: block;
  content: "";
  width: 4px;
  height: 100%;
  background-color: #FCBF33;
  position: absolute;
  top: 0;
  left: 0;
}
.border_left_yellow_table td {
  background-color: #fff;
  line-height: 1.6;
  position: relative;
}
@media screen and (min-width: 768px) {
  .border_left_yellow_table td {
    line-height: 1.87;
  }
}
.border_left_yellow_table td::before {
  display: block;
  content: "";
  width: 4px;
  height: 100%;
  background-color: #FCBF33;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .border_left_yellow_table td::before {
    display: none;
  }
}

.mv {
  width: 100%;
  aspect-ratio: 16/9;
}
.mv iframe {
  width: 100%;
  height: 100%;
}

.btn {
  display: inline-block;
}
.btn.bgleft {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  outline: none;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.btn.bgleft:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.btn.bgleft:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.btn.btn_blue {
  background-color: #006CB6;
  border: 1px solid #006CB6;
  color: #fff;
}
.btn.btn_blue.bgleft span {
  position: relative;
  z-index: 3;
}
.btn.btn_blue.bgleft:before {
  background: #F5F5F5;
}
.btn.btn_blue.bgleft:hover span {
  color: #006CB6;
}
.btn.btn_outline_blue {
  border: 1px solid #006CB6;
  color: #006CB6;
}
.btn.btn_outline_blue.bgleft span {
  position: relative;
  z-index: 3;
}
.btn.btn_outline_blue.bgleft:before {
  background: #006CB6;
}
.btn.btn_outline_blue.bgleft:hover span {
  color: #fff;
}
.btn.btn_black {
  max-width: 100%;
  width: 300px;
  border-radius: 4px;
  background-color: #000000;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 13px;
}

.icon_round_arrow {
  position: relative;
}
.icon_round_arrow:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #006CB6;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.icon_round_arrow:after {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.icon_round_arrow.arrow_right:after {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  top: 3px;
  left: 2px;
}
.icon_round_arrow.arrow_left:after {
  -webkit-transform: rotateZ(-135deg);
          transform: rotateZ(-135deg);
}
.icon_round_arrow.arrow_top:after {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
.icon_round_arrow.arrow_bottom:after {
  -webkit-transform: rotateZ(-225deg);
          transform: rotateZ(-225deg);
}
.icon_round_arrow.icon_medium:before {
  width: 16px;
  height: 16px;
}
.icon_round_arrow.icon_medium:after {
  width: 6px;
  height: 6px;
  border-top-width: 1.5px;
  border-right-width: 1.5px;
}
.icon_round_arrow.icon_medium.arrow_left:after {
  top: 5px;
  left: 6px;
}
.icon_round_arrow.icon_medium.arrow_right:after {
  top: 5px;
  left: 4px;
}
.icon_round_arrow.icon_medium_2:before {
  width: 20px;
  height: 20px;
}
.icon_round_arrow.icon_medium_2:after {
  width: 7px;
  height: 7px;
  border-top-width: 2px;
  border-right-width: 2px;
}
.icon_round_arrow.icon_medium_2.arrow_left:after {
  top: 6px;
  left: 7px;
}
.icon_round_arrow.icon_medium_2.arrow_right:after {
  top: 6px;
  left: 5px;
}
.icon_round_arrow.icon_medium_2.arrow_bottom:after {
  top: 5px;
  left: 6px;
}
.icon_round_arrow.icon_medium_3:before {
  width: 26px;
  height: 26px;
}
.icon_round_arrow.icon_medium_3:after {
  width: 8px;
  height: 8px;
  border-top-width: 2px;
  border-right-width: 2px;
}
.icon_round_arrow.icon_medium_3.arrow_top:after {
  top: 11px;
  left: 9px;
}
.icon_round_arrow.icon_medium_3.arrow_bottom:after {
  top: 8px;
  left: 9px;
}
.icon_round_arrow.icon_large:before {
  width: 32px;
  height: 32px;
}
.icon_round_arrow.icon_large:after {
  width: 10px;
  height: 10px;
  border-top-width: 2px;
  border-right-width: 2px;
}
.icon_round_arrow.icon_large.arrow_top:after {
  top: 13px;
  left: 11px;
}
.icon_round_arrow.icon_large.arrow_bottom:after {
  top: 10px;
  left: 11px;
}

@media screen and (min-width: 768px) {
  .icon_round_arrow_parent:hover .icon_round_arrow:before {
    top: -2px;
  }
  .icon_round_arrow_parent:hover .icon_round_arrow:after {
    top: 1px;
  }
  .icon_round_arrow_parent:hover .icon_round_arrow.icon_medium:before {
    top: -4px;
  }
  .icon_round_arrow_parent:hover .icon_round_arrow.icon_medium.arrow_right:after {
    top: 1px;
  }
  .icon_round_arrow_parent:hover .icon_round_arrow.icon_medium_2:before {
    top: -4px;
  }
  .icon_round_arrow_parent:hover .icon_round_arrow.icon_medium_2.arrow_left:after {
    top: 2px;
  }
  .icon_round_arrow_parent:hover .icon_round_arrow.icon_medium_2.arrow_right:after {
    top: 2px;
  }
  .icon_round_arrow_parent:hover .icon_round_arrow.icon_large:before {
    top: -5px;
  }
  .icon_round_arrow_parent:hover .icon_round_arrow.icon_large.arrow_top:after {
    top: 8px;
  }
  .icon_round_arrow_parent:hover .icon_round_arrow.icon_large.arrow_bottom:after {
    top: 5px;
  }
}

#header .global_nav {
  width: 100%;
  color: #fff;
  position: fixed;
  z-index: 999;
  top: 45px;
  top: -58px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#header .global_nav .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  padding-left: 6px;
}
#header .global_nav .inner .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .global_nav .nav {
  font-weight: 600;
}
#header .global_nav .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
#header .global_nav .nav ul li {
  font-size: calc(16 / 1024 * 100vw);
  padding: 0 calc(15 / 1024 * 100vw);
}
@media screen and (min-width: 1024px) {
  #header .global_nav .nav ul li {
    font-size: 16px;
    padding: 0 15px;
  }
}
#header .global_nav .nav ul li:not(:last-of-type) {
  position: relative;
}
#header .global_nav .nav ul li:not(:last-of-type):after {
  display: block;
  content: "";
  width: 1px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#header .global_nav .contact_btn {
  width: calc(104 / 1024 * 100vw);
  text-align: center;
  font-size: calc(16 / 1024 * 100vw);
  font-weight: 700;
  padding: 16px 10px;
  margin-left: 15px;
}
@media screen and (min-width: 1024px) {
  #header .global_nav .contact_btn {
    width: 104px;
    font-size: 1.6rem;
  }
}
#header .hero_img {
  max-width: 1440px;
  width: 100%;
  padding-top: 55px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #header .hero_img {
    padding-top: 0;
  }
}

.header_sp {
  width: 100vw;
  height: 55px;
  background-color: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 999999;
}
.header_sp .openbtn3 {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  background: #000;
  width: 35px;
  height: 35px;
}
.header_sp .openbtn3 span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 7px;
  height: 3px;
  background: #fff;
  width: 21px;
  height: 2px;
}
.header_sp .openbtn3 span:nth-of-type(1) {
  top: 9px;
}
.header_sp .openbtn3 span:nth-of-type(2) {
  top: 17px;
}
.header_sp .openbtn3 span:nth-of-type(3) {
  top: 25px;
}
.header_sp .nav_sp {
  width: 100%;
  padding-top: 30px;
  opacity: 0;
  z-index: -1;
}
.header_sp .nav_sp ul li {
  border-top: 1px solid #999999;
}
.header_sp .nav_sp ul li .icon_round_arrow {
  position: absolute;
  right: 26px;
}
.header_sp .nav_sp ul li .link_bg {
  height: 115px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0 10px;
  position: relative;
}
.header_sp .nav_sp ul li .link_bg .icon_round_arrow {
  top: 50px;
}
.header_sp .nav_sp ul li .link_simple {
  display: block;
  text-align: center;
  padding: 18px 0;
  position: relative;
}
.header_sp .nav_sp ul li .link_simple .icon_round_arrow {
  top: 21px;
}
.header_sp .nav_sp ul li:nth-of-type(1) .link_bg {
  background-image: url("../images/sp_nav_bg_01.png");
}
.header_sp .nav_sp ul li:nth-of-type(2) .link_bg {
  background-image: url("../images/sp_nav_bg_02.png");
}
.header_sp .nav_sp ul li:nth-of-type(3) .link_bg {
  background-image: url("../images/sp_nav_bg_03.png");
}
.header_sp .nav_sp ul li:last-of-type {
  border-bottom: 1px solid #999999;
}
.header_sp.open {
  height: 100vh;
  background-color: #000;
  padding-bottom: 20px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header_sp.open:-webkit-scrollbar {
  display: none;
}
.header_sp.open .logo .fill-black {
  fill: white;
}
.header_sp.open .openbtn3 span:nth-of-type(1), .header_sp.open .openbtn3 span:nth-of-type(3) {
  top: 17px;
}
.header_sp.open .nav_sp {
  opacity: 1;
}

#footer #top_scroll {
  display: block;
  width: 100%;
  height: 24px;
  background-color: #006CB6;
  margin-bottom: 31px;
}
@media screen and (min-width: 768px) {
  #footer #top_scroll {
    height: 30px;
    margin-bottom: 70px;
  }
}
#footer #top_scroll:before {
  display: block;
  content: "";
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 10px;
  height: 10px;
  margin: auto;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  position: relative;
  top: 10px;
}
@media screen and (min-width: 768px) {
  #footer #top_scroll:before {
    width: 16px;
    height: 16px;
    top: 12px;
  }
}
#footer .footer_nav {
  max-width: 930px;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto 50px;
}
#footer .footer_nav .block {
  border-left: 1px solid #999;
  padding-top: 90px;
  padding-bottom: 20px;
  padding-left: 25px;
  position: relative;
}
#footer .footer_nav .block .list_title {
  position: absolute;
  top: 0;
  left: 25px;
}
#footer .footer_nav .block .title {
  font-size: 1.5rem;
  font-weight: 700;
  padding-right: calc(15 / 1024 * 100vw);
}
@media screen and (min-width: 1024px) {
  #footer .footer_nav .block .title {
    padding-right: 0;
  }
}
#footer .footer_nav .block .footer_nav_list {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  padding-right: calc(12 / 1024 * 100vw);
}
@media screen and (min-width: 1024px) {
  #footer .footer_nav .block .footer_nav_list {
    padding-right: 0;
  }
}
#footer .footer_nav .block .footer_nav_list .icon_round_arrow {
  position: absolute;
  top: 4px;
  left: 0;
}
#footer .footer_logo {
  max-width: 150px;
  width: 100%;
  margin: 0 auto 18px;
}
@media screen and (min-width: 768px) {
  #footer .footer_logo {
    max-width: 186px;
    margin-bottom: 25px;
  }
}
#footer .address {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  #footer .address {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
#footer .copyright {
  background-color: #F5F5F5;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  padding: 8px 0;
}

#sidebar {
  background-color: #F5F5F5;
  font-weight: 700;
  padding: 25px 25px 0;
}
@media screen and (min-width: 768px) {
  #sidebar {
    width: 265px;
    background-color: #fff;
    padding: 50px 0 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    left: 0;
  }
}
#sidebar .sidebar_menu_btn {
  width: 100%;
  background-color: #999999;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  padding: 12px 0;
  position: relative;
}
#sidebar .icon_round_arrow {
  position: absolute;
  top: calc(50% - 13px);
  right: 38px;
}
#sidebar ul {
  display: none;
  background-color: #fff;
  padding: 0 19px;
}
@media screen and (min-width: 768px) {
  #sidebar ul {
    display: block;
    padding: 0;
  }
}
#sidebar li {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #sidebar li {
    text-align: left;
    padding: 10px 0 4px 33px;
  }
}
#sidebar li .parent {
  display: block;
  padding: 17px 0;
}
@media screen and (min-width: 768px) {
  #sidebar li .parent {
    padding: 0;
  }
}
#sidebar li .parent:before {
  display: block;
  content: "";
  width: 10px;
  height: 100%;
  background-color: #006CB6;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#sidebar li .title {
  font-size: 1.5rem;
}
#sidebar li .sub_title {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  display: none;
}
@media screen and (min-width: 768px) {
  #sidebar li .sub_title {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #sidebar li a:hover .parent:before, #sidebar li.active .parent:before {
    opacity: 1;
  }
  #sidebar li a:hover .title, #sidebar li.active .title {
    color: #006CB6;
  }
  #sidebar li a:hover .sub_title, #sidebar li.active .sub_title {
    color: #006CB6;
  }
  #sidebar li a:hover .sub_title path, #sidebar li.active .sub_title path {
    fill: #006CB6;
  }
}
@media screen and (min-width: 768px) {
  #sidebar li .children {
    padding: 10px 0;
  }
}
#sidebar li .children li {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 10px 0px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #sidebar li .children li {
    padding: 0 0 5px 1.3em;
  }
  #sidebar li .children li:before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
  }
}
#sidebar li .children li a:hover {
  color: #006CB6;
}
#sidebar li .children li:first-of-type {
  border-top: 1px solid #DADADA;
}
@media screen and (min-width: 768px) {
  #sidebar li .children li:first-of-type {
    border-top: 0;
  }
}
#sidebar li:not(:last-of-type) {
  border-bottom: 1px solid #DADADA;
}
@media screen and (min-width: 768px) {
  #sidebar li:not(:last-of-type) {
    border: 0;
  }
}

.recruitment_sec .inner {
  border-top: 1px solid #000;
  padding: 29px 0 50px;
  position: relative;
}
.recruitment_sec .sec_title {
  text-align: center;
  margin-bottom: 50px;
}
.recruitment_sec .sec_title .title_ja {
  font-weight: 700;
  margin-top: 3px;
}
.recruitment_sec .sec_lead {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 50px;
}
.recruitment_sec .btn_warp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.recruitment_sec .btn {
  max-width: 370px;
  width: 100%;
  border-radius: 4px;
  font-size: 2rem;
  font-weight: 700;
  padding: 14px;
}

#home_header {
  padding-top: 55px;
}
@media screen and (min-width: 768px) {
  #home_header {
    padding-top: 0;
  }
}
#home_header .header_info {
  display: none;
  padding: 46px 0 12px;
}
@media screen and (min-width: 768px) {
  #home_header .header_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#home_header .header_info .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#home_header .header_info .logo {
  width: calc(283 / 1280 * 100vw);
  padding-right: 16px;
  margin-right: 16px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  #home_header .header_info .logo {
    width: auto;
  }
}
#home_header .header_info .logo:after {
  display: block;
  content: "";
  width: 0;
  height: 46px;
  border-right: 2px solid #000;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#home_header .header_info .company .name {
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
}
#home_header .header_info .company .address {
  color: #333;
  font-size: 1.4rem;
  font-weight: 600;
}
#home_header .header_info .contact_btn {
  width: 154px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  white-space: nowrap;
  padding: 2px 10px;
  margin-left: 12px;
}
#home_header .nav {
  display: none;
  background-color: #000;
  color: #fff;
  padding: 3px 0;
}
@media screen and (min-width: 768px) {
  #home_header .nav {
    display: block;
  }
}
#home_header .nav .nav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#home_header .nav .nav_list li {
  font-size: calc(18 / 1024 * 100vw);
  font-weight: 600;
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #home_header .nav .nav_list li {
    font-size: 1.8rem;
  }
}
#home_header .nav .nav_list li:not(:last-of-type)::after {
  display: block;
  content: "";
  width: 0;
  height: 18px;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#home_header .hero_sec {
  position: relative;
}
#home_header .hero_sec .home_slick {
  display: none;
  max-width: 100%;
  width: 1322px;
  margin: 0 auto;
  aspect-ratio: 661/265;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #home_header .hero_sec .home_slick {
    display: block;
  }
}
#home_header .hero_sec .home_slick .slider {
  max-width: 100%;
}
#home_header .hero_sec .sp_home_slick {
  width: 100%;
  height: calc(100vh - 55px - 142px - 15px);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #home_header .hero_sec .sp_home_slick {
    display: none;
  }
}
#home_header .hero_sec .sp_home_slick .slider,
#home_header .hero_sec .sp_home_slick .slick-list,
#home_header .hero_sec .sp_home_slick .slick-track,
#home_header .hero_sec .sp_home_slick .img {
  height: 100%;
}
#home_header .hero_sec .sp_home_slick .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#home_header .hero_sec .text_block {
  height: 142px;
  background-color: #000;
  padding: 5px 15px 0;
  margin-bottom: 15px;
  /* アニメーションで傾斜がついている文字列を水平に戻す*/
}
@media screen and (min-width: 768px) {
  #home_header .hero_sec .text_block {
    height: auto;
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: 50px;
    left: 30px;
  }
}
#home_header .hero_sec .text_block .smoothText {
  overflow: hidden;
  display: block;
}
#home_header .hero_sec .text_block .smoothTextTrigger {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
          transform: translate3d(0, 100%, 0) skewY(12deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  display: block;
}
#home_header .hero_sec .text_block .smoothTextTrigger.smoothTextAppear {
  -webkit-transform: translate3d(0, 0, 0) skewY(0);
          transform: translate3d(0, 0, 0) skewY(0);
}
#home_header .hero_sec .text_block svg {
  max-width: 313px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #home_header .hero_sec .text_block svg {
    max-width: 100%;
  }
}
#home_header .hero_sec .text_block .p {
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.64;
  letter-spacing: 0.05em;
  margin-top: -5px;
}
@media screen and (min-width: 768px) {
  #home_header .hero_sec .text_block .p {
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.38;
    letter-spacing: 0.1em;
    margin-top: 0;
  }
}
#home_header .hero_sec .top_scroll_link {
  width: 20px;
  position: relative;
  top: -23px;
  left: calc(50% - 10px);
}

@media screen and (min-width: 768px) {
  .home #main .bg_gray_block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.home #main .card_wrap {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto 1fr 1fr 1fr auto auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home #main .card_wrap {
    gap: 25px;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: calc(293 / 1280 * 100vw) calc(293 / 1280 * 100vw) calc(293 / 1280 * 100vw) auto;
    border-top: 2px solid #000;
    padding-top: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .home #main .card_wrap {
    grid-template-rows: 1fr 1fr 1fr auto;
  }
}
.home #main .card_wrap .card:first-of-type {
  grid-row: 1/2;
  grid-column: 1/3;
}
@media screen and (min-width: 768px) {
  .home #main .card_wrap .card:first-of-type {
    grid-row: 1/5;
    grid-column: 1/2;
  }
}
.home #main .card_wrap .card:nth-of-type(4) {
  grid-column: 1/3;
}
@media screen and (min-width: 768px) {
  .home #main .card_wrap .card:nth-of-type(4) {
    grid-column: 2/4;
  }
}
@media screen and (min-width: 768px) {
  .home #main .card_wrap .card:nth-of-type(5) {
    grid-row: 3/4;
    grid-column: 2/3;
  }
}
@media screen and (min-width: 768px) {
  .home #main .card_wrap .card:nth-of-type(6) {
    grid-row: 3/4;
    grid-column: 3/4;
  }
}
.home #main .card_wrap .card:last-of-type {
  grid-column: 1/3;
}
@media screen and (min-width: 768px) {
  .home #main .card_wrap .card:last-of-type {
    grid-row: 4/5;
    grid-column: 2/4;
  }
}
.home #main .news {
  width: 100%;
  background-color: #E7E7E7;
  padding: 10px 10px 25px;
}
@media screen and (min-width: 768px) {
  .home #main .news {
    padding: 15px 15px 52px;
    margin-bottom: 25px;
  }
}
.home #main .news .news_card_title {
  background-color: #006CB6;
  text-align: center;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  padding: 6px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .home #main .news .news_card_title {
    font-size: 2.4rem;
    padding: 9px;
    margin-bottom: 24px;
  }
}
.home #main .news .news_list {
  margin-bottom: 27px;
}
.home #main .news .news_list li {
  padding: 15px 0;
  border-bottom: 1px solid #999999;
}
@media screen and (min-width: 768px) {
  .home #main .news .news_list li {
    padding: 18px 0;
  }
}
.home #main .news .news_list .news_post_title {
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .home #main .news .news_list .news_post_title {
    margin-top: 17px;
  }
}
.home #main .news .icon_round_arrow {
  position: absolute;
  top: 5px;
  left: 0;
}
.home #main .page_link .img {
  overflow: hidden;
}
.home #main .page_link .img img {
  width: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.home #main .page_link .link_title {
  background-color: #006CB6;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  .home #main .page_link .link_title {
    font-size: calc(22 / 1280 * 100vw);
    padding: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .home #main .page_link .link_title {
    font-size: 2.2rem;
  }
}
.home #main .page_link a:hover .img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.page-profile #main .p {
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .page-profile #main .p {
    line-height: 1.75;
    letter-spacing: 0.09em;
  }
}
.page-profile #main #message {
  padding: 31px 0 25px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-profile #main #message {
    padding: 52px 0 80px;
    margin-bottom: 0;
  }
}
.page-profile #main #message .p {
  letter-spacing: 0.07em;
}
.page-profile #main #message .position {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 27px 0 5px;
}
.page-profile #main #message .name {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-profile #main #message .name {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
.page-profile #main #company_information .border_left_yellow_table th, .page-profile #main #company_information .border_left_yellow_table td {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .page-profile #main #company_information .border_left_yellow_table th, .page-profile #main #company_information .border_left_yellow_table td {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
}
.page-profile #main #company_information .border_left_yellow_table th {
  text-align: left;
  font-weight: 600;
  vertical-align: top;
  padding-top: 19px;
  padding-bottom: 6px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-profile #main #company_information .border_left_yellow_table th {
    width: 144px;
    background-color: #999999;
    color: #FFF;
    padding-left: 0;
    padding-right: 0;
  }
}
.page-profile #main #company_information .border_left_yellow_table td {
  padding-bottom: 19px;
}
@media screen and (min-width: 768px) {
  .page-profile #main #company_information .border_left_yellow_table td {
    width: calc(100% - 144px);
  }
}
.page-profile #main #history .table {
  width: 100%;
}
.page-profile #main #history .table th,
.page-profile #main #history .table td {
  display: block;
  padding-top: 26px;
  padding-bottom: 26px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-profile #main #history .table th,
.page-profile #main #history .table td {
    display: table-cell;
  }
}
.page-profile #main #history .table th:before,
.page-profile #main #history .table td:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
}
.page-profile #main #history .table th {
  vertical-align: top;
  font-size: 1.1rem;
  font-weight: 500;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .page-profile #main #history .table th {
    width: 140px;
    text-align: left;
    padding-bottom: 26px;
  }
}
.page-profile #main #history .table th img {
  display: inline;
}
.page-profile #main #history .table th:before {
  width: 100%;
  height: 3px;
  background-color: #FCBF33;
  left: 0;
}
.page-profile #main #history .table td {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .page-profile #main #history .table td {
    width: calc(100% - 140px);
    padding-left: 20px;
    padding-top: 26px;
  }
  .page-profile #main #history .table td:before {
    width: calc(100% - 20px);
    height: 1px;
    background-color: #999999;
    left: 20px;
  }
}
.page-profile #main #history .table .ja {
  margin-top: 7px;
}
.page-profile #main #history .table .p:not(:last-of-type) {
  margin-bottom: 30px;
}
.page-profile #main #history .table .img {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-profile #main #history .table .img {
    text-align: left;
  }
}
.page-profile #main #history .table .img img {
  display: inline;
}
@media screen and (min-width: 768px) {
  .page-profile #main #history .table tr:last-of-type td:after {
    display: block;
    content: "";
    width: calc(100% - 20px);
    height: 1px;
    background-color: #999999;
    position: absolute;
    bottom: 0;
    left: 20px;
  }
}
.page-profile #main #our_business .type_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}
@media screen and (min-width: 768px) {
  .page-profile #main #our_business .type_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-profile #main #our_business .type_list li {
  background-color: #FBF8EF;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  .page-profile #main #our_business .type_list li {
    font-size: calc(16 / 1024 * 100vw);
  }
}
@media screen and (min-width: 1024px) {
  .page-profile #main #our_business .type_list li {
    font-size: 1.6rem;
  }
}
.page-profile #main #our_business .type_list li.bg-transparent {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-profile #main #our_business .type_list li.bg-transparent {
    display: list-item;
    background-color: transparent;
  }
}
.page-profile #main #our_business .bb_gray {
  border-top: 1px solid #DADADA;
}
@media screen and (min-width: 768px) {
  .page-profile #main #our_business .info {
    font-size: calc(16 / 1024 * 100vw);
  }
}
@media screen and (min-width: 1024px) {
  .page-profile #main #our_business .info {
    font-size: 1.6rem;
  }
}
.page-profile #main #our_business .iso_title {
  font-weight: 700;
  margin-bottom: 10px;
}

.page-performance #sidebar .sidebar_menu_btn.sec_title_2 {
  margin-bottom: 0;
}
.page-performance .sec_title_2 {
  width: 100%;
  background-color: #999999;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .page-performance .sec_title_2 {
    font-size: 1.9rem;
    margin-bottom: 30px;
  }
}
.page-performance .machine_type_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.page-performance .machine_type_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-performance .machine_type_list img {
  margin: 0 auto 15px;
}
.page-performance .machine_type_list .date {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.page-performance .machine_type_list .title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .page-performance .machine_type_list .title {
    font-size: 1.6rem;
  }
}
.page-performance .machine_type_list .modal_button {
  display: block;
  max-width: 140px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #006CB6;
  text-align: center;
  color: #006CB6;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1px;
  margin: 0 auto;
}
.page-performance .machine_type_list.machine_type_list_1 {
  gap: 40px 15px;
}
@media screen and (min-width: 768px) {
  .page-performance .machine_type_list.machine_type_list_1 {
    gap: 40px 30px;
  }
}
.page-performance .machine_type_list.machine_type_list_1 li {
  position: relative;
}
.page-performance .machine_type_list.machine_type_list_1 li:nth-of-type(2n-1):after {
  display: block;
  content: "";
  width: calc(100vw - 50px);
  height: 1px;
  background-color: #999999;
  position: absolute;
  bottom: -20px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .page-performance .machine_type_list.machine_type_list_1 li:nth-of-type(2n-1):after {
    display: none;
  }
}
.page-performance .machine_type_list.machine_type_list_1 li:last-of-type:after, .page-performance .machine_type_list.machine_type_list_1 li:nth-last-of-type(2):after {
  display: none;
}
.page-performance .machine_type_list.machine_type_list_2 {
  grid-template-columns: 100%;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .page-performance .machine_type_list.machine_type_list_2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
}
.page-performance .machine_type_list.machine_type_list_2 li {
  border-bottom: 1px solid #999999;
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  .page-performance .machine_type_list.machine_type_list_2 li {
    border-bottom: 0;
    padding: 0;
  }
}
.page-performance .machine_type_list.machine_type_list_2 li:first-of-type {
  padding-top: 0;
}
.page-performance .machine_type_list.machine_type_list_2 li.hidden {
  display: none;
}
.page-performance #about_ict_construction .lead {
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .page-performance #about_ict_construction .lead {
    line-height: 1.75;
    letter-spacing: 0.09em;
  }
}
.page-performance #about_ict_construction .card {
  background-color: #E7E7E7;
  padding: 20px 15px 15px;
}
@media screen and (min-width: 768px) {
  .page-performance #about_ict_construction .card {
    padding: 25px 40px 30px;
  }
}
.page-performance #about_ict_construction .card .card_title {
  border-bottom: 2px solid #000000;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .page-performance #about_ict_construction .card .card_title {
    font-size: 1.9rem;
    margin-bottom: 30px;
  }
}
.page-performance #about_ict_construction .card .card_body {
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .page-performance #about_ict_construction .card .card_body {
    line-height: 1.75;
    letter-spacing: 0.09em;
  }
}
.page-performance #about_ict_construction .card .card_body .i-construction_list li {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  padding-left: 1em;
  margin: 0 auto;
  position: relative;
}
.page-performance #about_ict_construction .card .card_body .i-construction_list li:before {
  display: block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #006CB6;
  position: absolute;
  top: 8px;
  left: 0;
}
.page-performance #about_ict_construction .card .card_body .ict_photo {
  max-width: 690px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 28px;
}
.page-performance #about_ict_construction .card .card_body.card_body_1 > *:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .page-performance #about_ict_construction .card .card_body.card_body_1 > *:not(:last-child) {
    margin-bottom: 30px;
  }
}
.page-performance #about_ict_construction .card .card_body.card_body_2 {
  padding-bottom: 10px;
}
.page-performance #about_our_machinery .machine_type_head {
  padding: 12px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-performance #about_our_machinery .machine_type_head {
    padding: 21px;
  }
}
.page-performance #about_our_machinery .machine_type_head .icon_round_arrow {
  position: absolute;
  top: calc(50% - 13px);
  right: 38px;
  left: auto;
}
@media screen and (min-width: 768px) {
  .page-performance #about_our_machinery .machine_type_head .icon_round_arrow {
    top: calc(50% - 16px);
    right: 51px;
  }
}
.page-performance .modal {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #006CB6;
  color: #fff;
  overflow-y: scroll;
  padding: 70px 0 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999999;
  scrollbar-width: none;
}
.page-performance .modal::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-performance .modal {
    padding: 40px 0;
  }
}
.page-performance .modal .modal_close_btn {
  display: block;
  width: 24px;
  height: 24px;
  position: fixed;
  top: 40px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .page-performance .modal .modal_close_btn {
    width: 30px;
    height: 30px;
    top: 20px;
  }
}
.page-performance .modal .modal_close_btn:before, .page-performance .modal .modal_close_btn:after {
  display: block;
  content: "";
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 14px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .page-performance .modal .modal_close_btn:before, .page-performance .modal .modal_close_btn:after {
    width: 30px;
  }
}
.page-performance .modal .modal_close_btn:before {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.page-performance .modal .modal_close_btn:after {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
.page-performance .modal .modal_contents {
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  .page-performance .modal .modal_contents {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
}
.page-performance .modal .inner {
  max-width: 870px;
  padding: 0 50px;
  margin: 0 auto;
}
.page-performance .modal .performance_modal_slick {
  max-width: 770px;
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
}
.page-performance .modal .performance_modal_slick .slider:not(.slick-slider) img {
  opacity: 0;
}
.page-performance .modal .performance_modal_slick .slide-arrow {
  width: 15px;
  height: 20px;
  position: absolute;
  top: calc(50% - 7px);
}
.page-performance .modal .performance_modal_slick .slide-arrow:before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
}
.page-performance .modal .performance_modal_slick .prev-arrow {
  left: -44px;
}
.page-performance .modal .performance_modal_slick .prev-arrow:before {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  top: 2px;
  left: 4px;
}
.page-performance .modal .performance_modal_slick .next-arrow {
  right: -44px;
}
.page-performance .modal .performance_modal_slick .next-arrow:before {
  -webkit-transform: rotateZ(135deg);
          transform: rotateZ(135deg);
  top: 2px;
  left: -4px;
}
.page-performance .modal .performance_modal_slick .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-performance .modal .performance_modal_slick .slick-dots li {
  height: 10px;
}
.page-performance .modal .performance_modal_slick .slick-dots li button {
  text-indent: 100vw;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #71A8D4;
  overflow: hidden;
}
.page-performance .modal .performance_modal_slick .slick-dots li.slick-active button {
  background-color: #fff;
}
.page-performance .modal .img {
  margin-bottom: 26px;
}
.page-performance .modal .date {
  font-size: 2rem;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 15px;
}
.page-performance .modal .title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 768px) {
  .page-performance .modal .title {
    font-size: 2.6rem;
    line-height: 1.54;
    letter-spacing: 0.1em;
  }
}
.page-performance .modal .text {
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.09em;
  margin-top: 23px;
}

.page-peoples .container_l {
  height: 100%;
}
.page-peoples #main {
  height: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .page-peoples #main {
    height: calc(100% - 71px);
  }
}
.page-peoples .sec_title .en {
  width: 227px;
  margin-bottom: -10px;
}
@media screen and (min-width: 768px) {
  .page-peoples .sec_title .en {
    width: 428px;
    margin-bottom: 10px;
  }
}
.page-peoples .p {
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .page-peoples .p {
    line-height: 1.75;
    letter-spacing: 0.09em;
  }
}
.page-peoples .peoples_title {
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.page-peoples .peoples_title .ja {
  font-size: 1.8rem;
  padding: 7px;
}
@media screen and (min-width: 768px) {
  .page-peoples .peoples_title .ja {
    font-size: 2.6rem;
    padding: 11px;
  }
}
.page-peoples .peoples_title .en {
  background-color: #999999;
  font-size: 1rem;
  letter-spacing: 0.04em;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .page-peoples .peoples_title .en {
    font-size: 1.3rem;
    padding: 11px;
  }
}
.page-peoples .peoples_card {
  background-color: #fff;
  padding: 20px 15px 25px;
}
@media screen and (min-width: 768px) {
  .page-peoples .peoples_card {
    padding: 40px 10px 60px;
  }
}
.page-peoples .peoples_card .inner {
  max-width: 610px;
  width: 100%;
  margin: auto;
}
.page-peoples .peoples_card .inner .row:not(:last-of-type) {
  border-bottom: 1px solid #DADADA;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-peoples .peoples_card .inner .row:not(:last-of-type) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.page-peoples .peoples_card .peoples_card_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .page-peoples .peoples_card .peoples_card_head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.page-peoples .peoples_card .peoples_card_head .text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-peoples .peoples_card .peoples_card_head .text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 290px);
    white-space: nowrap;
  }
}
.page-peoples .peoples_card .peoples_card_head .text .name {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .page-peoples .peoples_card .peoples_card_head .text .name {
    text-align: left;
    font-size: 2.4rem;
    margin-bottom: 8px;
  }
}
.page-peoples .peoples_card .peoples_card_head .text .career {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .page-peoples .peoples_card .peoples_card_head .text .career {
    text-align: left;
    font-size: 1.3rem;
    margin-bottom: 31px;
  }
}
.page-peoples .peoples_card .peoples_card_head .text .catch {
  text-align: center;
  color: #006CB6;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .page-peoples .peoples_card .peoples_card_head .text .catch {
    text-align: left;
    font-size: 2.4rem;
  }
}
.page-peoples .peoples_card .peoples_card_head .img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 140px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 768px) {
  .page-peoples .peoples_card .peoples_card_head .img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 290px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0;
  }
}
.page-peoples .peoples_card .peoples_card_body .title {
  color: #006CB6;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .page-peoples .peoples_card .peoples_card_body .title {
    margin-bottom: 20px;
  }
}
.page-peoples .peoples_card .peoples_card_body .text {
  font-size: 1.5rem;
  line-height: 1.87;
}
.page-peoples .peoples_card .peoples_card_body img {
  margin: auto;
}
.page-peoples .peoples_card .peoples_card_body.peoples_card_body_1 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 768px) {
  .page-peoples .peoples_card .peoples_card_body.peoples_card_body_1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.page-peoples .peoples_card .peoples_card_body.peoples_card_body_1 .text_wrap {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-peoples .peoples_card .peoples_card_body.peoples_card_body_1 .text_wrap {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
}
.page-peoples .peoples_card .peoples_card_body.peoples_card_body_1 .img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .page-peoples .peoples_card .peoples_card_body.peoples_card_body_1 .img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page-peoples .peoples_card .peoples_card_body.peoples_card_body_2 .text {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-peoples .peoples_card .peoples_card_body.peoples_card_body_2 .text {
    margin-bottom: 35px;
  }
}
.page-peoples .peoples_card .peoples_card_body.peoples_card_body_2 .imgs {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 15px;
}
@media screen and (min-width: 768px) {
  .page-peoples .peoples_card .peoples_card_body.peoples_card_body_2 .imgs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 0;
  }
}
.page-peoples #ict_engineer,
.page-peoples #civil_engineering_works_execution_managing_engineer {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .page-peoples #ict_engineer,
.page-peoples #civil_engineering_works_execution_managing_engineer {
    margin-bottom: 60px;
  }
}

* {
  min-width: 0;
}

.page-news #sidebar li,
.single-news #sidebar li {
  padding-top: 4px;
}

.page-news .container_l {
  height: 100%;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .page-news .container_l {
    height: auto;
    background-color: transparent;
  }
}
.page-news .news_list {
  margin-bottom: 27px;
}
.page-news .news_list li {
  padding: 12px 0;
  border-bottom: 1px solid #999999;
}
@media screen and (min-width: 768px) {
  .page-news .news_list li {
    padding: 18px 0;
  }
}
.page-news .news_list .news_post_title {
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .page-news .news_list .news_post_title {
    margin-top: 17px;
  }
}
.page-news .pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 38px;
     -moz-column-gap: 38px;
          column-gap: 38px;
  font-size: 1.6rem;
  font-weight: 700;
}
.page-news .pagenation .icon_round_arrow_parent {
  display: block;
  width: 20px;
  height: 20px;
}
.page-news .pagenation .active {
  color: #006CB6;
}
.page-news .pagenation a:hover {
  color: #006CB6;
}

.single-news .p {
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .single-news .p {
    line-height: 1.75;
    letter-spacing: 0.09em;
  }
}
.single-news .img img {
  margin: auto;
}
.single-news .post_body p {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .single-news .post_body p {
    margin-bottom: 50px;
  }
}
.single-news .post_body .single_news_slick {
  max-width: 100%;
  margin: 0 auto 41px auto;
}
@media screen and (min-width: 768px) {
  .single-news .post_body .single_news_slick {
    margin: 0 auto 61px auto;
  }
}
.single-news .post_body .single_news_slick .slider {
  max-width: 100%;
  margin-bottom: 15px;
}
.single-news .post_body .single_news_slick .slider img {
  max-height: 500px;
}
.single-news .post_body .single_news_slick .thumbnail img {
  max-height: 34px;
  max-width: 100%;
}
.single-news .post_body .single_news_slick .thumbnail .slick-track,
.single-news .post_body .single_news_slick .thumbnail .slick-slide {
  width: auto !important;
}
.single-news .post_body .single_news_slick .thumbnail .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
}
.single-news .post_body .single_news_slick .thumbnail .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
}
.single-news .pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
  margin-bottom: 60px;
}
.single-news .pagenation .arrow_left,
.single-news .pagenation .arrow_right {
  position: absolute;
  top: 3px;
}
@media screen and (min-width: 768px) {
  .single-news .pagenation .arrow_left,
.single-news .pagenation .arrow_right {
    top: 5px;
  }
}
.single-news .pagenation .arrow_left {
  left: 0;
}
.single-news .pagenation .arrow_right {
  right: 16px;
}
/*# sourceMappingURL=style.css.map */