@charset "utf-8";
body {
  background: #EEEEEE;
}
.page main {
  background: #111111;
}
.page .top_view_imge {
  background-color: #111111;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 70%;
  padding-top: 30%;
  position: relative;
  z-index: 2;
}
.page .main_tittle {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 8.2rem;
  font-family: 'Anton';
  text-align: left;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.page .top_view_section .main_tittle h1 {
  font-weight: normal;
}
.page .top_view_section .main_tittle h1 sub {
  display: block;
  font-size: 2.4rem;
  margin-top: 40px;
  font-family: 'NotoSansJP';
}

/* home -----------------------------------------
*/
.home .top_view_section {
  background: #111111;
  position: relative
}
.main_tittle {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  box-sizing: border-box;
}
.home .top_view_section h1 {
  font-size: clamp(4rem, 6.65vw, 7.2rem);
  color: #fff;
  line-height: 1.7;
  transform: translateY(30%);
}
.home .top_view_section h1 .under_line {
  display: inline-block;
  position: relative;
}
.home .top_view_section h1 .under_line::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFF;
}
.home .top_view_section .top_view_btn {
  width: 12%;
  padding-top: 12%;
  border-radius: 50%;
  background: #333333;
  position: relative;
  bottom: -60px;
  overflow: hidden;
  transition: .1s ease;
}
.home .top_view_section .top_view_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .top_view_section .top_view_btn:hover {
  transform: scale(1.1, 1.1);
  background: #CC0012;
}
.home .top_view_section .top_view_btn:hover a::after {
  transform: scale(1, 1) translateY(-50%);
}
.home .top_view_section .top_view_btn a::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 22px solid #ffffff;
  border-bottom: 0;
}

.home .news_section {
  background: #ffffff !important; /* 背景を白に変更 */
  padding: 140px 0;
  color: #000; /* テキスト色が白(#fff)だったので黒(#000)に変更 */
  position: relative;
}

.news_section .w1200 {
  max-width: 1200px;
  width: 100%;
}

.home .news_section .news_text1 {
  flex: 4; /* 横幅の比率を指定 */
  padding: 20px;
}

.home .news_section .news_text2 {
  flex: 6; /* 横幅の比率を指定 */
  padding: 20px;
}

.home .news_section .subheading {
  font-size: 1.2em;         
  color: rgba(255, 255, 255, 0.7); /* 白基調で淡く */
  margin: 0;
}

.home .news_section p {
  margin: 0 0 20px; /* ニュース項目の間隔 */
  line-height: 1.2; /* 行間の調整 */
}

