@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");

/*  ----------------------------------------------------------

index

----------------------------------------------------------  */
#main {
  position: relative;
  width: 100%;
  height: 64rem;
}

.kv-catch {
  position: absolute;
  left: 4rem;
  top: 45rem;
  width: 48rem;
  z-index: 999;
}

.kv-lead {
  position: absolute;
  right: 0;
  bottom: -3rem;
  background-image: -moz-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  color: #fff;
  font-size: 2.2rem;
  line-height: 1;
  padding: 4rem 4rem 3.8rem 4rem;
  z-index: 999;
}

.top-news {
  padding: 10rem 10% 0 10%;
  display: flex;
  align-items: flex-start;
}

.top-news h2 {
  text-align: center;
  line-height: 1;
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 6rem;
  width: 20%;
}

.top-news dl {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
}

.top-news dl dt {
  width: 20%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #999;
}

.top-news dl dd {
  width: 80%;
}

.top-news {
  .content-wrap {
    height: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 0 1.1rem;
  }
  .close-btn,
  .more-btn {
    display: block;
    width: 100%;
    padding: 80px 0 0;
    margin: 50px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    background: -moz-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      rgba(244, 244, 246, 1) 60%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      rgba(244, 244, 246, 1) 60%
    );
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(244, 244, 246, 1) 60%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(
              startColorstr='#00ffffff',
              endColorstr='#ffffff',
              GradientType=0
            );
  }
  .close-btn {
    background: none;
  }
  .slide-up {
    height: 550px;
    padding-bottom: 0;
    overflow: hidden;
  }
  .slide-down {
    height: auto;
    overflow: visible;
    padding-bottom: 50px;
  }
  .more-btn p {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    color: #fff;
    width: 12rem;
    padding: 1rem 0;
    transition: all 0.3s;
    background-image: -moz-linear-gradient(
      180deg,
      rgb(250, 117, 145) 1%,
      rgb(255, 200, 10) 99%
    );
    background-image: -webkit-linear-gradient(
      180deg,
      rgb(250, 117, 145) 1%,
      rgb(255, 200, 10) 99%
    );
    background-image: -ms-linear-gradient(
      180deg,
      rgb(250, 117, 145) 1%,
      rgb(255, 200, 10) 99%
    );
    border-radius: 4rem;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic",
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP",
      "メイリオ", "Meiryo", sans-serif;
    position: relative;
    font-size: 1rem;
    margin: 1rem auto 0 auto;
  }
  .close-btn {
    padding: 0;
  }
  .close-btn p {
    background: #aaa;
  }
}

.top-mission {
  padding: 16rem 10%;
  position: relative;
}

.top-mission h2 {
  text-align: center;
  line-height: 1;
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 6rem;
}

.top-mission-inner {
  background: #fff;
  width: 70%;
  position: relative;
  padding: 8rem 10rem;
}

.top-mission h3 {
  font-weight: normal;
  color: #f28938;
  font-size: 2.2rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.top-mission h3 span {
  width: 24rem;
  position: absolute;
  left: -4rem;
  top: -3rem;
}

.top-mission p {
  margin-bottom: 5rem;
}

.top-mission::before {
  content: "";
  background: #f3caaf;
  width: 60%;
  height: 40rem;
  z-index: -1;
  display: block;
  position: absolute;
  left: 20%;
  bottom: 8rem;
  z-index: -2;
}

.top-mission::after {
  content: "";
  background-image: -moz-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  width: 45%;
  height: 48rem;
  z-index: -1;
  display: block;
  position: absolute;
  right: 10%;
  bottom: 12rem;
  z-index: -1;
}

.top-service {
  background-image: -moz-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  padding: 6rem;
  position: relative;
}

.top-service-inner {
  background: url(../img/top_bg1.png) no-repeat center;
  background-size: cover;
  height: 74rem;
}

.top-service-summary {
  width: calc(50% - 6rem);
  position: absolute;
  right: 6rem;
  top: 24rem;
}

.top-service h2 {
  text-align: center;
  font-weight: normal;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 4rem;
}

.top-service h2 span {
  display: block;
  width: 24rem;
  margin: 0 auto 1.5rem auto;
}

.top-service-summary p {
  color: #fff;
  width: 75%;
  margin: 0 auto 4rem auto;
}

.top-service-summary .more {
  margin: 0 auto;
}

.top-service-content {
  width: 40%;
  position: absolute;
  left: 9rem;
  top: 17rem;
}

.top-service-content > * {
  background: #fff;
  width: 100%;
  margin-bottom: 2px;
  padding: 1.7rem 0;
  display: flex;
  align-items: center;
  height: 15rem;
}

.top-service-content h3 {
  color: #f18336;
  text-align: center;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-left: 2rem;
  width: 70%;
}

.top-service-content h3 img {
  width: 80px;
  padding-top: 1rem;
}

.top-service-content p {
  font-size: 1.2rem;
  line-height: 1.8;
  padding: 0 2.1rem;
  width: 120%;
}

.top-service-content .more {
  text-align: center;
  line-height: 1;
  display: block;
  color: #fff;
  width: 12rem;
  padding: 1rem 0;
  transition: all 0.3s;
  background-image: -moz-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  border-radius: 4rem;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP",
    "メイリオ", "Meiryo", sans-serif;
  position: relative;
  font-size: 1rem;
  margin: 1rem auto 0 auto;
}

.top-service-content .more::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 49%;
  background: #fff;
  width: 1rem;
  height: 1px;
  transition: all 0.3s;
}

.top-service-content .more:hover::after {
  right: 0;
}

.top-member {
  padding: 12rem 5%;
  display: flex;
  background: linear-gradient(to right, #eee 50%, transparent 50%);
  position: relative;
}

.top-member::after {
  content: "";
  background-image: -moz-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  width: 55%;
  height: 36rem;
  position: absolute;
  left: 0;
  bottom: 18rem;
}

.top-member-img {
  width: 60%;
  position: relative;
  z-index: 1;
}

.top-member-txt {
  width: 60%;
  margin-left: -20%;
  background: #fff;
  padding: 5rem 5% 6rem 24%;
  margin-top: 6rem;
}

.top-member h2 {
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 4rem;
  text-align: center;
}

.top-member h2 span {
  display: block;
  width: 24rem;
}

.top-member p {
  margin-bottom: 3rem;
}

.top-member .more {
  margin: 0 auto;
}

.top-policy {
  padding: 12rem 5% 26rem 5%;
  background-image: -moz-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  position: relative;
}

.top-policy::before {
  content: "";
  background: #fff;
  height: 1px;
  width: 5%;
  display: block;
  position: absolute;
  left: 0;
  top: 13rem;
}

.top-policy h2 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 4rem;
  padding-left: 4rem;
  font-weight: bold;
}

.top-policy p {
  width: 50%;
  color: #fff;
  margin-bottom: 4rem;
  padding-left: 4rem;
}

