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

header {
  position: fixed;
  width: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.6);
  color: #3a3e40;
  z-index: 999;
}

header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 3rem;
}

@media screen and (max-width: 1024px) {
  header .header__inner {
    padding: 1.2rem 1rem 1.5rem;
  }
}

header .header__left {
  display: flex;
  align-items: center;
  z-index: 9999;
}

header .header__left_titlelogo {
  z-index: 9999;
  width: 48px;
  transition: transform 0.2s ease-in-out;
}

header .header__left_titlelogo img {
  width: 100%;
}

header .header__left_titlelogo:hover {
  transform: scale(1.1);
}

header .header__left .head-h1 {
  z-index: 9999;
  font-size: 16px;
  font-weight: bold;
  margin-left: 1rem;
}

header .header__left .head-h1 br {
  display: none;
}

@media screen and (max-width: 599px) {
  header .header__left .head-h1 br {
    display: block;
  }
}

header .header__right {
  font-size: 14px;
  display: flex;
  align-items: center;
  column-gap: 2rem;
}

@media screen and (max-width: 1024px) {
  header .header__right {
    column-gap: 1.5rem;
  }
}

header .header__right nav ul {
  display: flex;
  font-size: 14px;
  font-weight: bold;
  column-gap: 2rem;
}

@media screen and (max-width: 1024px) {
  header .header__right nav ul {
    column-gap: 1.3rem;
  }
}

@media screen and (max-width: 900px) {
  header .header__right nav {
    display: none;
  }
}

header .header__right nav li:hover {
  color: #6bb42d;
}

header .header__right .header__btn {
  display: flex;
  column-gap: 1.2rem;
}

header .header__right .header__btn_simu {
  padding: 15px 20px;
  border: 2px solid #3a3e40;
  border-radius: 30px;
  font-weight: bold;
  transition: background-color 0.3s ease-in-out;
  background-color: #fff;
}

@media screen and (max-width: 900px) {
  header .header__right .header__btn_simu {
    display: none;
  }
}

header .header__right .header__btn_simu:hover {
  background-color: #3a3e40;
  color: #fff;
}

header .header__right .header__btn_contact {
  padding: 15px 25px;
  background: #6bb42d;
  border-radius: 30px;
  color: #fff;
  border: 2px solid #6bb42d;
  transition: background-color 0.3s ease-in-out;
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  header .header__right .header__btn_contact {
    margin-right: 100px;
  }
}

@media screen and (max-width: 599px) {
  header .header__right .header__btn_contact {
    display: none;
  }
}

header .header__right .header__btn_contact:hover {
  background: #fff;
  color: #6bb42d;
}

#loading {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #fff;
  transition: all 0.6s;
}

#loading .loading-logo {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

#loading .loading-logo img {
  width: 200px;
  height: auto;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 599px) {
  .sp-br {
    display: block;
  }
}

.sec-title__p {
  color: #7e8387;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
}

@media screen and (max-width: 1440px) {
  .sec-title__p {
    font-size: 20px;
  }
}

.sec-title__h2 {
  text-align: center;
  color: #3a3e40;
  font-weight: 900;
  font-size: 48px;
  padding-top: 20px;
}

@media screen and (max-width: 1440px) {
  .sec-title__h2 {
    font-size: 40px;
  }
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-title {
  max-width: 1280px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.6;
  padding-top: 140px;
  padding-left: 80px;
}

@media screen and (max-width: 1440px) {
  .page-title {
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .page-title {
    padding-top: 100px;
  }
}

@media screen and (max-width: 450px) {
  .page-title {
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 100px;
  }
}

.page-title h1 {
  font-size: 72px;
  font-weight: 900;
  color: #111111;
}

@media screen and (max-width: 1440px) {
  .page-title h1 {
    font-size: 64px;
  }
}

@media screen and (max-width: 900px) {
  .page-title h1 {
    font-size: 56px;
  }
}

@media screen and (max-width: 660px) {
  .page-title h1 {
    font-size: 48px;
  }
}

@media screen and (max-width: 500px) {
  .page-title h1 {
    font-size: 42px;
    line-height: 1.2;
  }
}

.page-title p {
  font-weight: 700;
  font-size: 24px;
  color: #333;
}

@media screen and (max-width: 1440px) {
  .page-title p {
    font-size: 20px;
  }
}

@media screen and (max-width: 660px) {
  .page-title p {
    font-size: 18px;
    margin-top: 8px;
  }
}

.animoShine {
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: inherit;
  font-family: inherit;
  color: #fff;
  padding: 0.5em 1em;
  outline: 0;
  border: none;
  background-color: #f39c12;
  overflow: hidden;
  cursor: pointer;
}

.animoShine::after {
  content: "";
  z-index: -1;
  background-color: hsla(0, 0%, 100%, 0.2);
  position: absolute;
  top: -50%;
  bottom: -50%;
  width: 1.25em;
  transform: translate3d(-1000%, 0, 0) rotate(35deg);
}

.animoShine:hover::after {
  transition: transform 0.45s ease-in-out;
  transform: translate3d(200%, 0, 0) rotate(35deg);
}

.page_top_btn {
  position: fixed;
  right: 3%;
  bottom: 5%;
  z-index: 99999;
  width: 60px;
  height: 56px;
  color: transparent;
  border: none;
  background: #419438;
  box-shadow:
    2px 2px 2px 1px rgba(57, 56, 56, 0.8),
    0 0 0 2px #419438;
  background-image: url("/wp-content/themes/DreamSolution/assets/image/page_top_btn.png");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
  text-decoration: none;
  cursor: pointer;
}

.page_top_btn:hover {
  background-color: #419438;
  box-shadow: none;
}

@media screen and (max-width: 599px) {
  .page_top_btn {
    width: 40px;
    height: 38px;
  }
}

.scrolled .page_top_btn {
  display: block;
  opacity: 1;
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.3s ease-out,
    transform 0.3s ease-out;
}

.fade-up_d {
  opacity: 1;
  transform: translateY(0px);
}

.fade-in {
  opacity: 0;
  /* 最初は透明にする */
  animation: fadeIn 0.3s ease-in 0.3s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    /* 開始時は透明 */
  }

  to {
    opacity: 1;
    /* 終了時は不透明 */
  }
}

.fade-up2 {
  opacity: 0;
  /* 最初は透明にする */
  animation: fadeUp 0.3s ease-in 0.5s forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    /* 開始時は透明 */
    transform: translateY(40px);
    /* 下方向に20ピクセル移動 */
  }

  to {
    opacity: 1;
    /* 終了時は不透明 */
    transform: translateY(0);
    /* 移動なし */
  }
}

.fade-in-about {
  opacity: 0;
  /* 最初は透明にする */
  animation: fadeIn 0.3s ease-in 0.3s forwards;
}

.fade-left {
  opacity: 0;
  /* 最初は透明にする */
  animation: fadeLeft 0.3s ease-in 0.5s forwards;
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    /* 開始時は透明 */
    transform: translateX(-40px);
    /* 下方向に20ピクセル移動 */
  }

  to {
    opacity: 1;
    /* 終了時は不透明 */
    transform: translateX(0);
    /* 移動なし */
  }
}

.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

@keyframes poyopoyo {
  0%,
  40%,
  60%,
  80% {
    transform: scale(1);
  }

  50%,
  70% {
    transform: scale(1.05);
  }
}

@keyframes zoomInOut {
  0% {
    transform: scale(1.4);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes slide-in-left {
  0% {
    margin-left: -360px;
    opacity: 0;
  }

  100% {
    margin-left: 0px;
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    margin-right: -360px;
    opacity: 0;
  }

  100% {
    margin-right: 0px;
    opacity: 1;
  }
}

@keyframes slide-in-left2 {
  0% {
    margin-left: -360px;
    opacity: 0;
  }

  100% {
    margin-left: 0px;
    opacity: 1;
  }
}

@keyframes slide-in-right2 {
  0% {
    margin-right: -360px;
    opacity: 0;
  }

  100% {
    margin-right: 0px;
    opacity: 1;
  }
}

.main-bg {
  width: 100%;
  height: 680px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .main-bg {
    height: 560px;
  }
}

.main-bg img {
  object-position: top;
  animation: zoomInOut 8s;
}

.main-bg__catch {
  font-size: 56px;
  color: #fff;
  font-weight: bold;
  line-height: 2;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.main-bg__catch #catch1 {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 1s;
}

@media screen and (max-width: 1700px) {
  .main-bg__catch #catch1 {
    left: 28%;
  }
}

@media screen and (max-width: 1200px) {
  .main-bg__catch #catch1 {
    left: 30%;
  }
}

@media screen and (max-width: 1024px) {
  .main-bg__catch #catch1 {
    left: 40%;
  }
}

@media screen and (max-width: 768px) {
  .main-bg__catch #catch1 {
    left: 50%;
    font-size: 40px;
  }
}

@media screen and (max-width: 599px) {
  .main-bg__catch #catch1 {
    font-size: 32px;
  }
}

.main-bg__catch #catch1 p {
  transition: all 1.5s;
}

.main-bg__catch #catch1 .left {
  animation: slide-in-left 1.5s ease-in 0s;
}

.main-bg__catch #catch1 .right {
  animation: slide-in-right 1.5s ease-in 0s;
}

.main-bg__catch #catch2 {
  transition: all 1s;
  text-shadow: none;
  opacity: 0;
  color: #3a3e40;
  position: absolute;
  top: 60%;
  left: 23%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 1700px) {
  .main-bg__catch #catch2 {
    left: 28%;
  }
}

@media screen and (max-width: 1200px) {
  .main-bg__catch #catch2 {
    left: 30%;
    top: 65%;
  }
}

@media screen and (max-width: 1024px) {
  .main-bg__catch #catch2 {
    left: 40%;
  }
}

.main-bg__catch #catch2 p {
  transition: all 1.5s;
}

.main-bg__catch #catch2 p:first-child {
  font-size: 36px;
  font-weight: 700;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .main-bg__catch #catch2 {
    left: 50%;
  }

  .main-bg__catch #catch2 p {
    font-size: 40px;
  }

  .main-bg__catch #catch2 p:first-child {
    font-size: 28px;
  }
}

@media screen and (max-width: 599px) {
  .main-bg__catch #catch2 p {
    font-size: 32px;
  }

  .main-bg__catch #catch2 p:first-child {
    font-size: 24px;
  }
}

.main-bg__catch #catch2 .left2 {
  animation: slide-in-left2 1.5s ease-in 7s;
}

.main-bg__catch #catch2 .right2 {
  animation: slide-in-right2 1.5s ease-in 7s;
}

#splide1 .splide__arrow {
  position: absolute;
  top: 230px;
  left: 50%;
  width: 40px;
  height: 40px;
  background: #fbfbfb;
}

@media screen and (max-width: 768px) {
  #splide1 .splide__arrow {
    top: 188px;
  }
}

@media screen and (max-width: 599px) {
  #splide1 .splide__arrow {
    top: 220px;
  }
}

@media screen and (max-width: 500px) {
  #splide1 .splide__arrow {
    top: 200px;
  }
}

@media screen and (max-width: 450px) {
  #splide1 .splide__arrow {
    top: 180px;
  }
}

#splide1 .splide__arrow svg {
  fill: #000;
}

#splide1 .splide__arrow--prev {
  position: absolute;
  left: 46%;
}

@media screen and (max-width: 599px) {
  #splide1 .splide__arrow--prev {
    left: 44%;
  }
}

.banner {
  width: 100%;
  background: #fbfbfb;
  height: 260px;
}

@media screen and (max-width: 768px) {
  .banner {
    height: 220px;
  }
}

@media screen and (max-width: 599px) {
  .banner {
    height: 260px;
  }
}

@media screen and (max-width: 500px) {
  .banner {
    height: 240px;
  }
}

@media screen and (max-width: 450px) {
  .banner {
    height: 210px;
  }
}

.banner__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 60px;
}

@media screen and (max-width: 768px) {
  .banner__inner {
    padding: 40px 20px 40px;
  }
}

.banner__item {
  width: 19%;
  height: auto;
  background: rgb(216, 214, 214);
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  transition: all 0.1s;
}

.banner__item:hover {
  opacity: 0.7;
}

.banner__item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.mission {
  align-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  border-radius: 0px 0px 0px 0px;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  padding: 140px 0px 80px;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 599px) {
  .mission {
    padding-top: 64px;
  }
}

.mission-bg {
  position: relative;
}

.mission-bg__text {
  bottom: 26px;
  color: #f7f7f8;
  flex: none;
  font-family: var(--s-font-daabc079);
  font-size: 200px;
  font-weight: 900;
  height: auto;
  left: 0px;
  line-height: 1.2;
  margin: 0;
  overflow-x: visible;
  overflow-y: visible;
  position: absolute;
  right: 0px;
  text-align: center;
  top: -60px;
  transform: translate(0px, 0px);
  transform-origin: center left;
  width: 100%;
  z-index: 0;
  max-width: 100%;
  justify-content: center;
}

@media screen and (max-width: 1440px) {
  .mission-bg__text {
    font-size: 172px;
  }
}

@media screen and (max-width: 1024px) {
  .mission-bg__text {
    font-size: 150px;
  }
}

@media screen and (max-width: 900px) {
  .mission-bg__text {
    font-size: 128px;
  }
}

@media screen and (max-width: 768px) {
  .mission-bg__text {
    font-size: 100px;
  }
}

@media screen and (max-width: 599px) {
  .mission-bg__text {
    font-size: 80px;
    top: 0;
  }
}

@media screen and (max-width: 500px) {
  .mission-bg__text {
    font-size: 60px;
  }
}

.mission__inner {
  position: relative;
  z-index: 1;
  padding-top: 2rem;
}

.mission__inner .sec-title__h2 {
  font-size: 64px;
  padding-top: 40px;
}

@media screen and (max-width: 1440px) {
  .mission__inner .sec-title__h2 {
    font-size: 56px;
  }
}

@media screen and (max-width: 768px) {
  .mission__inner .sec-title__h2 {
    font-size: 40px;
    padding-top: 24px;
  }
}

@media screen and (max-width: 599px) {
  .mission__inner .sec-title__h2 {
    font-size: 30px;
  }
}

.mission__inner_content {
  padding-top: 40px;
  font-size: 18px;
  color: #333;
  width: 50%;
  margin: 0 auto;
  letter-spacing: 1.6px;
  line-height: 1.6;
  font-weight: normal;
}

@media screen and (max-width: 900px) {
  .mission__inner_content {
    width: 75%;
  }
}

@media screen and (max-width: 599px) {
  .mission__inner_content {
    width: 85%;
    font-size: 14px;
  }
}

.mission__inner .scroll {
  padding-top: 80px;
  text-align: center;
  font-family: "Lato";
  color: #419438;
  font-weight: 400;
  font-size: 20px;
  position: relative;
}

@media screen and (max-width: 900px) {
  .mission__inner .scroll {
    padding-top: 40px;
  }
}

.mission__inner .scroll::after {
  content: "";
  position: absolute;
  top: 110px;
  left: 50%;
  width: 1px;
  height: 120px;
  background-color: #419438;
}

@media screen and (max-width: 900px) {
  .mission__inner .scroll::after {
    top: 70px;
  }
}

.service {
  padding-top: 160px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .service {
    padding-top: 120px;
  }
}

.service__title {
  position: absolute;
  top: 120px;
  width: 42%;
  text-align-last: left;
  padding-left: 6%;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .service__title {
    position: static;
    text-align: center;
    text-align-last: center;
    margin: 0 auto;
    padding-left: 0;
    width: 75%;
  }
}

@media screen and (max-width: 599px) {
  .service__title {
    width: 90%;
  }
}

.service__title .sec-title__h2 {
  color: #419438;
  padding-bottom: 20px;
  white-space: nowrap;
}

.service__title .sec-title__h2 br {
  display: none;
}

@media screen and (max-width: 768px) {
  .service__title .sec-title__h2 br {
    display: block;
  }
}

.service__title p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #3a3e40;
}

@media screen and (max-width: 599px) {
  .service__title p {
    font-size: 15px;
  }
}

.service__title .sec-title__p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #7e8387;
}

@media screen and (max-width: 1440px) {
  .service__title .sec-title__p {
    font-size: 20px;
  }
}

@media screen and (max-width: 599px) {
  .service__title .sec-title__p {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .service__title .sec-title__p {
    font-size: 14px;
  }
}

.service__item {
  width: 48%;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .service__item {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .service__item {
    width: 90%;
  }
}

@media screen and (max-width: 599px) {
  .service__item {
    width: 100%;
  }
}

.service__item:nth-child(odd) {
  transform: translateY(320px);
}

@media screen and (max-width: 1440px) {
  .service__item:nth-child(odd) {
    transform: translateY(240px);
  }
}

@media screen and (max-width: 1200px) {
  .service__item:nth-child(odd) {
    transform: translateY(0);
  }
}

.service__item_wrapper {
  padding-top: 140px;
  padding-left: 6%;
  padding-right: 6%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 60px;
}

@media screen and (max-width: 1200px) {
  .service__item_wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    row-gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .service__item_wrapper {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 64px;
  }
}

@media screen and (max-width: 599px) {
  .service__item_wrapper {
    padding-top: 48px;
    row-gap: 20px;
  }
}

.service__item_img {
  height: 320px;
}

@media screen and (max-width: 768px) {
  .service__item_img {
    height: 280px;
  }
}
@media screen and (max-width: 500px) {
  .service__item_img--dorico {
    max-height: 230px;
    width: auto;
  }
}
@media screen and (max-width: 375px) {
  .service__item_img--dorico {
    max-height: 200px;
    width: auto;
  }
}

.service__item:nth-child(6) .service__item_img img {
  object-position: 30%;
}

.service__item_card {
  width: 80%;
  border-top-right-radius: 30px;
  margin-top: -32px;
  z-index: 1;
  background: #fff;
  position: relative;
  padding: 40px 20px;
  line-height: 1.6;
}

@media screen and (max-width: 599px) {
  .service__item_card {
    width: 100%;
  }
}

.service__item_card h2 {
  font-size: 28px;
  font-weight: bold;
  color: #3a3e40;
  margin-bottom: 20px;
}

@media screen and (max-width: 1440px) {
  .service__item_card h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 599px) {
  .service__item_card h2 {
    font-size: 24px;
  }
}

.service__item_card p {
  font-weight: 400;
  font-size: 16px;
  color: #3a3e40;
}

@media screen and (max-width: 599px) {
  .service__item_card p {
    font-size: 14px;
  }
}

.service .detail {
  margin-top: 50px;
  background: #419438;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  width: 340px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .service .detail {
    width: 280px;
    margin: 0 auto;
    margin-top: 28px;
  }
}

.service .detail:hover {
  opacity: 0.9;
}

.service .detail:hover span {
  transform: scale(1.2);
}

.service .detail p {
  position: relative;
  padding-top: 0;
  padding: 20px;
  padding-left: 40px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  font-family: "Lato";
}

.service .detail p::before {
  position: absolute;
  content: "";
  height: 42px;
  width: 1px;
  background: #fff;
  top: 10px;
  left: 260px;
}

@media screen and (max-width: 599px) {
  .service .detail p::before {
    left: 200px;
  }
}

.service .detail span {
  margin-right: 2.2rem;
  color: #fff;
  transition: all 0.3s;
}

.service .diamond {
  background: rgba(0, 0, 0, 0);
  border-bottom: 180px solid #6bb42d;
  border-left: 180px solid #6bb42d;
  border-right: 180px solid #6bb42d;
  border-top: 180px solid #6bb42d;
  bottom: 100px;
  flex: none;
  height: 1000px;
  left: -108px;
  margin: 0 0 0 0;
  overflow-x: visible;
  overflow-y: visible;
  position: absolute;
  right: auto;
  top: auto;
  transform: translate(-216px, -50px) rotate(45deg);
  width: 1000px;
  z-index: 0;
  max-width: 100%;
}

.simuration {
  position: relative;
  width: 100%;
  height: 640px;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .simuration {
    height: 400px;
  }
}

@media screen and (max-width: 1200px) {
  .simuration {
    margin-top: 160px;
  }
}

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

.simuration-bg {
  position: absolute;
  top: 0;
  height: 640px;
  width: 100%;
  z-index: 0;
  background: #000;
}

@media screen and (max-width: 768px) {
  .simuration-bg {
    height: 400px;
  }
}

.simuration-bg video {
  display: inline-block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.simuration__content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.simuration__content br {
  display: none;
}

@media screen and (max-width: 768px) {
  .simuration__content {
    top: 50%;
  }
}

@media screen and (max-width: 599px) {
  .simuration__content {
    line-height: 1.4;
  }

  .simuration__content br {
    display: block;
  }
}

.simuration__content h2 {
  font-size: 80px;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .simuration__content h2 {
    font-size: 64px;
  }
}

@media screen and (max-width: 768px) {
  .simuration__content h2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 599px) {
  .simuration__content h2 {
    font-size: 42px;
  }
}

.simuration__content p {
  padding-top: 40px;
  font-size: 20px;
  font-family: "Lato";
}

@media screen and (max-width: 1200px) {
  .simuration__content p {
    font-size: 18px;
  }
}

@media screen and (max-width: 599px) {
  .simuration__content p {
    padding-top: 28px;
  }
}

.simuration__content .detail {
  margin-top: 50px;
  background: #ffffff;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  border-radius: 30px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  width: 340px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .simuration__content .detail {
    width: 280px;
  }
}

.simuration__content .detail p {
  position: relative;
  padding-top: 0;
  padding: 20px;
  padding-left: 40px;
}

.simuration__content .detail p::before {
  position: absolute;
  content: "";
  height: 46px;
  width: 1px;
  background: rgba(58, 62, 64, 0.65);
  top: 10px;
  left: 240px;
}

@media screen and (max-width: 599px) {
  .simuration__content .detail p::before {
    left: 200px;
  }
}

.simuration__content .detail:hover span {
  transform: scale(1.2);
}

.simuration__content .detail span {
  transition: all 0.3s;
  margin-right: 2.5rem;
}

.news {
  padding-top: 90px;
}

@media screen and (max-width: 768px) {
  .news {
    padding-top: 0;
  }
}

.news__bg {
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #f9f9f9 70%, #fff 30%);
  height: 670px;
}

@media screen and (max-width: 768px) {
  .news__bg {
    background: #f9f9f9;
  }
}

@media screen and (max-width: 599px) {
  .news__bg {
    height: auto;
    padding-bottom: 60px;
  }
}

.news__content {
  padding-top: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .news__content {
    padding-top: 64px;
  }
}

.news__content_item_wrapper {
  margin-top: 40px;
}

.news__content_item {
  min-width: 500px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: left;
  color: #7e8387;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .news__content_item {
    text-align: center;
    min-width: 0;
  }
}

.news__content_item .date {
  font-size: 14px;
}

.news__content_item .title {
  display: inline;
  font-size: 24px;
  border-bottom: 2px solid #7e8387;
}

@media screen and (max-width: 599px) {
  .news__content_item .title {
    font-size: 18px;
  }
}

.news__content_item .title:hover {
  opacity: 0.8;
}

.news__btn {
  margin-top: 32px;
  display: flex;
  align-items: center;
  column-gap: 40px;
  padding: 20px 40px;
  border: 2px solid #7e8387;
  border-radius: 50px;
}

.news__btn:hover span {
  transform: translateX(5px);
}

.news__btn p {
  font-size: 14px;
  color: #3a3e40;
}

.news__btn span {
  color: #419438;
  font-size: 24px;
  font-weight: bold;
  transition: all 0.3s;
}

.about {
  margin-top: 80px;
  background: #f9f9f9;
}

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

@media screen and (max-width: 599px) {
  .about {
    margin-top: 40px;
    padding-top: 60px;
  }
}

.about__wrapper {
  padding-top: 120px;
}

