@charset "UTF-8";
.post-type-company-interview a.acf-icon.-plus.small.acf-js-tooltip {
  display: block;
  background: #007cba;
}

.post-type-company-interview a.acf-icon.-plus.small.acf-js-tooltip::before {
  text-decoration: none;
  font-size: 14px;
  content: "＋";
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  margin: auto;
  line-height: 0;
  font-weight: bold;
}

.post-type-company-interview a.acf-icon.-minus.small.acf-js-tooltip {
  display: block;
  background: #ff3238;
}

.post-type-company-interview a.acf-icon.-minus.small.acf-js-tooltip::before {
  text-decoration: none;
  font-size: 14px;
  content: "ー";
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  margin: auto;
  line-height: 0;
  font-weight: bold;
}

.block-editor__container .editor-styles-wrapper a {
  color: #fff !important;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 500 !important;
}

.block-editor__container .editor-styles-wrapper strong {
  background: none !important;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview {
  margin-bottom: 50px;
  display: block;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview div,
.block-editor__container .editor-styles-wrapper .acf-block-preview span,
.block-editor__container .editor-styles-wrapper .acf-block-preview applet,
.block-editor__container .editor-styles-wrapper .acf-block-preview object,
.block-editor__container .editor-styles-wrapper .acf-block-preview iframe,
.block-editor__container .editor-styles-wrapper .acf-block-preview h1,
.block-editor__container .editor-styles-wrapper .acf-block-preview h2,
.block-editor__container .editor-styles-wrapper .acf-block-preview h3,
.block-editor__container .editor-styles-wrapper .acf-block-preview h4,
.block-editor__container .editor-styles-wrapper .acf-block-preview h5,
.block-editor__container .editor-styles-wrapper .acf-block-preview h6,
.block-editor__container .editor-styles-wrapper .acf-block-preview p,
.block-editor__container .editor-styles-wrapper .acf-block-preview blockquote,
.block-editor__container .editor-styles-wrapper .acf-block-preview pre,
.block-editor__container .editor-styles-wrapper .acf-block-preview a,
.block-editor__container .editor-styles-wrapper .acf-block-preview abbr,
.block-editor__container .editor-styles-wrapper .acf-block-preview acronym,
.block-editor__container .editor-styles-wrapper .acf-block-preview address,
.block-editor__container .editor-styles-wrapper .acf-block-preview big,
.block-editor__container .editor-styles-wrapper .acf-block-preview cite,
.block-editor__container .editor-styles-wrapper .acf-block-preview code,
.block-editor__container .editor-styles-wrapper .acf-block-preview del,
.block-editor__container .editor-styles-wrapper .acf-block-preview dfn,
.block-editor__container .editor-styles-wrapper .acf-block-preview em,
.block-editor__container .editor-styles-wrapper .acf-block-preview font,
.block-editor__container .editor-styles-wrapper .acf-block-preview img,
.block-editor__container .editor-styles-wrapper .acf-block-preview ins,
.block-editor__container .editor-styles-wrapper .acf-block-preview kbd,
.block-editor__container .editor-styles-wrapper .acf-block-preview q,
.block-editor__container .editor-styles-wrapper .acf-block-preview s,
.block-editor__container .editor-styles-wrapper .acf-block-preview samp,
.block-editor__container .editor-styles-wrapper .acf-block-preview small,
.block-editor__container .editor-styles-wrapper .acf-block-preview strike,
.block-editor__container .editor-styles-wrapper .acf-block-preview strong,
.block-editor__container .editor-styles-wrapper .acf-block-preview sub,
.block-editor__container .editor-styles-wrapper .acf-block-preview sup,
.block-editor__container .editor-styles-wrapper .acf-block-preview tt,
.block-editor__container .editor-styles-wrapper .acf-block-preview var,
.block-editor__container .editor-styles-wrapper .acf-block-preview dl,
.block-editor__container .editor-styles-wrapper .acf-block-preview dt,
.block-editor__container .editor-styles-wrapper .acf-block-preview dd,
.block-editor__container .editor-styles-wrapper .acf-block-preview ol,
.block-editor__container .editor-styles-wrapper .acf-block-preview ul,
.block-editor__container .editor-styles-wrapper .acf-block-preview li,
.block-editor__container .editor-styles-wrapper .acf-block-preview fieldset,
.block-editor__container .editor-styles-wrapper .acf-block-preview form,
.block-editor__container .editor-styles-wrapper .acf-block-preview label,
.block-editor__container .editor-styles-wrapper .acf-block-preview legend,
.block-editor__container .editor-styles-wrapper .acf-block-preview table,
.block-editor__container .editor-styles-wrapper .acf-block-preview caption,
.block-editor__container .editor-styles-wrapper .acf-block-preview tbody,
.block-editor__container .editor-styles-wrapper .acf-block-preview tfoot,
.block-editor__container .editor-styles-wrapper .acf-block-preview thead,
.block-editor__container .editor-styles-wrapper .acf-block-preview tr,
.block-editor__container .editor-styles-wrapper .acf-block-preview th,
.block-editor__container .editor-styles-wrapper .acf-block-preview td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #2f2f2f;
  line-height: 1.6;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview p:not([class]) {
  margin-bottom: 1em;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview strong {
  font-weight: 600;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .container__lg {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1080px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .container__lg {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .container__lg {
    padding: 0 20px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .container__md {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .container__md {
    padding: 0 20px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .wrap {
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .wrap {
    padding: 0;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .mt-35 {
  margin-top: 35px;
  display: block;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .mt-50 {
  margin-top: 50px;
  display: block;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .mt-70 {
  margin-top: 70px;
  display: block;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyHead {
  position: relative;
  display: block;
  background: #00d4ff;
  background: linear-gradient(144deg, #00d4ff 0%, #59acf0 60%);
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyHead:after {
  position: absolute;
  content: "";
  background-image: url(../images/company-reviews/bg_text_head.svg);
  background-size: auto 100%;
  background-position: bottom left;
  width: 100%;
  height: 90px;
  display: block;
  bottom: 0;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyHead__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .companyHead__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyHead .titleArea {
  position: relative;
  z-index: 1;
  padding-top: 35px;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyHead .titleArea .titleIcon img {
  -webkit-box-shadow: 0 0 5px #999;
          box-shadow: 0 0 5px #999;
  border-radius: 999px;
  max-width: 130px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .companyHead .titleArea .titleIcon {
    max-width: 100px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyHead .titleArea h1.companyTitle {
  font-size: 36px;
  font-weight: 600;
  margin: 20px 0 5px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .companyHead .titleArea h1.companyTitle {
    font-size: 25px;
    margin: 10px 0 5px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyHead .titleArea .companyTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyHead .titleArea .companyTags .adress {
  font-weight: 400;
  margin-right: 16px;
  font-size: 16px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .companyHead .titleArea .companyTags .adress {
    font-size: 13px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyHead .titleArea .companyTags ul.tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyHead .titleArea .companyTags ul.tagList .tagItem {
  font-weight: 300;
  margin-right: 16px;
  font-size: 15px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .companyHead .titleArea .companyTags ul.tagList .tagItem {
    font-size: 12px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyHead .titleArea .companyTags ul.tagList .tagItem a {
  color: #fff;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyHead .eyecatchArea {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .companyHead .eyecatchArea {
    margin: 0 calc(50% - 50vw) 50px;
    width: 100vw;
    padding-left: 35px;
    padding-top: 30px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyHead .eyecatchArea img {
  width: 100%;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .companyHead .eyecatchArea img {
    width: 100%;
    height: 250px;
    aspect-ratio: 5/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTitle .articleInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 0 15px;
  border-bottom: 2px solid #14a0dc;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTitle .articleInfo {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding-bottom: 10px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTitle .articleInfo .invest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTitle .articleInfo .invest {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 70%;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTitle .articleInfo .invest:before {
  position: absolute;
  content: "";
  background-image: url(../images/company-reviews/balloon-maruwakari.png);
  background-size: auto 100%;
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 100%;
  height: 160px;
  display: block;
  top: -135px;
  left: -22px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTitle .articleInfo .invest:before {
    top: -180px;
    left: -14px;
    z-index: 2;
    right: 0;
    width: 100%;
    height: 200px;
    background-size: contain;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTitle .articleInfo .invest__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  margin-right: 30px;
  min-width: 300px;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTitle .articleInfo .invest__user {
    width: 100%;
    margin-bottom: 10px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTitle .articleInfo .invest__user--item {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTitle .articleInfo .invest__user--item img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTitle .articleInfo .invest__info {
    width: 100%;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTitle .articleInfo .invest__info p {
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTitle .articleInfo .invest__info p {
    display: inline-block;
    margin: 1em 0.5em 0 0;
    font-size: 14px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTitle .articleInfo .dateinfo dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTitle .articleInfo .dateinfo dl dt,
.block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTitle .articleInfo .dateinfo dl dd {
  line-height: 1.4;
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTitle .articleInfo .dateinfo dl dt,
  .block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTitle .articleInfo .dateinfo dl dd {
    font-size: 12px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTitle h2.title {
  font-size: 34px;
  font-weight: 600;
  margin: 30px 0 40px;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTitle h2.title {
    font-size: 30px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTextArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTextArea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTextArea .textinfoArea {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTextArea .textinfoArea {
    width: 100%;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTextArea .textinfoArea .attentionText {
  background: #14a0dc;
  padding: 5px 15px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 30px;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTextArea .textinfoArea .subattentionText {
  color: #14a0dc;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 18px;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTextArea .textinfoArea .Text {
  line-height: 2;
  font-weight: 400;
  font-size: 16px;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTextArea .textinfoArea .descArea {
  padding-left: 45px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTextArea .textinfoArea .descArea {
    padding-left: 45px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTextArea .textinfoArea .descArea:before {
  position: absolute;
  content: "";
  background-image: url(../images/company-reviews/about-us.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  width: 16px;
  height: 115px;
  top: 7px;
  left: 0;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTextArea .imageArea {
  width: 50%;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTextArea .imageArea {
    width: 100%;
    margin-top: 20px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTextArea .imageArea img {
  width: 85%;
  height: auto;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px #c2c2c2;
          box-shadow: 0px 0px 10px #c2c2c2;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .headIntro .subTextArea .imageArea img {
    width: 100%;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .contentNav {
  -webkit-box-shadow: 0 12px 5px #f7f7f7;
          box-shadow: 0 12px 5px #f7f7f7;
  display: block;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .contentNav__List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  padding: 50px 0 30px;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .contentNav__List {
    gap: 6%;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .contentNav__List--item a {
  color: #14a0dc;
  padding: 0px 5px 8px;
  border-bottom: 2px solid #14a0dc;
  font-weight: 500;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .articleArea__title--p1 {
  font-size: 20px !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em;
  padding: 15px !important;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.4 !important;
  border-left: none !important;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .articleArea__title--p1 {
    font-size: 19px;
    padding: 15px 5px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .articleArea__title--p1:first-child {
  margin-top: 40px;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .articleArea__title--p1:before, .block-editor__container .editor-styles-wrapper .acf-block-preview .articleArea__title--p1:after {
  content: "";
  position: absolute;
  height: 3px;
  bottom: 0;
  right: 0;
  left: 0;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .articleArea__title--p1:before {
  width: 75%;
  background-color: #14a0dc;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .articleArea__title--p1:after {
  width: 100%;
  background-color: #14a0dc;
  opacity: 20%;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .articleArea__title--p2 {
  font-size: 28px !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
  padding: 15px;
  position: relative;
  margin-bottom: 30px;
  color: #14a0dc;
  line-height: 1.4 !important;
  border-left: none !important;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .articleArea__title--p2 {
    font-size: 25px;
    padding: 15px 5px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .articleArea__title--p2:before, .block-editor__container .editor-styles-wrapper .acf-block-preview .articleArea__title--p2:after {
  content: "";
  position: absolute;
  height: 3px;
  bottom: 0;
  right: 0;
  left: 0;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .articleArea__title--p2:before {
  width: 75%;
  background-color: #14a0dc;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .articleArea__title--p2:after {
  width: 100%;
  background-color: #14a0dc;
  opacity: 20%;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .code {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .code iframe {
  width: 100%;
  height: 100%;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .articleArea__title--question {
  position: relative;
  font-size: 20px !important;
  padding-left: 65px !important;
  color: #14a0dc;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  margin-bottom: 40px !important;
  letter-spacing: 0.03em !important;
  border-bottom: none !important;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .articleArea__title--question {
    font-size: 18px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .articleArea__title--question:before {
  position: absolute !important;
  content: "" !important;
  background-image: url(../images/company-reviews/icon-faq-q.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 55px !important;
  height: 55px !important;
  left: 0 !important;
  top: 0;
  bottom: 0 !important;
  margin: auto;
  -webkit-transform: none !important;
          transform: none !important;
  background-color: initial !important;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .articleArea__title--answer {
  position: relative;
  font-size: 16px;
  padding-left: 65px;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 50px;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .articleArea__title--answer:before {
  position: absolute;
  content: "";
  background-image: url(../images/company-reviews/icon-faq-a.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  left: 0;
  top: 0px;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyTable table caption {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 22px;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyTable table caption span {
  display: block;
  font-size: 0.6em;
  font-weight: 400;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyTable table th,
.block-editor__container .editor-styles-wrapper .acf-block-preview .companyTable table td {
  padding: 10px 0;
  text-align: left;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyTable table th {
  width: 22%;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyBasedata {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 60px;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .companyBasedata {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyBasedata .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .companyBasedata .item {
    -ms-grid-columns: 2fr 3fr;
        grid-template-columns: 2fr 3fr;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyBasedata .item dl.point dt,
.block-editor__container .editor-styles-wrapper .acf-block-preview .companyBasedata .item dl.point dd {
  color: #14a0dc;
  font-weight: 800;
  font-size: 60px;
  letter-spacing: 0.01em;
  font-family: "Helvetica", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .companyBasedata .item dl.point dt,
  .block-editor__container .editor-styles-wrapper .acf-block-preview .companyBasedata .item dl.point dd {
    font-size: 46px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyBasedata .item dl.point dt {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .companyBasedata .item dl.point dt {
    font-size: 16px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyBasedata .item dl.point dd {
  line-height: 1;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyBasedata .item dl.point dd span.tl {
  color: #14a0dc;
  font-weight: 600;
  font-size: 20px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .companyBasedata .item dl.point dd span.tl {
    font-size: 16px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyBasedata .item dl.point dd span.text {
  font-size: 47px;
  color: #14a0dc;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .companyBasedata .item dl.point dd span.text {
    font-size: 36px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyBasedata .item div.text {
  font-size: 13px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .companyBasedata .item div.text {
    font-size: 15px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyDataInvest .investData {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  padding: 15px;
  border: 1px solid #bce6ff;
  margin: 15px 0;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .companyDataInvest .investData {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyDataInvest .investData .Image,
.block-editor__container .editor-styles-wrapper .acf-block-preview .companyDataInvest .investData .content {
  width: 50%;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyDataInvest .investData .Image {
  width: 100%;
  height: auto;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyDataInvest .investData .content {
  width: 100%;
  background: #e2f4ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .companyDataInvest .investData .content {
    padding: 25px 0;
    margin-top: 20px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyDataInvest .investData .content__inner {
  display: inline-block;
  width: 80%;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyDataInvest .investData .content .title {
  margin-bottom: 25px;
  font-weight: 600;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyDataInvest .investData .content ol {
  counter-reset: li;
  list-style-type: none;
  padding-left: 0.5em;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyDataInvest .investData .content ol li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1.2em;
  line-height: 1.4;
  list-style: none;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyDataInvest .investData .content ol li:last-child {
  margin-bottom: 0;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyDataInvest .investData .content ol li:before {
  position: absolute;
  counter-increment: li;
  content: counter(li) "";
  left: -10px;
  top: 0;
  margin: auto;
  bottom: 0;
  color: #fff;
  width: 26px;
  height: 26px;
  font-size: 14px;
  text-align: center;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  line-height: 1;
  background: #14a0dc;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Helvetica", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .compamyDataAnalysis {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .compamyDataAnalysis {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .compamyDataAnalysis .analysisData {
  width: 100%;
  padding: 15px 0;
  border: 1px solid #bce6ff;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .compamyDataAnalysis .analysisData img {
  width: 100%;
  height: auto;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .balloon {
  margin: 35px 0;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8fr;
      grid-template-columns: 1fr 8fr;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .balloon figure {
  width: 120px;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .balloon figure {
    width: 70px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .balloon figure img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  -webkit-mask: url(../images/company-reviews/mask-hukidashi.png);
          mask: url(../images/company-reviews/mask-hukidashi.png);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .balloon figure img {
    width: 90px;
    height: 90px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .balloon-image-description {
  padding: 10px 0 0;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .balloon-text-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .balloon-text-right__inner {
  position: relative;
  padding: 20px 25px;
  border: 4px solid;
  border-radius: 10px;
  display: inline-block;
  border-color: #eaf3f8;
  line-height: 1.6;
  margin-left: 12px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .balloon-text-right__inner {
    padding: 20px;
    margin-left: 20px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .balloon-text-right__inner:before {
  position: absolute;
  content: "";
  border: 12px solid transparent;
  border-right: 18px solid #eaf3f8;
  top: 15px;
  left: -32px;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .balloon-text-right__inner:after {
  position: absolute;
  content: "";
  border: 12px solid transparent;
  border-right: 18px solid #fff;
  top: 15px;
  left: -25px;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .balloon-text-right__inner p {
  margin: 0 0 20px;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .balloon-text-right__inner p:last-child {
  margin-bottom: 0;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .balloon-text-right__inner p span {
  color: #f27900;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .pickupComment {
  background: #e2f4ff;
  border-radius: 10px;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .pickupComment__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .pickupComment__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .pickupComment__inner .image {
  width: 35%;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .pickupComment__inner .image {
    width: 100%;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .pickupComment__inner .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .pickupComment__inner .info {
  width: 65%;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .pickupComment__inner .info {
    width: 100%;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .pickupComment__inner .info p.title {
  color: #14a0dc;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .pickupComment__inner .info p.title {
    font-size: 25px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .pickupComment__inner .info p.desc {
  color: #14a0dc;
  margin-bottom: 15px;
  line-height: 1.5;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .pickupComment__inner .info p.text {
  line-height: 1.8;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox {
  margin: 35px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.alignL {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.alignC {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.alignR {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol1 > a {
  width: 100%;
  max-width: 450px;
  height: 75px;
  margin-top: 16px;
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol1 > a {
    margin-top: 2vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol1 > a {
    margin-top: 4vw;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol1 > a:first-child {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol2 > a {
  width: 49%;
  margin-top: 16px;
  margin-left: 2%;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol2 > a:nth-child(-n + 2) {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol2 > a:nth-child(2n + 1) {
  margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol2 > a {
    margin-top: 2vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol2 > a {
    margin-top: 4vw;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol2_sp1 > a {
  width: 49%;
  margin-top: 16px;
  margin-left: 2%;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol2_sp1 > a:nth-child(-n + 2) {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol2_sp1 > a:nth-child(2n + 1) {
  margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol2_sp1 > a {
    margin-top: 2vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol2_sp1 > a {
    width: 100%;
    margin-top: 4vw;
    margin-left: 0;
  }
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol2_sp1 > a:nth-child(-n + 2) {
    margin-top: 4vw;
  }
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol2_sp1 > a:first-child {
    margin-top: 0;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol3 > a {
  width: 32%;
  margin-top: 16px;
  margin-left: 2%;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol3 > a:nth-child(-n + 3) {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol3 > a:nth-child(3n + 1) {
  margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol3 > a {
    margin-top: 2vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol3 > a {
    margin-top: 4vw;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol3_sp2 > a {
  width: 32%;
  margin-top: 16px;
  margin-left: 2%;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol3_sp2 > a:nth-child(-n + 3) {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol3_sp2 > a:nth-child(3n + 1) {
  margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol3_sp2 > a {
    margin-top: 2vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol3_sp2 > a {
    width: 49%;
    margin-top: 4vw;
    margin-left: 2%;
  }
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol3_sp2 > a:nth-child(-n + 3) {
    margin-top: 4vw;
  }
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol3_sp2 > a:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol3_sp2 > a:nth-child(-n + 2) {
    margin-top: 0;
  }
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol3_sp2 > a:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol3_sp1 > a {
  width: 32%;
  margin-top: 16px;
  margin-left: 2%;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol3_sp1 > a:nth-child(-n + 3) {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol3_sp1 > a:nth-child(3n + 1) {
  margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol3_sp1 > a {
    margin-top: 2vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol3_sp1 > a {
    width: 100%;
    margin-top: 4vw;
    margin-left: 0;
  }
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol3_sp1 > a:nth-child(-n + 3) {
    margin-top: 4vw;
  }
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox.btnCol3_sp1 > a:first-child {
    margin-top: 0;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a {
  padding: 1em;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a {
    font-size: 1.86667vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a {
    font-size: 3.73333vw;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.beta {
  background: linear-gradient(45deg, #00bffe, #0087eb);
  color: #fff;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.beta:visited, .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.beta:focus, .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.beta:active {
  color: #fff;
}

@media only screen and (min-width: 1080px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.beta {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.beta:hover {
    opacity: 0.6;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.beta.blue {
  background: linear-gradient(45deg, #00bffe, #0087eb);
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.beta.orange {
  background: linear-gradient(45deg, #ffa629, #ff6b4d);
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.beta.green {
  background: linear-gradient(45deg, #92d550, #47c275);
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border {
  border: 2px solid #00bffe;
  color: #00bffe;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border:visited, .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border:focus, .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border:active {
  color: #00bffe;
}

@media only screen and (min-width: 1080px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border {
    -webkit-transition-property: background-color color;
    transition-property: background-color color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border:hover {
    background-color: #00bffe;
    color: #fff;
  }
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border:hover:visited, .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border:hover:focus, .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border:hover:active {
    color: #fff;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border.blue {
  border-color: #00bffe;
  color: #00bffe;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border.blue:visited, .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border.blue:focus, .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border.blue:active {
  color: #00bffe;
}

@media only screen and (min-width: 1080px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border.blue:hover {
    background-color: #00bffe;
    color: #fff;
  }
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border.blue:hover:visited, .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border.blue:hover:focus, .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border.blue:hover:active {
    color: #fff;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border.orange {
  border-color: #ff7f41;
  color: #ff7f41;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border.orange:visited, .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border.orange:focus, .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border.orange:active {
  color: #ff7f41;
}

@media only screen and (min-width: 1080px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border.orange:hover {
    background-color: #ff7f41;
    color: #fff;
  }
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border.orange:hover:visited, .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border.orange:hover:focus, .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border.orange:hover:active {
    color: #fff;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border.green {
  border-color: #35ae62;
  color: #35ae62;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border.green:visited, .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border.green:focus, .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border.green:active {
  color: #35ae62;
}

@media only screen and (min-width: 1080px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border.green:hover {
    background-color: #35ae62;
    color: #fff;
  }
  .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border.green:hover:visited, .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border.green:hover:focus, .block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.border.green:hover:active {
    color: #fff;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.alignL {
  text-align: left;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.alignC {
  text-align: center;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .btnListBox > a.alignR {
  text-align: right;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .affiliation .imageGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .affiliation .imageGrid {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .affiliation .imageGrid__item {
  list-style: none;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .affiliation .imageGrid__item img {
  -webkit-box-shadow: 0 2px 15px #f2f2f2;
          box-shadow: 0 2px 15px #f2f2f2;
  border-radius: 10px;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .swiper_timeline {
  position: relative;
  margin-bottom: 170px;
  display: block;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .swiper_timeline .swiper_timeline_wrapper {
  display: block;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .swiper_timeline .swiper-button-prev,
.block-editor__container .editor-styles-wrapper .acf-block-preview .swiper_timeline .swiper-button-next {
  width: 50px;
  height: 50px;
  background-size: 100%;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .swiper_timeline .swiper-button-prev,
  .block-editor__container .editor-styles-wrapper .acf-block-preview .swiper_timeline .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .swiper_timeline .swiper-button-prev {
  background-image: url(../images/company-reviews/icon-swipe-left.svg);
  left: -70px;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .swiper_timeline .swiper-button-prev {
    left: -10px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .swiper_timeline .swiper-button-next {
  background-image: url(../images/company-reviews/icon-swipe-right.svg);
  right: -70px;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .swiper_timeline .swiper-button-next {
    right: -10px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .swiper_timeline .swiper-pagination {
  bottom: -90px;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .swiper_timeline .swiper-pagination-bullet {
  border: 2px solid #14a0dc;
  background-color: #fff;
  opacity: 1;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .swiper_timeline .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #14a0dc;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .timeline {
  background: #f0f9ff;
  border-radius: 10px;
  margin-top: 50px;
  display: block;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__head {
  position: relative;
  padding-left: 145px;
  padding-right: 60px;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__head {
  top: -10px;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__head {
    top: 0;
    padding-top: 27px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 500px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__head {
    padding-left: 115px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__head--image {
  position: absolute;
  left: -60px;
  top: -42px;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__head--image {
    left: -42px;
    top: -42px;
  }
}

@media only screen and (max-width: 500px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__head--image {
    left: -30px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__head--image img {
  width: auto;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__head--image img {
    height: 190px;
  }
}

@media only screen and (max-width: 500px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__head--image img {
    height: 160px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__head--text {
  margin-bottom: 30px;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__head--text .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}

@media only screen and (max-width: 500px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__head--text .name {
    margin-bottom: 5px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__head--text .name span {
  background: #14a0dc;
  color: #fff;
  padding: 12px 15px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  -webkit-box-shadow: 0 2px 15px #f2f2f2;
          box-shadow: 0 2px 15px #f2f2f2;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__head--text .name span {
    padding: 5px 10px;
  }
}

@media only screen and (max-width: 500px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__head--text .name span {
    font-size: 15px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__head--text .info01 {
  color: #14a0dc;
  font-size: 14px;
  margin: 0.2em 0;
  font-weight: 400;
}

@media only screen and (max-width: 500px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__head--text .info01 {
    font-size: 12px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__head--text .info02 {
  color: #a2a2a2;
  font-size: 14px;
  margin: 0.2em 0;
  font-weight: 400;
}

@media only screen and (max-width: 500px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__head--text .info02 {
    font-size: 12px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__contents {
  position: relative;
  margin-left: 145px;
  margin-right: 60px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__contents {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__contents:before {
  content: "";
  width: 1px;
  height: calc(90% - 16px);
  position: absolute;
  background: #14a0dc;
  left: 0;
  top: 16px;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__contents dt {
  width: 100%;
  padding: 0 0 0 65px;
  position: relative;
  margin-bottom: 15px;
  color: #14a0dc;
  font-weight: 500;
  font-size: 18px;
}

@media only screen and (max-width: 500px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__contents dt {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__contents dt:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #14a0dc;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__contents dt:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 999px;
  left: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 22px;
  background: #fff;
  border: 1px solid #14a0dc;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__contents dd {
  width: 100%;
  padding: 0px 0 0 65px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 500px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__contents dd {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__contents dd p {
  line-height: 1.8;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .timeline__contents dd img {
  margin-bottom: 1em;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .recruitFlow {
  margin-bottom: 50px;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .recruitFlow .title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .recruitFlow .title {
    font-size: 16px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .recruitFlow__List {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 30px;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .recruitFlow__List--item {
  position: relative;
  background: #e2f4ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 40px;
  list-style-type: none;
  counter-increment: cnt;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .recruitFlow__List--item {
    height: 100px;
    margin-left: 23px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .recruitFlow__List--item:before {
  content: counter(cnt);
  left: -38px;
  position: absolute;
  font-size: 36px;
  font-weight: 700;
  color: #14a0dc;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .recruitFlow__List--item:before {
    font-size: 30px;
    left: -30px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .recruitFlow__List--item .svgImage {
  position: absolute;
  width: 26px;
  height: 15px;
  bottom: -25px;
  left: 35px;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .recruitFlow__List--item .svgImage {
    width: 18px;
    left: 40px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .recruitFlow__List--item .svgImage path {
  fill: #14a0dc;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .recruitFlow__List--item:last-child .svgImage {
  display: none;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .recruitFlow__List--item .image {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 999px;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .recruitFlow__List--item .text {
  padding-left: 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .recruitFlow__List--item .text {
    font-size: 16px;
    padding-left: 21px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .recruitFlow__List--item .text span {
  font-size: 0.8em;
  font-weight: 300;
  display: block;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .recruitFlow__List--item .text span {
    font-size: 12px;
    margin-top: 5px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .profileList__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 15px;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .profileList__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .profileList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  border: 4px solid #eaf3f8;
  background: #f8fcff;
  padding: 15px 20px;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .profileList__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-width: 270px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .profileList__item .image {
  width: 30%;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .profileList__item .image {
    width: 100%;
    text-align: center;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .profileList__item .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 999px;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .profileList__item .image img {
    width: 70%;
    max-width: 120px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .profileList__item .info {
  width: 70%;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .profileList__item .info {
    width: 100%;
    text-align: center;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .profileList__item .info .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .profileList__item .info .head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .profileList__item .info .head .name {
  font-size: 20px;
  letter-spacing: 0.03em;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .profileList__item .info .head .name {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 10px 0;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .profileList__item .info .head ul.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .profileList__item .info .head ul.sns {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .profileList__item .info .head ul.sns li.icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .profileList__item .info .head ul.sns li.icon img {
  width: 25px;
  height: auto;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .profileList__item .info .desc {
  font-size: 0.85em;
  margin: 5px 0;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .profileList__item .info .attention .subtitle {
  display: inline-block;
  background: #14a0dc;
  color: #fff;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .profileList__item .info .attention .text {
  font-size: 15px;
  color: #14a0dc;
  margin-top: 5px;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .contentBottom .editorArea {
  background: #e2f4ff;
  padding: 100px 15px 60px;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .contentBottom .editorArea__inner {
  padding: 50px 40px 40px 75px;
  background: #fff;
  position: relative;
  border-radius: 40px;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .contentBottom .editorArea__inner {
    padding: 50px 30px 40px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .contentBottom .editorArea__inner:before {
  position: absolute;
  content: "";
  background-image: url(../images/company-reviews/editors-note.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  width: 10px;
  height: 115px;
  top: 57px;
  left: 40px;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .contentBottom .editorArea__inner:before {
    content: none;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .contentBottom .editorArea__inner:after {
  position: absolute;
  content: "";
  background: #14a0dc;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  width: 1px;
  height: 115px;
  top: 57px;
  left: 55px;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .contentBottom .editorArea__inner:after {
    content: none;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .contentBottom .editorArea p.label {
  display: inline-block;
  background: #14a0dc;
  color: #fff;
  font-size: 22px;
  padding: 5px 10px;
  position: absolute;
  top: -20px;
  left: 40px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .contentBottom .editorArea p.label {
    font-size: 18px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .contentBottom .editorArea p.title {
  color: #14a0dc;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .contentBottom .editorArea p.title {
    font-size: 16px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .contentBottom .editorArea .pointList {
  margin-bottom: 15px;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .contentBottom .editorArea .pointList__item {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  padding-left: 10px;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .contentBottom .editorArea .pointList__item {
    font-size: 15px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .contentBottom .editorArea .pointList__item::before {
  content: "・";
  position: absolute;
  left: -5px;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .contentBottom .editorArea .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .contentBottom .editorArea .contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .contentBottom .editorArea .contents .comment {
  width: 60%;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .contentBottom .editorArea .contents .comment {
    width: 100%;
    font-size: 14px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .contentBottom .editorArea .contents .profile {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .contentBottom .editorArea .contents .profile {
    width: 165px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .contentBottom .editorArea .contents .profile .image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .contentBottom .editorArea .contents .profile .name {
  font-size: 14px;
  margin-top: 10px;
  position: relative;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .contentBottom .editorArea .contents .profile .name span {
  display: inline-block;
  background-color: #fff;
  z-index: 2;
  position: relative;
  padding-right: 10px;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .contentBottom .editorArea .contents .profile .name:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #707070;
  z-index: 1;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .pickupData {
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
  display: block;
  width: 100%;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .pickupData__List {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .pickupData__List--item {
  width: 100%;
  height: auto;
  text-align: center;
  list-style: none;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .pickupData__List--item .image {
  border-radius: 10px;
  aspect-ratio: 6/4;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .pickupData__List--item .text .subtext {
  font-weight: 500;
  color: #14a0dc;
  padding: 15px 0;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .pickupData__List--item .text .maintext {
  color: #14a0dc;
  letter-spacing: 0.15em;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .pickupData__List--item .text .maintext span {
  line-height: 1;
  color: #14a0dc;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .pickupData__List--item .text .maintext span.bigNumber {
  font-size: 50px;
  font-weight: bold;
  font-family: "Helvetica", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .pickupData__List--item .text .maintext span.smallText {
  font-size: 30px;
  font-weight: 500;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .pickupData__List--item .text .maintext span.smallNumber {
  font-size: 30px;
  font-family: "Helvetica", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .pickupData .swiper-pagination {
  display: none;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .acf-block-preview .pickupData .swiper-pagination {
    display: block;
    bottom: 10px;
  }
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .pickupData .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px !important;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyGallery {
  margin: 60px 0;
  display: block;
  width: 100%;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyGallery__List {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.block-editor__container .editor-styles-wrapper .acf-block-preview .companyGallery__List--item {
  width: 100%;
  height: auto;
  list-style: none;
}
/*# sourceMappingURL=company-interview-cutomBlock.css.map */