.top-policy-inner {
  position: relative;
}

.top-policy-img {
  width: 55%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.top-policy-content {
  background: #fff;
  width: 80%;
  position: absolute;
  left: 0;
  bottom: -14rem;
  padding: 4rem 5rem 6rem 5rem;
}

.top-policy-content ol {
  margin-bottom: 3rem;
}

.top-policy-content ol li {
  font-size: 1.8rem;
}

.top-policy-content ol li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.top-policy-content ol li::before {
  width: 3.4rem;
  height: 3.4rem;
  border: solid 1px #f28938;
  border-radius: 50%;
  text-align: center;
  line-height: 3.6rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  color: #f28938;
  display: inline-block;
  margin-right: 1.2rem;
  vertical-align: 0.1rem;
}

.top-policy-content ol li:nth-child(1)::before {
  content: "01";
}

.top-policy-content ol li:nth-child(2)::before {
  content: "02";
}

.top-policy-content ol li:nth-child(3)::before {
  content: "03";
}

.top-policy-content ol li:nth-child(4)::before {
  content: "04";
}

.top-policy-content ol li:nth-child(5)::before {
  content: "05";
}

.top-recruit {
  padding: 6rem 5% 16rem 25%;
  position: relative;
}

.top-recruit::before {
  content: "";
  background: url(../img/top_txt1.png) no-repeat left top;
  background-size: 7rem auto;
  width: 7rem;
  height: 80rem;
  display: block;
  position: absolute;
  left: 6.8%;
  top: 12rem;
}

.top-recruit-img {
  position: relative;
  z-index: -2;
}

.top-recruit-content {
  background: #fff;
  width: 60%;
  position: relative;
  padding: 6rem;
  margin: -10rem 0 0 -10%;
}

.top-recruit-content::after {
  content: "";
  background-image: -moz-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  width: 100%;
  height: 40rem;
  position: absolute;
  right: -3rem;
  bottom: -2.2rem;
  z-index: -1;
  display: block;
}

.top-recruit h2 {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 3rem;
}

.top-recruit h2 span {
  width: 20rem;
  display: block;
  margin-bottom: 1.2rem;
}

.top-recruit ul {
  margin-bottom: 2rem;
  margin-left: 1.7rem;
}

.top-recruit ul li {
  list-style: disc;
  font-weight: bold;
}

.top-recruit ul li::marker {
  color: #ff7c10;
}

.top-contact {
  display: flex;
  position: relative;
  padding-bottom: 16rem;
  align-items: flex-start;
}

.top-contact::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 12rem;
  z-index: -2;
  width: 90%;
  height: 40rem;
  background-image: -moz-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
}

.top-contact-img {
  width: 55%;
}

.top-contact-img img {
  position: relative;
  z-index: 1;
}

.top-contact-content {
  background: #fff;
  width: 40%;
  padding: 5rem 6rem 5rem 9rem;
  margin: -4rem 0 0 -3rem;
}

.top-contact h2 {
  font-weight: normal;
  color: #f28938;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.top-contact h2 span {
  width: 26rem;
  display: block;
  margin-bottom: 1rem;
}

.top-contact p {
  margin-bottom: 3rem;
}

.top-contact .more {
  margin: 0 auto;
  position: relative;
  z-index: 999;
  width: 100%;
}

.hoken_link_index {
  margin: 0rem auto;
  padding: 2rem 0;
}

.hoken_link .more {
  margin: 3rem auto;
}

.hoken_link_head {
  margin-top: 3rem;
  text-align: center;
  font-weight: 100;
}

.hoken_span {
  color: #f18336;
}

.hoken_h3_span {
  font-size: 1rem;
  color: #f18336;
}

@media screen and (max-width: 1200px) {
  .top-service-content > * {
    background: #fff;
    width: 100%;
    margin-bottom: 0.2%;
    padding: 1.7rem 0;
    display: flex;
    align-items: center;
    /* height: 25%; */
  }

  .top-service-content {
    top: 15rem;
  }
}

@media screen and (max-width: 767px) {
  .hoken_link_index {
    padding: 2rem 0;
  }

  .hoken_link_index > * {
    margin: 0 auto;
  }

  #main {
    height: 48rem;
  }

  .kv-catch {
    left: 2rem;
    top: 35rem;
    width: 36rem;
  }

  .kv-lead {
    font-size: 1.8rem;
    padding: 2.5rem;
  }

  .top-news {
    padding: 10rem 5% 0 5%;
    display: block;
  }

  .top-news h2 {
    margin-bottom: 3rem;
    width: 100%;
  }

  .top-news dl {
    width: 100%;
    display: block;
  }

  .top-news dl dt {
    width: 100%;
    text-align: left;
  }

  .top-news dl dd {
    width: 100%;
  }

  .top-news dl dd:not(:last-of-type) {
    margin-bottom: 2rem;
  }

  .top-mission {
    padding: 10rem 5%;
  }

  .top-mission-inner {
    width: 100%;
    padding: 7rem 3rem 4rem 3rem;
  }

  .top-mission h3 span {
    width: 24rem;
    position: absolute;
    left: 3rem;
    top: -3rem;
  }

  .top-mission p {
    margin-bottom: 3rem;
  }

  .top-mission .more {
    margin: 0 auto;
  }

  .top-mission::before {
    content: "";
    width: 80%;
    left: 10%;
    bottom: 6rem;
    z-index: -2;
  }

  .top-mission::after {
    width: 70%;
    height: 48rem;
    right: 0;
    bottom: 8rem;
  }

  .top-service {
    padding: 3rem;
    height: auto;
  }

  .top-service-inner {
    background: none;
    height: auto;
  }

  .top-service-summary {
    width: 100%;
    background: url(../img/top_bg1_sp.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    right: 0;
    top: 0;
    padding: 5rem 0;
  }

  .top-service-content {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    display: block;
  }

  .top-service-content > * {
    width: 100%;
    padding: 1rem;
    margin-bottom: 1px;
    height: 30%;
  }

  .top-service-content p {
    padding: 0 0 0 2rem;
  }

  .top-service-content h3 {
    margin-left: 0rem;
    font-size: 1.8rem;
  }

  .top-member {
    padding: 10rem 5%;
    display: block;
    background: none;
  }

  .top-member::after {
    content: "";
    background-image: none;
    background-image: none;
    background-image: none;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
  }

  .top-member-img {
    width: 100%;
  }

  .top-member-txt {
    width: 100%;
    margin-left: 0;
    padding: 5rem 3rem;
    margin-top: 0;
  }

  .top-policy {
    padding: 10rem 5%;
  }

  .top-policy::before {
    content: "";
    background: #fff;
    height: 1px;
    width: 5%;
    display: block;
    position: absolute;
    left: 0;
    top: 11rem;
  }

  .top-policy h2 {
    font-size: 2.8rem;
  }

  .top-policy p {
    width: 100%;
    margin-bottom: 3rem;
    padding-left: 4rem;
  }

  .top-policy-img {
    width: 100%;
  }

  .top-policy-content {
    width: 100%;
    position: relative;
    bottom: 0;
    padding: 4rem 3rem;
  }

  .top-policy .more {
    margin: 0 auto;
  }

  .top-recruit {
    padding: 4rem 5% 10rem 5%;
    position: relative;
  }

  .top-recruit::before {
    content: "";
    background: none;
    background-size: 0;
    width: 0;
    height: 0;
    display: block;
    position: relative;
    left: 0;
    top: 0;
  }

  .top-recruit-content {
    background: #fff;
    width: 100%;
    position: relative;
    padding: 4rem 3rem;
    margin: 0;
  }

  .top-recruit-content::after {
    content: "";
    background-image: none;
    width: 100%;
    height: 0;
    right: 0;
    bottom: 0;
  }

  .top-recruit p {
    margin-bottom: 3rem;
  }

  .top-recruit .more {
    margin: 0 auto;
  }

  .top-contact {
    display: block;
    padding: 0 5% 10rem 5%;
  }

  .top-contact::after {
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    background-image: none;
  }

  .top-contact-img {
    width: 100%;
  }

  .top-contact-content {
    background: #fff;
    width: 100%;
    padding: 4rem 3rem;
    margin: 0;
  }
}