@media screen and (max-width: 768px) {
  .about__wrapper {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 599px) {
  .about__wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.about__video {
  height: 570px;
  width: 60%;
  margin: 0 auto;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .about__video {
    width: 80%;
    height: 450px;
  }
}

@media screen and (max-width: 599px) {
  .about__video {
    width: 96%;
    height: 320px;
  }
}

.about__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company {
  background: #f9f9f9;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .company {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 599px) {
  .company {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.company__wrapper {
  padding-left: 32px;
  padding-right: 48px;
  display: flex;
  height: 500px;
}

@media screen and (max-width: 900px) {
  .company__wrapper {
    flex-direction: column;
    align-items: center;
    height: auto;
  }
}

@media screen and (max-width: 599px) {
  .company__wrapper {
    padding: 0;
  }
}

.company__img {
  width: 50%;
}

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

.company__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company__content {
  width: 50%;
  padding-left: 5%;
  padding-top: 40px;
}

@media screen and (max-width: 900px) {
  .company__content {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  .company__content {
    width: 90%;
    padding-left: 0;
  }
}

.company__content_inner {
  text-align-last: left;
}

@media screen and (max-width: 768px) {
  .company__content_inner {
    text-align-last: center;
  }
}

.company__content_p {
  padding-top: 64px;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}

@media screen and (max-width: 900px) {
  .company__content_p {
    padding-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .company__content_p {
    text-align-last: left;
  }
}

@media screen and (max-width: 599px) {
  .company__content_p {
    font-size: 16px;
  }
}

.company__content .detail {
  margin-top: 50px;
  background: #419438;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  width: 340px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .company__content .detail {
    margin: 0 auto;
    margin-top: 40px;
  }
}

@media screen and (max-width: 599px) {
  .company__content .detail {
    width: 280px;
    margin: 0 auto;
    margin-top: 36px;
  }
}

.company__content .detail:hover {
  opacity: 0.9;
}

.company__content .detail p {
  position: relative;
  padding-top: 0;
  padding: 20px;
  padding-left: 40px;
}

.company__content .detail p::before {
  position: absolute;
  content: "";
  height: 42px;
  width: 1px;
  background: #fff;
  top: 10px;
  left: 240px;
}

@media screen and (max-width: 599px) {
  .company__content .detail p::before {
    left: 200px;
  }
}

.company__content .detail span {
  margin-right: 2.5rem;
  color: #fff;
}

.splide__arrow {
  position: absolute;
  top: -60px;
  width: 60px;
  height: 60px;
  background: #6bb42d;
}

.splide__arrow svg {
  fill: #fff;
}

.splide__arrow--prev {
  position: absolute;
  left: auto;
  right: 8%;
}

@media screen and (max-width: 1200px) {
  .splide__arrow--prev {
    right: 10%;
  }
}

.column {
  padding-top: 120px;
  margin-bottom: 120px;
  overflow: hidden;
}

@media screen and (max-width: 599px) {
  .column {
    padding-top: 80px;
    margin-bottom: 64px;
  }
}

.column__inner {
  padding-left: 6%;
  padding-right: 6%;
}

@media screen and (max-width: 1440px) {
  .column__inner {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.column__inner .news__btn {
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 218px;
  transition: all 0.3s;
}

.column__inner .news__btn:hover span {
  transform: translateX(5px);
}

.column__title {
  text-align-last: left;
  padding-left: 16px;
}

@media screen and (max-width: 768px) {
  .column__title {
    text-align-last: center;
    text-align: center;
    padding-left: 0;
  }
}

.column__item {
  width: 30%;
  height: 370px;
}

@media screen and (max-width: 950px) {
  .column__item {
    width: 46%;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 599px) {
  .column__item {
    width: 80%;
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  .column__item {
    width: 85%;
  }
}

.column__item:nth-child(n + 4) {
  display: block;
}

@media screen and (max-width: 599px) {
  .column__item:nth-child(n + 4) {
    display: none;
  }
}

.column__item:nth-child(n + 5) {
  display: block;
}

@media screen and (max-width: 950px) {
  .column__item:nth-child(n + 5) {
    display: none;
  }
}

.column__item:hover {
  opacity: 0.9;
}

.column__item_img {
  width: 100%;
  height: 240px;
}

.column__item_content {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
  padding-top: 24px;
}

@media screen and (max-width: 1440px) {
  .column__item_content {
    font-size: 20px;
  }
}

@media screen and (max-width: 950px) {
  .column__item_content {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (max-width: 599px) {
  .column__item_content {
    padding-bottom: 14px;
    padding-top: 12px;
  }
}

.column__item_content p {
  display: inline-block;
}

.column__item_content:hover {
  opacity: 0.8;
}

.column__item_wrapper {
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 950px) {
  .column__item_wrapper .column__items {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    row-gap: 24px;
    padding-bottom: 12px !important;
  }
}

@media screen and (max-width: 599px) {
  .column__item_wrapper .column__items {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}

footer {
  background: #2a2d2e;
}

.footer__top {
  height: 512px;
  width: 100%;
  background: linear-gradient(to bottom, #fff 50%, #2a2d2e 50%);
  display: inline-block;
}

.footer__top_btns {
  padding-top: 80px;
  width: 80%;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 1520px) {
  .footer__top_btns {
    padding: 100px;
  }
}

@media screen and (max-width: 1200px) {
  .footer__top_btns {
    width: 100%;
    padding: 40px;
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .footer__top_btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 56px;
  }
}

.footer__top_btns .footer__top_btn {
  height: 360px;
  width: 50%;
  position: relative;
}

.footer__top_btns .footer__top_btn:hover .mask {
  transition: all 0.3s ease-in-out;
  background-color: rgba(61, 65, 70, 0.6);
}

@media screen and (max-width: 1520px) {
  .footer__top_btns .footer__top_btn {
    height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .footer__top_btns .footer__top_btn {
    width: 80%;
    height: 200px;
  }
}

@media screen and (max-width: 660px) {
  .footer__top_btns .footer__top_btn {
    width: 100%;
  }
}

.footer__top_btns .footer__top_btn .btn-bg {
  height: 360px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

@media screen and (max-width: 1520px) {
  .footer__top_btns .footer__top_btn .btn-bg {
    height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .footer__top_btns .footer__top_btn .btn-bg {
    height: 200px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 0px;
  }
}

.footer__top_btns .footer__top_btn .btn-bg img {
  width: 100%;
  height: 100%;
}

.footer__top_btns .footer__top_btn .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: rgba(61, 65, 70, 0.9);
  /* マスクの色と透明度を調整 */
}

@media screen and (max-width: 768px) {
  .footer__top_btns .footer__top_btn .mask {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 0px;
  }
}

.footer__top_btns .footer__top_btn__content {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding-top: 80px;
  padding-left: 60px;
  padding-right: 16px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1520px) {
  .footer__top_btns .footer__top_btn__content {
    padding-top: 60px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 900px) {
  .footer__top_btns .footer__top_btn__content {
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .footer__top_btns .footer__top_btn__content {
    padding-top: 8px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
}

.footer__top_btns .footer__top_btn__content h3 {
  font-weight: 900;
  font-size: 48px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 1520px) {
  .footer__top_btns .footer__top_btn__content h3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .footer__top_btns .footer__top_btn__content h3 {
    padding-top: 8px;
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 500px) {
  .footer__top_btns .footer__top_btn__content h3 {
    font-size: 32px;
  }
}

.footer__top_btns .footer__top_btn__content p {
  font-size: 16px;
  line-height: 1.4;
  font-family: "Lato";
}

@media screen and (max-width: 1520px) {
  .footer__top_btns .footer__top_btn__content p {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .footer__top_btns .footer__top_btn__content p {
    font-size: 16px;
    text-align: center;
  }
}

.footer__top_btns .footer__top_btn__content p:last-child {
  font-size: 20px;
}

@media screen and (max-width: 1520px) {
  .footer__top_btns .footer__top_btn__content p:last-child {
    font-size: 16px;
  }
}

.footer__top_btns .footer__top_btn:nth-child(2):hover .mask {
  transition: all 0.3s ease-in-out;
  background-color: rgba(61, 65, 70, 0.6);
}

.footer__top_btns .footer__top_btn:nth-child(2) .mask {
  background: rgba(63, 133, 61, 0.9);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.footer__top_btns .footer__top_btn:nth-child(2) .btn-bg {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

@media screen and (max-width: 768px) {
  .footer__top_btns .footer__top_btn:nth-child(2) .mask {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 30px;
  }

  .footer__top_btns .footer__top_btn:nth-child(2) .btn-bg {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 30px;
  }
}

.footer__top_btn_content_h3 {
  display: flex;
  align-items: center;
}

.footer__top_btn_content_h3 span {
  margin-left: 2rem;
  font-size: 32px;
}

.footer__contact {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  height: auto;
}

.footer__contact_content {
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding-top: 16px;
  padding-bottom: 24px;
}

@media screen and (max-width: 599px) {
  .footer__contact_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
  }
}

.footer__contact_content .tel {
  font-size: 48px;
  font-weight: bold;
  padding-top: 16px;
  padding-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .footer__contact_content .tel {
    font-size: 40px;
  }
}

.footer__contact_banner {
  background: #fff;
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media screen and (max-width: 768px) {
  .footer__contact_banner {
    padding: 12px;
  }
}

@media screen and (max-width: 599px) {
  .footer__contact_banner {
    top: 600px;
  }
}

.footer__contact_banner .viewer {
  display: block;
  width: 120px;
  margin-bottom: 32px;
  transition: transform 0.2s ease-in-out;
}

@media screen and (max-width: 768px) {
  .footer__contact_banner .viewer {
    width: 100px;
  }
}

.footer__contact_banner .viewer:hover {
  transform: scale(1.1);
}

.footer__contact_banner .download {
  display: block;
  width: 120px;
  margin-bottom: 12px;
  transition: transform 0.2s ease-in-out;
}

@media screen and (max-width: 768px) {
  .footer__contact_banner .download {
    width: 100px;
  }
}

.footer__contact_banner .download:hover {
  transform: scale(1.1);
}

.footer__contact_banner .support {
  display: block;
  width: 120px;
  transition: transform 0.2s ease-in-out;
}

@media screen and (max-width: 768px) {
  .footer__contact_banner .support {
    width: 100px;
  }
}

.footer__contact_banner .support:hover {
  transform: scale(1.1);
}

.footer__bottom {
  color: #fff;
}

.footer__bottom_inner {
  padding: 60px 20% 16px 12%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 1520px) {
  .footer__bottom_inner {
    padding: 48px 5% 16px;
    justify-content: space-around;
  }
}

@media screen and (max-width: 1200px) {
  .footer__bottom_inner {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }
}

@media screen and (max-width: 599px) {
  .footer__bottom_inner {
    padding: 40px 2% 14px;
  }
}

.footer__bottom_left {
  display: flex;
}

.footer__bottom_left_company {
  width: 100%;
}

.footer__bottom_left_logo {
  width: 120px;
}

@media screen and (max-width: 599px) {
  .footer__bottom_left_logo {
    width: 60px;
    height: 60px;
  }
}

.footer__bottom_left_content {
  line-height: 1.4;
  padding-left: 16px;
  width: calc(100% - 120px);
}

@media screen and (max-width: 599px) {
  .footer__bottom_left_content {
    padding-left: 4px;
    width: calc(100% - 60px);
  }

  .footer__bottom_left_content p {
    font-size: 12px;
  }
}

.footer__bottom_left_content h1 {
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .footer__bottom_left_content h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 599px) {
  .footer__bottom_left_content h1 {
    font-size: 16px;
  }
}

.footer__bottom_left_content .tel {
  font-weight: bold;
  padding-top: 8px;
}

@media screen and (max-width: 599px) {
  .footer__bottom_left_content .tel {
    font-size: 16px;
    padding-top: 4px;
  }
}

.footer__bottom_left_privacy {
  padding-top: 20px;
}

.footer__bottom_left_privacy a {
  display: block;
  width: 68px;
  padding: 6px;
  background-color: #fff;
  transition: all 0.3s;
}

.footer__bottom_left_privacy a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 599px) {
  .footer__bottom_left_privacy a {
    width: 40px;
    height: 40px;
  }
}

.footer__bottom_right {
  display: flex;
  column-gap: 64px;
}

@media screen and (max-width: 599px) {
  .footer__bottom_right {
    flex-direction: column;
    row-gap: 24px;
  }
}

.footer__bottom_right nav {
  display: flex;
  flex-direction: column;
}

.footer__bottom_right nav .nav-title {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.footer__bottom_right nav .nav-title span {
  font-size: 24px;
  margin-right: 4px;
  margin-left: -16px;
  color: #fff;
}

.footer__bottom_right nav ul {
  padding-top: 8px;
  font-size: 14px;
  line-height: 2.4;
}

.footer__bottom_right nav ul a:hover {
  color: #6dbef0;
}

.footer__bottom .copy-right {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 13px;
  font-weight: 300;
}

.privacy__content_wrapper {
  padding: 80px 14% 80px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .privacy__content_wrapper {
    padding: 64px 6% 64px;
  }
}

.privacy__content_bg {
  background: #f9f9f9;
}

.privacy__content_item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 60px;
}

@media screen and (max-width: 660px) {
  .privacy__content_item {
    font-size: 14px;
  }
}

@media screen and (max-width: 599px) {
  .privacy__content_item:last-child {
    margin-bottom: 0px;
  }
}

.privacy__content_item:first-child .privacy__content_item_title {
  font-size: 28px;
  font-weight: 700;
}

@media screen and (max-width: 660px) {
  .privacy__content_item:first-child .privacy__content_item_title {
    font-size: 24px;
  }
}

.privacy__content_item_title {
  font-size: 24px;
  margin-bottom: 28px;
}

@media screen and (max-width: 660px) {
  .privacy__content_item_title {
    font-size: 20px;
  }
}

.privacy__content_item_title2 {
  font-size: 18px;
  margin-bottom: 20px;
}

@media screen and (max-width: 660px) {
  .privacy__content_item_title2 {
    font-size: 16px;
  }
}

.privacy__content_item_p {
  margin-bottom: 28px;
  font-size: 16px;
}

.privacy__content_item_p span {
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.privacy__content_item_tel {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  .privacy__content_item_tel {
    font-size: 20px;
  }
}

.privacy__content_sign {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.privacy__content_sign_date {
  font-size: 16px;
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .privacy__content_sign_date {
    font-size: 14px;
  }
}

.privacy__content_sign_name {
  font-size: 18px;
  text-align: right;
}

@media screen and (max-width: 599px) {
  .privacy__content_sign_name {
    font-size: 16px;
  }
}

.about-page__wrapper {
  background: #f6f6f6;
  padding-bottom: 120px;
}

@media screen and (max-width: 500px) {
  .about-page__wrapper {
    padding-bottom: 80px;
  }
}

.about__sec-title {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
  font-weight: 900;
  line-height: 1.2;
}

@media screen and (max-width: 1440px) {
  .about__sec-title {
    padding-top: 64px;
    padding-bottom: 32px;
  }
}

.about__sec-title h2 {
  color: #3a3e40;
  font-size: 48px;
}

@media screen and (max-width: 900px) {
  .about__sec-title h2 {
    font-size: 40px;
  }
}

.about__sec-title p {
  font-size: 24px;
  color: #419438;
}

@media screen and (max-width: 900px) {
  .about__sec-title p {
    font-size: 20px;
  }
}

.philosophy {
  width: 80%;
  margin: 0 auto;
  margin-top: 80px;
  background: #fff;
  border-radius: 30px;
}

@media screen and (max-width: 900px) {
  .philosophy {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .philosophy {
    width: 90%;
    margin-top: 48px;
  }
}

.philosophy__catch {
  position: absolute;
  top: -280px;
  right: 2%;
  font-size: 48px;
  font-weight: bold;
  color: #c1c1c1;
}

@media screen and (max-width: 1440px) {
  .philosophy__catch {
    font-size: 40px;
    top: -240px;
  }
}

@media screen and (max-width: 900px) {
  .philosophy__catch {
    font-size: 32px;
    top: -260px;
  }
}

@media screen and (max-width: 768px) {
  .philosophy__catch {
    font-size: 26px;
    top: -200px;
  }
}

@media screen and (max-width: 599px) {
  .philosophy__catch {
    font-size: 22px;
  }
}

@media screen and (max-width: 450px) {
  .philosophy__catch {
    font-size: 20px;
  }
}

.philosophy__inner {
  position: relative;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .philosophy__inner {
    padding-bottom: 56px;
  }
}

.philosophy__content {
  width: 50%;
  margin: 0 auto;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding-bottom: 40px;
}

@media screen and (max-width: 1440px) {
  .philosophy__content {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  .philosophy__content {
    width: 90%;
    font-size: 14px;
  }
}

.philosophy__video {
  width: 40%;
  margin: 0 auto;
}

@media screen and (max-width: 1700px) {
  .philosophy__video {
    width: 60%;
  }
}

@media screen and (max-width: 900px) {
  .philosophy__video {
    width: 75%;
  }
}

@media screen and (max-width: 599px) {
  .philosophy__video {
    width: 85%;
  }
}

.philosophy__video video {
  width: 100%;
}

.message {
  background: #fff;
  border-radius: 30px;
  width: 80%;
  margin: 0 auto;
  margin-top: 80px;
}

@media screen and (max-width: 900px) {
  .message {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .message {
    width: 90%;
    margin-top: 48px;
  }
}

.message__content {
  width: 50%;
  text-align: left;
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
}

@media screen and (max-width: 1440px) {
  .message__content {
    width: 60%;
  }
}

@media screen and (max-width: 900px) {
  .message__content {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  .message__content {
    width: 85%;
    font-size: 14px;
  }
}

.message__content .greeting {
  padding-top: 40px;
  padding-bottom: 80px;
  margin-left: auto;
  width: 25%;
}

@media screen and (max-width: 768px) {
  .message__content .greeting {
    padding-bottom: 56px;
  }
}

@media screen and (max-width: 599px) {
  .message__content .greeting {
    width: 48%;
  }
}

.information {
  background: #fff;
  border-radius: 30px;
  margin: 0 auto;
  margin-top: 80px;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .information {
    width: 90%;
    margin-top: 56px;
  }
}

.information__inner {
  padding: 80px;
}

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

@media screen and (max-width: 599px) {
  .information__inner {
    padding: 0;
    padding-bottom: 40px;
  }
}

.information__title {
  width: 100%;
}

.information__title img {
  height: 400px;
}

@media screen and (max-width: 660px) {
  .information__title img {
    height: 320px;
  }
}

@media screen and (max-width: 500px) {
  .information__title img {
    height: 280px;
  }
}

@media screen and (max-width: 450px) {
  .information__title img {
    height: 240px;
  }
}

.information__title p {
  color: #419438;
  font-weight: 900;
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .information__title p {
    padding-left: 16px;
    margin-bottom: 12px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 500px) {
  .information__title p {
    font-size: 32px;
    margin-bottom: 24px;
  }
}

.information__content dl {
  display: flex;
  margin: 0 auto;
  width: 90%;
  flex-wrap: wrap;
  color: #7e8387;
}

.information__content dl dt {
  flex-basis: 30%;
  border-bottom: 1px solid #7e8387;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 2%;
}

@media screen and (max-width: 599px) {
  .information__content dl dt {
    margin-top: 0;
  }
}

.information__content dl dd {
  color: #333;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 2%;
  padding-top: 20px;
  padding-bottom: 20px;
  flex-basis: 70%;
  border-bottom: 1px solid #7e8387;
  font-family: "Lato";
}

@media screen and (max-width: 599px) {
  .information__content dl dd {
    margin-top: 0;
  }
}

.history {
  background: #fff;
  border-radius: 30px;
  margin: 0 auto;
  margin-top: 80px;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .history {
    width: 90%;
    margin-top: 56px;
  }
}

.history__inner {
  padding-left: 8%;
  padding-right: 8%;
  padding-bottom: 80px;
}

@media screen and (max-width: 599px) {
  .history__inner {
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 40px;
  }
}

.history .about__sec-title {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .history .about__sec-title {
    text-align: center;
    padding-top: 48px;
  }
}

.history .about__sec-title h3 {
  font-size: 70px;
}

@media screen and (max-width: 1440px) {
  .history .about__sec-title h3 {
    font-size: 56px;
  }
}

@media screen and (max-width: 768px) {
  .history .about__sec-title h3 {
    font-size: 46px;
  }
}

.history__content {
  padding-left: 100px;
}

@media screen and (max-width: 1024px) {
  .history__content {
    padding-left: 40px;
  }
}

@media screen and (max-width: 660px) {
  .history__content {
    padding-left: 0;
  }
}

.history__content .year {
  color: #3a3e40;
  font-size: 28px;
  font-weight: 900;
  padding: 4px;
}

@media screen and (max-width: 500px) {
  .history__content .year {
    font-size: 24px;
    padding: 6px;
  }
}

.history__content dl {
  display: flex;
  margin-left: 35px;
  padding-left: 60px;
  border-left: 1px solid #333;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .history__content dl {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.history__content dl dt {
  padding-left: 4%;
  font-size: 18px;
  font-weight: 900;
  color: #3a3e40;
  white-space: nowrap;
  line-height: 1.4;
}

@media screen and (max-width: 500px) {
  .history__content dl dt {
    font-size: 16px;
  }
}

.history__content dl dd {
  color: #333;
  padding-left: 2%;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}

@media screen and (max-width: 500px) {
  .history__content dl dd {
    font-size: 16px;
  }
}

.history__img {
  margin-top: 80px;
  height: 400px;
}

@media screen and (max-width: 660px) {
  .history__img {
    margin-top: 56px;
    height: 320px;
  }
}

@media screen and (max-width: 450px) {
  .history__img {
    height: 260px;
  }
}

.simulation__wrapper {
  background: #f6f6f6;
  width: 100%;
  position: relative;
  padding-bottom: 120px;
}

@media screen and (max-width: 599px) {
  .simulation__wrapper {
    padding-bottom: 80px;
  }
}

.calc {
  width: 300px;
  position: absolute;
  top: 155px;
  right: 45px;
  opacity: 0.1;
  z-index: 1;
}

@media screen and (max-width: 599px) {
  .calc {
    width: 80px;
    top: 96px;
    right: 40px;
  }
}

.simu-form {
  width: 500px;
  border-top: 1px solid #b0b0b0;
  margin: 0 auto;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .simu-form {
    width: 100%;
  }
}

.simu-form__wrapper {
  width: 80%;
  margin: 0 auto;
  margin-top: 80px;
  background: #fff;
  position: relative;
  z-index: 2;
  border-radius: 30px;
}

@media screen and (max-width: 599px) {
  .simu-form__wrapper {
    width: 90%;
    margin-top: 40px;
  }
}

.simu-form__inner {
  padding: 80px 40px;
}

@media screen and (max-width: 599px) {
  .simu-form__inner {
    padding: 48px 20px;
  }
}

.simu-form__title {
  text-align: center;
  line-height: 1.6;
  font-size: 16px;
  color: #419438;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  .simu-form__title {
    font-size: 14px;
  }
}

.simu-form .border {
  border-top: 1px solid #b0b0b0;
  margin-top: 20px;
}

.simu-form b {
  display: block;
  margin-top: 20px;
  font-weight: 600;
  color: #333;
}

@media screen and (max-width: 599px) {
  .simu-form b {
    font-size: 14px;
  }
}

.simu-form .required {
  color: red;
}

.simu-form input::placeholder {
  color: #777777;
}

.simu-form label {
  color: #3a3e40;
  font-size: 14px;
  font-family: "Lato";
  display: flex;
}

@media screen and (max-width: 599px) {
  .simu-form label {
    font-size: 14px;
  }
}

.simu-form .wpcf7-radio {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.simu-form input[type="radio"] {
  margin-right: 10px;
  width: 15px;
  height: 15px;
}

@media screen and (max-width: 599px) {
  .simu-form input[type="radio"] {
    font-size: 14px;
  }
}

.simu-form input[type="text"] {
  border: 2px solid #000;
  padding: 10px 15px;
  font-size: 15px;
  width: 100%;
  height: 50px;
  border-radius: 4px;
}

@media screen and (max-width: 599px) {
  .simu-form input[type="text"] {
    font-size: 14px;
  }
}

.simu-form input[type="email"] {
  border: 2px solid #000;
  padding: 10px 15px;
  font-size: 15px;
  width: 100%;
  height: 50px;
  border-radius: 4px;
}

@media screen and (max-width: 599px) {
  .simu-form input[type="email"] {
    font-size: 14px;
  }
}

.simu-form input[type="tel"] {
  border: 2px solid #000;
  padding: 10px 15px;
  font-size: 15px;
  width: 100%;
  height: 50px;
  border-radius: 4px;
}

@media screen and (max-width: 599px) {
  .simu-form input[type="tel"] {
    font-size: 14px;
  }
}

.simu-form textarea {
  border: 2px solid #000;
  padding: 10px 15px;
  font-size: 15px;
  width: 100%;
  height: 160px;
  border-radius: 4px;
}

@media screen and (max-width: 599px) {
  .simu-form textarea {
    font-size: 14px;
  }
}

.simu-form .other {
  padding-top: 10px;
}

.simu-form .other p {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .simu-form .other p {
    flex-direction: column;
  }
}

.simu-form .other .wpcf7-form-control-wrap {
  display: flex;
}

.simu-form .other .wpcf7-form-control-wrap input[type="text"] {
  width: 300px;
}

@media screen and (max-width: 599px) {
  .simu-form .other .wpcf7-form-control-wrap input[type="text"] {
    width: 100%;
    margin-left: 40px;
  }
}

.simu-form .submit {
  position: relative;
  margin: 0 auto;
  margin-top: 24px;
  width: 210px;
}

.simu-form .submit:hover {
  opacity: 0.9;
}

.simu-form .submit:hover .arrow {
  transform: translateX(5px);
}

.simu-form .submit .arrow {
  transition: transform 0.2s ease-in-out;
  position: absolute;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  top: -8px;
  right: 30px;
  cursor: pointer;
}

.simu-form input[type="submit"] {
  width: 210px;
  font-size: 14px;
  color: #fff;
  background: #419438;
  border-radius: 30px;
  padding: 20px 80px 20px 20px;
  border: none;
}

.simu-form .checkbox {
  width: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 599px) {
  .simu-form .checkbox {
    font-size: 14px;
  }
}

.simu-form .check {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.simu-form .wpcf7-list-item-label {
  font-weight: 700;
  font-size: 15px;
}

@media screen and (max-width: 599px) {
  .simu-form .wpcf7-list-item-label {
    font-size: 14px;
    font-weight: 600;
  }
}

.simu-form .wpcf7-list-item-label a {
  color: #419438;
  border-bottom: 2px solid #419438;
}

.simu-form .wpcf7-list-item-label a:hover {
  opacity: 0.8;
}

.wpcf7-list-item-label {
  padding-bottom: 12px;
  font-weight: 500;
  font-size: 15px;
}

@media screen and (max-width: 599px) {
  .wpcf7-list-item-label {
    line-height: 1.6;
  }
}

.contact__wrapper {
  background: #f6f6f6;
  width: 100%;
  position: relative;
  padding-bottom: 120px;
}

@media screen and (max-width: 599px) {
  .contact__wrapper {
    padding-bottom: 80px;
  }
}

.contact-form {
  width: 60%;
  margin: 0 auto;
  margin-top: 60px;
}

@media screen and (max-width: 900px) {
  .contact-form {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  .contact-form {
    width: 90%;
    margin-top: 40px;
  }
}

.contact-form .required {
  color: red;
}

.contact-form label {
  font-weight: bold;
}

.contact-form input {
  padding: 10px 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-weight: 400;
  width: 100%;
  height: 50px;
  border: 2px solid #000;
}

.contact-form input::placeholder {
  color: #777777;
}

.contact-form textarea {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-weight: 400;
  width: 100%;
  height: 160px;
  border: 2px solid #000;
}

.contact-form textarea::placeholder {
  color: #777777;
}

.contact-form .submit {
  position: relative;
  margin: 0 auto;
  margin-top: 24px;
  width: 210px;
}

@media screen and (max-width: 599px) {
  .contact-form .submit {
    margin-top: 10px;
  }
}

.contact-form .submit:hover {
  opacity: 0.9;
}

.contact-form .submit:hover .arrow {
  transform: translateX(5px);
}

.contact-form .submit .arrow {
  transition: transform 0.2s ease-in-out;
  position: absolute;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  top: 2px;
  right: 30px;
  cursor: pointer;
}

.contact-form input[type="submit"] {
  font-size: 14px;
  color: #fff;
  background: #419438;
  border-radius: 30px;
  padding: 20px 20px 35px 40px;
  border: none;
}

.contact-form input[type="submit"]:disabled {
  background: #777777;
  cursor: not-allowed;
}

.contact-form .wpcf7-list-item {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.contact-form .wpcf7-list-item .checkbox {
  width: 15px;
  margin-right: 15px;
}

.contact-form .wpcf7-list-item label {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 599px) {
  .contact-form .wpcf7-list-item label {
    font-size: 14px;
  }
}

.contact-form .wpcf7-list-item .wpcf7-list-item-label {
  padding-bottom: 12px;
  font-weight: 500;
  font-size: 15px;
}

@media screen and (max-width: 599px) {
  .contact-form .wpcf7-list-item .wpcf7-list-item-label {
    line-height: 1.6;
  }
}

.contact-form .wpcf7-list-item .wpcf7-list-item-label a {
  color: #419438;
  border-bottom: 2px solid #419438;
}

.contact-form .wpcf7-list-item .wpcf7-list-item-label a:hover {
  opacity: 0.8;
}

.contact-form__wrapper {
  width: 80%;
  margin: 0 auto;
  margin-top: 80px;
  background: #fff;
  position: relative;
  z-index: 2;
  border-radius: 30px;
}

@media screen and (max-width: 599px) {
  .contact-form__wrapper {
    width: 90%;
    margin-top: 24px;
  }
}

.contact-form__inner {
  padding: 80px 40px;
}

@media screen and (max-width: 599px) {
  .contact-form__inner {
    padding: 48px 20px;
  }
}

.contact-form__title {
  text-align: center;
  line-height: 1.6;
  font-size: 16px;
  color: #333;
  font-weight: 400;
}

@media screen and (max-width: 599px) {
  .contact-form__title {
    font-size: 14px;
  }
}

.contact-form__card {
  width: 400px;
  margin: 0 auto;
  background: #f9f9f9;
  margin-top: 40px;
  border-radius: 30px;
}

@media screen and (max-width: 599px) {
  .contact-form__card {
    width: 100%;
    margin-top: 24px;
  }
}

.contact-form__card_inner {
  padding: 40px 40px 20px 40px;
  text-align: center;
}

.contact-form__card_inner p {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #3a3e40;
}

.contact-form__card_inner .tel {
  font-size: 48px;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  .contact-form__card_inner .tel {
    font-size: 32px;
  }
}

@media screen and (max-width: 375px) {
  .contact-form__card_inner .tel {
    font-size: 28px;
  }
}

.contact-form__content {
  margin: 0 auto;
  width: 75%;
  margin-top: 70px;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

@media screen and (max-width: 768px) {
  .contact-form__content {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  .contact-form__content {
    width: 90%;
    margin-top: 40px;
    font-size: 14px;
  }
}

.privacy-alert {
  display: block;
  padding: 28px 40px;
  margin: 10px auto 28px auto;
  font-size: 14px;
  background: #f9f9f9;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .privacy-alert {
    padding: 20px 20px;
  }
}

.dream-call__main-bg {
  width: 100%;
  height: 680px;
  position: relative;
}

@media screen and (max-width: 599px) {
  .dream-call__main-bg {
    height: 580px;
  }
}

.dream-call__main-bg img {
  object-position: top;
}

@media screen and (max-width: 1024px) {
  .dream-call__main-bg img {
    position: absolute;
    right: -160px;
    width: 130%;
  }
}

@media screen and (max-width: 599px) {
  .dream-call__main-bg img {
    right: 0;
    width: 100%;
  }
}

.dream-call__main-bg_content {
  position: absolute;
  top: 20%;
  left: 5%;
}

.dream-call__main-bg_content p {
  color: #3a3e40;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 900px) {
  .dream-call__main-bg_content p {
    font-size: 20px;
  }
}

@media screen and (max-width: 599px) {
  .dream-call__main-bg_content p {
    font-size: 16px;
  }
}

.dream-call__main-bg_content .banner {
  margin-top: 20px;
  background: linear-gradient(to bottom, #51a847 0%, #6ecc62 100%);
  height: auto;
  width: auto;
  display: inline-block;
  border-radius: 8px;
}

.dream-call__main-bg_content .banner p {
  padding: 4px 12px;
  color: #fff;
}

.dream-call__main-bg_content .title {
  font-weight: 900;
  font-size: 72px;
  color: #419438;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}

@media screen and (max-width: 900px) {
  .dream-call__main-bg_content .title {
    font-size: 60px;
  }
}

@media screen and (max-width: 599px) {
  .dream-call__main-bg_content .title {
    font-size: 38px;
    margin-top: 10px;
  }
}

.dream-call__main-bg_content .badge {
  display: flex;
  flex-direction: column;
  width: 60%;
}

.dream-call__main-bg_content .badge-item {
  height: auto;
  width: auto;
  background: #6bb42d;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  border-radius: 30px;
  text-align: center;
}

.dream-call__main-bg_content .badge-item p {
  padding: 10px 80px;
  color: #fff;
}

@media screen and (max-width: 900px) {
  .dream-call__main-bg_content .badge-item p {
    padding: 10px 0px;
  }
}

.recommend {
  width: 100%;
  background: #f9f9f9;
}

.recommend__inner {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .recommend__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.recommend__inner p {
  font-weight: 700;
  font-size: 24px;
  color: #3a3e40;
}

@media screen and (max-width: 599px) {
  .recommend__inner p {
    font-size: 20px;
    margin: 0 20px;
  }
}

.recommend__card {
  padding-top: 40px;
}

.recommend__card ul {
  border: 4px solid #6bb42d;
  border-radius: 30px;
  display: inline-block;
  padding: 40px 60px;
}

@media screen and (max-width: 768px) {
  .recommend__card ul {
    padding: 40px 40px;
  }
}

@media screen and (max-width: 599px) {
  .recommend__card ul {
    padding: 40px 15px;
  }
}

.recommend__card ul li {
  display: flex;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #403a3a;
}

@media screen and (max-width: 599px) {
  .recommend__card ul li {
    font-size: 13px;
  }
}

.recommend__card ul li .red {
  color: #ff0000;
}

.recommend__card ul li .material-symbols-outlined {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  background-color: #419438;
  font-size: 28px;
  margin-right: 10px;
}

.step {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media screen and (max-width: 599px) {
  .step {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.step__title {
  text-align: center;
  font-weight: 900;
  font-size: 36px;
  color: #419438;
}

@media screen and (max-width: 768px) {
  .step__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 599px) {
  .step__title {
    font-size: 24px;
  }
}

.step__img {
  margin: 0 auto;
  margin-top: 20px;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .step__img {
    width: 80%;
  }
}

.feature {
  width: 100%;
  background: #f9f9f9;
}

.feature__title {
  padding-top: 80px;
  font-size: 36px;
  font-weight: 900;
  color: #3a3e40;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .feature__title {
    font-size: 24px;
    padding-top: 60px;
  }
}

.feature__item {
  width: 60%;
  margin: 0 auto;
  color: #3a3e40;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .feature__item {
    width: 70%;
  }
}

@media screen and (max-width: 599px) {
  .feature__item {
    width: 80%;
  }
}

.feature__item_detail {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 28px;
}

@media screen and (max-width: 599px) {
  .feature__item_detail {
    font-size: 14px;
  }
}

.feature__item_title {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 2px solid #6bb42d;
  text-align: left;
  padding-bottom: 6px;
  margin-bottom: 16px;
}

@media screen and (max-width: 599px) {
  .feature__item_title {
    font-size: 18px;
  }
}

.feature__item ul {
  margin-left: 28px;
  margin-bottom: 28px;
  line-height: 1.4;
  font-weight: 400;
}

@media screen and (max-width: 599px) {
  .feature__item ul {
    font-size: 14px;
  }
}

.feature__item ul li {
  list-style: disc;
}

.feature__item_change {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.feature__item_change p {
  font-size: 18px;
  font-weight: 400;
  margin-left: 16px;
}

@media screen and (max-width: 599px) {
  .feature__item_change p {
    font-size: 16px;
  }
}

.feature__item_change span {
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 48;
  color: #6bb42d;
  transform: rotate(270deg);
  font-size: 48px;
}

.feature__item_others {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
  margin-top: 28px;
  padding-bottom: 80px;
}

@media screen and (max-width: 599px) {
  .feature__item_others {
    padding-bottom: 0;
  }
}

.feature__item_other {
  width: 30%;
  background: #fff;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 1024px) {
  .feature__item_other {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .feature__item_other {
    width: 48%;
  }
}

@media screen and (max-width: 599px) {
  .feature__item_other {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.feature__item_other_title {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #419438;
  font-weight: 700;
  border-bottom: 1px solid #419438;
}

@media screen and (max-width: 599px) {
  .feature__item_other_title {
    font-size: 18px;
  }
}

.feature__item_other_detail {
  font-weight: 400;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 599px) {
  .feature__item_other_detail {
    font-size: 14px;
  }
}

.need {
  background: #eeeeee;
}

.need__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 599px) {
  .need__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.need__title {
  text-align: center;
  color: #3a3e40;
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .need__title {
    font-size: 24px;
  }
}

.need dl {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  align-items: center;
  background: #fff;
  padding: 28px 80px;
  border-bottom: 1px solid #eeeeee;
}

@media screen and (max-width: 1024px) {
  .need dl {
    width: 70%;
  }
}

@media screen and (max-width: 900px) {
  .need dl {
    width: 80%;
    padding: 28px 60px;
  }
}

@media screen and (max-width: 768px) {
  .need dl {
    padding: 28px 40px;
  }
}

@media screen and (max-width: 599px) {
  .need dl {
    align-items: flex-start;
    flex-direction: column;
  }
}

.need dl dt {
  width: 30%;
  color: #7e8387;
  font-weight: 700;
  font-family: "Lato";
}

@media screen and (max-width: 599px) {
  .need dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
}

.need dl dd {
  color: #333;
  line-height: 1.4;
  width: 70%;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .need dl dd {
    font-size: 14px;
  }
}

@media screen and (max-width: 599px) {
  .need dl dd {
    width: 100%;
    padding-left: 0;
  }
}

.trial {
  text-align: center;
  padding-top: 80px;
}

@media screen and (max-width: 599px) {
  .trial {
    padding-top: 60px;
  }
}

.trial p {
  font-weight: 900;
  font-size: 36px;
  line-height: 1.8;
  color: #3a3e40;
}

@media screen and (max-width: 768px) {
  .trial p {
    font-size: 30px;
  }
}

@media screen and (max-width: 599px) {
  .trial p {
    font-size: 18px;
  }
}

.trial span {
  margin-top: 20px;
  color: rgba(107, 180, 45, 0.4);
  font-size: 140px;
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 48;
  transform: rotate(270deg);
}

@media screen and (max-width: 599px) {
  .trial span {
    font-size: 100px;
  }
}

.ashura__title_inner {
  padding: 40px 120px;
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1440px) {
  .ashura__title_inner {
    padding: 40px 80px;
  }
}

@media screen and (max-width: 900px) {
  .ashura__title_inner {
    padding: 32px 64px;
  }
}

@media screen and (max-width: 768px) {
  .ashura__title_inner {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
  }
}

@media screen and (max-width: 660px) {
  .ashura__title_inner {
    padding: 32px 24px;
  }
}

.ashura__title_right {
  width: 660px;
}

@media screen and (max-width: 1440px) {
  .ashura__title_right {
    width: 50%;
  }

  .ashura__title_right img {
    object-fit: contain;
  }
}

@media screen and (max-width: 768px) {
  .ashura__title_right {
    width: 85%;
    padding-bottom: 28px;
  }
}

@media screen and (max-width: 660px) {
  .ashura__title_right {
    width: 95%;
  }
}

.ashura__title_left {
  font-weight: 900;
}

@media screen and (max-width: 1440px) {
  .ashura__title_left {
    width: 40%;
  }
}

@media screen and (max-width: 900px) {
  .ashura__title_left {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .ashura__title_left {
    width: 85%;
  }
}

@media screen and (max-width: 660px) {
  .ashura__title_left {
    width: 95%;
  }
}

.ashura__title_left p {
  color: #e1002d;
  border-bottom: 2px solid #e1002d;
  font-size: 32px;
  padding-bottom: 8px;
  margin-bottom: 20px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1024px) {
  .ashura__title_left p {
    font-size: 26px;
  }
}

.ashura__title_left li {
  margin-bottom: 20px;
  font-size: 18px;
  color: #3a3e40;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .ashura__title_left li {
    font-size: 16px;
  }
}

.ashura__title_left li .material-symbols-outlined {
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 48;
  color: #000;
  background: #fff;
  margin-right: 8px;
}

.ashura__banner {
  width: 100%;
  background: linear-gradient(
    90deg,
    #e1002d,
    rgba(225, 0, 45, 0.8) 61%,
    rgba(255, 255, 255, 0)
  );
}

.ashura__banner_inner {
  padding: 40px 120px;
  color: #fff;
}

@media screen and (max-width: 900px) {
  .ashura__banner_inner {
    padding: 40px 64px;
  }
}

@media screen and (max-width: 660px) {
  .ashura__banner_inner {
    padding: 28px 48px;
  }
}

@media screen and (max-width: 450px) {
  .ashura__banner_inner {
    padding: 24px 32px;
  }
}

.ashura__banner_inner p {
  font-weight: 700;
  font-size: 28px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 900px) {
  .ashura__banner_inner p {
    font-size: 24px;
  }
}

@media screen and (max-width: 660px) {
  .ashura__banner_inner p {
    font-size: 20px;
  }
}

@media screen and (max-width: 450px) {
  .ashura__banner_inner p {
    font-size: 18px;
  }
}

.ashura__banner_inner h1 {
  font-weight: 900;
  font-size: 72px;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .ashura__banner_inner h1 {
    font-size: 56px;
  }
}

@media screen and (max-width: 660px) {
  .ashura__banner_inner h1 {
    font-size: 42px;
  }
}

@media screen and (max-width: 450px) {
  .ashura__banner_inner h1 {
    font-size: 32px;
  }
}

.ashura__banner_badge {
  padding: 4px 20px;
  background: #fff;
  display: inline-block;
  border-radius: 10px;
}

.ashura__banner_badge p {
  color: #e1002d;
  font-weight: 700;
  font-size: 24px;
  text-shadow: none;
}

@media screen and (max-width: 660px) {
  .ashura__banner_badge p {
    font-size: 20px;
  }
}

@media screen and (max-width: 450px) {
  .ashura__banner_badge p {
    font-size: 18px;
  }
}

.banner__under {
  padding: 20px 120px 40px;
  font-weight: 700;
  color: #3a3e40;
  font-size: 16px;
}

@media screen and (max-width: 900px) {
  .banner__under {
    padding: 20px 64px 28px;
  }
}

@media screen and (max-width: 660px) {
  .banner__under {
    padding: 20px 48px;
  }
}

@media screen and (max-width: 450px) {
  .banner__under {
    padding: 20px 32px;
    font-size: 14px;
  }
}

.ashura__sec_title {
  padding: 16px 40px;
  background: #e1002d;
  width: 450px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.ashura__sec_title h2 {
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .ashura__sec_title {
    width: 400px;
  }
}

@media screen and (max-width: 500px) {
  .ashura__sec_title {
    width: 320px;
    padding: 12px 28px;
    text-align: center;
  }
}

.ashura__sec_title h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 900;
}

@media screen and (max-width: 599px) {
  .ashura__sec_title h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  .ashura__sec_title h2 {
    font-size: 20px;
  }
}

.ashura__point {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f9f9f9;
}

@media screen and (max-width: 660px) {
  .ashura__point {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 500px) {
  .ashura__point {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.ashura__point_content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ashura__point_content_left {
  width: 15%;
}

@media screen and (max-width: 900px) {
  .ashura__point_content_left {
    width: 12%;
  }
}

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

.ashura__point_content_right {
  width: 60%;
  padding-left: 80px;
}

@media screen and (max-width: 900px) {
  .ashura__point_content_right {
    width: 75%;
    padding-left: 48px;
  }
}

@media screen and (max-width: 599px) {
  .ashura__point_content_right {
    width: 85%;
    padding-left: 0;
  }
}

@media screen and (max-width: 500px) {
  .ashura__point_content_right {
    width: 90%;
    font-size: 14px;
  }
}

.ashura__point_content_right_item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #3a3e40;
  font-weight: 700;
}

.ashura__point_content_right_item .material-symbols-outlined {
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 48;
  background: #fff;
  color: #e1002d;
  font-size: 32px;
  border-radius: 50%;
  margin-right: 8px;
}

.ashura__function {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.ashura__function .ashura__sec_title {
  width: 390px;
}

@media screen and (max-width: 500px) {
  .ashura__function .ashura__sec_title {
    width: 320px;
    padding: 12px 28px;
    text-align: center;
  }
}

.ashura__function_inner {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .ashura__function_inner {
    width: 75%;
  }
}

@media screen and (max-width: 599px) {
  .ashura__function_inner {
    width: 85%;
  }
}

.ashura__function_item {
  width: 100%;
  color: #3a3e40;
  margin-bottom: 60px;
}

.ashura__function_item h3 {
  border-bottom: 2px solid #e1002d;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.ashura__function_item p {
  font-weight: 400;
  line-height: 1.4;
}

.ashura__function_item_image {
  margin-top: 28px;
}

.ashura__function_item .kaden {
  margin-top: 28px;
}

.ashura__system {
  background: #f9f9f9;
}

.ashura__system_inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.ashura__system_inner .ashura__sec_title {
  width: 250px;
}

.ashura__system_inner p {
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

.ashura__system_item {
  width: 60%;
  background: #fff;
  margin: 0 auto;
  padding: 28px 80px;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #eeeeee;
}

@media screen and (max-width: 1440px) {
  .ashura__system_item {
    width: 75%;
    justify-content: space-between;
    padding: 28px 64px;
  }
}

@media screen and (max-width: 1024px) {
  .ashura__system_item {
    padding: 24px 40px;
    width: 80%;
  }
}

@media screen and (max-width: 900px) {
  .ashura__system_item {
    width: 94%;
  }
}

@media screen and (max-width: 768px) {
  .ashura__system_item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.ashura__system_item_left {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .ashura__system_item_left {
    margin-right: 0;
  }
}

.ashura__system_item_left p {
  font-weight: 700;
  color: #7e8387;
}

.ashura__system_item_right {
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .ashura__system_item_right {
    margin-right: 0;
  }
}

.ashura__operating {
  background: #eeeeee;
}

.ashura__operating_inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.ashura__operating_inner .ashura__sec_title {
  width: 200px;
}

.ashura__operating_inner dl {
  background: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .ashura__operating_inner dl {
    width: 75%;
  }
}

@media screen and (max-width: 768px) {
  .ashura__operating_inner dl {
    width: 85%;
  }
}

.ashura__operating_inner dl:last-child dt {
  border-bottom: 1px solid #eeeeee;
}

.ashura__operating_inner dl:last-child dd {
  border-bottom: 1px solid #eeeeee;
}

.ashura__operating_inner dl:last-child .border-none {
  border-bottom: none;
  padding-bottom: 28px;
}

.ashura__operating_inner dl dt {
  width: 30%;
  font-weight: 700;
  color: #7e8387;
  padding: 28px 80px 20px;
  white-space: nowrap;
}

@media screen and (max-width: 900px) {
  .ashura__operating_inner dl dt {
    padding: 28px 56px 20px;
  }
}

@media screen and (max-width: 660px) {
  .ashura__operating_inner dl dt {
    padding: 20px 40px 16px;
  }
}

.ashura__operating_inner dl dd {
  padding: 28px 80px 20px;
  line-height: 1.4;
  width: 70%;
  font-weight: 400;
  color: #333;
}

@media screen and (max-width: 900px) {
  .ashura__operating_inner dl dd {
    padding: 28px 56px 20px;
  }
}

@media screen and (max-width: 660px) {
  .ashura__operating_inner dl dd {
    padding: 20px 40px 16px;
  }
}

@media screen and (max-width: 599px) {
  .ashura__operating_inner dl dd {
    font-size: 14px;
  }
}

.ashura__careful {
  width: 60%;
  margin: 0 auto;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  margin-top: 6px;
}

@media screen and (max-width: 1024px) {
  .ashura__careful {
    width: 75%;
  }
}

@media screen and (max-width: 768px) {
  .ashura__careful {
    width: 85%;
  }
}

.ashura__plan {
  padding-top: 80px;
}

.ashura__plan_item {
  width: 60%;
  height: 290px;
  margin: 0 auto;
  background: #e1002d;
  display: flex;
  padding: 40px 60px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .ashura__plan_item {
    width: 75%;
  }
}

@media screen and (max-width: 768px) {
  .ashura__plan_item {
    width: 85%;
    padding: 28px 40px;
  }
}

@media screen and (max-width: 599px) {
  .ashura__plan_item {
    height: 250px;
    padding: 20px;
  }
}

@media screen and (max-width: 450px) {
  .ashura__plan_item {
    height: 300px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.ashura__plan_item:nth-child(2) {
  color: #3a3e40;
  background: #fff209;
}

.ashura__plan_item_left {
  width: 50%;
  display: flex;
  align-items: center;
  font-weight: 900;
  font-size: 48px;
  padding-left: 40px;
}

@media screen and (max-width: 1200px) {
  .ashura__plan_item_left {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .ashura__plan_item_left {
    font-size: 36px;
  }
}

@media screen and (max-width: 450px) {
  .ashura__plan_item_left {
    padding-bottom: 14px;
    white-space: nowrap;
  }
}

.ashura__plan_item_right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.4;
}

@media screen and (max-width: 450px) {
  .ashura__plan_item_right {
    width: 80%;
  }
}

.ashura__plan_item_right_top {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .ashura__plan_item_right_top {
    font-size: 20px;
  }
}

.ashura__plan_item_right b {
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .ashura__plan_item_right b {
    font-size: 26px;
  }
}

.ashura__plan_item_right b span {
  font-size: 16px;
  padding-left: 6px;
}

.ashura__plan_item_right ul {
  margin-top: 12px;
  margin-bottom: 8px;
  padding-left: 16px;
  font-weight: 400;
}

.ashura__plan_item_right ul p {
  margin-left: -16px;
}

.ashura__plan_item_right ul li {
  list-style: disc;
}

.ashura-trial {
  padding-left: 14px;
  padding-right: 14px;
}

@media screen and (max-width: 599px) {
  .ashura-trial p {
    font-size: 28px;
  }

  .ashura-trial span {
    font-size: 100px;
  }
}

.ashura-trial br {
  display: none;
}

@media screen and (max-width: 599px) {
  .ashura-trial br {
    display: block;
  }
}

.menu-icon {
  position: absolute;
  right: 40px;
  top: 24px;
  height: 40px;
  z-index: 9999;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 900px) {
  .menu-icon {
    display: block;
  }
}

.menu-icon__line {
  position: absolute;
  width: 40px;
  height: 3px;
  right: 0;
  background-color: #000;
  transition: all 0.5s;
  z-index: 9999;
}

@media screen and (max-width: 599px) {
  .menu-icon__line {
    width: 30px;
    height: 2px;
  }
}

.menu-icon__line-1 {
  top: 4px;
}

@media screen and (max-width: 599px) {
  .menu-icon__line-1 {
    top: 8px;
  }
}

.menu-icon__line-2 {
  top: 18px;
}

.menu-icon__line-3 {
  top: 32px;
}

@media screen and (max-width: 599px) {
  .menu-icon__line-3 {
    top: 28px;
  }
}

/*ハンバーガーがクリックされたら*/
.active .menu-icon__line-1 {
  transform: rotate(-45deg);
  top: 18px;
}

.active .menu-icon__line-2 {
  opacity: 0;
}

.active .menu-icon__line-3 {
  transform: rotate(45deg);
  top: 18px;
}

.active.menu {
  transition: all 0.5s;
  z-index: 9998;
  opacity: 1;
  visibility: visible;
}

.menu {
  visibility: hidden;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  opacity: 0;
  z-index: -1;
  color: #333;
  overflow-y: scroll;
}

.menu__inner {
  padding-top: 120px;
  padding-bottom: 80px;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .menu__inner {
    width: 90%;
  }
}

.menu nav .nav-title {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  .menu nav .nav-title {
    font-size: 24px;
  }
}

.menu nav .nav-title span {
  font-size: 48px;
}

@media screen and (max-width: 500px) {
  .menu nav .nav-title span {
    font-size: 40px;
  }
}

.menu nav ul {
  font-size: 20px;
  padding-left: 60px;
  padding-top: 20px;
  font-weight: 400;
}

@media screen and (max-width: 500px) {
  .menu nav ul {
    font-size: 18px;
  }
}

.menu nav ul li {
  padding: 16px;
  position: relative;
}

.menu nav ul li:hover {
  opacity: 0.8;
}

@media screen and (max-width: 500px) {
  .menu nav ul li {
    font-size: 14px;
  }
}

.menu nav ul li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 1.5px;
  background: #000;
  top: 50%;
  left: -24px;
}

.menu__about {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  padding: 16px;
}

.menu__about:hover {
  opacity: 0.8;
}

.menu__about:first-child {
  margin-top: 14px;
}

.menu__about p {
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  .menu__about p {
    font-size: 22px;
  }
}

.menu__about span {
  color: #6bb42d;
  font-size: 40px;
}

@media screen and (max-width: 500px) {
  .menu__about span {
    font-size: 32px;
  }
}

.menu__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  row-gap: 40px;
  padding-top: 40px;
  font-size: 18px;
}

.menu__btns_simu {
  padding: 25px 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #3a3e40;
  border-radius: 40px;
  transition: background-color 0.3s ease-in-out;
  border: 2px solid #3a3e40;
  font-weight: bold;
}

.menu__btns_simu:hover {
  background-color: #3a3e40;
  color: #fff;
}

@media screen and (max-width: 500px) {
  .menu__btns_simu {
    padding: 25px 90px;
    font-size: 16px;
  }
}

.menu__btns_contact {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 160px;
  background: #6bb42d;
  border-radius: 40px;
  color: #fff;
  font-weight: bold;
  border: 2px solid #6bb42d;
  transition: background-color 0.3s ease-in-out;
}

.menu__btns_contact:hover {
  background: #fff;
  color: #6bb42d;
}

@media screen and (max-width: 500px) {
  .menu__btns_contact {
    padding: 25px 110px;
    font-size: 16px;
  }
}

.video-bg {
  width: 100%;
  height: 90vh;
  margin-top: 90px;
  position: relative;
}

@media screen and (max-width: 599px) {
  .video-bg {
    height: 80vh;
  }
}

.video-bg__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.6);
}

.video-bg video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-bg__content {
  position: absolute;
  z-index: 2;
  bottom: 60px;
  left: 60px;
  color: #3a3e40;
  line-height: 1.4;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 900px) {
  .video-bg__content {
    bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .video-bg__content {
    left: 40px;
  }
}

@media screen and (max-width: 599px) {
  .video-bg__content {
    left: 20px;
    bottom: 40px;
  }
}

.video-bg__content p {
  font-weight: 700;
  font-size: 28px;
}

@media screen and (max-width: 900px) {
  .video-bg__content p {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .video-bg__content p {
    font-size: 20px;
  }
}

@media screen and (max-width: 599px) {
  .video-bg__content p {
    font-size: 18px;
  }
}

.video-bg__content h4 {
  font-weight: 900;
  font-size: 42px;
}

@media screen and (max-width: 900px) {
  .video-bg__content h4 {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .video-bg__content h4 {
    font-size: 32px;
  }
}

@media screen and (max-width: 599px) {
  .video-bg__content h4 {
    font-size: 28px;
  }
}

.video-bg__content h4 span {
  color: #f65252;
}

.video-bg__content h1 {
  font-weight: 900;
  color: #f65252;
  font-size: 72px;
}

@media screen and (max-width: 900px) {
  .video-bg__content h1 {
    font-size: 58px;
  }
}

@media screen and (max-width: 768px) {
  .video-bg__content h1 {
    font-size: 48px;
  }
}

@media screen and (max-width: 599px) {
  .video-bg__content h1 {
    font-size: 42px;
  }
}

.super-experience__inner {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .super-experience__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.super-experience__content {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .super-experience__content {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .super-experience__content {
    flex-direction: column;
    align-items: flex-start;
  }
}

.super-experience__content_left {
  margin-right: auto;
  color: #3a3e40;
  font-size: 48px;
  font-weight: 500;
  width: 40%;
}

@media screen and (max-width: 900px) {
  .super-experience__content_left {
    font-size: 42px;
  }
}

@media screen and (max-width: 768px) {
  .super-experience__content_left {
    margin-bottom: 20px;
    width: 90%;
    margin-left: auto;
  }
}

@media screen and (max-width: 599px) {
  .super-experience__content_left {
    font-size: 38px;
  }
}

.super-experience__content_left span {
  color: #ff0000;
  font-weight: 700;
}

.super-experience__content_right {
  width: 60%;
  color: #3a3e40;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
}

@media screen and (max-width: 900px) {
  .super-experience__content_right {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .super-experience__content_right {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 599px) {
  .super-experience__content_right {
    font-size: 14px;
  }
}

.super-feature {
  background: #f9f9f9;
}

.super-feature__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 599px) {
  .super-feature__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.super-feature__title {
  font-weight: 900;
  font-size: 36px;
  color: #3a3e40;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .super-feature__title {
    font-size: 28px;
  }
}

.super-feature__title span {
  color: #f65252;
  font-weight: 900;
}

.super-feature__items {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .super-feature__items {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .super-feature__items {
    width: 90%;
  }
}

.super-feature__item {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .super-feature__item {
    flex-direction: column;
  }
}

.super-feature__item_left {
  width: 50%;
  margin-left: 30px;
}

@media screen and (max-width: 599px) {
  .super-feature__item_left {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.super-feature__item_right {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 60px;
  color: #3a3e40;
}

@media screen and (max-width: 768px) {
  .super-feature__item_right {
    margin-left: 30px;
  }
}

@media screen and (max-width: 599px) {
  .super-feature__item_right {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.super-feature__item_right p {
  line-height: 1.6;
  font-weight: 400;
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .super-feature__item_right p {
    font-size: 16px;
  }
}

@media screen and (max-width: 599px) {
  .super-feature__item_right p {
    font-size: 14px;
  }
}

.super-feature__item_right_badge {
  background: #f65252;
  color: #fff;
  width: 80px;
  margin-bottom: 4px;
}

.super-feature__item_right_badge p {
  font-weight: 700;
  font-size: 12px;
  padding: 4px 10px;
}

@media screen and (max-width: 599px) {
  .super-feature__item_right_badge {
    font-size: 10px;
  }
}

.super-feature__item_right b {
  font-weight: 900;
  font-size: 32px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .super-feature__item_right b {
    font-size: 24px;
  }
}

@media screen and (max-width: 599px) {
  .super-feature__item_right b {
    margin-bottom: 15px;
  }
}

.super-example {
  background: #f9f3f3;
}

.super-example__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 599px) {
  .super-example__inner {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.super-example__inner h3 {
  font-weight: 900;
  color: #3a3e40;
  font-size: 36px;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 599px) {
  .super-example__inner h3 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

.super-example__cards {
  max-width: 1280px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .super-example__cards {
    flex-direction: column;
    align-items: center;
  }
}

.super-example__card {
  width: 31%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .super-example__card {
    width: 65%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .super-example__card {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  .super-example__card {
    width: 100%;
  }
}

.super-example__card_reduce {
  position: absolute;
  top: 84%;
  left: 70%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #f65252;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .super-example__card_reduce {
    top: 87%;
  }
}

@media screen and (max-width: 599px) {
  .super-example__card_reduce {
    left: 78%;
    top: 85%;
  }
}

@media screen and (max-width: 450px) {
  .super-example__card_reduce {
    top: 82%;
  }
}

.super-example__card_reduce b {
  font-size: 24px;
}

.super-example__card_reduce p {
  font-size: 16px;
}

@media screen and (max-width: 599px) {
  .super-example__card_reduce p {
    font-size: 14px;
  }
}

.super-example__card .card__img {
  width: 100%;
}

.super-example__card .card__content {
  padding: 30px 20px 40px;
  background: #fff;
  color: #3a3e40;
}

.super-example__card .card__content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.super-example__card .card__content_contact-detail {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
}

.super-example__card .card__content_contact-detail_p {
  border-bottom: 1px solid #7e8387;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.super-example__card .card__content_flow {
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.super-example__card .card__content_flow p {
  margin-bottom: 6px;
}

.super-example__card .card__content_flow b {
  font-weight: 900;
}

.super-example__card .card__content_flow .material-symbols-outlined {
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 48;
  color: #ff0000;
  transform: rotate(270deg);
  margin-bottom: 8px;
  font-size: 28px;
}

.super-flow {
  background: linear-gradient(
    185deg,
    #eeeeee 0%,
    #eeeeee 50%,
    rgba(202, 86, 86, 0.1) 50%,
    rgba(202, 86, 86, 0.1) 100%
  );
}

.super-flow__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 599px) {
  .super-flow__inner {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.super-flow__inner h3 {
  font-weight: 900;
  font-size: 36px;
  color: #3a3e40;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .super-flow__inner h3 {
    font-size: 28px;
  }
}

.super-flow__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.super-flow__items .material-symbols-outlined {
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 48;
  color: rgba(255, 0, 0, 0.3);
  font-size: 80px;
  transform: rotate(180deg);
  margin-top: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 599px) {
  .super-flow__items .material-symbols-outlined {
    font-size: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.super-flow__item {
  width: 1000px;
  height: 200px;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .super-flow__item {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .super-flow__item {
    flex-direction: column;
  }
}

.super-flow__item_left {
  width: 40%;
  height: 100%;
  padding: 10px 40px 10px 20px;
  background: #f65252;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 900;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .super-flow__item_left {
    width: 100%;
  }
}

.super-flow__item_left p {
  font-size: 18px;
  padding-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .super-flow__item_left p {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 599px) {
  .super-flow__item_left p {
    font-size: 14px;
  }
}

.super-flow__item_left b {
  font-size: 36px;
}

@media screen and (max-width: 900px) {
  .super-flow__item_left b {
    font-size: 28px;
  }
}

@media screen and (max-width: 599px) {
  .super-flow__item_left b {
    font-size: 24px;
  }
}

.super-flow__item_left .b34 {
  font-size: 28px;
}

@media screen and (max-width: 900px) {
  .super-flow__item_left .b34 {
    font-size: 24px;
  }
}

@media screen and (max-width: 599px) {
  .super-flow__item_left .b34 {
    font-size: 20px;
  }
}

.super-flow__item_left .super-step-br {
  display: none;
}

@media screen and (max-width: 1024px) {
  .super-flow__item_left .super-step-br {
    display: block;
  }
}

.super-flow__item_right {
  width: 60%;
  height: 100%;
  background: #fff;
  color: #3a3e40;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 20px;
}

@media screen and (max-width: 768px) {
  .super-flow__item_right {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .super-flow__item_right {
    font-size: 14px;
  }
}

.pbx-title {
  width: 100%;
  height: 640px;
  background-image: url(/wp-content/themes/DreamSolution/assets/image/dream-cloud-pbx/pbx-1.png);
  position: relative;
  background-position: 66%;
}

@media screen and (max-width: 1024px) {
  .pbx-title {
    background-position: 80%;
  }
}

.pbx-title__content {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translate(-50%, -50%);
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  .pbx-title__content {
    top: auto;
    bottom: -40px;
  }
}

.pbx-title__content h1 {
  font-weight: 900;
  font-size: 120px;
  color: #1e88ff;
}

@media screen and (max-width: 768px) {
  .pbx-title__content h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 599px) {
  .pbx-title__content h1 {
    font-size: 54px;
  }
}

.pbx-title__content p {
  padding-top: 40px;
  font-size: 32px;
  font-weight: 700;
  color: #3a3e40;
  display: flex;
  align-items: flex-end;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .pbx-title__content p {
    font-size: 24px;
    padding-top: 20px;
    color: #fff;
    font-weight: 500;
  }
}

@media screen and (max-width: 599px) {
  .pbx-title__content p {
    font-size: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.pbx-title__content p span {
  background: #1e88ff;
  padding: 2px 10px;
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  margin-left: 4px;
}

@media screen and (max-width: 768px) {
  .pbx-title__content p span {
    font-size: 32px;
  }
}

@media screen and (max-width: 599px) {
  .pbx-title__content p span {
    font-size: 28px;
    margin-top: 6px;
  }
}

.pbx-trial {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pbx-trial span {
  color: rgba(255, 255, 255, 0.6);
}

.pbx-function__mokuji {
  width: 70%;
  background: #fff;
  margin: 0 auto;
  outline: #0078ff solid 8px;
  padding: 40px;
}

@media screen and (max-width: 1700px) {
  .pbx-function__mokuji {
    width: 80%;
  }
}

@media screen and (max-width: 1440px) {
  .pbx-function__mokuji {
    width: 90%;
  }
}

@media screen and (max-width: 1200px) {
  .pbx-function__mokuji {
    width: 800px;
  }
}

@media screen and (max-width: 900px) {
  .pbx-function__mokuji {
    width: 700px;
    padding: 40px 32px;
  }
}

@media screen and (max-width: 768px) {
  .pbx-function__mokuji {
    width: 450px;
    padding: 40px 50px;
  }
}

@media screen and (max-width: 599px) {
  .pbx-function__mokuji {
    width: 380px;
    padding: 40px 18px;
  }
}

@media screen and (max-width: 375px) {
  .pbx-function__mokuji {
    width: 340px;
    padding: 40px 14px;
  }
}

.pbx-function__mokuji_title {
  width: 70%;
  margin: 0 auto;
  background: #1e88ff;
  border-radius: 30px;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .pbx-function__mokuji_title {
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .pbx-function__mokuji_title {
    text-align: center;
  }
}

.pbx-function__mokuji_title p {
  padding: 5px 24px;
  color: #fff;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 375px) {
  .pbx-function__mokuji_title p {
    font-size: 16px;
  }
}

.pbx-function__mokuji_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-left: 24px;
  padding-right: 24px;
}

@media screen and (max-width: 900px) {
  .pbx-function__mokuji_items {
    padding-left: 0;
    padding-right: 0;
  }
}

.pbx-function__mokuji_item {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  padding: 24px 24px 24px 24px;
  border: 2px solid #1e88ff;
  border-radius: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .pbx-function__mokuji_item {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .pbx-function__mokuji_item {
    width: 90%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 599px) {
  .pbx-function__mokuji_item {
    padding-left: 20px;
  }
}

@media screen and (max-width: 375px) {
  .pbx-function__mokuji_item {
    padding-left: 0px;
  }
}

.pbx-function__mokuji_item:hover {
  opacity: 0.8;
}

.pbx-function__mokuji_item .num-title {
  display: flex;
  align-items: center;
}

.pbx-function__mokuji_item p {
  font-size: 18px;
  font-weight: 900;
  color: #1e88ff;
}

.pbx-function__mokuji_item .num {
  background: #1e88ff;
  border-radius: 50%;
  margin-right: 10px;
  padding-bottom: 2px;
}

.pbx-function__mokuji_item .num p {
  padding: 6px;
  color: #fff;
  font-size: 18px;
}

.pbx-function__mokuji_item .num .tate {
  display: flex;
  flex-direction: column;
}

.pbx-function__mokuji_item .icon {
  height: 60px;
  margin-bottom: 20px;
}

.pbx-function__mokuji_item .icon img {
  height: 100%;
  width: auto;
}

.pbx-point__items {
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .pbx-point__items {
    max-width: 100%;
  }
}

.pbx-point__item {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 768px) {
  .pbx-point__item {
    flex-direction: column-reverse;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pbx-point__item:nth-child(2) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .pbx-point__item:nth-child(2) {
    flex-direction: column-reverse;
  }
}

.pbx-point__item_left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #3a3e40;
  padding-right: 60px;
  padding-left: 30px;
}

@media screen and (max-width: 1024px) {
  .pbx-point__item_left {
    padding-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .pbx-point__item_left {
    width: 85%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 599px) {
  .pbx-point__item_left {
    width: 100%;
  }
}

.pbx-point__item_left span {
  font-weight: 700;
  font-size: 18px;
  color: #1e88ff;
}

@media screen and (max-width: 599px) {
  .pbx-point__item_left span {
    font-size: 16px;
  }
}

.pbx-point__item_left b {
  font-weight: 900;
  font-size: 48px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1440px) {
  .pbx-point__item_left b {
    font-size: 42px;
  }
}

@media screen and (max-width: 900px) {
  .pbx-point__item_left b {
    font-size: 34px;
  }
}

@media screen and (max-width: 599px) {
  .pbx-point__item_left b {
    font-size: 32px;
  }
}

.pbx-point__item_left p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (max-width: 599px) {
  .pbx-point__item_left p {
    font-size: 16px;
  }
}

.pbx-point__item_right {
  width: 50%;
  padding-right: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .pbx-point__item_right {
    width: 85%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 599px) {
  .pbx-point__item_right {
    width: 100%;
  }
}

.pbx-merit__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 599px) {
  .pbx-merit__inner {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.pbx-merit__inner span {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #1e88ff;
  margin-bottom: 6px;
}

@media screen and (max-width: 599px) {
  .pbx-merit__inner span {
    font-size: 16px;
  }
}

.pbx-merit__inner h3 {
  text-align: center;
  font-weight: 900;
  font-size: 48px;
  color: #3a3e40;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .pbx-merit__inner h3 {
    font-size: 42px;
  }
}

@media screen and (max-width: 599px) {
  .pbx-merit__inner h3 {
    font-size: 34px;
  }
}

.pbx-merit__items {
  max-width: 1280px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .pbx-merit__items {
    flex-direction: column;
    align-items: center;
  }
}

.pbx-merit__item {
  width: 31%;
  padding: 0 10px 40px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  .pbx-merit__item {
    width: 60%;
    margin-bottom: 40px;
    padding: 30px;
  }
}

@media screen and (max-width: 599px) {
  .pbx-merit__item {
    width: 90%;
    padding: 24px;
  }
}

.pbx-merit__item_img {
  height: 250px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .pbx-merit__item_img {
    height: 200px;
  }
}

@media screen and (max-width: 900px) {
  .pbx-merit__item_img {
    height: 140px;
  }
}

@media screen and (max-width: 768px) {
  .pbx-merit__item_img {
    height: auto;
    padding: 10px 20px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 599px) {
  .pbx-merit__item_img {
    padding: 10px;
  }
}

.pbx-merit__item_img img {
  object-fit: contain;
}

.pbx-merit__item_content {
  color: #3a3e40;
}

.pbx-merit__item_content h4 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .pbx-merit__item_content h4 {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 599px) {
  .pbx-merit__item_content h4 {
    font-size: 22px;
    margin-bottom: 8px;
  }
}

.pbx-merit__item_content p {
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 599px) {
  .pbx-merit__item_content p {
    font-size: 14px;
  }
}

.right-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}

.right-title img {
  width: 24px;
  margin-right: 6px;
}

.right-title h5 {
  line-height: 1.4;
  font-size: 20px;
  font-weight: 900;
  color: #1e88ff;
}

.pbx-function {
  background: #1e88ff;
}

.pbx-function__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pbx-function__title {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.pbx-function__title p {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  .pbx-function__title p {
    font-size: 16px;
  }
}

.pbx-function__title p:last-child {
  padding-top: 20px;
}

.pbx-function__title b {
  font-weight: 900;
  font-size: 48px;
}

@media screen and (max-width: 768px) {
  .pbx-function__title b {
    font-size: 42px;
  }
}

@media screen and (max-width: 599px) {
  .pbx-function__title b {
    font-size: 34px;
  }
}

.pbx-function__items {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 40px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .pbx-function__items {
    max-width: 90%;
  }
}

.pbx-function__item {
  width: 100%;
  height: auto;
  border-radius: 30px;
  background: #fff;
}

@media screen and (max-width: 599px) {
  .pbx-function__item {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

.pbx-function__item_title {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  color: #1e88ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 599px) {
  .pbx-function__item_title {
    font-size: 18px;
  }
}

.pbx-function__item_title img {
  width: 36px;
  margin-right: 12px;
}

@media screen and (max-width: 599px) {
  .pbx-function__item_title img {
    width: 24px;
    margin-right: 8px;
  }
}

.pbx-function__item .item1__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 60px 20px;
}

@media screen and (max-width: 768px) {
  .pbx-function__item .item1__flex {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 599px) {
  .pbx-function__item .item1__flex {
    padding: 40px 40px;
  }
}

.pbx-function__item .item1__flex:last-child {
  flex-direction: row-reverse;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .pbx-function__item .item1__flex:last-child {
    flex-direction: column-reverse;
  }
}

.pbx-function__item .item1__flex:last-child .item1__flex_right {
  width: 43%;
  padding-left: 0;
  padding-right: 40px;
}

@media screen and (max-width: 768px) {
  .pbx-function__item .item1__flex:last-child .item1__flex_right {
    width: 100%;
  }
}

.pbx-function__item .item1__flex_left {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .pbx-function__item .item1__flex_left {
    width: 100%;
    margin-top: 40px;
  }
}

.pbx-function__item .item1__flex_right {
  width: 55%;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .pbx-function__item .item1__flex_right {
    width: 100%;
    padding-left: 0;
  }
}

.pbx-function__item .item1__flex_right h5 {
  color: #1e88ff;
  font-weight: 900;
  font-size: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.pbx-function__item .item1__flex_right_content {
  line-height: 1.4;
  font-weight: 400;
  color: #333;
  font-size: 16px;
  letter-spacing: 1.1px;
  font-family: "Lato";
}

@media screen and (max-width: 599px) {
  .pbx-function__item .item1__flex_right_content {
    font-size: 14px;
  }
}

.pbx-function__item .item1__flex_right .bg-01 {
  z-index: 1;
  position: relative;
  font-family: "Noto Sans JP";
}

.pbx-function__item .item1__flex_right .bg-01::after {
  z-index: -1;
  content: "01";
  font-size: 80px;
  font-weight: 900;
  color: rgba(221, 221, 221, 0.5);
  position: absolute;
  top: -32px;
  right: 32px;
}

.pbx-function__item .item2-flex {
  padding: 40px;
  display: flex;
  align-items: start;
}

@media screen and (max-width: 900px) {
  .pbx-function__item .item2-flex {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 768px) {
  .pbx-function__item .item2-flex {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 599px) {
  .pbx-function__item .item2-flex {
    padding: 40px 30px 20px 30px;
  }
}

.pbx-function__item .item2-flex__left {
  width: 40%;
}

@media screen and (max-width: 900px) {
  .pbx-function__item .item2-flex__left {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .pbx-function__item .item2-flex__left {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  .pbx-function__item .item2-flex__left {
    width: 100%;
  }
}

.pbx-function__item .item2-flex__right {
  width: 50%;
  color: #333;
}

@media screen and (max-width: 768px) {
  .pbx-function__item .item2-flex__right {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  .pbx-function__item .item2-flex__right {
    width: 100%;
  }
}

.pbx-function__item .item2-flex__right02 {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .pbx-function__item .item2-flex__right02 {
    flex-direction: column;
    align-items: flex-start;
  }
}

.pbx-function__item .item2-flex__right02_left {
  width: 45%;
}

@media screen and (max-width: 1024px) {
  .pbx-function__item .item2-flex__right02_left {
    width: 50%;
    margin-left: 40px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 900px) {
  .pbx-function__item .item2-flex__right02_left {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .pbx-function__item .item2-flex__right02_left {
    width: 60%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 599px) {
  .pbx-function__item .item2-flex__right02_left {
    width: 60%;
  }
}

.pbx-function__item .item2-flex__right02_right {
  padding-left: 40px;
  width: 55%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 900px) {
  .pbx-function__item .item2-flex__right02_right {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .pbx-function__item .item2-flex__right02_right {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 599px) {
  .pbx-function__item .item2-flex__right02_right {
    width: 65%;
  }
}

.pbx-function__item .item2-flex__right02_right::after {
  z-index: -1;
  content: "02";
  font-size: 80px;
  font-weight: 900;
  color: rgba(221, 221, 221, 0.5);
  position: absolute;
  top: -32px;
  right: 4px;
}

@media screen and (max-width: 768px) {
  .pbx-function__item .item2-flex__right02_right::after {
    top: 0;
  }
}

.pbx-function__item .item2-flex__right02_right ul {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1.1px;
}

@media screen and (max-width: 599px) {
  .pbx-function__item .item2-flex__right02_right ul {
    font-size: 14px;
  }
}

.pbx-function__item .item2-flex__right03 {
  width: 80%;
  margin: 0 auto;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 599px) {
  .pbx-function__item .item2-flex__right03 {
    font-size: 14px;
  }
}

.pbx-function__item .item2-flex__right03::after {
  z-index: -1;
  content: "03";
  font-size: 80px;
  font-weight: 900;
  color: rgba(221, 221, 221, 0.5);
  position: absolute;
  top: 8px;
  right: 4px;
}

@media screen and (max-width: 768px) {
  .pbx-function__item .item2-flex__right03::after {
    top: 46px;
  }
}

.pbx-function__item .item2-flex__right04 {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
}

.pbx-function__item .item2-flex__right04_left {
  width: 15%;
  margin-left: 40px;
}

.pbx-function__item .item2-flex__right04_right {
  width: 100%;
  padding-left: 50px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 900px) {
  .pbx-function__item .item2-flex__right04_right {
    padding-left: 0;
  }
}

@media screen and (max-width: 599px) {
  .pbx-function__item .item2-flex__right04_right {
    font-size: 14px;
  }
}

.pbx-function__item .item2-flex__right04_right::after {
  z-index: -1;
  content: "04";
  font-size: 80px;
  font-weight: 900;
  color: rgba(221, 221, 221, 0.5);
  position: absolute;
  top: -16px;
  right: 4px;
}

@media screen and (max-width: 768px) {
  .pbx-function__item .item2-flex__right04_right::after {
    top: 0;
  }
}

.pbx-function__item .item3-content {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .pbx-function__item .item3-content {
    width: 90%;
  }
}

.pbx-function__item .item3-content p {
  padding: 40px;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .pbx-function__item .item3-content p {
    padding: 10px 40px 40px 40px;
  }
}

@media screen and (max-width: 599px) {
  .pbx-function__item .item3-content p {
    font-size: 14px;
    padding: 10px 20px 40px;
  }
}

.pbx-function__item .item3-content p::after {
  z-index: -1;
  content: "05";
  font-size: 80px;
  font-weight: 900;
  color: rgba(221, 221, 221, 0.5);
  position: absolute;
  top: 0px;
  right: 16px;
}

.pbx-function__item .item3-content__image {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
}

@media screen and (max-width: 599px) {
  .pbx-function__item .item3-content__image {
    padding-bottom: 40px;
  }
}

.pbx-function__item .item4-p {
  font-size: 20px;
  font-weight: 900;
  color: #1e88ff;
  padding: 20px 0;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .pbx-function__item .item4-p {
    font-size: 18px;
    padding: 10px 0 20px;
  }
}

.pbx-function__item .item4-content {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 48px;
  line-height: 1.4;
  font-weight: 400;
  position: relative;
  z-index: 1;
  color: #333;
}

@media screen and (max-width: 768px) {
  .pbx-function__item .item4-content {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  .pbx-function__item .item4-content {
    width: 90%;
    font-size: 14px;
    padding-bottom: 40px;
  }
}

.pbx-function__item .item4-content::after {
  z-index: -1;
  content: "06";
  font-size: 80px;
  font-weight: 900;
  color: rgba(221, 221, 221, 0.5);
  position: absolute;
  top: -32px;
  right: 16px;
}

.pbx-function__item .item5-p {
  width: 50%;
  margin: 0 auto;
  padding-bottom: 40px;
  font-weight: 400;
  color: #333;
  position: relative;
  z-index: 1;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .pbx-function__item .item5-p {
    width: 60%;
  }
}

@media screen and (max-width: 599px) {
  .pbx-function__item .item5-p {
    width: 80%;
    font-size: 14px;
    text-align: left;
    padding-bottom: 30px;
  }
}

.pbx-function__item .item5-p::after {
  z-index: -1;
  content: "07";
  font-size: 80px;
  font-weight: 900;
  color: rgba(221, 221, 221, 0.5);
  position: absolute;
  top: -32px;
  right: 16px;
}

.pbx-function__item .item6-p {
  width: 70%;
  margin: 0 auto;
  color: #333;
  line-height: 1.4;
  font-weight: 400;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 900px) {
  .pbx-function__item .item6-p {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  .pbx-function__item .item6-p {
    width: 85%;
    font-size: 14px;
    padding-bottom: 30px;
  }
}

.pbx-function__item .item6-p::after {
  z-index: -1;
  content: "08";
  font-size: 80px;
  font-weight: 900;
  color: rgba(221, 221, 221, 0.5);
  position: absolute;
  top: -32px;
  right: 16px;
}

.pbx-function__item .item6-h6 {
  text-align: left;
}

.pbx-function__item .item7-p {
  width: 70%;
  margin: 0 auto;
  color: #333;
  line-height: 1.4;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 900px) {
  .pbx-function__item .item7-p {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  .pbx-function__item .item7-p {
    width: 85%;
    font-size: 14px;
    padding-bottom: 30px;
    padding-top: 0;
  }
}

.pbx-function__item .item7-p::after {
  z-index: -1;
  content: "09";
  font-size: 80px;
  font-weight: 900;
  color: rgba(221, 221, 221, 0.5);
  position: absolute;
  top: -32px;
  right: 16px;
}

.pbx-function__item .item7-img {
  padding: 0 40px 60px;
  width: 100%;
}

@media screen and (max-width: 599px) {
  .pbx-function__item .item7-img {
    padding: 0 20px 30px;
  }
}

.pbx-function__item .item8-content {
  width: 75%;
  margin: 0 auto;
  padding-bottom: 40px;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .pbx-function__item .item8-content {
    width: 92%;
    font-size: 16px;
  }
}

@media screen and (max-width: 599px) {
  .pbx-function__item .item8-content {
    width: 90%;
    font-size: 14px;
  }
}

.pbx-function__item .item8-content p {
  display: flex;
  align-items: center;
}

.pbx-function__item .item8-content ul {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pbx-function__item .item8-content ul li {
  position: relative;
  z-index: 1;
}

.pbx-function__item .item8-content ul li:first-of-type {
  display: flex;
}

@media screen and (max-width: 599px) {
  .pbx-function__item .item8-content ul li:first-of-type {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .pbx-function__item .item8-content ul {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 599px) {
  .pbx-function__item .item8-content .item8-span {
    display: flex;
    width: 100%;
  }
}

.pbx-function__item .item8-content span {
  padding-left: 36px;
}

@media screen and (max-width: 599px) {
  .pbx-function__item .item8-content span {
    padding-left: 10px;
  }
}

.pbx-function__item .item8-content .bg-10 {
  position: relative;
  z-index: 0;
}

.pbx-function__item .item8-content .bg-10::after {
  z-index: -1;
  content: "10";
  font-size: 80px;
  font-weight: 900;
  color: rgba(221, 221, 221, 0.5);
  position: absolute;
  top: -32px;
  right: -16px;
}

.pbx-function__item .item8-content .material-symbols-outlined {
  padding-left: 0;
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 48;
}

.pbx-function__item .item8-content .option {
  text-align: right;
  font-size: 12px;
  padding-top: 10px;
}

.pbx-function__item .item8-content .option p {
  display: inline-block;
}

.pbx-function__item .item9__content {
  width: 100%;
  display: flex;
  column-gap: 20px;
  padding-left: 64px;
  padding-right: 64px;
  padding-bottom: 40px;
}

@media screen and (max-width: 900px) {
  .pbx-function__item .item9__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .pbx-function__item .item9__content {
    flex-direction: column;
  }
}

@media screen and (max-width: 599px) {
  .pbx-function__item .item9__content {
    font-size: 14px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.pbx-function__item .item9__content .bg-11 {
  position: relative;
  z-index: 1;
}

.pbx-function__item .item9__content .bg-11::after {
  z-index: -1;
  content: "11";
  font-size: 80px;
  font-weight: 900;
  color: rgba(221, 221, 221, 0.5);
  position: absolute;
  top: -32px;
  right: -16px;
}

.pbx-function__item .item9__content .bg-12 {
  position: relative;
  z-index: 1;
}

.pbx-function__item .item9__content .bg-12::after {
  z-index: -1;
  content: "12";
  font-size: 80px;
  font-weight: 900;
  color: rgba(221, 221, 221, 0.5);
  position: absolute;
  top: -32px;
  right: -16px;
}

.pbx-function__item .item9__content_item {
  width: 50%;
  color: #333;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 768px) {
  .pbx-function__item .item9__content_item {
    width: 100%;
  }
}

.pbx-function__item .item9__content_item_img {
  margin-top: 20px;
  margin-bottom: 60px;
}

.pbx-function__item .item9__content_item .option {
  text-align: right;
  padding-top: 16px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .pbx-function__item .item9__content_item .option {
    padding-top: 0;
  }
}

.pbx-function__item .item9__content_item .option p {
  display: inline-block;
}

.pbx-price {
  background: #eeeeee;
}

.pbx-price__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 599px) {
  .pbx-price__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pbx-price__title {
  text-align: center;
  padding-bottom: 40px;
}

.pbx-price__title p {
  font-size: 18px;
  font-weight: 700;
  color: #1e88ff;
}

@media screen and (max-width: 599px) {
  .pbx-price__title p {
    font-size: 16px;
  }
}

.pbx-price__title b {
  font-size: 48px;
  font-weight: 900;
  color: #3a3e40;
}

@media screen and (max-width: 768px) {
  .pbx-price__title b {
    font-size: 42px;
  }
}

@media screen and (max-width: 599px) {
  .pbx-price__title b {
    font-size: 34px;
  }
}

.pbx-price__content {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .pbx-price__content {
    width: 75%;
  }
}

@media screen and (max-width: 1024px) {
  .pbx-price__content {
    width: 85%;
  }
}

@media screen and (max-width: 599px) {
  .pbx-price__content {
    width: 90%;
  }
}

.pbx-price__content_title {
  background: #1e88ff;
  color: #fff;
  padding: 16px 0;
  line-height: 1.4;
}

.pbx-price__content_title h5 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 599px) {
  .pbx-price__content_title h5 {
    font-size: 18px;
  }
}

.pbx-price__content_title p {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 599px) {
  .pbx-price__content_title p {
    font-size: 12px;
  }
}

.pbx-price__content_item {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 26px 60px;
  background: #fff;
  font-size: 18px;
}

@media screen and (max-width: 1440px) {
  .pbx-price__content_item {
    padding: 25px 40px;
  }
}

@media screen and (max-width: 768px) {
  .pbx-price__content_item {
    flex-direction: column;
  }
}

@media screen and (max-width: 599px) {
  .pbx-price__content_item {
    padding: 20px 20px;
  }
}

.pbx-price__content_item_left {
  width: 50%;
  color: #3a3e40;
  line-height: 1.4;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .pbx-price__content_item_left {
    width: 80%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 599px) {
  .pbx-price__content_item_left {
    width: 90%;
  }
}

.pbx-price__content_item_left b {
  font-weight: 700;
  font-size: 16px;
}

@media screen and (max-width: 599px) {
  .pbx-price__content_item_left b {
    font-size: 14px;
  }
}

.pbx-price__content_item_left p {
  font-size: 12px;
  font-weight: 400;
}

@media screen and (max-width: 599px) {
  .pbx-price__content_item_left p {
    font-size: 10px;
  }
}

.pbx-price__content_item_right {
  width: 50%;
  color: #1e88ff;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .pbx-price__content_item_right {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  .pbx-price__content_item_right {
    width: 90%;
    font-size: 16px;
  }
}

.pbx-price__content_item_right b {
  font-weight: 700;
}

.pbx-price__content .kakin {
  background: #fff;
}

.pbx-price__content .kakin p {
  text-align: center;
  color: #3a3e40;
  font-size: 16px;
  font-weight: 700;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  padding: 24px;
}

.pbx-price__content .basic-function__p {
  background: #f6f6f6;
  color: #3a3e40;
  font-weight: 700;
  font-size: 14px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 14px;
}

.pbx-price__content .basic-function__content {
  background: #fff;
  padding: 20px;
  line-height: 1.8;
  font-weight: 700;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .pbx-price__content .basic-function__content {
    font-size: 16px;
  }
}

.pbx-price__content .basic-function__content ul {
  color: #3a3e40;
  width: 55%;
  text-align: left;
  margin: 0 auto;
  padding-left: 40px;
}

@media screen and (max-width: 1700px) {
  .pbx-price__content .basic-function__content ul {
    width: 70%;
  }
}

@media screen and (max-width: 1440px) {
  .pbx-price__content .basic-function__content ul {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .pbx-price__content .basic-function__content ul {
    width: 90%;
    padding-left: 0;
  }
}

@media screen and (max-width: 599px) {
  .pbx-price__content .basic-function__content ul {
    width: 100%;
    font-size: 14px;
  }
}

.pbx-price__content .option-function {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 26px 60px;
  font-size: 18px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .pbx-price__content .option-function {
    flex-direction: column;
  }
}

@media screen and (max-width: 599px) {
  .pbx-price__content .option-function {
    padding: 20px 20px;
  }
}

.pbx-price__content .option-function__left {
  width: 50%;
  color: #3a3e40;
  line-height: 1.4;
  padding-left: 40px;
  font-weight: 700;
}

@media screen and (max-width: 1440px) {
  .pbx-price__content .option-function__left {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .pbx-price__content .option-function__left {
    width: 80%;
    margin-bottom: 10px;
    font-size: 16px;
  }
}

@media screen and (max-width: 599px) {
  .pbx-price__content .option-function__left {
    width: 90%;
    font-size: 14px;
  }
}

.pbx-price__content .option-function__right {
  width: 50%;
  color: #1e88ff;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .pbx-price__content .option-function__right {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  .pbx-price__content .option-function__right {
    width: 90%;
    font-size: 16px;
  }
}

.pbx-price__content .option-function__right b {
  font-weight: 700;
}

.pbx-faq {
  background: #fff;
}

.pbx-faq__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 599px) {
  .pbx-faq__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pbx-faq__title {
  text-align: center;
  padding-bottom: 40px;
}

.pbx-faq__title p {
  font-size: 18px;
  font-weight: 700;
  color: #1e88ff;
}

@media screen and (max-width: 599px) {
  .pbx-faq__title p {
    font-size: 16px;
  }
}

.pbx-faq__title b {
  font-size: 48px;
  font-weight: 900;
  color: #3a3e40;
}

@media screen and (max-width: 768px) {
  .pbx-faq__title b {
    font-size: 42px;
  }
}

@media screen and (max-width: 599px) {
  .pbx-faq__title b {
    font-size: 34px;
  }
}

.pbx-faq__content {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .pbx-faq__content {
    width: 75%;
  }
}

@media screen and (max-width: 768px) {
  .pbx-faq__content {
    width: 85%;
  }
}

@media screen and (max-width: 599px) {
  .pbx-faq__content {
    width: 90%;
  }
}

.pbx-faq__content .border-dotted {
  border-top: 1px dashed #7e8387;
  border-style: dashed;
}

.pbx-faq__content_item {
  border-bottom: 1px dashed #7e8387;
  border-style: dashed;
  color: #3a3e40;
}

.pbx-faq__content_item b {
  font-weight: 700;
  font-size: 24px;
  display: block;
  padding-top: 40px;
  padding-left: 70px;
  position: relative;
}

@media screen and (max-width: 599px) {
  .pbx-faq__content_item b {
    font-size: 18px;
    padding-left: 40px;
  }
}

.pbx-faq__content_item b::after {
  content: "Q";
  color: #1e88ff;
  font-size: 36px;
  font-weight: 900;
  position: absolute;
  top: 26px;
  left: 0;
}

@media screen and (max-width: 599px) {
  .pbx-faq__content_item b::after {
    font-size: 32px;
    top: 30px;
  }
}

.pbx-faq__content_item_p {
  padding: 20px 0 40px 70px;
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (max-width: 599px) {
  .pbx-faq__content_item_p {
    padding: 20px 0 40px 40px;
    font-size: 14px;
  }
}

.pbx-form {
  background: #1e88ff;
  padding-top: 140px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .pbx-form {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 599px) {
  .pbx-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pbx-form__inner {
  padding: 80px 40px;
  background: #fff;
  width: 80%;
  margin: 0 auto;
  border-radius: 30px;
}

@media screen and (max-width: 599px) {
  .pbx-form__inner {
    width: 90%;
    padding: 40px 20px;
  }
}

.pbx-form__title {
  text-align: center;
  line-height: 1.6;
  font-size: 32px;
  color: #3a3e40;
}

@media screen and (max-width: 768px) {
  .pbx-form__title {
    font-size: 28px;
  }
}

.pbx-form__title b {
  font-weight: 900;
}

.pbx-form__card {
  width: 400px;
  margin: 0 auto;
  background: #f9f9f9;
  margin-top: 40px;
  border-radius: 30px;
}

@media screen and (max-width: 599px) {
  .pbx-form__card {
    width: 100%;
    margin-top: 24px;
  }
}

.pbx-form__card_inner {
  padding: 40px 40px 20px 40px;
  text-align: center;
}

.pbx-form__card_inner p {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #3a3e40;
}

.pbx-form__card_inner .tel {
  font-size: 48px;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  .pbx-form__card_inner .tel {
    font-size: 32px;
  }
}

@media screen and (max-width: 375px) {
  .pbx-form__card_inner .tel {
    font-size: 28px;
  }
}

.pbx-form__content {
  margin: 0 auto;
  width: 75%;
  margin-top: 70px;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

@media screen and (max-width: 768px) {
  .pbx-form__content {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  .pbx-form__content {
    width: 90%;
    margin-top: 40px;
    font-size: 14px;
  }
}

.pbx-form__wrapper {
  width: 60%;
  margin: 0 auto;
  margin-top: 60px;
}

@media screen and (max-width: 599px) {
  .pbx-form__wrapper {
    width: 90%;
    margin-top: 40px;
  }
}

.pbx-form__wrapper label {
  font-weight: bold;
  color: #3a3e40;
}

@media screen and (max-width: 599px) {
  .pbx-form__wrapper label {
    font-size: 14px;
  }
}

.pbx-form__wrapper .required {
  color: red;
}

.pbx-form__wrapper input {
  padding: 10px 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-weight: 400;
  width: 100%;
  height: 50px;
  border: 2px solid #000;
}

.pbx-form__wrapper input::placeholder {
  color: #777777;
}

.pbx-form__wrapper input:focus {
  border: #1e88ff 1px solid;
}

.pbx-form__wrapper textarea {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-weight: 400;
  width: 100%;
  height: 160px;
  border: 2px solid #000;
}

.pbx-form__wrapper textarea::placeholder {
  color: #777777;
}

.pbx-form__wrapper .border {
  border-top: 1px solid #b0b0b0;
  margin-bottom: 20px;
}

.pbx-form__wrapper .radio-first {
  padding-top: 16px;
}

.pbx-form__wrapper .radio-other {
  padding-bottom: 16px;
}

.pbx-form__wrapper .wpcf7-radio {
  display: block;
  margin-left: 16px;
}

.pbx-form__wrapper .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}

.pbx-form__wrapper .wpcf7-radio .wpcf7-list-item label {
  margin: 0;
  margin-right: auto;
  font-size: 14px;
  font-family: "Lato";
  font-weight: normal;
  color: #3a3e40;
}

.pbx-form__wrapper input[type="radio"] {
  margin-right: 10px;
  width: 15px;
  height: 15px;
}

.pbx-form__wrapper .submit {
  position: relative;
  margin: 0 auto;
  margin-top: 24px;
  width: 210px;
}

@media screen and (max-width: 599px) {
  .pbx-form__wrapper .submit {
    margin-top: 0;
  }
}

.pbx-form__wrapper .submit:hover {
  opacity: 0.9;
}

.pbx-form__wrapper .submit:hover .arrow {
  transform: translateX(5px);
}

.pbx-form__wrapper .submit .arrow {
  transition: transform 0.2s ease-in-out;
  position: absolute;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  top: 2px;
  right: 30px;
  cursor: pointer;
}

.pbx-form__wrapper .use {
  width: 50%;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding-top: 24px;
  padding-bottom: 20px;
}

.pbx-form__wrapper .use__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 16px;
}

.pbx-form__wrapper .use__item p {
  color: #3a3e40;
  font-family: "Lato";
  font-size: 16px;
  width: 75px;
}

@media screen and (max-width: 599px) {
  .pbx-form__wrapper .use__item p {
    width: 50px;
  }
}

.pbx-form__wrapper .use__item input {
  margin: 0;
  width: 350px;
  margin-left: auto;
}

@media screen and (max-width: 900px) {
  .pbx-form__wrapper .use__item input {
    width: 250px;
  }
}

@media screen and (max-width: 599px) {
  .pbx-form__wrapper .use__item input {
    width: 160px;
  }
}

.pbx-form__wrapper input[type="submit"] {
  font-size: 14px;
  color: #fff;
  background: #1e88ff;
  border-radius: 30px;
  padding: 20px 20px 35px 40px;
  border: none;
}

.pbx-form__wrapper .wpcf7-list-item {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.pbx-form__wrapper .wpcf7-list-item .checkbox {
  width: 15px;
  margin-right: 15px;
}

.pbx-form__wrapper .wpcf7-list-item label {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3a3e40;
}

.pbx-form__wrapper .wpcf7-list-item .wpcf7-list-item-label {
  padding-bottom: 12px;
  font-weight: 500;
  font-size: 15px;
}

.pbx-form__wrapper .wpcf7-list-item .wpcf7-list-item-label a {
  color: #1e88ff;
  border-bottom: 1px solid #1e88ff;
}

.pbx-form__wrapper .wpcf7-list-item .wpcf7-list-item-label a:hover {
  opacity: 0.8;
}

.next-sec-title {
  text-align: center;
  position: relative;
  padding-bottom: 60px;
}

@media screen and (max-width: 599px) {
  .next-sec-title {
    padding-bottom: 40px;
  }
}

.next-sec-title__content {
  display: flex;
  flex-direction: column;
  z-index: 10;
  position: relative;
}

.next-sec-title__content p {
  font-size: 18px;
  color: #6bb42d;
  font-weight: 900;
  letter-spacing: 11px;
}

@media screen and (max-width: 768px) {
  .next-sec-title__content p {
    font-size: 16px;
  }
}

@media screen and (max-width: 599px) {
  .next-sec-title__content p {
    font-size: 12px;
  }
}

.next-sec-title__content h2 {
  font-weight: 900;
  font-size: 48px;
  color: #3a3e40;
}

@media screen and (max-width: 768px) {
  .next-sec-title__content h2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 599px) {
  .next-sec-title__content h2 {
    font-size: 32px;
  }
}

.next-sec-title__img {
  z-index: 1;
  position: absolute;
  top: -50px;
  right: 32%;
  width: 200px;
}

@media screen and (max-width: 768px) {
  .next-sec-title__img {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 599px) {
  .next-sec-title__img {
    width: 150px;
  }
}

.next-mainbg {
  width: 100%;
}

.next-mainbg .next-main-pc {
  display: block;
}

@media screen and (max-width: 1024px) {
  .next-mainbg .next-main-pc {
    margin-top: 40px;
  }
}

@media screen and (max-width: 599px) {
  .next-mainbg .next-main-pc {
    display: none;
  }
}

.next-mainbg .next-main-sp {
  display: none;
}

@media screen and (max-width: 599px) {
  .next-mainbg .next-main-sp {
    display: block;
  }
}

.next-step__inner {
  padding: 60px 40px;
}

.next-step__item {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .next-step__item {
    flex-direction: column;
  }
}

.next-step__item_left {
  width: 45%;
  height: 100%;
  background: #f9f9f9;
  border-radius: 30px;
}

@media screen and (max-width: 1024px) {
  .next-step__item_left {
    width: 540px;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 768px) {
  .next-step__item_left {
    width: 85%;
  }
}

@media screen and (max-width: 599px) {
  .next-step__item_left {
    width: 100%;
  }
}

.next-step__item_left_inner {
  padding: 60px;
}

@media screen and (max-width: 1024px) {
  .next-step__item_left_inner {
    padding: 40px 60px;
  }
}

@media screen and (max-width: 599px) {
  .next-step__item_left_inner {
    padding: 28px 20px;
  }
}

.next-step__item_left_title {
  text-align: center;
  padding-bottom: 36px;
}

@media screen and (max-width: 599px) {
  .next-step__item_left_title {
    padding-bottom: 24px;
  }
}

.next-step__item_left_title h3 {
  display: inline;
  font-size: 36px;
  font-weight: 900;
  color: #3a3e40;
  background: linear-gradient(transparent 50%, rgb(255, 238, 0) 50%);
}

@media screen and (max-width: 599px) {
  .next-step__item_left_title h3 {
    font-size: 24px;
  }
}

.next-step__item_left_content {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
}

.next-step__item_left_content .num {
  background: #6bb42d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
}

.next-step__item_left_content .num p {
  padding: 4px 12px;
  color: #fff;
  font-weight: 900;
  font-size: 24px;
}

@media screen and (max-width: 599px) {
  .next-step__item_left_content .num p {
    padding: 4px 10px 5px 10px;
    font-size: 18px;
  }
}

.next-step__item_left_content .step-p {
  font-weight: 900;
  font-size: 28px;
  color: #6bb42d;
}

@media screen and (max-width: 1440px) {
  .next-step__item_left_content .step-p {
    font-size: 24px;
  }
}

@media screen and (max-width: 599px) {
  .next-step__item_left_content .step-p {
    font-size: 18px;
  }
}

.next-step__item_right {
  width: 45%;
}

@media screen and (max-width: 1024px) {
  .next-step__item_right {
    width: 540px;
  }
}

@media screen and (max-width: 768px) {
  .next-step__item_right {
    width: 85%;
  }
}

@media screen and (max-width: 599px) {
  .next-step__item_right {
    width: 100%;
  }
}

.next-step__item_right video {
  width: 100%;
  object-fit: cover;
}

.next-analysis {
  background: #f9f9f9;
}

.next-analysis__inner {
  padding: 80px 0;
}

@media screen and (max-width: 599px) {
  .next-analysis__inner {
    padding: 40px 0;
  }
}

.next-analysis__content {
  max-width: 1440px;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
}

@media screen and (max-width: 1700px) {
  .next-analysis__content {
    max-width: 90%;
  }
}

.next-analysis__content_inner {
  padding: 60px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .next-analysis__content_inner {
    flex-direction: column;
  }
}

@media screen and (max-width: 599px) {
  .next-analysis__content_inner {
    padding: 40px 20px 10px 20px;
  }
}

.next-analysis__content_item {
  width: 45%;
  padding: 0 10px 40px;
}

@media screen and (max-width: 768px) {
  .next-analysis__content_item {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 599px) {
  .next-analysis__content_item {
    width: 100%;
  }
}

.next-analysis__content_item .img {
  border: #6bb42d 1px solid;
  border-radius: 20px;
  height: 380px;
  overflow: hidden;
}

@media screen and (max-width: 1440px) {
  .next-analysis__content_item .img {
    height: 280px;
  }
}

@media screen and (max-width: 1024px) {
  .next-analysis__content_item .img {
    height: 200px;
  }
}

@media screen and (max-width: 599px) {
  .next-analysis__content_item .img {
    height: 160px;
  }
}

.next-analysis__content_item h4 {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #419438;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .next-analysis__content_item h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 599px) {
  .next-analysis__content_item h4 {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}

.next-analysis__content_item p {
  line-height: 1.6;
  font-weight: 400;
  color: #3a3e40;
}

@media screen and (max-width: 599px) {
  .next-analysis__content_item p {
    font-size: 14px;
  }
}

.next-outbound {
  background: #eeeeee;
}

.next-outbound__inner {
  padding: 80px 0px;
}

@media screen and (max-width: 599px) {
  .next-outbound__inner {
    padding: 40px 0px;
  }
}

.next-outbound__item {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 60px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .next-outbound__item {
    max-width: 85%;
  }
}

@media screen and (max-width: 768px) {
  .next-outbound__item {
    padding: 40px 60px;
  }
}

@media screen and (max-width: 599px) {
  .next-outbound__item {
    padding: 40px 28px;
    max-width: 90%;
  }
}

.next-outbound__item h4 {
  font-size: 36px;
  font-weight: 900;
  color: #419438;
  padding-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .next-outbound__item h4 {
    font-size: 24px;
  }
}

.next-outbound__item p {
  font-family: "Lato";
  font-weight: 400;
  color: #333;
  padding-bottom: 20px;
  letter-spacing: 1.3px;
  line-height: 1.4;
}

@media screen and (max-width: 599px) {
  .next-outbound__item p {
    font-size: 14px;
  }
}

.next-outbound__item_video {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .next-outbound__item_video {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  .next-outbound__item_video {
    width: 100%;
  }
}

.next-outbound__item_video video {
  width: 100%;
  object-fit: cover;
}

.next-management {
  background: #f4f4f4;
}

.next-management__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 599px) {
  .next-management__inner {
    padding-bottom: 40px;
  }
}

.next-management__item {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 60px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .next-management__item {
    max-width: 85%;
  }
}

@media screen and (max-width: 768px) {
  .next-management__item {
    padding: 40px 60px;
  }
}

@media screen and (max-width: 599px) {
  .next-management__item {
    padding: 40px 28px;
    max-width: 90%;
  }
}

.next-management__item h4 {
  font-size: 36px;
  font-weight: 900;
  color: #419438;
  padding-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .next-management__item h4 {
    font-size: 24px;
  }
}

.next-management__item p {
  font-family: "Lato";
  font-weight: 400;
  color: #333;
  padding-bottom: 20px;
  letter-spacing: 1.3px;
  line-height: 1.4;
}

@media screen and (max-width: 599px) {
  .next-management__item p {
    font-size: 14px;
  }
}

.next-management__item_video {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .next-management__item_video {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  .next-management__item_video {
    width: 100%;
  }
}

.next-management__item_video video {
  width: 100%;
  object-fit: cover;
}

.next-management .others {
  padding-bottom: 80px;
}

.next-management .others__content {
  width: 600px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Lato";
  color: #333;
}

@media screen and (max-width: 768px) {
  .next-management .others__content {
    width: fit-content;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }
}

@media screen and (max-width: 599px) {
  .next-management .others__content {
    font-size: 14px;
  }
}

.next-faq {
  background: #fff;
}

.next-faq__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

.next-faq__title {
  text-align: center;
  padding-bottom: 40px;
}

.next-faq__title p {
  font-size: 18px;
  font-weight: 700;
  color: #419438;
  letter-spacing: 11px;
}

@media screen and (max-width: 768px) {
  .next-faq__title p {
    font-size: 16px;
  }
}

@media screen and (max-width: 599px) {
  .next-faq__title p {
    font-size: 12px;
  }
}

.next-faq__title b {
  font-size: 48px;
  font-weight: 900;
  color: #3a3e40;
}

@media screen and (max-width: 768px) {
  .next-faq__title b {
    font-size: 42px;
  }
}

@media screen and (max-width: 599px) {
  .next-faq__title b {
    font-size: 32px;
  }
}

.next-faq__content {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .next-faq__content {
    width: 75%;
  }
}

@media screen and (max-width: 768px) {
  .next-faq__content {
    width: 85%;
  }
}

@media screen and (max-width: 599px) {
  .next-faq__content {
    width: 90%;
  }
}

.next-faq__content .border-dotted {
  border-top: 1px dashed #7e8387;
  border-style: dashed;
}

.next-faq__content_item {
  border-bottom: 1px dashed #7e8387;
  border-style: dashed;
  color: #3a3e40;
}

.next-faq__content_item b {
  font-weight: 700;
  font-size: 24px;
  display: block;
  padding-top: 40px;
  padding-left: 70px;
  position: relative;
}

@media screen and (max-width: 599px) {
  .next-faq__content_item b {
    font-size: 18px;
    padding-left: 40px;
  }
}

.next-faq__content_item b::after {
  content: "Q";
  color: #419438;
  font-size: 36px;
  font-weight: 900;
  position: absolute;
  top: 26px;
  left: 0;
}

@media screen and (max-width: 599px) {
  .next-faq__content_item b::after {
    font-size: 32px;
    top: 30px;
  }
}

.next-faq__content_item_p {
  padding: 20px 0 40px 70px;
  font-weight: 400;
  line-height: 1.2;
  word-wrap: break-word;
}

@media screen and (max-width: 599px) {
  .next-faq__content_item_p {
    padding: 20px 0 40px 40px;
    font-size: 14px;
  }
}

.next-faq__content_item_p .item_p_bold {
  font-weight: 700;
  padding-top: 12px;
}

.next-form {
  background: #419438;
  padding-top: 140px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .next-form {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 599px) {
  .next-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.next-form__inner {
  width: 80%;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  padding: 80px 40px;
}

@media screen and (max-width: 599px) {
  .next-form__inner {
    width: 90%;
    padding: 40px 20px;
  }
}

.next-form__title {
  text-align: center;
  line-height: 1.2;
  padding-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .next-form__title {
    padding-bottom: 20px;
  }
}

.next-form__title h4 {
  color: #419438;
  font-weight: 900;
  font-size: 48px;
}

@media screen and (max-width: 599px) {
  .next-form__title h4 {
    font-size: 38px;
  }
}

.next-form__title b {
  letter-spacing: 4px;
  font-weight: 900;
  font-size: 32px;
  color: #3a3e40;
  padding-bottom: 60px;
  display: block;
}

@media screen and (max-width: 599px) {
  .next-form__title b {
    font-size: 24px;
  }
}

.next-form__title p {
  display: block;
  font-size: 28px;
  font-weight: 900;
  color: #6bb42d;
}

@media screen and (max-width: 599px) {
  .next-form__title p {
    font-size: 20px;
  }
}

.next-form__cards {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 75%;
  margin: 0 auto;
  padding-bottom: 72px;
}

@media screen and (max-width: 1700px) {
  .next-form__cards {
    width: 90%;
  }
}

@media screen and (max-width: 1440px) {
  .next-form__cards {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .next-form__cards {
    flex-direction: column;
  }
}

.next-form__card {
  width: 45%;
  background: #f9f9f9;
  padding: 40px;
  height: 300px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .next-form__card {
    width: 60%;
    height: auto;
  }

  .next-form__card:first-child {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .next-form__card {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .next-form__card {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .next-form__card {
    padding: 28px 20px;
  }
}

.next-form__card b {
  font-size: 48px;
  font-weight: 900;
  color: #3a3e40;
  margin-bottom: 12px;
}

@media screen and (max-width: 1440px) {
  .next-form__card b {
    font-size: 42px;
  }
}

@media screen and (max-width: 599px) {
  .next-form__card b {
    font-size: 32px;
  }
}

.next-form__card p {
  color: #3a3e40;
}

@media screen and (max-width: 599px) {
  .next-form__card p {
    font-size: 12px;
  }
}

.next-form__card_badge {
  border-radius: 30px;
  background: #6bb42d;
  display: inline-block;
  margin-bottom: 12px;
}

.next-form__card_badge p {
  padding: 10px 20px;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 599px) {
  .next-form__card_badge p {
    font-size: 14px;
  }
}

.next-form__card .right {
  background: #419438;
}

.next-form__card .support {
  font-size: 18px;
  font-weight: 500;
}

.next-form__card .care {
  padding-top: 12px;
  font-size: 12px;
  font-weight: 400;
}

.next-form__contact {
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .next-form__contact {
    width: 95%;
  }
}

.next-form__contact h5 {
  color: #6bb42d;
  font-weight: 900;
  font-size: 28px;
  text-align: center;
  padding-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .next-form__contact h5 {
    font-size: 20px;
    width: 100%;
    padding-bottom: 20px;
  }
}

.next-form__contact p {
  line-height: 1.6;
  font-weight: 400;
  color: #333;
}

@media screen and (max-width: 599px) {
  .next-form__contact p {
    font-size: 14px;
  }
}

.next-form__contact .hvr-glow {
  display: block;
  width: 75%;
  margin: 0 auto;
  margin-top: 40px;
  background: #419438;
  border-radius: 50px;
}

@media screen and (max-width: 1024px) {
  .next-form__contact .hvr-glow {
    width: 90%;
  }
}

@media screen and (max-width: 900px) {
  .next-form__contact .hvr-glow {
    width: 100%;
  }
}

.next-form__contact_btn p {
  color: #fff;
  padding: 14px 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 5px;
}

@media screen and (max-width: 599px) {
  .next-form__contact_btn p {
    padding: 14px 20px;
    font-size: 14px;
  }
}

.next-form__wrapper {
  width: 60%;
  margin: 0 auto;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .next-form__wrapper {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  .next-form__wrapper {
    width: 95%;
  }
}

.next-form__wrapper label {
  font-weight: bold;
  color: #3a3e40;
}

@media screen and (max-width: 599px) {
  .next-form__wrapper label {
    font-size: 14px;
  }
}

.next-form__wrapper .required {
  color: red;
}

.next-form__wrapper input {
  padding: 10px 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-weight: 400;
  width: 100%;
  height: 50px;
  border: 2px solid #000;
}

.next-form__wrapper input::placeholder {
  color: #777777;
}

.next-form__wrapper input:focus {
  border: #1e88ff 1px solid;
}

.next-form__wrapper textarea {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-weight: 400;
  width: 100%;
  height: 160px;
  border: 2px solid #000;
}

.next-form__wrapper textarea::placeholder {
  color: #777777;
}

.next-form__wrapper .border {
  border-top: 1px solid #b0b0b0;
  margin-bottom: 20px;
}

.next-form__wrapper .radio-first {
  padding-top: 16px;
}

.next-form__wrapper .radio-other {
  padding-bottom: 16px;
}

.next-form__wrapper .wpcf7-radio {
  display: block;
  margin-left: 16px;
}

.next-form__wrapper .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}

.next-form__wrapper .wpcf7-radio .wpcf7-list-item label {
  margin: 0;
  margin-right: auto;
  font-size: 14px;
  font-family: "Lato";
  font-weight: normal;
  color: #3a3e40;
}

.next-form__wrapper input[type="radio"] {
  margin-right: 10px;
  width: 15px;
  height: 15px;
}

.next-form__wrapper .submit {
  position: relative;
  margin: 0 auto;
  margin-top: 24px;
  width: 210px;
}

@media screen and (max-width: 599px) {
  .next-form__wrapper .submit {
    margin-top: 10px;
  }
}

.next-form__wrapper .submit:hover {
  opacity: 0.9;
}

.next-form__wrapper .submit:hover .arrow {
  transform: translateX(5px);
}

.next-form__wrapper .submit .arrow {
  transition: transform 0.2s ease-in-out;
  position: absolute;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  top: 2px;
  right: 30px;
  cursor: pointer;
}

.next-form__wrapper .use {
  width: 50%;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding-top: 24px;
  padding-bottom: 20px;
}

.next-form__wrapper .use__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 16px;
}

.next-form__wrapper .use__item p {
  color: #3a3e40;
  font-family: "Lato";
  font-size: 16px;
}

.next-form__wrapper .use__item input {
  margin: 0;
  width: 350px;
  margin-left: auto;
}

.next-form__wrapper input[type="submit"] {
  font-size: 14px;
  color: #fff;
  background: #419438;
  border-radius: 30px;
  padding: 20px 20px 35px 40px;
  border: none;
}

.next-form__wrapper .wpcf7-list-item {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.next-form__wrapper .wpcf7-list-item .checkbox {
  width: 15px;
  margin-right: 15px;
}

.next-form__wrapper .wpcf7-list-item label {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3a3e40;
}

.next-form__wrapper .wpcf7-list-item .wpcf7-list-item-label {
  padding-bottom: 12px;
  font-weight: 600;
  font-size: 15px;
}

@media screen and (max-width: 599px) {
  .next-form__wrapper .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 14px;
  }
}

.next-form__wrapper .wpcf7-list-item .wpcf7-list-item-label a {
  color: #419438;
  border-bottom: 1px solid #419438;
}

.next-form__wrapper .wpcf7-list-item .wpcf7-list-item-label a:hover {
  opacity: 0.8;
}

.trial-wrapper {
  width: 100%;
  height: 100%;
  background: #f6f6f6;
}

.trial-form {
  padding-top: 80px;
  padding-bottom: 120px;
}

@media screen and (max-width: 599px) {
  .trial-form {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.trial-form__inner {
  width: 80%;
  margin: 0 auto;
  padding: 80px 40px;
  background: #fff;
  border-radius: 30px;
}

@media screen and (max-width: 599px) {
  .trial-form__inner {
    width: 90%;
    padding: 40px 20px;
  }
}

.trial-form__title {
  text-align: center;
  line-height: 1.4;
  padding-bottom: 60px;
}

@media screen and (max-width: 599px) {
  .trial-form__title {
    padding-bottom: 32px;
  }
}

.trial-form__title h3 {
  color: #419438;
  font-weight: 900;
  font-size: 48px;
}

@media screen and (max-width: 900px) {
  .trial-form__title h3 {
    font-size: 42px;
  }
}

@media screen and (max-width: 599px) {
  .trial-form__title h3 {
    font-size: 28px;
  }
}

.trial-form__title b {
  font-weight: 900;
  font-size: 32px;
  color: #3a3e40;
  letter-spacing: 4px;
}

@media screen and (max-width: 900px) {
  .trial-form__title b {
    font-size: 28px;
  }
}

@media screen and (max-width: 599px) {
  .trial-form__title b {
    font-size: 20px;
  }
}

.trial-form__check {
  width: 92%;
  margin: 0 auto;
  background: #f9f9f9;
}

.trial-form__check b {
  padding-top: 40px;
  font-weight: 900;
  font-size: 24px;
  color: #419438;
  padding-left: 60px;
  display: block;
}

@media screen and (max-width: 1024px) {
  .trial-form__check b {
    padding-left: 40px;
  }
}

@media screen and (max-width: 599px) {
  .trial-form__check b {
    font-size: 20px;
  }
}

.trial-form__check ul {
  width: 900px;
  margin: 0 auto;
  padding-top: 12px;
  padding-bottom: 40px;
  font-weight: 700;
  color: #3a3e40;
  line-height: 1.6;
  list-style-type: disc;
}

@media screen and (max-width: 1440px) {
  .trial-form__check ul {
    width: auto;
    padding-left: 40px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 599px) {
  .trial-form__check ul {
    font-size: 14px;
  }
}

.trial-form__check ul li::marker {
  color: #419438;
  font-size: 18px;
}

@media screen and (max-width: 599px) {
  .trial-form__check ul li::marker {
    font-size: 14px;
  }
}

.trial-form__card {
  width: 400px;
  margin: 0 auto;
  background: #f9f9f9;
  margin-top: 40px;
  border-radius: 30px;
}

@media screen and (max-width: 599px) {
  .trial-form__card {
    width: 90%;
    margin-top: 24px;
  }
}

.trial-form__card_inner {
  padding: 40px 40px 20px 40px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .trial-form__card_inner {
    padding: 20px 10px 10px 10px;
  }
}

.trial-form__card_inner p {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #3a3e40;
}

@media screen and (max-width: 599px) {
  .trial-form__card_inner p {
    font-size: 12px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 375px) {
  .trial-form__card_inner p {
    font-size: 10px;
  }
}

.trial-form__card_inner .tel {
  display: block;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 4px;
}

@media screen and (max-width: 599px) {
  .trial-form__card_inner .tel {
    font-size: 32px;
  }
}

.trial-form__contact {
  color: #6bb42d;
  font-weight: 900;
  font-size: 28px;
  text-align: center;
  padding-top: 56px;
}

@media screen and (max-width: 599px) {
  .trial-form__contact {
    font-size: 24px;
  }
}

.trial-form__wrapper {
  width: 60%;
  margin: 0 auto;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .trial-form__wrapper {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  .trial-form__wrapper {
    width: 90%;
    font-size: 14px;
    margin-top: 32px;
  }
}

.trial-form__wrapper label {
  font-weight: bold;
  color: #3a3e40;
}

.trial-form__wrapper .required {
  color: red;
}

.trial-form__wrapper input {
  padding: 10px 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-weight: 400;
  width: 100%;
  height: 50px;
  border: 2px solid #000;
}

.trial-form__wrapper input::placeholder {
  color: #777777;
}

.trial-form__wrapper input:focus {
  border: #1e88ff 1px solid;
}

.trial-form__wrapper textarea {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-weight: 400;
  width: 100%;
  height: 160px;
  border: 2px solid #000;
}

.trial-form__wrapper textarea::placeholder {
  color: #777777;
}

.trial-form__wrapper .border {
  border-top: 1px solid #b0b0b0;
  margin-bottom: 20px;
}

.trial-form__wrapper .radio-first {
  padding-top: 16px;
}

.trial-form__wrapper .radio-other {
  padding-bottom: 16px;
}

.trial-form__wrapper .wpcf7-radio {
  display: block;
  margin-left: 16px;
}

.trial-form__wrapper .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}

.trial-form__wrapper .wpcf7-radio .wpcf7-list-item label {
  margin: 0;
  margin-right: auto;
  font-size: 14px;
  font-family: "Lato";
  font-weight: normal;
  color: #3a3e40;
}

.trial-form__wrapper input[type="radio"] {
  margin-right: 10px;
  width: 15px;
  height: 15px;
}

.trial-form__wrapper .submit {
  position: relative;
  margin: 0 auto;
  margin-top: 24px;
  width: 210px;
}

.trial-form__wrapper .submit:hover .arrow {
  transform: translateX(-5px);
}

.trial-form__wrapper .submit .arrow {
  transition: transform 0.2s ease-in-out;
  position: absolute;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  top: 2px;
  right: 30px;
}

.trial-form__wrapper .use {
  width: 50%;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding-top: 24px;
  padding-bottom: 20px;
}

.trial-form__wrapper .use__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 16px;
}

.trial-form__wrapper .use__item p {
  color: #3a3e40;
  font-family: "Lato";
  font-size: 16px;
}

.trial-form__wrapper .use__item input {
  margin: 0;
  width: 350px;
  margin-left: auto;
}

.trial-form__wrapper input[type="submit"] {
  font-size: 14px;
  color: #fff;
  background: #419438;
  border-radius: 30px;
  padding: 20px 20px 35px 40px;
  border: none;
}

.trial-form__wrapper .wpcf7-list-item {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.trial-form__wrapper .wpcf7-list-item .checkbox {
  width: 15px;
  margin-right: 15px;
}

.trial-form__wrapper .wpcf7-list-item label {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3a3e40;
}

.trial-form__wrapper .wpcf7-list-item .wpcf7-list-item-label {
  padding-bottom: 12px;
  font-weight: 500;
  font-size: 15px;
}

.trial-form__wrapper .wpcf7-list-item .wpcf7-list-item-label a {
  color: #419438;
  border-bottom: 1px solid #419438;
}

.trial-form__wrapper .wpcf7-list-item .wpcf7-list-item-label a:hover {
  opacity: 0.8;
}

.design-mainbg {
  background: rgb(255, 255, 255);
  width: 100%;
  height: 680px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1440px) {
  .design-mainbg {
    height: 580px;
  }
}

@media screen and (max-width: 599px) {
  .design-mainbg {
    height: 520px;
  }
}

.design-mainbg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/wp-content/themes/DreamSolution/assets/image/site-design/homepage-0.png);
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: 85%;
  transform: rotate(5deg) scale(1.3);
  z-index: 1;
  /* 背景画像を下に配置するためにz-indexを指定 */
}

@media screen and (max-width: 1440px) {
  .design-mainbg::before {
    background-size: 50%;
  }
}

@media screen and (max-width: 1024px) {
  .design-mainbg::before {
    background-position: 95%;
    background-size: 54%;
  }
}

@media screen and (max-width: 768px) {
  .design-mainbg::before {
    background-position: 200%;
    background-size: 78%;
  }
}

@media screen and (max-width: 599px) {
  .design-mainbg::before {
    background-position: -180%;
    background-size: 120%;
  }
}

.design-mainbg__content {
  margin-left: 60px;
  z-index: 2;
}

@media screen and (max-width: 1440px) {
  .design-mainbg__content {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .design-mainbg__content {
    margin-left: 40px;
  }
}

@media screen and (max-width: 599px) {
  .design-mainbg__content {
    margin-left: 20px;
  }
}

.design-mainbg__content .marunage {
  font-size: 28px;
  font-weight: 500;
  color: #3a3e40;
  margin-bottom: 28px;
}

@media screen and (max-width: 900px) {
  .design-mainbg__content .marunage {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .design-mainbg__content .marunage {
    font-size: 18px;
  }
}

@media screen and (max-width: 599px) {
  .design-mainbg__content .marunage {
    font-size: 14px;
  }
}

.design-mainbg__content .marunage p {
  display: inline;
  padding-bottom: 12px;
  border-bottom: 2px solid #3a3e40;
}

.design-mainbg__content h1 {
  font-size: 48px;
  font-weight: 900;
  color: #ff7900;
}

@media screen and (max-width: 900px) {
  .design-mainbg__content h1 {
    font-size: 42px;
  }
}

@media screen and (max-width: 768px) {
  .design-mainbg__content h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 599px) {
  .design-mainbg__content h1 {
    font-size: 20px;
  }
}

.design-mainbg__content h2 {
  font-weight: 900;
  font-size: 72px;
  color: #3a3e40;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 40px;
}

@media screen and (max-width: 900px) {
  .design-mainbg__content h2 {
    font-size: 62px;
  }
}

@media screen and (max-width: 768px) {
  .design-mainbg__content h2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 599px) {
  .design-mainbg__content h2 {
    font-size: 30px;
    padding-bottom: 28px;
  }
}

.design-mainbg__content .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  row-gap: 10px;
  column-gap: 20px;
  width: 550px;
}

@media screen and (max-width: 599px) {
  .design-mainbg__content .tags {
    width: 100%;
    column-gap: 10px;
  }
}

.design-mainbg__content .tag {
  background: #ffaa5e;
  color: #fff;
  display: inline-block;
}

.design-mainbg__content .tag p {
  padding: 10px 20px;
}

@media screen and (max-width: 768px) {
  .design-mainbg__content .tag p {
    font-size: 18px;
  }
}

@media screen and (max-width: 599px) {
  .design-mainbg__content .tag p {
    font-size: 12px;
  }
}

.design-mainbg__content .soudan {
  background: #ff7900;
  border-radius: 60px;
  margin-top: 40px;
  display: inline-block;
  transition: all 0.3s;
}

@media screen and (max-width: 599px) {
  .design-mainbg__content .soudan {
    margin-top: 32px;
  }
}

.design-mainbg__content .soudan p {
  padding: 20px 60px;
  color: #fff;
  line-height: 1.6;
  font-size: 32px;
  font-weight: 900;
}

@media screen and (max-width: 900px) {
  .design-mainbg__content .soudan p {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .design-mainbg__content .soudan p {
    font-size: 18px;
  }
}

@media screen and (max-width: 599px) {
  .design-mainbg__content .soudan p {
    font-size: 16px;
    padding: 15px 40px;
  }
}

.design-mainbg__content .soudan:hover {
  background-color: #ff6600;
  transform: translateY(2px);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

.old-wrapper {
  width: 100%;
  background: #fbfbfb;
}

.design-old {
  color: #3a3e40;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .design-old {
    max-width: 100%;
  }
}

.design-old__inner {
  padding: 80px 0;
}

@media screen and (max-width: 599px) {
  .design-old__inner {
    padding: 60px 0;
  }
}

.design-old__title {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .design-old__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 599px) {
  .design-old__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 375px) {
  .design-old__title {
    font-size: 22px;
  }
}

.design-old__title h3 {
  padding-bottom: 28px;
}

.design-old__title_under {
  content: "";
  width: 50px;
  height: 4px;
  background: #ff7900;
  margin: 0 auto;
}

.design-old__content {
  width: 75%;
  margin: 0 auto;
  line-height: 1.4;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 2px;
  color: #333;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .design-old__content {
    width: 80%;
    font-size: 16px;
  }
}

@media screen and (max-width: 599px) {
  .design-old__content {
    font-size: 14px;
    padding-top: 28px;
  }
}

.design-realization__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 599px) {
  .design-realization__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.design-realization__title {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .design-realization__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 599px) {
  .design-realization__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 375px) {
  .design-realization__title {
    font-size: 22px;
  }
}

.design-realization__title h3 {
  padding-bottom: 28px;
}

.design-realization__title_under {
  content: "";
  width: 50px;
  height: 4px;
  background: #ff7900;
  margin: 0 auto;
}

.design-realization__items {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 40px;
}

@media screen and (max-width: 1024px) {
  .design-realization__items {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .design-realization__items {
    padding-top: 20px;
  }
}

.design-realization__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

@media screen and (max-width: 900px) {
  .design-realization__item {
    flex-direction: column;
  }
}

.design-realization__item_left {
  width: 50%;
}

@media screen and (max-width: 900px) {
  .design-realization__item_left {
    width: 70%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 599px) {
  .design-realization__item_left {
    width: 85%;
  }
}

.design-realization__item_right {
  width: 45%;
}

@media screen and (max-width: 900px) {
  .design-realization__item_right {
    width: 70%;
  }
}

@media screen and (max-width: 599px) {
  .design-realization__item_right {
    width: 85%;
  }
}

.design-realization__item_right_content {
  color: #3a3e40;
}

.design-realization__item_right_content .point {
  font-size: 18px;
  font-weight: 700;
  color: #ff7900;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .design-realization__item_right_content .point {
    font-size: 16px;
    padding-bottom: 0px;
  }
}

.design-realization__item_right_content h4 {
  font-size: 48px;
  font-weight: 900;
  padding-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .design-realization__item_right_content h4 {
    font-size: 42px;
  }
}

@media screen and (max-width: 768px) {
  .design-realization__item_right_content h4 {
    font-size: 36px;
  }
}

@media screen and (max-width: 599px) {
  .design-realization__item_right_content h4 {
    font-size: 32px;
  }
}

.design-realization__item_right_content p {
  font-size: 18px;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .design-realization__item_right_content p {
    font-size: 16px;
  }
}

@media screen and (max-width: 599px) {
  .design-realization__item_right_content p {
    font-size: 14px;
  }
}

.design-promotion {
  background: #fff;
}

.design-promotion__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 599px) {
  .design-promotion__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.design-promotion__title {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .design-promotion__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 599px) {
  .design-promotion__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 375px) {
  .design-promotion__title {
    font-size: 22px;
  }
}

.design-promotion__title h3 {
  padding-bottom: 28px;
}

.design-promotion__title_under {
  content: "";
  width: 50px;
  height: 4px;
  background: #ff7900;
  margin: 0 auto;
}

.design-promotion__p {
  text-align: center;
  line-height: 1.6;
  font-weight: 400;
  color: #3a3e40;
  font-size: 18px;
}

@media screen and (max-width: 1440px) {
  .design-promotion__p {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .design-promotion__p {
    font-size: 16px;
  }
}

@media screen and (max-width: 599px) {
  .design-promotion__p {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.design-promotion__content {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1440px) {
  .design-promotion__content {
    max-width: 90%;
  }
}

@media screen and (max-width: 900px) {
  .design-promotion__content {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 24px;
  }
}

.design-promotion__content_left {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 900px) {
  .design-promotion__content_left {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  .design-promotion__content_left {
    width: 100%;
  }
}

.design-promotion__content_left h3 {
  padding-bottom: 20px;
  font-size: 48px;
  font-weight: 900;
  color: #ff7900;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1200px) {
  .design-promotion__content_left h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 900px) {
  .design-promotion__content_left h3 {
    font-size: 42px;
  }
}

@media screen and (max-width: 599px) {
  .design-promotion__content_left h3 {
    font-size: 32px;
  }
}

.design-promotion__content_left p {
  font-size: 18px;
  line-height: 1.5;
  color: #3a3e40;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .design-promotion__content_left p {
    font-size: 16px;
  }
}

@media screen and (max-width: 599px) {
  .design-promotion__content_left p {
    font-size: 14px;
  }
}

.design-promotion__content_right {
  width: 50%;
}

@media screen and (max-width: 900px) {
  .design-promotion__content_right {
    width: 80%;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 599px) {
  .design-promotion__content_right {
    width: 100%;
  }
}

.design-goodat {
  background: #f9f9f9;
}

.design-goodat__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 599px) {
  .design-goodat__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.design-goodat__title {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .design-goodat__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 599px) {
  .design-goodat__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 375px) {
  .design-goodat__title {
    font-size: 22px;
  }
}

.design-goodat__title h3 {
  padding-bottom: 28px;
}

.design-goodat__title_under {
  content: "";
  width: 50px;
  height: 4px;
  background: #ff7900;
  margin: 0 auto;
}

.design-goodat__content {
  padding-top: 40px;
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 30px;
  background: #fff;
}

@media screen and (max-width: 1440px) {
  .design-goodat__content {
    max-width: 90%;
  }
}

.design-goodat__content_inner {
  padding: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

@media screen and (max-width: 900px) {
  .design-goodat__content_inner {
    padding: 20px 20px;
  }
}

@media screen and (max-width: 768px) {
  .design-goodat__content_inner {
    flex-direction: column;
  }
}

@media screen and (max-width: 599px) {
  .design-goodat__content_inner {
    padding: 0 20px;
  }
}

.design-goodat__content_item {
  width: 45%;
  padding: 0px 10px 40px;
}

@media screen and (max-width: 768px) {
  .design-goodat__content_item {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 599px) {
  .design-goodat__content_item {
    width: 100%;
  }
}

.design-goodat__content_item .item-img {
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 20px;
}

.design-goodat__content_item .item-title {
  color: #ff7900;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  padding-bottom: 16px;
}

@media screen and (max-width: 599px) {
  .design-goodat__content_item .item-title {
    font-size: 20px;
    padding-bottom: 10px;
  }
}

.design-goodat__content_item p {
  color: #3a3e40;
  line-height: 1.6;
}

@media screen and (max-width: 599px) {
  .design-goodat__content_item p {
    font-size: 14px;
  }
}

.design-flow {
  background: #f9f9f9;
}

.design-flow__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 599px) {
  .design-flow__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.design-flow__title {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .design-flow__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 599px) {
  .design-flow__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 375px) {
  .design-flow__title {
    font-size: 22px;
  }
}

.design-flow__title h3 {
  padding-bottom: 28px;
}

.design-flow__title_under {
  content: "";
  width: 50px;
  height: 4px;
  background: #ff7900;
  margin: 0 auto;
}

.design-flow__content {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 100px;
}

@media screen and (max-width: 1440px) {
  .design-flow__content {
    max-width: 90%;
    padding-left: 60px;
  }
}

@media screen and (max-width: 768px) {
  .design-flow__content {
    padding-left: 40px;
  }
}

@media screen and (max-width: 599px) {
  .design-flow__content {
    padding-left: 0px;
  }
}

.design-flow__content_step {
  color: #ff7900;
  font-size: 28px;
  font-weight: 900;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #f9f9f9;
}

@media screen and (max-width: 599px) {
  .design-flow__content_step {
    font-size: 24px;
  }
}

.design-flow__content dl {
  margin-left: 40px;
  border-left: 1px solid #ff7900;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .design-flow__content dl {
    margin-left: 20px;
  }
}

.design-flow__content dl .step-wrap {
  background: #fff;
  margin-left: 64px;
  display: flex;
  align-items: center;
  padding: 28px 40px 28px 60px;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .design-flow__content dl .step-wrap {
    padding: 28px 28px 28px 30px;
  }
}

@media screen and (max-width: 1024px) {
  .design-flow__content dl .step-wrap {
    padding: 28px 28px 28px 24px;
  }
}

@media screen and (max-width: 599px) {
  .design-flow__content dl .step-wrap {
    margin-left: 40px;
    flex-direction: column;
  }
}

.design-flow__content dl .step-wrap:before {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 16px solid transparent;
  border-right: 16px solid #fff;
  border-bottom: 16px solid transparent;
}

.design-flow__content dl .step-wrap:after {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 18px solid transparent;
  border-right: 18px solid rgb(255, 255, 255);
  border-bottom: 18px solid transparent;
}

.design-flow__content dl dt {
  padding-left: 4%;
  font-size: 18px;
  font-weight: 900;
  color: #3a3e40;
}

@media screen and (max-width: 599px) {
  .design-flow__content dl dt {
    padding-left: 0;
  }
}

.design-flow__content dl dt img {
  width: 48px;
}

@media screen and (max-width: 599px) {
  .design-flow__content dl dt img {
    margin-bottom: 10px;
    width: 56px;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.design-flow__content dl dd {
  color: #333;
  padding-left: 4%;
  font-size: 18px;
  line-height: 1.4;
}

@media screen and (max-width: 599px) {
  .design-flow__content dl dd {
    font-size: 16px;
    padding-left: 0;
  }
}

.design-flow__content dl dd b {
  font-weight: 700;
  padding-bottom: 8px;
  display: block;
}

@media screen and (max-width: 599px) {
  .design-flow__content dl dd b {
    text-align: center;
  }
}

.design-flow__content dl dd p {
  font-weight: 400;
  font-size: 16px;
}

@media screen and (max-width: 599px) {
  .design-flow__content dl dd p {
    font-size: 14px;
  }
}

.design-plan {
  background: #eee;
}

.design-plan__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 599px) {
  .design-plan__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.design-plan__title {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .design-plan__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 599px) {
  .design-plan__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 375px) {
  .design-plan__title {
    font-size: 22px;
  }
}

.design-plan__title h3 {
  padding-bottom: 28px;
}

.design-plan__title_under {
  content: "";
  width: 50px;
  height: 4px;
  background: #ff7900;
  margin: 0 auto;
}

.design-plan__cards {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 1440px) {
  .design-plan__cards {
    max-width: 90%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  .design-plan__cards {
    max-width: 96%;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .design-plan__cards {
    flex-direction: column;
    justify-content: center;
  }
}

.design-plan__card {
  width: 380px;
  height: 660px;
  margin-top: 60px;
  background: #fff;
}

@media screen and (max-width: 1440px) {
  .design-plan__card {
    width: 31%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  .design-plan__card {
    width: 228px;
    height: 580px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .design-plan__card {
    width: 380px;
    height: auto;
    margin-bottom: 20px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 599px) {
  .design-plan__card {
    width: 340px;
  }
}

@media screen and (max-width: 375px) {
  .design-plan__card {
    width: 320px;
  }
}

.design-plan__card_inner {
  padding: 60px 40px;
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  .design-plan__card_inner {
    padding: 40px 20px;
  }
}

.design-plan__card_title {
  color: #333333;
  font-weight: 700;
  padding-bottom: 20px;
  font-size: 24px;
}

@media screen and (max-width: 1440px) {
  .design-plan__card_title {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  .design-plan__card_title {
    font-size: 18px;
    padding-bottom: 4px;
    margin-left: 12px;
  }
}

@media screen and (max-width: 768px) {
  .design-plan__card_title {
    margin-left: 28px;
  }
}

@media screen and (max-width: 599px) {
  .design-plan__card_title {
    margin-left: 8px;
  }
}

@media screen and (max-width: 375px) {
  .design-plan__card_title {
    margin-left: 0;
  }
}

.design-plan__card .getugaku {
  color: #282828;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 20px;
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  .design-plan__card .getugaku {
    font-size: 14px;
    padding-bottom: 10px;
    margin-left: 12px;
  }
}

@media screen and (max-width: 768px) {
  .design-plan__card .getugaku {
    font-size: 16px;
    padding-bottom: 10px;
    margin-left: 28px;
  }
}

@media screen and (max-width: 599px) {
  .design-plan__card .getugaku {
    margin-left: 8px;
  }
}

@media screen and (max-width: 375px) {
  .design-plan__card .getugaku {
    margin-left: 0;
  }
}

.design-plan__card .getugaku span {
  font-size: 72px;
  font-weight: 700;
  color: #111111;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 1440px) {
  .design-plan__card .getugaku span {
    font-size: 58px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  .design-plan__card .getugaku span {
    font-size: 38px;
  }
}

@media screen and (max-width: 375px) {
  .design-plan__card .getugaku span {
    font-size: 56px;
  }
}

.design-plan__card .bunkatu {
  line-height: 1.2;
  font-weight: 400;
  font-size: 16px;
  color: #777777;
  padding-bottom: 60px;
}

@media screen and (max-width: 1440px) {
  .design-plan__card .bunkatu {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  .design-plan__card .bunkatu {
    font-size: 14px;
    padding-bottom: 40px;
    margin-left: 12px;
  }
}

@media screen and (max-width: 768px) {
  .design-plan__card .bunkatu {
    margin-left: 28px;
  }
}

@media screen and (max-width: 599px) {
  .design-plan__card .bunkatu {
    margin-left: 8px;
  }
}

@media screen and (max-width: 375px) {
  .design-plan__card .bunkatu {
    margin-left: 0;
  }
}

.design-plan__card .checks {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.design-plan__card .checks span {
  color: #ff7900;
  font-size: 24px;
  margin-right: 10px;
}

.design-plan__card .checks b {
  display: flex;
  align-items: center;
  font-weight: 900;
  font-size: 18px;
  color: #111111;
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  .design-plan__card .checks b {
    font-size: 14px;
  }
}

.design-plan__card .checks p {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  color: #111111;
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  .design-plan__card .checks p {
    font-size: 14px;
  }
}

.design-plan .recome-card {
  height: 720px;
  margin-top: 0;
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  .design-plan .recome-card {
    height: 640px;
  }
}

.design-plan .recome-card .design-plan__card_inner {
  padding-top: 30px;
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  .design-plan .recome-card .design-plan__card_inner {
    padding-top: 15px;
  }
}

.design-plan .recome-card__title img {
  width: 80px;
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  .design-plan .recome-card__title img {
    width: 70px;
    margin-left: 12px;
  }
}

@media screen and (max-width: 768px) {
  .design-plan .recome-card__title img {
    margin-left: 28px;
  }
}

@media screen and (max-width: 599px) {
  .design-plan .recome-card__title img {
    margin-left: 8px;
  }
}

@media screen and (max-width: 375px) {
  .design-plan .recome-card__title img {
    margin-left: 0;
  }
}

.design-plan .recome-card__title_badge {
  background: linear-gradient(to right, #ff4500, #ffb649);
  border-radius: 30px;
  width: 150px;
  margin-top: 8px;
  margin-bottom: 6px;
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  .design-plan .recome-card__title_badge {
    width: 125px;
    margin-left: 12px;
  }
}

@media screen and (max-width: 768px) {
  .design-plan .recome-card__title_badge {
    margin-left: 28px;
  }
}

@media screen and (max-width: 599px) {
  .design-plan .recome-card__title_badge {
    margin-left: 8px;
  }
}

@media screen and (max-width: 375px) {
  .design-plan .recome-card__title_badge {
    margin-left: 0;
  }
}

.design-plan .recome-card__title_badge p {
  color: #fff;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  .design-plan .recome-card__title_badge p {
    font-size: 10px;
  }
}

.design-plan__care {
  padding-top: 20px;
  width: 700px;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #3a3e40;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .design-plan__care {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .design-plan__care {
    font-size: 12px;
    padding-top: 0;
  }
}

.design-faq {
  background: #f9f9f9;
}

.design-faq__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 599px) {
  .design-faq__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.design-faq__title {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .design-faq__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 599px) {
  .design-faq__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 375px) {
  .design-faq__title {
    font-size: 22px;
  }
}

.design-faq__title h3 {
  padding-bottom: 28px;
}

.design-faq__title_under {
  content: "";
  width: 50px;
  height: 4px;
  background: #ff7900;
  margin: 0 auto;
}

.design-faq__content {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .design-faq__content {
    width: 75%;
  }
}

@media screen and (max-width: 768px) {
  .design-faq__content {
    width: 85%;
  }
}

@media screen and (max-width: 599px) {
  .design-faq__content {
    width: 90%;
  }
}

.design-faq__content .border-dotted {
  border-top: 1px dashed #7e8387;
  border-style: dashed;
}

.design-faq__content_item {
  border-bottom: 1px dashed #7e8387;
  border-style: dashed;
  color: #3a3e40;
}

.design-faq__content_item b {
  font-weight: 700;
  font-size: 24px;
  display: block;
  padding-top: 40px;
  padding-left: 70px;
  position: relative;
}

@media screen and (max-width: 599px) {
  .design-faq__content_item b {
    font-size: 18px;
    padding-left: 40px;
  }
}

.design-faq__content_item b::after {
  content: "Q";
  color: #ff7900;
  font-size: 36px;
  font-weight: 900;
  position: absolute;
  top: 26px;
  left: 0;
}

@media screen and (max-width: 599px) {
  .design-faq__content_item b::after {
    font-size: 32px;
    top: 30px;
  }
}

.design-faq__content_item_p {
  padding: 20px 0 40px 70px;
  font-weight: 400;
  line-height: 1.2;
  word-wrap: break-word;
}

@media screen and (max-width: 599px) {
  .design-faq__content_item_p {
    padding: 20px 0 40px 40px;
    font-size: 14px;
  }
}

.single {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .single {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .single {
    margin-top: 64px;
    margin-bottom: 40px;
  }
}

.single__inner {
  padding: 64px;
  background: #fff;
}

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

@media screen and (max-width: 599px) {
  .single__inner {
    padding: 24px;
  }
}

.single-wrapper {
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  padding: 80px;
}

@media screen and (max-width: 768px) {
  .single-wrapper {
    padding: 40px;
  }
}

@media screen and (max-width: 599px) {
  .single-wrapper {
    padding: 24px;
  }
}

.single__datecate {
  display: flex;
  align-items: center;
  justify-content: start;
  padding-bottom: 40px;
}

@media screen and (max-width: 500px) {
  .single__datecate {
    flex-direction: column;
    justify-content: center;
  }
}

.single__datecate .single-date {
  font-size: 20px;
  font-weight: bold;
  color: #419438;
  padding-left: 8px;
  padding-right: 12px;
  border-right: 1px solid #333;
}

@media screen and (max-width: 599px) {
  .single__datecate .single-date {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .single__datecate .single-date {
    border-right: none;
  }
}

.single__datecate .single-update-date {
  font-size: 20px;
  /* font-weight: normal; */
  color: #419438;
  /* margin-left: 5px; */
  display: block;
}

@media screen and (max-width: 599px) {
  .single__datecate .single-update-date {
    font-size: 0.7em;
    margin-left: 0;
  }
}

.single__datecate .single-cate {
  color: #333;
  font-size: 18px;
  padding-left: 12px;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .single__datecate .single-cate {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .single__datecate .single-cate {
    padding-top: 12px;
  }
}

.single-update-date .material-symbols-outlined {
  font-size: 1em;
  vertical-align: text-bottom;
  margin-right: 2px;
}

.column-update-date {
  display: inline-flex;
  align-items: center;
  color: #419438;
  font-size: 12px;
  /* font-weight: normal; */
  /* margin-left: 5px; */
}

.column-update-date .material-symbols-outlined {
  font-size: 1.2em;
  margin-right: 2px;
}

.single__title {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  padding-bottom: 64px;
}

@media screen and (max-width: 768px) {
  .single__title {
    font-size: 32px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 599px) {
  .single__title {
    font-size: 28px;
  }
}

.single__text {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}

@media screen and (max-width: 1440px) {
  .single__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 599px) {
  .single__text {
    font-size: 14px;
  }
}

.single h2 {
  font-size: 32px;
  padding-bottom: 8px;
  border-bottom: 1px solid #333;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .single h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 599px) {
  .single h2 {
    font-size: 24px;
  }
}

.single h3 {
  font-size: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #333;
  line-height: 1.4;
}

.single ul {
  line-height: 2;
  padding-left: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  list-style-type: disc;
}

.single hr {
  padding-bottom: 16px;
}

.single a {
  display: inline-block;
  padding-top: 16px;
  padding-bottom: 16px;
  color: rgb(60, 140, 220);
}

.single a:hover {
  opacity: 0.8;
}

.single img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.single .wp-block-heading {
  padding-top: 24px;
  margin-bottom: 12px;
}

.post-link {
  width: 75%;
  padding-left: 2%;
  padding-right: 2%;
  margin: 0 auto;
  font-size: 24px;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1440px) {
  .post-link {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .post-link {
    font-size: 18px;
  }
}

@media screen and (max-width: 599px) {
  .post-link {
    font-size: 16px;
  }
}

.post-link a {
  position: relative;
  border-bottom: 1px solid transparent;
  /* 透明なborderを初期設定 */
}

.post-link a:hover {
  opacity: 0.8;
}

.post-link a:hover::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  /* 初期状態では幅0 */
  height: 1px;
  background-color: rgb(104, 104, 104);
  animation: border-stretch 0.2s linear forwards;
}

@keyframes border-stretch {
  to {
    width: 100%;
    /* アニメーション終了時の幅 */
  }
}

.support-password {
  width: 70%;
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .support-password {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .support-password {
    margin-top: 0;
  }
}

@media screen and (max-width: 599px) {
  .support-password {
    width: 90%;
  }
}

.support-password .column__items-password {
  padding-right: 16px;
  display: flex;
}

.support-password__inner {
  padding: 120px 10% 60px;
}

@media screen and (max-width: 1200px) {
  .support-password__inner {
    padding: 120px 6% 60px;
  }
}

.support-password__inner h1 {
  font-size: 56px;
  font-weight: 700;
  color: #333;
  padding-bottom: 64px;
}

@media screen and (max-width: 1200px) {
  .support-password__inner h1 {
    padding-left: 64px;
  }
}

@media screen and (max-width: 768px) {
  .support-password__inner h1 {
    font-size: 46px;
  }
}

@media screen and (max-width: 599px) {
  .support-password__inner h1 {
    font-size: 35px;
  }
}

@media screen and (max-width: 375px) {
  .support-password__inner h1 {
    font-size: 28px;
  }
}

.support-password .sec-title__password {
  font-size: 30px;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .support-password .sec-title__password {
    font-size: 20px;
    padding-bottom: 3%;
  }
}

.support-password input {
  margin-bottom: 40px;
  padding: 10px 15px;
  border-radius: 4px;
  font-weight: 400;
  width: 100%;
  height: 50px;
  border: 2px solid #000;
}

.support-password input::placeholder {
  color: #777777;
}

@media screen and (max-width: 768px) {
  .support-password input {
    margin-bottom: 20px;
  }
}

.support-password__btn {
  display: flex;
  align-items: center;
  color: #fff;
  column-gap: 40px;
  padding: 20px 40px;
  background: #419438;
  border-radius: 50px;
}

.support-password__btn:hover span {
  transform: translateX(5px);
}

.support-password__btn span {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  transition: all 0.3s;
}

.password-error {
  color: red;
  width: 40%;
  margin-top: 50px;
  padding-left: 2%;
}

@media screen and (max-width: 1024px) {
  .password-error {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .password-error {
    margin-top: 20px;
  }
}

@media screen and (max-width: 599px) {
  .password-error {
    font-size: 10px;
  }
}

.column-page {
  width: 100%;
  height: 100%;
  background: #f9f9f9;
}

.column-page__inner {
  padding: 120px 10% 60px;
}

@media screen and (max-width: 1200px) {
  .column-page__inner {
    padding: 120px 6% 60px;
  }
}

@media screen and (max-width: 768px) {
  .column-page__inner {
    padding: 120px 2% 60px;
  }
}

.column-page__inner h1 {
  font-size: 56px;
  font-weight: 700;
  color: #333;
  padding-bottom: 64px;
}

@media screen and (max-width: 1200px) {
  .column-page__inner h1 {
  }
}

@media screen and (max-width: 768px) {
  .column-page__inner h1 {
    font-size: 46px;
  }
}

@media screen and (max-width: 599px) {
  .column-page__inner h1 {
    font-size: 40px;
  }
}

.column-page__inner .column__items {
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

@media screen and (max-width: 1024px) {
  .column-page__inner .column__items {
    justify-content: space-between;
  }
}

@media screen and (max-width: 660px) {
  .column-page__inner .column__items {
    flex-direction: column;
    align-items: center;
    gap: 0;
    row-gap: 32px;
  }
}

.column-page__inner .column__items .column__item {
  width: 31%;
  height: auto;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 1024px) {
  .column-page__inner .column__items .column__item {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .column-page__inner .column__items .column__item {
    width: 48%;
  }
}

@media screen and (max-width: 660px) {
  .column-page__inner .column__items .column__item {
    width: 85%;
  }
}

@media screen and (max-width: 599px) {
  .column-page__inner .column__items .column__item {
    width: 95%;
  }
}

.column-page__inner .column__items .column__item_inner {
  padding: 40px;
}

.column-page__inner .column__items .column__item_title {
  padding-top: 16px;
  color: #333;
}

.column-page__inner .column__items .column__item_title a {
  display: inline;
  line-height: 1.5;
  font-size: 18px;
  border-bottom: 1px solid #333;
}

@media screen and (max-width: 660px) {
  .column-page__inner .column__items .column__item_title a {
    font-size: 15px;
  }
}

.column-page__inner .column__items .column__item_title a:hover {
  opacity: 0.8;
}

.column-page__inner .column__items .column__item .datecate {
  display: flex;
  align-items: center;
  justify-content: start;
}

.column-page__inner .column__items .column__item .datecate .date {
  font-size: 12px;
  font-weight: bold;
  color: #419438;
  padding-left: 8px;
  padding-right: 12px;
  border-right: 1px solid #333;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.column-page__inner .column__items .column__item .datecate .cate {
  color: #333;
  font-size: 12px;
  padding-left: 12px;
  font-weight: bold;
}

.column-page__inner .column__items .column__item .datecate .cate a {
  pointer-events: none;
}

.column-page .prev {
  display: none;
}

.column-page .next {
  display: none;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  padding-top: 32px;
}

.pagenation .page-numbers {
  padding: 10px 15px;
  border-radius: 50%;
  border: #333 1px solid;
  transition: all 0.1s;
}

.pagenation .page-numbers:hover {
  background: #333;
  color: #fff;
}

.pagenation .dots {
  border: none;
  pointer-events: none;
}

.pagenation .current {
  opacity: 0.4;
  pointer-events: none;
}

body {
  font-family: "Noto sans JP";
}

#ryoukincta {
  position: fixed;
  right: 3%;
  bottom: 35px;
  z-index: 99999;
  border: none;
  z-index: 100000;
  object-fit: none;
  transition: all 0.3s;
  text-decoration: none;
  cursor: pointer;
  width: 70%;
  max-width: 400px;
  height: auto;
  opacity: 0;
}

.page_top_btn {
  bottom: 100px;
  right: 0.5%;
}

.footer__bottom_inner {
  padding: 60px 20% 75px 12%;
}

@media screen and (max-width: 1200px) {
  .footer__bottom_inner {
    padding-bottom: 7%;
  }
}

@media screen and (max-width: 1520px) {
  .footer__bottom_inner {
    padding: 48px 5% 75px 16px;
  }

  #ryoukincta {
    bottom: 55px;
  }

  .page_top_btn {
    bottom: 145px;
  }
}

@media screen and (max-width: 599px) {
  .footer__bottom_inner {
    padding: 40px 2% 16% 14px;
  }

  #ryoukincta {
    width: 300px;
  }

  .page_top_btn {
    bottom: 150px;
  }
}

.custom-post {
  max-width: 550px;
  display: block;
  margin: 0 auto;
}

.footer__bottom_left_privacy {
  display: flex;
  gap: 10px;
}

.topctabtn {
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
  justify-content: center;
  margin: 40px auto;
  max-width: 1000px;
  padding: 20px;
}

.topctabtn a:first-child {
  display: inline-block;
  padding: 27px 24px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 63px;
  transition: all 0.3s ease;
  width: 360px;
  background-color: #fff;
  color: #3a3e40;
  border: 2px solid #3a3e40;
}

.topctabtn a:first-child:hover {
  background-color: #3a3e40;
  color: #fff;
  border: 2px solid #3a3e40;
}

.topctabtn a:nth-child(2) {
  display: inline-block;
  padding: 27px 24px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 63px;
  transition: all 0.3s ease;
  width: 360px;
  background-color: #6bb42d;
  color: #fff;
  border: 2px solid #6bb42d;
}

.topctabtn a:nth-child(2):hover {
  background-color: #fff;
  color: #6bb42d;
  border: 2px solid #6bb42d;
}

#topdcxmv:hover {
  opacity: 0.7;
}

#topdcmv:hover {
  opacity: 0.7;
}

#topdcpbxmv:hover {
  opacity: 0.7;
}

#topdcsmv:hover {
  opacity: 0.7;
}

@media screen and (max-width: 600px) {
  .topctabtn a:first-child {
    padding: 20px 24px;
    font-size: 16px;
    max-width: 300px;
  }

  .topctabtn a:nth-child(2) {
    padding: 20px 24px;
    font-size: 16px;
    max-width: 300px;
  }

  .topctabtn {
    gap: 30px;
    margin: 10px auto;
  }
}

.onayamidiv {
  max-width: 1280px;
  display: block;
  margin: 0 auto;
}

.onayamidiv h2 {
  text-align: center;
  font-weight: 900;
  font-size: 48px;
  color: #3a3e40;
  margin-bottom: 50px;
}

.onayamidiv ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3%;
}

.onayamidiv ul li {
  width: 31.3%;
  display: block;
  padding: 25px 25px 25px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #6bb42d;
  height: 160px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}

.onayamidiv ul li:nth-child(3n) {
  margin-right: 0%;
}

.onayamidiv ul li:first-child {
  margin-bottom: 3%;
}

.onayamidiv ul li:nth-child(2) {
  margin-bottom: 3%;
}

.onayamidiv ul li:nth-child(3) {
  margin-bottom: 3%;
}

.onayamip {
  font-size: 20px;
  margin-right: 10px;
  font-weight: 500;
}

.onayaminum {
  font-size: 52px;
}

.onayamidiv h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.5em;
  width: 100%;
}

.onayamidiv ul div {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
  width: 30px;
}

.onayamidiv ul span {
  color: #6bb42d;
  font-weight: 700;
}

.onayamidiv ul img {
  display: block;
  margin: 0 auto;
}

.solvediv {
  max-width: 1280px;
  display: block;
  margin: 0 auto;
  background: #eeeeee;
  padding-top: 45px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 45px;
  border-radius: 10px;
  background-image: url(https://solutionds1.co.jp/wp-content/uploads/2025/08/operator.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 20%;
  margin-bottom: 65px;
}

.solvediv ul p:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  background-image: url(https://solutionds1.co.jp/wp-content/uploads/2025/08/check.webp);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.solvediv ul li {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  padding-left: 30px;
  text-indent: -30px;
  line-height: 1.5em;
}

.solvediv ul li:last-child {
  margin-bottom: 0px;
}

.arrowdiv:before {
  content: "";
  display: inline-block;
  width: 75px;
  height: 75px;
  margin-right: 5px;
  background-image: url(https://solutionds1.co.jp/wp-content/uploads/2025/08/arrowtop.png);
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
}

.arrowdiv:after {
  content: "";
  display: inline-block;
  width: 75px;
  height: 75px;
  margin-right: 5px;
  background-image: url(https://solutionds1.co.jp/wp-content/uploads/2025/08/arrowbot.png);
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
  background-position: bottom;
}

.arrowdiv {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.arrowdiv p {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3em;
}

.arrowdiv p span {
  font-size: 70px;
  font-weight: 900;
  color: #419536;
}

.onayamidiv ul li br.brsp {
  display: block;
}

@media (max-width: 768px) {
  .onayamidiv h2 {
    font-size: 26px;
  }

  .onayamidiv {
    padding: 3%;
  }

  .onayamidiv ul li {
    width: 48%;
  }

  .onayamidiv ul li {
    padding: 25px 15px 25px;
  }

  .onayamidiv ul li br.brsp {
    display: none;
  }

  .onayamidiv h3 {
    font-size: 16px;
    text-align: justify;
  }

  .onayamidiv ul li:nth-child(3) {
    margin-bottom: 0%;
  }

  .onayamidiv ul li:nth-child(3) {
    margin-bottom: 3%;
  }

  .onayamidiv ul {
    align-items: unset;
  }

  .onayamidiv ul li {
    margin-bottom: 3%;
    height: auto;
  }

  .arrowdiv:before {
    width: 55px;
    height: 55px;
  }

  .arrowdiv p span {
    font-size: 36px;
  }

  .arrowdiv:after {
    width: 55px;
    height: 55px;
  }

  .solvediv {
    margin: 3%;
  }

  .solvediv {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    margin: 3%;
  }

  .solvediv ul p:before {
    width: 20px;
    height: 20px;
  }

  .arrowdiv p {
    font-size: 30px;
    line-height: 1.5em;
  }

  .solvediv ul li {
    font-size: 16px;
    padding-left: 8%;
    text-indent: -8%;
  }

  .solvediv {
    background-size: 45%;
    padding-top: 25px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 25px;
    margin: 3%;
  }
}

.onayamidcs ul li {
  box-shadow: 0px 0px 10px 0px #f65252;
}

.onayamidcs ul span {
  color: #f65252;
}

.arrowdcs p span {
  color: #f65252;
}

.solvedcs ul p:before {
  background-image: url(https://solutionds1.co.jp/wp-content/uploads/2025/08/checkred.png);
}

.solvedcs {
  background-image: url(https://solutionds1.co.jp/wp-content/uploads/2025/08/operator3.png);
}

.arrowdcs:before {
  background-image: url(https://solutionds1.co.jp/wp-content/uploads/2025/08/arrowrtop.png);
}

.arrowdcs:after {
  background-image: url(https://solutionds1.co.jp/wp-content/uploads/2025/08/arrowrbot.png);
}

.arrowdcs p {
  font-size: 42px;
}

.arrowdcs p span {
  font-size: 65px;
}

.onayamipbx ul li {
  box-shadow: 0px 0px 10px 0px #1e88fe;
}

.onayamipbx ul span {
  color: #1e88fe;
}

.arrowpbx p span {
  color: #1e88fe;
}

.solvepbx ul p:before {
  background-image: url(https://solutionds1.co.jp/wp-content/uploads/2025/08/checkblue.png);
}

.solvepbx {
  background-image: url(https://solutionds1.co.jp/wp-content/uploads/2025/08/operator2.png);
}

.arrowpbx:before {
  background-image: url(https://solutionds1.co.jp/wp-content/uploads/2025/08/arrowbtop.png);
}

.arrowpbx:after {
  background-image: url(https://solutionds1.co.jp/wp-content/uploads/2025/08/arrowbbot.png);
}

@media (max-width: 768px) {
  .arrowdcs p {
    font-size: 30px;
  }

  .arrowdcs p span {
    font-size: 36px;
  }
}

section#case {
  margin-bottom: 0px;
}

.ctabannerintop {
  display: block;
  margin: 200px auto 0px;
  max-width: 650px;
}

.ctabannerin {
  display: block;
  margin: 40px auto 40px;
  max-width: 950px;
}

@media (max-width: 768px) {
  .ctabannerintop {
    margin: 50px auto 0px;
    padding-left: 3%;
    padding-right: 3%;
    max-width: 450px;
  }

  .ctabannerin {
    padding-left: 3%;
    padding-right: 3%;
  }
}

#cta-wrapper {
  position: fixed;
  right: 3%;
  bottom: 35px;
  z-index: 100000;
  width: 70%;
  max-width: 400px;
}

/* CTAボタン */
#ryoukincta {
  display: block;
  cursor: pointer;
  width: 100%;
  height: auto;
  opacity: 0;
  /* 表示状態にするなら1に */
  transition: 0.3s;
  text-decoration: none;
}

/* ✕ ボタン */
#cta-close {
  position: absolute;
  top: -65px;
  opacity: 0;
  /* 表示状態にするなら1に */
  right: -10px;
  background: #333;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s;
  z-index: 100000;
}

#cta-close:hover {
  background: #555;
}

@media (max-width: 1520px) {
  #cta-close {
    top: -85px;
  }
}

@media (max-width: 600px) {
  #ryoukincta {
    display: block;
    cursor: pointer;
    width: 95%;
    height: auto;
    opacity: 0;
    transition: 0.3s;
    text-decoration: none;
  }
}

/* 目次全体のスタイル */
#table-of-contents {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  border-radius: 5px;
  max-width: 600px;
  margin: 0px auto 40px;
}

/* タイトルスタイル */
#table-of-contents .toc-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 2px solid #ddd;
  /* 下線 */
  padding-bottom: 5px;
  text-align: center;
}

/* リストスタイル */
#table-of-contents .toc-list {
  list-style-type: none;
  /* デフォルトのリストスタイルを無効化 */
  padding: 0;
  margin: 0;
}

/* リストアイテムに番号を付ける */
#table-of-contents .toc-list li {
  margin: 5px 0;
  position: relative;
  /* ::beforeの基準位置 */
  padding-left: 30px;
  /* 番号分の余白を確保 */
}

#table-of-contents .toc-list li::before {
  content: counters(item, ".") ".";
  /* カウンターの値を表示 */
  counter-increment: item;
  /* カウンターをインクリメント */
  position: absolute;
  left: 0;
  top: -3px;
  font-weight: bold;
  color: #333;
}

/* カウンターの初期設定 */
#table-of-contents .toc-list {
  counter-reset: item;
  /* カウンターをリセット */
}

/* リンクスタイル */
#table-of-contents a {
  text-decoration: none;
  color: #007bff;
  /* 青色 */
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.5em;
}

#table-of-contents a:hover {
  text-decoration: underline;
  /* ホバー時のスタイル */
}

#wbx-related-column {
  width: 75%;
  margin: 0 auto 40px;
  box-sizing: border-box;
}

#wbx-related-column *,
#wbx-related-column *::before,
#wbx-related-column *::after {
  box-sizing: border-box;
}

#wbx-related-column .wbx-related-column__heading {
  font-size: 1.4rem;
  margin: 0 0 24px;
  font-weight: 600;
}

#wbx-related-column .wbx-related-column__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

#wbx-related-column .wbx-related-column__card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

#wbx-related-column .wbx-related-column__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

#wbx-related-column .wbx-related-column__thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

#wbx-related-column .wbx-related-column__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#wbx-related-column .wbx-related-column__content {
  padding: 12px 14px;
}

#wbx-related-column .wbx-related-column__date {
  display: block;
  font-size: 0.75rem;
  opacity: 0.7;
  margin-bottom: 6px;
}

#wbx-related-column .wbx-related-column__title {
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 500;
}

/* ============================
  Mobile (1 column / 3 items)
============================ */
@media (max-width: 600px) {
  #wbx-related-column .wbx-related-column__grid {
    grid-template-columns: 1fr;
  }

  /* 4件目以降は完全非表示 */
  #wbx-related-column .wbx-related-column__card:nth-of-type(n + 4) {
    display: none;
  }
}

/* =============================================
   Column Detail Page Decoration (.single-column-post .single__text)
   ============================================= */

/* H2 Heading */
.single-column-post .single__text h2 {
  background-color: #f0f3f8;
  border-left: 5px solid #0051cd;
  padding: 0.7em;
  margin-top: 2em;
  /* Ensure some space above */
  margin-bottom: 1.5em;
  font-size: 1.5rem;
  border-bottom: none;
  font-weight: bold;
}

/* H3 Heading */
.single-column-post .single__text h3 {
  border-bottom: 2px solid #ededed;
  padding: 0.5em 0;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  font-size: 1.3rem;
  font-weight: bold;
}

/* H4 Heading */
.single-column-post .single__text h4 {
  padding-left: 12px;
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-size: 1.1rem;
  font-weight: bold;
  padding-top: 0;
}
.cbgblue {
  background-color: #e8f3fe;
  border: 1px solid #d3ddf0;
  padding: 20px;
  margin-top: 20px;
}
.has-fixed-layout tbody tr:first-child {
  background-color: #f5f5f5;
}
.has-fixed-layout tbody td,
.has-fixed-layout tbody tr {
  border: 1px solid #ededed;
}
.single-column-post table {
  margin-top: 30px;
  margin-bottom: 30px;
}

ul.wp-block-list:has(li > a) {
  list-style: none;
  padding-left: 0;
}
ul.wp-block-list li:has(a) {
  background: #eff4ff;
  padding-left: 20px;
  border-top: 1px solid #e3efff;
  border-bottom: 1px solid #e3efff;
}
ul.wp-block-list li:has(a) a {
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none !important;
}

/* Links */
.single-column-post .single__text a {
  color: #1454d2;
  text-decoration: underline;
  transition: opacity 0.3s;
}

.single-column-post .single__text a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.single-column-post hr {
  display: none;
}

/* =============================================
   Breadcrumbs
   ============================================= */
.breadcrumb {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 0.9rem;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb__item {
  display: flex;
  align-items: center;
}

.breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin: 0 10px;
  color: #7e8387;
  font-size: 0.8em;
}

.breadcrumb__link {
  color: #333;
  text-decoration: none;
}

.breadcrumb__link:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.breadcrumb__current {
  color: #7e8387;
}

@media screen and (max-width: 1440px) {
  .breadcrumb {
    padding: 20px 0;
  }
}

@media (max-width: 600px) {
  .breadcrumb {
    font-size: 0.8rem;
    padding: 15px 0;
  }
}

/* Column page breadcrumb adjustments */
.column-page .breadcrumb {
  padding: 0 0 20px 0;
  max-width: 100%;
}

/* Single page breadcrumb - prevent header overlap on mobile */
.single-wrapper .breadcrumb {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .single-wrapper .breadcrumb {
    padding-top: 80px;
  }
}

@media screen and (max-width: 599px) {
  .single-wrapper .breadcrumb {
    padding-top: 70px;
  }
}

/* Force single column width back to specific size only for column pages if needed, 
   but currently it relies on .single width (75%).
   If user says it's too wide, maybe previously it was different or flex affected it.
   Let's ensure .single-column-post behaves same as .single (75% width).
*/

/* 
  If the previous sidebar implementation made the main content 72% of a 1400px container, 
  that was roughly 1008px.
  Original .single is 75% of parent (.single-wrapper).
  If .single-wrapper is 100% of viewport, 75% might be wider than what user saw with sidebar layout.
  But user asked to revert sidebar. So it should be back to original.
  
  "Width is getting larger" implies 75% is too wide?
  Wait, I might have deleted a style that was restricting it?
  
  Let's check if I accidentally deleted something else.
  The user edit changed .breadcrumb max-width to 1400px.
*/

/* Adjust breadcrumb to match .single width for consistency on column pages */
.single-wrapper .breadcrumb {
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .single-wrapper .breadcrumb {
    width: 100%;
  }
}

/* =============================================
   Sticky CTA (New Implementation)
   ============================================= */
#sticky-cta-container {
  position: fixed;
  bottom: 20%;
  right: 20px;
  width: 320px;
  background: #fff;
  /* height: 312px; */
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
  z-index: 10000;
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  animation: slideInUp 0.5s ease-out;
}

@keyframes slideInUp {
  from {
    transform: translateY(100px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.sticky-cta-inner {
  position: relative;
  padding: 24px 20px 20px;
}

#sticky-cta-close {
  position: absolute;
  top: -8px;
  right: 12px;
  background: transparent;
  border: none;
  font-size: 24px;
  color: #999;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  z-index: 2;
}

#sticky-cta-close:hover {
  color: #333;
}

.sticky-cta-header {
  font-size: 14px;
  font-weight: 700;
  color: #002b49;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 16px 0;
}

.sticky-cta-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sticky-cta-main-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2357a8;
  color: #fff;
  text-decoration: none;
  padding: 14px 0;
  border-radius: 6px;
  font-weight: 700;
  font-size: 18px;
  transition:
    background-color 0.3s,
    transform 0.2s;
  box-shadow: 0 2px 6px rgba(35, 87, 168, 0.3);
}

.sticky-cta-main-btn:hover {
  background-color: #1a4e8a;
  transform: translateY(-2px);
}

.sticky-cta-main-btn span.material-symbols-outlined {
  font-size: 20px;
  margin-left: 8px;
  font-weight: normal;
}

.sticky-cta-sub-btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sticky-cta-sub-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #39a8a6;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  transition:
    background-color 0.3s,
    opacity 0.3s;
  text-align: center;
  margin-bottom: 5px;
}

.sticky-cta-sub-btn:hover {
  background-color: #2e8c8a;
  opacity: 0.95;
}

.sticky-cta-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.sticky-cta-sub-btn.small {
  flex: 1;
  font-size: 16px;
  padding: 10px 4px;
}

/* Mobile adjustments: Hide on smartphones */
@media screen and (max-width: 768px) {
  #sticky-cta-container {
    display: none !important;
  }
}

.contact-form .ccta {
  max-width: 440px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .contact-form .ccta {
    max-width: 440px;
    width: auto;
  }

  .contact-form {
    width: 100%;
    margin-top: 40px;
  }
}

/* Sidebar Layout for Column/Case Pages */
.wbx-col-container {
  display: flex;
  justify-content: space-between;
  /* align-items: flex-start;  <-- REMOVED to allow default 'stretch' */
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  overflow: visible;
}

.wbx-col-main {
  flex: 1;
  width: 100%;
  min-width: 0;
}

.wbx-col-sidebar {
  width: 300px;
  flex-shrink: 0;
}

.wbx-col-sidebar__sticky {
  /* position: -webkit-sticky; */
  /* position: sticky; */
  /* top: 100px; */
}

/* Sidebar Internal Styles */
.wbx-sidebar-section {
  margin-bottom: 40px;
}

.wbx-sidebar-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  border-bottom: 2px solid #419438;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.wbx-sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wbx-sidebar-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.wbx-sidebar-item:last-child {
  border-bottom: none;
}

.wbx-sidebar-item a {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  color: #333;
  transition: opacity 0.3s;
}

.wbx-sidebar-item a:hover {
  opacity: 0.7;
}

.wbx-sidebar-thumb {
  width: 80px;
  height: 60px;
  flex-shrink: 0;
  margin-right: 15px;
  overflow: hidden;
  border-radius: 4px;
}

.wbx-sidebar-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wbx-sidebar-text {
  flex: 1;
}

.wbx-sidebar-text time {
  display: block;
  font-size: 12px;
  color: #888;
  margin-bottom: 4px;
}

.wbx-sidebar-text p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Promo Buttons */
.wbx-sidebar-promo-btn {
  display: block;
  position: relative;
  width: 100%;
  padding: 16px 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  border-radius: 50px;
  /* Pill shape */
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 15px;
}

.wbx-sidebar-promo-btn .arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-family: monospace;
}

.wbx-sidebar-promo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.wbx-btn-materials {
  background: linear-gradient(135deg, #419438 0%, #6bb42d 100%);
  color: #fff;
  border: none;
}

.wbx-btn-materials:hover {
  opacity: 0.9;
}

.wbx-btn-simulation {
  background: #fff;
  color: #419438;
  border: 2px solid #419438;
}

.wbx-btn-simulation:hover {
  background: #f0fdf4;
}

.wbx-sidebar-image img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 900px) {
  .wbx-col-container {
    display: block;
  }

  .wbx-col-sidebar {
    width: 100%;
    margin-top: 40px;
    display: block;
  }

  .wbx-col-sidebar__sticky {
    position: static;
  }
}

/* Service Dropdown Menu */
header .header__right nav ul li.service-dropdown-parent {
  position: relative;
  display: flex !important;
  /* Ensure it behaves as a flex item if needed, though li is block by default inside flex */
  align-items: center;
  /* Center content vertically */
  height: 100%;
  /* Match height of nav */
  cursor: pointer;
  list-style: none;
}

header .header__right nav ul li.service-dropdown-parent > a {
  text-decoration: none;
  color: inherit;
  /* Inherit form li or ul */
  display: block;
  /* Ensure hit area is good */
  /* Add some vertical padding to bridge gap if any, though flex align center handles position */
}

/* Hover state for parent text */
header .header__right nav ul li.service-dropdown-parent:hover > a {
  color: #6bb42d;
}

/* The Dropdown List */
header .header__right nav ul.service-dropdown-list {
  display: flex !important;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background-color: #fff;
  min-width: 320px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  padding: 10px 0;
  border-radius: 4px;
  z-index: 9999;
  flex-direction: column !important;
  column-gap: 0 !important;
  row-gap: 0 !important;
  border-top: 3px solid #6bb42d;
  text-align: left;
  transition: all 0.3s ease;
}

/* Show on hover */
header
  .header__right
  nav
  li.service-dropdown-parent:hover
  ul.service-dropdown-list {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  margin-top: 15px;
}

/* Dropdown Items */
header .header__right nav ul.service-dropdown-list li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eee;
  /* Separator */
}

header .header__right nav ul.service-dropdown-list li:last-child {
  border-bottom: none;
}

header .header__right nav ul.service-dropdown-list li a {
  display: block;
  padding: 12px 20px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
  white-space: nowrap;
  /* Prevent wrapping */
  line-height: 1.4;
}

header .header__right nav ul.service-dropdown-list li a:hover {
  background-color: #f9f9f9;
  color: #6bb42d;
  padding-left: 25px;
  /* Slight bump effect */
}

/* 通話料・通信料削減の成功事例ボタン */
.case-study-btn {
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
  padding: 15px 40px;
  border: 2px solid #419438;
  border-radius: 50px;
  background-color: #419438;
  width: fit-content;
  text-decoration: none;
  transition: all 0.3s;
}

.case-study-btn:hover {
  background-color: #fff;
  opacity: 0.8;
}

.case-study-btn:hover span {
  transform: translateX(5px);
  color: #419438;
}

.case-study-btn p {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s;
}

.case-study-btn:hover p {
  color: #419438;
}

@media screen and (max-width: 768px) {
  .case-study-btn {
    width: 100%;
    padding: 15px 20px;
    column-gap: 20px;
    max-width: 300px;
  }

  .case-study-btn p {
    font-size: 13px;
  }
}

.dorico {
  /* =========================================================
     共通スタイルここから
  ========================================================= */
}
.dorico__container {
  max-width: 1100px;
  margin-inline: auto;
}
.dorico__container--problem {
  padding-inline: 5%;
}
.dorico__container--advantages {
  padding-block: 60px 50px;
  background: #fff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1200px) {
  .dorico__container {
    max-width: 900px;
  }
  .dorico__container--problem {
    padding-inline: 0;
  }
  .dorico__container--comparison {
    max-width: 1100px;
  }
}
@media screen and (max-width: 950px) {
  .dorico__container--advantages {
    max-width: 880px;
  }
  .dorico__container--faq {
    max-width: 768px;
  }
}
@media screen and (max-width: 900px) {
  .dorico__container {
    max-width: 768px;
    padding-block: 40px 50px;
  }
  .dorico__container--faq {
    max-width: 90%;
  }
  .dorico__container--about {
    padding-block: 40px 0;
  }
  .dorico__container--solve {
    padding-block: 40px 0;
  }
  .dorico__container--features {
    max-width: 90%;
    padding-block: 0 30px;
  }
  .dorico__container--flow {
    max-width: 90%;
    padding-block: 0 30px;
  }
  .dorico__container--security {
    max-width: 90%;
    padding-block: 0 30px;
  }
  .dorico__container--comparison {
    padding-block: 0 30px;
  }
  .dorico__container--faq {
    padding-block: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .dorico__container--advantages {
    max-width: 95%;
  }
  .dorico__container--problem {
    max-width: 90%;
  }
  .dorico__container--about {
    max-width: 90%;
  }
  .dorico__container--case {
    max-width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .dorico__container--problem {
    max-width: 80%;
  }
}
@media screen and (max-width: 450px) {
  .dorico__container--problem {
    max-width: 85%;
  }
}
.dorico__buttons {
  display: flex;
  padding-block: 25px 35px;
  text-align: center;
  gap: 3%;
  max-width: 551px;
  margin-bottom: 35px;
}
.dorico__buttons--case {
  margin-inline: auto;
  margin-bottom: 0;
  padding-block: 63px 0;
}
@media screen and (max-width: 1200px) {
  .dorico__buttons--case {
    padding-block: 50px 0;
  }
}
@media screen and (max-width: 900px) {
  .dorico__buttons--case {
    padding-block: 50px 0;
  }
}
@media screen and (max-width: 599px) {
  .dorico__buttons--case {
    flex-direction: column;
    row-gap: 20px;
  }
}
.dorico__buttons--margin {
  margin-inline: auto;
  margin-bottom: 0;
  padding-block: 26px 55px;
}
@media screen and (max-width: 1200px) {
  .dorico__buttons--margin {
    padding-block: 20px 40px;
  }
}
@media screen and (max-width: 599px) {
  .dorico__buttons--margin {
    flex-direction: column;
    row-gap: 20px;
    margin-inline: 2%;
  }
}
@media screen and (max-width: 1200px) {
  .dorico__buttons--top {
    max-width: 420px;
    gap: 2%;
    padding-block: 20px 35px;
  }
}
@media screen and (max-width: 900px) {
  .dorico__buttons--top {
    padding-block: 15px 35px;
  }
}
@media screen and (max-width: 768px) {
  .dorico__buttons--top {
    margin-inline: auto;
    padding-block: 25px 35px;
    gap: 3%;
    margin-bottom: 0;
    max-width: unset;
    margin-left: -7%;
  }
}
@media screen and (max-width: 500px) {
  .dorico__buttons--top {
    flex-direction: column;
    row-gap: 20px;
  }
}
.dorico__button {
  flex: 0 0 50%;
}
.dorico__buttons > a {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.dorico__buttons > a:hover {
  opacity: 0.85;
}
.dorico__button-text-small {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 7px;
}
.dorico__button-text-small--orange {
  color: #ff7300;
}
@media screen and (max-width: 1200px) {
  .dorico__button-text-small {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .dorico__button-text-small {
    font-weight: 700;
  }
}
.dorico__button-text {
  border-radius: 33px;
  border: 3px solid #fff;
  color: #fff;
  font-size: 20px;
  padding: 20px 5%;
  font-weight: 900;
  background: #ff7300;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}
.dorico__button-text--right {
  color: #ff7300;
  border-radius: 33px;
  border: 3px solid #ff7300;
  background: #fff;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1200px) {
  .dorico__button-text {
    font-size: 18px;
    padding: 15px 2%;
  }
}
@media screen and (max-width: 900px) {
  .dorico__button-text {
    padding: 13px 2%;
    font-size: 16px;
  }
}
.dorico__title {
  color: #1e1e1e;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 64px */
  letter-spacing: 4px;
  text-align: center;
  padding-bottom: 6px;
  position: relative;
}
.dorico__title::after {
  content: "";
  display: block;
  margin-inline: auto;
  width: 76px;
  height: 4px;
  margin-top: 6px;
  background: var(
    --Linear,
    linear-gradient(91deg, #18d0c0 1.17%, #0686f7 100%)
  );
}
.dorico__title--no-line::after {
  display: none;
}
@media screen and (max-width: 900px) {
  .dorico__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .dorico__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .dorico__title {
    font-size: 24px;
  }
}
.dorico__text {
  color: #1e1e1e;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 1.8px;
  padding: 15px 19% 50px;
}
.dorico__text--features {
  padding: 15px 19% 10px;
}
@media screen and (max-width: 900px) {
  .dorico__text--features {
    padding: 15px 10% 10px;
  }
}
@media screen and (max-width: 900px) {
  .dorico__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .dorico__text {
    line-height: 150%;
    padding: 15px 5% 50px;
  }
}
.dorico__title-blue {
  color: #25335c;
}
.dorico__title-blue2 {
  color: #127cc3;
}
.dorico__title-green {
  color: #199191;
}
.dorico__description {
  color: #1e1e1e;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.8px;
  margin-top: 25px;
  margin-inline: auto;
}
.dorico__description--about {
  max-width: 569px;
}
.dorico__focus-flex {
  display: flex;
  align-items: center;
  gap: 3%;
}
.dorico__focus-flex--about {
  padding: 120px 12% 80px;
}
@media screen and (max-width: 1200px) {
  .dorico__focus-flex--about {
    padding: 120px 5% 80px;
  }
}
@media screen and (max-width: 900px) {
  .dorico__focus-flex--about {
    padding: 85px 5% 45px;
  }
}
@media screen and (max-width: 768px) {
  .dorico__focus-flex--about {
    padding: 25px 5% 45px;
    gap: 12px;
  }
}
@media screen and (max-width: 660px) {
  .dorico__focus-flex--about {
    padding: 25px 0 45px;
  }
}
@media screen and (max-width: 450px) {
  .dorico__focus-flex--about {
    align-items: stretch;
  }
}
.dorico__focus-img {
  max-width: 15px;
}
.dorico__focus-img--right {
  transform: scaleX(-1);
}
.dorico__focus-img img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .dorico__focus-img {
    flex: 0 0 13px;
    max-width: 13px;
    flex-shrink: 0;
    align-self: stretch;
  }
  .dorico__focus-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    display: block;
  }
}
.dorico__focus-text {
  color: #1e1e1e;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2.8px;
}
@media screen and (max-width: 950px) {
  .dorico__focus-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .dorico__focus-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .dorico__focus-text {
    font-size: 18px;
  }
}
.dorico .w1200 {
  display: none;
}
@media screen and (max-width: 1200px) {
  .dorico .w1200 {
    display: block;
  }
}
.dorico .w900 {
  display: none;
}
@media screen and (max-width: 900px) {
  .dorico .w900 {
    display: block;
  }
}
.dorico .w599 {
  display: none;
}
@media screen and (max-width: 599px) {
  .dorico .w599 {
    display: block;
  }
}
.dorico .dorico-fadein {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.dorico .dorico-fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}
.dorico {
  /* =========================================================
     CTAここから
  ========================================================= */
}
.dorico__cta {
  background: var(
    --Linear,
    linear-gradient(91deg, #18d0c0 1.17%, #0686f7 100%)
  );
}
.dorico__cta-heading {
  color: #127cc3;
  font-size: 24px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 2.16px;
  background: #ffe500;
  display: block;
  width: fit-content;
  margin-inline: auto;
  padding: 11px 2.5%;
  border-radius: 999px;
  transform: translateY(-30px);
  position: relative;
  z-index: 2;
}
.dorico__cta-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  transform: translateX(-50%);
  width: 24.5px;
  height: 14px;
  background: #ffe500 !important;
  /* ▼ 逆三角形 */
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 900px) {
  .dorico__cta-heading {
    text-align: center;
    line-height: 150%;
    padding: 11px 10%;
  }
}
@media screen and (max-width: 768px) {
  .dorico__cta-heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .dorico__cta-heading {
    padding: 10px 6%;
    width: 95%;
  }
}
.dorico__cta-logo {
  max-width: 260px;
  margin-inline: auto;
}
.dorico__cta-logo img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .dorico__cta-logo {
    max-width: 230px;
  }
}
.dorico__cta-title {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 170%;
  letter-spacing: 4px;
}
@media screen and (max-width: 900px) {
  .dorico__cta-title {
    font-size: 36px;
    line-height: 150%;
  }
}
.dorico {
  /* =========================================================
     FVここから
  ========================================================= */
  padding-top: 87px;
}
@media screen and (max-width: 1024px) {
  .dorico {
    padding-top: 93px;
  }
}
.dorico__fv {
  background-image: url(/wp-content/themes/DreamSolution/assets/image/dorico/fv-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.dorico__fv-wrapper {
  display: flex;
  max-width: 1200px;
  margin-inline: auto;
  justify-content: center;
  align-items: center;
  padding-block: 50px 40px;
}
@media screen and (max-width: 1200px) {
  .dorico__fv-wrapper {
    max-width: 900px;
    padding-block: 35px 20px;
  }
}
@media screen and (max-width: 900px) {
  .dorico__fv-wrapper {
    max-width: 768px;
    padding-block: 25px 20px;
    justify-content: space-between;
  }
}
.dorico__fv-left {
  width: 61%;
  background-image: url(/wp-content/themes/DreamSolution/assets/image/dorico/fv-left.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 900px) {
  .dorico__fv-left {
    width: 64%;
  }
}
@media screen and (max-width: 768px) {
  .dorico__fv-left {
    width: 90%;
    margin-inline: auto;
  }
}
.dorico__fv-string {
  margin-left: 7%;
}
.dorico__fv-logo {
  width: 26%;
  padding-top: 35px;
  margin-bottom: 20px;
}
.dorico__fv-logo img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .dorico__fv-logo {
    margin-bottom: 13px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 900px) {
  .dorico__fv-logo {
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 768px) {
  .dorico__fv-logo {
    padding-top: 25px;
    margin-bottom: 10px;
  }
}
.dorico__fv-title {
  margin: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.dorico__fv-title-sub {
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 4px 0;
}
@media screen and (max-width: 1200px) {
  .dorico__fv-title-sub {
    font-size: 34px;
  }
}
@media screen and (max-width: 900px) {
  .dorico__fv-title-sub {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .dorico__fv-title-sub {
    font-size: 38px;
  }
}
@media screen and (max-width: 599px) {
  .dorico__fv-title-sub {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .dorico__fv-title-sub {
    font-size: 21px;
  }
}
.dorico__fv-title-main {
  font-size: 79px;
  font-weight: 900;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .dorico__fv-title-main {
    font-size: 60px;
  }
}
@media screen and (max-width: 900px) {
  .dorico__fv-title-main {
    font-size: 55px;
  }
}
@media screen and (max-width: 768px) {
  .dorico__fv-title-main {
    font-size: 68px;
  }
}
@media screen and (max-width: 599px) {
  .dorico__fv-title-main {
    font-size: 50px;
  }
}
@media screen and (max-width: 500px) {
  .dorico__fv-title-main {
    font-size: 38px;
  }
}
.dorico__fv-text {
  color: #fff;
  display: inline-block;
  text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
  font-size: 28px;
  font-weight: 700;
  margin-top: 20px;
  border: 2px solid #fff;
  padding: 5px 5%;
}
@media screen and (max-width: 1200px) {
  .dorico__fv-text {
    font-size: 20px;
    margin-top: 13px;
    padding: 5px 7%;
  }
}
@media screen and (max-width: 900px) {
  .dorico__fv-text {
    font-size: 18px;
    margin-top: 10px;
    padding: 3px 8%;
  }
}
@media screen and (max-width: 768px) {
  .dorico__fv-text {
    font-size: 22px;
    margin-top: 13px;
    padding: 5px 8%;
  }
}
@media screen and (max-width: 599px) {
  .dorico__fv-text {
    font-size: 16px;
    padding: 5px 5%;
  }
}
@media screen and (max-width: 599px) {
  .dorico__fv-text {
    font-size: 15px;
    padding: 3px 2%;
  }
}
.dorico__fv-right {
  width: 45%;
  margin-left: -7%;
  margin-top: 80px;
}
@media screen and (max-width: 1200px) {
  .dorico__fv-right {
    width: 40%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 900px) {
  .dorico__fv-right {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .dorico__fv-right {
    display: none;
  }
}
.dorico__fv-sp-img {
  display: none;
}
@media screen and (max-width: 768px) {
  .dorico__fv-sp-img {
    display: block;
    width: 65%;
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 599px) {
  .dorico__fv-sp-img {
    width: 63%;
    margin: 7px 0 0 34%;
  }
}
.dorico {
  /* =========================================================
     navここから
  ========================================================= */
}
.dorico__anchor-nav {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 0;
}
@media screen and (max-width: 1200px) {
  .dorico__anchor-nav {
    max-width: 900px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 900px) {
  .dorico__anchor-nav {
    padding: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .dorico__anchor-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
    gap: 5px;
  }
}
@media screen and (max-width: 660px) {
  .dorico__anchor-nav {
    padding-inline: 5%;
  }
}
@media screen and (max-width: 450px) {
  .dorico__anchor-nav {
    gap: 9px;
  }
}
.dorico__anchor-item {
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
}
.dorico__anchor-item:hover {
  border-bottom-color: rgba(37, 172, 172, 0.35);
}
@media screen and (max-width: 768px) {
  .dorico__anchor-item {
    display: grid;
    grid-template-columns: 1fr 29px;
    column-gap: 7px;
    width: clamp(170px, 42vw, 230px);
    margin: 0 auto;
    align-items: center;
  }
}
.dorico__anchor-text {
  color: #199191;
  font-size: 20px;
  font-weight: 700;
  flex: 1;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .dorico__anchor-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .dorico__anchor-text {
    flex: 0 0 auto;
    font-size: 16px;
  }
}
.dorico__nav-icon {
  width: 29px;
}
.dorico__nav-icon img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .dorico__nav-icon {
    width: 25px;
  }
}
@media screen and (max-width: 660px) {
  .dorico__nav-icon {
    width: 20px;
  }
}
.dorico {
  /* =========================================================
     problemここから
  ========================================================= */
}
.dorico__problem {
  background: #ecf2f8;
  padding-block: 50px 60px;
  text-align: center;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 900px) {
  .dorico__problem {
    padding-block: 0;
  }
}
.dorico__problem-subtitle {
  background: #25335c;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
  display: inline-block;
  margin-bottom: 55px;
  padding-inline: 1%;
}
.dorico__problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px; /* カードの標準余白 */
  align-items: stretch;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .dorico__problem-grid {
    gap: 25px;
  }
}
@media screen and (max-width: 900px) {
  .dorico__problem-grid {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .dorico__problem-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 599px) {
  .dorico__problem-grid {
    grid-template-columns: 1fr;
  }
}
.dorico__problem-card {
  background: #fff;
  padding-block: 30px;
  padding-inline: 12%;
  position: relative;
  overflow: hidden;
}
.dorico__problem-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 40px solid #25335c; /* ← 色 */
  border-right: 40px solid transparent;
}
@media screen and (max-width: 1200px) {
  .dorico__problem-card {
    padding-inline: 10%;
  }
}
@media screen and (max-width: 900px) {
  .dorico__problem-card {
    padding-inline: 7%;
    padding-block: 25px;
  }
}
@media screen and (max-width: 599px) {
  .dorico__problem-card {
    padding-inline: 15%;
  }
}
.dorico__problem-heading {
  color: #25335c;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .dorico__problem-heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .dorico__problem-heading {
    font-size: 20px;
  }
}
.dorico__problem-text {
  color: #1e1e1e;
  font-weight: 500;
  line-height: 140%;
  text-align: left;
}
.dorico__problem-illus {
  width: 195px;
  grid-column: 3;
  grid-row: 2;
  align-self: center; /* 中央寄せ（上下の隙間が減りやすい） */
  position: relative;
  justify-self: center;
  height: 0;
  transform: translateY(-8px);
}
.dorico__problem-illus img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  height: auto;
  display: block;
}
@media screen and (max-width: 1200px) {
  .dorico__problem-illus {
    width: 170px;
    transform: translateY(3px);
  }
}
@media screen and (max-width: 768px) {
  .dorico__problem-illus {
    grid-column: 1/-1;
    grid-row: auto;
    height: auto;
    transform: none;
  }
  .dorico__problem-illus img {
    position: static;
    transform: none;
  }
}
.dorico__bridge {
  position: absolute;
  left: 50%;
  bottom: -45px;
  transform: translateX(-50%);
  z-index: 5;
  width: min(35px, 40vw);
  pointer-events: none;
}
.dorico__bridge--solve {
  position: static;
  margin-inline: auto;
}
.dorico__bridge img {
  animation: doricoBridgeFloat 1.8s ease-in-out infinite;
}
@keyframes doricoBridgeFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
.dorico {
  /* =========================================================
     solveここから
  ========================================================= */
}
.dorico__solve {
  padding-block: 90px 40px;
}
@media screen and (max-width: 900px) {
  .dorico__solve {
    padding-block: 40px 0;
  }
}
.dorico__solve-img {
  max-width: 585px;
  margin-inline: auto;
  transform: translateX(-3.5%);
  margin-bottom: 40px;
}
.dorico__solve-img img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .dorico__solve-img {
    max-width: 520px;
  }
}
@media screen and (max-width: 599px) {
  .dorico__solve-img {
    max-width: 450px;
  }
}
@media screen and (max-width: 450px) {
  .dorico__solve-img {
    max-width: 375px;
  }
}
.dorico {
  /* =========================================================
     aboutここから
  ========================================================= */
}
.dorico__about-grid {
  display: grid;
  grid-template-columns: 1fr min(360px, 40vw) 1fr;
  gap: 28px;
  align-items: end;
  padding-block: 50px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .dorico__about-grid {
    grid-template-columns: 1fr min(200px, 40vw) 1fr;
    gap: 20px;
  }
}
.dorico__about-col {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 1200px) {
  .dorico__about-col {
    gap: 30px;
  }
}
.dorico {
  /* ★ 右列を少し下げて視線の動きを出す */
}
.dorico__about-col--right {
  transform: translateY(110px);
}
.dorico__about-center {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
}
.dorico__about-img {
  position: relative;
  max-width: 247px;
  height: auto;
  aspect-ratio: 77/130;
}
.dorico__about-img img {
  width: 100%;
  height: auto;
  display: block;
}
.dorico {
  /* SVG（線） */
}
.dorico__about-lines {
  position: absolute;
  inset: 0;
  width: auto;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.dorico {
  /* カード共通 */
}
.dorico__about-card {
  position: relative;
  background: #0da0e3;
  border-radius: 3px;
  padding: 8px;
}
.dorico__about-card--left .dorico__pin--from {
  left: 100%;
}
.dorico__about-card--right .dorico__pin--from {
  right: 100%;
}
.dorico {
  /* ピン（座標取り用の不可視ポイント） */
}
.dorico__pin--from {
  position: absolute;
  top: var(--pin-y, 12%);
  transform: translateY(-50%);
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.dorico__pin--to {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.dorico {
  /* シルエット側ピンの配置（about-img基準） */
}
.dorico .dorico__pin--to[data-key="brain"] {
  left: 40%;
  top: 8%;
}
.dorico .dorico__pin--to[data-key="ear"] {
  left: 70%;
  top: 35%;
}
.dorico .dorico__pin--to[data-key="mouth"] {
  left: 15%;
  top: 48%;
}
.dorico .dorico__pin--to[data-key="hand"] {
  left: 78%;
  top: 90%;
}
.dorico {
  /* 見た目（カード中身） */
}
.dorico__about-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dorico__about-part {
  color: #ff7300;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 3.7px;
  background: #fff;
  padding: 4px 10px;
}
@media screen and (max-width: 950px) {
  .dorico__about-part {
    font-size: 32px;
  }
}
.dorico__about-role {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 1.2px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.dorico__about-role::before {
  content: "";
  width: 36px;
  height: 1px;
  background-color: currentColor;
  flex-shrink: 0;
}
@media screen and (max-width: 950px) {
  .dorico__about-role {
    font-size: 20px;
  }
  .dorico__about-role::before {
    width: 25px;
  }
}
.dorico__about-string {
  background: #fff;
  padding-block: 15px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 950px) {
  .dorico__about-string {
    padding-block: 10px 15px;
  }
}
.dorico__about-desc-title {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  border-radius: 3px;
  background: #ff7300;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 2px 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 950px) {
  .dorico__about-desc-title {
    font-size: 18px;
    padding: 2px 5px;
  }
}
@media screen and (max-width: 768px) {
  .dorico__about-desc-title {
    padding: 2px 14px;
  }
}
.dorico__about-number {
  font-family: inter, sans-serif;
  font-weight: 200;
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .dorico__about-number {
    font-size: 25px;
  }
}
.dorico__about-desc {
  margin: 0;
  padding-inline: 20px;
  list-style: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}
.dorico__about-desc li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.3;
  margin-top: 6px;
}
.dorico__about-desc li:first-child {
  margin-top: 0;
}
.dorico__about-desc li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 950px) {
  .dorico__about-grid {
    grid-template-columns: 1fr min(180px, 34vw) 1fr;
    gap: 14px;
    align-items: start;
    padding-block: 36px;
  }
  .dorico__about-col {
    gap: 22px;
  }
  .dorico__about-col--right {
    transform: translateY(40px);
  }
  .dorico__about-img {
    max-width: 247px;
  }
  .dorico__about-lines {
    width: 100%;
    height: 100%;
  }
  .dorico__about-card {
    padding: 6px;
  }
  .dorico__about-desc {
    padding-inline: 14px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .dorico__about-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-inline: 10%;
    align-items: start;
  }
  .dorico {
    /* 線は非表示 */
  }
  .dorico__about-lines {
    display: none;
  }
  .dorico {
    /* ★左右列を“中身だけ残して”親に合流させる */
  }
  .dorico__about-col--left,
  .dorico__about-col--right {
    display: contents;
  }
  .dorico {
    /* ★イラストを一番上に */
  }
  .dorico__about-center {
    order: 1;
    margin-bottom: 10px;
  }
  .dorico {
    /* ★4カードの順番を指定（脳→耳→口→手） */
  }
  .dorico .dorico__about-card--brain {
    order: 2;
  }
  .dorico .dorico__about-card--ear {
    order: 3;
  }
  .dorico .dorico__about-card--mouth {
    order: 4;
  }
  .dorico .dorico__about-card--hand {
    order: 5;
  }
  .dorico {
    /* イラスト中央寄せ */
  }
  .dorico__about-img {
    max-width: 150px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .dorico__about-grid {
    margin-inline: 3%;
  }
}
.dorico {
  /* =========================================================
     caseここから
  ========================================================= */
  /* ========================================
     CASE SECTION
  ======================================== */
}
.dorico__case {
  background: #effffe;
  padding-block: 62px 77px;
}
@media screen and (max-width: 1200px) {
  .dorico__case {
    padding-block: 62px 10px !important;
  }
}
@media screen and (max-width: 900px) {
  .dorico__case {
    padding-block: 0 !important;
  }
}
.dorico {
  /* ------------------------------
     Heading
  ------------------------------ */
}
.dorico__case-heading {
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  font-size: 30px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 3px;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .dorico__case-heading {
    line-height: 150%;
  }
}
@media screen and (max-width: 950px) {
  .dorico__case-heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dorico__case-heading {
    font-size: 20px;
  }
}
.dorico__case-bg-color {
  display: block;
  width: 100%;
  position: relative;
  padding: 11px 18px;
  text-align: center;
  background: linear-gradient(91deg, #18d0c0 1.17%, #0686f7 100%);
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.dorico__case-bg-color::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -17px;
  transform: translateX(-50%);
  width: 28px;
  height: 18px;
  background: inherit;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.dorico__case-subtitle {
  padding-top: 45px;
  color: #1e1e1e;
  text-align: center;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.6px;
  margin: 22px 0 0;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .dorico__case-subtitle {
    padding-top: 30px;
  }
}
.dorico {
  /* ------------------------------
     Layout
  ------------------------------ */
}
.dorico__case-wrapper {
  margin-top: 30px;
}
.dorico__case-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 45px;
  align-items: start;
}
@media screen and (max-width: 1200px) {
  .dorico__case-grid {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .dorico__case-grid {
    grid-template-columns: 1fr;
  }
}
.dorico {
  /* ------------------------------
     Video Embed（スマホ保険付き）
  ------------------------------ */
}
.dorico__case-embed {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
  /* ★ aspect-ratio未対応ブラウザ用の保険 */
}
.dorico__case-embed::before {
  content: "";
  display: block;
  padding-top: 56.25%; /* 16:9 */
}
.dorico__case-embed {
  /* 対応ブラウザではaspect-ratio優先 */
}
@supports (aspect-ratio: 16/9) {
  .dorico__case-embed {
    aspect-ratio: 16/9;
  }
  .dorico__case-embed::before {
    padding-top: 0;
  }
}
.dorico__case-embed iframe,
.dorico__case-embed video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.dorico__case-embed video {
  display: block;
  object-fit: contain;
  background: #000;
}
.dorico {
  /* ------------------------------
     Right Side Buttons
  ------------------------------ */
}
.dorico__case-side {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.dorico__case-right {
  display: flex;
  flex-direction: column;
}
.dorico__case-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  background: #fff;
  border-bottom: 1px solid #d0d0d0;
  padding: 16px;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  transition:
    background-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.15s ease,
    border-color 0.15s ease;
}
.dorico__case-btn:hover {
  background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
  box-shadow: 0 3px 8px rgba(13, 160, 227, 0.15);
  transform: translateY(1px);
  border-color: rgba(13, 160, 227, 0.35);
}
.dorico__case-btn.is-active {
  background: linear-gradient(180deg, #e9f6ff 0%, #dff0ff 100%);
  box-shadow: inset 0 2px 6px rgba(13, 160, 227, 0.25);
  border-color: #0da0e3;
  transform: translateY(0);
}
.dorico__case-btn.is-active .dorico__case-no {
  color: #0da0e3;
  transform: scale(1.05);
}
.dorico__case-no {
  color: #199191;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  flex: 0 0 auto;
}
.dorico__case-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.dorico__case-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}
.dorico__case-attention {
  color: #565656;
  font-size: 10px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1px;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .dorico__case-attention {
    margin-top: 15px;
  }
}
.dorico {
  /* =========================================================
     serviceここから
  ========================================================= */
}
.dorico__service {
  padding-block: 70px 150px;
}
@media screen and (max-width: 1200px) {
  .dorico__service {
    padding-block: 70px 120px;
  }
}
@media screen and (max-width: 950px) {
  .dorico__service {
    padding-block: 50px 100px;
  }
}
@media screen and (max-width: 900px) {
  .dorico__service {
    padding-block: 20px 55px;
  }
}
.dorico__service-tabs {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 35px;
}
@media screen and (max-width: 900px) {
  .dorico__service-tabs {
    gap: 25px;
  }
}
@media screen and (max-width: 599px) {
  .dorico__service-tabs {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 320px;
    margin-inline: auto;
    gap: 10px;
  }
}
.dorico {
  /* ▼ タブ本体（ここに全部集約） */
}
.dorico__service-tab {
  appearance: none;
  border: none;
  padding: 14px 22px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  /* ✅ 左グループ + 疑似要素（矢印）を両立させる */
  justify-content: space-between;
  gap: 8px;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.15s ease;
  /* 非アクティブ（デフォルト） */
  background-color: #e1e2e4;
  color: #849dae;
}
@media screen and (max-width: 1200px) {
  .dorico__service-tab {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .dorico__service-tab {
    font-size: 18px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 599px) {
  .dorico__service-tab {
    width: 100%;
    gap: 14px;
  }
}
.dorico__service-tab:hover {
  transform: translateY(-1px);
}
.dorico__service-tab {
  /* ▼ 〉（下向き）を末尾に付与：色は文字色に追従（位置は維持） */
}
.dorico__service-tab::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg); /* 下向き */
  margin-left: 6px;
  margin-top: -2px; /* 見た目微調整 */
  /* SP時：矢印は右端固定 */
}
@media screen and (max-width: 599px) {
  .dorico__service-tab::after {
    margin-left: auto;
  }
}
.dorico {
  /* ✅ 左側（アイコン + 文字）をまとめるラッパー */
}
.dorico__service-tab-left {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  /* ★ここが「中央寄せ寄り」の本体：左グループだけを少し右に寄せる */
  padding-left: 10px;
}
@media screen and (max-width: 900px) {
  .dorico__service-tab-left {
    padding-left: 8px;
  }
}
@media screen and (max-width: 599px) {
  .dorico__service-tab-left {
    padding-left: 20px;
    gap: 12px;
  }
}
.dorico {
  /* ラベル（必要なら調整用に置いておく） */
}
.dorico__service-tab-label {
  display: inline-block;
}
.dorico {
  /* アイコン共通 */
}
.dorico__service-tab-icon {
  width: 37px;
  height: 36px;
  display: inline-block;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 900px) {
  .dorico__service-tab-icon {
    width: 30px;
    height: 29px;
  }
}
.dorico {
  /* 個別アイコン（通常） */
}
.dorico__service-tab-icon--inbound {
  background-image: url("/wp-content/themes/DreamSolution/assets/image/dorico/service-in.svg");
}
.dorico__service-tab-icon--outbound {
  background-image: url("/wp-content/themes/DreamSolution/assets/image/dorico/service-out.svg");
}
.dorico {
  /* inbound アクティブ */
}
.dorico__service-tab.is-active[data-target="inbound"] {
  background-color: #25acac;
  color: #ffffff;
  cursor: default;
  transform: none;
}
.dorico__service-tab.is-active[data-target="inbound"]
  .dorico__service-tab-icon--inbound {
  background-image: url("/wp-content/themes/DreamSolution/assets/image/dorico/service-in-active.svg");
}
.dorico {
  /* outbound アクティブ */
}
.dorico__service-tab.is-active[data-target="outbound"] {
  background-color: #127cc3;
  color: #ffffff;
  cursor: default;
  transform: none;
}
.dorico__service-tab.is-active[data-target="outbound"]
  .dorico__service-tab-icon--outbound {
  background-image: url("/wp-content/themes/DreamSolution/assets/image/dorico/service-out-active.svg");
}
.dorico__service-panels {
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .dorico__service-panels {
    margin-top: 35px;
  }
}
.dorico__service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media screen and (max-width: 900px) {
  .dorico__service-grid {
    grid-template-columns: repeat(2, minmax(0, 320px));
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .dorico__service-grid {
    grid-template-columns: repeat(2, minmax(0, 300px));
    justify-content: center;
  }
}
@media screen and (max-width: 660px) {
  .dorico__service-grid {
    grid-template-columns: repeat(1, minmax(0, 80%));
    justify-content: center;
  }
}
@media screen and (max-width: 599px) {
  .dorico__service-grid {
    grid-template-columns: repeat(1, minmax(0, 90%));
    justify-content: center;
  }
}
.dorico__service-card {
  border-radius: 12px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  min-height: 120px;
}
@media screen and (max-width: 900px) {
  .dorico__service-card {
    padding: 18px 10%;
  }
}
.dorico__service-card-title {
  color: #199191;
  font-size: 24px;
  font-weight: 700;
  line-height: 170%;
  text-align: center;
  letter-spacing: 2.4px;
}
.dorico__service-card-title--blue {
  color: #127cc3;
}
@media screen and (max-width: 1200px) {
  .dorico__service-card-title {
    font-size: 18px;
    line-height: 150%;
  }
}
.dorico__service-card-media {
  max-width: 284px;
  margin-inline: auto;
  padding-block: 15px;
}
.dorico__service-card-media img {
  width: 100%;
  height: auto;
  display: block;
}
.dorico__service-card-desc {
  color: #1e1e1e;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.6px;
}
.dorico {
  /* 表示/非表示の状態（JSが is-active と hidden を切り替えます） */
}
.dorico__service-panel[hidden] {
  display: none;
}
.dorico {
  /* カテゴリー全体 */
}
.dorico__service-card-cats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  padding-top: 25px;
}
.dorico {
  /* カテゴリーリスト */
}
.dorico__service-card-cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: flex-end;
}
.dorico {
  /* 通常カテゴリー */
}
.dorico__service-card-cat {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #199191;
  border-radius: 2px;
  background: #e0f4f4;
  padding: 4px 10px;
  white-space: nowrap;
}
.dorico__service-card-cat--blue {
  color: #127cc3;
}
.dorico {
  /* 「など」専用 */
}
.dorico__service-card-etc {
  font-size: 12px;
  font-weight: 400;
  color: #199191;
  white-space: nowrap;
}
.dorico__service-card-etc--blue {
  color: #127cc3;
}
.dorico {
  /* =========================================================
     featuresここから
  ========================================================= */
}
.dorico__features {
  padding-block: 70px;
}
@media screen and (max-width: 660px) {
  .dorico__features {
    padding-block: 50px 30px;
  }
}
.dorico__features-attention {
  color: #1e1e1e;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 1.4px;
}
.dorico__features-container {
  max-width: 798px;
  margin-inline: auto;
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 660px) {
  .dorico__features-container {
    margin-top: 30px;
  }
}
.dorico__features-wrapper {
  border: 2px solid #25acac;
}
.dorico__features-heading-flex {
  display: flex;
  background: #25acac;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding-block: 1px;
}
.dorico__features-heading {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 2.4px;
}
.dorico__features-detail {
  color: #1e1e1e;
  max-width: 586px;
  margin-inline: auto;
  padding-block: 15px 40px;
}
@media screen and (max-width: 660px) {
  .dorico__features-detail {
    max-width: 90%;
  }
}
.dorico__features-title-flex {
  display: flex;
  align-items: center;
  gap: 11px;
}
.dorico__features-check {
  max-width: 16px;
  max-height: 15px;
}
.dorico__features-check img {
  width: 100%;
}
.dorico__features-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.8px;
  padding-top: 10px;
}
.dorico__features-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.6px;
  padding-left: 27px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d2d2d2;
}
.dorico__features-text--last {
  border-bottom: none;
}
.dorico {
  /* =========================================================
     advantagesここから
  ========================================================= */
}
.dorico__advantages {
  padding-block: 70px 60px;
  background: #f3f9ff;
}
.dorico__advantages-flex {
  max-width: 990px;
  display: flex;
  margin-inline: auto;
  justify-content: space-between;
  padding-block: 35px 60px;
  gap: 2%;
}
@media screen and (max-width: 1200px) {
  .dorico__advantages-flex {
    max-width: 890px;
    gap: 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 900px) {
  .dorico__advantages-flex {
    padding-block: 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .dorico__advantages-flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    padding-inline: 4%;
  }
}
.dorico__advantages-wrapper {
  width: 300px;
  flex: 0 0 300px;
  border: 2px solid #25acac;
  position: relative;
}
.dorico__advantages-wrapper::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1.5px solid #25acac;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .dorico__advantages-wrapper {
    width: 270px;
    flex: 0 0 270px;
    max-width: 270px;
  }
}
@media screen and (max-width: 900px) {
  .dorico__advantages-wrapper {
    width: 220px;
    flex: 0 0 220px;
    max-width: 220px;
  }
  .dorico__advantages-wrapper::before {
    inset: 4px;
  }
}
@media screen and (max-width: 768px) {
  .dorico__advantages-wrapper {
    width: calc(50% - 7px);
    flex: 0 0 calc(50% - 7px);
    max-width: none;
  }
}
@media screen and (max-width: 599px) {
  .dorico__advantages-wrapper {
    width: 100%;
    flex: 0 0 100%;
  }
}
.dorico__advantages-title {
  color: #fff;
  text-align: center;
  padding-block: 8px;
  margin-top: 20px;
  margin-inline: 13.5%;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  background: #25acac;
  border-radius: 999px;
}
@media screen and (max-width: 1200px) {
  .dorico__advantages-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .dorico__advantages-title {
    font-size: 18px;
    margin-inline: 8%;
  }
}
.dorico__advantages-text {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  margin-top: 10px;
  max-width: 210px;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .dorico__advantages-text {
    font-size: 16px;
    line-height: 150%;
  }
}
@media screen and (max-width: 900px) {
  .dorico__advantages-text {
    max-width: 170px;
  }
}
@media screen and (max-width: 599px) {
  .dorico__advantages-text {
    text-align: center;
    max-width: none;
  }
}
.dorico__advantages-img {
  max-width: 127px;
  margin: -16px 0 0 auto;
}
.dorico__advantages-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1200px) {
  .dorico__advantages-img {
    max-width: 110px;
    margin: 8px auto;
  }
}
@media screen and (max-width: 768px) {
  .dorico__advantages-img {
    max-width: 80px;
  }
}
.dorico {
  /* タイトル（アイコン + 文言の横並び） */
}
.dorico__advantages-title-flex {
  display: flex;
  background: #25acac;
  align-items: center;
  justify-content: flex-start;
  margin-inline: 5%;
  gap: 10px;
  padding: 6px 15px;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  .dorico__advantages-title-flex {
    margin-inline: 3%;
  }
}
@media screen and (max-width: 900px) {
  .dorico__advantages-title-flex {
    margin-inline: 4.5%;
  }
}
@media screen and (max-width: 768px) {
  .dorico__advantages-title-flex {
    margin-inline: 2%;
  }
}
.dorico__advantages-title2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 900px) {
  .dorico__advantages-title2 {
    font-size: 20px;
  }
}
.dorico__advantages-icon {
  max-width: 46px;
}
.dorico__advantages-icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 900px) {
  .dorico__advantages-icon {
    max-width: 40px;
  }
}
.dorico {
  /* リスト枠 */
}
.dorico__advantages-lists {
  max-width: 990px;
  margin-inline: auto;
  background: #f4fffd;
  display: flex;
  justify-content: center;
  gap: 45px;
  padding-inline: 7%;
}
@media screen and (max-width: 1200px) {
  .dorico__advantages-lists {
    max-width: none;
    margin-inline: 3%;
  }
}
@media screen and (max-width: 950px) {
  .dorico__advantages-lists {
    max-width: 890px;
  }
}
@media screen and (max-width: 900px) {
  .dorico__advantages-lists {
    margin-inline: 4.5%;
    gap: 25px;
    padding-inline: 0;
  }
}
@media screen and (max-width: 768px) {
  .dorico__advantages-lists {
    margin-inline: 2%;
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 660px) {
  .dorico__advantages-lists {
    display: grid;
    grid-template-columns: repeat(2, 160px);
    gap: 14px 18px;
    justify-content: center;
  }
}
.dorico__advantages-list-flex {
  display: flex;
  gap: 10px;
  min-width: 0;
  align-items: center;
  padding-block: 28px;
}
@media screen and (max-width: 660px) {
  .dorico__advantages-list-flex {
    /* gridにした方が揃う */
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 10px;
    padding-block: 12px;
  }
}
@media screen and (max-width: 450px) {
  .dorico__advantages-list-flex {
    gap: 0;
  }
}
.dorico__advantages-flower {
  width: 30px;
  flex: 0 0 30px;
}
.dorico__advantages-flower img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 660px) {
  .dorico__advantages-flower {
    width: 18px;
    flex: 0 0 18px;
  }
}
.dorico__advantages-list {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}
@media screen and (max-width: 1200px) {
  .dorico__advantages-list {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .dorico__advantages-list {
    font-size: 16px;
  }
}
@media screen and (max-width: 660px) {
  .dorico__advantages-list {
    text-align: left;
  }
}
.dorico {
  /* ✅ w660時に「タイトル列」と「リスト列」を同じ左端に揃えるための共通枠 */
}
@media screen and (max-width: 660px) {
  .dorico__advantages-type {
    max-width: 460px;
    margin-inline: auto;
    padding-inline: 10px;
    box-sizing: border-box;
  }
  .dorico__advantages-title-flex {
    width: 100%;
    margin-inline: 0;
    justify-content: flex-start;
  }
  .dorico__advantages-lists {
    width: 100%;
    margin-inline: 0;
    padding-inline: 0;
  }
}
@media screen and (max-width: 450px) {
  .dorico__advantages-title-flex {
    justify-content: center;
  }
  .dorico__advantages-title2 {
    font-size: 18px;
  }
  .dorico__advantages-lists {
    gap: 0;
  }
}
.dorico {
  /* =========================================================
     comparisonここから
  ========================================================= */
}
.dorico__comparison {
  padding-block: 60px 100px;
}
@media screen and (max-width: 900px) {
  .dorico__comparison {
    padding-block: 50px 60px;
  }
}
.dorico {
  /* wrapper */
}
.dorico__comparison-wrapper {
  max-width: 1092px;
  margin-inline: auto;
  position: relative;
  overflow: visible;
}
@media (max-width: 1024px) {
  .dorico__comparison-wrapper {
    max-width: 100%;
    padding-inline: 16px;
  }
}
@media (max-width: 768px) {
  .dorico__comparison-wrapper {
    padding-inline: 12px;
  }
}
.dorico {
  /* scroll */
}
.dorico__comparison-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 10;
  /* 帯は外に見せるが高さは増やさない */
  padding-top: 15px;
  margin-top: -15px;
  /* 帯（JSが --me-left / --me-w をセット） */
  --me-left: 0px;
  --me-w: 0px;
  --me-border: 2px;
  --me-color: #25acac;
}
.dorico__comparison-scroll::before {
  content: "";
  position: absolute;
  top: calc(0px - var(--me-border));
  height: calc(15px + var(--me-border));
  /* 左だけ border 分補正 */
  left: calc(var(--me-left) - var(--me-border));
  /* ★右にはみ出さない width */
  width: calc(var(--me-w) + var(--me-border));
  background: var(--me-color);
  border-top: var(--me-border) solid var(--me-color);
  border-left: var(--me-border) solid var(--me-color);
  border-right: var(--me-border) solid var(--me-color);
  box-sizing: border-box;
  z-index: 100;
  pointer-events: none;
}
.dorico__comparison-scroll {
  /* 右端フェード（帯より下にして欠け防止） */
}
.dorico__comparison-scroll::after {
  content: "";
  position: sticky;
  right: 0;
  top: 0;
  display: block;
  width: 28px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    to left,
    rgb(243, 249, 255),
    rgba(243, 249, 255, 0)
  );
  z-index: 30;
}
.dorico {
  /* ==========================
    table（ここが “％で縮小” の核）
  ========================== */
}
.dorico__comparison-table {
  table-layout: fixed;
  border-collapse: collapse;
  /* PCは固定幅でデザイン通り */
  width: 1092px;
  position: relative;
  z-index: 2;
}
.dorico__comparison-table th,
.dorico__comparison-table td {
  vertical-align: middle;
}
.dorico {
  /* ★狭い画面では「100%まで縮む」けど「縮みすぎは防止」 */
}
@media (max-width: 1092px) {
  .dorico__comparison-table {
    width: 100%;
    min-width: 900px;
  }
}
.dorico {
  /* さらに小さい端末では、下限をもう少し下げてもOK */
}
@media (max-width: 768px) {
  .dorico__comparison-table {
    min-width: 820px;
  }
}
@media (max-width: 390px) {
  .dorico__comparison-table {
    min-width: 760px;
  }
}
.dorico {
  /* ==========================
    Header
  ========================== */
}
.dorico .dorico__comparison-table thead th.dorico__comparison-th {
  height: 72px;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}
.dorico .dorico__comparison-table thead th.dorico__comparison-th > * {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.dorico__comparison-logo {
  max-height: 42px;
  width: auto;
  height: auto;
  display: block;
}
.dorico {
  /* ==========================
    Column widths（PC基準）
    ※ tableが100%縮小したときは、ここは “目安” になり自動で比率縮小されます
  ========================== */
}
.dorico__comparison-table th:first-child,
.dorico__comparison-table td:first-child {
  width: 146px;
}
.dorico__comparison-table th:nth-child(2),
.dorico__comparison-table td:nth-child(2),
.dorico__comparison-table th:nth-child(3),
.dorico__comparison-table td:nth-child(3),
.dorico__comparison-table th:nth-child(4),
.dorico__comparison-table td:nth-child(4) {
  width: 310px;
}
.dorico {
  /* ==========================
    styles
  ========================== */
}
.dorico__comparison-th {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 170%;
  letter-spacing: 1.8px;
  text-align: center;
  position: relative;
}
.dorico__comparison-th--item {
  border: none;
  background: transparent;
}
.dorico__comparison-th--1 {
  background: #969696;
}
.dorico__comparison-th--2 {
  background: #808080;
}
.dorico__comparison-th--me {
  background: #25acac;
}
.dorico .dorico__comparison-table thead th.dorico__comparison-th--me > * {
  transform: translateY(-10px);
}
.dorico__comparison-item {
  background: #127cc3;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.8px;
  line-height: 1.1;
  padding: 14px 8px;
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
}
.dorico__comparison-table tbody td {
  padding: 4px 13px 4px 25px;
  border-bottom: 4px solid #f3f9ff;
}
@media screen and (max-width: 768px) {
  .dorico__comparison-table tbody td {
    padding: 10px 13px 10px 25px;
  }
}
.dorico__comparison-table tbody tr:last-child td {
  border-bottom: none;
}
.dorico__comparison-answer {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  color: #1e1e1e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.3px;
}
.dorico__comparison-mark {
  width: 45px;
  flex: 0 0 auto;
}
.dorico__comparison-product {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dorico {
  /* ==========================
    JS枠（z-indexを固定）
  ========================== */
}
.dorico .dorico__comparison-colbox {
  position: absolute;
  pointer-events: none;
  box-sizing: border-box;
}
.dorico .dorico__comparison-colbox--group {
  border: 3px solid #808080;
  z-index: 80;
}
.dorico .dorico__comparison-coldivider {
  position: absolute;
  pointer-events: none;
  width: 3px;
  background: #808080;
  z-index: 85;
}
.dorico .dorico__comparison-colbox--me {
  border: 6px solid #25acac;
  z-index: 90;
}
.dorico {
  /* =========================================================
     flowここから
  ========================================================= */
}
.dorico__flow {
  padding-block: 60px 70px;
}
@media screen and (max-width: 599px) {
  .dorico__flow {
    padding-block: 45px 40px;
  }
}
.dorico__flow-wrapper {
  border-radius: 5px;
  background: #e8faf7;
  max-width: 768px;
  margin-inline: auto;
  padding-block: 20px 27px;
}
.dorico__flow-wrapper--first {
  margin-top: 35px;
}
.dorico__flow-flex {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-inline: 11% 9%;
}
@media screen and (max-width: 768px) {
  .dorico__flow-flex {
    flex-direction: column;
    gap: 0;
  }
}
.dorico__flow-icon {
  width: 117px;
}
.dorico__flow-icon img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .dorico__flow-icon {
    width: 90px;
    margin-bottom: 30px;
  }
}
.dorico__flow-number {
  color: #25acac;
  font-family: Inter;
  font-size: 31px;
  letter-spacing: 3.1px;
  font-weight: 700;
  line-height: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
.dorico__flow-number::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 440px;
  background: #25acac;
}
@media screen and (max-width: 768px) {
  .dorico__flow-number::after {
    width: 100%;
  }
  .dorico__flow-number {
    margin-bottom: 20px;
  }
}
.dorico__flow-number-small {
  font-size: 17px;
  letter-spacing: 1.7px;
}
.dorico__flow-string {
  color: #1e1e1e;
}
@media screen and (max-width: 768px) {
  .dorico__flow-string {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.dorico__flow-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 2px;
}
.dorico__flow-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
}
.dorico__flow-arrow {
  width: 33px;
  margin-inline: auto;
  padding-block: 15px;
}
.dorico {
  /* =========================================================
     securityここから
  ========================================================= */
}
.dorico__security {
  background: #f3f9ff;
  padding-block: 70px 100px;
}
@media screen and (max-width: 768px) {
  .dorico__security {
    padding-block: 50px 80px;
  }
}
@media screen and (max-width: 450px) {
  .dorico__security {
    padding-block: 40px 60px;
  }
}
.dorico__security-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 55px;
  max-width: 920px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .dorico__security-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 92%;
  }
}
.dorico__security-wrapper {
  background: #fff;
  position: relative;
  border-left: 8px solid #127cc3;
  padding: 30px 10%;
}
@media screen and (max-width: 768px) {
  .dorico__security-wrapper {
    padding: 22px 18px 70px;
    border-left-width: 6px;
  }
}
.dorico__security-point {
  color: #6dbdf3;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
}
.dorico__security-title {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 700;
  padding-block: 15px 25px;
}
.dorico__security-text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.dorico__security-icon {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 105px;
}
.dorico__security-icon img {
  width: 100%;
}
.dorico {
  /* =========================================================
     faqここから
  ========================================================= */
}
.dorico__faq {
  padding-block: 70px 30px;
}
@media screen and (max-width: 660px) {
  .dorico__faq {
    padding-block: 40px 10px;
  }
}
.dorico__faq-list {
  display: grid;
  margin-top: 30px;
}
.dorico__faq-list--last {
  margin-bottom: 30px;
}
.dorico__faq-title {
  position: relative;
  display: block;
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.4px;
  padding-bottom: 10px;
  /* 全体の線 */
}
.dorico__faq-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 4px;
  background: #ecf2f8;
}
.dorico__faq-title span {
  position: relative;
  display: inline-block;
  /* 文字下の線 */
}
.dorico__faq-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 100%;
  height: 4px;
  background: #25acac;
}
@media screen and (max-width: 900px) {
  .dorico__faq-title {
    font-size: 20px;
  }
}
.dorico__faq-item {
  width: 1040px;
  margin-inline: auto;
  overflow: hidden;
  margin-bottom: 40px;
}
.dorico__faq-item--1 {
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .dorico__faq-item {
    width: 890px;
  }
}
@media screen and (max-width: 950px) {
  .dorico__faq-item {
    width: 768px;
  }
}
@media screen and (max-width: 900px) {
  .dorico__faq-item {
    width: 90%;
  }
}
.dorico {
  /* Qボタン */
}
.dorico__faq-q {
  width: 100%;
  display: grid;
  grid-template-columns: 44px 1fr 26px;
  align-items: center;
  gap: 14px;
  padding-block: 10px;
  text-align: left;
  border: none;
  cursor: pointer;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  transition:
    background-color 0.15s ease,
    transform 0.12s ease;
}
.dorico__faq-q:active {
  transform: translateY(1px);
}
@media screen and (max-width: 900px) {
  .dorico__faq-q {
    gap: 0;
  }
}
.dorico__faq-q-label {
  color: #25acac;
  font-family: Inter;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 4px;
}
@media screen and (max-width: 900px) {
  .dorico__faq-q-label {
    font-size: 32px;
  }
}
.dorico__faq-q-text {
  color: #199191;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 900px) {
  .dorico__faq-q-text {
    font-size: 18px;
  }
}
.dorico {
  /* 矢印（> をCSSで作る） */
}
.dorico__faq-arrow {
  width: 26px;
  height: 26px;
  position: relative;
  justify-self: end;
}
.dorico__faq-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 3px solid #a8a8a8;
  border-bottom: 3px solid #a8a8a8;
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}
.dorico {
  /* Aエリア（閉じてる時は高さ0） */
}
.dorico__faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  background: #f2fffd;
  display: block;
}
.dorico__faq-a-inner {
  display: grid;
  grid-template-columns: 44px 1fr;
  padding: 20px 50px;
}
.dorico__faq-a-label {
  color: #1e1e1e;
  font-family: Inter;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 3px;
}
@media screen and (max-width: 900px) {
  .dorico__faq-a-label {
    font-size: 24px;
  }
}
.dorico__faq-a-text {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 900px) {
  .dorico__faq-a-text {
    font-size: 16px;
  }
}
.dorico {
  /* 開いている状態 */
}
.dorico__faq-item.is-open .dorico__faq-arrow::before {
  transform: rotate(-135deg); /* 90度回転して下向き */
}
.dorico__faq-link {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: opacity 0.2s ease;
}
.dorico__faq-link:hover {
  opacity: 0.7;
}