.home .about_section {
  background: #111111;
  padding: 140px 0;
  color: #fff;
  position: relative;
  margin-bottom: 400px;
}
.home .about_section .text_wrap {
  width: 40%;
}
.home .about_section .image_wrap {
  position: absolute;
  width: 50%;
  right: 0;
}
.home .about_section .image_wrap.about_slider li {
  display: inline-block;
  max-width: 372px;
  margin-right: 10px;
}
.home .about_section .image_wrap .about_slider .slick-slide {
  position: absolute;
  top: 0;
  right: 0;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.home h2 {
  font-family: "Anton";
  font-size: 8.2rem;
  font-weight: normal;
}
.home h2 sub {
  display: block;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "NotoSansJP", serif;
}
.home .about_section .text_wrap p {
  margin: 60px 0;
  line-height: 3.1;
}
.home .more_btn a {
  border: solid 1px #fff;
  width: 212px;
  padding: 15px 28px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.home .more_btn a::before {
  content: "";
  position: absolute;
  background: #CC0012;
  width: 100%;
  height: 100%;
  top: 0;
  left: -300px;
  transition: .2s;
}
.home .more_btn a:hover::before {
  left: 0;
}
.home .more_btn a span {
  position: relative;
  z-index: 2;
}
.home .more_btn a span::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  top: 50%;
  right: -44px;
  margin-top: -4px;
  transform: rotate(45deg);
  transition: 0.3s;
}
.home .parallax_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.home .our_strength_section {
  padding: 140px 0;
  background: #EEEEEE;
}
.home .our_strength_section h2 {
  text-align: center;
  margin-bottom: 80px;
}
.home .our_strength_section h2 sub {
  color: #CC0012;
}
.home .our_strength_section ul.flex_wrap {
  justify-content: space-between;
}
.home .our_strength_section ul li {
  width: 30%;
}
.home .our_strength_section ul li .point_tittle {
  display: inline-block;
  color: #CC0012;
  font-size: min(2vw, 24px);
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
}
.home .our_strength_section ul li .point_tittle::after {
  content: "";
  position: absolute;
  background: #CC0012;
  width: 2.4rem;
  height: 2px;
  bottom: 2px;
  right: -3rem;
  z-index: 2;
}
.home .our_strength_section ul li h3 {
  font-size: min(2vw, 24px);
  color: #fff;
  position: relative;
  z-index: 2;
}
.home .our_strength_section ul li h3 span {
  display: inline-block;
  background: #111111;
  padding: 6px;
}
.home .our_strength_section ul li .circle_img {
  transform: translateY(-90px);
}
.home .our_strength_section .more_btn a {
  background: #111111;
  color: #fff;
  margin: auto;
}

.home .healthy_declaration_section {
  padding: 140px 0;
  background: url("../img/healthy_declaration_bg.png") no-repeat;
  background-size: cover;
  color: #fff;
}
.home .healthy_declaration_section .text_wrap {
  width: 66%;
}
.home .healthy_declaration_section .text_wrap h2 {
  font-size: clamp(4rem, 6.65vw, 8.2rem);
  margin-bottom: 85px;
}
.home .healthy_declaration_section .text_wrap p {
  width: 80%;
  line-height: 3.1;
  font-size: 1.8rem;
  margin-bottom: 80px;
}
.home .healthy_declaration_section .image_wrap {
  width: 32%;
}
.home .sustainability_section {
  padding: 140px 0;
  background: url("../img/sustainability_bg.png") no-repeat;
  background-size: cover;
  color: #fff;
}
.home .sustainability_section .text_wrap {
  width: 66%;
}
.home .sustainability_section .text_wrap h2 {
  font-size: clamp(4rem, 6.65vw, 8.2rem);
  margin-bottom: 85px;
}
.home .sustainability_section .text_wrap p {
  width: 80%;
  line-height: 3.1;
  font-size: 1.8rem;
  margin-bottom: 80px;
}
.home .sustainability_declaration_section .image_wrap {
  width: 32%;
}

.home .contact_section {
  background: #111111;
  overflow: hidden;
}
.home .contact_section .flex_wrap {
  justify-content: space-between;
}
.home .contact_section .text_wrap {
  width: 50%;
  padding: 145px 0;
  color: #fff;
}
.home .contact_section .contact_form_wrap {
  padding: 140px 5%;
  width: 90%;
  background: #EEEEEE;
  position: relative;
}
.home .contact_section .contact_form_wrap::after {
  content: "";
  position: absolute;
  background: #EEEEEE;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
}
.home .contact_section .text_wrap h2 {
  margin-bottom: 83px;
}
.home .contact_section .text_wrap p {
  line-height: 2;
  margin-bottom: 94px;
}
.home .contact_section .text_wrap .more_btn a {
  padding: 15px 0 15px 60px;
}
.home .contact_section .text_wrap .more_btn a span::before {
  content: "";
  position: absolute;
  background: url("../img/tel_icon.svg") no-repeat;
  width: 25px;
  height: 25px;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
}
.home .contact_section .text_wrap .more_btn a span::after {
  display: none;
}
.home .contact_section .text_wrap .more_btn a::before {
  display: none;
}

/* php版に変更 -------------------------
*/
.home .form-group {
  margin-bottom: 20px; /* 上下に余白を増やして調整 */
}

.home .form-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.home .form-group input {
  width: 90%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #CCC;
  border-radius: 4px;
  background-color: #FFFFFF;
  position: relative;
}

.home .form-group textarea {
  width: 90%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #CCC;
  border-radius: 4px;
  background-color: white;
  position: relative;
}

.home .form-group textarea {
  resize: vertical;
}

.home button {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #CC0012;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.home button:hover {
  background-color: #111111;
}

.home .required {
  background-color: #e60033; /* 赤背景 */
  color: #fff;               /* 白文字 */
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  margin-left: 5px;
}

@media screen and (max-width: 785px) {
  .home .top_view_section h1 {
    font-size: 3.2rem;
  }
  .home .top_view_section .top_view_btn {
    display: none;
  }
  .home .parallax_bg img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }
  .news_section {
    padding: 60px 0;
  }
  .news_section .w1200 {
    flex-direction: column; /* 縦並びにする */
  }
  .home .news_section .news_text1,
  .home .news_section .news_text2 {
    flex: none; /* 横幅の比率を解除 */
    width: 100%; /* 全幅に */
  }
  .home .about_section {
    padding: 60px 0 120px;
    margin-bottom: 240px;
  }
  .home .about_section .flex_wrap {
    flex-direction: column;
  }
  .home .about_section .text_wrap {
    width: 100%;
  }
  .home .about_section .image_wrap {
    position: static;
    width: 100%;
  }
  .home .about_section .image_wrap.about_slider li {
    max-width: 168px;
    margin-right: 10px;
  }
  .home h2 {
    font-size: 5.2rem;
  }
  .home h2 sub {
    font-size: 1.2rem;
  }
  .home .about_section .text_wrap p {
    margin: 30px 0;
    font-size: 1.4rem;
    line-height: 2;
  }
  .home .more_btn a {
    font-size: 1.4rem;
    width: 192px;
    margin-bottom: 40px;
  }
  .home .our_strength_section {
    padding: 110px 0;
  }
  .home .our_strength_section h2 {
    margin-bottom: 40px;
  }
  .home .our_strength_section ul.flex_wrap {
    flex-direction: column;
  }
  .home .our_strength_section ul li {
    width: 100%;
  }
  .home .our_strength_section ul li .point_tittle {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .home .our_strength_section ul li .point_tittle::after {
    width: 1.8rem;
    right: -2.5rem;
  }
  .home .our_strength_section ul li h3 span {
    font-size: 1.8rem;
    padding: 10px 25px;
  }
  .home .our_strength_section ul li .circle_img {
    transform: translateY(-60px);
  }
  .home .healthy_declaration_section {
    padding: 110px 0;
    background: url("../img/healthy_declaration_bg_sp.png") no-repeat;
    background-size: cover;
  }
  .home .healthy_declaration_section .flex_wrap {
    flex-direction: column;
  }
  .home .healthy_declaration_section .text_wrap {
    width: 100%;
  }
  .home .healthy_declaration_section .text_wrap h2 {
    font-size: 5.2rem;
    margin-bottom: 40px;
  }
  .home .healthy_declaration_section .text_wrap p {
    width: 100%;
    line-height: 2;
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  .home .healthy_declaration_section .image_wrap {
    width: 80%;
    margin: 0 auto;
  }
  .home .sustainability_section {
    padding: 110px 0;
    background: url("../img/sustainability_bg_sp.png") no-repeat;
    background-size: cover;
  }
  .home .sustainability_section .flex_wrap {
    flex-direction: column;
  }
  .home .sustainability_section .text_wrap {
    width: 100%;
  }
  .home .sustainability_section .text_wrap h2 {
    font-size: 5.2rem;
    margin-bottom: 40px;
  }
  .home .sustainability_section .text_wrap p {
    width: 100%;
    line-height: 2;
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  .home .sustainability_section .image_wrap {
    width: 80%;
    margin: 0 auto;
  }
  .home .contact_section {
    background: #111111;
    overflow: hidden;
  }
  .home .contact_section .flex_wrap {
    flex-direction: column;
  }
  .home .contact_section .text_wrap {
    width: 100%;
    padding: 110px 0 55px 0;
  }

/*-----
z-index: 2;を追加したよ
*/

  .home .contact_section .contact_form_wrap {
    padding: 60px 0;
    width: 100%;
    position: relative;
    padding-left: 10px;  /* 左の余白を追加 */  }

/*-----
z-index: 1;を追加したよ
*/

  .home .contact_section .contact_form_wrap::after {
    content: "";
    position: absolute;
    background: #EEEEEE;
    width: 100%;
    height: 100%;
    top: 0;
    left: -15px;
    display: none !important;
  }

  .home .contact_section .text_wrap h2 {
    margin-bottom: 40px;
  }
  .home .contact_section .text_wrap p {
    font-size: 1.4rem;
    margin-bottom: 35px;
  }
  .home .contact_section .text_wrap .more_btn a {
    padding: 15px 0 15px 60px;
    margin-bottom: 0;
  }
  .home .contact_section .text_wrap .more_btn a span::before {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
}
/*about_us------------------------------------------------------------
*/
.about_us .top_view_imge {
  background-image: url("../img/about_us_top_view.png");
}
.about_us .top_view_section .back_contents01 {
  clip-path: polygon(100% 15%, 0 0, 0 100%);
  width: 100vw;
  height: 145vw;
  background: #333;
  position: absolute;
  top: 43vw;
  right: 0;
}
.about_us .about_us_section01 {
  padding: 140px 0;
  color: #fff;
}
.about_us .about_us_section01 .text_wrap {
  width: 37.1%;
  max-width: 456px;
}
.about_us .about_us_section01 .flex_wrap {
  justify-content: space-between;
}
.about_us .about_us_section01 .flex_wrap .text_wrap h2 {
  font-size: 2.0rem;
  margin-bottom: 40px;
}
.about_us .about_us_section01 .flex_wrap .text_wrap p {
  margin-bottom: 24px;
}
.about_us .about_us_section01 .flex_wrap .image_wrap {
  width: 55%;
  display: flex;
  justify-content: space-between;
}
.about_us .about_us_section01 .flex_wrap .image_wrap p:first-child {
  width: 34%;
  margin-top: 169px;
}
.about_us .about_us_section01 .flex_wrap .image_wrap p:last-child {
  width: 60%;
}
.about_us .about_us_section04 {
  padding: 120px 0;
}
.about_us .about_us_section04 .flex_wrap {
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.about_us .about_us_section04 .flex_wrap .image_wrap {
  width: 30%;
  margin-left: 0;
  margin-right: auto;
}
.about_us .about_us_section04 .flex_wrap .text_wrap {
  width: 63%;
  color: #fff;
}
.about_us .about_us_section04 .flex_wrap .text_wrap h2 {
  font-size: 2.0rem;
  margin-bottom: 40px;
}
.about_us .about_us_section04 .flex_wrap .text_wrap p:first-of-type {
  margin-bottom: 30px;
  line-height: 1.5;
}
.about_us .about_us_section04 .flex_wrap .text_wrap h3 {
  border-bottom: solid 1px #fff;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.about_us .about_us_section04 .flex_wrap .text_wrap dl {
  display: flex;
  margin-bottom: 15px;
}
.about_us .about_us_section04 .flex_wrap .text_wrap dl.healthy_dl {
  margin-bottom: 40px;
}
.about_us .about_us_section04 .flex_wrap .text_wrap dl dd, .about_us .about_us_section04 .flex_wrap .text_wrap dl dt {
  width: 50%;
  line-height: 1.5;
  font-weight: normal;
}
.about_us .about_us_section04 .more_btn {
    font-size: 1.4rem;
    width: 192px;
    margin-bottom: 40px;
}
.about_us .about_us_section05 {
  padding: 50px 0 140px 0;
}
.about_us .about_us_section05 .flex_wrap {
  justify-content: space-between;
}
.about_us .about_us_section05 .flex_wrap .text_wrap {
  color: #fff;
  line-height: 1.5;
  width: 60%;
}
.about_us .about_us_section05 .flex_wrap .text_wrap h2 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 50px;
}
.about_us .about_us_section05 .flex_wrap .text_wrap h3 {
  color: #fff;
  font-size: 2rem;
  padding-bottom: 10px;
  margin: 50px 0 0 0;
  border-bottom: solid 1px #fff;
}
.about_us .about_us_section05 .flex_wrap .text_wrap .sdgs_list {
  display: flex;
  align-items: center;
  padding: 13px;
  background: #EEEEEE;
  color: #333333;
  margin-top: 20px;
}
.about_us .about_us_section05 .flex_wrap .text_wrap .sdgs_list span:first-child {
  width: 70px;
  display: inline-block;
  margin: 0 13px 0 0;
}
.about_us .about_us_section05 .flex_wrap .image_wrap {
  width: 29%;
}
.about_us .about_us_section02 {
  padding: 130px 0;
}
.about_us .about_us_section02 h2 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 40px;
}
.about_us .about_us_section02 .flex_wrap {
  justify-content: space-between;
}
.about_us .about_us_section02 .flex_wrap .image_wrap {
  width: 47%;
}
.about_us .about_us_section02 .flex_wrap .text_wrap {
  width: 47%;
  color: #fff;
  font-size: 1.6rem;
}
.about_us .about_us_section02 .flex_wrap .text_wrap dl {
  display: flex;
  padding-bottom: 20px;
  border-bottom: solid 1px #fff;
  margin-bottom: 20px;
  line-height: 1.5;
}
.about_us .about_us_section02 .flex_wrap .text_wrap dl dt {
  width: 30%;
  font-weight: normal;
}
.about_us .about_us_section02 .flex_wrap .text_wrap dl dd {
  width: 70%;
  font-weight: normal;
}
.about_us .about_us_section03 {
  padding: 130px 0;
  background: #EEEEEE;
}
.about_us .about_us_section03 .flex_wrap {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.about_us .about_us_section03 .flex_wrap .text_wrap {
  width: 50%;
}
.about_us .about_us_section03 h2 {
  font-size: 2rem;
  margin-bottom: 40px;
}
.about_us .about_us_section03 .flex_wrap .image_wrap {
  width: 47%;
}
.about_us .about_us_section03 .flex_wrap .text_wrap .time_schedule {
  position: relative;
  padding: 30px 0 20px 0;
}
.about_us .about_us_section03 .flex_wrap .text_wrap .time_line {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 25%;
  z-index: 999;
  transform: translateX(-50%);
  padding-top: 15px;
}
.about_us .about_us_section03 .flex_wrap .text_wrap .time_line span {
  display: block;
  width: 100%;
  height: 100%;
  background: #333333;
}
.about_us .about_us_section03 .flex_wrap .text_wrap .time_ball {
  position: absolute;
  background: #333333;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 25%;
  z-index: 999;
}
.about_us .about_us_section03 .flex_wrap .text_wrap dl {
  padding: 10px 0;
}
.about_us .about_us_section03 .flex_wrap .text_wrap dl dt {
  width: 100%;
  position: absolute;
  font-weight: normal;
}
.about_us .about_us_section03 .flex_wrap .text_wrap dl dd {
  width: 60%;
  margin-left: 30%;
}
.about_us .about_us_section06 {
  padding: 140px 0;
  color: #fff;
}
.about_us .about_us_section06 h2 {
  font-size: 2rem;
  margin-bottom: 36px;
}
.about_us .about_us_section06 .flex_wrap {
  width: 100%;
  border-bottom: solid 1px #707070;
  padding-bottom: 40px;
  margin-bottom: 40px;
  justify-content: space-between;
  align-items: flex-end;
}
.about_us .about_us_section06 .flex_wrap.last {
  border-bottom: none;
}
.about_us .about_us_section06 img {
  margin-bottom: 40px;
}
.about_us .about_us_section06 .flex_wrap h3 {
  margin-bottom: 40px;
}
.about_us .about_us_section06 .flex_wrap p {
  margin-bottom: 25px;
}
.about_us .about_us_section06 .flex_wrap div span {
  display: inline-block;
  margin-right: 20px;
}
.about_us .about_us_section06 .flex_wrap div span span {
  border: solid 1px #fff;
  padding: 2px 4px;
  margin-right: 8px;
  display: inline-block;
}
.about_us .about_us_section06 .flex_wrap .more_btn a {
  border: solid 1px #fff;
  padding: 15px;
  width: 212px;
  position: relative;
  overflow: hidden;
}
.about_us .about_us_section06 .flex_wrap .more_btn a span::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  top: 50%;
  right: -20px;
  margin-top: -2px;
  transform: rotate(45deg);
  transition: 0.3s;
}
.about_us .about_us_section06 .flex_wrap .more_btn a::before {
  content: "";
  position: absolute;
  background: #CC0012;
  width: 100%;
  height: 100%;
  top: 0;
  left: -300px;
  transition: .2s;
}
.about_us .about_us_section06 .flex_wrap .more_btn a:hover {
  border: solid 1px #fff;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.about_us .about_us_section06 .flex_wrap .more_btn a:hover::before {
  left: 0;
}
.about_us .about_us_section06 .flex_wrap .more_btn a span {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 785px) {
  .about_us .top_view_imge {
    background-image: url("../img/about_us_top_view_sp.png");
    background-position: top center;
    background-size: calc(100% - 30px);
    padding-top: 69%;
  }
  .about_us .main_tittle {
    font-size: 5.2rem;
    top: 100%;
    transform: translateY(-50%);
    text-align: center;
  }
  .about_us .top_view_section .main_tittle h1 sub {
    font-size: 1.4rem;
    margin-top: 15px;
  }
  .about_us .top_view_section .back_contents01 {
    clip-path: polygon(0 0, 0 100%, 100% 39%);
    width: 100vw;
    height: 729vw;
    top: 100vw;
    right: 0;
  }
  .about_us .about_us_section01 {
    padding: 120px 0 80px 0;
  }
  .about_us .about_us_section01 .flex_wrap {
    flex-direction: column;
  }
  .about_us .about_us_section01 .text_wrap {
    width: 100%;
    max-width: 100%;
    font-size: 1.4rem;
  }
  .about_us .about_us_section01 .flex_wrap .text_wrap h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .about_us .about_us_section01 .flex_wrap .text_wrap p {
    margin-bottom: 15px;
  }
  .about_us .about_us_section01 .flex_wrap .image_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .about_us .about_us_section01 .flex_wrap .image_wrap p:first-child {
    margin-top: 114px;
  }
  .about_us .about_us_section04 {
    padding: 40px 0;
  }
  .about_us .about_us_section04 .flex_wrap {
    flex-direction: column;
  }
  .about_us .about_us_section04 .flex_wrap .image_wrap {
    width: 100%;
    margin-bottom: 40px;
  }
  .about_us .about_us_section04 .flex_wrap .text_wrap {
    width: 100%;
    font-size: 1.4rem;
  }
  .about_us .about_us_section04 .flex_wrap .text_wrap h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .about_us .about_us_section04 .flex_wrap .text_wrap p:first-of-type {
    margin-bottom: 50px;
    line-height: 1.5;
  }
  .about_us .about_us_section04 .flex_wrap .text_wrap h3 {
    font-size: 1.4rem;
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
  .about_us .about_us_section04 .flex_wrap .text_wrap dl {
    flex-direction: column;
  }
  .about_us .about_us_section04 .flex_wrap .text_wrap dl dd, .about_us .about_us_section04 .flex_wrap .text_wrap dl dt {
    width: 100%;
  }
  .about_us .about_us_section05 {
    padding: 50px 0;
  }
  .about_us .about_us_section05 .flex_wrap {
    flex-direction: column-reverse;
  }
  .about_us .about_us_section05 .flex_wrap .text_wrap {
    color: #fff;
    line-height: 1.5;
    width: 100%;
  }
  .about_us .about_us_section05 .flex_wrap .text_wrap h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .about_us .about_us_section05 .flex_wrap .text_wrap h3 {
    font-size: 1.4rem;
    margin: 40px 0 0 0;
    text-align: center;
  }
  .about_us .about_us_section05 .flex_wrap .text_wrap .sdgs_list {
    font-size: 1.4rem;
  }
  .about_us .about_us_section05 .flex_wrap .text_wrap .sdgs_list span:first-child {
    width: 70px;
  }
  .about_us .about_us_section05 .flex_wrap .text_wrap .sdgs_list span:last-child {
    width: calc(100% - 83px);
  }
  .about_us .about_us_section05 .flex_wrap .image_wrap {
    width: 100%;
    margin-bottom: 40px;
  }
  .about_us .about_us_section02 {
    padding: 60px 0 120px 0;
  }
  .about_us .about_us_section02 h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .about_us .about_us_section02 .flex_wrap {
    flex-direction: column-reverse;
  }
  .about_us .about_us_section02 .flex_wrap .image_wrap {
    width: 100%;
    margin-top: 20px;
  }
  .about_us .about_us_section02 .flex_wrap .text_wrap {
    width: 100%;
    font-size: 1.4rem;
  }
  .about_us .about_us_section03 {
    padding: 100px 0;
  }
  .about_us .about_us_section03 .flex_wrap {
    flex-direction: column-reverse;
  }
  .about_us .about_us_section03 .flex_wrap .text_wrap {
    width: 100%;
  }
  .about_us .about_us_section03 h2 {
    font-size: 1.8rem;
    margin-bottom: 36px;
  }
  .about_us .about_us_section03 .flex_wrap .image_wrap {
    width: 100%;
  }
  .about_us .about_us_section03 .flex_wrap .text_wrap .time_schedule {
    position: relative;
    padding: 0 0 30px 0;
  }
  .about_us .about_us_section03 .flex_wrap .text_wrap .time_line {
    width: 1px;
    height: 91%;
    position: absolute;
    top: 15px;
    transform: none;
    padding-top: 0;
  }
  .about_us .about_us_section03 .flex_wrap .text_wrap dl dd {
    margin-left: 35%;
  }
  .about_us .about_us_section05 .flex_wrap .text_wrap .more_btn {
    margin-top: 30px;
  }
  .about_us .about_us_section06 {
    padding: 125px 0 35px 0;
  }
  .about_us .about_us_section06 h2 {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .about_us .about_us_section06 .flex_wrap {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .about_us .about_us_section06 .flex_wrap h3 {
    font-size: 1.8rem;
  }
  .about_us .about_us_section06 .flex_wrap p {
    font-size: 1.4rem;
  }
  .about_us .about_us_section06 .flex_wrap div span {
    font-size: 1.4rem;
  }
  .about_us .about_us_section06 .flex_wrap .more_btn {
    margin-top: 30px;
  }
  .about_us .about_us_section06 .flex_wrap.last {
    border-bottom: none;
  }
}

/* service ----------------------------------------
*/
.service .top_view_imge {
  background-image: url("../img/service_top_view.png");
}
.service .service_section01 {
  padding: 140px 0;
  color: #fff;
}
.service .service_section01 .flex_wrap.reverse {
  flex-direction: row-reverse;
}
.service .service_section01 h2 {
  font-size: 2rem;
  margin-bottom: 40px;
}
.service .service_section01 .flex_wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
}
.service .service_section01 .text_wrap {
  width: 37%;
  max-width: 456px;
  position: relative;
}
.service .service_section01 .service_flex01 .text_wrap::after {
  content: "01";
  position: absolute;
  color: #222222;
  font-family: 'Anton';
  font-size: 32.3rem;
  top: -12vw;
  right: 0;
}
.service .service_section01 .service_flex02 .text_wrap::after {
  content: "02";
  position: absolute;
  color: #222222;
  font-family: 'Anton';
  font-size: 32.3rem;
  top: -10vw;
  left: 0;
}
.service .service_section01 .service_flex03 .text_wrap::after {
  content: "03";
  position: absolute;
  color: #222222;
  font-family: 'Anton';
  font-size: 32.3rem;
  top: -10vw;
  right: 0;
}
.service .service_section01 .text_wrap h3 {
  font-size: 2rem;
  padding-bottom: 14px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.service .service_section01 .text_wrap h3::before {
  content: "";
  position: absolute;
  background: #CC0012;
  width: 5.9rem;
  height: 1px;
  z-index: 2;
  bottom: 0;
  left: 0;
}
.service .service_section01 .flex_wrap .text_wrap h3::after {
  content: "";
  position: absolute;
  background: #CCCCCC;
  width: 100%;
  height: 1px;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.service .service_section01 .flex_wrap .text_wrap p {
  line-height: 1.5;
  width: 85%;
  position: relative;
  z-index: 1;
}
.service .service_section01 .flex_wrap .image_wrap {
  width: 55%;
  display: flex;
  justify-content: space-between;
}
.service .service_section01 .flex_wrap .image_wrap .image_area {
  position: relative;
  z-index: 1;
}
.service .service_section02 {
  padding: 140px 0;
  background: #EEEEEE;
}
.service .service_section02 h2 {
  font-size: 2rem;
  margin-bottom: 40px;
}
.service .service_section02 .flex_wrap {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 80px;
}
.service .service_section02 .flex_wrap .text_wrap {
  width: 50%;
  max-width: 600px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
}
.service .service_section02 .flex_wrap .image_wrap {
  position: relative;
  z-index: 1;
  width: 44%;
  max-width: 440px;
}
.service .service_section02 .flex_wrap .image_wrap .image_area {
  position: relative;
  z-index: 1;
}
.service .service_section02 .flex_wrap .text_wrap h3 {
  width: 100%;
  font-size: 1.6rem;
  color: #CC0012;
  padding-bottom: 8px;
  border-bottom: solid 1px #333333;
  margin-bottom: 5.5%;
}
.service .service_section02 .flex_wrap .text_wrap .facility_tittle {
  width: 100%;
  font-size: 2rem;
  margin-bottom: 5.5%;
}
.service .service_section02 .flex_wrap .text_wrap .facility_text {
  width: 100%;
  line-height: 1.5;
  padding-bottom: 5%;
  margin-bottom: 20px;
  border-bottom: solid 1px #333333;
}
.service .service_section02 .flex_wrap .text_wrap h4 {
  width: 100%;
  margin-bottom: 13px;
}
.service .service_section02 .flex_wrap .text_wrap .facility_list {
  margin-bottom: 5%;
}
.service .service_section02 .flex_wrap .text_wrap .facility_list span {
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 10px;
  font-size: clamp(1.2rem, 1vw, 1.6rem);
}
.service .service_section02 .flex_wrap .text_wrap .more_btn a {
  border: solid 1px #333;
  width: 212px;
  padding: 15px 28px;
  color: #333;
  position: relative;
  overflow: hidden;
  margin-right: 0;
  margin-left: auto;
}
.service .service_section02 .flex_wrap .text_wrap .more_btn a span {
  position: relative;
  z-index: 2;
}
.service .service_section02 .flex_wrap .text_wrap .more_btn a span::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  top: 50%;
  right: -25px;
  margin-top: -3px;
  transform: rotate(45deg);
  transition: 0.3s;
}
.service .service_section02 .flex_wrap .text_wrap .more_btn a::before {
  content: "";
  position: absolute;
  background: #333333;
  width: 100%;
  height: 100%;
  top: 0;
  left: -300px;
  transition: .2s;
}
.service .service_section02 .flex_wrap .text_wrap .more_btn a:hover::before {
  left: 0;
}
.service .service_section02 .flex_wrap .text_wrap .more_btn a:hover span {
  color: #fff;
}
.service .service_section02 .flex_wrap .text_wrap .more_btn a:hover span::after {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
.service .service_section03 {
  background: #EEEEEE;
}
.service_flow {
  position: relative;
  padding-top: 32%;
  color: #fff;
  margin-bottom: 12px;
}
.service .service_section03 .flow_wrap01 {
  background: url("../img/service_img06.png") no-repeat center center;
  background-size: cover;
}
.service .service_section03 .flow_wrap02 {
  background: url("../img/service_img07.png") no-repeat center center;
  background-size: cover;
}
.service .service_section03 .flow_wrap03 {
  background: url("../img/service_img08.png") no-repeat center center;
  background-size: cover;
}
.service .service_section03 .service_flow .w1200 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.service .service_section03 .service_flow h2 {
  font-size: 2rem;
  margin-bottom: 40px;
}
.service .service_section03 .service_flow p {
  line-height: 1.5;
  margin-bottom: 25px;
}
.service .service_section03 .service_flow p.flex_wrap {
  padding-top: 10px;
  border-top: solid 1px #FFF;
}
.service .service_section03 .service_flow p.flex_wrap span {
  margin-right: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .service_flow {
    padding-top: 50%;
  }
  .service .service_section03 .service_flow .w1200 {
    top: 10%;
    transform: none;
  }
}
@media screen and (max-width: 599px) {
  .service .top_view_imge {
    background-image: url("../img/service_top_view_sp.png");
    background-position: top center;
    background-size: calc(100% - 30px);
    padding-top: 69%;
  }
  .service .main_tittle {
    font-size: 5.2rem;
    top: 100%;
    transform: translateY(-50%);
    text-align: center;
  }
  .service .top_view_section .main_tittle h1 sub {
    font-size: 1.4rem;
    margin-top: 15px;
  }
  .service .service_section01 {
    padding: 120px 0 40px 0;
    position: relative;
    z-index: 1;
  }
  .service .service_section01 .flex_wrap {
    flex-direction: column;
  }
  .service .service_section01 .flex_wrap.reverse {
    flex-direction: column;
  }
  .service .service_section01 h2 {
    font-size: 1.8rem;
    margin-bottom: 67px;
  }
  .service .service_section01 .text_wrap {
    width: 100%;
    max-width: 100%;
    height: 160px;
  }
  .service .service_section01 .service_flex01 .text_wrap::after {
    font-size: 24.3rem;
    z-index: -1;
    top: auto;
    bottom: -35px;
  }
  .service .service_section01 .service_flex02 .text_wrap::after {
    font-size: 24.3rem;
    z-index: -1;
    top: auto;
    bottom: -35px;
    right: 0;
    left: auto;
  }
  .service .service_section01 .service_flex03 .text_wrap::after {
    font-size: 24.3rem;
    z-index: -1;
    top: auto;
    bottom: -35px;
  }
  .service .service_section01 .text_wrap h3 {
    font-size: 1.8rem;
    padding-bottom: 14px;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
  }
  .service .service_section01 .flex_wrap .text_wrap p {
    font-size: 1.4rem;
    line-height: 1.4;
    width: 100%;
  }
  .service .service_section01 .flex_wrap .image_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .service .service_section02 {
    padding: 120px 0 20px 0;
  }
  .service .service_section02 h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .service .service_section02 .flex_wrap {
    flex-direction: column-reverse;
  }
  .service .service_section02 .flex_wrap .text_wrap {
    width: 100%;
    max-width: 100%;
  }
  .service .service_section02 .flex_wrap .image_wrap {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .service .service_section02 .flex_wrap .text_wrap .facility_tittle {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
  .service .service_section02 .flex_wrap .text_wrap .facility_text {
    width: 100%;
    font-size: 1.4rem;
    padding-bottom: 25px;
    margin-bottom: 10px;
  }
  .service .service_section02 .flex_wrap .text_wrap h4 {
    font-size: 1.4rem;
    width: 100%;
  }
  .service .service_section02 .flex_wrap .text_wrap .facility_list span {
    font-size: 1.4rem;
    ;
    margin-right: 60px;
  }
  .service .service_section02 .flex_wrap .text_wrap .more_btn a {
    width: 192px;
    padding: 15px 28px;
    margin: auto;
  }
  .service .service_section02 .flex_wrap .text_wrap .more_btn a span::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    top: 50%;
    right: -20px;
    margin-top: -3px;
    transform: rotate(45deg);
    transition: 0.3s;
  }
  .service_flow {
    padding-top: 108%;
  }
  .service .service_section03 .flow_wrap01 {
    background: url("../img/service_img06_sp.png") no-repeat center center;
    background-size: cover;
  }
  .service .service_section03 .flow_wrap02 {
    background: url("../img/service_img07_sp.png") no-repeat center center;
    background-size: cover;
  }
  .service .service_section03 .flow_wrap03 {
    background: url("../img/service_img08_sp.png") no-repeat center center;
    background-size: cover;
  }
  .service .service_section03 .service_flow .w1200 .flow_box {
    padding: 0 15px;
  }
  .service .service_section03 .service_flow h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .service .service_section03 .service_flow p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .service .service_section03 .service_flow p.flex_wrap span {
    margin-right: 2rem;
  }
  .service .service_section03 .service_flow p.flex_wrap span:last-child {
    margin-right: 0;
  }
}
/* recruit -------------------------------------------------
*/
.recruit .top_view_imge {
  background-image: url("../img/recruit_top_view.png");
}
.recruit .recruit_section {
  padding: 140px 0;
  color: #fff;
}
.recruit .recruit_section dl.flex_wrap {
  max-width: 900px;
  margin: auto;
  padding: 30px 0;
  border-bottom: solid 1px #FFFFFF;
}
.recruit .recruit_section dl:first-of-type.flex_wrap {
  border-top: solid 1px #FFFFFF;
}
.recruit .recruit_section dl.flex_wrap dt {
  width: 25%;
}
.recruit .recruit_section dl.flex_wrap dd {
  width: 75%;
}
@media screen and (max-width: 785px) {
  .recruit .top_view_imge {
    background-image: url("../img/recruit_top_view_sp.png");
    background-position: top center;
    background-size: calc(100% - 30px);
    padding-top: 69%;
  }
  .recruit .main_tittle {
    font-size: 5.2rem;
    top: 100%;
    transform: translateY(-50%);
    text-align: center;
  }
  .recruit .top_view_section .main_tittle h1 sub {
    font-size: 1.4rem;
    margin-top: 15px;
  }
  .recruit .recruit_section dl.flex_wrap {
    font-size: 1.4rem;
  }
  .recruit .recruit_section dl.flex_wrap dt {
    width: 40%;
  }
  .recruit .recruit_section dl.flex_wrap dd {
    width: 60%;
  }
}
/* activity ----------------------------------------------
*/
.activity .top_view_imge {
  background-image: url("../img_s/ac_top_img01.png");
}

.activity .top_view_section .main_tittle h1 sub {
  display: block;
  font-size: 2.4rem;
  margin-top: 40px;
  font-family: 'NotoSansJP';
}
.activity .top_view_section .back_contents01 {
  clip-path: polygon(100% 15%, 0 0, 0 100%);
  width: 100vw;
  height: 145vw;
  background: #333;
  position: absolute;
  top: 43vw;
  right: 0;
}
.activity .activity_overview01 {
  padding: 70px 0 70px 0;
}
.activity .activity_overview01 .flex_wrap .image_wrap {
  width: 30%;
  margin-left: 0;
  margin-right: auto;
}
.activity .activity_overview01 .flex_wrap .text_wrap {
  width: 63%;
  color: #fff;
}
.activity .activity_overview01 .flex_wrap .text_wrap h2 {
  font-size: 2.0rem;
  margin-bottom: 40px;
}
.activity .activity_overview01 .flex_wrap .text_wrap p:first-of-type {
  margin-bottom: 30px;
  line-height: 1.5;
}
.activity .activity_overview01 .flex_wrap .text_wrap h3 {
  border-bottom: solid 1px #fff;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.activity .activity_overview01 .flex_wrap .text_wrap dl {
  display: flex;
  margin-bottom: 15px;
}
.activity .activity_overview01 .flex_wrap .text_wrap dl.healthy_dl {
  margin-bottom: 40px;
}
.activity .activity_overview01 .flex_wrap .text_wrap dl dd, .activity_overview01 .flex_wrap .text_wrap dl dt {
  width: 50%;
  line-height: 1.5;
  font-weight: normal;
}
.activity .activity_overview01 .more_btn {
    font-size: 1.4rem;
    width: 192px;
    margin-bottom: 40px;
}
.activity .activity_overview02 {
  padding: 70px 0 70px 0;
}
.activity .activity_overview02 .flex_wrap {
  justify-content: space-between;
}
.activity .activity_overview02 .flex_wrap .text_wrap {
  color: #fff;
  line-height: 1.5;
  width: 60%;
}
.activity .activity_overview02 .flex_wrap .text_wrap h2 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 50px;
}
.activity .activity_overview02 .flex_wrap .text_wrap h3 {
  color: #fff;
  font-size: 2rem;
  padding-bottom: 10px;
  margin: 50px 0 0 0;
  border-bottom: solid 1px #fff;
}
.activity .activity_overview02 .flex_wrap .text_wrap .sdgs_list {
  display: flex;
  align-items: center;
  padding: 13px;
  background: #EEEEEE;
  color: #333333;
  margin-top: 20px;
}
.activity .activity_overview02 .flex_wrap .text_wrap .sdgs_list span:first-child {
  width: 70px;
  display: inline-block;
  margin: 0 13px 0 0;
}
.activity .activity_overview02 .flex_wrap .image_wrap {
  width: 29%;
}
.activity .activity_section {
  background-color: #111111;
  color: #fff;
  padding: 70px 0;
}
.activity .activity_section h1 {
  display: block;
  font-size: 2.4rem;
  margin-top: 40px;
  font-family: 'NotoSansJP';
  margin-bottom: 24px;
}
.activity .activity_section h2 {
  margin-bottom: 12px;
}
.activity .activity_section p {
  margin-bottom: 12px;
}
.activity .activity_section li {
  margin-bottom: 12px;
}
.activity .activity_section img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.activity .activity_section hr {
  margin: 24px 0;
}
.activity .two-column-layout {
  display: flex;
  gap: 20px; 			/* カラム間のスペース */
  margin-top: 40px; 		/* 上のコンテンツからの余白 */
}
.activity .left-nav {
  width: 200px;
  overflow-y: auto;
  top: 0;
}
.activity .right-content {
  flex: 1;
}
.activity .right-content iframe {
  width: 100%;
  border: none;
}

@media screen and (max-width: 785px) {
  .activity .top_view_section .main_tittle {
    font-size: 5.2rem;
    top: 100%;
    transform: translateY(-50%);
    text-align: center;
  }
  .activity .top_view_section .main_tittle h1 sub {
    font-size: 1.4rem;
    margin-top: 15px;
    display: inline-block;
  }
  .activity .top_view_section .main_tittle h1 .subtext {
    display: block; /* ブロック化することで改行しやすくなる */
    font-size: 1.4rem;
    margin-top: 15px;
    text-align: center; /* 中央寄せ */
  }

  .activity .top_view_section .back_contents01 {
    clip-path: polygon(0 0, 0 100%, 100% 39%);
    width: 100vw;
    height: 729vw;
    top: 100vw;
    right: 0;
  }
  .activity .activity_section {
    padding: 120px 0 80px 0;
  }
  .activity .activity_section h1 {
    font-size: 1.8rem;
    margin-top: 15px;
  }
  .activity .activity_section p {
    margin-bottom: 15px;
  }
  .activity .activity_section image {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .activity .activity_overview01 {
    padding: 40px 0;
  }
  .activity .activity_overview01 .flex_wrap {
    flex-direction: column;
  }
  .activity .activity_overview01 .flex_wrap .image_wrap {
    padding: 120px 0 80px 0;
    width: 100%;
    margin-bottom: 40px;
  }
  .activity .activity_overview01 .flex_wrap .text_wrap {
    width: 100%;
    font-size: 1.4rem;
  }
  .activity .activity_overview01 .flex_wrap .text_wrap h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .activity .activity_overview01 .flex_wrap .text_wrap p:first-of-type {
    margin-bottom: 50px;
    line-height: 1.5;
  }
  .activity .activity_overview01 .flex_wrap .text_wrap h3 {
    font-size: 1.4rem;
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
  .activity .activity_overview01 .flex_wrap .text_wrap dl {
    flex-direction: column;
  }
  .activity .activity_overview01 .flex_wrap .text_wrap dl dd, ..activity_overview01 .flex_wrap .text_wrap dl dt {
    width: 100%;
  }
  .activity .activity_overview02 {
    padding: 50px 0;
  }
  .activity .activity_overview02 .flex_wrap {
    flex-direction: column-reverse;
  }
  .activity .activity_overview02 .flex_wrap .text_wrap {
    color: #fff;
    line-height: 1.5;
    width: 100%;
  }
  .activity .activity_overview02 .flex_wrap .text_wrap h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .activity .activity_overview02 .flex_wrap .text_wrap h3 {
    font-size: 1.4rem;
    margin: 40px 0 0 0;
    text-align: center;
  }
  .activity .activity_overview02 .flex_wrap .text_wrap .sdgs_list {
    font-size: 1.4rem;
  }
  .activity .activity_overview02 .flex_wrap .text_wrap .sdgs_list span:first-child {
    width: 70px;
  }
  .activity .activity_overview02 .flex_wrap .text_wrap .sdgs_list span:last-child {
    width: calc(100% - 83px);
  }
  .activity .activity_overview02 .flex_wrap .image_wrap {
    width: 100%;
    margin-bottom: 40px;
  }
  .activity .two-column-layout {
    flex-direction: column;	/* 1カラムに変更 */
    height: auto;		/* 全体高さ調整 */
  }
  .activity .left-nav {
    width: 100%;		/* 左カラムを全幅に */
  }
  .activity .right-content iframe {
    height: 60vh;		/* iframeの高さを画面高の60%に設定 */
  }
  .activity .top_view_imge {
    background-image: url("../img_s/ac_top_img01_sp.png");
    background-position: top center;
    background-size: calc(100% - 30px);
    padding-top: 69%;
  }
  .activity .top_view_section .main_tittle h1 sub {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}

/* contact ---------------------------------------------------
*/
.contact .top_view_imge {
  background-image: url("../img/contact_top_view.png");
}
.contact .contact_section {
  background: #EEEEEE;
  padding: 90px 0 150px 0;
  margin-right: 40px;
}
.w746 {
  max-width: 746px;
  margin: auto;
}
.contact .text_center {
  line-height: 1.5;
  margin-bottom: 60px;
}

/* php版に変更 -------------------------
*/
.contact .form-group {
  margin-bottom: 20px; /* 上下に余白を増やして調整 */
}
.contact .form-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.contact .form-group input {
  width: 90%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #CCC;
  border-radius: 4px;
  background-color: #FFFFFF;
  position: relative;
}

.contact .form-group textarea {
  width: 90%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #CCC;
  border-radius: 4px;
  background-color: white;
  position: relative;
}

.contact .form-group textarea {
  resize: vertical;
}

.contact button {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #CC0012;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.contact button:hover {
  background-color: #111111;
}

.contact .required {
  background-color: #e60033; /* 赤背景 */
  color: #fff;               /* 白文字 */
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  margin-left: 5px;
}

@media screen and (max-width: 785px) {
  .contact .top_view_imge {
    background-image: url("../img/contact_top_view_sp.png");
    background-position: top center;
    background-size: calc(100% - 30px);
    padding-top: 69%;
  }
  .contact .main_tittle {
    font-size: 5.2rem;
    top: 100%;
    transform: translateY(-50%);
    text-align: center;
  }
  .contact .top_view_section .main_tittle h1 sub {
    font-size: 1.4rem;
    margin-top: 15px;
  }
  .contact .contact_section {
    margin-top: 120px;
    margin-right: 0;
    padding: 60px 15px 50px 15px;
  }
  .contact .text_center {
    font-size: 1.3rem;
    text-align: left;
  }
}
.contact_thanks .completion_wrap h2 {
  text-align: center;
  font-size: 4rem;
}
.contact_thanks .completion_wrap p {
  text-align: center;
  margin: 30px 0 60px;
  line-height: 2;
  font-size: 1.8rem;
}
.contact_thanks .completion_wrap .more_btn {
  margin: 50px auto 0;
  width: 288px;
}
.contact_thanks .completion_wrap .more_btn a {
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  padding: 15px;
  background: #CC0012;
  transition: .3s;
}
.contact_thanks .completion_wrap .more_btn a:hover {
  background: #111111;
}
@media screen and (max-width: 785px) {
  .contact_thanks .completion_wrap h2 {
    font-size: 2rem;
    text-align: left;
  }
  .contact_thanks .completion_wrap p {
    line-height: 1.8;
    font-size: 1.6rem;
    text-align: left;
  }
}
/* policy ----------------------------------------------
*/
.policy .top_view_imge {
  background-image: url("../img/contact_top_view.png");
}
.policy .policy_section {
  background: #EEEEEE;
  padding: 90px 0 150px 0;
}
.policy .policy_section div {
  margin-bottom: 50px;
  line-height: 1.8;
}
.policy .policy_section div h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 785px) {
  .policy .top_view_imge {
    background-image: url("../img/contact_top_view_sp.png");
    background-position: top center;
    background-size: calc(100% - 30px);
    padding-top: 69%;
  }
  .policy .main_tittle {
    font-size: 5.2rem;
    top: 100%;
    transform: translateY(-50%);
    text-align: center;
  }
  .policy .top_view_section .main_tittle h1 sub {
    font-size: 1.4rem;
    margin-top: 15px;
  }
  .policy .policy_section {
    margin-top: 120px;
    margin-right: 0;
    padding: 60px 15px 50px 15px;
  }
  .policy .policy_section div {
    margin-bottom: 30px;
    line-height: 1.8;
    font-size: 1.4rem;
  }
  .policy .policy_section div h2 {
    font-size: 1.6rem;
  }
}
.recruit_news .recruit_section {
  background: #EEEEEE;
  color: #111111;
}
.recruit_news .recruit_section .news_day {
  margin-bottom: 15px;
}
.recruit_news .recruit_section .more_btn {
  margin: 150px auto 0;
  width: 288px;
}
.recruit_news .recruit_section .more_btn a {
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  padding: 15px;
  background: #CC0012;
  transition: .3s;
}
.recruit_news .recruit_section .more_btn a:hover {
  background: #111111;
}
.recruit_news .recruit_section dl:first-of-type.flex_wrap {
  border-top: solid 1px #111111;
}
.recruit .recruit_section dl.flex_wrap {
  border-bottom: solid 1px #111111;
}
@media screen and (max-width: 785px) {
  .recruit_news .recruit_section {
    margin-top: 120px;
    margin-right: 0;
    padding: 60px 15px 50px 15px;
  }
}
.custom_404 {
  background-color: #111111;
}
.error404 {
  width: 100%;
  height: 100%;
  background-color: #111111;
  color: #FFF;
  position: relative;
}
.error404 .container {
  width: 75%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 180px;
}
.error404 .container h1 {
  font-size: min(2.63vw, 30px);
  border-bottom: solid 1px #fff;
  padding-bottom: 8px;
  margin-bottom: 40px;
  position: relative;
}
.error404 .container p {
  line-height: 1.5;
  margin-bottom: 40px;
}
.error404 .container .top_btn {
  width: 30%;
  margin: 60px auto 30%;
}
.error404 .container .top_btn a {
  display: block;
  padding: 10px 0;
  border-radius: 40px;
  border: solid 1px #fff;
  color: #fff;
  text-align: center;
  transition: all .3s;
}
.error404 .container .top_btn a:hover {
   background-color: #CC0012;
   border: solid 1px #CC0012;
  color: #FFF;
}
@media screen and (max-width: 768px) {
.error404 .container {
  width: 87.2%;
  margin: 0 auto;
  padding-top: 40%;
}
.error404 .container h1 {
  font-size: min(6.4vw, 24px);
  line-height: 1.5;
}
.error404 .container p {
  font-size: 1.4rem;
}
.error404 .container .top_btn {
  width: 79.2%;
  margin: 20% auto 60%;
}
}