/*  ----------------------------------------------------------

mission 企業理念・会社情報

----------------------------------------------------------  */

.mission h4 {
  text-align: center;
  color: #f18336;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 4rem;
  line-height: 1;
}

.mission p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.4;
}

.action_p001 {
  width: 30%;
  width: 35%;
  margin: 0 auto;
  text-align: left !important;
  font-size: 1.6rem;
  line-height: 2.4;
  line-height: 1.8 !important;
}

.action_p_flex {
  display: flex;
}

.iso_sec {
  width: 100%;
}

.iso_sec p {
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.4;
  margin-bottom: 40px;
}

.iso_sec img {
  display: block;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}

.mission-management,
.mission-philosophy,
.mission-vision,
.mission-about {
  padding: 10rem 10%;
}

.mission-philosophy {
  background-image: -moz-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  color: #fff;
}

.mission-philosophy h4 {
  color: #fff;
}

.mission-about {
  background: url(../img/mission_bg2.jpg) no-repeat center;
  background-size: cover;
}

.mission-about-inner {
  background: rgba(255, 255, 255, 0.95);
  padding: 6rem;
}

.map {
  margin-bottom: 2rem;
}

.mission-sdgs {
  padding: 10rem 10%;
  background: url(../img/bg-line.png) repeat-x center top 2rem;
  background-size: auto 1.5rem;
  background-color: #fff;
}

.sdgs-line {
  background: url(../img/bg-line.png) repeat-x center top 2rem,
    url(../img/bg-line.png) repeat-x center bottom 2rem;
  background-size: auto 1.5rem;
  background-color: #fff;
}

.mission-sdgs-wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row-reverse;
}

.mission-sdgs-wrap > * {
  width: 46%;
}

.mission-sdgs h4 {
  text-align: left;
  line-height: 1.6;
  font-size: 3.6rem;
}

.mission-sdgs h5 {
  position: relative;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 3rem;
  color: #f18336;
  padding-left: 4rem;
}

.mission-sdgs h5::before {
  content: "";
  width: 3rem;
  height: 1px;
  background: #f18336;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}

.mission-sdgs p {
  text-align: left;
  line-height: 2.2;
}

.mission-sdgs p strong {
  font-size: 1.8rem;
  line-height: 1.8;
}

.mission-sdgs p strong span {
  color: #3e8ec8;
}

.mission-sdgs dl {
  display: flex;
  flex-wrap: wrap;
}

.mission-sdgs dl dt {
  width: 30%;
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: solid 1px #ddd;
}

.mission-sdgs dl dt > span {
  display: block;
  width: 48%;
  margin: 0 1%;
}

.mission-sdgs dl dd {
  width: 70%;
  padding-left: 3rem;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: solid 1px #ddd;
}

.mission-sdgs ul {
  margin-left: 2rem;
  margin-top: 0.5rem;
}

.mission-sdgs ul li {
  list-style: disc;
}

.mission-sdgs ul li::marker {
  color: #f18336;
}

@media screen and (max-width: 767px) {
  .mission h4 {
    font-size: 3.6rem;
    margin-bottom: 4rem;
    line-height: 1.4;
  }

  .iso_sec img {
    display: block;
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }

  .mission p {
    text-align: left;
  }

  .mission-management,
  .mission-philosophy,
  .mission-vision,
  .mission-about {
    padding: 10rem 5%;
  }

  .mission-about {
    background: url(../img/mission_bg2.jpg) no-repeat center;
    background-size: cover;
  }

  .mission-about-inner {
    padding: 4rem 2rem;
  }

  .map iframe {
    width: 100%;
    height: 40rem;
  }

  .mission-sdgs {
    padding: 10rem 5%;
  }

  .mission-sdgs-wrap {
    display: block;
  }

  .mission-sdgs-wrap > * {
    width: 100%;
  }

  .mission-sdgs-wrap > *:first-of-type {
    margin-bottom: 3rem;
  }

  .mission-sdgs h5 {
    line-height: 1.4;
  }

  .mission-sdgs h5::before {
    top: 1.6rem;
  }

  .mission-sdgs dl {
    display: block;
  }

  .mission-sdgs dl dt {
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
  }

  .mission-sdgs dl dt > span {
    width: 30%;
  }

  .mission-sdgs dl dd {
    width: 100%;
    padding-left: 0;
  }

  .csr_sec {
    padding-top: 0px;
  }
}

/*  ----------------------------------------------------------

service 事業内容

----------------------------------------------------------  */
.service-content,
.service-partner {
  padding: 10rem 10%;
}

.service-content {
  background-image: -moz-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  color: #fff;
}

.service-content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service-content ul li {
  width: 48%;
  background: #fff;
  padding: 4rem;
  text-align: center;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}

.service-content ul li:nth-child(1),
.service-content ul li:nth-child(2),
.service-content ul li:nth-child(3),
.service-content ul li:nth-child(4) {
  margin-bottom: 4%;
}

.service-content ul li::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 10rem;
  width: 10rem;
  height: 10rem;
  margin: 0 auto 1rem auto;
  display: block;
}

.service-content ul li:nth-child(1)::before {
  background-image: url(../img/service_ico1.png);
}

.service-content ul li:nth-child(2)::before {
  background-image: url(../img/service_ico2.png);
}

.service-content ul li:nth-child(3)::before {
  background-image: url(../img/service_ico5.png);
}

