@charset "utf-8";
/* CSS Document */
/*HRADER*/
body {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  background-color: #ffffff;
}
.f {
  font-family: "Inter", sans-serif;
  font-weight: normal;
}
.wrapper_head.corporations_wh {
  background: #fff;
}
.header_for-corporations-box {
  display: flex;
  align-items: end;
}
.header_for-corporations-box .free_tel p {
  font-size: 32px;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.header_for-corporations-box .free_tel p img {
  margin-right: 10px;
}
.header_for-corporations-box .free_tel span {
  font-size: 14px;
  margin-left: 20px;
}
.header_for-corporations-box .head-mail a {
  display: flex;
  background: #cb2d2d;
  color: #fff;
  text-decoration: none;
  height: 40px;
  align-items: center;
  width: 252px;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
}
.header_for-corporations-box .head-mail a:hover {
  background: #26244d;
  opacity: 1;
}
.header_for-corporations-box .head-mail a img {
  margin-right: 10px;
}
div#header_main.for-corporations-head .header_l {
  margin: 10px 0 -10px;
}
div#header_main.for-corporations-head {
  margin-bottom: 25px;
}
#menu > li a {
  display: block;
  margin: 0;
  padding: 5px 0 15px;
  text-decoration: none;
  position: relative;
  line-height: 1.8;
  transition: 0.3s;
  color: #000000;
  text-align: center;
  font-size: 16px;
}
#menu li a::after {
  content: "";
  width: 1px;
  height: 23px;
  background: #000;
  position: absolute;
  top: 35%;
  right: 0;
  transform: translateY(-50%);
}
#menu li {
  position: relative;
  width: calc(100% / 4);
}
#menu {
  position: relative;
  height: auto;
}
#menu > li a {
  display: block;
  margin: 0;
  padding: 5px 0 20px;
  text-decoration: none;
  position: relative;
  line-height: 1.8;
  transition: 0.3s;
  color: #000000;
  text-align: center;
  font-size: 16px;
}
#menu ul.sub-menu {
  display: none;
  position: absolute;
  left: 5%;
  top: 65px;
  z-index: 9999;
  width: 90%;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px #0003;
  padding: 15px 15px;
}
header.fixed #menu ul.sub-menu {
  top: 40px;
}
#menu ul.sub-menu:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 15.5px 11px 15.5px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  margin: auto;
}
#menu ul.sub-menu:after {
  content: "";
  height: 11px;
  width: 100%;
  position: absolute;
  top: -11px;
  left: 0;
}
#menu ul.sub-menu li a::after {
  content: none;
}
#menu ul.sub-menu li a {
  color: #000000;
  padding: 0 10px 0;
  text-align: left;
}
#menu ul.sub-menu li a:before {
  content: "▶";
  font-size: 8px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 13px;
}
#menu ul.sub-menu li:hover {
  background-color: unset;
}
#menu ul.sub-menu li:hover a {
  color: #cb2d2d;
  opacity: 1;
}
.wrapper {
  padding: 0;
  z-index: 1;
  position: relative;
  padding-top: 153px;
}
div#ibox-corporations {
    height: calc(100vh - 153px);
    background: url("../img/corp/mv-bg.webp") center  center;
    background-repeat: repeat-x;
    background-size: cover;
}
div#ibox-corporations .Inner {
  height: calc(100vh - 153px);
  display: flex;
  justify-content: center;
  align-items: center;
}
header.fixed #menu li a:after {
  height: 20px;
}
@media screen and (max-width: 1000px) {
  .wrapper_head, #header_main {
    background-color: #ffffff;
  }
  div#header_main.for-corporations-head .header_l {
    margin: 0;
  }
  .mobile_menu ul li a {
    padding: 15px 20px;
    color: #000000;
  }
  .mobile_menu {
    top: 50px;
    position: absolute;
    left: 0;
    width: 100%;
    background: #ffffff;
  }
  .mobile_menu ul li {
    border-bottom: 1px dotted #000000;
  }
  .mobile_menu .sub-menu {
    background: url(../img/corp/about-bg.webp);
  }
  .mobile_menu .sub-menu li {
    border-bottom: 1px dotted #000000;
  }
  .wrapper {
    padding-top: 50px;
  }
}
@media screen and (max-width: 599px) {
  #header_main .header_l img {
    margin: 5px 0 0 10px;
    height: auto !important;
    width: calc(100% - 70px);
  }
}
/*FOOTER*/
footer#footer a {
  color: #fff;
}
footer {
  height: auto;
  padding: 40px 0 0;
  background: url("../img/recruit/foot-bg.webp");
  background-size: contain;
  color: #fff;
  border-top: 1px solid;
}
.f-up {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.f-up_right {
  margin: 0 100px 0 0;
  display: flex;
  justify-content: space-between;
}
.f-up_right01 a {
  display: flex;
  background: #cb2d2d;
  width: 425px;
  padding: 0 15px;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  height: 55px;
  text-decoration: none;
}
.f-up_right01 a span {
  font-size: 29px;
  font-weight: normal;
}
.f-up_right01 a small {
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  line-height: 1.2;
}
.f-up_right02 a {
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cb292d;
  border-radius: 5px;
  margin-left: 10px;
  padding: 0 15px;
  font-size: 12px;
  text-decoration: none;
  width: 212px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}
.f-up_right02 a img {
  margin-right: 15px;
}
.f-up_right a:hover {
  opacity: 1;
  background: #242446;
}
.f_under {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
.f_under_l p {
  margin-bottom: 20px;
}
.copyright {
  padding: 5px;
  color: #333;
  font-size: 10px;
  text-align: center;
  background: #000000;
}
#page-top {
  position: fixed;
  right: calc(50vw - 650px);
  z-index: 200;
  opacity: 0;
  transform: translateY(100px);
}
@media screen and (max-width: 1200px) {
  #page-top {
    position: fixed;
    right: 0;
    z-index: 200;
    opacity: 0;
    transform: translateY(100px);
  }
}
@media screen and (max-width: 1000px) {
  .f-up {
    flex-wrap: wrap;
  }
  .f-up_left {
    margin-bottom: 20px;
  }
  .f_under {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .f_under_l {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .f-up_right {
    flex-wrap: wrap;
  }
  .f-up_right {
    flex-wrap: wrap;
    width: 100%;
  }
.f-up_right01 a span {
    font-size: 22px;
    font-weight: normal;
    margin-right: 4px;
}
  footer#footer a {
    color: #fff;
    flex-wrap: wrap;
    padding: 5px;
  }
footer#footer .f-up_right01 a {
    width: 100%;
    flex-wrap: unset;
}
  .f-up_right {
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
  .f-up_right01 {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .f-up_right02 a {
    margin: 0 auto;
    font-size: 14px;
    width: 100%;
  }
  .f-up_right02 {
    width: 100%;
  }
  .f-up_right01 a img {
    width: 24px;
    margin-right: 10px;
  }
}
/*下層ページ*/
#submain {
  height: 255px;
  background: url("../img/corp/works-bg.webp");
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#submain h1 {
  color: #333333;
}
#content #main h2 {
  font-size: 38px;
}
#content #main h3 {
  clear: both;
  height: auto;
  color: #535375;
  font-size: 28px;
  margin: 30px 0;
  font-weight: 500;
  line-height: normal;
  padding: 10px 20px;
  font-family: "Noto Serif JP", serif;
  border-bottom: none;
  background: #ededf1;
}
#content #main h4 {
  clear: both;
  height: auto;
  color: #535375;
  font-size: 24px;
  margin: 20px 0;
  font-weight: lighter;
  letter-spacing: 2px;
  line-height: normal;
  padding: 8px 20px;
  font-family: "Noto Serif JP", serif;
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid #535375;
  border-bottom: 1px solid #535375;
}
.sq1 {
  background-color: #f1f1f8;
  margin: 10px 0;
  padding: 20px 20px 0 20px;
  overflow: hidden;
}
body {
  background-color: #ffffff;
}
.sq2 {
  background-color: #f4efe9;
  margin: 10px 0;
  overflow: hidden;
  padding: 20px 20px 0 20px;
}
.sqred {
  background-color: #f5f5f5;
  overflow: hidden;
  margin: 10px 0;
  padding: 20px 20px 0 20px;
}
.eyecatch_box figure {
  width: 280px;
  line-height: 0;
  position: relative;
  z-index: 1;
  margin: 0;
}
.eyecatch_box .ttl_wrap {
  padding: 0 40px;
  width: calc(100% - 300px);
}
.eyecatch_box {
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 30px;
  align-items: center;
  padding: 20px;
  position: relative;
  border: 2px solid #c9c9c9;
  border-radius: 4px;
}
.flex-box3 .title {
  background: #e9e9e9;
  font-size: 18px;
  padding: 10px;
  font-weight: bold;
  color: #333333;
}
.flex-box3 .flex-cont {
  width: 32%;
  border: 2px solid #f2e5f6;
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #fff;
}
.flex-box3 .txt a:before {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  content: '';
  width: 11px;
  height: 11px;
  border-top: 2px solid #cb2d2d;
  border-right: 2px solid #cb2d2d;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.flex-box4 .flex-cont .txt a:before {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #cb2d2d;
  border-right: 2px solid #cb2d2d;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.flex-box4 .flex-cont {
  width: 23%;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  border: 2px solid #f2e5f6;
  border-top: 3px solid #dedede;
  padding: 0 0 10px;
}
.flex-box4 .flex-cont .title {
  background: #f5f5f5;
  font-size: 16px;
  padding: 10px;
  color: #333;
}
.table2 th {
  border: 1px solid #000000;
  padding: 10px;
  background: #f5f5f5;
  font-weight: bold;
  color: #000000;
  border-bottom: 1px solid #000000;
}
.table2 td {
  border: 1px solid #000000;
  padding: 15px;
  vertical-align: middle;
  font-size: 14px;
}
.table1 td {
  border: 1px solid #000000;
  padding: 10px;
  vertical-align: middle;
  background: #ffffff;
  font-size: 14px;
}
.btn-round1 {
  min-width: 220px;
  height: auto;
  color: #000 !important;
  text-decoration: none !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 0 60px 0 20px;
  font-size: 16px;
  height: 75px;
  border: 1px solid;
  position: relative;
}
.btn-round1:before {
  content: '';
  position: absolute;
  right: 27px;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
}
.btn-round1:after {
  height: 30px;
  width: 30px;
  border: 1px solid #000;
  position: absolute;
  right: 15px;
  content: "";
  border-radius: 20px;
}
.btn-round2 {
  min-width: 220px;
  height: auto;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-flex;
  padding: 0 60px 0 20px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  height: 75px;
  border: 1px solid;
  position: relative;
  background: linear-gradient(to right, #BFAED8 0%, #857fa6 48%, #BFAED8 100%);
  background-size: 200% 100%;
}
.btn-round2:hover {
  background-position: 100% 0;
  opacity: 1;
}
.btn-round2:before {
  content: '';
  position: absolute;
  right: 27px;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
}
.btn-round2:after {
  height: 30px;
  width: 30px;
  border: 1px solid #ffffff;
  position: absolute;
  right: 15px;
  background: #8580a7;
  content: "";
  border-radius: 20px;
}
.btn-round3 {
  min-width: 220px;
  height: auto;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #5f645c;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  height: 75px;
  padding: 0 60px 0 20px;
  border: 1px solid;
  position: relative;
}
.btn-round3:before {
  content: '';
  position: absolute;
  right: 27px;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
}
.btn-round3:after {
  height: 30px;
  width: 30px;
  border: 1px solid #fff;
  position: absolute;
  background: #5f645c;
  right: 15px;
  content: "";
  border-radius: 20px;
}
.btn-round4 {
  min-width: 235px;
  height: auto;
  color: #000000 !important;
  text-decoration: none !important;
  display: inline-flex;
  justify-content: unset;
  align-items: center;
  background: #fff;
  border-radius: 0;
  text-align: left;
  font-size: 16px;
  height: 75px;
  border: none;
  position: relative;
  padding: 0;
  border-bottom: 1px solid;
}
.btn-round4:before {
  content: '';
  position: absolute;
  right: 27px;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
}
.btn-round4:after {
  height: 30px;
  width: 30px;
  border: 1px solid #000;
  position: absolute;
  right: 15px;
  content: "";
  background: #fff;
  border-radius: 20px;
}
.check_list li::before {
  content: url("../img/corp/check.webp");
  margin-right: 10px;
}
.tk1 {
  color: #333333;
  font-weight: bold;
}
.tk2 {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #c8e8f4 40%);
  text-shadow: 0 2px 0 rgb(255, 255, 255);
  padding-bottom: 3px;
  color: #000;
}
.tk3 {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #fffcb5 20%);
  text-shadow: 0 2px 0 rgb(255, 255, 255);
  padding-bottom: 3px;
}
a.btn-round4:hover {
  background: #fff;
  opacity: 1;
  color: #cb292d !important;
}.flow-contact {
    background-color: #f4efe9;
    margin: 40px 0 50px;
    overflow: hidden;
    padding: 30px 50px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.flow-contact_l p {
    margin: 0 !important;
    font-size: 30px;
    text-align: center;
    line-height: 1;
}

.flow-contact_l p span {
    font-size: 15px;
}

.flow-contact_r a {
    display: flex;
    width: 100%;
    height: 60px;
    background: #a58a70;
    margin-bottom: 10px;
    border-radius: 60px;
    align-items: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    padding: 0 40px;
}

.flow-contact_r a img {
    margin-right: 20px;
}

.flowbox {
    background: #f4efe9;
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 60px;
}

.flow_cont {
    display: flex;
    align-items: center;
    padding: 10px;
}

.flow_cont img {
    height: 100px!important;
    margin-right: 30px;
}

.flow_cont p {
    display: flex;
    align-items: center;
    margin: 0 !important;
}
@media screen and (max-width: 599px) {
  #submain h1 {
    font-size: 28px;
    letter-spacing: 1px;
    text-shadow: none;
  }
  #submain {
    height: auto;
    background: url("../img/corp/works-bg.webp");
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 30px 0;
  }
  #content #main h2 {
    font-size: 25px;
  }
  #content #main h3 {
    font-size: 22px;
  }
  #content #main h4 {
    font-size: 20px;
  }
  .eyecatch_box {
    flex-wrap: wrap;
  }
  .eyecatch_box .ttl_wrap {
    padding: 0;
    width: 100%;
  }
  .flex-box2 .flex-cont, .flex-box3 .flex-cont, .flex-box4 .flex-cont {
    width: 100%;
    margin-bottom: 15px;
  }
}
/*TOP*/
section.about_area {
  padding: 120px 0;
  background: url("../img/corp/about-bg.webp");
  background-size: cover;
}
.Inner1200 {
  max-width: 1280px;
  padding: 0 40px;
  position: relative;
}
section.about_area:before {
  content: url("../img/corp/about_img1.webp");
  position: absolute;
  left: calc(50% - 620px);
  bottom: 80px;
}
section.about_area:after {
  content: url("../img/corp/about_img2.webp");
  position: absolute;
  right: calc(50% - 620px);
  bottom: 100px;
}
#content #main .corp_h2 h2 {
  text-align: center;
  font-size: 36px;
  margin: 0px 0 50px;
  padding: 0;
  font-weight: normal;
}
#content #main .corp_h2 span {
  display: block;
  text-align: center;
  color: #333366;
  font-size: 20px;
  font-family: "Bellefair", serif;
  font-weight: normal;
}
#content article#main {
  padding: 0;
}
#content #main section.about_area .corp_h2 {
  margin-bottom: 80px;
}
#content #main section.about_area h3 {
  text-align: center;
  background: none;
  font-size: 26px;
  color: #333;
  margin-bottom: 40px;
}
#content #main section.about_area .txt p {
  text-align: center;
  font-size: 16px;
  line-height: 2.5;
  margin-bottom: 50px;
}
section.Commitment_area {
  padding: 120px 0 60px;
  background: #eeede7;
  position: relative;
}
#content #main section.Commitment_area .corp_h2 h2 {
  color: #333;
  margin-bottom: 80px;
}
section.Commitment_area:before {
  content: "";
  height: 150px;
  width: 1px;
  background: #333;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  top: -75px;
  margin: auto;
}
section.Commitment_area ul {
  display: flex;
  justify-content: space-between;
}
section.Commitment_area ul li {
  width: 30%;
}
#content #main section.Commitment_area h3 {
  font-size: 24px;
  background: unset;
  text-align: center;
  color: #333;
  margin: 0;
}
section.Item_area {
  padding: 120px 0 70px;
  background: #e4e1d3;
}
#content #main section.Item_area .corp_h2 span {
  color: #333;
}
section.Item_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.Item_area ul li {
  width: 32%;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  transition: .5s;
}
section.Item_area ul li figure {
  transition: .5s;
}
section.Item_area ul li:hover figure {
  opacity: 0.8;
}
section.Item_area ul li div {
  writing-mode: vertical-rl;
  position: absolute;
  top: -30px;
  font-size: 23px;
  color: #fff;
  background: #333366;
  padding: 15px 3px;
  border-radius: 3px;
  border: 1px solid #fff;
  letter-spacing: 1px;
  left: 45px;
  z-index: 1;
}
section.Item_area ul li div:before {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 3px;
  border: 1px solid #fff;
  background: linear-gradient(to bottom, #6c6c99 0%, #3b3b53 48%, #6c6c99 100%);
  background-size: 100% 200%;
  transition: .5s;
}
section.Item_area ul li:hover div:before {
  background-position: 0 100%;
  opacity: 1;
}
section.Item_area ul li div span {
  position: relative;
  font-weight: normal;
}
#content #main section.Item_area .corp_h2 {
  margin-bottom: 100px;
}
#content #main section.Item_area .corp_h2 h2 {
  font-weight: normal;
}
section.Item_area ul li a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
section.Works_area {
  padding: 80px 0;
  background: url("../img/corp/works-bg.webp");
  background-size: cover;
}
section.Works_area ul {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.Works_area ul li {
    width: 235px;
    height: 46px;
    background: url("../img/corp/works-btn.webp");
    background-size: cover;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#content #main section.Works_area .corp_h2 span {
  color: #333;
}
section.case-voice_area {
  padding: 100px 0 150px;
  background: url("../img/corp/case-bg.webp");
  background-size: 100% 100%;
}
section.case-voice_area ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
section.case-voice_area .Inner1200 {
  display: flex;
  justify-content: space-between;
}
.case-box {
  width: 47%;
  background: #fff;
  padding: 50px;
}
.voice-box {
  background: #fff;
  width: 49%;
  padding: 50px 20px;
}
section.case-voice_area ul li:first-child:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 0px 23px 18px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -20%;
}
section.case-voice_area ul li {
  width: 44%;
  position: relative;
}
.voice_cont {
  display: flex;
  background: #e4e4e4;
  padding: 25px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 52px;
}
.voice_cont figure {
  width: 100px;
}
.voice_cont .txt {
  width: calc(100% - 130px);
}
#content #main .voice_cont .txt .txt_head p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 10px;
}
.voice_cont .txt .txt_head p span {
  font-size: 16px;
}
#content #main .voice_cont .txt p {
  font-size: 16px;
  margin: 0;
}
section.Contact_area {
  background: #5f645c;
  padding: 80px 0 120px;
}
#content #main section.Contact_area .corp_h2 span, #content #main section.Contact_area .corp_h2 h2 {
  color: #fff;
}
.Contact_box {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  color: #fff;
  margin: 0 auto;
}
.Contact_cont01 a {
  color: #fff;
  display: flex;
  height: 145px;
  width: 100%;
  border: 2px solid;
  border-radius: 10px;
  padding: 0 40px;
  flex-wrap: wrap;
  justify-content: center;
  text-decoration: none;
  line-height: 0;
  align-items: center;
}
.Contact_cont01, .Contact_cont02 {
  width: 46%;
}
.Contact_cont01:nth-child(1) a span {
  font-size: 45px;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
.Contact_cont01:nth-child(1) a img {
  margin-right: 10px;
  align-items: center;
}
.Contact_cont01:nth-child(1) a small {
  font-size: 14px;
  line-height: 1.2;
  display: block;
  margin: -40px 0 0;
  font-weight: normal;
}
.Contact_cont01:nth-child(2) a {
  display: flex;
  height: 145px;
  background: #fff;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.Contact_cont02 a {
  background: #fff;
  display: flex;
  height: 145px;
  width: 100%;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 0 40px;
  flex-wrap: wrap;
  justify-content: center;
  text-decoration: none;
  line-height: 0;
  align-items: center;
  font-size: 24px;
}
.Contact_cont02 a img {
  margin-right: 20px;
}
section.top10 {
  padding: 120px 0;
}
section.about_area .txt figure {
  display: none;
}
@media screen and (max-width: 1200px) {
  .Inner1200 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  div#ibox-corporations {
    height: 65vw;
    background: url("../img/corp/mv-bg.webp") bottom center;
    background-repeat: repeat-x;
    background-size: cover;
  }
  div#ibox-corporations .Inner {
    height: 65vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #content {
    padding-top: 0;
    width: auto;
  }
  section.about_area:before {
    content: url("../img/corp/about_img1.webp");
    position: absolute;
    left: -50px;
  }
  section.about_area:after {
    content: url("../img/corp/about_img2.webp");
    position: absolute;
    right: -50px;
    bottom: 100px;
  }
  section.about_area .txt {
    position: relative;
    z-index: 1;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  }
  .Contact_cont01, .Contact_cont02 {
    width: 49%;
  }
  .Contact_cont01:nth-child(1) a img {
    margin-right: 10px;
    align-items: center;
    width: 35px;
  }
  .Contact_cont01:nth-child(1) a span {
    font-size: 40px;
    font-family: "Noto Serif JP", serif;
    line-height: 1;
  }
  .Contact_cont01:nth-child(1) a small {
    font-size: 14px;
    line-height: 1.2;
    display: block;
    margin: -40px 0 0;
    font-weight: normal;
    width: 100%;
    text-align: center;
  }
  .Contact_cont02 a img {
    width: 35px;
    margin-right: 10px;
  }
  .case-box {
    width: 49%;
    background: #fff;
    padding: 20px;
  }
  .voice-box {
    background: #fff;
    width: 49%;
    padding: 20px;
  }
  .voice_cont .txt {
    width: calc(100% - 110px);
  }
}
@media screen and (max-width: 768px) {
  #content #main section.Commitment_area h3 {
    font-size: 23px;
  }
  section.case-voice_area .Inner1200 {
    flex-wrap: wrap;
  }
  .case-box {
    width: 100%;
    background: #fff;
    padding: 20px;
    margin-bottom: 50px;
  }
  section.case-voice_area ul li {
    width: 44%;
    position: relative;
    text-align: center;
  }
  .voice-box {
    background: #fff;
    width: 100%;
    padding: 20px;
  }
  .voice_cont .txt {
    width: calc(100% - 150px);
  }
  .Contact_cont01:nth-child(1) a span {
    font-size: 30px;
    font-family: "Noto Serif JP", serif;
    line-height: 1;
  }
  .Contact_cont02 a {
    padding: 0 20px;
  }
}
@media screen and (max-width: 599px) {
  div#ibox-corporations {
    height: 100vw;
    background: url("../img/corp/mv-bg.webp") bottom center;
    background-repeat: repeat-x;
    background-size: cover;
  }
  div#ibox-corporations .Inner {
    height: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #content #main .corp_h2 h2 {
    text-align: center;
    font-size: 32px;
    margin: 0px 0 50px;
    padding: 0;
    font-weight: normal;
  }
  #content #main section.about_area h3 {
    text-align: center;
    background: none;
    font-size: 28px;
    color: #333;
    margin-bottom: 40px;
  }
  section.about_area:before, section.about_area:after {
    content: none;
  }
  #content #main section.about_area .txt p {
    text-align: left;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 50px;
  }
  section.about_area .txt figure {
    display: block;
    margin-bottom: 20px;
  }
  section.Item_area ul li {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    transition: .5s;
  }
  section.Commitment_area ul {
    flex-wrap: wrap;
  }
  section.Commitment_area ul li {
    width: 100%;
    margin: 0 0 20px;
  }
  section.Works_area ul li {
    width: 48%;
    height: 46px;
    background: url("../img/corp/works-btn.webp");
    background-size: 100% 100%;
    margin-bottom: 20px;
  }
  .Inner1200 {
    padding: 0 15px;
  }
  .voice_cont {
    flex-wrap: wrap;
  }
  .voice_cont figure {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .voice_cont .txt {
    width: 100%;
  }
  .Contact_box {
    flex-wrap: wrap;
  }
  .Contact_cont01, .Contact_cont02 {
    width: 100%;
    margin-bottom: 20px;
  }
  .Contact_cont01:nth-child(1) a span {
    font-size: 32px;
    font-family: "Noto Serif JP", serif;
    line-height: 1;
  }
  section.Item_area ul li div {
    font-size: 16px;
    left: 15px;
    z-index: 1;
  }
  section.Item_area ul li {
    width: 50%;
    text-align: center;
    position: relative;
    margin-bottom: 0;
    transition: .5s;
  }
  section.Item_area ul li:nth-child(even) {
    margin-top: 30px;
  }
}
/*下層クリーニングページ*/
.page-template-page-corporations-under #content article#main {
  padding: 70px 0;
}
.cleaninng_head {
  margin-bottom: 50px;
}
.cleaninng_flow_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cleaninng_flow_cont figure {
  width: 200px;
}
.cleaninng_flow_cont .txt {
  width: calc(100% - 230px);
}
.cleaninng_flow_box {
  margin-bottom: 80px;
  position: relative;
}
.cleaninng_flow_box:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 125px 0px 125px;
  border-color: #857fa6 transparent transparent transparent;
  position: absolute;
  left: 0;
  bottom: -55px;
  right: 0;
  margin: auto;
}
.cleaninng_flow_box:last-child:before {
  content: none;
}
.cleaninng_flow {}
.cleaninng_dif {
  margin-bottom: 50px;
}
.cleaninng_dif_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cleaninng_dif_cont figure {
  width: 48%;
}
.cleaninng_dif_cont .txt {
  width: 48%;
}
.cleaninng_Achievements_cont ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cleaninng_Achievements_cont ul li {
  width: 48%;
  text-align: center;
  margin-bottom: 20px;
}
.cleaninng_Achievements_cont {
  margin-bottom: 50px;
}
#content #main h3 span {
  font-size: 0.8em;
}
.cleaninng_dif_cont2 {
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.corp_item01 ul {
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.corp_item02 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
    flex-wrap: wrap;
}

.corp_item02 figure {
    width: 48%;
}

.corp_item02 .txt {
    width: 48%;
}
@media screen and (max-width: 899px) {
	.corp_item01 ul li {
    width: 48%;
    text-align: center;
    margin-bottom: 20px;
}
}
@media screen and (max-width: 599px) {
  .cleaninng_flow_cont {
    flex-wrap: wrap;
  }
  .cleaninng_flow_cont figure {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .cleaninng_flow_cont .txt {
    width: 100%;
  }
  .cleaninng_dif_cont {
    flex-wrap: wrap;
  }
  .cleaninng_dif_cont .txt {
    width: 100%;
  }
  .cleaninng_dif_cont figure {
    width: 100%;
    margin-bottom: 20px;
  }.corp_item02 .txt {
    width: 100%;
}.corp_item01 ul li a.btn-round1 {
    min-width: 100%;
    padding: 0 50px 0 10px;
}
.corp_item02 {
    flex-wrap: wrap;
}
.flowbox {
    padding: 10px;
}
.corp_item02 figure {
    width: 100%;
    padding: 20px;
}.sq1.fs2.ac {
    text-align: left;
}

.sq1.fs2.ac br {
    display: none;
}
}