@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: #313349;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p,
a,
span,
h1,
h2,
h3,
h4,
dt,
dd,
th,
td,
li,
label,
button {
  font-weight: bold;
}
p {
  line-height: 1.5em;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
.SP {
  display: none;
}
.bkg_gre {
  background-color: #daece0;
}
.bkg_gra {
  background-color: #ededed;
}
.btn_white {
  display: flex;
  border: solid 3px #0ca53e;
  padding: 0 40px 0 20px;
  border-radius: 50px;
  width: fit-content;
  color: #313349;
  transition: .3s;
}
a.btn_white:hover {
  background-color: #313349;
  color: #fff;
}
.btn_white span {
  display: block;
  border-left: solid 3px #313349;
  display: block;
  padding: 10px 0 10px 30px;
}
.btn_navy {
  display: flex;
  border: solid 3px #313349;
  padding: 0 40px 0 20px;
  border-radius: 50px;
  width: fit-content;
  color: #fff;
  background-color: #313349;
  transition: .3s;
}
a.btn_navy:hover {
  background-color: #0ca53e;
  color: #313349;
}
.btn_navy span {
  display: block;
  border-left: solid 3px #0ca53e;
  display: block;
  padding: 10px 0 10px 30px;
}
.sec_products h4.btn_navy span {
  text-indent: -1.9rem;
  padding-left: 30px;
  line-height: 1.3em;
}
.wrapp {
  width: 1000px;
  margin: 0 auto;
  padding: 70px 0;
  max-width: 90%;
}
.sec_inner {
  width: 90%;
  margin: 0 auto;
  padding: 70px 0;
}
.sec_inner .wrapp {
  width: 1200px;
  padding: 0;
  max-width: 90%;
}
h2 {
  font-size: 50px;
  margin-bottom: 50px;
}
h2 span {
  color: #0ca53e;
}
h3 {
  font-size: 45px;

  line-height: 1.5em;
}
.wrapp + img,
.sec_inner + img {
  display: block;
  margin: 0 5% 0 auto;
}
.sec_inner + img {
  margin-top: 70px;
}
section {
  border-bottom: solid 8px #313349;
}
.sec_mv {
  border-bottom: none;
}
/*body_line*/
.top_content {
  position: relative;
}
.top_content .border {
  display: block;
  border: solid 10px #0ca53e;
  height: 100%;
  position: absolute;
  left: 2%;
  z-index: 95;
}
/*header / mv*/
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 30px 30px 5%;
}
.nav_pc {
  display: flex;
  align-items: center;
}
.nav_pc ul {
  display: flex;
  align-items: center;
  gap: 50px;
}
.nav_pc ul a {
  color: #313349;
}
.nav_pc .btn_white {
  margin: 0 20px 0 40px;
}
#mv_slide {
  margin: 0;
  padding: 0;
  line-height: 0;
}
h1 {
  color: #fff;
  font-size: 50px;
  position: absolute;
  left: 7%;
  top: 0;
  bottom: 0;
  z-index: 95;
  margin: auto;
  height: fit-content;
  display: block;
  line-height: 2em;
  text-shadow: 0 0 5px #231815;
}
h1 span {
  font-size: 80px;
}
.sec_mv {
  position: relative;
}
/*main*/
main {
  background-color: #fff;
  z-index: 99;
  position: relative;
  width: 100%;
}
.main_border {
  display: block;
  border: solid 10px #0ca53e;
  height: 99.86%;
  position: absolute;
  right: 2%;
  z-index: 95;
  bottom: 0;
  overflow: hidden;
}
/*business*/
.flex_aline {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex_aline div {
  max-width: 49%;
  width: 49%;
}
.flex_aline div.full_cont {
  max-width: 100%;
  width: 100%;
}
.sec_business .flex_aline div:first-of-type {
  max-width: 45%;
}
.sec_business h3 {
  margin-bottom: 10px;
}
.sec_business div a span {
  font-size: 30px;
}
h3 {
  margin-bottom: 30px;
}
h4 {
  font-size: 30px;
  margin-bottom: 30px;

}
h4.btn_navy {
  width: 88%;
}
/*products*/
.sec_products h2 {
  margin-bottom: 0;
}
.sec_products .flex_aline {
  margin-top: 40px;
}
.sec_products .iso_flex {
  align-items: flex-start;
}
.sec_products .flex_aline.flex_head {
  margin-top: 0;
  gap: 30px;
}
.flex_aline li {
  max-width: 28%;
  width: 28%;
}
.flex_aline li img {
  display: block;
  margin: 0 auto 50px auto;
}
.flex_aline li img.SP {
  display: none;
}
.flex_aline li:nth-of-type(2) img + span {
  display: block;
  text-align: center;
  margin: 5px 0 30px 0;
}
.side_navy {
  background-color: #313349;
  color: #fff;
  padding: 10px 0;
  border-radius: 50px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}
.side_navy + p {
  padding: 0 15px;
}
.side_navy span {
  display: block;
  width: 30px;
  height: 5px;
  background-color: #0ca53e;
}
.sec_products .bkg_gre {
  margin-bottom: 70px;
}
.sec_products .bkg_gra .flex_head div {
  max-width: fit-content;
  width: fit-content;
}
.sec_products .bkg_gra .flex_head p + img {
  margin-top: 30px;
}
.sec_products h4,
.sec_recruit h4 {
  font-size: 20px;
}
.flex_aline dl {
  width: 45%;
  max-width: 45%;
}
.sec_products dl .flex_aline {
  margin-top: 30px;
}
.flex_aline dl li img {
  margin-bottom: 30px;
}
.esg_inner {
  margin-top: 70px;
}

/*recruit*/
.sec_recruit dd {
  display: flex;
  gap: 50px;
}
.sec_recruit dd p {
  padding-left: 30px;
}
.sec_recruit .bkg_gra {
  margin-bottom: 70px;
}
.interview_flex .btn_navy {
  border-radius: 0;
  line-height: 1.5em;
}
.interview_flex.reverse {
  flex-direction: row-reverse;
  margin-top: 40px;
  margin-bottom: 70px;
}
.rec_slider {
  margin-bottom: 70px;
}
.rec_slider .slick-slide {
  width: 410px;
  height: 390px;
  position: relative;
  overflow: hidden;
  margin: 0 10px;
}
.rec_slider .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_recruit div a span {
  font-size: 30px;
}
/*company*/
.sec_company h2 {
  text-align: center;
}
.sec_company table {
  width: 700px;
  margin: 70px auto 0 auto;
}
.sec_company table th,
.sec_company table td {
  border-bottom: solid 2px #313349;
  padding: 15px;
  line-height: 1.5em;
}
.sec_company td a {
  color: #313349;
  transition: .3s;
}
.sec_company td a:hover {
  color: #0ca53e;
}
.sec_company th br {
  display: none;
}
/*access*/
.sec_access dl {
  display: flex;
  gap: 50px;
  margin-bottom: 50px;
}
.sec_access dl:last-of-type {
  margin-bottom: 0;
}
.sec_access dt,
.sec_access dd {
  max-width: 50%;
}
.sec_access dt img {
  height: 370px;
  object-fit: cover;
  object-position: right;
}
.sec_access dd p {
  font-size: 30px;
  border-left: solid 5px #0ca53e;
  padding-left: 20px;
  margin-bottom: 20px;
}
.sec_access dd span {
  display: block;
  padding-bottom: 20px;
}
.sec_access dd .map {
  width: 570px;
  height: 270px;
  max-width: 100%;
}
.sec_access dd .map iframe {
  width: 100%;
  height: 100%;
}
/*contact*/
.sec_contact h2 + p a {
  color: #0ca53e;
}
form {
  width: 600px;
  margin: 0 auto;
}
form dl {
  display: flex;
}
form dt {
  width: 130px;
  text-align: right;
  padding: 25px 15px 15px 15px;
}
form dd {
  padding: 15px;
  width: 400px;
}
form dd input,
form dd textarea {
  border: none;
  padding: 10px;
  width: 90%;
}
form dl dt span {
  color: #0ca53e;
}
form dl dt span.required,
form dl dt span.optional {
  display: none;
}
form ul {
  display: flex;
  gap: 30px;
  padding: 10px 10px 10px 0;
}
form ul input {
  width: fit-content;
}
form dl dd span.error_blank,
form dl dd span.error_format,
form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 3px;
}
span.loading {
  display: none;
}
.pp_check_box input[type=checkbox] {
  display: none;
}
.pp_check {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.pp_check::before {
  background: #fff;
  border: 1px solid #231815;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.pp_check::after {
  border-right: 3px solid #0ca53e;
  border-bottom: 3px solid #0ca53e;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
input[type=checkbox]:checked + .pp_check::after {
  opacity: 1;
}
.pp_cont {
  margin-top: 30px;
}
.pp_cont > p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}
.pp_inner {
  height: 120px;
  padding: 20px;
  background-color: #fff;
  overflow-y: scroll;
}
.pp_inner p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}
.pp_inner p a {
  color: #0ca53e;
}
.pp_inner::-webkit-scrollbar {
  width: 5px;
}
.pp_inner::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 0;
}
.pp_inner::-webkit-scrollbar-thumb {
  background-color: #313349;
  border-radius: 0;
}
.pp_check_box {
  text-align: center;
  margin: 30px 0;
}
#form_submit.btn_white {
  display: block;
  width: fit-content;
  cursor: pointer;
  margin: 0 auto;
}
#form_submit.btn_white span {
  padding: 0;
}
input[type="button"] {
  border: none;
  background-color: inherit;
  padding: 10px 0 10px 30px;
  cursor: pointer;
  font-size: inherit;
  font-weight: bold;
  color: #313349;
}
#form_submit.btn_white.none span {
  border-left: solid 3px #bbb;
}
#form_submit.btn_white.none {
  border: 2px #bbb solid;
  cursor: text;
}
#form_submit.btn_white.none:hover {
  background-color: inherit;
}
input[type="button"].none {
  color: #bbb;
  pointer-events: none;
}
.required_txt {
  color: #0ca53e;
  margin-bottom: 30px;
}
/*footer*/
footer {
  background-color: #313349;
  padding: 20px 0;
}
footer p {
  text-align: center;
  color: #fff;
}
footer img {
  display: block;
  margin: 0 auto 30px auto;
}
footer a {
  color: #fff;
  transition: .3s;
}
footer a:hover {
  color: #0ca53e;
}
small {
  color: #fff;
  font-size: 12px;
  text-align: center;
  display: block;
  margin: 70px auto 0 auto;
}
.sec_thanks a {
  margin-top: 20px;
}
section.sec_contact {
  border-bottom: none;
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: -50px;
  bottom: 60px;
  opacity: 1;
  border-radius: 50%;
  z-index: 99;
}
#page_top a {
  position: relative;
  display: block;
  background-color: #0ca53e;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
