@charset "UTF-8";
/* font-weight */
.pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
  .br_pc {
    display: none;
  }
}

.lg-down {
  display: none;
}
@media screen and (max-width: 1000px) {
  .lg-down {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .lg-up {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

/* --------------------------------------------------------------------- */
/* フォントサイズ一括指定（font-size,line-height,letter-spacing）  */
/* ※フォントサイズ小さくなりすぎ対応 14px未満は、font-sizeのpx指定を確認する  */
/* --------------------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", "Helvetica Neue", HelveticaNeue, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", sans-serif;
  color: #354A4D;
  background-color: #fff;
}

html {
  font-size: 16px;
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
  color: inherit;
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* タイトル */
h2 {
  font-size: 42px;
  line-height: 1.4545454545;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0;
  border: none;
  margin-bottom: 30px;
  color: #354A4D;
}
@media screen and (max-width: 1000px) {
  h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
    line-height: 1.4571428571;
    margin-bottom: 15px
  }
}

.h2_white {
  color: #fff;
}

.h2_fz30 {
  max-width: 940px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 1.5625;
  letter-spacing: 0.05em;
  color: #354A4D;
}
@media screen and (max-width: 768px) {
  .h2_fz30 {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-align: left;
  }
}

.h2_fz30_white {
  font-size: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .h2_fz30_white {
    font-size: 24px;
  }
}

.h2_fz30_white span {
  color: #33DEAC;
}

h4 {
  margin-left: auto;
  font-size: 30px;
  line-height: 1.4545454545;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  h4 {
    margin-left: 0;
    font-size: 24px;
    line-height: 1.4571428571;
    text-align: center;
  }
}

h5 {
  font-size: 30px;
  line-height: 1.4523809524;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: left;
  padding: 0;
  border: none;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 20px;
    line-height: 1.4583333333;
  }
}

/* 背景色 */
.bg-gray {
  background-color: #F4F4F4;
}

.bg-black {
  background-color: #354A4D;
}


/* 共通 */
.pb0 {
  padding-bottom: 0;
}

.pt0 {
  padding-top: 0;
}

.inner {
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}


/* レイアウト */
.flexBox {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .flexBox {
    flex-direction: column;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
button,
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h3,
h4, h5,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

h3:after {
  border: none !important;
}

#site-header {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-front-knowledge {
    margin-top: 0;
  }
}

.l-main-view {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .l-main-view {
    margin-top: 60px;
  }
}

.l-page-view {
  margin-top: 111px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-page-view {
    margin-top: 60px;
  }
}

.banner {
  padding-top: 80px;
  background-image: url(../../assets/images/common/jpg/description-bg.jpg);
  background-size: cover;
  background-position: bottom 40% right 50%;
}
@media screen and (max-width: 768px) {
  .banner {
    padding-top: 50px;
    background-position: bottom 50% right;
  }
}

.banner h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .banner h2 {
    margin-bottom: 30px;
  }
}

.banner__text {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  font-weight: normal;
  margin-bottom: 0;
}

/* -------------------------------------------- */
/* ブロックエディタ用のCSS（必要に応じて変更する）  */
/* -------------------------------------------- */
.block-style > .alignleft {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: left;
  margin-left: 0;
  margin-right: 1em;
}

.block-style > .alignright {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
  margin-left: 1em;
  margin-right: 0;
}