.service-content ul li:nth-child(4)::before {
  background-image: url(../img/service_ico6.png);
}

.service-content ul li:nth-child(5)::before {
  background-image: url(../img/service_ico3.png);
}

.service-content ul li:nth-child(6)::before {
  background-image: url(../img/service_ico4.png);
}

.service-content ul li::after {
  content: "";
  border-right: 3rem solid transparent;
  border-left: 3rem solid #f18336;
  border-bottom: 3rem solid transparent;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  display: block;
  border-right: transparent;
}

.service-content > div {
  display: flex;
  justify-content: space-between;
}

.service-content > div > * {
  width: 48%;
}

.service-content > div > * h3 {
  text-align: left;
}

.service-partner {
  background: url(../img/service_bg2.jpg) no-repeat center;
  background-size: cover;
}

.service-partner-inner {
  background: rgba(255, 255, 255, 0.95);
  padding: 6rem;
}

.service-partner-inner dl dt {
  background-image: -moz-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  color: #fff;
  padding: 0.8rem 2rem 0.6rem 2rem;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  margin: 3rem 0 2rem;
}

.service-partner-inner dl dd {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .action_p_flex {
    display: block;
  }

  .action_p001 {
    width: 80%;
    margin: 0 auto;
    text-align: left !important;
    font-size: 1.6rem;
    line-height: 2.4;
  }

  .service-content,
  .service-partner {
    padding: 10rem 5%;
  }

  .service-content ul {
    display: block;
  }

  .service-content ul li {
    width: 90%;
    margin: 0 auto 3rem auto;
    padding: 4rem 0;
    font-size: 2.4rem;
  }

  .service-content ul li:nth-child(1),
  .service-content ul li:nth-child(2) {
    margin-bottom: 3rem;
  }

  .service-content ul li:last-child {
    margin: 0 auto 0 auto;
  }

  .service-content ul li::before {
    background-repeat: no-repeat;
    background-size: 12rem;
    width: 12rem;
    height: 12rem;
  }

  .service-content > div {
    display: block;
  }

  .service-content > div > * {
    width: 100%;
  }

  .service-content > div > *:first-of-type {
    margin-bottom: 4rem;
  }

  .service-partner-inner {
    padding: 4rem 3rem;
  }
}

/*  ----------------------------------------------------------

service 事業内容

----------------------------------------------------------  */
.policy-ope,
.policy-ope_2,
.policy-content,
.policy-security,
.policy-effort,
.policy-sales-about {
  padding: 10rem 10%;
}

.policy-ope {
  background-image: -moz-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  color: #fff;
}

.policy-ope p {
  text-align: center;
  line-height: 2.4;
  margin: 0 auto;
  width: 80%;
  text-align: left;
}

.policy-ope_2 {
  background-image: -moz-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  color: #fff;
}

.policy-ope_2 p {
  text-align: center;
  line-height: 2.4;
  margin: 0 auto;
  width: 80%;
  text-align: center;
}

.policy-ope_2 h4 {
  text-align: center;
  font-size: 27px;
}

.policy-content h3 {
  text-align: center;
  line-height: 1;
  margin-bottom: 4rem;
  font-size: 2.8rem;
}

.policy-content h3 span {
  display: block;
  font-size: 5.6rem;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 3rem;
  color: #f18336;
}

.policy-content p {
  font-size: 1.8rem;
  width: 70%;
  margin: 0 auto;
}

.policy-content ul {
  font-size: 1.8rem;
  width: 70%;
  margin: 0 auto;
  margin-top: 5rem;
}

.policy-content a {
  color: #f18336;
}

.policy-content > div {
  margin-bottom: 6rem;
  padding-bottom: 6rem;
  border-bottom: solid 1px #ccc;
}

.policy-content > div:last-of-type {
  margin-bottom: 6rem;
  padding-bottom: 0;
  border-bottom: none;
}

.policy-content ol {
  list-style: decimal;
  width: 70%;
  margin: 3rem auto 0 auto;
  font-size: 1.6rem;
  background: #fff;
  padding: 4rem;
}

.policy-content ol li {
  position: relative;
  padding-left: 2.5rem;
}

.policy-content ol li:not(:last-child) {
  margin-bottom: 2.5rem;
}

.policy-content ol li::before {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  display: inline-block;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.4;
}

.policy-content ol li:nth-child(1)::before {
  content: "1";
}

.policy-content ol li:nth-child(2)::before {
  content: "2";
}

.policy-content ol li:nth-child(3)::before {
  content: "3";
}

.sig {
  text-align: right;
}

.policy-security {
  background: url(../img/policy_bg3.jpg) no-repeat center;
  background-size: cover;
}

.policy-security-inner {
  background: rgba(255, 255, 255, 0.95);
  padding: 6rem;
}

.policy-security h3 {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 3rem;
  font-size: 2.4rem;
}

.policy-security-inner > p:first-of-type {
  margin-bottom: 4rem;
  line-height: 2.4;
}

.policy-effort {
  background: url(../img/policy_bg2.jpg) no-repeat center;
  background-size: cover;
}

.policy-effort-inner {
  background: rgba(255, 255, 255, 0.95);
  padding: 6rem;
}

.policy-effort h3 {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 3rem;
  font-size: 2.4rem;
}

.effort001_mt {
  margin-top: 100px;
}

.policy-effort-inner > p:first-of-type {
  margin-bottom: 4rem;
  line-height: 2.4;
}

.policy-sales-about-inner {
  border: 1px solid #ed6c00;
  padding: 100px 40px;
}

.policy-sales-about-inner h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 40px;
}

.policy-sales-about-inner h3 {
  color: #ed6c00;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.policy-sales-about-inner h4 {
  font-weight: 800;
  margin-bottom: 20px;
}

.policy-sales-about-inner p {
  margin-bottom: 40px;
}

/* 追加 */
.hmfb-service {
  padding: 6rem 15% 16rem 10%;
  position: relative;
}

.tohmfb-service-img {
  position: relative;
  z-index: -2;
}

.hmfb-service-content {
  background: #fff;
  width: 60%;
  position: relative;
  padding: 6rem;
  margin: -20rem 0 0 50%;
}

.hmfb-service-content::after {
  content: "";
  /* background-image: -moz-linear-gradient(180deg,
            rgb(62, 104, 191) 1%,
            rgb(244, 244, 246) 99%);
            
    background-image: -webkit-linear-gradient(180deg,
            rgb(62, 104, 191) 1%,
            rgb(244, 244, 246) 99%);
    background-image: -ms-linear-gradient(180deg,
            rgb(62, 104, 191) 1%,
            rgb(244, 244, 246) 99%); */
  background-image: -moz-linear-gradient(
    0deg,
    rgb(31, 113, 201) 0%,
    rgb(68, 140, 219) 38%,
    rgb(104, 167, 236) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(31, 113, 201) 0%,
    rgb(68, 140, 219) 38%,
    rgb(104, 167, 236) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(31, 113, 201) 0%,
    rgb(68, 140, 219) 38%,
    rgb(104, 167, 236) 100%
  );
  width: 100%;
  height: 40rem;
  position: absolute;
  right: -3rem;
  bottom: -2.2rem;
  z-index: -1;
  display: block;
}