.floating_btn {
  display: none;
}
.names {
  text-align: center;
  display: block;
  margin-top: 30px;
}
/**/
@media screen and (max-width:1300px) {
  header a img {
    width: 180px;
  }
  footer img {
    width: 180px;
  }
  h1 {
    font-size: 45px;
  }
  h1 span {
    font-size: 75px;
  }
  h2 {
    font-size: 45px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 25px;
  }
  .sec_business div a span {
    font-size: 25px;
  }
  .sec_recruit div a span {
    font-size: 25px;
  }
  .flex_aline div {
    width: 48.5%;
  }
  .top_content .border,
  .main_border {
    border: solid 5px #0ca53e;
  }
  .main_border {
    height: 99.9%;
  }
  .wrapp + img,
  .sec_inner + img {
    height: 50px;
  }
}
/*1300*/
@media screen and (max-width:1230px) {
  .nav_pc ul {
    gap: 30px;
  }
  .nav_pc .btn_white {
    margin-left: 20px;
  }
}
@media screen and (max-width:1100px) {
  header .SP {
    display: block;
  }
  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: 9999;
    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;
  }
  nav .inner ul li a {
    display: block;
    color: #333;
    font-size: 16px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
    text-align: center;
  }
  nav .inner ul li a:hover {
    background: #e4e4e4;
  }
  nav .inner .btn_white,
  nav .inner .btn_navy {
    margin: 15px auto;
  }
  @media screen and (max-width: 767px) {
    nav {
      left: -220px;
      width: 220px;
    }
  }
  .toggle_btn {
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 9999;
  }
  .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: #fff;
  }
  .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 {
    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: 999;
    cursor: pointer;
  }
  .nav_pc {
    display: none;
  }
  .wrapp {
    padding: 50px 0;
  }
  .link_3 {
    font-size: 25px;
  }
  .sec_inner {
    padding: 50px 0;
  }

}
/*1100*/
@media screen and (max-width:980px) {
  .sec_access dt {
    display: none;
  }
  .sec_access dd img.SP {
    display: block;
    margin: 0 auto 30px auto;
  }
  .bkg_gre .flex_aline li:nth-of-type(2) img {
    margin-bottom: 30px;
  }
  .bkg_gre .flex_aline li img {
    margin-bottom: 30px;
  }
  .flex_aline li img.PC {
    display: none;
  }
  .flex_aline li img.SP {
    display: block;
  }
  .sec_products .iso_flex {
    display: block;
  }
  .sec_products .iso_flex li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .sec_products .iso_flex li:last-of-type {
    margin-bottom: 0;
  }
  .sec_products .flex_aline {
    display: block;
  }
  .sec_products .flex_aline.flex_head {
    display: flex;
  }
  .sec_products .flex_aline ul {
    display: flex;
    justify-content: center;
  }
  .flex_aline dl {
    width: 100%;
    max-width: 100%;
  }
  .sec_products h4.btn_navy {
    width: 90%;
    margin: 0 auto 20px auto;
  }
  .interview_flex.flex_aline {
    display: block;
  }
  .flex_aline div {
    width: 100%;
    max-width: 100%;
  }
  .interview_flex div img {
    display: block;
    margin: 30px auto 0 auto;
  }
  .link_3 {
    text-align: center;
  }
  .flex_aline div .btn_white {
    margin: 0 auto;
  }
  .sec_business .flex_aline {
    display: block;
  }
  .sec_business .flex_aline div:first-of-type {
    max-width: 100%;
  }
  .sec_business .flex_aline div {
    max-width: 100%;
  }
  .sec_business .flex_aline div img {
    display: block;
    margin: 30px auto;
  }
  .sec_access dl {
    display: block;
  }
  .sec_access dt,
  .sec_access dd {
    max-width: 100%;
  }
  .sec_access dt {
    margin-bottom: 30px;
    text-align: center;
  }
  .sec_access dd .map {
    width: 100%;
  }
  .sec_company table {
    width: 90%;
  }
  h1 {
    font-size: 35px;
  }
  h1 span {
    font-size: 50px;
  }
  header a img {
    width: 150px;
  }
  .main_border {
    display: none;
  }
}
@media screen and (max-width:730px) {
  form dl {
    display: block;
  }
  form dt {
    width: 100%;
    text-align: left;
  }
  form {
    width: 100%;
  }
  form dd {
    width: 100%;
  }
  .sec_recruit h4.btn_navy span {
    line-height: 1.3em;
  }
  .sec_mv {
    height: 700px;
  }
  #mv_slide {
    height: 100%;
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    height: 100%;
  }
  .slick-initialized .slick-slide {
    height: 100%;
  }
  .slick-slide img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width:700px) {
  .sec_products h4.btn_navy {
    width: 88%;
  }
  .wrapp + img,
  .sec_inner + img {
    height: 30px;
  }
  .sec_products h4.btn_navy + p br {
    display: none;
  }
  h1 {
    font-size: 30px;
  }
  h1 span {
    font-size: 45px;
  }
}
@media screen and (max-width:530px) {
  .sec_products .sec_inner p .PC {
    display: none;
  }
  .flex_aline p .PC {
    display: none;
  }
  h3 .SP {
    display: block;
  }
  .sec_business h3 .PC {
    display: none;
  }
  .sec_access > div {
    padding-bottom: 0;
  }
  .sec_company table {
    margin-top: 30px;
  }
  .floating_btn {
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
  }
  .floating_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    background-color: #0ca53e;
    color: #fff;
    padding: 10px 0;
    gap: 10px;
  }
  .floating_btn a:nth-of-type(2) {
    background-color: #313349;
  }
  .floating_btn a img {
    width: 30px;
  }
  .sec_company th br {
    display: block;
  }
  .sec_company td br.SP {
    display: block;
  }
  .slick-slide:first-of-type img {
    object-position: 92%;
  }
  h4.btn_navy {
    width: 70%;
  }
  .sec_products h4.btn_navy,
  .sec_recruit h4.btn_navy {
    width: 84%;
  }
  h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .sec_business h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 18px;
  }
  .sec_access dd p {
    font-size: 18px;
  }
  h3 {
    font-size: 25px;
  }
  form dt {
    width: 90%;
  }
  form dd {
    width: 98%;
  }
  .sec_recruit div a span {
    font-size: 16px;
  }
  .interview_flex .btn_navy span {
    font-size: 18px;
    padding-left: 10px;
  }
  .sec_business h3.link_3 {
    font-size: 18px;
  }
  .sec_business div a span {
    font-size: 16px;
  }
  .link_3 {
    font-size: 18px;
  }
  .iso_flex.flex_aline li img {
    max-width: 60%;
  }
  .flex_aline.flex_head div img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
  }
  .sec_recruit dd {
    display: block;
  }
  .sec_recruit dd p {
    padding-left: 0;
  }
  .sec_recruit dd img {
    display: block;
    margin: 20px auto 0 auto;
    max-height: 120px;
  }
  .rec_slider .slick-slide img {
    height: 250px;
  }
  .rec_slider .slick-slide {
    height: 250px;
  }
  .sec_company table th,
  .sec_company table td {
    text-align: left;
    padding: 10px;
  }
  .sec_company table th {
    width: 52px;
  }
  .sec_company table {
    width: 100%;
  }
  .toggle_btn {
    right: 20px;
    top: 20px;
  }
  .sec_mv br.SP {
    display: block;
  }
  header a img {
    width: 110px;
  }
  footer img {
    width: 110px;
  }
  header {
    padding: 20px 30px 20px 10%;
  }
  .sec_mv {
    height: 600px;
  }
  .sec_inner {
    padding: 30px 0;
  }
  .sec_products h4.btn_navy span {
    font-size: 16px;
  }
  .sec_recruit h4.btn_navy span {
    font-size: 16px;
    padding-left: 15px;
  }
  .sec_products h4.btn_navy,
  .sec_recruit h4.btn_navy {
    padding-right: 20px;
  }
  .sec_company table td span {
    display: none;
  }
}
@media screen and (max-width:430px) {
  h1 {
    font-size: 25px;
  }
  h1 span {
    font-size: 35px;
  }
  .sec_products h4.btn_navy {
    width: 82%;
  }
  .sec_products h4.btn_navy,
  .sec_recruit h4.btn_navy {
    width: 82%;
    border-radius: 10px;
  }
  .sec_products h4.btn_navy {
    border-radius: 10px;
  }
  .main_border {
    display: none;
  }
  .wrapp {
    padding: 30px 0;
  }
  .sec_inner .wrapp {
    padding: 0;
  }
  .pp_check {
    padding-right: 0;
  }
  form dd {
    width: 92%;
  }
  form ul {
    gap: 20px;
  }

}
/*202502追記*/
.sec_products .bkg_gra .flex_head.esg_flex div {
  width: 60%;
}

