@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Oswald:wght@200..700&family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
.br_sp {
  display: none;
}
.br_tl {
  display: none;
}
*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

html {
  font-size: 62.5%;
}

body {
  text-rendering: optimizeSpeed;
  position: relative;
  height: auto;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-overflow-scrolling: touch;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

dl, dt, dd, ul, li, table, tbody, tr, td, th, input, select, option, textarea {
  display: block;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}

a:hover {
  opacity: 0.7;
}

.br-sp {
  display: none;
}

.pc_display {
  display: block;
}

.sp_display {
  display: none;
}

.container {
  width: 68.75%;
  margin: 0 auto;
}

.title {
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-size: 4rem;
  text-align: center;
  color: #0457af;
}

.under_header {
  background-color: #fff;
}

.mv {
  width: 100%;
}
.mv.top-main-bg {
  background: url(img/mv_bg.jpg) center center no-repeat;
  background-size: cover;
}
.mv header {
  padding: 2.8rem 0;
  width: 100%;
}
.mv header .header_in {
  width: 91.38%;
  margin: 0 auto;
  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;
}
.mv header .header_in .logo {
  /* width: 12.94%; */
  width: 225px;
}
.mv header .header_in .logo img {
  width: 100%;
}
.mv header .header_in .header_nav {
  width: 79.16%;
  max-width: 1350px;
}
.mv header .header_in .header_nav nav {
  width: 100%;
}
.mv header .header_in .header_nav nav ul {
  width: 100%;
  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;
}
.mv header .header_in .header_nav nav ul li a {
  font-family: "Noto Sans JP";
  font-weight: bold;
  /* font-size: 1.4rem; */
  font-size: clamp(1.15rem, 0.9294rem + 0.3922vw, 1.4rem);
  text-align: center;
  color: #002663;
}
.mv header .header_in .header_nav nav ul li:last-child {
  /* border-radius: 20px; */
  border-radius: 30px;
  background: transparent;
  border: 1px solid #002156;
  /* padding: 1rem 7rem; */
}
.mv header .header_in .header_nav nav ul li:last-child a {
  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;
  padding: 1rem 3rem;
}
.mv header .header_in .header_nav nav ul li:last-child a::before {
  content: "";
  width: 16px;
  height: 12px;
  background: url(img/Symbol.png) center center no-repeat;
  background-size: contain;
  display: block;
  margin-right: 1rem;
}
.mv .mv_in {
  width: 100%;
  padding: 12.9rem 0 31.3rem;
}
.mv .mv_in h1 {
  font-weight: 300;
  font-size: 6.9rem;
  line-height: 98px;
  text-align: center;
  color: #fff;
  text-shadow: 3px 3px 6px #000;
  margin-bottom: 3.9rem;
}
.mv .mv_in .mv_txt {
  width: 58.81%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
  padding: 3rem 6.7rem 2.2rem;
}
.mv .mv_in .mv_txt h2 {
  font-weight: bold;
  font-size: 3.2rem;
  text-align: center;
  color: #0457af;
}
.mv .mv_in .mv_txt p {
  font-weight: normal;
  padding-bottom: 1.4rem;
  font-size: 1.8rem;
  line-height: 34px;
  text-align: left;
  color: #322d3c;
}
.mv .mv_in .mv_txt a {
  font-weight: normal;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background: #7abc5f;
  padding: 0.3rem 1.7rem;
  width: 15.92%;
  margin: 0 auto;
}
.mv .mv_under_reason {
  background: url(img/mv_under_reason.jpg) top center no-repeat;
  background-size: cover;
}
.mv .mv_under_repair {
  background: url(img/mv_under_repair.jpg) top center no-repeat;
  background-size: cover;
}
.mv .mv_under_company {
  background: url(img/mv_under_company.jpg) top center no-repeat;
  background-size: cover;
}
.mv .mv_under_flow {
  background: url(img/mv_under_flow.jpg) top center no-repeat;
  background-size: cover;
}
.mv .mv_under_works {
  background: url(img/mv_under_works.jpg) top center no-repeat;
  background-size: cover;
}
.mv .mv_under_sdgs {
  background: url(img/mv_under_sdgs.jpg) top center no-repeat;
  background-size: cover;
}
.mv .mv_under_contact {
  background: url(img/mv_under_contact.jpg) top center no-repeat;
  background-size: cover;
}
.mv .mv_under_privacy_policy {
  background: url(img/mv_under_privacy_policy.jpg) top center no-repeat;
  background-size: cover;
}
.mv .mv_under_report {
  background: url(img/mv_under_report.jpg) top center no-repeat;
  background-size: cover;
}
.mv .mv_under {
  width: 100%;
  padding: 19.5rem 0;
  text-align: center;
}
.mv .mv_under h2 {
  font-size: 3.2rem;
  display: inline-block;
  color: #fff;
  background: #0457af;
  padding: 1rem 2rem;
}

.number {
  width: 100%;
  padding: 10rem 0 8.4rem;
}
.number .number_in {
  width: 100%;
}
.number .number_in h2 {
  margin-bottom: 4.3rem;
}
.number .number_in .number_content {
  width: 100%;
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.number .number_in .number_content .number_contents {
  width: 28.09%;
  margin-bottom: 5.1rem;
  display: flex;
  flex-direction: column;
}
/* .number .number_in .number_content .number_contents:nth-child(3) .number_contents_top,
.number .number_in .number_content .number_contents:nth-child(4) .number_contents_top {
  padding: 2.5rem 1rem;
} */
.number .number_in .number_content .number_contents .number_contents_top {
  width: 100%;
  border-radius: 47px;
  background: #0457af;
  /* padding: 8rem 2.6rem; */
  /* height: 30.9rem; */
  padding: 2rem 1.5rem;
  min-height: 30.9rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.number .number_in .number_content .number_contents .number_contents_top h3 {
  font-weight: 900;
  /* font-size: 3rem; */
  font-size: clamp(1.6rem, 0rem + 2.5vw, 3rem);
  text-align: center;
  color: #fff;
  width: 100%;
}
.number .number_in .number_content .number_contents .number_contents_top h3 .number_span_1 {
  /* font-size: 8rem; */
  font-size: clamp(5.2rem, 2rem + 5vw, 8rem);
}
/* 2024.08.09追記 */
/* .number .number_in .number_content .number_contents .number_contents_top h3 .number_span_1.number_span_small {
  font-size: 7.3rem;
} */
.number .number_in .number_content .number_contents .number_contents_top h3 .number_span_2 {
  font-size: 4.8rem;
}
.number .number_in .number_content .number_contents .number_contents_top h3 .number_span_2.number_span_small { /* 2024.08.09追記 */ /* 2025.08.28修正 */
  /* font-size: 4.2rem; */
  font-size: clamp(2.2rem, 1.895rem + 0.9209vw, 3rem);
  line-height: 1;
  display: inline-block;
}
.number .number_in .number_content .number_contents .number_contents_top .number_img_1 {
  width: 80%;
  margin: auto;
}
.number .number_in .number_content .number_contents .number_contents_top .number_img_2 {
  width: 60%;
  padding-top: 3%;
  margin:0 auto;
}
.number .number_in .number_content .number_contents p {
  /* font-size: 1.6rem;
  line-height: 33px; */
  text-align: center;
  color: #322d3c;
  font-size: clamp(1.2rem, 0.9333rem + 0.5556vw, 1.6rem);
  line-height: 2;
  margin-top: 0.5rem;
}

.index {
  width: 100%;
  padding: 5rem 0 10rem;
}
.index .index_in {
  width: 100%;
}
.index .index_in h2 {
  margin-bottom: 3.4rem;
}
/*.index .index_in .index_top {
  width: 67.64%;
  margin: 0 auto 1.5rem;
  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;
}
.index .index_in .index_top a {
  width: 48.79%;
}
.index .index_in .index_top a img {
  width: 100%;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}*/
.index .index_in .index_top,
.index .index_in .index_middle,
.index .index_in .index_bottom {
  width: 100%;
  margin: 0 auto 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.index .index_in .index_top a,
.index .index_in .index_middle a,
.index .index_in .index_bottom a {
  width: calc(100% / 3);
}
.index .index_in .index_top a img,
.index .index_in .index_middle a img,
.index .index_in .index_bottom a img {
  width: 100%;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}

.contact {
  width: 100%;
  padding: 4.9rem 0;
}
.contact h3 {
  font-weight: bold;
  font-size: 3.6rem;
  text-align: center;
  color: #322d3c;
  /* margin-bottom: 1.1rem; */
  margin-bottom: 3rem;
}
.contact .contact_in {
  width: 42.88%;
  margin: 0 auto;
  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;
}
.contact .contact_in .contact_left {
  width: 49%;
}
.contact .contact_in .contact_left h4 {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 4.3rem;
  color: #322d3c;
  line-height: 1;
  text-align: center;
}
.contact .contact_in .contact_left h4 span {
  font-size: 2.5rem;
}
.contact .contact_in .contact_left p {
  font-weight: normal;
  font-size: 1.6rem;
  text-align: center;
  color: #322d3c;
}
.contact .contact_in .contact_line {
  width: 1px;
  height: 100%;
  background: #000000;
  display: block;
}
.contact .contact_in .contact_right {
  font-weight: bold;
  font-size: 2.1rem;
  color: #002663;
  padding: 2.1rem 4rem;
  border-radius: 36.5px;
  background: transparent;
  border: 1px solid #002663;
  width: 41.98%;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .contact_in .contact_right::after {
  content: "";
  width: 8.49px;
  height: 16.97px;
  background: url(img/arrow.png) center center no-repeat;
  background-size: contain;
}

footer {
  width: 100%;
  background: #eee;
  padding: 7.2rem 0 5.8rem;
}
footer .footer_in {
  width: 100%;
}
footer .footer_in .footer_content {
  width: 100%;
  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;
  margin-bottom: 11rem;
}
footer .footer_in .footer_content .footer_left {
  /* width: 22.94%; */
  width: 33%;
  max-width: 301px;
}
footer .footer_in .footer_content .footer_left .footer_logo {
  width: 100%;
  margin-bottom: 1.1rem;
}
footer .footer_in .footer_content .footer_left .footer_logo img {
  width: 100%;
}
footer .footer_in .footer_content .footer_left p {
  font-size: 1.2rem;
  color: #322d3c;
}
footer .footer_in .footer_content .footer_right {
  /* width: 55.64%; */
  width: 60%;
  max-width: 730px;
}
footer .footer_in .footer_content .footer_right .footer_nav {
  width: 100%;
}
footer .footer_in .footer_content .footer_right .footer_nav nav {
  width: 100%;
}
footer .footer_in .footer_content .footer_right .footer_nav nav ul {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
footer .footer_in .footer_content .footer_right .footer_nav nav ul li {
  /* width: 29.25%; */
  width: 31%;
  margin-bottom: 2.6rem;
}
footer .footer_in .footer_content .footer_right .footer_nav nav ul li a {
  font-weight: bold;
  /* font-size: 1.4rem; */
  font-size: clamp(1rem, 0.5429rem + 0.7143vw, 1.4rem);
  color: #322d3c;
}
footer .footer_in .footer_content .footer_right p {
  font-size: 1.6rem;
  text-align: center;
  color: #322d3c;
}
footer .footer_in small {
  font-weight: normal;
  font-size: 1.4rem;
  text-align: right;
  color: #898989;
  border-top: 1px solid #ccc;
  padding-top: 1.5rem;
  display: block;
}

@media screen and (max-width: 1024px) {
  .footer_nav_pc {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .footer_nav_sp {
    display: none;
  }
}

.catch_copy {
  width: 100%;
  padding: 10.8rem 0 11.2rem;
}
.catch_copy .cc_in {
  width: 100%;
}
.catch_copy .cc_in h3 {
  font-weight: bold;
  font-size: 4rem;
  line-height: 67px;
  color: #002663;
  margin-bottom: 3.3rem;
}
.catch_copy .cc_in p {
  font-size: 2rem;
  line-height: 40px;
  color: #322d3c;
}

.reason {
  width: 100%;
  padding: 0 0 11.5rem;
}
.reason .reason_in {
  width: 100%;
}
.reason .reason_in h2 {
  margin-bottom: 4.7rem;
}
.reason .reason_in .reason_content {
  width: 100%;
}
.reason .reason_in .reason_content .reason_contents {
  margin-bottom: 4.8rem;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 4rem;
  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;
}
.reason .reason_in .reason_content .reason_contents:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.reason .reason_in .reason_content .reason_contents .reason_contents_left {
  width: 37.84%;
}
.reason .reason_in .reason_content .reason_contents .reason_contents_left .reason_contents_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 2.6rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 3rem;
}
.reason .reason_in .reason_content .reason_contents .reason_contents_left .reason_contents_title small {
  display: block;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 4rem;
  color: #0457af;
  line-height: 1;
}
.reason .reason_in .reason_content .reason_contents .reason_contents_left .reason_contents_title small::before {
  content: "POINT";
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  color: #ccc;
  display: block;
}
.reason .reason_in .reason_content .reason_contents .reason_contents_left .reason_contents_title h4 {
  font-weight: bold;
  font-size: 3.5rem;
  color: #322d3c;
  line-height: 1.4;
  margin-left: 2rem;
}
.reason .reason_in .reason_content .reason_contents .reason_contents_left p {
  font-size: 2rem;
  line-height: 40px;
  color: #322d3c;
}
.reason .reason_in .reason_content .reason_contents .reason_contents_right {
  width: 50.86%;
}
.reason .reason_in .reason_content .reason_contents .reason_contents_right img {
  width: 100%;
}

.repair {
  width: 100%;
  padding: 0 0 9rem;
}
.repair .repair_in {
  width: 100%;
}
.repair .repair_in h2 {
  margin-bottom: 5rem;
}
.repair .repair_in .repair_content {
  width: 100%;
}
.repair .repair_in .repair_content .repair_contents {
  width: 100%;
  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;
  margin-bottom: 5.6rem;
}
.repair .repair_in .repair_content .repair_contents .repair_contents_left {
  width: 47.59%;
}
.repair .repair_in .repair_content .repair_contents .repair_contents_left h3 {
  font-weight: 900;
  font-size: 2.4rem;
  text-align: left;
  color: #000;
  margin-bottom: 2.1rem;
}
.repair .repair_in .repair_content .repair_contents .repair_contents_left .repair_contents_line {
  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;
  width: 100%;
  height: 2px;
}
.repair .repair_in .repair_content .repair_contents .repair_contents_left .repair_contents_line .repair_contents_line_1 {
  width: 21%;
  background: #1464c8;
  height: 100%;
}
.repair .repair_in .repair_content .repair_contents .repair_contents_left .repair_contents_line .repair_contents_line_2 {
  width: 79%;
  background: #d6e1eb;
  height: 100%;
}
.repair .repair_in .repair_content .repair_contents .repair_contents_left p {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 32px;
  color: #000;
  margin-top: 4rem;
}
.repair .repair_in .repair_content .repair_contents .repair_contents_right {
  width: 40.86%;
}
.repair .repair_in .repair_content .repair_contents .repair_contents_right img {
  width: 100%;
}

/* SDGsへの取組み */
.sdgs_catch_copy {
  width: 100%;
  padding: 10.8rem 0 11.2rem;
}
.sdgs_catch_copy .sdgs_cc_in {
  width: 100%;
}
.sdgs_logo {
  max-width: 800px;
  margin: auto;
  margin-bottom: 3.3rem;
}
.sdgs_logo img {
  width: 100%;
  height: auto;
}
.sdgs_declare {
  margin: 1em 0;
  line-height: 1.8em;
  font-weight: 400;
  font-size: 2em;
  color: #322d3c;
}
.sdgs {
  width: 100%;
  padding: 0 0 9rem;
}
.sdgs .sdgs_in {
  width: 100%;
}
.sdgs .sdgs_in h2 {
  margin-bottom: 3rem;
}
.sdgs .sdgs_in .sdgs_content {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.sdgs_content.upper_block {
  padding-bottom: 50px;
}
.sdgs_attempt_wrap {
  background-image: url('./img/sdgs_attempt_bg_.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  padding-bottom: 100px;
}
.sdgs_attempt_item {
  background-color: rgb(255, 255, 255 ,.9);
  padding: 20px 10px 10px;
  border: 2px solid #0457af;
}
.sdgs_attempt_num {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #fff;
  background-color: #0457af;
}
.sdgs_attempt_detail {
  font-size: 1.2rem;
  line-height: 1.6em;
}
.sdgs_goal_icon {
  margin: auto;
}
.sdgs_goal_detail {
  font-size: 1.4rem;
  line-height: 1.6em;
  margin-top: 2em;
  text-shadow: 2px 2px 1px #fff;
}
.sdgs_report_link_banner {
  margin-top: 50px;
}
.sdgs_report_link_banner a {
  display: block;
  margin: auto;
  max-width: 500px;
}

@media screen and (max-width: 1469px) {
  .sdgs_declare {
    text-align: left;
  }
  .only_pc {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .sdgs_attempt_wrap {
    padding-bottom: 80px;
  }
  .sdgs_attempt_item {
    display: flex;
    padding: 0;
    margin-bottom: 10px;
  }
  .sdgs_attempt_item:last-child {
    margin-bottom: 0;
  }
  .sdgs_attempt_num {
    font-size: 1.8rem;
    padding: 1em;
    display: flex;
    align-items: center;
  }
  .sdgs_attempt_detail {
    padding: 1em;
  }
}

@media screen and (max-width: 450px) {
  .sdgs_goal_icon {
    width: 100%;
    max-width: 300px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 451px) {
  .sdgs_declare {
    font-size: 2.2em;
  }
  .sdgs_goal_wrap {
    display: flex;
    gap: 10px;
  }
  .sdgs_goal_icon {
    width: calc(100% / 3);
  }
}

@media screen and (min-width: 501px) {
  .sdgs_attempt_wrap {
    display: flex;
    gap: 0 5px;
    padding-bottom: 80px;
  }
  .sdgs_attempt_item {
    width: calc(100% / 3);
    margin-top: 30px;
    border: 3px solid #0457af;
  }
  .sdgs_attempt_num {
    font-size: 2rem;
    display: block;
    text-align: center;
    border-radius: 50%;
    margin: auto;
    margin-top: -40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .sdgs_attempt_detail {
    margin-top: 10px;
  }
}

@media screen and (min-width: 600px) {
  .sdgs_attempt_wrap {
    gap: 0 10px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 768px) {
  .sdgs_attempt_item {
    padding: 20px;
  }
  .sdgs_attempt_num {
    font-size: 3rem;
    margin-top: -50px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .sdgs_attempt_detail {
    font-size: 1.8rem;
  }
  .sdgs_goal_wrap {
    gap: 15px;
  }
  .sdgs_goal_detail {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 901px) {
  .sdgs_declare {
    font-size: 2.6em;
  }
  .sdgs_goal_wrap {
    gap: 20px;
  }
  .sdgs_attempt_wrap {
    padding-bottom: 150px;
    gap: 0 30px;
  }
  .sdgs_goal_detail,
  .sdgs_attempt_detail {
    font-size: 2rem;
  }
  .sdgs_content.upper_block {
    padding-bottom: 100px;
  }
  .sdgs_report_link_banner {
    margin-top: 100px;
  }
}

@media screen and (min-width: 1201px) {
  .sdgs_goal_wrap {
    gap: 30px;
  }
  .sdgs_goal_detail,
  .sdgs_attempt_detail {
    font-size: 2.2rem;
  }
  .sdgs_attempt_wrap {
    padding-bottom: 180px;
    gap: 0 40px;
  }
}

@media screen and (min-width: 1470px) {
  .sdgs_declare {
    text-align: center;
    font-size: 3rem;
  }
  .sdgs_goal_wrap {
    gap: 50px;
  }
  .sdgs_goal_detail,
  .sdgs_attempt_detail {
    font-size: 2.4rem;
  }
  .sdgs_attempt_wrap {
    padding-bottom: 250px;
    gap: 0 50px;
  }
}

.works {
  width: 100%;
  padding: 16.2rem 0 6rem;
}
.works .works_in {
  width: 100%;
}
.works .works_in h2 {
  margin-bottom: 8.2rem;
}
.works .works_in .works_content {
  width: 100%;
}
.works .works_in .works_content .works_contents {
  margin-bottom: 9.3rem;
}
.works .works_in .works_content .works_contents h3 {
  font-weight: 900;
  font-size: 2.4rem;
  color: #000;
  margin-bottom: 2rem;
}
.works .works_in .works_content .works_contents .works_line {
  width: 100%;
  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;
  height: 2px;
  margin-bottom: 2rem;
}
.works .works_in .works_content .works_contents .works_line .works_line_1 {
  width: 10%;
  background: #1464c8;
}
.works .works_in .works_content .works_contents .works_line .works_line_2 {
  width: 90%;
  background: #d6e1eb;
}
.works .works_in .works_content .works_contents .works_contents_img {
  width: 100%;
  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;
}
.works .works_in .works_content .works_contents .works_contents_img .works_contents_img_1 {
  width: 45.86%;
  position: relative;
}
.works .works_in .works_content .works_contents .works_contents_img .works_contents_img_1 p {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background: rgba(122, 188, 95, 0.8);
  padding: 0.7rem 3.2rem;
}
.works .works_in .works_content .works_contents .works_contents_img .works_contents_img_1 img {
  width: 100%;
}
.works .works_in .works_content .works_contents .works_contents_img .works_arrow {
  width: 3.45%;
}
.works .works_in .works_content .works_contents .works_contents_img .works_arrow img {
  width: 100%;
}

.flow {
  width: 100%;
  padding: 0 0 14.6rem;
}
.flow .flow_in {
  width: 100%;
}
.flow .flow_in h2 {
  margin-bottom: 4rem;
}
.flow .flow_in .flow_content {
  width: 100%;
}
.flow .flow_in .flow_content .flow_contents {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flow .flow_in .flow_content .flow_contents .flow_contents_left {
  width: 14.66%;
}
.flow .flow_in .flow_content .flow_contents .flow_contents_left img {
  width: 100%;
}
.flow .flow_in .flow_content .flow_contents .flow_contents_left img:nth-child(2) {
  width: 9.41%;
  margin: 0.6rem auto;
}
.flow .flow_in .flow_content .flow_contents .flow_contents_right {
  margin-left: 3rem;
  margin-top: 4rem;
  width: 85.34%;
}
.flow .flow_in .flow_content .flow_contents .flow_contents_right h4 {
  font-weight: 900;
  font-size: 2.4rem;
  color: #0457af;
  margin-bottom: 2.1rem;
}
.flow .flow_in .flow_content .flow_contents .flow_contents_right p {
  font-size: 1.6rem;
  color: #32373c;
}
.flow .flow_in .flow_content .flow_contents .flow_contents_right a {
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  background: #7abc5f;
  padding: 1.3rem 3.6rem;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60%;
  margin-top: 1.5rem;
}
.flow .flow_in .flow_content .flow_contents .flow_contents_right a::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(img/flow_arrow_2.png) center center no-repeat;
  background-size: contain;
  display: block;
}

.ceo {
  width: 39.58%;
  margin: 0 auto 11rem;
  padding: 9.3rem 0 11.6rem;
}
.ceo .ceo_in {
  width: 100%;
}
.ceo .ceo_in .ceo_photo {
  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;
}
.ceo .ceo_in .ceo_photo img {
  width: 43.42%;
}
.ceo .ceo_in .ceo_photo h2 {
  font-weight: 300;
  font-size: 4rem;
  line-height: 62px;
  text-align: right;
  color: #002663;
}
.ceo .ceo_in p {
  font-size: 1.6rem;
  line-height: 32px;
  color: #322d3c;
  margin-top: 4rem;
}
.ceo .ceo_in small {
  font-size: 1.6rem;
  text-align: right;
  color: #322d3c;
  margin-top: 4rem;
  display: block;
}

.company {
  width: 100%;
  margin-bottom: 7rem;
}
.company .company_in {
  width: 100%;
}
.company .company_in .company_table {
  width: 100%;
  margin-top: 1.5rem;
  position: relative;
}
.company .company_in .company_table .building {
  position: absolute;
  top: 0;
  right: 0;
  width: 52.76%;
  z-index: -1;
}
.company .company_in .company_table table {
  width: 100%;
}
.company .company_in .company_table table tbody {
  width: 100%;
}
.company .company_in .company_table table tbody tr {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
}
.company .company_in .company_table table tbody tr td {
  font-size: 1.6rem;
  line-height: 32px;
  color: #000;
  padding: 2rem 0;
}
.company .company_in .company_table table tbody tr td:nth-child(1) {
  background: #f5f5f5;
  width: 26%;
  text-align: center;
  font-weight: bold;
}
.company .company_in .company_table table tbody tr td:nth-child(2) {
  width: 74%;
  margin-left: 3.9rem;
}

.company_title {
  width: 100%;
}
.company_title small {
  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;
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 1.4rem;
  color: #002663;
  margin-bottom: 1rem;
  line-height: 1;
}
.company_title small::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #002663;
  display: block;
  margin-right: 1rem;
}
.company_title h2 {
  font-weight: bold;
  font-size: 3.2rem;
  color: #322d3c;
}

.graph {
  width: 100%;
  margin: 10rem 0 9rem;
}
.graph .graph_in {
  width: 100%;
}
.graph .graph_in .graph_img {
  width: 100%;
}
.graph .graph_in .graph_img img {
  width: 100%;
}

.access {
  width: 100%;
  margin-bottom: 10rem;
}
.access .access_in {
  width: 100%;
}
.access .access_in p {
  font-size: 1.6rem;
  color: #322d3c;
  margin-bottom: 3rem;
}
.access .access_in .map {
  width: 100%;
  height: 59rem;
}
.access .access_in .map iframe {
  width: 100%;
  height: 100%;
}


/**/
.inquiry {
  width: 100%;
  margin: 7rem 0;
}
.inquiry .inquiry_in {
  width: 100%;
}
.inquiry_title {
  width: 100%;
}
.inquiry_title small {
  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;
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 1.4rem;
  color: #002663;
  margin-bottom: 1rem;
  line-height: 1;
}
.inquiry_title small::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #002663;
  display: block;
  margin-right: 1rem;
}
.inquiry_title h2 {
  font-weight: bold;
  font-size: 3.2rem;
  color: #322d3c;
}

.inquiry_tel {
  padding-bottom: 10rem;
}
.inquiry_tel > p,
.inquiry_form > p {
  padding: 3rem 0;
}

.inquiry_tel p {
  font-size: 1.6rem;
}
.inquiry_tel a.inquiry_tel_number {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 4.3rem;
  color: #1464c8;
  line-height: 1;
  pointer-events: none;
}
.inquiry_tel a.inquiry_tel_number span{
  font-size: 2.5rem;
}
.inquiry_tel > span {
  color: #1464c8;
  font-size: 1.4rem;
  padding-top: 1rem;
  display: block;
}
.inquiry_form {
  font-size: 1.6rem;
}
#contact-form {
  margin-top: 2rem;
}
/**/
.policy {
  width: 100%;
  padding: 10rem 0;
}
.policy .policy_in {
  width: 100%;
}
.policy .policy_in p {
  font-size: 1.6rem;
  line-height: 2;
  margin: 1.5rem 0;
}
.policy_title {
  width: 100%;
}
.policy_title small {
  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;
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 1.4rem;
  color: #002663;
  margin-bottom: 1rem;
  line-height: 1;
}
.policy_title small::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #002663;
  display: block;
  margin-right: 1rem;
}
.policy_title h2 {
  font-weight: bold;
  font-size: 3.2rem;
  color: #322d3c;
}
.policy_list {
  margin: 4rem 0 0;
}
.policy_item {
  padding-left: 2.2rem;
}
.policy_item:not(:last-of-type) {
  padding-bottom: 2.2rem;
}
.policy_item h3 {
  color: #0457af;
  font-size: 2rem;
  font-weight: 700;
  text-indent: -2.2rem;
}

@media screen and (max-width: 1605px) {
  .mv header .header_in .logo {
    width: 12.94%;
  }
  .mv .mv_in .mv_txt a {
    width: 30.92%;
  }
  .contact .contact_in {
    width: 54%;
  }
  .works {
    width: 100%;
    padding: 16.2rem 0 0;
  }
  .number .number_in .number_content .number_contents {
    width: 30%;
  }
  .number .number_in .number_content .number_contents .number_contents_top h3 {
    font-size: clamp(1.6rem, 0.19rem + 2.2031vw, 2.4rem);
    line-height: 1.5;
  }
}

@media screen and (max-width: 1600px) {
    /*20250828 追記*/

}


@media screen and (max-width: 1440px) {
  /*20250828 追記*/
  .mv header .header_in .header_nav {
    width: 83%;
  }
  .mv header .header_in .header_nav nav ul li:last-child a {
  padding: 1rem 2rem;
  }

  .mv .mv_in .mv_txt a {
    width: 33.92%;
  }
  .number .number_in .number_content .number_contents .number_contents_top {
    /* padding: 7rem 0;
    height: 30.9rem; */
    min-height: 25rem;
    padding: 1.5rem;
  }
  .contact .contact_in {
    width: 50%;
    margin: 0 auto;
    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;
  }
  .ceo {
    width: 50.58%;
    margin: 0 auto 11rem;
    padding: 9.3rem 0 11.6rem;
  }
  .number .number_in .number_content .number_contents .number_contents_top .number_img_1 {
    width: 80%;
    margin: 2rem auto 0;
  }
  .number .number_in .number_content .number_contents .number_contents_top .number_img_2 {
    /* width: 75%; */
    width: 65%;
    /* margin: 2rem auto 0; */
  }
}
@media screen and (max-width: 1378px) {
  .br_tl {
    display: block;
  }
  .contact .contact_in {
    width: 60%;
  }
}
@media screen and (max-width: 1154px) {
  .contact .contact_in {
    width: 72%;
  }
}

@media screen and (max-width: 1060px) {
  .mv header .header_in {
    flex-direction: column;
  }
  .mv header .header_in .logo {
    width: 30%;
  }
  .mv header .header_in .header_nav {
    width: 100%;
    margin-top: 2rem;
  }
  .mv header .header_in .header_nav nav {
    width: 100%;
  }
  .mv header .header_in .header_nav nav ul {
    width: 100%;
    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;
  }
}
@media screen and (max-width: 1024px) {
  /* .mv header .header_in .logo {
    width: 17.94%;
  } */
  .container {
    width: 80%;
    margin: 0 auto;
  }
  .ceo {
    width: 66.58%;
    margin: 0 auto 11rem;
    padding: 9.3rem 0 11.6rem;
  }
  .contact .contact_in {
    width: 75%;
  }
  .mv .mv_in h1 {
    font-size: 4.9rem;
  }
  .mv .mv_in .mv_txt {
    width: 88.81%;
  }
  /* .number .number_in .number_content .number_contents .number_contents_top {
    padding: 6rem 0;
    height: 24.9rem;
  } */
  .number .number_in .number_content .number_contents .number_contents_top h3 {
    /* font-size: 2.5rem; */
    line-height: 1.25;
  }
  .number .number_in .number_content .number_contents .number_contents_top h3 .number_span_1 {
    /* font-size: 6rem; */
    font-size: clamp(5rem, 3.9271rem + 3.2389vw, 6rem);
  }
  /* 2024.08.09追記 */
  /* .number .number_in .number_content .number_contents .number_contents_top h3 .number_span_1.number_span_small {
    font-size: 5.2rem;
  } */
  .number .number_in .number_content .number_contents .number_contents_top h3 .number_span_2 {
    font-size: 2.8rem;
  }
  /* 2024.08.09追記 */
  /* .number .number_in .number_content .number_contents .number_contents_top h3 .number_span_2.number_span_small {
    font-size: 2.2rem;
  } */
  .number .number_in .number_content .number_contents .number_contents_top .number_img_1 {
    margin: 2rem auto 0;
    width: 75%;
  }
  .number .number_in .number_content .number_contents .number_contents_top .number_img_2 {
    /* width: 60%;
    margin: 1.5rem auto 0; */
    padding-top: 5%;
  }
  .reason .reason_in .reason_content .reason_contents .reason_contents_right {
    width: 40.86%;
  }
  .reason .reason_in .reason_content .reason_contents .reason_contents_left {
    width: 51.84%;
  }
  .reason .reason_in .reason_content .reason_contents {
    padding: 3rem;
  }
  .reason .reason_in .reason_content .reason_contents .reason_contents_left .reason_contents_title {
    margin-bottom: 2rem;
    margin-top: 0rem;
  }
  .company .company_in .company_table .building {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.5;
    width: 43.76%;
  }
}


@media screen and (max-width: 1024px) {
  .ceo {
    width: 80.58%;
    margin: 0 auto 11rem;
    padding: 9.3rem 0 11.6rem;
  }
  .ceo .ceo_in .ceo_photo h2 {
    font-size: 3rem;
  }
  .contact .contact_in {
    width: 90%;
  }
  footer {
    width: 100%;
    background: #eee;
    padding: 5rem 0;
  }
  footer .footer_in {
    width: 100%;
  }
  footer .footer_in .footer_content {
    width: 100%;
    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;
    margin-bottom: 11rem;
  }
  footer .footer_in .footer_content .footer_left {
    /* width: 40%; */
    width: 50%;
  }
  footer .footer_in .footer_content .footer_left .footer_logo {
    width: 100%;
    margin-bottom: 1.1rem;
  }
  footer .footer_in .footer_content .footer_left .footer_logo img {
    width: 100%;
  }
  footer .footer_in .footer_content .footer_left p {
    font-size: 1.2rem;
    color: #322d3c;
  }
  footer .footer_in .footer_content .footer_right {
    /* width: 50%; */
    width: 40%;
  }
  footer .footer_in .footer_content .footer_right .footer_nav {
    width: 100%;
  }
  footer .footer_in .footer_content .footer_right .footer_nav nav {
    width: 100%;
  }
  footer .footer_in .footer_content .footer_right .footer_nav nav ul {
    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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer_in .footer_content .footer_right .footer_nav nav ul li {
    width: 100%;
    margin-bottom: 2.6rem;
  }
  footer .footer_in .footer_content .footer_right .footer_nav nav ul li a {
    font-weight: bold;
    font-size: 1.4rem;
    color: #322d3c;
  }
  footer .footer_in .footer_content .footer_right p {
    font-size: 1.6rem;
    text-align: left;
    color: #322d3c;
  }
  footer .footer_in small {
    font-weight: normal;
    font-size: 1.4rem;
    text-align: right;
    color: #898989;
    border-top: 1px solid #ccc;
    padding-top: 1.5rem;
    display: block;
  }
}
@media screen and (min-width: 901px) and (max-width: 1029px) {
  .mv header .header_in .header_nav nav ul li a {
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 900px) {
  .mv {
    width: 100%;
    background: url(img/mv_bg.png) center center no-repeat;
    background-size: cover;
  }
  .mv header {
    padding: 2rem 0;
    width: 100%;
  }
  .mv header .header_in {
    width: 91.38%;
    margin: 0 auto;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* .mv header .header_in .logo {
    width: 50%;
  } */
  /* .mv header .header_in .logo img {
    width: 100%;
  } */
  .mv .mv_in {
    width: 100%;
    padding: 5.9rem 0 15.3rem;
  }
  .mv .mv_in h1 {
    font-weight: 300;
    font-size: 4.6rem;
    line-height: 98px;
    text-align: center;
    color: #fff;
    text-shadow: 3px 3px 6px #000;
    margin-bottom: 3.9rem;
  }
  .mv .mv_in .mv_txt {
    width: 90%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
    padding: 3rem 6.7rem 2.2rem;
  }
  .mv .mv_in .mv_txt h2 {
    font-weight: bold;
    font-size: 3.2rem;
    text-align: center;
    color: #0457af;
  }
  .mv .mv_in .mv_txt p {
    font-weight: normal;
    padding-bottom: 1.4rem;
    font-size: 1.8rem;
    line-height: 34px;
    text-align: left;
    color: #322d3c;
  }
  .mv .mv_in .mv_txt a {
    font-weight: normal;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    background: #7abc5f;
    padding: 0.3rem 1.7rem;
    width: 42.92%;
    margin: 0 auto;
  }
  .mv .mv_under_reason {
    background: url(img/mv_under_reason.jpg) top center no-repeat;
    background-size: cover;
  }
  .mv .mv_under_repair {
    background: url(img/mv_under_repair.jpg) top center no-repeat;
    background-size: cover;
  }
  .mv .mv_under {
    width: 100%;
    padding: 13rem 0;
    text-align: center;
  }
  .mv .mv_under h2 {
    font-size: 3.2rem;
    display: inline-block;
    color: #fff;
    background: #0457af;
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 781px) {
  .contact .contact_in {
    width: 95%;
  }
  .contact .contact_in .contact_left h4 {
    font-size: 3.7rem;
  }
  .contact h3 {
    font-size: 3rem;
  }
  .contact .contact_in .contact_right {
    padding: 1.5rem 2rem;
  }
  .contact .contact_in .contact_left {
    width: 55%;
  }
  /* .contact .contact_in .contact_left p {
    text-align: left;
  } */
}
@media screen and (max-width: 768px) {
  .contact h3 {
    font-size: 2.5rem;
  }
  .container {
    width: 90%;
    margin: 0 auto;
  }

  .number .number_in .number_content .number_contents {
    width: 32.09%;
    /* width: 46.5%; */
    margin-bottom: 5.1rem;
  }
  .number .number_in .number_content .number_contents .number_contents_top {
    /* padding: 6rem 0; */
    min-height: 20rem;
  }
  .number {
    width: 100%;
    padding: 5rem 0 0;
  }
  .index {
    width: 100%;
    padding: 5rem 0 0;
  }
  .catch_copy {
    width: 100%;
    padding: 7rem 0;
  }
  .catch_copy .cc_in {
    width: 100%;
  }
  .catch_copy .cc_in h3 {
    font-weight: bold;
    font-size: 3.5rem;
    line-height: 67px;
    color: #002663;
    margin-bottom: 3.3rem;
  }
  .catch_copy .cc_in p {
    font-size: 2rem;
    line-height: 40px;
    color: #322d3c;
  }
  .reason {
    padding-bottom: 0;
  }
  .reason .reason_in .reason_content .reason_contents {
    padding: 2rem;
  }
  .reason .reason_in .reason_content .reason_contents .reason_contents_left .reason_contents_title h4 {
    font-size: 2.9rem;
  }
  .flow {
    width: 100%;
    padding: 0 0 5rem;
  }
  .works {
    width: 100%;
    padding: 7.2rem 0 0;
  }
  .works .works_in h2 {
    margin-bottom: 3.2rem;
  }
  .works .works_in .works_content .works_contents {
    margin-bottom: 4.3rem;
  }
  .ceo {
    width: 80.58%;
    margin: 0 auto 11rem;
    padding: 5.3rem 0 0;
  }
  .contact .contact_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact .contact_in .contact_left {
    width: 100%;
  }
  .contact .contact_in .contact_left h4 {
    text-align: center;
  }
  .contact .contact_in .contact_left p {
    text-align: center;
  }
  .contact .contact_in .contact_right {
    padding: 1.5rem 3rem;
  }
  .contact .contact_in .contact_right {
    width: 60%;
  }
  .flow .flow_in .flow_content .flow_contents .flow_contents_right a {
    width: 70%;
  }
  .flow .flow_in .flow_content .flow_contents .flow_contents_right {
    margin-top: 1rem;
  }
  .flow .flow_in .flow_content .flow_contents .flow_contents_left {
    width: 25%;
  }
}
@media screen and (max-width: 850px) {
  .mv header .header_in .logo {
    width: 50%;
  }
  .mv header .header_in .header_nav nav ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .mv header .header_in .header_nav nav ul li {
    /* width: 30%; */
    width: 25%;
  }
  .mv header .header_in .header_nav nav ul li a {
    padding: 1em 0.5em;
    font-size: clamp(1rem, 0.552rem + 1.28vw, 1.4rem);
  }
  .mv header .header_in .header_nav nav ul li:last-child {
    background: transparent;
    border: none;
    /* padding: 1rem; */
  }
  .mv header .header_in .header_nav nav ul li:last-child a {
    justify-content: center;
    padding: 1em;
  }
}
@media screen and (max-width: 530px) {
  .br_sp {
    display: block;
  }
  .pc_display {
    display: none;
  }
  .sp_display {
    display: block;
  }
  .container {
    width: 90%;
    margin: 0 auto;
  }
  .title {
    font-family: "Noto Sans JP";
    font-weight: 300;
    font-size: 2.7rem;
    text-align: center;
    color: #0457af;
  }
  .sp_menu_btn {
    position: fixed;
    z-index: 100;
    top: 1rem;
    right: 1rem;
  }
  .sp_menu {
    display: none;
    position: fixed;
    z-index: 95;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 8rem 0 0;
  }
  .sp_menu nav {
    width: 100%;
  }
  .sp_menu nav ul {
    width: 100%;
  }
  .sp_menu nav ul li {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .sp_menu nav ul li a {
    font-size: 1.8rem;
    color: #fff;
  }
  .sp_menu.menu_active {
    display: block;
  }
  /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
  .openbtn3 {
    position: relative; /*ボタン内側の基点となるためrelativeを指定*/
    background: #7ABC5F;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }
  /*ボタン内側*/
  .openbtn3 span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    width: 45%;
  }
  .openbtn3 span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn3 span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn3 span:nth-of-type(3) {
    top: 31px;
  }
  /*activeクラスが付与されると1・3番目の要素が2番目の要素と同じ位置になり一本線に*/
  .openbtn3.active span:nth-of-type(1),
  .openbtn3.active span:nth-of-type(3) {
    top: 23px;
  }
  .mv {
    width: 100%;
    background: url(img/mv_bg.png) center center no-repeat;
    background-size: cover;
  }
  .mv header {
    padding: 2rem 0;
    width: 100%;
  }
  .mv header .header_in {
    width: 91.38%;
    margin: 0 auto;
    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;
  }
  .mv header .header_in .logo {
    width: 65%;
    margin: 0 auto;
  }
  /* .mv header .header_in .logo img {
    width: 100%;
  } */
  .mv header .header_in .header_nav {
    display: none;
    /*width: 79.16%;*/
  }
  /*.mv header .header_in .header_nav nav {
    width: 100%;
  }
  .mv header .header_in .header_nav nav ul {
    width: 100%;
    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;
  }
  .mv header .header_in .header_nav nav ul li a {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
    color: #002663;
  }
  .mv header .header_in .header_nav nav ul li:last-child {
    border-radius: 20px;
    background: transparent;
    border: 1px solid #002156;
    padding: 1rem 7rem;
  }
  .mv header .header_in .header_nav nav ul li:last-child a {
    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;
  }
  .mv header .header_in .header_nav nav ul li:last-child a::before {
    content: "";
    width: 16px;
    height: 12px;
    background: url(img/Symbol.png) center center no-repeat;
    background-size: contain;
    display: block;
    margin-right: 1rem;
  }*/
  .mv .mv_under {
    width: 100%;
    padding: 6.5rem 0;
    text-align: center;
  }
  .mv .mv_under h2 {
    font-size: 2.5rem;
    display: inline-block;
    color: #fff;
    background: #0457af;
    padding: 0.6rem 1.5rem;
  }
  .mv .mv_in {
    width: 100%;
    padding: 3rem 0 10rem;
  }
  .mv .mv_in h1 {
    font-weight: 300;
    font-size: 3.5rem;
    line-height: 78px;
    text-align: center;
    color: #fff;
    text-shadow: 3px 3px 6px #000;
    margin-bottom: 3.9rem;
  }
  .mv .mv_in .mv_txt {
    width: 85%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
    padding: 1.5rem 2.5rem 2rem;
  }
  .mv .mv_in .mv_txt h2 {
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    color: #0457af;
    margin-bottom: 1rem;
  }
  .mv .mv_in .mv_txt p {
    font-weight: normal;
    padding-bottom: 1.4rem;
    font-size: 1.8rem;
    line-height: 34px;
    text-align: left;
    color: #322d3c;
  }
  .mv .mv_in .mv_txt a {
    font-weight: normal;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    background: #7abc5f;
    padding: 0.3rem 1.7rem;
    width: 100%;
    margin: 0 auto;
  }
  .number {
    width: 100%;
    padding: 3rem 0 3.4rem;
  }
  .number .number_in {
    width: 100%;
  }
  .number .number_in h2 {
    margin-bottom: 2.3rem;
  }
  .number .number_in .number_content {
    width: 100%;
    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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .number .number_in .number_content .number_contents {
    width: 47%;
    margin-bottom: 2.1rem;
  }
  /* .number .number_in .number_content .number_contents:nth-child(3) .number_contents_top, .number .number_in .number_content .number_contents:nth-child(4) .number_contents_top {
    padding: 0.5rem 1rem;
  } */
  .number .number_in .number_content .number_contents .number_contents_top {
    width: 100%;
    border-radius: 28px;
    background: #0457af;
    /* padding: 2.5rem 2rem; */
    /* height: 16.9rem; */
    padding: 1.5rem 0.5rem;
    min-height: 16.9rem;
  }
  .number .number_in .number_content .number_contents .number_contents_top h3 {
    font-weight: 900;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
  }
  .number .number_in .number_content .number_contents .number_contents_top h3 .number_span_1 {
    font-size: 5rem;
  }
  .number .number_in .number_content .number_contents .number_contents_top h3 .number_span_2 {
    font-size: 2rem;
  }
  .number .number_in .number_content .number_contents .number_contents_top h3 .number_span_2.number_span_small {/* 2025.08.025追記 */
    font-size: 2rem;
  }
  .number .number_in .number_content .number_contents .number_contents_top img {
    width: 80%;
    margin: 0 auto;
  }
  .number .number_in .number_content .number_contents p {
    font-size: 1.2rem;
    line-height: 25px;
    text-align: center;
    color: #322d3c;
  }
  .index {
    width: 100%;
    padding: 2rem 0 3rem;
  }
  .index .index_in {
    width: 100%;
  }
  .index .index_in h2 {
    margin-bottom: 2.4rem;
  }
  .index .index_in .index_top,
  .index .index_in .index_middle,
  .index .index_in .index_bottom {
    width: 100%;
    margin: 0 auto 0;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index .index_in .index_top a,
  .index .index_in .index_middle a,
  .index .index_in .index_bottom a {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .index .index_in .index_top a img,
  .index .index_in .index_middle a img,
  .index .index_in .index_bottom a img {
    width: 100%;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  }
  .contact {
    width: 100%;
    padding: 2rem 0 4rem;
  }
  .contact h3 {
    font-weight: bold;
    font-size: 2.6rem;
    text-align: center;
    color: #322d3c;
  }
  .contact .contact_in {
    width: 80%;
    margin: 0 auto;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact .contact_in .contact_left {
    width: 100%;
    margin-top: 0.6rem;
  }
  .contact .contact_in .contact_left h4 {
    font-family: Ubuntu;
    font-weight: bold;
    font-size: 3.2rem;
    text-align: center;
    color: #322d3c;
    line-height: 1;
  }
  .contact .contact_in .contact_left h4 span {
    font-size: 2.2rem;
  }
  .contact .contact_in .contact_left p {
    font-weight: normal;
    font-size: 1.6rem;
    text-align: center;
    color: #322d3c;
  }
  .contact .contact_in .contact_line {
    display: none;
  }
  .contact .contact_in .contact_right {
    font-weight: bold;
    font-size: 1.8rem;
    color: #002663;
    padding: 1.6rem 7rem;
    text-align: center;
    border-radius: 36.5px;
    background: transparent;
    border: 1px solid #002663;
    width: 100%;
    margin-top: 0.8rem;
  }
  footer {
    width: 100%;
    background: #eee;
    padding: 3.2rem 0 1.8rem;
  }
  footer .footer_in {
    width: 100%;
  }
  footer .footer_in .footer_content {
    width: 100%;
    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;
    margin-bottom: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer_in .footer_content .footer_left {
    width: 100%;
    max-width: inherit;
  }
  footer .footer_in .footer_content .footer_left .footer_logo {
    width: 80%;
    margin-bottom: 1.1rem;
    margin: 0 auto;
  }
  footer .footer_in .footer_content .footer_left .footer_logo img {
    width: 100%;
  }
  footer .footer_in .footer_content .footer_left p {
    font-size: 1.4rem;
    text-align: center;
    color: #322d3c;
    margin-bottom: 2rem;
  }
  footer .footer_in .footer_content .footer_right {
    width: 100%;
  }
  footer .footer_in .footer_content .footer_right .footer_nav {
    width: 100%;
  }
  footer .footer_in .footer_content .footer_right .footer_nav nav {
    width: 100%;
  }
  footer .footer_in .footer_content .footer_right .footer_nav nav ul {
    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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer_in .footer_content .footer_right .footer_nav nav ul li {
    width: 100%;
    margin-bottom: 1rem;
    text-align: center;
  }
  footer .footer_in .footer_content .footer_right .footer_nav nav ul li a {
    font-weight: bold;
    font-size: 1.5rem;
    color: #322d3c;
  }
  footer .footer_in .footer_content .footer_right p {
    font-size: 1.6rem;
    text-align: center;
    color: #322d3c;
  }
  footer .footer_in small {
    font-weight: normal;
    font-size: 1.2rem;
    text-align: center;
    color: #898989;
    border-top: 1px solid #ccc;
    padding-top: 1.5rem;
    display: block;
  }
  .catch_copy {
    width: 100%;
    padding: 5rem 0 6rem;
  }
  .catch_copy .cc_in {
    width: 100%;
  }
  .catch_copy .cc_in h3 {
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 43px;
    color: #002663;
    margin-bottom: 2.5rem;
    text-align: center;
  }
  .catch_copy .cc_in p {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.01em;
    line-height: 40px;
    color: #322d3c;
  }
  .reason {
    width: 100%;
    padding: 0 0 3rem;
  }
  .reason .reason_in {
    width: 100%;
  }
  .reason .reason_in h2 {
    margin-bottom: 2.7rem;
  }
  .reason .reason_in .reason_content {
    width: 100%;
  }
  .reason .reason_in .reason_content .reason_contents {
    margin-bottom: 4.8rem;
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 2rem;
    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-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reason .reason_in .reason_content .reason_contents:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reason .reason_in .reason_content .reason_contents .reason_contents_left {
    width: 100%;
  }
  .reason .reason_in .reason_content .reason_contents .reason_contents_left .reason_contents_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 2rem;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 0;
  }
  .reason .reason_in .reason_content .reason_contents .reason_contents_left .reason_contents_title small {
    display: block;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 3rem;
    color: #0457af;
    line-height: 1;
  }
  .reason .reason_in .reason_content .reason_contents .reason_contents_left .reason_contents_title small::before {
    content: "POINT";
    font-family: Ubuntu;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    color: #ccc;
    display: block;
  }
  .reason .reason_in .reason_content .reason_contents .reason_contents_left .reason_contents_title h4 {
    font-weight: bold;
    font-size: 3rem;
    color: #322d3c;
    line-height: 1.4;
    margin-left: 1rem;
  }
  .reason .reason_in .reason_content .reason_contents .reason_contents_left p {
    font-size: 1.6rem;
    line-height: 30px;
    color: #322d3c;
  }
  .reason .reason_in .reason_content .reason_contents .reason_contents_right {
    width: 100%;
  }
  .reason .reason_in .reason_content .reason_contents .reason_contents_right img {
    width: 100%;
  }
  .repair {
    width: 100%;
    padding: 0 0 6rem;
  }
  .repair .repair_in {
    width: 100%;
  }
  .repair .repair_in h2 {
    margin-bottom: 5rem;
  }
  .repair .repair_in .repair_content {
    width: 100%;
  }
  .repair .repair_in .repair_content .repair_contents {
    width: 100%;
    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;
    margin-bottom: 5.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .repair .repair_in .repair_content .repair_contents .repair_contents_left {
    width: 100%;
  }
  .repair .repair_in .repair_content .repair_contents .repair_contents_left h3 {
    font-weight: 900;
    font-size: 2.4rem;
    text-align: left;
    color: #000;
    margin-bottom: 1.1rem;
  }
  .repair .repair_in .repair_content .repair_contents .repair_contents_left .repair_contents_line {
    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;
    width: 100%;
    height: 2px;
  }
  .repair .repair_in .repair_content .repair_contents .repair_contents_left .repair_contents_line .repair_contents_line_1 {
    width: 21%;
    background: #1464c8;
    height: 100%;
  }
  .repair .repair_in .repair_content .repair_contents .repair_contents_left .repair_contents_line .repair_contents_line_2 {
    width: 79%;
    background: #d6e1eb;
    height: 100%;
  }
  .repair .repair_in .repair_content .repair_contents .repair_contents_left p {
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 32px;
    color: #000;
    margin-top: 2rem;
  }
  .repair .repair_in .repair_content .repair_contents .repair_contents_right {
    width: 100%;
  }
  .repair .repair_in .repair_content .repair_contents .repair_contents_right img {
    width: 100%;
  }
  .flow {
    width: 100%;
    padding: 0 0 4rem;
  }
  .flow .flow_in {
    width: 100%;
  }
  .flow .flow_in h2 {
    margin-bottom: 4rem;
  }
  .flow .flow_in .flow_content {
    width: 100%;
  }
  .flow .flow_in .flow_content .flow_contents {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .flow .flow_in .flow_content .flow_contents .flow_contents_left {
    width: 20%;
  }
  .flow .flow_in .flow_content .flow_contents .flow_contents_left img {
    width: 100%;
  }
  .flow .flow_in .flow_content .flow_contents .flow_contents_left img:nth-child(2) {
    width: 9.41%;
    margin: 0.6rem auto;
  }
  .flow .flow_in .flow_content .flow_contents .flow_contents_right {
    margin-left: 1rem;
    margin-top: 1rem;
    width: 80%;
  }
  .flow .flow_in .flow_content .flow_contents .flow_contents_right h4 {
    font-weight: 900;
    font-size: 2rem;
    color: #0457af;
    margin-bottom: 1rem;
  }
  .flow .flow_in .flow_content .flow_contents .flow_contents_right p {
    font-size: 1.4rem;
    color: #32373c;
  }
  .flow .flow_in .flow_content .flow_contents .flow_contents_right a {
    font-weight: bold;
    font-size: 1.4rem;
    color: #fff;
    background: #7abc5f;
    padding: 1rem 1.5rem;
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-top: 1rem;
  }
  .flow .flow_in .flow_content .flow_contents .flow_contents_right a::after {
    content: "";
    width: 18px;
    height: 18px;
    background: url(img/flow_arrow_2.png) center center no-repeat;
    background-size: contain;
    display: block;
  }
  .works {
    width: 100%;
    padding: 6rem 0;
  }
  .works .works_in {
    width: 100%;
  }
  .works .works_in h2 {
    margin-bottom: 4rem;
  }
  .works .works_in .works_content {
    width: 100%;
  }
  .works .works_in .works_content .works_contents {
    margin-bottom: 4rem;
  }
  .works .works_in .works_content .works_contents h3 {
    font-weight: 900;
    font-size: 2.4rem;
    color: #000;
    margin-bottom: 1.5rem;
  }
  .works .works_in .works_content .works_contents .works_line {
    width: 100%;
    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;
    height: 2px;
    margin-bottom: 1.5rem;
  }
  .works .works_in .works_content .works_contents .works_line .works_line_1 {
    width: 10%;
    background: #1464c8;
  }
  .works .works_in .works_content .works_contents .works_line .works_line_2 {
    width: 90%;
    background: #d6e1eb;
  }
  .works .works_in .works_content .works_contents .works_contents_img {
    width: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .works .works_in .works_content .works_contents .works_contents_img .works_contents_img_1 {
    width: 100%;
    position: relative;
  }
  .works .works_in .works_content .works_contents .works_contents_img .works_contents_img_1 p {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    background: rgba(122, 188, 95, 0.8);
    padding: 0.7rem 3.2rem;
  }
  .works .works_in .works_content .works_contents .works_contents_img .works_contents_img_1 img {
    width: 100%;
  }
  .works .works_in .works_content .works_contents .works_contents_img .works_arrow {
    width: 8%;
    margin: 1rem 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .works .works_in .works_content .works_contents .works_contents_img .works_arrow img {
    width: 100%;
  }
  .ceo {
    width: 90%;
    margin: 0 auto 11rem;
    padding: 4rem 0 0;
  }
  .ceo .ceo_in {
    width: 100%;
  }
  .ceo .ceo_in .ceo_photo {
    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: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ceo .ceo_in .ceo_photo img {
    width: 43%;
  }
  .ceo .ceo_in .ceo_photo h2 {
    width: 50%;
    font-weight: 300;
    font-size: 2.2rem;
    line-height: 1.4;
    text-align: right;
    color: #002663;
  }
  .ceo .ceo_in p {
    font-size: 1.6rem;
    line-height: 32px;
    color: #322d3c;
    margin-top: 2rem;
  }
  .ceo .ceo_in small {
    font-size: 1.6rem;
    text-align: right;
    color: #322d3c;
    margin-top: 2rem;
    display: block;
  }
  .company {
    width: 100%;
    margin-bottom: 7rem;
  }
  .company .company_in {
    width: 100%;
  }
  .company .company_in .company_table {
    width: 100%;
    margin-top: 1.5rem;
    position: relative;
  }
  .company .company_in .company_table .building {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    opacity: 0.2;
  }
  .company .company_in .company_table table {
    width: 100%;
  }
  .company .company_in .company_table table tbody {
    width: 100%;
  }
  .company .company_in .company_table table tbody tr {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company .company_in .company_table table tbody tr td {
    font-size: 1.6rem;
    line-height: 32px;
    color: #000;
    padding: 1rem 0;
  }
  .company .company_in .company_table table tbody tr td:nth-child(1) {
    background: #d3d3d3;
    width: 100%;
    text-align: left;
    font-weight: bold;
    padding-left: 1rem;
  }
  .company .company_in .company_table table tbody tr td:nth-child(2) {
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
  .company_title {
    width: 100%;
  }
  .company_title small {
    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;
    font-family: Ubuntu;
    font-weight: bold;
    font-size: 1.4rem;
    color: #002663;
    margin-bottom: 1rem;
    line-height: 1;
  }
  .company_title small::before {
    content: "";
    width: 20px;
    height: 2px;
    background: #002663;
    display: block;
    margin-right: 1rem;
  }
  .company_title h2 {
    font-weight: bold;
    font-size: 3.2rem;
    color: #322d3c;
  }
  .graph {
    width: 100%;
    margin: 5rem 0;
  }
  .graph .graph_in {
    width: 100%;
  }
  .graph .graph_in .graph_img {
    width: 100%;
  }
  .graph .graph_in .graph_img img {
    width: 100%;
  }
  .access {
    width: 100%;
    margin-bottom: 10rem;
  }
  .access .access_in {
    width: 100%;
  }
  .access .access_in p {
    font-size: 1.6rem;
    color: #322d3c;
    margin-bottom: 3rem;
  }
  .access .access_in .map {
    width: 100%;
    height: 59rem;
  }
  .access .access_in .map iframe {
    width: 100%;
    height: 100%;
  }
  .inquiry_title h2 {
    font-weight: bold;
    font-size: 2.4rem;
    color: #322d3c;
  }
/**/
  .inquiry {
    margin-bottom: 5rem;
  }
  .inquiry_tel {
    padding-bottom: 3rem;
  }

  .inquiry_tel p {
    font-size: 1.4rem;
    padding-bottom: 2rem;
  }

  .inquiry_tel a.inquiry_tel_number {
    pointer-events: auto;
    font-size: 3.2rem;
    padding-bottom: 4rem;
  }
  .inquiry_tel a.inquiry_tel_number span{
    font-size: 2.2rem;
  }

  .inquiry_tel p > span {
    font-size: 2.2rem;
  }
  .inquiry_form {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 400px) {
  .ceo .ceo_in .ceo_photo h2 {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=style.css.map */