.more-hoken {
  text-align: center;
  line-height: 1;
  display: block;
  color: #fff;
  width: 24rem;
  padding: 2rem 0;
  transition: all 0.3s;
  /* background-image: -moz-linear-gradient(180deg,
		rgb(62, 104, 191) 1%,
		rgb(255, 200, 10) 99%);
	background-image: -webkit-linear-gradient(180deg,
		rgb(62, 104, 191) 1%,
		rgb(255, 200, 10) 99%);
	background-image: -ms-linear-gradient(180deg,
		rgb(62, 104, 191) 1%,
		rgb(255, 200, 10) 99%); */

  background-image: -moz-linear-gradient(
    0deg,
    rgb(31, 113, 201) 0%,
    rgb(68, 140, 219) 38%,
    rgb(104, 167, 236) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(31, 113, 201) 0%,
    rgb(68, 140, 219) 38%,
    rgb(104, 167, 236) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(31, 113, 201) 0%,
    rgb(68, 140, 219) 38%,
    rgb(104, 167, 236) 100%
  );

  border-radius: 4rem;
  font-family: "Montserrat", sans-serif;
  position: relative;
}

.more-hoken::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 49%;
  background: #fff;
  width: 4rem;
  height: 1px;
  transition: all 0.3s;
}

.more-hoken:hover::after {
  right: 0;
}

.hm-service {
  padding: 12rem 5% 26rem 5%;
  /* background-image: -moz-linear-gradient(0deg,
            rgb(62, 104, 191) 1%,
            rgb(244, 244, 246) 99%);
    background-image: -webkit-linear-gradient(0deg,
            rgb(62, 104, 191) 1%,
            rgb(244, 244, 246) 99%);
    background-image: -ms-linear-gradient(0deg,
            rgb(62, 104, 191) 1%,
            rgb(244, 244, 246) 99%); */
  background-image: -moz-linear-gradient(
    0deg,
    rgb(31, 113, 201) 0%,
    rgb(68, 140, 219) 38%,
    rgb(104, 167, 236) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(31, 113, 201) 0%,
    rgb(68, 140, 219) 38%,
    rgb(104, 167, 236) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(31, 113, 201) 0%,
    rgb(68, 140, 219) 38%,
    rgb(104, 167, 236) 100%
  );

  position: relative;
}

.hm-service::before {
  content: "";
  background: #fff;
  height: 1px;
  width: 5%;
  display: block;
  position: absolute;
  left: 0;
  top: 13rem;
}

.hm-service h2 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 4rem;
  padding-left: 2rem;
  margin-top: -2rem;
  font-weight: bold;
  width: 40%;
}
.title-img {
  width: 30%;
}
.hm-service p {
  width: 50%;
  color: #fff;
  margin-bottom: 4rem;
  padding-left: 4rem;
}

.hm-service-inner {
  position: relative;
}

.hm-service-img {
  width: 55%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.hm-service-content {
  background: #fff;
  width: 80%;
  position: absolute;
  left: 0;
  bottom: -14rem;
  padding: 4rem 5rem 6rem 5rem;
}

.hm-service-content ol {
  margin-bottom: 3rem;
}

.hm-service-content ol li {
  font-size: 1.8rem;
}

.hm-service-content ol li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.hm-service-content ol li::before {
  width: 3.4rem;
  height: 3.4rem;
  border: solid 1px rgb(104, 167, 236);
  border-radius: 50%;
  text-align: center;
  line-height: 3.6rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  color: rgb(31, 113, 201);
  display: inline-block;
  margin-right: 1.2rem;
  vertical-align: 0.1rem;
}

.hm-service-content ol li:nth-child(1)::before {
  content: "01";
}

.hm-service-content ol li:nth-child(2)::before {
  content: "02";
}

.hm-service-content ol li:nth-child(3)::before {
  content: "03";
}

.hm-service-content ol li:nth-child(4)::before {
  content: "04";
}

.hm-service-content ol li:nth-child(5)::before {
  content: "05";
}

@media screen and (max-width: 767px) {
  .policy-ope,
  .policy-ope_2,
  .policy-content,
  .policy-security,
  .policy-effort,
  .policy-sales-about {
    padding: 10rem 5%;
  }

  .policy-ope p {
    text-align: left;
  }

  .policy-ope_2 p {
    text-align: center;
  }

  .policy-content h3 {
    font-size: 2.4rem;
  }

  .policy-content p {
    width: 100%;
  }

  .policy-content ol {
    width: 100%;
  }

  .policy-effort-inner,
  .policy-security-inner {
    padding: 4rem 3rem;
  }

  .policy-effort h3 {
    text-align: left;
  }

  .policy-sales-about-inner {
    padding: 50px 20px;
  }

  .policy-content ul {
    font-size: 1.8rem;
    width: 100%;
    margin: 0 auto;
    margin-top: 5rem;
  }

  /* 追加 */
  .hmfb-service {
    padding: 4rem 5% 10rem 5%;
    position: relative;
  }

  .hmfb-service::before {
    content: "";
    background: none;
    background-size: 0;
    width: 0;
    height: 0;
    display: block;
    position: relative;
    left: 0;
    top: 0;
  }

  .hmfb-service-content {
    background: #fff;
    width: 100%;
    position: relative;
    padding: 4rem 3rem;
    margin: 0;
  }

  .hmfb-service-content::after {
    content: "";
    background-image: none;
    width: 100%;
    height: 0;
    right: 0;
    bottom: 0;
  }

  .hm-service {
    padding: 10rem 5%;
  }

  .hm-service::before {
    content: "";
    background: #fff;
    height: 1px;
    width: 5%;
    display: block;
    position: absolute;
    left: 0;
    top: 11rem;
  }

  .hm-service h2 {
    font-size: 2.8rem;
    width: 80%;
  }

  .hm-service p {
    width: 100%;
    margin-bottom: 3rem;
    padding-left: 4rem;
  }

  .hm-service-img {
    width: 100%;
  }

  .hm-service-content {
    width: 100%;
    position: relative;
    bottom: 0;
    padding: 4rem 3rem;
  }

  .hm-service .more-hoken {
    margin: 0 auto;
  }
}

/*  ----------------------------------------------------------

mesage 代表メッセージ

----------------------------------------------------------  */
.message-inner {
  padding: 10rem 10%;
  background: url(../img/message_bg2.jpg) no-repeat center;
  background-size: cover;
}

.message-content {
  background: rgba(255, 255, 255, 0.95);
  padding: 8rem;
}

.message-img {
  width: 50%;
  margin: 0 auto 6rem auto;
  position: relative;
}

.message-img img {
  position: relative;
  z-index: 1;
}

.message-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  z-index: 0;
}