.sec_products .bkg_gra .flex_head.esg_flex div:last-of-type {
  width: 35%;
}
.sec_products .bkg_gra .flex_head.esg_flex div div.esg_inner_flex {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}
.sec_products .bkg_gra .flex_head.esg_flex div div.esg_inner_flex + img {
  margin-top: 30px;
}
@media screen and (max-width:1280px) {
  .sec_products .bkg_gra .flex_head.esg_flex {
    display: block;
  }
  .sec_products .bkg_gra .flex_head.esg_flex div:last-of-type {
    width: fit-content;
    margin-top: 30px;
  }
  .sec_products .bkg_gra .flex_head.esg_flex div {
    width: fit-content;
  }
}
@media screen and (max-width:650px) {
  .sec_products .bkg_gra .flex_head.esg_flex div div.esg_inner_flex {
    display: block;
  }
  .sec_products .bkg_gra .flex_head.esg_flex div div.esg_inner_flex img {
    display: block;
    margin: 0 auto 30px auto;
  }
}

/*202510追記*/
.cont_conduct .cont_conduct_btn {
  width: fit-content;
  margin: 40px auto 0 auto;
}
@media screen and (min-width:1920px) {
  #mv_slide li img {
    width: 100%;
    object-fit: cover;
  }
}
.sec_conduct dl {
  margin: 40px 0;
}
.sec_conduct p {
  margin-bottom: 20px;
}
.sec_conduct p span {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
.right_txt {
  text-align: right;
}
.sec_conduct dt h4 {
  line-height: 1.5em;
  text-indent: -2.3rem;
  padding-left: 2.3rem;
}
.sec_conduct dt h4.ten {
  text-indent: -3.5rem;
  padding-left: 3.5rem;
}