/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/page/page-temp/for_company/for_company.scss ***!
  \*******************************************************************************************************************************************************************************************************/
.centering, .centering_fix {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.centeringY {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.centeringX {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.centering_fix {
  position: fixed;
}

.centering_fix {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-fcompany {
  background-color: #fff;
}
.page-fcompany .page-top {
  padding: 5rem 0 2rem;
  margin: 0;
  background: #fff;
}

.fc-header {
  position: relative;
  z-index: 1;
  height: 35vw;
  border-top: 1px solid #d8d8d8;
  overflow: hidden;
}
@media screen and (min-width: 1600px) {
  .fc-header {
    height: 37rem;
  }
}
@media screen and (max-width: 959px) {
  .fc-header {
    height: auto;
    padding-top: 76vh;
  }
}
@media screen and (max-width: 374px) {
  .fc-header {
    height: 80vh;
  }
}
.fc-header .title-wrap {
  background-color: #fff;
  width: 50%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 959px) {
  .fc-header .title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 374px) {
  .fc-header .title-wrap {
    height: 62%;
  }
}
.fc-header .title-wrap::after {
  content: "";
  height: 101%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
  position: absolute;
  top: 0;
  right: -20%;
  width: 20%;
}
@media screen and (max-width: 959px) {
  .fc-header .title-wrap::after {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
    top: -30%;
    right: 0;
    width: 101%;
    height: 30%;
  }
}
.fc-header .title-inner {
  position: absolute;
  top: 45%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  .fc-header .title-inner {
    position: static;
    -webkit-transform: none;
    transform: none;
    text-align: center;
  }
}
.fc-header .title-inner .title {
  font-size: 2.2vw;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 1600px) {
  .fc-header .title-inner .title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 959px) {
  .fc-header .title-inner .title {
    font-size: 2rem;
    line-height: 1;
    text-align: center;
  }
}
.fc-header .title-inner .title .small {
  font-size: 1em;
}
@media screen and (max-width: 959px) {
  .fc-header .title-inner .title .small {
    display: block;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .fc-header .title-inner .title .small {
    font-size: 4vw;
  }
}
.fc-header .title-inner .title .big {
  font-size: 2em;
}
@media screen and (max-width: 959px) {
  .fc-header .title-inner .title .big {
    display: inline-block;
    font-size: 4rem;
    margin: 0.5rem 0 1rem;
  }
}
@media screen and (max-width: 640px) {
  .fc-header .title-inner .title .big {
    font-size: 11vw;
  }
}
.fc-header .title-inner .title .big::after {
  content: "";
  background-image: url(/wp-content/themes/iwate-company/assets/images/icon/match.svg);
  background-repeat: no-repeat;
  width: 7.434vw;
  height: 3.812vw;
  display: inline-block;
  margin-left: 2vw;
  position: relative;
  top: 5px;
}
@media screen and (min-width: 1600px) {
  .fc-header .title-inner .title .big::after {
    width: 9rem;
    height: 4.8rem;
    top: 16px;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 959px) {
  .fc-header .title-inner .title .big::after {
    display: none;
  }
}
.fc-header .title-inner .title .text {
  font-size: 1rem;
  display: block;
}
@media screen and (max-width: 959px) {
  .fc-header .title-inner .title .text {
    font-size: 0.8rem;
  }
  .fc-header .title-inner .title .text::after {
    content: "";
    background-image: url(/wp-content/themes/iwate-company/assets/images/icon/match.svg);
    background-repeat: no-repeat;
    width: 12vw;
    height: 6.5vw;
    margin: 2rem auto 3rem;
  }
}
@media screen and (max-width: 959px) and (max-width: 640px) {
  .fc-header .title-inner .title .text::after {
    width: 24vw;
    height: 13vw;
  }
}
@media screen and (max-width: 640px) {
  .fc-header .title-inner .title .text {
    font-size: 2.3vw;
  }
}
.fc-header .video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .fc-header .video {
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    z-index: -1;
  }
}
.fc-header .video video {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .fc-header .video video {
    width: auto;
    height: 68vh;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }
}
@media screen and (max-width: 959px) and (max-width: 640px) {
  .fc-header .video video {
    height: 60vh;
  }
}
.fc-section {
  border-top: 2px solid #d8d8d8;
}
@media screen and (max-width: 959px) {
  .fc-section {
    position: relative;
    z-index: 1;
    background-color: #fff;
  }
}
.fc-section:last-child {
  border-bottom: 2px solid #d8d8d8;
}
.fc-section.about .cnt-box {
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .fc-section.about .cnt-box {
    display: block;
  }
}
.fc-section.about .cnt-box h1 {
  margin: 0;
}
.fc-section.about .cnt-box p {
  margin: 0;
}
.fc-section.about .cnt-box .item-l {
  width: 46%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6% 1rem;
  border-right: 2px solid #d8d8d8;
}
@media screen and (max-width: 959px) {
  .fc-section.about .cnt-box .item-l {
    width: 100%;
    max-width: inherit;
    border-right: none;
    border-bottom: 2px solid #d8d8d8;
    padding: 3rem 21px;
    background-color: #f6f8f9;
  }
}
.fc-section.about .cnt-box .item-l .title {
  color: #F16D1A;
  font-size: 1.4rem;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
}
@media screen and (max-width: 959px) {
  .fc-section.about .cnt-box .item-l .title {
    font-size: 1.3rem;
  }
}
.fc-section.about .cnt-box .item-r {
  padding: 8%;
  position: relative;
}
@media screen and (max-width: 959px) {
  .fc-section.about .cnt-box .item-r {
    margin: 3rem 3% 5rem;
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  .fc-section.about .cnt-box .item-r {
    padding: 8% 5%;
  }
}
.fc-section.about .cnt-box .item-r::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 0;
  border-color: #F16D1A transparent transparent transparent;
  position: absolute;
  top: -2px;
  left: -2px;
}
@media screen and (max-width: 640px) {
  .fc-section.about .cnt-box .item-r::before {
    border-width: 10px 10px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .fc-section.about .cnt-box .item-r::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #F16D1A transparent;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 959px) and (max-width: 640px) {
  .fc-section.about .cnt-box .item-r::after {
    border-width: 0 0 10px 10px;
  }
}
.fc-section.about .cnt-box .item-r .subtitle {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 500;
  color: #6a9f3b;
}
@media screen and (max-width: 640px) {
  .fc-section.about .cnt-box .item-r .subtitle {
    font-size: 1.4rem;
  }
}
.fc-section.about .cnt-box .item-r p {
  margin: 0 auto 3rem;
}
.fc-section.about .cnt-box .item-r p:last-child {
  margin-bottom: 0;
}
.fc-section.plan {
  padding: 8rem 1rem;
}
@media screen and (max-width: 959px) {
  .fc-section.plan {
    padding: 0;
  }
}
.fc-section.plan .cnt-box {
  max-width: 1000px;
  margin: 0 auto;
}
.fc-section.plan .cnt-box > .title {
  color: #F16D1A;
  text-align: center;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 4rem;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.fc-section.plan .cnt-box > .text {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 959px) {
  .fc-section.plan .cnt-box .title {
    font-size: 1.3rem;
    margin: 0;
    padding: 3rem 0;
    border-bottom: 2px solid #d8d8d8;
    background-color: #f6f8f9;
  }
}
@media screen and (max-width: 959px) {
  .fc-section.plan .cnt-box .text {
    padding: 1.5rem;
    margin: 2rem auto 1.5rem;
  }
}
.fc-section.plan .rectangle {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .fc-section.plan .rectangle {
    padding: 1.5rem;
    margin-bottom: 4rem;
    display: block;
  }
}
.fc-section.plan .rectangle .item {
  width: 32%;
  color: #F16D1A;
  border: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 2%;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  position: relative;
}
@media screen and (max-width: 959px) {
  .fc-section.plan .rectangle .item {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 2rem;
    padding: 2rem;
    font-size: 1.15rem;
  }
}
.fc-section.plan .rectangle .item::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-left: 2px solid #F16D1A;
  border-top: 2px solid #F16D1A;
  top: -1px;
  left: -1px;
}
.fc-section.plan .rectangle .item::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-right: 2px solid #F16D1A;
  border-bottom: 2px solid #F16D1A;
  right: -1px;
  bottom: -1px;
}
.fc-section.merit {
  padding: 11rem 0 8rem;
}
@media screen and (max-width: 959px) {
  .fc-section.merit {
    padding: 8rem 0;
  }
}
.fc-section.merit .cnt-box {
  max-width: 1200px;
  margin: 0 auto;
}
.fc-section.merit .cnt-box h1 {
  margin: 0 auto 2rem;
  font-size: 20px;
  color: #F16D1A;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .fc-section.merit .cnt-box h1 {
    padding: 0 21px;
  }
}
.fc-section.merit .cnt-box .h {
  font-size: 1.25rem;
  text-align: center;
  margin: 0 auto 55px;
  position: relative;
  display: table;
}
@media screen and (max-width: 959px) {
  .fc-section.merit .cnt-box .h {
    padding: 0 21px;
  }
}
.fc-section.merit .cnt-box .h::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #999;
  position: absolute;
  top: 12px;
  left: -80px;
}
.fc-section.merit .cnt-box .h::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #999;
  position: absolute;
  top: 12px;
  right: -80px;
}
.fc-section.merit .cnt-box .h img {
  display: inline-block;
  position: relative;
  top: 4px;
}
.fc-section.merit .cnt-box .u {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto 157px;
}
@media screen and (max-width: 959px) {
  .fc-section.merit .cnt-box .u {
    flex-direction: column;
    margin: 0 auto 55px;
    width: 100%;
    padding: 0 8%;
  }
}
.fc-section.merit .cnt-box .u li {
  margin: 0 0 13px;
  width: 50%;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .fc-section.merit .cnt-box .u li {
    width: 100%;
  }
}
.fc-section.merit .cnt-box .u li:nth-of-type(3) {
  margin: 0;
}
@media screen and (max-width: 959px) {
  .fc-section.merit .cnt-box .u li:nth-of-type(3) {
    margin: 0 0 13px;
  }
}
.fc-section.merit .cnt-box .u li:nth-of-type(4) {
  margin: 0;
}
@media screen and (max-width: 959px) {
  .fc-section.merit .cnt-box .u li:nth-of-type(4) {
    margin: 0 0 13px;
  }
}
.fc-section.merit .cnt-box .m {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 55px;
}
@media screen and (max-width: 959px) {
  .fc-section.merit .cnt-box .m {
    flex-direction: column;
    background-color: #ddd;
    padding: 34px 0;
    width: 90%;
    margin: 0 auto 55px;
  }
}
.fc-section.merit .cnt-box .m div {
  background-color: #ddd;
  width: 33.3333333333%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .fc-section.merit .cnt-box .m div {
    flex-direction: column;
    width: 100%;
  }
}
.fc-section.merit .cnt-box .m div p {
  background-color: #ddd;
  padding: 18px 30px;
}
@media screen and (max-width: 959px) {
  .fc-section.merit .cnt-box .m div p {
    padding: 21px;
    margin: 0;
  }
}
.fc-section.merit .cnt-box .m div img {
  height: 100%;
  flex-shrink: 0;
  width: 20%;
}
@media screen and (max-width: 959px) {
  .fc-section.merit .cnt-box .m div img {
    width: 30px;
    transform: rotate(90deg);
  }
}
.fc-section.merit .cnt-box .a {
  margin: 0 auto 55px;
  height: 53px;
}
.fc-section.merit .cnt-box .m2 {
  background-color: #ddd;
  display: flex;
  justify-content: space-between;
  padding: 30px 20%;
  margin: 0 0 157px;
}
@media screen and (max-width: 959px) {
  .fc-section.merit .cnt-box .m2 {
    padding: 30px 21px;
    margin: 0 auto 55px;
    flex-direction: column;
    width: 90%;
  }
}
@media screen and (max-width: 959px) {
  .fc-section.merit .cnt-box .m2 p {
    margin: 0 0 13px;
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .fc-section.merit .cnt-box .m2 p:last-of-type {
    margin: 0;
  }
}
.fc-section.merit .cnt-box > .text {
  text-align: center;
  margin: 0 auto 80px;
}
.fc-section.merit .cnt-box .point {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .fc-section.merit .cnt-box .point {
    display: block;
  }
}
.fc-section.merit .cnt-box .point .item {
  flex-basis: 27%;
}
@media screen and (max-width: 1200px) {
  .fc-section.merit .cnt-box .point .item {
    flex-basis: 30%;
    max-width: 440px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 959px) {
  .fc-section.merit .cnt-box .point .item {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 959px) {
  .fc-section.merit .cnt-box .point .item:last-child {
    margin-bottom: 0;
  }
}
.fc-section.merit .cnt-box .point .item img {
  margin: 0 auto 3rem;
  height: 7rem;
}
@media screen and (max-width: 640px) {
  .fc-section.merit .cnt-box .point .item img {
    height: 7rem;
  }
}
.fc-section.merit .cnt-box .point .item .inner {
  text-align: center;
}
.fc-section.merit .cnt-box .point .item .title {
  color: #F16D1A;
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 0 2rem;
}
@media screen and (max-width: 959px) {
  .fc-section.merit .cnt-box .point .item .title {
    font-size: 1.25rem;
  }
}
.fc-section.merit .cnt-box .point .item .text {
  font-size: 0.95rem;
  text-align: left;
  margin-bottom: 0;
}
.fc-section.merit .merit_content {
  background-color: #f1f1f1;
  padding: 157px 0 0;
}
@media screen and (max-width: 959px) {
  .fc-section.merit .merit_content {
    padding: 55px 0 0;
  }
}
.fc-section.merit .merit_content .merit_box {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .fc-section.merit .merit_content .merit_box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 6%;
  }
}
.fc-section.merit .merit_content .merit_box h2 {
  font-size: 20px;
  color: #F16D1A;
  text-align: center;
  margin: 0 0 55px;
}
.fc-section.merit .merit_content .merit_box > p {
  font-weight: bold;
  margin: 0 0 21px;
  text-align: center;
}
.fc-section.merit .merit_content .merit_box .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 157px;
}
@media screen and (max-width: 959px) {
  .fc-section.merit .merit_content .merit_box .wrap {
    margin: 0 0 55px;
    flex-direction: column;
  }
}
.fc-section.merit .merit_content .merit_box .wrap .box {
  background-color: #fff;
  padding: 50px 30px 30px;
  margin: 0 0 21px;
  width: 32%;
}
@media screen and (max-width: 959px) {
  .fc-section.merit .merit_content .merit_box .wrap .box {
    padding: 34px 21px;
    width: 100%;
  }
}
.fc-section.merit .merit_content .merit_box .wrap .box:nth-of-type(1) > img {
  height: 68px;
}
.fc-section.merit .merit_content .merit_box .wrap .box:nth-of-type(2) > img {
  height: 74px;
}
.fc-section.merit .merit_content .merit_box .wrap .box:nth-of-type(3) > img {
  height: 70px;
}
.fc-section.merit .merit_content .merit_box .wrap .box:nth-of-type(4) > img {
  height: 70px;
}
.fc-section.merit .merit_content .merit_box .wrap .box:nth-of-type(5) > img {
  height: 68px;
}
.fc-section.merit .merit_content .merit_box .wrap .box:nth-of-type(6) > img {
  height: 64px;
}
.fc-section.merit .merit_content .merit_box .wrap .box > img {
  margin: 0 auto 34px;
}
.fc-section.merit .merit_content .merit_box .wrap .box > h3 {
  font-size: 18px;
  color: #F16D1A;
  margin: 0 0 21px;
  text-align: center;
}
.fc-section.merit .merit_content > h2 {
  position: relative;
  text-align: center;
  display: table;
  margin: 0 auto 34px;
  font-size: 1.25rem;
}
.fc-section.merit .merit_content > h2::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #999;
  position: absolute;
  top: 12px;
  left: -80px;
}
.fc-section.merit .merit_content > h2::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #999;
  position: absolute;
  top: 12px;
  right: -80px;
}
.fc-section.merit .merit_content .user {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto 34px;
}
@media screen and (max-width: 959px) {
  .fc-section.merit .merit_content .user {
    padding: 0 6%;
    flex-direction: column;
  }
}
.fc-section.merit .merit_content .user .box {
  width: 32%;
}
@media screen and (max-width: 959px) {
  .fc-section.merit .merit_content .user .box {
    width: 100%;
    margin: 0 0 34px 0px;
  }
}
.fc-section.merit .merit_content .user .box h3 {
  color: #F16D1A;
  font-weight: bold;
  text-align: center;
  font-size: 1.3rem;
  background-color: #fff;
  margin: 0 0 5px;
  padding: 14px 0;
}
.fc-section.merit .merit_content .user .box div {
  background-color: #fff;
  padding: 30px;
}
.fc-section.merit .merit_content .a_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 157px;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .fc-section.merit .merit_content .a_box {
    width: 88%;
    flex-direction: column;
    margin: 0 auto 55px;
  }
}
.fc-section.merit .merit_content .a_box h2 {
  background-color: #fff;
  color: #F16D1A;
  text-align: center;
  width: 20%;
  font-size: 1.3rem;
}
@media screen and (max-width: 959px) {
  .fc-section.merit .merit_content .a_box h2 {
    padding: 21px 0;
    margin: 0;
    width: 100%;
  }
}
.fc-section.merit .merit_content .a_box div {
  background-color: #fff;
  width: 80%;
  border-left: 4px solid #f1f1f1;
  padding: 40px;
}
@media screen and (max-width: 959px) {
  .fc-section.merit .merit_content .a_box div {
    background-color: #fff;
    width: 100%;
    border-top: 4px solid #f1f1f1;
    border-left: none;
    padding: 34px;
  }
}
.fc-section.merit .merit_content .a_box div p {
  margin: 0;
}
.fc-section.merit .merit_content .a_box div p img {
  display: inline-block;
  margin: 0 13px 0 0;
  width: 60px;
}
@media screen and (max-width: 959px) {
  .fc-section.merit .merit_content .a_box div p img {
    width: 60px;
  }
}
.fc-section.merit .merit_content .a_box div p span {
  background-color: #dbdc3e;
  padding: 3px 5px;
  position: relative;
  bottom: 8px;
}
.fc-section.merit .merit_content .koe {
  padding: 157px;
  background-color: #F16D1A;
}
@media screen and (max-width: 959px) {
  .fc-section.merit .merit_content .koe {
    padding: 55px 34px;
  }
}
.fc-section.merit .merit_content .koe .wrap {
  max-width: 1050px;
  margin: 0 auto;
}
.fc-section.merit .merit_content .koe .wrap > h2 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin: 0 0 89px;
}
@media screen and (max-width: 959px) {
  .fc-section.merit .merit_content .koe .wrap > h2 {
    margin: 0 0 55px;
  }
}
.fc-section.merit .merit_content .koe .wrap .box_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .fc-section.merit .merit_content .koe .wrap .box_wrap {
    flex-direction: column;
  }
}
.fc-section.merit .merit_content .koe .wrap .box_wrap .box {
  width: 43%;
  background-color: #fff;
  margin: 0 0 34px;
}
@media screen and (max-width: 959px) {
  .fc-section.merit .merit_content .koe .wrap .box_wrap .box {
    width: 100%;
  }
}
.fc-section.merit .merit_content .koe .wrap .box_wrap .box > p {
  border-bottom: 1px solid #F16D1A;
  position: relative;
  padding: 40px;
  display: inline-block;
  margin: 0 0 34px;
}
.fc-section.merit .merit_content .koe .wrap .box_wrap .box > p:before {
  position: absolute;
  left: 50%;
  top: 100%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  border-width: 14px 10px 14px 10px;
  border-top-color: #F16D1A;
  margin-left: -10px;
}
.fc-section.merit .merit_content .koe .wrap .box_wrap .box > p:after {
  position: absolute;
  left: 50%;
  top: 100%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  border-width: 14px 10px 14px 10px;
  border-top-color: #FFFFFF;
  margin: -1px 0 0 -10px;
}
.fc-section.merit .merit_content .koe .wrap .box_wrap .box > div img {
  height: 58px;
  margin: 0 auto 13px;
}
.fc-section.merit .merit_content .koe .wrap .box_wrap .box > div p {
  text-align: center;
}
.fc-section.merit .merit_content .koe .wrap .box_wrap .box > div p span {
  font-weight: bold;
  display: block;
  font-weight: 16px;
}
.fc-section .listing-fee {
  text-align: center;
}
.fc-section .listing-fee h2 {
  position: relative;
  text-align: center;
  display: table;
  margin: 0 auto 34px;
  font-size: 1.25rem;
}
.fc-section .listing-fee h2::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #999;
  position: absolute;
  top: 12px;
  left: -80px;
}
.fc-section .listing-fee h2::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #999;
  position: absolute;
  top: 12px;
  right: -80px;
}
.fc-section .listing-fee p {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.fc-section .listing-fee__appeal {
  font-weight: 600;
  font-size: 1.15rem;
}
.fc-section .listing-fee__content {
  display: flex;
  justify-content: space-evenly;
  max-width: 900px;
  width: 90%;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 11rem;
  gap: 3rem;
}
.fc-section .listing-fee__content .initial-cost, .fc-section .listing-fee__content .monthly-cost, .fc-section .listing-fee__content .option-cost {
  width: 400px;
  display: flex;
  flex-direction: column;
  border: #333333 1px solid;
  font-weight: 600;
}
.fc-section .listing-fee__content .initial-cost__cost, .fc-section .listing-fee__content .monthly-cost__cost, .fc-section .listing-fee__content .option-cost__cost {
  font-size: 1.6rem;
  color: #fff;
  background-color: #F16D1A;
  padding: 1.6rem 1.8rem;
}
.fc-section .listing-fee__content .initial-cost__cost span, .fc-section .listing-fee__content .monthly-cost__cost span, .fc-section .listing-fee__content .option-cost__cost span {
  display: block;
  font-size: 0.9rem;
}
.fc-section .listing-fee__content .initial-cost__breakdown, .fc-section .listing-fee__content .initial-cost .total-cost, .fc-section .listing-fee__content .monthly-cost__breakdown, .fc-section .listing-fee__content .monthly-cost .total-cost, .fc-section .listing-fee__content .option-cost__breakdown, .fc-section .listing-fee__content .option-cost .total-cost {
  background-color: #eee;
  padding: 1.6rem 1.8rem;
}
.fc-section .listing-fee__content .initial-cost__breakdown, .fc-section .listing-fee__content .monthly-cost__breakdown, .fc-section .listing-fee__content .option-cost__breakdown {
  font-size: 1.3rem;
}
.fc-section .listing-fee__content .initial-cost > div, .fc-section .listing-fee__content .initial-cost ul, .fc-section .listing-fee__content .monthly-cost > div, .fc-section .listing-fee__content .monthly-cost ul, .fc-section .listing-fee__content .option-cost > div, .fc-section .listing-fee__content .option-cost ul {
  border-bottom: #999 1px solid;
}
.fc-section .listing-fee__content .initial-cost ul, .fc-section .listing-fee__content .monthly-cost ul, .fc-section .listing-fee__content .option-cost ul {
  background-color: #fff;
  list-style-type: disc;
  text-align: left;
  padding: 2rem;
  flex: 1;
}
.fc-section .listing-fee__content .initial-cost ul .no-bullet, .fc-section .listing-fee__content .monthly-cost ul .no-bullet, .fc-section .listing-fee__content .option-cost ul .no-bullet {
  list-style-type: none;
  font-weight: 400;
}
.fc-section .listing-fee__content .initial-cost .total-cost, .fc-section .listing-fee__content .monthly-cost .total-cost, .fc-section .listing-fee__content .option-cost .total-cost {
  font-size: 2rem;
  text-align: center;
}
.fc-section .listing-fee__content .initial-cost .total-cost span, .fc-section .listing-fee__content .monthly-cost .total-cost span, .fc-section .listing-fee__content .option-cost .total-cost span {
  font-size: 1.5rem;
}
@media screen and (max-width: 959px) {
  .fc-section .cnt-box {
    padding-bottom: 1rem;
  }
}

.flow {
  padding: 8rem 1rem;
  border-top: 2px solid #d8d8d8;
}
@media screen and (max-width: 959px) {
  .flow {
    padding: 0;
    position: relative;
    z-index: 1;
    background-color: #fff;
  }
}
.flow .cnt-box {
  max-width: 1200px;
  margin: 0 auto;
}
.flow .cnt-box > .title {
  text-align: center;
  color: #F16D1A;
  font-size: 2rem;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  margin: 0 0 6rem;
}
@media screen and (max-width: 959px) {
  .flow .cnt-box > .title {
    margin: 0;
    padding: 3rem 0;
    border-bottom: 2px solid #d8d8d8;
    font-size: 1.3rem;
    background-color: #f6f8f9;
  }
}
.flow .cnt-box .step {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .flow .cnt-box .step {
    justify-content: center;
    flex-wrap: wrap;
    padding: 3rem 1.5rem;
    margin: 1.5rem auto 0;
  }
}
.flow .cnt-box .step .item {
  text-align: center;
  width: 19%;
  margin: 0 0.5%;
}
@media screen and (max-width: 1050px) {
  .flow .cnt-box .step .item {
    width: 32%;
    margin: 0 0.5% 1rem;
  }
}
@media screen and (max-width: 959px) {
  .flow .cnt-box .step .item {
    width: 32%;
    margin: 0 0.5% 1rem;
  }
}
@media screen and (max-width: 640px) {
  .flow .cnt-box .step .item {
    width: 100%;
    margin: 0 0 3rem;
  }
}
.flow .cnt-box .step .item .title {
  background-color: #F16D1A;
  color: #fff;
  border-radius: 8px 8px 0 0;
  padding: 1rem 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 900;
  position: relative;
}
@media screen and (max-width: 959px) {
  .flow .cnt-box .step .item .title {
    font-weight: bold;
  }
}
.flow .cnt-box .step .item .title::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #F16D1A transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow .cnt-box .step .item .text {
  background-color: #f8f8f8;
  border-radius: 0 0 8px 8px;
  margin: 0;
  padding: 3rem 0.5rem;
  color: #F16D1A;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .flow .cnt-box .step .item .text {
    padding: 2rem 0.5rem;
  }
}
@media screen and (max-width: 959px) {
  .flow .cnt-box .text {
    padding: 1.5rem;
    margin: 2rem auto 1.5rem;
  }
}