.message h3 {
  font-size: 2.2rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.message-content > p:first-of-type {
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .message-inner {
    padding: 8rem 5%;
  }

  .message-content {
    padding: 4rem;
  }

  .message-img {
    width: 80%;
    margin: 0 auto 6rem auto;
    position: relative;
  }
}

/*  ----------------------------------------------------------

contact お問い合わせ

----------------------------------------------------------  */
.CMS-FORM-GROUP {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.CMS-FORM-GROUP label {
  width: 25%;
}

.CMS-FORM-GROUP input,
.CMS-FORM-GROUP textarea {
  width: 75%;
  padding: 15px;
  border: #ccc solid 1px;
  border-radius: 4px;
  box-sizing: border-box;
}

.CMS-FORM-GROUP textarea {
  height: 120px;
}

.CMS-FORM-GROUP.btn-box {
  justify-content: center;
  width: 100;
}

.CMS-FORM-GROUP input[type="submit"] {
  background: #ff6200;
  border: none;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  width: 200px;
  padding: 20px;
  margin: 0 1rem;
}

.CMS-FORM-GROUP input[name="Reset"] {
  display: block;
  font-size: 16px;
  font-weight: bold;
  width: 200px;
  padding: 20px;
  margin: 0 1rem;
}

.confirm-box {
  background: #fff;
  padding: 3rem;
  margin: 0 auto 2em;
}

.confirm-box h1 {
  font-size: 3em;
  text-align: center;
  margin-bottom: 1em;
}

.confirm-box .ac {
  text-align: center;
}

.confirm-box .ac .more {
  margin: 0 auto;
}

.CMS-FORM-GROUP span {
  display: inline-block;
  margin-left: 1rem;
  background: #cb0003;
  color: #fff;
  font-size: 1rem;
  border-radius: 2rem;
  padding: 0 1rem;
}

@media screen and (max-width: 767px) {
  .CMS-FORM-GROUP {
    display: block;
  }

  .CMS-FORM-GROUP label {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }

  .CMS-FORM-GROUP input,
  .CMS-FORM-GROUP textarea {
    width: 100%;
  }

  .CMS-FORM-GROUP input[type="submit"] {
    width: 60%;
    margin: 0 auto;
  }
}

/*  ----------------------------------------------------------

member メンバー紹介

----------------------------------------------------------  */
.member-content {
  padding: 20rem 10% 16rem 10%;
  position: relative;
}

.member-content h2 {
  font-weight: normal;
  font-size: 1.8rem;
  padding-left: 12rem;
  margin-bottom: 8rem;
}

.member-content h2 span {
  width: 26rem;
  position: absolute;
  left: 5%;
  top: 14rem;
}

.member-content i {
  font-style: normal;
  display: block;
}

.member-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.member-inner::after {
  content: "";
  display: block;
  width: 30%;
}

.member-inner > * {
  width: 30%;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  padding-bottom: 2.2rem;
  margin-bottom: 8rem;
  background: #fff;
}

.member-inner dl {
  width: 85%;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}

.member-inner dl dt span.post {
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1;
}

.member-inner dl dt span.name-en {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #f18336;
  vertical-align: 0.2rem;
  margin-left: 1rem;
  font-weight: normal;
}

.member-inner dl dt {
  padding: 0 0.8rem;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  padding-top: 2.2rem;
  font-weight: bold;
}

.member-inner dl dd {
  padding: 0 0.8rem;
  font-size: 1.2rem;
  line-height: 1.8;
}

.member-inner > *:nth-of-type(2),
.member-inner > *:nth-of-type(5),
.member-inner > *:nth-of-type(8) {
  margin-top: 3rem;
}

.member-inner > *:nth-of-type(3),
.member-inner > *:nth-of-type(6) {
  margin-top: -2rem;
}

.member-inner dl img {
  padding: 0 0.8rem;
  margin-bottom: 2rem;
}

.member-content::after {
  content: "";
  background: #eaeaea;
  width: 78%;
  height: 170rem;
  display: block;
  position: absolute;
  right: 0;
  top: 15rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .member-content {
    padding: 14rem 5% 10rem 5%;
    position: relative;
  }

  .member-content h2 {
    font-weight: normal;
    font-size: 1.8rem;
    padding-left: 12rem;
    margin-bottom: 3rem;
  }

  .member-content h2 span {
    width: 26rem;
    position: absolute;
    left: 5%;
    top: 8rem;
  }

  .member-inner {
    display: block;
  }

  .member-inner > * {
    width: 90%;
    margin: 0 auto 4rem auto;
  }

  .member-inner > *:nth-of-type(2),
  .member-inner > *:nth-of-type(5) {
    margin-top: 0;
  }

  .member-inner > *:nth-of-type(3),
  .member-inner > *:nth-of-type(6) {
    margin-top: 0;
  }

  .member-content::after {
    width: 50%;
    height: 400rem;
  }
}

/*  ----------------------------------------------------------

recruit 採用情報

----------------------------------------------------------  */
.recruit-msg {
  padding-bottom: 12rem;
}

.recruit-msg-ttl {
  background: url(../img/recruit_bg1.jpg) center;
  background-size: cover;
  height: 64rem;
  margin-bottom: 10rem;
  padding-left: 10%;
}

.recruit-msg-ttl-0 {
  align-items: center;
  padding-top: 18rem;
  width: 50%;
}

.recruit-msg-ttl-2 {
  margin-top: 2rem;
}

.recruit-msg-ttl-2 p.top_name {
  text-align: right;
  margin-top: 2rem;
}

.recruit-msg-ttl h2 {
  font-size: 4rem;
  font-weight: normal;
}

.recruit-msg-content {
  padding: 0 10%;
  position: relative;
}

.recruit-msg-content::before {
  content: "";
  width: 70%;
  height: 90rem;
  background: #eaeaea;
  display: block;
  position: absolute;
  left: 0;
  top: -10rem;
  z-index: -1;
}

.recruit-msg-content h3 {
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}

.recruit-msg-content > div > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
  align-items: flex-start;
}

.recruit-msg-content > div > div > * {
  width: 47%;
}

.recruit-msg-content > div:nth-of-type(1) > div {
  flex-direction: row-reverse;
}

.recruit-msg-content > div:nth-of-type(3) > div {
  flex-direction: row-reverse;
}

.recruit-msg-content > div:nth-of-type(3) > div {
  margin-bottom: 0;
}

.recruit-msg-content > div:nth-of-type(2) h3 {
  text-align: right;
}

/* recruit 保険マネージャー */
.recruit-hoken-manager {
  padding-bottom: 12rem;
}

.recruit-hoken-manager > section.recruit-hoken-manager-ttl {
  background-color: #cb0003;
}

.final_text {
  padding-top: 3rem;
}

.sig {
  display: block;
  margin-top: 2.5rem;
  text-align: right;
}

.recruit-msg-img,
.recruit-msg-img2,
.recruit-dialogue-img {
  display: block;
  position: relative;
}

.recruit-msg-img::after,
.recruit-msg-img2::after,
.recruit-dialogue-img::after {
  content: "";
  display: block;
  background-image: -moz-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  z-index: -1;
}

.recruit-msg-img2 {
  filter: grayscale(20%);
}

.recruit-dialogue-ttl {
  background: url(../img/recruit_bg2.jpg) center;
  background-size: cover;
  height: 64rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recruit-dialogue-ttl > div {
  width: 45%;
  padding: 3rem 3rem 4rem 3rem;
  position: relative;
  color: #fff;
}

.recruit-dialogue-ttl > div::before {
  content: "";
  background-image: -moz-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  opacity: 0.95;
}

.recruit-dialogue-ttl > div > div {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.recruit-dialogue-ttl > div > div > * {
  width: 46%;
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border: solid 1px rgba(255, 255, 255, 0.2);
}

.recruit-dialogue-ttl > div > div::before {
  content: "";
  display: block;
  width: 10rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(-45deg);
  position: absolute;
  left: calc(50% - 5rem);
  top: 50%;
}

.recruit-dialogue-ttl > div > div::after {
  content: "";
  display: block;
  width: 10rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(45deg);
  position: absolute;
  left: calc(50% - 5rem);
  top: 50%;
}

.recruit-dialogue-ttl h2 {
  text-align: center;
  font-weight: normal;
  font-size: 3.6rem;
  margin-bottom: 1rem;
}

.recruit-dialogue-ttl h3 {
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 1;
  font-size: 2rem;
  line-height: 1.6;
  margin: 0 3rem;
  margin-bottom: 1rem;
}

.recruit-dialogue-ttl h3 span {
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 1rem;
}

.recruit-dialogue-ttl dl {
  font-size: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
}

.recruit-dialogue-ttl dl dt {
  width: 40%;
  font-weight: bold;
}

.recruit-dialogue-ttl dl dd {
  width: 60%;
}

.recruit-dialogue-ttl dl dt:not(:last-of-type) {
  margin-bottom: 1rem;
}

.recruit-dialogue-ttl dl dd:not(:last-of-type) {
  margin-bottom: 1rem;
}

.recruit-dialogue-lead {
  padding: 6rem 10%;
}

.recruit-dialogue-content {
  padding: 0 10% 10rem 10%;
  position: relative;
}

.recruit-dialogue-content::before {
  content: "";
  width: 65%;
  height: 120rem;
  background: #eaeaea;
  display: block;
  position: absolute;
  left: 0;
  top: 16rem;
  z-index: -1;
}

.recruit-dialogue-content::after {
  content: "";
  width: 65%;
  height: 120rem;
  background: #eaeaea;
  display: block;
  position: absolute;
  right: 0;
  bottom: 20rem;
  z-index: -2;
}

.recruit-dialogue-content > div:not(:last-of-type) {
  margin-bottom: 6rem;
}

.recruit-dialogue-content h3 {
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1.8;
  margin-bottom: 3rem;
  display: inline-block;
  background: linear-gradient(to top, #ffe08a 50%, transparent 50%);
}

.recruit-dialogue-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.recruit-dialogue-wrap > * {
  width: 46%;
}

.recruit-dialogue-wrap p:not(:last-of-type) {
  margin-bottom: 2rem;
}

.recruit-dialogue-wrap p span {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .recruit-dialogue-content .reverse {
    flex-direction: row-reverse;
  }

  .csr_sec {
    padding-top: 0px;
  }

  .left_indent {
    margin-top: 0rem !important;
  }

  .left_indent li {
    text-indent: -1em;
    padding-left: 1em;
  }
}

.text_bold {
  font-weight: bold;
}

.recruit-staff-ttl {
  background: url(../img/recruit_bg3.jpg) center;
  background-size: cover;
  height: 64rem;
  display: flex;
  align-items: center;
  padding: 0 5%;
}

.recruit-staff-ttl > div {
  background-image: -moz-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(250, 117, 145) 1%,
    rgb(255, 200, 10) 99%
  );
  width: 50%;
  padding: 8rem 4rem;
  color: #fff;
}

.recruit-staff-ttl h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 2.5rem;
}

.recruit-staff-content {
  padding: 10rem 10%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.recruit-staff-content > *:first-of-type {
  width: 40%;
}

.recruit-staff-content > *:first-of-type dl {
  margin-top: 2rem;
}

.recruit-staff-content > *:first-of-type dl dt {
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 1.6;
  font-size: 1.8rem;
}

.recruit-staff-content > *:first-of-type dl dt span {
  font-weight: normal;
  font-size: 1.2rem;
  display: block;
}

.recruit-staff-content > *:first-of-type dl dd {
  font-size: 1.2rem;
  line-height: 1.8;
}

.recruit-staff-content > *:last-of-type {
  width: 55%;
}

.recruit-staff-content h3 {
  font-weight: normal;
  margin-bottom: 3rem;
  font-size: 2.4rem;
  display: inline-block;
  background: linear-gradient(to top, #ffe08a 50%, transparent 50%);
}

.recruit-staff-content > *:last-of-type dl dt {
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #ff6300;
}

.recruit-staff-content > *:last-of-type dl dd:not(:last-of-type) {
  margin-bottom: 4rem;
}

.bg-grey {
  background: #fafafa;
}

@media screen and (max-width: 767px) {
  .recruit-msg {
    padding-bottom: 8rem;
  }

  .recruit-msg-ttl {
    background: url(../img/recruit_bg1_sp.jpg) center left;
    background-size: cover;
    height: 78rem;
    margin-bottom: 8rem;
    padding-left: 0;
  }

  .recruit-msg-ttl h2 {
    font-size: 3.2rem;
    text-align: center;
    text-shadow: 0 0 8px rgb(255, 255, 255, 1), 0 0 8px rgb(255, 255, 255, 1);
  }

  .recruit-msg-ttl-0 {
    align-items: center;
    padding-top: 2rem;
    width: 90%;
    margin: 0 auto;
  }

  .recruit-msg-ttl-2 {
    padding: 1rem;
    margin-top: 0;
  }

  .recruit-msg-ttl-2 p.top_name {
    text-align: right;
    margin-top: 2rem;
  }

  .recruit-msg-content {
    padding: 0 5%;
  }

  .recruit-msg-content::before {
    height: 170rem;
  }

  .recruit-msg-content > div > div {
    display: block;
    margin-bottom: 6rem;
  }

  .recruit-msg-content > div > div > * {
    width: 100%;
  }

  .recruit-msg-content > div > div > *:first-of-type {
    margin-bottom: 4rem;
  }

  .recruit-msg-content > div:nth-of-type(2) h3 {
    text-align: left;
  }

  .sig {
    display: block;
    margin-top: 2.5rem;
    text-align: right;
  }

  .recruit-msg-img,
  .recruit-dialogue-img {
    display: block;
    position: relative;
  }

  .recruit-msg-img::after,
  .recruit-dialogue-img::after {
    content: "";
    display: block;
    background-image: -moz-linear-gradient(
      180deg,
      rgb(250, 117, 145) 1%,
      rgb(255, 200, 10) 99%
    );
    background-image: -webkit-linear-gradient(
      180deg,
      rgb(250, 117, 145) 1%,
      rgb(255, 200, 10) 99%
    );
    background-image: -ms-linear-gradient(
      180deg,
      rgb(250, 117, 145) 1%,
      rgb(255, 200, 10) 99%
    );
    width: 100%;
    height: 100%;
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
    z-index: -1;
  }

  .recruit-dialogue-ttl {
    background: none;
    background-size: cover;
    height: auto;
    display: block;
    padding: 0;
  }

  .recruit-dialogue-ttl > div {
    width: 100%;
    padding: 2rem;
    margin: 0 auto;
  }

  .recruit-dialogue-ttl > div > div {
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  .recruit-dialogue-ttl > div > div > * {
    width: 48%;
    background: rgba(244, 244, 244, 0.1);
    padding: 2rem;
    border: solid 1px rgba(244, 244, 244, 0.2);
  }

  .recruit-dialogue-ttl h3 {
    margin: 0;
    margin-bottom: 1rem;
  }

  .recruit-dialogue-ttl dl {
    display: block;
  }

  .recruit-dialogue-ttl dl dt {
    width: 100%;
  }

  .recruit-dialogue-ttl dl dd {
    width: 100%;
  }

  .recruit-dialogue-ttl dl dt:not(:last-of-type) {
    margin-bottom: 0;
  }

  .recruit-dialogue-lead {
    padding: 3rem 5% 6rem 5%;
  }

  .recruit-dialogue-content {
    padding: 0 5% 10rem 5%;
    position: relative;
  }

  .recruit-dialogue-content::before {
    height: 190rem;
  }

  .recruit-dialogue-content::after {
    height: 150rem;
  }

  .recruit-dialogue-content > div:not(:last-of-type) {
    margin-bottom: 6rem;
  }

  .recruit-dialogue-wrap {
    display: block;
  }

  .recruit-dialogue-wrap > * {
    width: 100%;
  }

  .recruit-dialogue-wrap > *:first-of-type {
    margin-bottom: 4rem;
  }

  .recruit-dialogue-wrap p:not(:last-of-type) {
    margin-bottom: 2rem;
  }

  .recruit-staff-ttl {
    height: 48rem;
    display: flex;
    align-items: center;
    padding: 0 5%;
  }

  .recruit-staff-ttl > div {
    width: 60%;
    padding: 6rem 3rem;
  }

  .recruit-staff-ttl h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 2.5rem;
  }

  .recruit-staff-content {
    padding: 8rem 5%;
    display: block;
  }

  .recruit-staff-content > *:first-of-type {
    width: 100%;
    margin-bottom: 4rem;
  }

  .recruit-staff-content > *:last-of-type {
    width: 100%;
  }
}

.show-container,
.show-container-staff-1,
.show-container-staff-2,
.show-container-staff-3,
.show-container-staff-4,
.show-container-staff-5,
.show-container-staff-6 {
  position: relative;
}

.show-wrap,
.show-wrap-staff-1,
.show-wrap-staff-2,
.show-wrap-staff-3,
.show-wrap-staff-4,
.show-wrap-staff-5,
.show-wrap-staff-6 {
  height: 800px;
  overflow: hidden;
}

.show-more,
.show-more-1,
.show-more-2,
.show-more-3,
.show-more-4,
.show-more-5,
.show-more-6 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transition: bottom 0.3s;
  background: linear-gradient(
    180deg,
    rgb(255, 255, 255, 0) 0%,
    rgb(255, 255, 255, 1) 70%
  );
  width: 100%;
  padding: 6rem 0;
}

.show-more:hover,
.show-more-1:hover,
.show-more-2:hover,
.show-more-3:hover,
.show-more-4:hover,
.show-more-5:hover,
.show-more-6:hover {
  cursor: pointer;
}

.show-more .more,
.show-more-1 .more,
.show-more-2 .more,
.show-more-3 .more,
.show-more-4 .more,
.show-more-5 .more,
.show-more-6 .more {
  margin: 0 auto;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }
}

.mail {
  text-align: center;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .mail {
    text-align: center;
    font-size: 10px;
  }
}

.prpl_tbl {
  width: 70%;
  margin: auto;
}

.prpl_tbl th,
.prpl_tbl td {
  border: 1px solid #333;
  padding: 1%;
}

.no_clumn {
  width: 5%;
  text-align: center;
}

.csr_img {
  width: 100%;
  display: flex;
}

.csr_img_sec {
  width: 32%;
  margin-right: calc(4% / 2);
}

@media screen and (max-width: 767px) {
  .prpl_tbl {
    width: 100%;
    margin: auto;
  }

  .csr_img {
    width: 100%;
    display: block;
  }

  .csr_img_sec {
    width: 90%;
    /*        margin-right: calc(4% /2);*/
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .csr_img_sec p {
    text-align: center;
    margin-top: 5%;
  }
}

.prpl_tbl2 {
  width: 80%;
  margin: auto;
}

/*
.prpl_tbl2 span {
    font-weight: bold
}
*/

.prpl_tbl2 span {
  font-weight: 100;
}

.mt30 {
  margin-top: 30px;
}

.csr_img img {
  /*
    width: 32%;
    height: auto;
    margin-right: calc(4% /2);
*/
}

.csr_sec {
  width: 100%;
}

.recruit_ex_title01 {
  background: #fafafa;
}

.recruit_ex_title02 {
  line-height: 1;
  text-align: center;
  padding-bottom: 4rem;
  padding-top: 8rem;
  /*    margin-bottom: 0rem !important;*/
  font-weight: normal;
  font-size: 1.8rem;
}

.recruit_ex_title02 span {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 3.6rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.action_p001 span {
  /*    position: relative;*/
  font-size: 2.4rem;
  line-height: 1;
  /*    margin-bottom: 3rem;*/
  color: #f18336;
  /*    padding-left: 4rem;*/
  font-weight: bold;
}

.customer-btn {
  padding: 5px 15px;
  background-color: #eb6100;
  border-radius: 100vh;
  width: fit-content;
}

.customer-btn > a {
  color: #fff !important;
}

.customer-btn:hover {
  color: #fff;
  background: #f56500;
}