.block-style > .aligncenter {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.block-style > *:first-child {
  margin-top: 0;
}

.block-style table {
  margin: 40px 0;
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  border: 1.6px solid #dcd7ca;
  border: 0.1rem solid #dcd7ca;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  overflow: hidden;
}

.block-style th {
  font-weight: bold;
  white-space: nowrap;
}

.block-style th,
.block-style td {
  margin: 0;
  padding: 0.5em;
  line-height: 1.4;
  border: 1.6px solid #dcd7ca;
  border: 0.1rem solid #dcd7ca;
  overflow: visible;
}

.block-style thead {
  vertical-align: bottom;
  white-space: nowrap;
}

.block-style code {
  font-family: monospace;
}

.block-style abbr {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.block-style dfn,
.block-style cite,
.block-style em,
.block-style i {
  font-style: italic;
}

.block-style > :first-child {
  margin-top: 0;
}

.block-style h1 {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
}

.block-style h2 {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding: 7px 14px;
  padding: 0.4375rem 0.875rem;
  font-size: 24px;
  font-size: 1.5rem;
  color: #354A4D;
  background-color: #F4F4F4;
  border-left: 2px solid red;
  border-left: 0.125rem solid red;
}

.block-style h2 + h3,
.block-style h3 + h4,
.block-style h4 + h5,
.block-style h5 + h6 {
  margin-top: 0;
}

.block-style h3 {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  font-size: 24px;
  font-size: 1.5rem;
  color: #354A4D;
  background-color: #F4F4F4;
  border-bottom: 2px solid #F4F4F4;
  border-bottom: 0.125rem solid #F4F4F4;
}

.block-style h4 {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #354A4D;
}

.block-style h5 {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-size: 18px;
  font-size: 1.125rem;
  color: #354A4D;
}

.block-style h6 {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-size: 18px;
  font-size: 1.125rem;
  color: #354A4D;
}

.block-style p {
  font-size: 16px;
  font-size: 1rem;
  color: #354A4D;
}

.block-style p + p {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.block-style figure {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 40px;
}
@media screen and (max-width: 500px) {
  .block-style figure {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .block-style figure {
    max-width: 100%;
    height: 100%;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}

.block-style figure img,
.wp-block-image img {
  max-width: 100%;
  width: auto;
  width: initial;
  max-height: 400px;
  max-height: 25rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .block-style figure img,
.wp-block-image img {
    max-width: 100%;
    width: auto;
    width: initial;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.block-style figcaption {
  text-align: center;
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
}

.block-style p > a,
.block-style li > a {
  display: block;
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 18px;
  font-size: 1.125rem;
  color: #FF9100;
  text-decoration: underline;
}

.block-style ul {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .block-style ul {
    margin-top: 2.8125rem;
  }
}

.block-style ol {
  counter-reset: number;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .block-style ol {
    margin-top: 2.8125rem;
  }
}

.block-style li {
  font-size: 14px;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-style ul > li {
  list-style-type: none;
}

.block-style ol > li {
  list-style-type: none;
}

.block-style ul ul,
.block-style ul ol,
.block-style ol ul,
.block-style ol ol {
  margin-top: 0;
  padding-left: 1em;
}

.block-style ul > li::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-right: 0.625rem;
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #FF9100;
}
@media screen and (max-width: 768px) {
  .block-style ul > li::before {
    margin-top: -0.125rem;
  }
}

.block-style ol > li::before {
  content: counter(number);
  counter-increment: number;
  display: inline-block;
  width: 1em;
  text-align: center;
}

.block-style blockquote {
  border: none;
  margin-bottom: 0;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 42px 28px 20px 56px;
  padding: 2.625rem 1.75rem 1.25rem 3.5rem;
  background-color: #F4F4F4;
  font-size: 16px;
  font-size: 1rem;
  color: #354A4D;
  position: relative;
}

.block-style blockquote::before {
  content: "“";
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  font-size: 30px;
  font-size: 1.875rem;
  color: #F4F4F4;
  position: absolute;
  top: 50%;
  left: 15px;
  left: 0.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.block-style blockquote > p {
  margin-top: 0;
}

.block-style cite {
  font-style: italic;
  margin-top: 10px;
  margin-top: 0.625rem;
  display: block;
  font-size: 16px;
  font-size: 1rem;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #354A4D;
  border: none;
  display: block;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb span {
  margin-right: 10px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.breadcrumb a > span {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .breadcrumb a > span {
    margin-right: 0;
  }
}

.burger-btn, .btn__inner, .voice-btn__inner, .info-btn__inner, .green-btn__inner {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

/* ----------------------------------------- */
/* 🍔ボタンの位置調整、色変更  */
/* ----------------------------------------- */
.burger-btn__unit {
  /* 🍔ボタン自体の大きさ */
  display: block;
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
}

.burger-btn__bar {
  width: 100%;
  height: 3px;
  background-color: #FD665B;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.burger-btn__bar:nth-child(1) {
  top: 0;
  left: 0;
}

.burger-btn__bar:nth-child(2) {
  top: 8.5px;
  left: 0;
}

.burger-btn__bar:nth-child(3) {
  bottom: 0;
  left: 0;
}

/* -------------------------------------------------- */
/* 🍔バーの変化                                       */
/* 使うアニメーションをコメントアウトして、残りは削除する  */
/* -------------------------------------------------- */
.burger-btn:hover .burger-btn__bar:nth-child(1) {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.burger-btn:hover .burger-btn__bar:nth-child(3) {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.burger-btn[aria-expanded=true] .burger-btn__bar:nth-child(2) {
  /* 中央の線の色を透明にする */
  -webkit-transform: scale(0);
          transform: scale(0);
}

.burger-btn[aria-expanded=true] .burger-btn__bar:nth-child(1) {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /* transform-origin は、centerのため指定しない（bottomも同様） */
  -webkit-transform: translate(0px, 8.5px) rotate(45deg);
          transform: translate(0px, 8.5px) rotate(45deg);
}

.burger-btn[aria-expanded=true] .burger-btn__bar:nth-child(3) {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate(0px, -8.5px) rotate(-45deg);
          transform: translate(0px, -8.5px) rotate(-45deg);
}

.burger-menu {
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 9998;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
  overflow: auto;
}
@media screen and (max-width: 1300px) {
  .burger-menu {
    display: block;
  }
}

.burger-menu.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.burger-menu__inner {
  width: 100vw;
  height: 100vh;
  padding: 13.6054421769vh 0;
  background-color: #354A4D;
  color: #fff;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.burger-menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.burger-menu__item {
  display: block;
  width: 100%;
}

.burger-menu__link {
  display: block;
  padding: 25px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: 0.125em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.burger-menu__mask {
  width: 100vw;
  height: 100vh;
  display: none;
  background: #354A4D;
  opacity: 0.3;
}

.burger-menu__mask.is-open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7777;
}
/* 取引実績 */
.h2_fz30 span {
  background: linear-gradient(transparent 62%, #FEE695 62%);
  background-position: -2px;
}
.top-contents .case {
  background-color: #fff;
  border-radius: 80px;
}
.case__inner {
  text-align: center;
  padding: 30px 40px 40px;
}
@media screen and (max-width: 768px) {
  .top-contents .case {
    border-radius: 50px;
  }
  .case__inner {
    /* max-width: 530px; */
    padding: 20px 15px 40px;
  }
}

.case__heading {
  font-size: 24px;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  padding: 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .case__heading {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.case__icons {
  /* max-width: 820px; */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -ms-flex-wrap: wrap;
      flex-wrap: wrap; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /* justify-content: space-between; */
          justify-content: center;
}

.case__icons:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .case__icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            /* justify-content: center; */
            justify-content: space-between;
  }
}

.case__icon {
  width: 202px;
  width: 22%;
  margin: 0 20px;
}
.case__icon img {
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.07));
}
@media screen and (max-width: 768px) {
  .case__icon {
    /* width: calc(50% - 15px); */
    width: 30%;
    margin: 0 8px;
  }
  .case__icon img {
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.07));
  }
}

@media screen and (max-width: 768px) {
  /* .case__icon:first-child {
    margin-right: 30px;
  } */
}

.contents-service .section-title__text {
  margin-bottom: 50px;
  
}
@media screen and (max-width: 768px) {
  .contents-service .section-title__text {
    margin-bottom: 30px;
  }
}

.contents-service__header {
  text-align: center;
}

.contents-service__header--marketing {
  margin-top: 0;
}

.contents-service__icons {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .contents-service__icons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contents-service__icon {
  width: 277px;
}
@media screen and (max-width: 768px) {
  .contents-service__icon {
    width: calc(50% - 15px);
  }
}

.contents-service__icon:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .contents-service__icon:first-child {
    margin-right: 30px;
  }
}

.contents-service__icon:nth-child(2) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .contents-service__icon:nth-child(2) {
    margin-right: 0;
  }
}

.contents-service__postscripts {
  margin-top: 80px;
  height: 100%;
  display: grid;
  grid-template-columns: auto auto;
  -webkit-column-gap: 78px;
     -moz-column-gap: 78px;
          column-gap: 78px;
  padding-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .contents-service__postscripts {
    display: block;
    margin-top: 30px;
  }
}

.contents-service__postscript {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .contents-service__postscript {
    width: 100%;
    margin-top: 30px;
  }
}

.contents-service__postscript:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
@media screen and (max-width: 768px) {
  .contents-service__postscript:nth-child(1) {
    margin-top: 0;
  }
}

.contents-service__postscript:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.contents-service__colum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.contents-service__colum.three-wall h2 {
  text-align: left;
}
.contents-service__colum.three-strengths h2 {
  text-align: left;
  font-size: 30px;
  width: 60%;
}
.contents-service__items .problem {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.problem_no,
.strengths_no {
  font-size: 42px;
    display: block;
    border-radius: 50%;text-align: center;
    width: 100px;
    height: 100px;
    line-height: 90px;
}
.org .problem_no {
  color: #FFA024;
  border: 3px solid #FFA024;
}
.yrw .problem_no {
  color: #FECE2D;
  border: 3px solid #FECE2D;
}
.grn .problem_no {
  color: #88DF76;
  border: 3px solid #88DF76;
}
.grn .strengths_no {
  color: #74cc84;
  border: 3px solid #74cc84;
}
.problem_l {
  display: flex;
  position: relative;
  width: 40%;
}
.problem_l::after {
  content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #354A4D;
    border-right: 3px solid #354A4D;
    -webkit-transform: rotate(45deg)translateY(-50%);
    transform: rotate(45deg)translateY(-50%);
    position: absolute;
    top: 50%;
    right: 15px;
}
.problem_content {
  text-align: left;
  margin-left: 40px;
}
.problem_txt {
  font-size: 20px;
  font-weight: 700;
}
.problem_wall {
  font-size: 42px;
  font-weight: 700;
  margin-top: -8px;
}
.problem_wall span {
  font-size: 35px;
}
.problem_r {
  width: 55%;
  text-align: left;
}
.problem_r .p_strengths,
.strengths_l .p_strengths {
  font-size: 30px;
  font-weight: 700;
  display: inline;
}
/* shirokuの強み のみ */
.three-strengths .contents-service__items {
  margin-top: 0;
}
.strengths_l {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: center;
}
.strengths_l .p_strengths {
  font-size: 20px;
  width: 60%;
  margin-left: 40px;
}
.org .problem_r .p_strengths {
  background: linear-gradient(transparent 65%, #FFCF91 65%);
}
.yrw .problem_r .p_strengths {
  background: linear-gradient(transparent 65%, #FEE695 65%);
}
.grn .problem_r .p_strengths {
  background: linear-gradient(transparent 65%, #C3EFBA 65%);
}
.grn .strengths_l .p_strengths span {
  background: linear-gradient(transparent 65%, rgba(116, 204, 132, .5) 65%);
}
@media screen and (max-width: 1000px) {
  .contents-service__colum.three-wall h2 {
    font-size: 30px;
  }
  .problem_content {
    margin-left: 20px;
}
.problem_no {
  font-size: 28px;
    display: block;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 60px;
}
.problem_txt {
  font-size: 14px;
}
.problem_wall {
  font-size: 24px;
}
.problem_wall span {
  font-size: 20px;
}
.problem_content {
  margin-top: 6px;
  margin-left: 20px;
}
.problem_r .p_strengths {
  font-size: 20px;
}
}
@media screen and (max-width: 768px) {
  .contents-service__colum.three-wall h2 {
    text-align: center;
  }
  .contents-service__colum {
    display: block;
    margin-top: 30px;
  }
  .contents-service__items .problem {
    flex-direction: column;
    align-items: flex-start;
  }
  .problem_l,.problem_r {
    width: 100%;
  }
  .problem_l {
    margin-bottom: 10px;
  }
  .problem_l::after {
    display: none;
  }
  .contents-service__items .problem {
    margin-bottom: 50px;
  }
  .strengths_no {
    font-size: 28px;
    display: block;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 60px;
  }
  .strengths_l .p_strengths {
    font-size: 16px;
    margin-left: 20px;
    width: 75%;
  }
  .strengths_l .strengths_no {
    margin-bottom: 20px;
  }
}


.contents-service__image {
margin-left: 80px;
}
@media screen and (max-width: 1000px) {
  .contents-service__image {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contents-service__image {
    margin-left: 0;
    width: 100%;
  }
}

.contents-service__blocks {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 458px;
          flex: 0 1 458px;
}
@media screen and (max-width: 1000px) {
  .contents-service__blocks {
    margin: 0 auto;
    /* max-width: 340px; */
    width: fit-content;
    margin-top: 50px;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contents-service__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents-service__block + .contents-service__block {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .contents-service__block + .contents-service__block {
    margin-top: 30px;
  }
}

.contents-service__number {
  font-size: 70px;
  margin-right: 30px;
}
@media screen and (max-width: 1000px) {
  .contents-service__number {
    font-size: 35px;
    font-weight: 700;
    margin-right: 20px;
  }
}

.contents-service__title {
  -moz-text-align-last: left;
       text-align-last: left;
}

.contents-service__title span {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .contents-service__title span {
    font-size: 14px;
  }
}

.contents-service__title h3 {
  font-size: 42px;
  padding-bottom: 0;
  border: none;
}
@media screen and (max-width: 1000px) {
  .contents-service__title h3 {
    font-size: 24px;
  }
}

.contents-service__items {
  margin: 80px auto 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contents-service__items {
    margin: 30px auto 0;
    width: 100%;
  }
}

.contents-service__text {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.19;
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contents-service__text {
    margin-top: 30px;
  }
}

.dropdown__list {
  width: 100%;
  height: 60px;
  background-color: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #354A4D;
  border-bottom: solid 1px #fff;
  box-sizing: initial;
}

.dropdown__list a {
  color: #354A4D;
  width: 100%;
  height: inherit;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.5;
  background-color: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.dropdown__list a:hover {
  background-color: #19B785;
  color: #fff;
  opacity: 1;
}

.faq h2 {
  margin-bottom: 30px;
}

.faq__inner {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .faq__inner {
    padding: 0 15px;
  }
}

.faq__lists {
  padding-left: 0;
  margin-bottom: 0;
}

.faq__list {
  margin-bottom: 0;
    padding-bottom: 30px;
}

.faq__list + .faq__list {
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .faq__list + .faq__list {
    margin-top: 30px;
  }
}

.faq__question {
  margin-left: 79px;
  font-size: 24px;
  line-height: 1.4583333333;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq__question {
    margin-left: 40px;
    font-size: 20px;
  }
}

.faq__question::before {
  content: "Q";
  display: inline-block;
  margin-top: -35px;
  width: 32px;
  height: 56px;
  font-size: 35px;
  line-height: 1.3333333333;
  font-weight: 700;
  color: #19B785;
  position: absolute;
  top: 26px;
  left: -50px;
}
@media screen and (max-width: 768px) {
  .faq__question::before {
    margin-top: -20px;
    font-size: 32px;
    line-height: 1;
    left: -40px;
    top: 16px;
  }
}

.faq__answer {
  margin-top: 20px;
  margin-left: 79px;
  font-size: 16px;
  line-height: 1.6875;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq__answer {
    margin-top: 20px;
    margin-left: 40px;
  }
}

.faq__answer::before {
  content: "A";
  display: inline-block;
  margin-top: -27px;
  width: 32px;
  height: 56px;
  font-size: 38px;
  line-height: 1.3333333333;
  font-weight: 700;
  color: #78CB67;
  position: absolute;
  top: 15px;
  left: -49px;
}
@media screen and (max-width: 768px) {
  .faq__answer::before {
    margin-top: -20px;
    font-size: 34px;
    line-height: 1;
    left: -38px;
    top: 16px;
  }
}

.flow__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow__items {
  max-width: 501px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
}

.flow__items::before {
  content: "";
  display: block;
  border-left: 3px dotted #354A4D;
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 44px;
  left: 2.75rem;
}
@media screen and (max-width: 768px) {
  .flow__items::before {
    left: 1.125rem;
  }
}

.flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: number;
  margin-bottom: 0;
}

.flow__item + .flow__item {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .flow__item + .flow__item {
    margin-top: 30px;
  }
}

.flow__number {
  width: 91px;
  width: 5.6875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 91px;
  height: 5.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow__number {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.flow__number--number1 {
  background-color: #78CB68;
}

.flow__number--number2 {
  background-color: #5AC571;
}

.flow__number--number3 {
  background-color: #39BE7B;
}

.flow__number--number4 {
  background-color: #19B785;
}

.flow__number::before {
  content: counter(number, decimal-leading-zero);
  display: inline-block;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1.6888888889;
  font-weight: 400;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .flow__number::before {
    font-size: 1.5rem;
    line-height: 1;
  }
}

.flow__body {
  margin-left: 60px;
  margin-left: 3.75rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .flow__body {
    margin-left: 1.875rem;
  }
}

.flow__term {
  font-size: 30px;
  line-height: 1.4375;
  color: #19B785;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .flow__term {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.flow__description {
  margin-top: 21px;
  margin-top: 1.3125rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .flow__description {
    margin-top: 0.625rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.footer {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 40px;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /* justify-content: space-between; */
}
@media screen and (max-width: 768px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 80px;
}
.footer__menus:last-of-type .footer__menu {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .footer__menu {
    margin-right: 0;
  }
}

.footer__menu img {
  margin-bottom: 20px;
  width: 160px;
}

@media screen and (max-width: 768px) {
  .footer__menu + .footer__menu {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .footer__menus {
    margin-top: 30px;
  }
}

.footer__menu--links {
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .footer__menu--links {
    margin-top: 0;
  }
}

.footer__title {
  font-size: 20px;
  line-height: 1.45;
  padding: 0;
  border: none;
  margin-bottom: 0;
  font-weight: 700;
}

.footer__text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6875;
  font-weight: 400;
  margin-bottom: 0;
}

.footer__text--contact-link {
  margin-top: 0;
}

.footer__items {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .footer__items {
    margin-top: 10px;
  }
}
.footer__item {
  padding-left: 20px;
  margin-bottom: 7px;
  position: relative;
  padding-left: 23px;
}
.footer__item::before {
  display: block;
  position: absolute;
  content: "";
  width: 10px;
  border-bottom: 2px solid #4EC274;
  height: auto;
  top: 13px;
  left: 3px;
}

.footer__link {
  color: #354A4D;
  font-size: 16px;
  line-height: 1.6875;
  font-weight: 400;
}

.footer__link--voice {
  margin-top: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .footer__link--voice {
    margin-bottom: 0;
  }
}

.footer__copy {
  width: 100%;
  height: 56px;
  margin-top: 80px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #354A4D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__copy a:hover {
  text-decoration: underline;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .footer__copy {
  margin-top: 50px;
  height: 50px;
  }
  .footer__copy a {
    text-decoration: underline;
  }
}
.footer__copy .inner {
  display: flex;
  justify-content: space-between;
}
.footer__copy small {
  font-size: 12px;
  line-height: 1.4166666667;
  font-weight: 400;
  color: #fff;
}

.forte.pt80 {
  padding-top: 80px;
}

.forte__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.forte__lists {
  padding-left: 0;
  margin-bottom: 0;
}

.forte__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 33px 27px 40px 46px;
  background-color: #354A4D;
  border-radius: 50px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .footer__copy .inner {
    flex-direction: column-reverse;
    gap: 5px;
  }
  .forte__list {
    margin-top: 30px;
    padding: 20px;
  border-radius: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.forte__list:nth-child(1) {
  margin-top: 0;
}

.forte__body {
  margin-left: 41px;
}
@media screen and (max-width: 768px) {
  .forte__body {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.forte__title {
  font-size: 30px;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  color: #88DF76;
  margin-bottom: 0;
  border: none;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .forte__title {
   font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .forte__title {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
  }
}

.forte__title span {
  padding-bottom: 5px;
  background-image: linear-gradient(to right, #D3FDCB, #D3FDCB 10px, transparent 10px);
  background-size: 21px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  .forte__title span {
    padding-bottom: 2px;
    background-size: 21px 2px;
  }
}

.forte__text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.3125;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

.forte__img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .forte__img {
    width: 40px;
  }
}

.front-info h2 {
  margin-bottom: 50px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .front-info h2 {
    margin-bottom: 30px;
  }
}

.front-info__inner {
  text-align: center;
}

.front-info__header {
  color: #fff;
}

.front-info__btn {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .front-info__btn {
    margin-top: 30px;
  }
}

.front-info__text {
  margin-top: 50px;
  padding: 0;
  font-size: 18px;
  line-height: 1.6875;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .front-info__text {
    margin-top: 30px;
    line-height: 1.45;
    text-align: left;
    font-size: 16px;
  }
}

.front-knowledge__inner {
  text-align: center;
}

.front-knowledge__items {
  margin-top: 61px;
}

.green-btn__inner {
  display: block;
  width: 233px;
  background-color: #74cc84;
  border-radius: 46px;
}
.green-btn__inner:hover {
  background-color: #19B785;
  opacity: 1;
}
.front-knowledge .green-btn__inner {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .front-knowledge__items {
    margin-top: 101px;
  }
}

.goods {
  margin-bottom: 0;
  margin-top: 0;
}

.goods__items {
  position: relative;
}
.goods__body {
  position: relative;
}

.goods__icon-img {
  display: inline-block;
  width: 210px;
  height: auto;
  position: absolute;
  /* top: 340px; */
  top: 316px;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .goods__icon-img {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .goods__genre-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: 20px;
  }
  .goods__genre-wrap h4 {
    padding-left: 15px;
  }
}

.goods__icon-img-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .goods__icon-img-sp {
    text-align: center;
    display: block;
    width: 82px;
    margin: 0;
    margin-left: 40px;
  }
}

@media screen and (min-width: 446px) and (max-width: 768px) {
  .goods__icon-img {
    top: -500px;
  }
}
@media screen and (max-width: 445px) {
  .goods__icon-img {
    top: -500px;
  }
}
.goods__icon-img2 {
  display: inline-block;
  width: 194px;
  height: auto;
  position: absolute;
  top: 140px;
  right: 0;
  -webkit-transform: none;
          transform: none;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .goods__icon-img2 {
    display: none;
  }
}

.goods__icon-img2-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .goods__icon-img2-sp {
    text-align: center;
    display: block;
    width: 71px;
    margin: 0;
    margin-left: 40px;
  }
}

.goods__item {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.goods__item--item1 {
  margin-top: 30px;
}

.goods__item--item2 {
  margin-top: 50px;
  padding-left: 93px;
}
@media screen and (max-width: 768px) {
  .goods__item--item2 {
    padding-left: 0;
  }
}

@media screen and (min-width: 386px) and (max-width: 768px) {
  .goods__item--item2 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 385px) {
  .goods__item--item2 {
    margin-top: 30px;
  }
}
.goods__item--item3 {
  margin-top: 30px;
}

.goods__item--item4 {
  margin-top: 50px;
  padding-right: 93px;
}
@media screen and (max-width: 768px) {
  .goods__item--item4 {
    margin-top: 30px;
    padding-right: 0;
  }
}

@media screen and (min-width: 386px) and (max-width: 768px) {
  .goods__item--item4 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 385px) {
  .goods__item--item4 {
    margin-top: 30px;
  }
}
.goods__item--item1 .goods__body {
  position: relative;
  background: transparent linear-gradient(150deg, #78cb67, #19b785);
  border-radius: 218px 0 0 218px;
  width: 71.4vw;
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  padding: 50px calc(50vw - 50%) 50px 165px;
}
@media screen and (max-width: 768px) {
  .goods__item--item1 .goods__body {
    border-radius: 50px 0 0 50px;
    padding: 30px;
    width: calc(100vw - 15px);
  }
}

.goods__item--item2 .goods__body {
  position: relative;
  background: transparent linear-gradient(150deg, #78cb67, #19b785);
  border-radius: 218px 0 0 218px;
  /* width: 76vw; */
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  /* padding: 50px calc(50vw - 50%) 50px 160px; */
  width: 80.4vw;
  padding: 50px calc(50vw - 50%) 50px 240px;
}
@media screen and (max-width: 1000px) {
  .goods__item--item2 .goods__body {
  padding: 50px calc(50vw - 50%) 50px 165px;
}
}
@media screen and (max-width: 768px) {
  .goods__item--item2 .goods__body {
    border-radius: 50px 0 0 50px;
    padding: 30px;
    width: calc(100vw - 15px);
  }
}

.goods__item--item3 .goods__body {
  position: relative;
  background: transparent linear-gradient(135deg, #78cb67, #19b785);
  border-radius: 0 218px 218px 0;
  width: 71.4vw;
  margin-left: calc(50% - 50vw);
  padding: 50px 165px 50px calc(50vw - 50%);
}
@media screen and (max-width: 768px) {
  .goods__item--item3 .goods__body {
    border-radius: 0 50px 50px 0;
    padding: 30px;
    width: calc(100vw - 15px);
  }
}

.goods__item--item4 .goods__body {
  position: relative;
  background: transparent linear-gradient(135deg, #78cb67, #19b785);
  border-radius: 0 218px 218px 0;
  width: 80.4vw;
  margin-left: calc(50% - 50vw);
  padding: 50px 240px 50px calc(50vw - 50%);
}
@media screen and (max-width: 1000px) {
.goods__item--item4 .goods__body {
  padding: 50px 165px 50px calc(50vw - 50%);
}
}
@media screen and (max-width: 768px) {
  .goods__item--item4 .goods__body {
    border-radius: 0 50px 50px 0;
    padding: 30px;
    width: calc(100vw - 15px);
  }
}

.goods__text {
  margin-top: 31px;
  font-size: 16px;
  line-height: 1.6875;
  letter-spacing: 0em;
  font-weight: 400;
  color: #fff;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .goods__text {
    width: 100%;
    margin-top: 20px;
  }
}

.goods__btn {
  margin-top: 29px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .goods__btn {
    margin-top: 30px;
  }
}

.btn__inner {
  width: 233px;
  padding: 12px 0 14px;
  background-color: #fff;
  border-radius: 2.875rem;
  border-radius: 46px;
}
@media (max-width: 375px) {
  .btn__inner {
    width: 200px;
  }
}

.btn__text {
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #354A4D;
}

.btn__inner:hover .btn__text {
  opacity: 0.7;
}

.btn__text::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #354A4D;
  border-right: 2px solid #354A4D;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 9px;
  right: -16px;
}

.header-menu__items {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}

.header-menu__item {
  height: inherit;
}

.header-menu__item--info {
  height: auto;
  margin-left: 30px;
}

.header-menu__link {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 30px;
  padding: 0rem 30px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #354A4D;
  font-weight: 700;
}

.header-menu__link--info {
  width: 180px;
  background-color: #FD665B;
  border-radius: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0 14px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
}

.header-menu__item {
  position: relative;
}

.header-menu__item--drop {
  position: relative;
}

.header-menu__item--drop::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 3px solid #354A4D;
  border-right: 3px solid #354A4D;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 40px;
}

.header-menu__item:hover .header-menu__drop {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-menu__item:hover .header-menu__drop {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-menu__drop {
  width: 341px;
  position: absolute;
  top: 90px;
  left: -80%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
}

.header.is-open .header__inner {
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__inner {
  height: 90px;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .header__inner {
    height: 60px;
    padding: 0 15px;
  }
}

.header__ttl {
  height: inherit;
}

.header__logo {
  height: inherit;
  margin-bottom: 0;
}

.header__logo img, .single .header__logo img {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .header__logo img, .single .header__logo img {
    width: 106px;
  }
}

.header__nav {
  margin-left: auto;
  height: inherit;
}
@media screen and (max-width: 1300px) {
  .header__nav {
    display: none;
  }
}

.header__burger {
  margin-left: auto;
  display: none;
}
@media screen and (max-width: 1300px) {
  .header__burger {
    display: block;
  }
}

.header.header-up {
  -webkit-animation: header-up 0.5s forwards;
          animation: header-up 0.5s forwards;
}

@-webkit-keyframes header-up {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes header-up {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
.header.header-down {
  -webkit-animation: header-down 0.5s forwards;
          animation: header-down 0.5s forwards;
}

.header.header-down .header__inner {
  background-color: #fff;
}

@-webkit-keyframes header-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes header-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.highlight__inner {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .highlight__inner {
    max-width: 530px;
    padding: 50px 15px;
  }
}

.highlight__text {
  font-size: 30px;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .highlight__text {
    font-size: 20px;
    line-height: 1.6666666667;
    text-align: left;
  }
}

.highlight__text span {
  color: #33DEAC;
  font-weight: 700;
}

.info-btn__inner {
  width: 468px;
  background-color: #FD665B;
  padding: 20px 0 21px;
  border-radius: 46px;
}

.info-btn__text {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.info-btn__inner:hover .info-btn__text {
  opacity: 0.7;
}

.info-btn__text::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 11px;
  right: -15px;
}

.knowledge-card__title {
  margin-top: 19px;
  margin-top: 1.1875rem;
  font-size: 20px;
  font-size: 1.125rem;
  line-height: 1.45;
  border: none;
  padding-bottom: 0;
}
.knowledge-cards__card a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .knowledge-card__title {
    margin-top: 15px;
    font-size: 18px;
  }
}

.knowledge-card__title::after {
  border: none;
}

.knowledge-card__img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 100%;
  border-radius: 20px;
}
.knowledge-card__img img {
  border-radius: 15px;
}


.knowledge-cards {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
  justify-content: flex-start;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .knowledge-cards {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.knowledge-cards__card {
  width: 31%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .knowledge-cards__card {
    margin-top: 0;
    width: auto;
    max-width: 462px;
  }
}

@media screen and (max-width: 768px) {
  .knowledge-cards__card:nth-child(1) {
    margin-top: 0;
  }
}

.main-view {
  margin-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .main-view {
    margin-top: 60px;
  padding-bottom: 50px;
  }
}

.main-view__inner {
  width: 100%;
}

.main-view__img {
  width: 100%;
  height: auto;
}

.model-case__inner {
  max-width: 936px;
}

.model-case__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: none;
  margin-bottom: 0;
}

.model-case__lists {
  margin-top: 30px;
  padding-left: 0;
  margin-bottom: 0;
}

.model__list {
  margin-top: 50px;
  padding: 52px 65px 68px;
  background-color: #fff;
  border: 7px solid #354A4D;
  border-radius: 80px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .model__list {
    padding: 60px 15px;
    max-width: 600px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
  }
}

.model__list:nth-child(1) {
  margin-top: 0;
  margin-bottom: 0;
}

.model__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .model__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.model__category {
  width: 125px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 8px 0 9px;
  background: transparent linear-gradient(150deg, #78cb67, #19b785);
  border-radius: 23px;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .model__category {
    margin-top: 20px;
    width: 200px;
  }
}

.model__title-text {
  margin-left: 29px;
  font-size: 30px;
  line-height: 1.4375;
  padding: 0;
  border: none;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .model__title-text {
    margin-left: 0;
    font-size: 24px;
    line-height: 1.5;
  }
}

.model__contents {
  margin-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .model__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 28px;
  }
}

.model__body {
  width: 295px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .model__body {
    width: 100%;
    text-align: center;
  }
}

.model__name {
  font-size: 32px;
  line-height: 1.4375;
}
@media screen and (max-width: 768px) {
  .model__name {
    font-size: 28px;
  }
}

.model__name--marketing {
  margin-top: 28px;
  font-weight: 700;
}

.model__price {
  font-size: 30px;
  line-height: 1.4375;
  color: #19B785;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .model__price {
    font-size: 24px;
  }
}

.model__table {
  margin-top: 22px;
  display: table;
  border-collapse: collapse;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .model__table {
    margin-left: auto;
    margin-right: auto;
  }
}

.model__table-row {
  display: table-row;
}

.model__term {
  width: 167px;
  display: table-cell;
  padding: 6px 21px;
  border: 1px solid #ccc;
  background-color: #F4F4F4;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .model__term {
    font-size: 16px;
  }
}

.model__description {
  width: 128px;
  display: table-cell;
  border: 1px solid #ccc;
  padding: 6px 21px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .model__description {
    font-size: 16px;
  }
}

.model__option-text {
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
}

.model__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}
.model__tag {
  margin: 6px 5px 0 0;
  padding: 1px 9px 3px;
  background-color: #354A4D;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

.model__tag:last-child {
  margin-right: 0;
}

.model__text {
  margin-left: 79px;
}
@media screen and (max-width: 768px) {
  .model__text {
    margin-top: 30px;
    margin-left: 0;
  }
}

.model__content {
  margin-top: 19px;
  font-size: 16px;
  line-height: 1.6875;
  letter-spacing: 0em;
  margin-bottom: 0;
}

.model__blocks {
  margin-left: 79px;
}
@media screen and (max-width: 768px) {
  .model__blocks {
    margin-left: 0;
    margin-top: 30px;
  }
}

.model__block + .model__block {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .model__block + .model__block {
    margin-top: 30px;
  }
}

.model__block-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.model__block-text {
  line-height: 1.6875;
  margin-top: 24px;
  font-weight: 400;
}

.model__point {
  margin-top: 28px;
  font-weight: 400;
  text-align: initial;
}

.model__point span {
  font-size: 20px;
  font-weight: 700;
}

.model__measure {
  margin-top: 18px;
  font-weight: 400;
  text-align: initial;

}

.model__measure span {
  font-size: 20px;
  font-weight: 700;
}

.option-card__inner {
  padding: 34px 20px;
  background-color: #F4F4F4;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .option-card__inner {
    padding: 26px 16px;
  border-radius: 40px;
  }
}

.option-card__body {
  margin-top: 10px;
  width: 100%;
  max-width: 214px;
}

.option-card__title {
  font-size: 20px;
  line-height: 1.4583333333;
  text-align: center;
  padding: 0;
  border: none;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .option-card__title {
    font-size: 20px;
  }
}

.option-card__text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
  margin-bottom: 0;
}

.option-card__img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  max-width: 200px;
  width: 100%;
}

.option-cards {
  display: grid;
  grid-template: 1fr/repeat(auto-fit, minmax(258px, 1fr));
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
  row-gap: 26px;
}
@media screen and (max-width: 768px) {
  .option-cards {
    grid-template-columns: 1fr 1fr;
  }
}

.option-cards__card {
  justify-self: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.option__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-view__breadcrumb {
  position: absolute;
  top: 20px;
  top: 1.25rem;
  left: 11.4583333333vw;
}

.page-view__inner {
  width: 100%;
}

.page-view__img {
  width: 100%;
  height: auto;
}

.postscript__inner {
  height: 100%;
  min-height: 260px;
  padding: 30px 58px;
  background-color: #fff;
  border: 7px solid #354A4D;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 768px) {
  .postscript__inner {
    padding: 20px 30px 30px 30px;
    min-height: 170px;
    width: 100%;
  }
}

.contents-service__postscript:nth-child(2) .postscript__inner {
  border: 7px solid rgba(53, 74, 77, .7);
}

.postscript__title {
  font-size: 32px;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  color: #19B785;
  border: none;
  padding: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .postscript__title {
    font-size: 28px;
    line-height: 1.5;
  }
}

.postscript__text {
  margin-top: 21px;
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: 400;
  margin-bottom: 0;
}

.postscript__detail {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .postscript__detail {
    margin-top: 15px;
    font-size: 16px;
  }
}

.problem {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}

.problem + .problem {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .problem + .problem {
    margin-top: 30px;
  }
}

.problem__heading {
  font-size: 42px;
  font-weight: 700;
  padding-bottom: 0;
  border: none;
}
@media screen and (max-width: 1000px) {
  .problem__heading {
    font-size: 24px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ccc;
  }
}

.problem__text1 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 40px;
  position: relative;
  padding-bottom: 35px;
}
@media screen and (max-width: 1000px) {
  .problem__text1 {
    font-size: 16px;
    margin-top: 5px;
    padding-bottom: 12px;
  }
}

.problem__text1::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #354A4D;
  border-bottom: 2px solid #354A4D;
  -webkit-transform: rotate(45deg)translateX(-50%);
          transform: rotate(45deg)translateX(-50%);
}

.problem__text2 {
  font-size: 24px;
  font-weight: 700;
  color: #19B785;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .problem__text2 {
    font-size: 18px;
    margin-top: 0;
  }
}

.section-title {
  padding: 0;
  border: none;
}

.section-title__text {
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .section-title__text {
    line-height: 1.45;
    margin-bottom: 30px;
    font-size: 16px;
    /* text-align: left; */
  }
}

.section-title__text--three-strengths {
  display: inline-block;
  text-align: center;
}

.section-title__text--voice {
  display: inline-block;
  text-align: left;
}

.section-title__text--front-knowledge {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-title__text--front-knowledge {
    text-align: left;
  }
}

.section-title__text--support {
  color: #fff;
}

.section-title__text--member {
  margin-top: 32px;
}

.service {
  overflow: hidden;
}

.service__header {
  text-align: center;
}

.service__item-area {
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 80px;
  border-radius: 80px 60px 0 0;
}
.service__item-area .goods__icon-img,
.service__item-area .goods__icon-img2 {
  display: none;
}
.service__item-area .service__item-area__inner.inner {
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-left: 0;
  padding-right: 0;
}
.goods__items .goods__item--item2 .goods__body::after {
  display: block;
  content: "";
  width: 249px;
  height: 250px;
  position: absolute;
  top: -54%;
  left: -160px;
  background-image: url(../images/common/png/domestic.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.goods__items .goods__item--item4 .goods__body::after {
  display: block;
  content: "";
  width: 226px;
  height: 300px;
  position: absolute;
  top: -75%;
  right: -215px;
  background-image: url(../images/common/png/overseas.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .service__item-area {
    margin-top: 30px;
    border-radius: 50px 50px 0 0;
    padding-bottom: 50px;
  }
  .goods__items .goods__item--item2 .goods__body::after,
.goods__items .goods__item--item4 .goods__body::after {
  display: none;
}
}

@media screen and (max-width: 768px) {
  .service__item-area__title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.service__title {
  font-size: 42px;
  line-height: 1.4428571429;
  letter-spacing: 0em;
  text-align: center;
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .service__title {
    font-size: 28px;
    line-height: 1.45;
  }
}

.service__title:after {
  border: none;
}

.service .section-title__text {
  max-width: 896px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .service .section-title__text {
    max-width: 550px;
  }
}

.service__items {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .service__items {
    margin-top: 30px;
  }
}

.service__item:nth-child(2) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .service__item:nth-child(2) {
    margin-top: 30px;
  }
}

.service__item:nth-child(2) .goods__genre {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .service__item:nth-child(2) .goods__genre {
    text-align: center;
  }
}

.solution__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.solution.bk-gray {
  border-radius: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 0;
}
.solution__lists {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 980px;
  padding-left: 0;
  margin-bottom: 0;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .solution__lists {
    max-width: 500px;
  }
  .solution.bk-gray {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.solution__list {
  margin-top: 21px;
  margin-left: 55px;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 500;
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .solution__list {
    font-size: 20px;
    line-height: 1.5;
  margin-left: 44px;
  margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .solution__list {
    font-size: 18px;
    line-height: 1.5;
  margin-left: 44px;
  margin-top: 10px;
  }
}

.solution__list::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../../assets/images/common/png/check-icon.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: -55px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .solution__list::before {
    width: 30px;
    height: 30px;
    left: -43px;
  }
}
@media screen and (max-width: 768px) {
  .solution__list::before {
    width: 25px;
    height: 25px;
    left: -43px;
  }
}

.solution__list:nth-child(1) {
  margin-top: 0;
}

.solution__list span {
  font-size: 32px;
  line-height: 1.7;
  letter-spacing: 0em;
  color: #19B785;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .solution__list span {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .solution__list span {
    font-size: 18px;
    line-height: 1.5;
  }
}

.support__index {
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), color-stop(50%, #F4F4F4), color-stop(50%, #354A4D), to(#354A4D));
  background: linear-gradient(180deg, #F4F4F4 0%, #F4F4F4 50%, #354A4D 50%, #354A4D 100%);
}

.support__index.bg-white-black {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #354A4D), to(#354A4D));
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #354A4D 50%, #354A4D 100%);
}

.support__index-contents {
  padding: 50px 86px 50px;
  border-radius: 208px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .05);
          box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}
@media screen and (max-width: 768px) {
  .support__index-contents {
    padding: 30px 15px;
    border-radius: 3.125rem;
    top: -142px;
  }
}

.support__index-title {
  width: 912px;
  max-width: 90%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6578947368;
  color: #19B785;
  text-align: center;
  padding: 0;
  border: none;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .support__index-title {
    width: 600px;
    font-size: 20px;
    line-height: 1.5;
  }
}

.support__index-text {
  width: 886px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 42px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6666666667;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .support__index-text {
    margin-top: 30px;
  }
}

.support__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: none;
  margin-bottom: 0;
}

.support__img {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .support__img {
    margin-top: 30px;
  }
}

.three-strengths__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.three-strengths__items {
  display: grid;
  grid-template: 1fr/1fr 1fr 1fr;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  padding-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .three-strengths__items {
    display: grid;
    grid-template: 1fr/1fr;
    row-gap: 30px;
  }
}

.three-strengths__item {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 27px 50px;
  border: 10px solid #00D697;
  border-radius: 80px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .three-strengths__item {
    max-width: 354px;
  border-radius: 70px;
  }
}

.three-strengths__number {
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  color: rgba(25, 183, 133, .4);
  text-align: center;
}

.three-strengths__title {
  margin-top: 10px;
  font-size: 24px;
  line-height: 1.6071428571;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 0;
  border: none;
}

.three-strengths__title:after {
  border: none;
}

.three-strengths__text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.6875;
  letter-spacing: 0em;
  font-weight: 400;
  text-align: left;
}

.top-contents h2 {
  margin-bottom: 50px;
}

.voice-btn__inner {
  width: 233px;
  background-color: #354A4D;
  border-radius: 46px;
}

.voice-btn__text {
  display: inline-block;
  padding-top: 13.5px;
  padding-bottom: 15.5px;
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0.03em;
  font-weight: 400;
  color: #fff;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.voice-btn__inner:hover .voice-btn__text {
  opacity: 0.7;
}

.voice-btn__text::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 23px;
  right: -16px;
}

.voice-cards__card.voice-card {
  margin: 20px;
}
@media screen and (max-width: 1000px) {
  .voice-cards__card.voice-card {
    margin: 0;
  }
}

.voice-card__inner {
  max-width: 462px;
  width: 100%;
  padding: 20px 20px 37px 20px;
  border-radius: 80px;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  .voice-card__inner {
  padding: 15px 15px 20px 15px;
  border-radius: 60px;
  }
}

.voice-card__inner {
  height: 100%;
}

.voice-card__img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.voice-card__img img {
  width: 100%;
  height: 260px;
  /* aspect-ratio: 424/207; */
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 70px 70px 0 0;
}
@media screen and (max-width: 1000px) {
  .voice-card__img img {
    aspect-ratio: 323/206;
  border-radius: 50px 50px 0 0;
  }
}

.voice-card__contents {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.voice-card__body {
  margin-top: 30px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  height: inherit;
  justify-content: space-between;
}

.voice-card__title {
  font-size: 18px;
  line-height: 1.4444444444;
  text-align: center;
  padding: 0;
  border: none;
  margin-bottom: 0;
}

.voice-card__text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.6875;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0;
}

.voice-card__btn {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .voice-card__btn {
    margin-top: 30px;
  }
}

.voice-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  .voice-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 1000px) {
  .voice-cards__card + .voice-cards__card {
    margin-top: 50px;
  }
}

.voice {
  padding-top: 80px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(120, 203, 103, .5)), to(rgba(78, 194, 116, .5)));
  background: transparent linear-gradient(180deg, rgba(120, 203, 103, .5), rgba(78, 194, 116, .5));
}
@media screen and (max-width: 768px) {
  .voice {
    padding-top: 50px;
  }
}

.voice__inner {
  text-align: center;
}

.voice__items {
  width: 100%;
  max-width: 1044px;
  margin: 0 auto;
  align-items: stretch;
}
@media screen and (max-width: 1000px) {
  .voice__items {
    align-items: center;
  }
}

.member__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 156px;
  margin-bottom: 0;
}

.member__lists {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  padding-left: 0;
  margin-bottom: 0;
}
.is-layout-flex.wp-container-12.wp-block-columns.member__lists {
  display: none;
}
@media screen and (max-width: 1000px) {
  .member__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.member__list {
  width: calc(50% - 40px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 31px 30px 39px;
  border: 7px solid #354A4D;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .member__list {
    width: 100%;
    max-width: 600px;
    padding: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .member__list:nth-child(1) {
    margin-top: 0;
  }
}

.member__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .member__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.member__body {
  margin-left: 30px;
}
@media screen and (max-width: 1000px) {
  .member__body {
    margin-left: 0;
  }
}

.member__name {
  font-size: 24px;
  line-height: 1.4583333333;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .member__name {
    text-align: center;
  }
}

.member__items {
  margin-top: 21px;
  margin-bottom: 0;
}

.member__item {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.member__item:nth-child(1) {
  margin-top: 0;
}

.member__term {
  width: 47px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  line-height: 1.5;
}

.member__description {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
}

.member__img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 128px;
  height: 128px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background: transparent linear-gradient(150deg, rgba(120, 203, 103, .5), rgba(25, 183, 133, .5));
}

.member__afterword {
  margin-top: 80px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .member__afterword {
    font-size: 28px;
  }
}
/*# sourceMappingURL=styles.css.map */



/********** 固定ページ　ブリッジ側 **********/
.main-section {
  padding: 0;
}
/* shirokuの強み */
.is-layout-flex.wp-block-columns.member__lists {
  gap: 30px;
  margin-bottom: 50px;
}
.member__lists .wp-block-image img {
  margin-top: 0;
}
.member__lists .is-layout-flow.wp-block-column {
	display: flex;
  flex-basis: auto;
}
.representative-profile img {
  background: transparent linear-gradient(150deg, rgba(120, 203, 103, .5), rgba(25, 183, 133, .5));
  border-radius: 50%;
}
.representative-profile .is-layout-flow.wp-block-column {
  justify-content: flex-start;
}
.representative-profile.wp-block-columns {
  align-items: center!important;
}
.company-services .is-layout-flow.wp-block-column, .is-layout-flow.wp-block-column
	{
		display: flex;
	flex-direction: column;
	justify-content: space-between;
	}
  /* ライター募集 */
  .recruit_anker {
    border-bottom: 2px solid #74cc84;
    font-size:18px;
    padding-bottom: 5px;
    position: relative;
    width: 300px;
    flex-basis: unset;
    margin-right: 80px;
  }
  body .is-layout-flex {
    gap: 30px;
  }
  .recruit_anker a {
    text-decoration: none;
    padding-left: 10px;
    padding-right: 40px;
  /* 	width: fit-content; */
    display:block;
  }
  .recruit_anker::after {
    content: "";
      display: inline-block;
      width: 8px;
      height: 8px;
      border-bottom: 3px solid #74cc84;
      border-right: 3px solid #74cc84;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      right: 15px;
      top: 15px;
    transition: .3s;
  }
  .recruit_anker:hover,
  .recruit_anker:hover::after {
  opacity: .8;
  }
  /* .recruit_anker:hover::after {
    top: 36px;
  } */
  .entry-title {
    color: #354A4D;
    font-size: 42px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .entry-body .is-layout-flex.wp-block-columns{
    gap: 20px;
  }
  
  /* responsive  */
  @media (max-width: 991.98px) {
    .recruit_anker {
    font-size:16px;
  }
  }
  /* トップ戻るボタン */
  .page_top_btn {
    height: 40px;
    box-shadow: none;
    border-radius: 50%;
    background-color: #74cc84;
    bottom: 5%;
  }
  .page_top_btn:hover {
    background-color: #19B785;
  }
  .strengths-wrap .is-style-vk-heading-plain {
    margin-bottom: 0;
  }
@media screen and (max-width: 768px) {
  .page-header-title {
    font-size: 24px;
  }
    /* 強み */
.strengths {
  font-size: 18px;
}
.strengths-no.has-text-align-center {
  font-size: 30px;
  line-height: 1.6;
  /* text-align: left; */
}
.is-layout-flex.wp-block-columns {
  gap: 0;
}
.is-layout-flex.wp-block-columns.member-list2 {
  gap: 20px;
}
.is-layout-flow.wp-block-column.is-vertically-aligned-center .highlight__text {
  margin-bottom: 0;
}
.company-services h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
.company-services .is-layout-flow.wp-block-column h5 {
  margin-bottom: 0;
  font-size: 20px!important;
}
.page_top_btn, .scrolled .page_top_btn {
display: none;
}
}

/********** 投稿関連ページ　ブリッジ側 **********/
.archive p, .single p {
  font-size: 16px;
  line-height: 1.8;
}
.single p {
  margin-bottom: 20px;
}
.archive.post-type-archive .site-body {
  padding-top: 80px;
  padding-bottom: 80px;
}
.archive.post-type-archive .main-section, .archive.category .main-section {
  padding: 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
}

.archive.post-type-archive  .vk_post .vk_post_imgOuter:before, .archive.category .vk_post .vk_post_imgOuter:before {
  padding-top: 66.666%;
}


@media screen and (max-width: 768px) {
  .archive.post-type-archive .site-body {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-bottom: 0;
  }

}

.single .main-section {
  padding: 0;
}
.single-post .site-body-container,
.single-customer .site-body-container {
  width: 768px;
}
.vk_post-btn-display.media .vk_post_body {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .single-post .site-body-container {
    width: fit-content;
  }
  .vk_post.media {
    flex-direction: column
  }
  .post-list .vk_post_imgOuter.media-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .vk_post .media-body {
    width: 100%;
  }
  .vk_post .vk_post_title {
    font-size: 16px;
  }
}
@media screen and (max-width:576px) {
  .single-post .site-body-container,
  .single-customer .site-body-container {
    width: 100%;
  }
  .single-customer .footer__menu img,
  .single .footer__menu img {
    width: 160px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}

.single h2 {
  margin-top: 50px;
  text-align: left;
  color: #354A4D;
  font-size: 28px;
  background-color: #F4F4F4;
  padding: 8px 0 11px 20px;
  border-left: 5px solid #19B785;
}
.single h3 {
  font-size: 24px;
  position: relative;
  margin-bottom: 10px;
  border-bottom: 2px solid rgba(53, 74, 77, .2);
  border-image: linear-gradient(to right, #19B785 0%, #19B785 30%, rgba(53, 74, 77, .2) 30%);
  border-image-slice: 1;
}
.single h4 {
  font-size: 20px;
}
.single h3,
.single h4 {
  text-align: left;
  color: #354A4D;
  margin-bottom: 10px;
}
.single ol.has-background, .single ul.has-background {
  margin-top: 15px;
  margin-bottom: 15px;
  list-style: disc;
}
.single ol.has-background li, .single ul.has-background li {
  margin-left: 5px;
}
.single .site-body a {
  color: #0066c0;
  text-decoration: none;
}
.single .entry-meta-data-list--category a {
  color: #354A4D;
}
.single .site-body img,
.single .block-style figure img, .wp-block-image img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  /* width: 100%; */
  width: auto;
  max-height: unset;
}
.wp-block-image:first-of-type img {
  width: 100%;
}
.single .entry-footer {
  margin-top: 30px;
  margin-bottom: 0;
}
.single .vk_balloon {
  margin-top: 20px;
}
.single .vk_balloon .vk_balloon_icon_image {
  width: fit-content;
  margin-top: 0;
  margin-bottom: 0;
}
.vk_posts.next-prev {
	display:none;
}
.single .vk_posts {
  margin-top: 80px;
}
.single .vk_post.card {
  border-radius: 10px;
}
.single .vk_post.card .card-body {
  padding: 10px 15px 15px;
}
.single .vk_post .vk_post_title a {
  font-size: 14px;
}

/*-----------------------
  ブログ
-------------------------*/
.vk_borderBox .vk_borderBox_title_container .vk_borderBox_title::before {
  display: block;
  content: "";
  width: 15px;
  height: 19px;
  position: absolute;
  background-image: url(https://shiroku.co.jp/wp-content/themes/lightning-child-original/assets/images/common/png/forte.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 8px;
  left: 12px;
}
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container .vk_borderBox_title::before {
  display: none;
}
.vk_borderBox .vk_borderBox_title_container {
  padding: 5px 15px 5px 30px;
  border-radius: 10px 10px 0 0;
}
.vk_balloon-type-speech .vk_balloon_content {
  margin-top: 25px;
}
.vk_borderBox .vk_borderBox_body {
  border-radius: 0 10px 10px 10px;
}
.vk_tableOfContents .vk_tableOfContents_openCloseBtn {
      padding: 1px 1em 4px;
}
.entry-meta-data-list dd a{
  color: #19b785;
}
.post .vk_post_imgOuter.media-img, .customer .vk_post_imgOuter.media-img {
  width: 35%;
}
/* 新着記事に出る新着の文字は消します */
.vk_post_title_new {
  display: none;
}
/* ブログの時のフッターロゴ元の位置に戻す */
.footer .footer__menu img {
  margin-left: 0;
  margin-right: auto;
}

/*-----------------------
  ブログ ブロック追加
-------------------------*/

/* 関連記事 */
.post-template-default .rel-post {
  box-shadow: 0 0 30px rgba(0,0,0,.08);
  display: block;
  padding: 10px 15px 10px 10px;
  background-color: #fff;
  border-radius: 20px;
  margin: 30px 0;
  transition: .2s;
}
.post-template-default .rel-post:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .08);
  opacity: 1;
  transform: translateY(1px);
}

.post-template-default .rel-post > .flexBox {
  gap: 15px;
}

.post-template-default .rel-post img {
  display: block;
  margin: 0;
  border-radius: 15px;
  width: 30%;
  /* height: fit-content; */
  height: auto;
  object-fit: cover;
}

.post-template-default .rel-post .rel-post-text .flexBox {
  row-gap: 0;
  flex-wrap: wrap;
  column-gap: 10px;
  margin-bottom: 7px;
  margin-top: 5px;
}

.post-template-default .rel-post .tagline {
  color: #19B785;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 0;
  background: linear-gradient(transparent 50%, rgba(136, 223, 118, .2) 50%);
  white-space: nowrap;
}

.post-template-default .rel-post .title {
  color: #354A4D;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.5;
}

.post-template-default .rel-post .caption {
  font-size: 12px;
  color: #768688;
  line-height: 1.5;
  margin-bottom: 0;
}

/* 執筆者・監修者 */
.post-template-default .writer-supervisor {
  border-radius: 20px;
  /* border: 1px solid rgba(25, 183, 133, 0.5); */
  margin: 30px 0;
  background-color: rgba(25, 183, 133, 0.1);
  padding: 10px;
}

.post-template-default .writer-supervisor .flexBox img {
  width: 30%;
  height: fit-content;
  border-radius: 15px;
  margin: 0;
}

.post-template-default .writer-supervisor-title {
  color: #19B785;
  font-size: 24px;
  font-weight: 700;
  padding: 0 10px 10px;
  /* border-bottom: 1px solid rgba(25, 183, 133, 0.5); */
  margin-bottom: 0;
  
}

.post-template-default .writer-supervisor .flexBox {
  padding: 20px;
  gap: 20px;
  border-radius: 15px;
  background-color: #fff;
}

.post-template-default .writer-supervisor-name {
  color: #354A4D;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5;
}

.post-template-default .writer-supervisor-content p {
  color: #354A4D;
  font-size: 14px;
  margin-bottom: 0;
  margin-bottom: 10px;
  line-height: 1.5;
}

.post-template-default .writer-supervisor-content p:last-of-type {
  margin-bottom: 0;
}

.post-template-default .writer-supervisor-content a {
  color: #19B785;
  text-decoration: underline;
}

/* CTAボタン */
.post-template-default .cta-button-wrap {
  width: fit-content;
  margin: auto;
}

.post-template-default .cta-button.text-white {
  font-size: 20px;
  font-weight: 700;
  padding: 20px 60px;
  border-radius: 100px;
  text-align: center;
  box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
  display: block;
  width: fit-content;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.post-template-default .micro-copy {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.post-template-default .micro-copy::before {
  display: inline-block;
  width: 2px;
  height: 10px;
  content: "|";
  transform: translateY(-3px)rotate(-30deg);
  padding-right: 30px;
  font-size: 18px;
}

.post-template-default .micro-copy::after {
  display: inline-block;
  width: 2px;
  height: 10px;
  content: "|";
  transform: translateY(-4px)rotate(30deg);
  padding-left: 24px;
  font-size: 18px;
}

/* ライン付きタイトル */
.post-template-default .bg-line-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
}
.post-template-default .vk_outer-paddingVertical-use {
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 20px;
}


@media screen and (max-width: 768px) {
  .single h2 {
    margin-top: 30px;
    font-size: 20px;
    color: #354A4D;
    padding: 5px 0 8px 10px;
    margin-left: -4px;
  }
  .single h3 {
    margin-top: 20px;
    font-size: 18px;
    color: #354A4D;
  }
  .single h3::before {
    top: 34px;
  }
  .single h4 {
    font-size: 16px;
    margin-top: 20px;
  }
  .single img,
  .single .block-style figure img, .wp-block-image img {
  margin-bottom: 10px;
  margin-top: 10px;
}
.entry-title {
  font-size: 22px;
  color: #354A4D;
  margin-top: 20px;
  margin-bottom: 20px;
}
.entry-header {
  margin-bottom: 20px;
}
.vk_balloon-type-speech .vk_balloon_content {
  margin-top: 10px;
}
.header__logo img, .single .header__logo img {
  width: 106px;
}
.post .vk_post_imgOuter.media-img, .customer .vk_post_imgOuter.media-img {
  width: 100%;
}

/*-----------------------
  ブログ ブロック追加
-------------------------*/
/* 関連記事 */
.post-template-default .rel-post > .flexBox {
  gap: 10px;
}
.post-template-default .rel-post {
  padding: 15px 15px 15px 15px;
}
.post-template-default .rel-post .rel-post-text .flexBox {
  flex-direction: row;
}
.post-template-default .rel-post img {
  width: auto;
}

/* 執筆者・監修者 */
.post-template-default .writer-supervisor-title {
  font-size: 20px;
}
.post-template-default .writer-supervisor .flexBox img {
  width: auto;
}

/* CTA */
.post-template-default .micro-copy {
  font-size: 16px;
}
.post-template-default .cta-button.text-white {
  font-size: 18px;
}

/* ライン付き */
.post-template-default .vk_outer-paddingVertical-use {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 15px;
}
.post-template-default .bg-line-title {
  font-size: 20px;
}
}