.contact {
  padding: 0 1rem;
}
@media screen and (max-width: 959px) {
  .contact {
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
    background-color: #fff;
  }
}
.contact .cnt-box {
  max-width: 1200px;
  margin: 0 auto;
}
.contact .cnt-box .inner {
  padding: 4rem;
  border: 1px solid #d8d8d8;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 959px) {
  .contact .cnt-box .inner {
    padding: 4rem 1.5rem;
  }
}
.contact .cnt-box .inner::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-top: 2px solid #F16D1A;
  border-left: 2px solid #F16D1A;
  top: -1px;
  left: -1px;
}
.contact .cnt-box .inner::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-bottom: 2px solid #F16D1A;
  border-right: 2px solid #F16D1A;
  right: -1px;
  bottom: -1px;
}
.contact .cnt-box .inner .title {
  margin: 0 auto 2rem;
  font-size: 20px;
  color: #F16D1A;
}
@media screen and (max-width: 959px) {
  .contact .cnt-box .inner .title {
    font-size: 0.95rem;
  }
}
.contact .cnt-box .inner .title::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-bottom: 2px solid #F16D1A;
  border-left: 2px solid #F16D1A;
  bottom: -1px;
  left: -1px;
}
.contact .cnt-box .inner .title::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-top: 2px solid #F16D1A;
  border-right: 2px solid #F16D1A;
  right: -1px;
  top: -1px;
}
.contact .cnt-box .inner .btn {
  margin: 0 auto;
  width: 20rem;
}
@media screen and (max-width: 959px) {
  .contact .cnt-box .inner .btn {
    width: 90%;
    max-width: 450px;
  }
}
.contact .cnt-box .inner .btn a {
  color: #fff;
}

::before, ::after {
  display: block;
}

/*# sourceMappingURL=for_company.css.map*/