@charset "utf-8";
/* CSS Document */

html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000000;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
.SP {
  display: none;
}
.Mont {
  font-family: 'Montserrat', sans-serif;
}
section {
  margin: 100px 0;
}
.sec_inner {
  width: 1200px;
  margin: 0 auto;
}
.wrapp {
  width: 1000px;
  margin: 0 auto;
}
h2 {
  font-size: 60px;
  border-bottom: solid 1px #b5b5b5;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
h2 span {
  color: #a237c3;
  font-size: 20px;
  padding-left: 30px;
  font-family: 'Montserrat', sans-serif;
}
h2 span.bk {
  color: #000;
  font-size: 20px;
  padding-left: 30px;
  font-family: 'Noto Sans JP', sans-serif;
}
h3 {
  font-size: 45px;
  line-height: 1.3em;
}
@keyframes fuwafuwa {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.anime-fuwafuwa {
  animation: 3s fuwafuwa infinite;
}

/*image slide animation*/
.section_head {
  margin-bottom: 50px;
}
.Item {
  width: 100%;
}
.Item-Box {
  overflow: hidden;
}
.Item-Box-ImgBox {
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.Item-Box.isShow .Item-Box-ImgBox {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.Item-Box-ImgBox:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #e6d3ec;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(.0, .0, .1, .1);
  transition-timing-function: cubic-bezier(.0, .0, .1, .1);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.Item-Box.isShow .Item-Box-ImgBox:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.Item-Box-ImgBox-Img {
  width: 100%;
  padding-top: 29%;
  /*画像比率指定*/
  transition-duration: .1s;
  -webkit-transition-timing-function: cubic-bezier(.0, .0, .1, .1);
  transition-timing-function: cubic-bezier(.0, .0, .1, .1);
}
/*----------------------------
header
-----------------------------*/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 50px;
}
.logo {
  height: fit-content;
}
.logo a {
  font-weight: bold;
  font-size: 25px;
  display: block;
  margin: 0 auto;
  color: #000;
}
.nav_btn {
  height: fit-content;
}
.nav_btn a {
  font-weight: bold;
  color: #000;
  padding: 0 20px;
}
.nav_btn a:hover {
  color: #a237c3;
  transition: 0.3s;
}
nav {
  width: 79.75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.clip div:first-of-type {
  display: inline-block;
  padding: 30px 60px;
  background-color: #c798d6;
  color: #fff;
  font-weight: bold;
  clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
  margin-right: 3px;
}
.clip div:last-of-type {
  display: inline-block;
  padding: 30px 60px;
  background-color: #a237c3;
  color: #fff;
  font-weight: bold;
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
  margin-left: -45px;
}
.clip div a {
  padding: 10px;
  color: #fff;
}
.clip div:hover {
  opacity: 0.8;
  transition: 0.3s;
}
/*----------------------------
sec mv
-----------------------------*/
.sec_mv {
  background-image: url(../img/mv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 800px;
  margin-bottom: 70px;
  margin-top: 0;
}
.main_mv {
  background-image: none;
}
.main_mv li img {
  height: 800px;
  object-fit: cover;
  width: 100%;
}
#main_slide .slick-slide img {
  height: 800px;
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.add_animation img {
  animation: zoomUp 10s linear 0s normal both;
}
.sec_mv h1 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  left: 80px;
  color: #fff;
  font-weight: 900;
  line-height: 1.5em;
  font-size: 65px;
  text-shadow: 5px 5px 5px #000;
}
.sec_mv span {
  display: block;
  color: #a237c3;
  font-size: 20px;
  text-align: center;
  position: absolute;
  bottom: -70px;
  right: 0;
  left: 0;
  margin: auto;
}
.sec_mv span img {
  display: block;
  margin: 0 auto 20px auto;
}
/*----------------------------
sec greeting
-----------------------------*/
.sec_greeting .wrapp div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec_greeting .wrapp div p {
  margin-right: 30px;
  line-height: 1.8em;
}
.area_movie {
  margin-top: 100px;
}
.area_movie_head {
  background-image: url(../img/greeting_movie_bkg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 390px;
  position: relative;
}
.area_movie h3 {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  height: fit-content;
}
.area_movie iframe {
  width: 780px;
  height: 400px;
}
.area_movie dd {
  width: fit-content;
  margin: 100px auto 0 auto;
}
/*----------------------------
sec history
-----------------------------*/
.sec_about {
  margin-bottom: 100px;
  line-height: 1.8em;
}
.his_flex dd,
.his_flex dt {
  max-width: 48%;
}
.his_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0;
}
.his_flex.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.his_flex dd p {
  margin-top: 30px;
  line-height: 1.8em;
}
.line {
  display: block;
  border-bottom: solid 1px #e6d3ec;
  width: 500px;
  margin: 0 auto;
}
.area_recruit {
  background-color: #e6d3ec;
}
.rec_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rec_flex div:first-of-type {
  margin-right: 150px;
}
.rec_flex span {
  color: #a237c3;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  display: block;
}
.rec_flex span.line {
  width: 300px;
  border-bottom: solid 1px #b5b5b5;
  padding: 20px 0 0 0;
}
.rec_flex h3 {
  text-align: center;
  height: fit-content;
}
.rec_image {
  width: 960px;
  overflow: hidden;
}
.rec_image img {
  transition: 1s all;
}
.rec_image img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
.rec_flex a {
  display: block;
  width: fit-content;
  background-color: #fff;
  padding: 20px 50px;
  text-align: center;
  font-size: 20px;
  color: #000;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  max-width: 300px;
  margin: 80px auto 0 auto;
}
.c_btn {
  background: #fff;
  color: #a237c3;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c_btn::after {
  background: #a237c3;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c_btn:hover {
  color: #fff;
}
.c_btn:hover::after {
  transform: scale(1, 1);
}
h4 {
  font-size: 55px;
  text-align: center;
  display: block;
  margin: 100px auto 70px auto;
}
/*----------------------------
sec facility
-----------------------------*/
.faci_flex {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faci_flex .his_flex:first-of-type {
  margin-right: 40px;
}
.faci_flex .his_flex dd {
  max-width: 330px;
}
.area_link_contact {
  border-top: solid 1px #e6d3ec;
  padding: 100px 0;
  margin-top: 50px;
}
.area_link_contact p {
  text-align: center;
  color: #a237c3;
  font-size: 30px;
}
.area_link_contact a {
  display: block;
  padding: 20px 50px;
  border: solid 1px #a237c3;
  color: #000;
  text-align: center;
  width: fit-content;
  margin: 50px auto 0 auto;
}
.area_link_contact a:hover {
  background-color: #a237c3;
  color: #fff;
  transition: .3s;
}
.faci_inner {
  margin-top: 100px;
}
/*----------------------------
sec company
-----------------------------*/
.sec_company table {
  width: fit-content;
  margin: 100px auto;
}
.sec_company table tr {
  border-bottom: solid 1px #b5b5b5;
}
.sec_company table th {
  background-color: #e6d3ec;
  font-weight: bold;
  padding: 15px 20px;
  width: 150px;
  text-align: left;
  line-height: 1.5em;
}
.sec_company table td {
  padding: 15px 20px;
  line-height: 1.5em;
}
.sec_company table td a {
  color: #000;
}
figure {
  padding: 0 5px;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 9999999;
  width: 0;
  height: 0;
}
.slick-prev {
  left: 30px;
  background-image: url(../img/btn_prev.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.slick-next {
  right: 30px;
  background-image: url(../img/btn_next.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.slick-prev:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.slick-next:hover {
  opacity: 0.8;
  transition: 0.3s;
}
/*----------------------------
sec access
-----------------------------*/
.sec_access .sec_about {
  margin-bottom: 50px;
}
.sec_access iframe {
  width: 100%;
  max-width: 1000px;
  height: 520px;
}
/*----------------------------
sec contact
-----------------------------*/
.sec_contact .sec_about dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: solid 1px #b5b5b5;
  border-bottom: solid 1px #b5b5b5;
  width: fit-content;
  margin: 50px auto 0 auto;
}
.sec_contact .sec_about {
  margin-bottom: 50px;
}
.sec_contact .sec_about dt {
  font-size: 18px;
  padding: 30px;
}
.sec_contact .sec_about dd {
  font-size: 40px;
  font-weight: bold;
  padding: 30px;
}
.sec_contact .sec_about dd a {
  color: #000;
}
.sec_contact .sec_about dd span {
  font-weight: bold;
  font-size: 20px;
}
.sec_contact .sec_about .st {
  height: 100px;
  border-left: solid 1px #b5b5b5;
}
.caution {
  color: #ff0000;
  margin-bottom: 20px;
}
.policy {
  margin-top: 50px;
}
.policy_txt {
  border: solid 1px #000;
  width: 700px;
  padding: 15px;
  margin: 20px auto;
  height: 120px;
  overflow-y: scroll;
  line-height: 1.3em;
  background-color: #fff;
  font-size: 14px;
}
.policy_txt::-webkit-scrollbar {
  width: 5px;
}
.policy_txt::-webkit-scrollbar-track {
  background: #fff;
  border-left: solid 1px #ffffff;
}
.policy_txt::-webkit-scrollbar-thumb {
  background: #a237c3;
  border-radius: 0;
  box-shadow: none;
}
.policy_check {
  text-align: center;
}
.sec_thanks p {
  line-height: 2em;
}
section.sec_thanks {
  margin-top: 0;
}
/*----------------------------
pagetop
-----------------------------*/
.page_top a {
  display: block;
  text-align: center;
  width: fit-content;
  margin: 50px auto;
}
.page_top a img,
.page_top a span {
  display: block;
  text-align: center;
  margin: 20px auto;
}
.page_top a {
  color: #a237c3;
}
/*----------------------------
footer
-----------------------------*/
footer {
  background-color: #a237c3;
  color: #fff;
  text-align: center;
  padding: 70px 0 0 0;
}
h5 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
}
footer p {
  line-height: 2em;
  margin-bottom: 50px;
}
small {
  display: block;
  padding: 30px 100px;
  width: fit-content;
  margin: 0 auto;
  border-top: solid 1px #fff;
}
footer a {
  color: #fff;
}
/*202405　追記*/
/*company*/
.rinen_inner {
  margin: 100px auto;
}
.rinen_inner dt {
  background-color: #e6d3ec;
  padding: 30px;
  text-align: center;
}
.rinen_inner dt p {
  font-size: 30px;
  line-height: 1.5em;
}
.rinen_inner dd p {
  line-height: 1.8em;
  margin-top: 50px;
}
.guidelines_inner {
  margin: 100px auto;
}

.guidelines_inner ul {
  width: fit-content;
  margin: 0 auto;
}

.guidelines_inner li {
  border-left: solid 10px #a237c3;
  padding-left: 15px;
  margin: 15px 0;
}

.guidelines_inner li p:first-child {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 5px;
}

.guidelines_inner li p:not(:first-child) {
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 0;
}

.guidelines_inner .signature {
  text-align: right;
  font-size: 14px;
  margin-top: 30px;
  line-height: 1.5em;
}
/*sdgs*/
.sdgs_image {
  text-align: center;
  margin-bottom: 50px;
}
.sdgs_image img {
  margin: 15px 0;
}
.sdgslink_txt h4 {
  text-align: center;
  font-size: 45px;
}
.sdgslink_txt span {
  display: block;
  width: 250px;
  height: 1px;
  background-color: #000;
  margin: 20px auto 0 auto;
}
.sdgslink_txt a {
  display: block;
  padding: 20px 50px;
  border: solid 1px #a237c3;
  color: #000;
  text-align: center;
  width: fit-content;
  margin: 50px auto 0 auto;
  transition: .3s;
}
.sdgslink_txt a:hover {
  background-color: #a237c3;
  color: #fff;
}
.sec_sdgs_mv {
  background-image: url(../img/sdgs/mv.jpg);
}
.sec_sdgs_mv h1 {
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
.sec_sdgs {
  margin-top: 230px;
}
.sdgs_declaration {
  margin-top: 100px;
  text-align: center;
}
.sdgs_declaration p:first-of-type {
  margin: 50px auto;
  font-size: 45px;
}
.sdgs_declaration p {
  line-height: 1.8em;
}
.sec_sdgs h3 {
  background-color: #a237c3;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 35px;
  margin-top: 100px;
  padding: 15px 0;
}
.sdgs_cont dt {
  color: #a237c3;
  font-size: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.sdgs_cont dt p {
  line-height: 1.5em;
}
.sdgs_cont dt span {
  color: #fff;
  background-color: #a237c3;
  padding: 5px;
  width: 52px;
  height: 52px;
  display: block;
}
.sdgs_cont dt span span {
  border: solid 1px#fff;
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sdgs_cont dl {
  margin: 50px 0;
}
.sdgs_cont dd {
  display: flex;
  gap: 80px;
  align-items: center;
  margin: 50px 0;
  justify-content: center;
}
.sdgs_cont .sdgs_mark_cont {
  width: 285px;
  text-align: center;
  min-width: 40%
}
.sdgs_cont dd p {
  max-width: 580px;
  line-height: 1.8em;
}
.sdgs_image_cont {
  display: flex;
  gap: 50px;
  justify-content: center;
}
.sdgs_image_cont dl {
  position: relative;
}
.sdgs_image_cont dd {
  position: absolute;
  background-color: #fff;
  border: solid 1px #a237c3;
  padding: 5px 20px;
  color: #a237c3;
  text-align: center;
  bottom: -10px;
  margin: 0;
}
.sdgs_image_cont dd::before {
  content: "";
  bottom: 0;
  left: 0;
  border-top: 15px solid transparent;
  border-left: 15px solid #a237c3;
  position: absolute;
  z-index: 100;
}
.sdgs_cont b {
  font-weight: bold;
}
.bkg_gly {
  background-color: #f7f6f6;
}
.sec_sdgs .sec_inner.bkg_gly {
  padding: 1px 0;
}
.about_sdgs {
  background-color: #e6d3ec;
  padding: 50px;
}
.about_sdgs h4 {
  margin: 0 auto 30px auto;
  font-size: 30px;
}
.about_sdgs .about_inner {
  display: flex;
  gap: 50px;
  background-color: #fff;
  padding: 30px;
  justify-content: center;
  align-items: center;
}
.about_sdgs .about_inner p {
  line-height: 1.8em;
}
.about_sdgs .about_inner p,
.about_sdgs .about_inner img {
  max-width: 45%;
}
.sdgs-interview-section {
  width: 100%;
  padding: 48px 0;
  background-color: #ffffff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.section-title {
  font-size: 24px;
  font-weight: bold;
  color: #9c27b0;
  margin-bottom: 24px;
}

.lead-text {
  font-size: 18px;
  color: #333333;
  margin-bottom: 32px;
  line-height: 1.6;
}

.cta-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #9c27b0;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #7b1fa2;
}
.sec_esg h3 {
  font-size: 30px;
}
.sec_esg .his_flex dt {
  position: relative;
}
.sec_esg .his_flex dt p {
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: auto;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  height: fit-content;
}
.sec_esg .his_flex dt p span {
  display: block;
  font-size: 20px;
  margin-top: 10px;
  font-weight: bold;
}
.sec_esg .his_flex dd {
  max-width: 50%;
}
header {
  top: 0;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, .8);
  padding-left: 50px;
  margin-left: 0;
}
.sec_mv {
  margin-top: 76px;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1500px) {
  .rec_image {
    max-width: 50%;
  }
  .faci_flex {
    max-width: 1200px;
  }
  .faci_flex .his_flex dd {
    max-width: 260px;
  }
}
@media screen and (max-width: 1400px) {
  nav {
    width: 75.75vw;
  }
  .nav_btn a {
    padding: 0 9px;
  }
}
@media screen and (max-width: 1310px) {
  .clip div:first-of-type,
  .clip div:last-of-type {
    padding: 25px 50px;
  }
  .clip div:last-of-type {
    margin-left: -40px;
  }
  .sec_mv {
    margin-top: 66px;
  }
}
@media screen and (max-width: 1300px) {
  .sec_greeting .PC_sicky {
    width: 90%;
  }
  .sec_inner {
    width: 90%;
  }
  .wrapp {
    width: 85%;
  }
  .faci_flex {
    display: block;
    width: 80%;
  }
  .faci_flex .his_flex dd {
    margin-left: 30px;
    max-width: 57%;
  }
}
@media screen and (max-width: 1250px) {
  .clip div:first-of-type,
  .clip div:last-of-type {
    padding: 25px 35px;
  }
  .clip div:last-of-type {
    margin-left: -40px;
  }
  header {
    padding-left: 30px;
  }
  nav {
    width: 77.75vw;
  }
}
@media screen and (max-width: 1200px) {
  .rec_flex a {
    margin-top: 30px;
  }
  .rec_flex div:first-of-type {
    margin-right: 100px;
  }
}
@media screen and (max-width: 1140px) {
  .sec_mv {
    margin-top: 0;
  }
  .logo {
    padding-left: 50px;
  }
  header {
    position: static;
  }
  nav.PC {
    display: none;
  }
  #navArea.SP {
    display: block;
  }
  /*============
nav
=============*/
  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 25px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #333;
  }
  nav .inner ul li a {
    display: block;
    color: #333;
    font-size: 18px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  nav .inner ul li a:hover {
    background: #e4e4e4;
  }
  @media screen and (max-width: 767px) {
    nav {
      left: -220px;
      width: 220px;
    }
  }
  /*============
.toggle_btn
=============*/
  .toggle_btn {
    display: block;
    position: fixed;
    top: 16px;
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span {
    background-color: #333;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  /*============
#mask
=============*/
  #mask {
    display: none;
    transition: all .5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  }
  header {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1040px) {
  .sec_sdgs {
    margin-top: 170px;
  }
  .sec_mv h1 {
    font-size: 50px;
    top: 60px;
    left: 60px;
  }
  .sec_mv {
    height: 590px;
  }
  #main_slide .slick-slide img {
    height: 590px;
  }
  .sec_mv span img {
    width: 50px;
    height: 50px;
  }
  .sec_mv span {
    font-size: 16px;
  }
  h2 {
    font-size: 45px;
  }
  h2 span {
    font-size: 18px;
  }
  .sec_greeting .wrapp div {
    display: block;
  }
  .sec_greeting .wrapp div p {
    margin-right: 0;
  }
  .sec_greeting .SP {
    display: block;
    margin: 0 auto 30px auto;
  }
  .sec_greeting .PC {
    display: none;
  }
  h3 {
    font-size: 35px;
  }
  h4 {
    font-size: 40px;
  }
}
@media screen and (max-width: 870px) {
  .sec_esg .his_flex dd {
    max-width: 100%;
  }
  .his_flex dd p {
    width: fit-content;
    margin: 30px auto 0 auto;
  }
  .sec_esg .his_flex dt {
    width: fit-content;
    margin: 0 auto;
  }
  .sec_sdgs {
    margin-top: 140px;
  }
  .sec_mv {
    height: 460px;
  }
  #main_slide .slick-slide img {
    height: 460px;
  }
  .sec_mv h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 40px;
  }
  .area_movie h3 {
    font-size: 30px;
  }
  .area_movie dd {
    width: 80%;
  }
  .area_movie iframe {
    width: 100%;
  }
  h2 span.bk {
    display: block;
    padding-left: 0;
    padding-top: 30px;
    font-size: 18px;
  }
  .his_flex {
    display: block;
  }
  .his_flex dd,
  .his_flex dt {
    max-width: 100%;
    text-align: center;
  }
  .faci_flex .his_flex dd {
    margin-left: 0;
  }
  .faci_flex .his_flex:first-of-type {
    margin-right: 0;
  }
  h3 {
    font-size: 30px;
    padding-top: 30px;
  }
  .his_flex h3 br {
    display: none;
  }
  .rec_flex {
    display: block;
  }
  .rec_flex div:first-of-type {
    margin: 0 auto 30px auto;
  }
  .rec_image {
    max-width: 100%;
  }
  .faci_flex .his_flex dd {
    max-width: 100%;
  }
  .his_flex dd p {
    text-align: left;
  }
  .area_link_contact {
    padding: 60px 20px;
  }
  .area_link_contact p {
    font-size: 25px;
    line-height: 1.5em;
  }
  section {
    margin: 70px 0;
  }
  .sec_company table {
    margin-top: 50px;
  }
  form#mail_form {
    width: 90%;
  }
  .policy_txt {
    width: 90%;
  }
  .sec_esg .his_flex dt p {
    right: 0;
    left: 0;
    font-size: 25px;
  }
  .sec_esg .his_flex dt p span {
    font-size: 18px;
  }
}
@media screen and (max-width: 820px) {
  .sdgs_cont dt span {
    width: 42px;
    height: 42px;
  }
  .sdgs_cont dt span span {
    width: 40px;
    height: 40px;
  }
  .sdgs_cont dt {
    font-size: 20px;
  }
  .sec_sdgs h3 {
    font-size: 30px;
  }
  .sdgs_declaration p:first-of-type {
    font-size: 35px;
  }
  .sdgs_declaration p:first-of-type .SP {
    display: block;
  }
  .sdgs_declaration p:first-of-type .PC {
    display: none;
  }
  form#mail_form ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  h4 {
    font-size: 33px;
    padding: 0 20px;
    line-height: 1.5em;
  }
  .sdgslink_txt h4 {
    font-size: 35px;
    margin: 50px auto 30px auto;
    padding: 0;
  }
  .rinen_inner dt p {
    font-size: 25px;
  }
}
@media screen and (max-width: 720px) {
  .about_sdgs .about_inner p,
  .about_sdgs .about_inner img {
    max-width: 100%;
  }
  .about_sdgs .about_inner img {
    margin-bottom: 30px;
  }
  .about_sdgs .about_inner {
    display: block;
  }
  .sdgs_image_cont {
    display: block;
  }
  .sdgs_cont .sdgs_mark_cont {
    margin: 0 auto 30px auto;
  }
  .sdgs_cont dd {
    display: block;
  }
  .sec_contact .sec_about dl {
    display: block;
  }
  .sec_contact .sec_about .st {
    display: block;
    border-left: none;
    border-bottom: solid 1px #b5b5b5;
    height: 5px;
    width: 80%;
    margin: 0 auto;
  }
  .sec_contact .sec_about dt {
    text-align: center;
  }
  .sec_access iframe {
    height: 350px;
  }
  .line {
    max-width: 70%;
  }
  small {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.3em;
    padding: 30px;
  }
}
@media screen and (max-width: 550px) {
  .logo {
    padding-left: 30px;
  }
  .toggle_btn {
    right: 30px;
  }
  .sdgs_cont dt {
    display: block;
  }
  .sdgs_cont dt span {
    margin: 0 auto 20px auto;
  }
  .sdgs_cont .sdgs_mark_cont {
    max-width: 100%;
  }
  .sdgs_declaration {
    margin-top: 70px;
  }
  .sec_sdgs h3 {
    font-size: 25px;
  }
  .sdgs_declaration p:first-of-type {
    font-size: 30px;
  }
  .about_sdgs {
    padding: 50px 20px;
  }
  .sec_esg h3 {
    font-size: 23px;
    text-align: left;
  }
  .sec_sdgs_mv h1 .SP {
    display: block;
  }
  .guidelines_inner li p {
    font-size: 16px;
  }
  .rinen_inner dt p {
    font-size: 20px;
  }
  .sdgslink_txt h4 {
    font-size: 25px;
  }
  .section_head.PC {
    display: none;
  }
  .section_head.SP {
    display: block;
  }
  .Item-Box-ImgBox-Img {
    padding: 30%;
  }
  .sec_mv h1 {
    font-size: 30px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: fit-content;
    padding: 0 30px;
  }
  h2 {
    font-size: 30px;
  }
  h2 span {
    font-size: 16px;
  }
  .area_movie h3 {
    padding: 0 30px;
    line-height: 1.3em;
  }
  .area_movie_head {
    height: 280px;
  }
  .area_movie iframe {
    height: 220px;
  }
  h2 span.bk {
    font-size: 16px;
    line-height: 1.3em;
  }
  h3 {
    font-size: 23px;
  }
  h4 {
    font-size: 25px;
  }
  .rec_flex a {
    font-size: 16px;
  }
  .rec_flex span {
    font-size: 16px;
  }
  form#mail_form dl {
    display: block;
  }
  form#mail_form dl dt {
    width: 100%;
    margin-bottom: 0;
    padding: 10px 0;
  }
  form#mail_form dl dd {
    padding-bottom: 40px;
    padding-left: 0;
    width: 100%;
  }
  .policy {
    margin-top: 0;
  }
  .page_top a img {
    width: 50px;
    height: 50px;
  }
  .sec_company table th {
    width: 85px;
  }
}
@media screen and (max-width: 450px) {
  .sec_company table th {
    display: block;
    width: 93%;
    padding-right: 0;
  }
  .sec_company table th br {
    display: none;
  }
  .sec_company table td {
    display: block;
  }
  .sec_company table tr {
    border-bottom: none;
  }
  .sec_contact .sec_about dt {
    font-size: 16px;
  }
  .sec_contact .sec_about dd {
    font-size: 25px;
  }
}
/*20240622追記*/
.co2_cont p {
  line-height: 1.8em;
}
.co2_cont dt {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-top: 30px;
}
.co2_cont dt img {
  display: block;
  max-height: 400px;
  width: 100%;
  object-fit: cover;
}
.co2_cont {
  margin-bottom: 50px;
}
.co2_cont div span {
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  display: block;
  margin-top: 10px;
  background-color: #e6d3ec;
  padding: 10px;
}
@media screen and (max-width: 870px) {
  .co2_cont dt {
    display: block;
  }
  .co2_cont dt div {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}
@media screen and (max-width: 500px) {
  .co2_cont dt div {
    max-width: 100%;
  }
}

/*20240826追記*/
.sec_strong_mv {
  background-image: url(../img/strong/mv.jpg);
}
.sec_strong_mv h1 {
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
.sec_strong h3 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}
.sec_strong p {
  line-height: 1.8em;
}
.bkg_pu {
  background-color: #e6d3ec;
  padding: 50px 0;
}
.sec_strong .bkg_pu {
  margin-top: 60px;
}
.bkg_pu .bkg_white {
  background-color: #fff;
  padding: 50px;
}
.bkg_pu .bkg_white dl {
  margin: 30px 0;
}
.bkg_pu .bkg_white dt {
  color: #a237c3;
  font-weight: bold;
  margin-bottom: 15px;
}
.bkg_pu .bkg_white dd {
  line-height: 1.8em;
}
.features_main {
  position: relative;
  background-image: url(../img/strong/features.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 660px;
  height: 780px;
}
.round_01,
.round_02,
.round_03,
.center_txt {
  position: absolute;
  width: fit-content;
}
.round_01 {
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.round_02 {
  bottom: 0;
  left: 0;
}
.round_03 {
  bottom: 0;
  right: 0;
}
.center_txt {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  right: 0;
  left: 0;
  top: 20%;
  bottom: 0;
  margin: auto;
  height: fit-content;
  line-height: 1.8em;
}
.center_txt span {
  font-weight: bold;
  background: linear-gradient(transparent 50%, #e6d3ec 50%);
}
.round_01 img,
.round_02 img,
.round_03 img {
  position: relative;
}
.round_01 p,
.round_02 p,
.round_03 p {
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 35px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
.btn_flex {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 50px;
}
a.link_btn {
  display: block;
  width: fit-content;
  padding: 15px 30px;
  border-radius: 50px;
  border: solid 1px #a237c3;
  color: #a237c3;
  transition: .3s;
}
a.link_btn:hover {
  background-color: #a237c3;
  color: #fff;
}
.features_bkg {
  background-image: url(../img/strong/bkg_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 70px auto;
}
.features_bkg.bkg_02 {
  background-image: url(../img/strong/bkg_02.jpg);
}
.features_bkg.bkg_03 {
  background-image: url(../img/strong/bkg_03.jpg);
}
.features_bkg dl {
  padding: 50px;
}
.features_bkg dl dl {
  padding: 30px 20px;
}
.features_bkg ul {
  display: flex;
  gap: 30px;
  margin-top: 50px;
  justify-content: center;
  align-items: stretch;
}
.features_bkg li {
  max-width: calc(100%/3);
  background-color: #fff;
  box-shadow: 5px 5px 0 #a237c3;
}
.features_bkg h3 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.features_bkg h3 + span {
  display: block;
  border-bottom: solid 1px #fff;
  width: 240px;
  margin: 10px auto 0 auto;
}
.features_bkg li dt span {
  display: block;
  color: #fff;
  font-weight: bold;
  background-color: #a237c3;
  padding: 10px 15px;
  width: fit-content;
  font-size: 20px;
}
.features_bkg li dt {
  display: flex;
  gap: 15px;
  font-weight: bold;
  align-items: center;
  line-height: 1.3em;
  margin-bottom: 15px;
}
.features_bkg li dd {
  line-height: 1.3em;
}
.staff_flex ul {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.staff_flex li {
  background-color: #f7f6f6;
  max-width: calc(100%/2);
}
.staff_flex li dl {
  padding: 20px;
  padding-bottom: 30px;
}
.staff_flex li dt {
  width: 330px;
  height: 330px;
  margin: 0 auto;
}
.staff_flex li dd:first-of-type {
  font-size: 30px;
  text-align: center;
  margin: 20px 0 10px auto;
}
.staff_flex li dd:first-of-type span {
  font-size: 16px;
}
.staff_flex li dd:nth-of-type(2) {
  background-color: #a237c3;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  width: fit-content;
  padding: 5px 20px;
  font-weight: bold;
  margin: 0 auto 20px auto;
}
.staff_flex li dd p {
  line-height: 1.3em;
}
.sec_business_mv {
  background-image: url(../img/business/mv.jpg);
}
.sec_business_mv h1 {
  text-shadow: 5px 5px 5px #000;
  height: fit-content;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sec_business_summary h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
}
.bs_baloon {
  position: relative;
  margin-bottom: 80px;
}
.bs_baloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  border: 25px solid transparent;
  border-top: 25px solid #e6d3ec;
}
.bs_baloon ul {
  display: flex;
  gap: 80px;
  padding: 0 40px;
  justify-content: center;
}
.bs_baloon li {
  max-width: calc(90%/2);
}
.bs_baloon li p:first-of-type {
  background-color: #fff;
  color: #a237c3;
  padding: 5px 0;
  text-align: center;
  border-radius: 50px;
  font-weight: bold;
}
.bs_baloon li h4 {
  font-size: 25px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  gap: 5px;
}
.bs_baloon li h4 span {
  display: block;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  background-color: #a237c3;
  padding: 10px;
}
.bs_baloon li p {
  line-height: 1.3em;
}
.sec_business_summary .link_btn {
  margin-top: 30px;
}
.sec_business_summary .his_flex h3 {
  text-align: left;
  margin-bottom: 40px;
}
.business_acd_01 {
  background-color: #ede4fe;
  margin-bottom: 50px;
}
.business_acd_02 {
  background-color: #e6d3ec;
}
.business_acd_inner {
  padding: 50px 100px;
}
.acd_main_flex dl {
  display: flex;
  gap: 50px;
  align-items: center;
}
.acd_main_flex p {
  background-color: #fff;
  color: #a237c3;
  padding: 5px 20px;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
}
.toggle_seizou .acd_main_flex p {
  color: #6632c9;
}
.toggle_cont {
  display: none;
}
.toggle_cont.open {
  display: inline-block;
}
.toggle_tit > img {
  width: 130px;
}
.toggle_tit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.toggle_tit.none {
  display: none;
}
.toggle_tit h3 {
  margin-bottom: 0;
}
.business_acd_inner {
  position: relative;
}
.business_acd_inner .tg_btn {
  font-weight: bold;
  position: absolute;
  display: block;
  right: 50px;
  top: 70px;
  cursor: pointer;
}
.toggle_btn_seizou.open {
  content: url(../img/business/close_01.png);
}
.toggle_btn_kumitate.open {
  content: url(../img/business/close_02.png);
}
.toggle_inner {
  display: none;
}
.acd_main_flex dd:first-of-type ul {
  width: fit-content;
  margin: 30px auto 0 auto;
}
.acd_main_flex dd:first-of-type li {
  margin: 10px;
  border-left: solid 5px #a237c3;
  padding-left: 15px;
}
.toggle_seizou .acd_main_flex dd:first-of-type li {
  border-left: solid 5px #6632c9;
}
.acd_main_flex dt {
  max-width: 50%;
}
.acd_main_flex dd:first-of-type {
  max-width: 50%;
}
.jirei_cont {
  display: flex;
  gap: 15px;
  margin: 30px 0;
}
.jirei_cont p {
  width: 170px;
  height: 170px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #a237c3;
  font-size: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toggle_seizou .jirei_cont p {
  background-color: #6632c9;
}
.acd_main_flex table {
  width: 100%;
  margin: 30px 0;
}
.acd_main_flex th {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  border: solid 1px #000;
  padding: 5px;
}
.acd_main_flex td {
  border: solid 1px #000;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  background-color: #fff;
}
.acd_main_flex .kumitate_txt {
  background-color: inherit;
  color: #000;
  font-weight: 400;
  line-height: 1.8em;
  text-align: left;
  margin: 20px 0;
}
.sec_process h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
}
.process_about_inner {
  background-color: #f7f6f6;
}
.process_about ul {
  padding: 50px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.process_about li span {
  display: block;
  text-align: center;
  margin: 10px auto;
  line-height: 1.3em;
}
.process_about li span:first-of-type {
  background-color: #a237c3;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  width: fit-content;
  margin-top: 20px;
}
.process_about_flex .his_flex h3 {
  text-align: left;
  margin-bottom: 25px;
}
.process_about_flex p span {
  display: block;
  font-weight: bold;
  color: #a237c3;
}
.process_about_flex .his_flex {
  margin: 70px 0;
}
.process_about_flex .his_flex a {
  margin-top: 30px;
}
.sec_soudan {
  border-top: solid 1px #a237c3;
  padding: 100px 0 0 0;
}
.sec_soudan h3 {
  text-align: center;
  color: #a237c3;
  margin-bottom: 50px;
}
.sec_soudan p {
  text-align: center;
  line-height: 1.8em;
}
.sec_soudan a {
  margin: 50px auto 0 auto;
}
.policy_txt a {
  word-break: break-all;
}
.faci_link_btn {
  display: block;
  padding: 20px 50px;
  border: solid 1px #a237c3;
  color: #000;
  text-align: center;
  width: fit-content;
  margin: 50px auto 0 auto;
  transition: .3s;
}
.faci_link_btn:hover {
  background-color: #a237c3;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .jirei_cont {
    align-items: stretch;
  }
  .jirei_cont p {
    font-size: 23px;
    height: auto;
  }
  .jirei_cont img {
    max-width: calc(76%/3);
    display: inline-block;
  }
  .staff_flex li dt img {
    display: block;
    width: 100%;
  }
  .staff_flex li {
    max-width: calc(95%/2);
  }
}
@media screen and (max-width: 1150px) {
  .process_about ul {
    padding: 30px;
    flex-wrap: wrap;
  }
  .process_about li {
    width: 160px;
  }
  .business_acd_inner h3 {
    font-size: 25px;
    padding-top: 0;
  }
  .business_acd_inner {
    padding: 50px 30px;
  }
  .staff_flex li dd:first-of-type {
    font-size: 20px;
  }
  .staff_flex li dd:nth-of-type(2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1140px) {
  .business_acd_inner .tg_btn {
    width: 40px;
  }
}
@media screen and (max-width: 1050px) {
  .bs_baloon li h4 span {
    font-size: 22px;
  }
  .bs_baloon li h4 {
    font-size: 20px;
  }
  .bs_baloon ul {
    gap: 30px;
  }
  .business_acd_inner .tg_btn {
    top: 25px;
    right: 30px;
  }
  .sec_srtong .sec_inner .wrapp {
    padding: 50px 20px;
    width: 90%;
  }
  .features_main {
    background-size: 570px;
    height: 640px;
    width: 740px;
    margin: 0 auto;
  }
  .round_01 img,
  .round_02 img,
  .round_03 img {
    width: 250px;
  }
  .round_01 p,
  .round_02 p,
  .round_03 p {
    font-size: 25px;
    line-height: 1.3em;
  }
  .center_txt {
    font-size: 25px;
  }
}
@media screen and (max-width: 860px) {
  .sec_strong {
    margin-top: 140px;
  }
  .bs_baloon ul {
    display: block;
    padding: 0 20px;
  }
  .bs_baloon li {
    max-width: 100%;
  }
  .bs_baloon li:first-of-type {
    margin-bottom: 40px;
  }
  .sec_inner .wrapp {
    width: 95%;
  }
  .wrapp {
    width: 90%;
  }
  .guidelines_inner,
  .rinen_inner {
    margin: 50px auto;
  }
  .process_about li {
    width: 115px;
  }
  .toggle_tit {
    gap: 10px;
  }
  .sec_strong .sec_inner .wrapp {
    padding: 50px 20px;
    width: 88%;
  }
  .features_bkg ul {
    display: block;
  }
  .features_bkg li {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .staff_flex ul {
    display: block;
  }
  .staff_flex li {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .staff_flex li dt {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
  }
  .features_main {
    width: 100%;
    background-size: 95%;
    height: 80vw;
  }
}
@media screen and (max-width: 750px) {
  .center_txt {
    font-size: 20px;
    top: 15%;
  }
  .round_01 img,
  .round_02 img,
  .round_03 img {
    width: 220px;
  }
  .round_01 p,
  .round_02 p,
  .round_03 p {
    font-size: 20px;
  }
  .acd_main_flex dl {
    display: block;
  }
  .acd_main_flex dt {
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .acd_main_flex dd:first-of-type {
    max-width: 100%;
  }
  .jirei_cont p {
    width: 100%;
    font-size: 16px;
    padding: 5px 0;
  }
  .jirei_cont p br {
    display: none;
  }
  .jirei_cont {
    flex-wrap: wrap;
  }
  .jirei_cont img {
    max-width: calc(93%/3);
  }
}
@media screen and (max-width: 650px) {
  .round_01 img,
  .round_02 img,
  .round_03 img {
    width: 200px;
  }
  .center_txt {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 580px) {
  .round_01 img,
  .round_02 img,
  .round_03 img {
    width: 170px;
  }
}
@media screen and (max-width: 550px) {
  .sec_strong .sec_inner .wrapp {
    padding-top: 0;
  }
  .sec_strong .sec_inner .bkg_white.wrapp {
    padding-top: 50px;
  }
  .sec_soudan {
    padding: 70px 0 0 0;
  }
  .sec_strong h2 span,
  .sec_business_summary h2 span,
  .sec_process h2 span,
  .sec_staff h2 span,
  .sec_features h2 span {
    display: block;
    padding-left: 0;
    padding-top: 10px;
  }
  .process_about li span {
    font-size: 13px;
  }
  .sec_strong h3,
  .sec_business_summary h3,
  .sec_process h3 {
    font-size: 20px;
    text-align: left;
    padding-top: 0;
  }
  .features_bkg h3 {
    font-size: 20px;
  }
  .bs_baloon li h4 {
    font-size: 18px;
    padding: 0;
  }
  .bs_baloon li h4 span {
    font-size: 18px;
  }
  .sec_business_summary .his_flex h3,
  .sec_process h3 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .sec_business_summary .link_btn {
    margin: 30px auto 0 auto;
  }
  .process_about_flex .his_flex a {
    margin: 30px auto 0 auto;
  }
  .toggle_tit {
    display: block;
  }
  .toggle_tit > img {
    width: 200px;
    display: block;
    margin: 0 auto 20px auto;
  }
  .toggle_tit h3 {
    text-align: center;
  }
  .jirei_cont img {
    max-width: 100%;
  }
  .jirei_cont {
    justify-content: center;
  }
  .acd_main_flex th,
  .acd_main_flex td {
    font-size: 13px;
  }
  .business_acd_inner .tg_btn {
    top: 10px;
    right: 10px;
    width: 30px;
  }
  .features_bkg dl {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 520px) {
  .round_01 img,
  .round_02 img,
  .round_03 img {
    width: 140px;
  }
  .center_txt.PC {
    display: none;
  }
  .center_txt.SP {
    display: block;
    position: static;
    margin-top: 30px;
  }
  .features_main {
    background-size: 60%;
    height: 70vw;
  }
}
@media screen and (max-width: 390px) {
  .round_01 p,
  .round_02 p,
  .round_03 p {
    font-size: 16px;
  }
  .round_01 img,
  .round_02 img,
  .round_03 img {
    width: 120px;
  }
}
/*2025年7月7日追記*/
.iso_txt span {
  display: block;
  text-align: right;
  margin-top: 1rem;
}
.iso_image {
  display: block;
  margin: 20px auto 40px auto;
}
.iso_table {
  max-width: 610px;
  margin: 0 auto;
}
.iso_table p {
  font-size: 20px;
  margin-bottom: 10px;
}
.iso_table table {
  width: 100%;
}
.iso_table tr {
  border-top: solid 1px #b5b5b5
}
.iso_table tr:last-of-type {
  border-bottom: solid 1px #b5b5b5;
}
.iso_table th {
  background-color: #f7f6f6;
  padding: 15px;
  width: 30%;
  line-height: 1.5em
}
.iso_table td {
  padding: 15px 20px;
  line-height: 1.5em
}
.esg_bkg_pu {
  margin-bottom: 30px;
}
.esg_wrapp {
  max-width: 90%;
  margin: 0 auto;
}
.esg_wrapp h3 {
  text-align: center;
  margin-bottom: 30px;
}
.esg_wrapp p {
  line-height: 1.8em;
}
.esg_wrapp_inner {
  text-align: center;
  font-weight: bold;
  background-color: #f7f6f6;
  padding: 10px 30px;
  width: fit-content;
  margin: 20px auto;
  font-size: 20px;
}
.esg_ex {
  width: fit-content;
  margin: 20px auto 0 auto;
}
.esg_ex p {
  line-height: 1.8em;
  margin-bottom: 10px;
}
.esg_ex a {
  line-height: 1.5em;
  border-bottom: solid 1px #a237c3;
  color: #a237c3;
  padding-bottom: 2px;
  width: fit-content;
}
.news_list li {
  background-color: #f7f6f6;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.news_list li:last-of-type {
  margin-bottom: 0;
}
.news_top {
  display: flex;
  font-size: 14px;
  align-items: center;
  gap: 15px;
}
.news_top .genre {
  background-color: #a237c3;
  color: #fff;
  display: block;
  border-radius: 50px;
  padding: 5px 10px;
}
.news_tit {
  border-bottom: solid 1px #313333;
  padding: 0 10px 5px 10px;
  margin-top: 20px;
}
.news_tit a {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #000;
}
.news_tit p {
  font-weight: bold;
}
.news_inner {
  padding: 10px;
}
.news_tit p,
.news_inner p {
  line-height: 1.8em;
}
.sec_news {
  margin-top: 170px;
}
@media screen and (max-width: 1040px) {
  .sec_news {
    margin-top: 170px;
  }
}
@media screen and (max-width: 870px) {
  .sec_news {
    margin-top: 140px;
  }
}
@media screen and (max-width: 720px) {
  .iso_table th,
  .iso_table td {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .bkg_pu .bkg_white {
    padding: 30px;
  }
}
@media screen and (max-width: 630px) {
  .esg_wrapp_inner .SP {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .iso_table th {
    padding: 15px 0;
  }
}
@media screen and (max-width: 500px) {
  .iso_table .SP {
    display: block;
  }
  .iso_table th {
    width: 25%;
  }
}
@media screen and (max-width: 470px) {
  .esg_wrapp_inner {
    padding: 10px 20px;
    font-size: 18px;
  }
  .bkg_pu .bkg_white {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 390px) {
  .esg_wrapp_inner {
    padding: 10px;
    font-size: 16px;
  }
}
a#iso,
a#carbon_neutral {
  display: block;
  margin-top: -100px;
  padding-top: 100px;
}