@charset "UTF-8";
@font-face {
  font-family: "SourceHanSans"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url(../../fonts/SourceHanSans/SourceHanSansJP-ExtraLight.otf) format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "SourceHanSans"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url(../../fonts/SourceHanSans/SourceHanSansJP-Light.otf) format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "SourceHanSans"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url(../../fonts/SourceHanSans/SourceHanSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: "SourceHanSans"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url(../../fonts/SourceHanSans/SourceHanSansJP-Normal.otf) format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "SourceHanSans"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url(../../fonts/SourceHanSans/SourceHanSansJP-Medium.otf) format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "SourceHanSans"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url(../../fonts/SourceHanSans/SourceHanSansJP-Bold.otf) format("opentype");
  font-weight: bold; /* boldが使えるようになる */
}
@font-face {
  font-family: "Acumin Concept"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url(../../fonts/AcuminVariableConcept.otf) format("opentype");
}
@font-face {
  font-family: "GenJyuuGothic"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url(../../fonts/GenJyuuGothic-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "GenJyuuGothic"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url(../../fonts/GenJyuuGothic-Normal.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Arial"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url(../../fonts/arialbd.ttf);
  font-weight: bold;
}
code {
  font-family: "SourceHanSans";
}

body {
  font-family: "SourceHanSans";
}

.has-orange-color {
  color: #ff7600 !important;
}
.has-orange-background-color {
  background-color: #ff7600 !important;
}

.has-white-color {
  color: white !important;
}
.has-white-background-color {
  background-color: white !important;
}

.has-black-color {
  color: #000 !important;
}
.has-black-background-color {
  background-color: #000 !important;
}

.navi {
  background-color: unset;
  color: white;
}
.navi .navi-in {
  width: auto;
}
.navi .navi-in a:hover {
  background-color: unset;
}
.navi .navi-in .menu-pc {
  align-items: center;
  padding: 0;
}
.navi .navi-in .menu-item {
  width: auto;
  height: auto;
  line-height: normal;
  margin-right: 6px;
}
.navi .navi-in .menu-item a {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.4;
  padding: 4px;
  color: white;
  transition: opacity 0.2s;
}
.navi .navi-in .menu-item a .has-sub {
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.navi .navi-in .menu-item a:hover {
  text-decoration: unset;
  background-color: unset !important;
  opacity: 0.5;
}
.navi .navi-in .menu-item-has-description .caption-wrap {
  flex-direction: column;
  height: unset;
}
.navi .navi-in .menu-item-has-children .sub-menu {
  width: 100%;
  min-width: unset;
  left: 0;
  position: fixed;
  justify-content: center;
}
.navi .navi-in .menu-item-has-children .sub-menu .menu-item a {
  background-color: rgb(19, 154, 210);
}
.navi .navi-in .menu-item--contact a {
  font-size: 13px;
  padding: 8px 17.5px;
  border-radius: 7px;
  background-image: linear-gradient(110deg, #2af4fe 0%, #118dee 100%);
  font-weight: 500;
}
.navi .navi-in .menu-item--contact a::after {
  content: "";
  position: relative;
  background-image: url(../../images/icon_arrow_1.png);
  background-size: contain;
  width: 11px;
  height: 12px;
  margin-left: 7px;
}
.navi .navi-in .menu-item--tel {
  margin-right: 21px;
}
.navi .navi-in .menu-item--tel .item-label {
  white-space: nowrap;
  position: relative;
  font-size: 19px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 5px;
  text-align: right;
  display: block;
  overflow: unset;
}
.navi .navi-in .menu-item--tel .item-label::before {
  content: "";
  position: absolute;
  background-image: url(../../images/icon_phone_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 21px;
  margin-right: 3px;
  left: -11px;
  bottom: 3px;
}
.navi .navi-in .menu-item--tel .item-description {
  font-size: 10px;
  line-height: 1;
}
.navi .navi-in .menu-item:hover.menu-item-has-children .sub-menu {
  display: flex;
}
.navi-footer-in > .menu-footer {
  justify-content: space-between;
}
.navi-footer-in > .menu-footer .menu-item {
  border-left: 0;
}
.navi-footer-in > .menu-footer .menu-item a {
  padding: 0 !important;
  padding-right: 15px !important;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 1.125;
}
.navi-footer-in > .menu-footer .menu-item:last-child {
  border-right: 0;
}
.navi-footer-in > .menu-footer .menu-item:last-child a {
  padding-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .navi-footer-in > .menu-footer {
    display: block;
    -moz-column-count: 2;
         column-count: 2;
  }
  .navi-footer-in > .menu-footer .menu-item {
    margin: 0 !important;
    margin-bottom: 40px !important;
  }
  .navi-footer-in > .menu-footer .menu-item a {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding-right: 0 !important;
  }
  .navi-footer-in > .menu-footer .menu-item:nth-child(1) {
    width: 160px;
    display: block;
  }
  .navi-footer-in > .menu-footer .menu-item:nth-child(2) {
    width: 160px;
    display: block;
  }
  .navi-footer-in > .menu-footer .menu-item:nth-child(3) {
    width: 160px;
    display: block;
  }
  .navi-footer-in > .menu-footer .menu-item:nth-child(4) {
    width: 160px;
    display: block;
  }
  .navi-footer-in > .menu-footer .menu-item:nth-child(5) {
    width: 100px;
    display: flex;
    margin-left: auto !important;
  }
  .navi-footer-in > .menu-footer .menu-item:nth-child(6) {
    width: 100px;
    display: flex;
    margin-left: auto !important;
  }
  .navi-footer-in > .menu-footer .menu-item:nth-child(7) {
    width: 100px;
    display: flex;
    margin-left: auto !important;
  }
  .navi-footer-in > .menu-footer .menu-item:nth-child(8) {
    width: 100px;
    display: flex;
    margin-left: auto !important;
  }
}
.mobile-header-menu-buttons {
  z-index: 8000 !important;
  top: 0px !important;
  background: #89191a;
  min-height: 60px;
}
.mobile-header-menu-buttons .search-menu-button {
  visibility: hidden;
}
.mobile-header-menu-buttons .navi-menu-button .menu-open .menu-icon {
  display: flex;
  width: 26.5px !important;
  height: 22px !important;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mobile-header-menu-buttons .navi-menu-button .menu-open .menu-icon span {
  transition: all 0.5s;
  transform-origin: left;
  width: 100%;
  height: 2px;
  position: absolute;
  background: #fff;
  border-radius: 2em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mobile-header-menu-buttons .navi-menu-button .menu-open .menu-icon span:nth-child(1) {
  top: 0;
}
.mobile-header-menu-buttons .navi-menu-button .menu-open .menu-icon span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.mobile-header-menu-buttons .navi-menu-button .menu-open .menu-icon span:nth-child(3) {
  bottom: 0;
}

#navi-menu-input:checked ~ .menu-open .menu-icon::before {
  content: unset !important;
}
#navi-menu-input:checked ~ .menu-open .menu-icon span:nth-child(1) {
  transform: rotate(50deg);
}
#navi-menu-input:checked ~ .menu-open .menu-icon span:nth-child(2) {
  display: none;
}
#navi-menu-input:checked ~ .menu-open .menu-icon span:nth-child(3) {
  transform: rotate(310deg);
  transform-origin: left;
}

@media screen and (min-width: 1024px) {
  .mobile-header-menu-buttons {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .mobile-header-menu-buttons {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0 20px;
  }
  .mobile-header-menu-buttons .logo-menu-button {
    flex-grow: unset;
    width: auto;
    z-index: 10000;
  }
  .mobile-header-menu-buttons .logo-menu-button img {
    margin: 0;
    max-height: 35px;
  }
  .mobile-header-menu-buttons .navi-menu-button {
    display: flex;
    justify-content: flex-end;
    padding: 0;
  }
  .mobile-header-menu-buttons .navi-menu-button .menu-open .menu-icon {
    color: white;
    font-size: 28px;
  }
  .mobile-header-menu-buttons .navi-menu-button .menu-open .menu-caption {
    display: none;
  }
  .mobile-header-menu-buttons .search-menu-button {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .mobile-header-menu-buttons {
    padding: 0 18px 0 15px !important;
    height: 50px;
    min-height: unset;
  }
  .mobile-header-menu-buttons .logo-menu-button {
    padding-top: 0;
  }
  .mobile-header-menu-buttons .logo-menu-button img {
    max-height: unset;
    width: 200px;
  }
}
@media screen and (max-width: 576px) {
  .mobile-header-menu-buttons {
    padding: 0 10px;
  }
}
#navi-menu-close {
  display: none !important;
}

.navi-menu-content {
  background: #89191a;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  bottom: 0;
  top: unset;
  width: 100%;
  max-width: unset;
  padding-bottom: 20px;
  overflow: auto;
  transform: translateY(-100%);
}
.navi-menu-content-top {
  padding-top: 50px;
}
.navi-menu-content-top .menu-drawer {
  border-top: 1px solid #ccc;
}
.navi-menu-content-bottom {
  text-align: center;
}
.navi-menu-content .menu-drawer {
  padding: 0;
  padding-top: 50px;
  font-size: 16px;
  margin: 20px 10px;
}
.navi-menu-content .menu-drawer .menu-item {
  padding: 5px 10px;
}
.navi-menu-content .menu-drawer .menu-item a {
  color: white;
  padding: 3px 6px;
}
.navi-menu-content .menu-drawer .menu-item a:hover {
  background: unset;
  opacity: 0.5;
}
.navi-menu-content .menu-drawer .menu-item-has-children {
  padding: 0;
  border-bottom: 0 !important;
}
.navi-menu-content .menu-drawer .menu-item-has-children > a {
  display: none;
}
.navi-menu-content .menu-drawer .menu-item--btn a {
  color: white;
}
.navi-menu-content .menu-drawer .menu-item--btn a:hover {
  background-color: unset;
}
.navi-menu-content .menu-drawer .menu-item--btn-green {
  background: #29b7cb;
}
.navi-menu-content .menu-drawer .menu-item--btn-orange {
  background: #ef6808;
}
.navi-menu-content .menu-drawer .menu-item--tel a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  padding-left: 0;
  justify-content: center;
}
.navi-menu-content .menu-drawer .menu-item--tel a::before {
  content: "";
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 24.5px;
}
.navi-menu-content .menu-drawer .menu-item .sub-menu {
  padding-left: 0;
}
.navi-menu-content .menu-drawer--sub .menu-item a, .navi-menu-content .menu-drawer--main .menu-item a {
  position: relative;
  padding-right: 20px;
}
.navi-menu-content .menu-drawer--sub .menu-item a::after, .navi-menu-content .menu-drawer--main .menu-item a::after {
  content: "";
  height: 8px;
  width: 8px;
  border: 2px solid;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
}
.navi-menu-content .menu-drawer--sub {
  text-align: center;
  border-left: 0;
  border-right: 0;
  text-align: center;
  display: flex;
}
.navi-menu-content .menu-drawer--sub .menu-item {
  width: 33%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
.navi-menu-content .menu-drawer--sub .menu-item:first-child {
  background: white;
}
.navi-menu-content .menu-drawer--sub .menu-item:last-child {
  width: 34%;
}
.navi-menu-content .menu-drawer--sub .menu-item:not(.menu-item__contact) a::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.navi-menu-content .menu-drawer--main .menu-item {
  border-bottom: 1px solid;
}
.navi-menu-content .navi-sub {
  padding: 0;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}
.navi-menu-content .navi-sub .menu-item--tel {
  margin-right: 0;
}
.navi-menu-content .navi-sub .menu-item--tel .item-label {
  font-size: 24px;
}
.navi-menu-content .navi-sub .menu-item--tel .item-label::before {
  width: 20px;
  height: 32px;
  margin-right: 3px;
  left: -28px;
  bottom: -10px;
}
.navi-menu-content .navi-sub .menu-item--tel .item-description {
  font-size: 12px;
}
.navi-menu-content .navi-sub .menu-item:not(.menu-item--tel) {
  display: none;
}
.navi-menu-close-button {
  display: none;
}

#navi-menu-input:checked ~ .menu-open {
  opacity: 1;
}
#navi-menu-input:checked ~ .menu-open-content {
  transform: translateY(0);
}
#navi-menu-input:checked ~ .menu-open .menu-icon {
  z-index: 10000;
  font-size: 0;
  position: relative;
  width: 25px;
  height: 25px;
}
#navi-menu-input:checked ~ .menu-open .menu-icon::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 45%, #000000 45%, #000000 55%, rgba(255, 255, 255, 0) 55%), linear-gradient(315deg, rgba(255, 255, 255, 0) 45%, #000000 45%, #000000 55%, rgba(255, 255, 255, 0) 50%);
  filter: invert(1);
}
#navi-menu-input:checked ~ .menu-open .menu-icon .fa {
  display: none;
}

@media screen and (max-width: 768px) {
  .navi-menu-content .menu-drawer {
    font-size: 12px;
  }
}
.header-container {
  background: #89191a;
  height: 60px;
  padding: 10px 0px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9000;
}
.header-container-in {
  width: 1120px;
  max-width: 100%;
  padding: 0 20px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  margin: auto;
  align-items: center;
}
.header-container-in .header {
  width: 212px;
  margin: 0;
  margin-right: 36px;
}
.header-container-in .header .logo-header .site-name-text {
  vertical-align: middle;
}
.header-container-in .header .logo-header img {
  width: 100%;
  display: flex;
}
.header-container-in .navi .navi-in {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-container-in .navi .navi-in ul {
  justify-content: flex-start;
}
.header-container-in .navi .navi-in .menu-item a {
  padding: 2px 4px;
}
.header-container-in .navi-sub {
  max-width: 294px;
}
.header-container-in .navi-sub .navi-in {
  justify-content: flex-end;
}
.header-container-in .navi-sub .navi-in ul {
  flex-wrap: nowrap;
}
.header-container-in .navi-sub .navi-in .menu-item a {
  padding: 4px;
}
.header-container-in .navi-sub .navi-in .menu-item--contact a {
  padding: 8px 17.5px;
}
.header-container-in .navi-sub .navi-in .menu-item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1023px) {
  .header-container {
    display: none;
  }
}
@-webkit-keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-cover.ghostkit-d-md-block {
    display: flex !important;
  }
  body .is-layout-flex.ghostkit-d-md-block {
    display: flex !important;
  }
}
.ewd-ufaq-faq-list .ewd-ufaq-faqs .ewd-ufaq-faq-div {
  margin: 0;
  padding: 0;
}
.ewd-ufaq-faq-list .ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-title {
  font-size: 22px;
  padding: 40px 50px;
  background: #ff7600;
}
.ewd-ufaq-faq-list .ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-title h4 {
  font-weight: normal;
  border: 0;
  margin: 0;
  padding: 0;
}
.ewd-ufaq-faq-list .ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-title .ewd-ufaq-post-margin {
  color: white;
  position: relative;
  padding-left: 17px;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.ewd-ufaq-faq-list .ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-title .ewd-ufaq-post-margin::before, .ewd-ufaq-faq-list .ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-title .ewd-ufaq-post-margin::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ewd-ufaq-faq-list .ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-title .ewd-ufaq-post-margin::before {
  left: 0;
  background-image: url(../../images/icon_q.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: auto;
  aspect-ratio: 5/7;
  top: 4px;
}
.ewd-ufaq-faq-list .ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-title .ewd-ufaq-post-margin::after {
  right: 0;
  width: 12px;
  height: 12px;
  border: 3px solid;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(135deg);
  transition: all 0.4s ease;
}
.ewd-ufaq-faq-list .ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol {
  display: none;
}
.ewd-ufaq-faq-list .ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-title-text {
  width: calc(100% - 30px);
}
.ewd-ufaq-faq-list .ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-body {
  background: #fafafa;
  padding: 45px 50px;
  min-height: 193px;
  transition: all 0.4s ease;
  display: block !important;
}
.ewd-ufaq-faq-list .ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-body.ewd-ufaq-hidden {
  height: 0px;
  min-height: unset;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.ewd-ufaq-faq-list .ewd-ufaq-faqs .ewd-ufaq-faq-div.ewd-ufaq-post-active .ewd-ufaq-faq-title .ewd-ufaq-post-margin::after {
  transform: rotate(315deg);
  top: 8px;
}

.cwb-lh-1-3 {
  line-height: 1.3;
}
.cwb-ls--1 {
  letter-spacing: -1px;
}
.cwb-ls--05 {
  letter-spacing: -0.5px;
}
.cwb-heading--1 {
  gap: 0;
}
.cwb-heading--1 > .wp-block-image {
  z-index: 10;
  margin-bottom: 0;
}
.cwb-heading--1 > .wp-block-image + * {
  background-color: #89191a;
  font-weight: bold;
  padding: 5px 15px 8px;
  margin: 0;
  border: 0;
  border-radius: 0;
  margin-left: -30px;
  padding-left: 25px;
}
.cwb-heading--1 > .wp-block-image + *::before, .cwb-heading--1 > .wp-block-image + *::after {
  content: unset;
}
.cwb-heading--1--with-cap {
  position: relative;
  padding-top: 5px;
}
.cwb-heading--1--with-cap .cwb-heading--1__cap {
  position: absolute;
  top: 0;
  left: 90px;
  margin: 0;
  line-height: 1.4;
  font-weight: 700;
  font-size: 18px;
}
.cwb-heading--2 > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
}
.cwb-heading--2 > .wp-block-group__inner-container > * {
  margin-bottom: 0;
  background: white;
  display: inline-block;
  line-height: 1;
  color: #ff7600;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  padding-bottom: 0.1em;
}
.cwb-heading--2 > .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.cwb-heading--3 {
  text-align: center;
  font-size: 29px;
  line-height: 1.448;
  color: #ffffff;
  font-weight: 700;
  background-color: #ff7600;
  width: 963px;
  max-width: 100%;
  padding: 8px 20px;
  display: block;
  margin: auto !important;
  margin-top: 13px !important;
  margin-top: 50px !important;
}
.cwb-heading--4 {
  font-size: 32px !important;
  line-height: 1.5 !important;
  color: #141414 !important;
  font-weight: bold !important;
}
.cwb-heading--4 code {
  font-family: "SourceHanSans";
  border-bottom: 5px solid #ff7600;
}
.cwb-heading--4::before, .cwb-heading--4::after {
  content: unset !important;
}
.cwb-txt--1 {
  position: relative;
  display: inline-block;
  font-weight: 700;
  line-height: 1.4;
}
.cwb-txt--1::after {
  content: "";
  background-image: url(../../images/border_1.png);
  position: relative;
  bottom: 0;
  width: 100%;
  padding-bottom: 4.3%;
  background-size: cover;
  display: block;
}
.cwb-txt--2 code {
  display: inline-block;
  letter-spacing: 1px;
}
.cwb-txt--2 code::before {
  content: "";
  background-image: radial-gradient(white 0.121215em, transparent 0.121215em);
  background-size: 1em 1em;
  background-position: left, bottom;
  background-repeat: repeat-x;
  padding-top: 0.24243em;
  width: 100%;
  display: block;
}
.cwb-txt--3 code {
  font-family: "SourceHanSans";
  border-bottom: 3px solid;
}
.cwb-txt--3--orange code {
  border-color: #ff7600;
}
.cwb-txt--3--white {
  color: white;
  font-weight: bold;
}
.cwb-txt--4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: auto;
  letter-spacing: -1px;
  color: #ff7600;
  border-radius: 6px;
  background-color: #ffffff;
  border: unset !important;
  margin-top: 20px !important;
  margin-bottom: 13px !important;
  font-size: 24px !important;
  padding: 7px 13px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}
.cwb-txt--5 {
  font-size: 31px;
  line-height: 1.612;
  color: #141414;
  font-weight: 500;
  text-align: center;
}
.cwb-txt--5 code {
  border-bottom: 4px solid #ff7600;
}
.cwb-icon {
  border: 0;
  padding: 0;
}
.cwb-icon .ghostkit-icon-box-content {
  padding-left: 7px;
}
.cwb-icon--ribbon {
  font-size: 22px;
  line-height: 2;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.cwb-btn--1 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
.cwb-btn--1 a {
  display: block;
  position: relative;
  line-height: 1.4;
  padding: 15px 50px;
  padding-right: 70px;
  font-size: 23px;
  letter-spacing: 1px;
  text-decoration: unset;
  color: white;
  background-image: linear-gradient(110deg, #2af4fe 0%, #118dee 100%);
  font-weight: 700;
  border-radius: 12px;
}
.cwb-btn--1 a::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../../images/icon_arrow_2.png);
  background-size: contain;
  width: 21px;
  height: 21px;
}
.cwb-btn--1:hover {
  transform: scale(1.05);
}
.cwb-btn--1:hover a {
  overflow: hidden;
  opacity: 0.6;
  filter: saturate(2);
}
.cwb-btn--1:hover a::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  -webkit-animation-name: shiny;
          animation-name: shiny;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.cwb-list--1 {
  display: flex;
  flex-wrap: wrap !important;
  flex-direction: row;
  gap: 0 !important;
  max-width: 925px;
  margin: auto !important;
}
.cwb-list--1 > * {
  width: calc(50% - 12.5px);
  flex-basis: unset !important;
  flex-grow: unset !important;
  margin-bottom: 20px !important;
}
.cwb-list--1 > *:nth-child(odd) {
  margin-right: 12.5px;
}
.cwb-list--1 > *:nth-child(even) {
  margin-left: 12.5px;
}
.cwb-columns--icon {
  background: #ff7600;
  gap: 0 !important;
  max-width: 600px;
  margin: auto !important;
  flex-wrap: nowrap !important;
}
.cwb-columns--icon__img {
  flex-basis: auto !important;
  flex-grow: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 17px;
  width: 85px;
}
.cwb-columns--icon__txt {
  background: white;
  margin: 6px 0 !important;
  margin-right: 7px !important;
  font-size: 19px;
  letter-spacing: -1px;
  line-height: 1.9;
  color: #141414;
  font-weight: 500;
  padding: 8px 10px;
  padding-left: 15px;
}
.cwb-columns--1 {
  width: 975px;
  max-width: calc(100% - 40px);
  margin: auto;
  margin-top: 40px !important;
  margin-bottom: 75px !important;
  gap: 0 !important;
}
.cwb-columns--1 > *:first-child {
  margin-right: 35px;
}
.cwb-columns--1 > *:first-child.cwb-columns--1__img::after {
  top: -20px;
  left: -15px;
}
.cwb-columns--1 > *:last-child.cwb-columns--1__img::after {
  right: -20px;
  bottom: -15px;
}
.cwb-columns--1__txt > *:nth-child(1) {
  font-size: 70px;
  color: #ff7600;
  font-weight: 500;
  font-family: "Acumin Concept";
  line-height: 1;
  margin-bottom: 0 !important;
}
.cwb-columns--1__txt > *:nth-child(2) {
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 1.615;
  color: #141414;
  font-weight: 700;
  margin-bottom: 23px !important;
}
.cwb-columns--1__img {
  position: relative;
}
.cwb-columns--1__img > * {
  position: relative;
  z-index: 10;
}
.cwb-columns--1__img::after {
  content: "";
  position: absolute;
  width: 84%;
  height: 77%;
  background: #ff7600;
}
.cwb-columns--2 {
  gap: 0 !important;
  justify-content: center;
}
.cwb-columns--2 > .wp-block-column {
  flex-basis: unset !important;
  flex-grow: unset !important;
  margin-right: 15px !important;
}
.cwb-columns--2 > .wp-block-column:last-child {
  margin-right: 0 !important;
}
.cwb-columns--2 > .wp-block-column > *:nth-child(2) {
  font-size: 22px;
  line-height: 1.818;
  color: #ff7600;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
.cwb-columns--2 > .wp-block-column > *:nth-child(2) code {
  font-size: 16px;
  font-family: "SourceHanSans";
  margin-top: -6px;
  display: block;
}
.cwb-columns--2 > .wp-block-column > *:nth-child(3) {
  font-size: 20px;
  line-height: 2;
  color: #3b4043;
  font-weight: 400;
  text-align: center;
}
.cwb-balloon-wrap {
  gap: 0 !important;
  justify-content: center;
}
.cwb-balloon-wrap .cwb-balloon {
  flex-basis: unset !important;
  flex-grow: unset !important;
}
.cwb-balloon-wrap .cwb-balloon-img {
  margin-right: 5px;
}
.cwb-balloon--1 {
  font-size: 18px;
  line-height: 33px;
  color: #141414;
  font-weight: 400;
  padding: 15px 28px 25px;
  padding-left: 40px;
  border-radius: 2px;
  width: 375px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  background-image: url(../../images/balloon_box_1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cwb-balloon--h--1 {
  display: flex;
  justify-content: center;
  gap: 0 !important;
}
.cwb-balloon--h--1 > * {
  flex-basis: unset !important;
  flex-grow: unset !important;
}
.cwb-balloon--h--1:not(.is-reverse) > .wp-block-column:first-child .wp-block-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  position: relative;
}
.cwb-balloon--h--1:not(.is-reverse) > .wp-block-column:first-child .wp-block-image img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cwb-balloon--h--1:not(.is-reverse) > .wp-block-column:first-child .wp-block-image figcaption {
  margin-bottom: 0;
  font-size: 14px;
}
.cwb-balloon--h--1.is-reverse > .wp-block-column:last-child .wp-block-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  position: relative;
}
.cwb-balloon--h--1.is-reverse > .wp-block-column:last-child .wp-block-image img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cwb-balloon--h--1.is-reverse > .wp-block-column:last-child .wp-block-image figcaption {
  margin-bottom: 0;
  font-size: 14px;
}
.cwb-balloon--h--1:not(.is-reverse) > .wp-block-column:first-child {
  margin-right: 20px;
}
.cwb-balloon--h--1:not(.is-reverse) > .wp-block-column:first-child .wp-block-image {
  width: 195px;
}
.cwb-balloon--h--1:not(.is-reverse) > .wp-block-column:first-child .wp-block-image img {
  width: 132px;
  height: 132px;
  z-index: 10;
}
.cwb-balloon--h--1:not(.is-reverse) > .wp-block-column:first-child .wp-block-image figcaption {
  margin-bottom: 0;
}
.cwb-balloon--h--1:not(.is-reverse) > .wp-block-column:last-child {
  font-size: 17px;
  line-height: 1.882;
  color: #333333;
  font-family: "GenJyuuGothic";
  text-align: left;
  max-width: 545px;
  background: white;
  border-radius: 5px;
  padding: 25px;
}
.cwb-balloon--h--1:not(.is-reverse) > .wp-block-column:last-child > *:nth-child(1) {
  font-size: 22px;
  color: #ff7600;
  font-weight: 500;
  font-family: "GenJyuuGothic";
  margin-bottom: 14px;
}
.cwb-balloon--h--1.is-reverse > .wp-block-column:first-child {
  font-size: 17px;
  line-height: 1.882;
  color: #333333;
  font-family: "GenJyuuGothic";
  text-align: left;
  max-width: 545px;
  background: white;
  border-radius: 5px;
  padding: 25px;
}
.cwb-balloon--h--1.is-reverse > .wp-block-column:first-child > *:nth-child(1) {
  font-size: 22px;
  color: #ff7600;
  font-weight: 500;
  font-family: "GenJyuuGothic";
  margin-bottom: 14px;
}
.cwb-balloon--h--1.is-reverse > .wp-block-column:last-child {
  margin-left: 20px;
}
.cwb-balloon--h--1.is-reverse > .wp-block-column:last-child .wp-block-image {
  width: 195px;
}
.cwb-balloon--h--1.is-reverse > .wp-block-column:last-child .wp-block-image img {
  width: 132px;
  height: 132px;
  z-index: 10;
}
.cwb-balloon--h--1.is-reverse > .wp-block-column:last-child .wp-block-image figcaption {
  margin-bottom: 0;
}
.cwb-balloon--h--2 {
  gap: 0 !important;
}
.cwb-balloon--h--2 > * {
  flex-basis: unset !important;
  flex-grow: unset !important;
}
.cwb-balloon--h--2 > *:nth-child(1) {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 25px;
  color: #141414;
  font-weight: 300;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  margin-right: 5px;
  background-image: url(../../images/balloon_border_1.png);
  background-size: 71px 95px;
  background-repeat: no-repeat;
  background-position: right calc(50% + 3px);
  padding-right: 22px;
}
.cwb-box--1 {
  background: white;
  z-index: 10;
  position: relative;
  padding: 30px 34px 20px 45px;
  max-width: 860px;
  margin: auto !important;
  box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.031), 7px 7px 8px 0 rgba(0, 0, 0, 0.149);
}
.cwb-box--1__balloon {
  font-size: 16px;
  color: #141414;
  font-weight: 400;
  border: 2px solid #ff7600;
  border-radius: 10px;
  padding: 12px 24px 10px;
  box-shadow: 5px 5px 0 0px #ff7600;
  position: relative;
}
.cwb-box--1__balloon::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 14px;
  background-size: cover;
}
.cwb-box--1 > *:nth-child(1) > .cwb-box--1__balloon:first-child {
  margin-bottom: 30px !important;
}
.cwb-box--1 > *:nth-child(1) > .cwb-box--1__balloon:first-child::after {
  right: -27px;
  bottom: 10px;
  background-image: url(../../images/balloon_1.png);
}
.cwb-box--1 > *:nth-child(1) > .cwb-box--1__balloon:last-child {
  max-width: 244px;
  margin-left: auto;
}
.cwb-box--1 > *:nth-child(1) > .cwb-box--1__balloon:last-child::after {
  background-image: url(../../images/balloon_2.png);
  right: -29px;
  top: -1px;
  width: 24px;
  height: 17px;
}
.cwb-box--1 > *:nth-child(2) {
  width: 120px;
  flex-basis: unset !important;
  flex-grow: unset !important;
}
.cwb-box--1 > *:nth-child(3) > .cwb-box--1__balloon {
  margin-top: 45px;
  padding-top: 16px;
}
.cwb-box--1 > *:nth-child(3) > .cwb-box--1__balloon::after {
  background-image: url(../../images/balloon_3.png);
  left: -27px;
  top: 20px;
  width: 27px;
  height: 14px;
}
.cwb-box--2 {
  width: 425px;
  max-width: 100%;
  margin: auto;
  padding-bottom: 30px;
  box-shadow: 4px 5px 7px 0 rgba(0, 0, 0, 0.302);
}
.cwb-box--2 > .wp-block-group__inner-container > *:nth-child(1) {
  font-size: 23px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  padding: 10px 20px;
  background-color: #ff7600;
  margin-bottom: 38px;
  position: relative;
}
.cwb-box--2 > .wp-block-group__inner-container > *:nth-child(1)::after {
  content: "";
  position: absolute;
  height: 26px;
  width: 26px;
  background: #ff7600;
  left: 0;
  right: 0;
  bottom: -13px;
  margin: auto;
  transform: rotate(45deg);
}
.cwb-step-list--1 {
  margin: 50px auto !important;
  justify-content: center;
}
.cwb-step-list--2 {
  gap: 0 !important;
  justify-content: center;
}
.cwb-step-list--2 > * {
  flex-basis: unset !important;
  flex-grow: unset !important;
  margin-right: 75px !important;
  position: relative;
  min-width: 205px;
}
.cwb-step-list--2 > *::after {
  content: "";
  background-image: url(../../images/arrow_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 27px;
  height: 32px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -300px;
  top: 28px;
}
.cwb-step-list--2 > *:last-child {
  margin-right: 0 !important;
}
.cwb-step-list--2 > *:last-child::after {
  content: unset;
}
.cwb-step--1 {
  width: 292px;
  max-width: 100%;
  background: white;
  flex-basis: unset !important;
  flex-grow: unset !important;
  position: relative;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 2.066;
  color: #141414;
  font-weight: 400;
}
.cwb-step--1 > *:last-child {
  margin-bottom: 10px !important;
}
.cwb-step--1 > *:nth-child(1) {
  font-size: 50px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Acumin Concept";
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: #ff7600;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding-top: 10px;
  padding-right: 1px;
  position: absolute;
  top: -15px;
  left: -15px;
}
.cwb-step--1 > *:nth-child(2) {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px !important;
  height: 124px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.cwb-step--1 > *:nth-child(3) {
  font-size: 27px;
  line-height: 1.357;
  color: #ff7600;
  font-weight: 700;
  text-align: center;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  margin-left: -10px !important;
  margin-right: -10px !important;
  margin-bottom: 30px !important;
}
.cwb-step--2 {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cwb-step--2 > *:nth-child(1) {
  font-size: 14px;
  color: #ff7600;
  margin-bottom: 8px;
  line-height: 1;
  letter-spacing: 1px;
}
.cwb-step--2 > *:nth-child(2) {
  line-height: 1;
  font-size: 30px;
  color: #ff7600;
  margin-bottom: 20px;
  font-family: "Acumin Concept";
  letter-spacing: 2px;
  font-weight: bold;
}
.cwb-step--2 > *:nth-child(3) {
  font-size: 37px;
  color: #141414;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  border: 0;
  padding: 0;
  margin-bottom: 25px;
}
.cwb-step--2 > *:nth-child(4) {
  margin-bottom: 32px;
}
.cwb-table--1 table {
  font-size: 22px;
  line-height: 1.4;
  width: 100%;
}
.cwb-table--1 table th,
.cwb-table--1 table td {
  border: 3px solid #fff;
  padding: 10px 6px;
}
.cwb-table--1 table th {
  background: #848484;
  color: white;
  font-weight: bold;
  min-width: 265px;
}
.cwb-table--1 table th code {
  font-size: 18px;
}
.cwb-table--1 table td {
  background: #f5f5f5;
}
.cwb-table--1 table td code {
  font-size: 16px;
}
.cwb-table--1 table td:last-child {
  font-size: 25px;
  letter-spacing: -1px;
  line-height: 1.23;
}
.cwb-table--1 figcaption {
  margin-top: 18px;
  font-size: 16px;
  font-weight: normal;
}
.cwb-section--fv {
  width: 1120px;
  max-width: 100%;
  margin: auto;
  min-height: 489.5px;
  color: white;
  margin-bottom: 0 !important;
}
.cwb-section--fv-out {
  background: linear-gradient(145.3deg, #ff7600 59%, #7d3100 41%);
  width: 100%;
  margin-bottom: 0 !important;
  position: relative;
  overflow: hidden;
}
.cwb-section--fv-out > * {
  position: relative;
  z-index: 10;
}
.cwb-section--fv-out::after {
  content: "";
  position: absolute;
  max-height: 776px;
  height: 200%;
  top: 0;
  left: 0;
  right: -280px;
  margin: auto;
  background-image: url(../../images/backimg_fv-2_1.png);
  width: 1401px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cwb-section--fv-in {
  width: 1065px;
  max-width: 100%;
  padding: 20px 20px 0;
  margin: auto;
}
.cwb-section--fv__column-1 {
  gap: 20px !important;
  margin-bottom: 0 !important;
}
.cwb-section--fv__column-1 > .wp-block-column:first-child {
  flex-basis: 600px;
  flex-grow: 0;
}
.cwb-section--fv__column-1 > .wp-block-column:last-child > .wp-block-columns {
  position: relative;
  top: -13px;
}
.cwb-section--fv__column-1 > .wp-block-column:last-child > .wp-block-columns > .wp-block-column:last-child {
  position: absolute;
  left: 213px;
  top: -75px;
}
.cwb-section--fv__column-2 {
  align-items: flex-end !important;
  gap: 20px !important;
  margin-top: -10px;
}
.cwb-section--fv__column-2 > .wp-block-column:first-child {
  flex-basis: 535px;
  flex-grow: 0;
}
.cwb-section--fv__column-2 > .wp-block-column:last-child {
  margin-bottom: -10px !important;
}
.cwb-section--fv .cwb-heading--1 > .wp-block-image {
  margin-bottom: 0;
}
.cwb-section--fv .cwb-heading--1 > .wp-block-image + * {
  font-size: 45px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: bold;
  margin-left: -40px;
  padding: 4px 15px 10px;
  line-height: 1;
  padding-left: 30px;
  margin-top: -5px;
}
.cwb-section--fv .cwb-heading--1--with-cap {
  padding-top: 18px;
  margin-bottom: 20px;
}
.cwb-section--fv .cwb-heading--1--with-cap .cwb-heading--1__cap {
  color: white;
}
.cwb-section--fv .cwb-heading--2 {
  margin-left: 20px;
}
.cwb-section--fv .cwb-heading--2 > .wp-block-group__inner-container > * {
  font-size: 49px;
  letter-spacing: -2px;
  padding-right: 5px;
}
.cwb-section--fv .cwb-txt--1 {
  margin-left: 20px;
  font-size: 32px;
  margin-bottom: 0;
}
.cwb-section--fv .cwb-icon {
  margin-left: 20px;
}
.cwb-section--fv .cwb-icon--ribbon {
  font-size: 21px;
}
.cwb-section--fv .cwb-icon--ribbon .ghostkit-icon-box-content code {
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 1;
  background-color: white;
  color: #ff7602;
  padding: 2px 5px 4px;
  display: inline-block;
  top: -2px;
  position: relative;
}
.cwb-section--underfv {
  width: 1120px;
  max-width: 100%;
  margin: auto;
  position: relative;
  min-height: 452px;
  margin-bottom: 0 !important;
  overflow: hidden;
}
.cwb-section--underfv > * {
  position: relative;
  z-index: 10;
}
.cwb-section--underfv::before {
  content: "";
  background-image: url(../../images/backimg_underfv_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1124px;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
}
.cwb-section--underfv::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../../images/backimg_underfv_man.png);
  background-size: 713px 276px;
  background-position: center 20px;
  background-repeat: no-repeat;
}
.cwb-section--underfv-out {
  margin-bottom: 0 !important;
  position: relative;
}
.cwb-section--underfv-out::before, .cwb-section--underfv-out::after {
  content: "";
  position: absolute;
  width: calc(50vw - 559px);
  height: 100%;
  background: #ff7600;
  top: 0;
}
.cwb-section--underfv-out::before {
  top: -1px;
  -webkit-clip-path: polygon(100% 0, 100% 0%, calc(100% - 315px - 400.5px) 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 0%, calc(100% - 315px - 400.5px) 100%, 0 100%, 0 0);
  width: calc(50vw - 560px + 400.5px);
}
.cwb-section--underfv-out::after {
  right: 0;
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 0% 100%, calc(450px + 184px) 0%, 100% 0%);
          clip-path: polygon(100% 100%, 0% 100%, 0% 100%, calc(450px + 184px) 0%, 100% 0%);
  width: calc(50vw - 560px + 184px);
}
.cwb-section--1 {
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 30px), calc(50% + 33px) calc(100% - 30px), 50% 100%, calc(50% - 33px) calc(100% - 30px), 0 calc(100% - 30px), 0 0);
          clip-path: polygon(100% 0, 100% calc(100% - 30px), calc(50% + 33px) calc(100% - 30px), 50% 100%, calc(50% - 33px) calc(100% - 30px), 0 calc(100% - 30px), 0 0);
}
.cwb-section--1120 {
  width: 1160px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
}
.cwb-section--orange {
  padding: 40px 0;
  background-color: #ff7600;
}
.cwb-section--orange-2 {
  background-image: url(../../images/backimg_1.png);
  background-size: 196px;
  background-repeat: no-repeat;
  background-position: calc(50% + 345px) calc(50% + 10px);
  background-blend-mode: multiply;
}
.cwb-section--gray {
  padding: 40px 0;
  background-color: #f5f5f5;
}

@media screen and (max-width: 1023px) {
  .cwb-section--fv {
    min-height: unset;
    padding-bottom: 40px;
    background-size: cover;
    background-color: unset;
    background: unset;
  }
  .cwb-section--fv__column-1 > .wp-block-column:first-child {
    flex-basis: 500px;
    flex-grow: 0;
  }
  .cwb-section--fv__column-1 > .wp-block-column:last-child > .wp-block-columns > .wp-block-column:first-child img {
    width: 160px;
  }
  .cwb-section--fv__column-1 > .wp-block-column:last-child > .wp-block-columns > .wp-block-column:last-child {
    right: 0;
    left: unset;
    flex-basis: unset !important;
    flex-grow: unset !important;
    width: 180px;
    top: -100px;
  }
  .cwb-section--fv__column-1 > .wp-block-column:last-child > .wp-block-columns > .wp-block-column:last-child img {
    width: 160px;
    margin-left: auto;
    margin-right: -10px;
  }
  .cwb-section--fv__column-2 {
    margin-top: -20px;
  }
  .cwb-section--fv__column-2 > .wp-block-column:first-child {
    flex-basis: 455px;
  }
  .cwb-section--fv .cwb-icon--ribbon {
    font-size: 16px;
  }
  .cwb-section--fv .cwb-txt--1 {
    font-size: 22px;
  }
  .cwb-section--fv .cwb-heading--2 > .wp-block-group__inner-container > * {
    font-size: 40px;
  }
  .cwb-section--fv-out {
    position: relative;
    background: unset;
    overflow: unset;
  }
  .cwb-section--fv-out > * {
    position: relative;
    z-index: 10;
  }
  .cwb-section--fv-out::after {
    content: "";
    background-image: url(../../images/backimg_fv_1.png);
    position: absolute;
    width: 100%;
    max-height: 68.3vw;
    min-height: 672px;
    height: 200%;
    top: 0;
    background-size: cover;
    right: 0;
  }
  .cwb-section--underfv {
    padding-top: 30px;
    background-size: 82vw;
    background-position: bottom right;
    min-height: unset;
  }
  .cwb-section--underfv::before {
    background-image: unset;
  }
}
@media screen and (max-width: 950px) {
  .cwb-balloon--h--1:not(.is-reverse) {
    flex-direction: column;
    align-items: center !important;
  }
  .cwb-balloon--h--1:not(.is-reverse) > .wp-block-column:first-child {
    margin: auto;
    margin-bottom: 10px;
  }
  .cwb-balloon--h--1.is-reverse {
    flex-direction: column-reverse;
    align-content: center;
  }
  .cwb-balloon--h--1.is-reverse > .wp-block-column {
    margin: auto;
  }
  .cwb-balloon--h--1.is-reverse > .wp-block-column:last-child {
    margin: auto;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 834px) {
  .cwb-box--2 > .wp-block-group__inner-container > *:nth-child(1) {
    margin-bottom: 25px !important;
  }
  .cwb-section--fv .cwb-heading--2 p {
    margin-bottom: 10px !important;
  }
  .cwb-section--fv .cwb-heading--2 p:last-child {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 781px) {
  .cwb-columns--icon.wp-block-columns > .wp-block-column {
    flex-basis: unset !important;
  }
  .cwb-columns--1 {
    width: 500px;
    margin: auto;
    margin-bottom: 100px !important;
    margin-top: 20px !important;
  }
  .cwb-columns--1__txt {
    margin-right: 0 !important;
  }
  .cwb-columns--1__txt > *:nth-child(1) {
    font-size: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
  }
  .cwb-columns--1__txt > *:nth-child(1)::before, .cwb-columns--1__txt > *:nth-child(1)::after {
    content: "";
    height: 1px;
    background: orange;
    position: relative;
    display: block;
    flex-grow: 1;
    top: -4px;
  }
  .cwb-columns--1__txt > *:nth-child(1)::before {
    margin-right: 15px;
  }
  .cwb-columns--1__txt > *:nth-child(1)::after {
    margin-left: 15px;
  }
  .cwb-columns--1__txt > *:nth-child(2) {
    font-size: 16px;
    text-align: center;
    margin-bottom: 11px !important;
  }
  .cwb-columns--1__txt > *:nth-child(3) {
    margin-bottom: 22px !important;
  }
  .cwb-columns--1__img {
    margin-left: 10px !important;
    margin-right: 28px !important;
  }
  .cwb-columns--1 > *:last-child.cwb-columns--1__img::after {
    right: -13px;
    bottom: -7px;
  }
  .cwb-columns--1.is-reverse {
    flex-direction: column-reverse;
  }
  .cwb-list--1 > *:nth-child(odd) {
    margin-right: 0;
  }
  .cwb-list--1 > *:nth-child(even) {
    margin-left: 0;
  }
  .cwb-balloon--h--2 {
    justify-content: center;
  }
  .cwb-balloon--h--2.wp-block-columns > .wp-block-column {
    flex-basis: unset !important;
  }
  .cwb-step-list--2 {
    flex-direction: column;
  }
  .cwb-step-list--2.wp-block-columns > .wp-block-column {
    flex-basis: unset !important;
    flex-grow: unset !important;
  }
  .cwb-step-list--2 > *:last-child {
    margin: auto !important;
    margin-bottom: 0 !important;
  }
  .cwb-step--2 {
    display: block;
    font-size: 18px;
    position: relative;
    padding-left: 81px;
    text-align: left;
    margin: auto !important;
    margin-bottom: 60px !important;
    width: 355px;
    max-width: 100%;
    min-width: unset;
  }
  .cwb-step--2 > *:nth-child(1), .cwb-step--2 > *:nth-child(2) {
    font-size: 17px;
    font-weight: bold;
    font-family: "Arial";
    margin-bottom: 0 !important;
    letter-spacing: 0;
  }
  .cwb-step--2 > *:nth-child(3) {
    font-size: 17px;
    color: #ff7600;
    font-weight: bold;
    display: flex;
    padding-left: 8px;
    margin-top: -1px;
  }
  .cwb-step--2 > *:nth-child(4) {
    width: 65px;
    height: 65px;
    margin: 0 !important;
  }
  .cwb-step--2 > *:nth-child(1) {
    float: left;
  }
  .cwb-step--2 > *:nth-child(2) {
    float: left;
    margin-left: 5px;
  }
  .cwb-step--2 > *:nth-child(3) {
    margin-bottom: 9px;
  }
  .cwb-step--2 > *:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
  }
  .cwb-step--2::after {
    background-image: url(../../images/arrow_orange_1.png);
    width: 9px;
    height: 8px;
    bottom: 0;
    right: unset;
    left: 28px;
    transform: unset;
    top: unset;
  }
  .cwb-section--fv__column-2 > .wp-block-column:first-child {
    flex-basis: 455px !important;
  }
  .cwb-section--fv__column-2 > .wp-block-column:last-child {
    flex-basis: 0 !important;
    flex-grow: 1 !important;
  }
  .cwb-section--fv__column-1 > .wp-block-column:first-child {
    flex-basis: 500px !important;
  }
  .cwb-section--fv__column-1 > .wp-block-column:last-child {
    flex-basis: unset !important;
  }
}
@media screen and (max-width: 768px) {
  .ewd-ufaq-faq-list .ewd-ufaq-faqs .ewd-ufaq-faq-div {
    margin-bottom: 10px;
  }
  .ewd-ufaq-faq-list .ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-title {
    padding: 12px 17px 15px;
    font-size: 14px;
  }
  .ewd-ufaq-faq-list .ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-title .ewd-ufaq-post-margin::after {
    width: 6px;
    height: 6px;
    border-width: 2px;
  }
  .ewd-ufaq-faq-list .ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-title h4 {
    font-size: 14px;
  }
  .ewd-ufaq-faq-list .ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-body {
    font-size: 14px;
    padding: 17px;
    min-height: 150px;
  }
  .ewd-ufaq-faq-list .ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-body h2 {
    font-size: 16px;
    text-align: left;
  }
  .ewd-ufaq-faq-list .ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-body h2::after {
    content: unset;
  }
  .ewd-ufaq-faq-list .ewd-ufaq-faqs .ewd-ufaq-faq-div.ewd-ufaq-post-active .ewd-ufaq-faq-title .ewd-ufaq-post-margin::after {
    top: 6px;
  }
  .cwb-txt--4 {
    font-size: 17px !important;
    padding: 4px 8px !important;
    letter-spacing: -1.7px;
    margin-top: 13px !important;
    margin-bottom: 8px !important;
  }
  .cwb-txt--5 {
    font-size: 20px;
  }
  .cwb-txt--5 code {
    border-bottom-width: 3px;
  }
  .cwb-btn--1 a {
    font-size: 15px;
    padding: 5px 20px;
    border-radius: 5px;
    padding-right: 30px;
    width: 188px;
    max-width: 100%;
    text-align: center;
  }
  .cwb-btn--1 a::after {
    background-image: url(../../images/icon_arrow_2_tb.png);
    width: 13px;
    height: 13px;
    right: 10px;
  }
  .cwb-heading--3 {
    font-size: 15px;
    margin-top: 16px !important;
    width: 400px;
  }
  .cwb-heading--4 {
    font-size: 16px !important;
  }
  .cwb-heading--4 code {
    border-bottom-width: 2px;
  }
  .cwb-balloon-wrap {
    align-items: flex-end !important;
    max-width: 290px;
    margin: auto;
  }
  .cwb-balloon--1 {
    font-family: "GenJyuuGothic";
    font-size: 14px;
    line-height: 1.785;
    background-image: url(../../images/balloon_box_1_tb.png);
    padding: 15px 17px 22px;
    padding-left: 30px;
  }
  .cwb-balloon--h--1:not(.is-reverse) > .wp-block-column:first-child {
    margin-bottom: 13px;
  }
  .cwb-balloon--h--1:not(.is-reverse) > .wp-block-column:first-child .wp-block-image {
    width: auto;
  }
  .cwb-balloon--h--1:not(.is-reverse) > .wp-block-column:first-child .wp-block-image img {
    width: 90px;
    height: 90px;
    margin-bottom: 8px;
  }
  .cwb-balloon--h--1:not(.is-reverse) > .wp-block-column:first-child .wp-block-image figcaption {
    font-size: 14px;
    opacity: 1;
  }
  .cwb-balloon--h--1:not(.is-reverse) > .wp-block-column:last-child {
    font-size: 14px;
    line-height: 1.785;
    padding: 18px 19px;
  }
  .cwb-balloon--h--1:not(.is-reverse) > .wp-block-column:last-child > *:nth-child(1) {
    font-size: 17px;
    line-height: 1.76;
  }
  .cwb-balloon--h--1.is-reverse > .wp-block-column:first-child {
    font-size: 14px;
    line-height: 1.785;
    padding: 18px 19px;
  }
  .cwb-balloon--h--1.is-reverse > .wp-block-column:first-child > *:nth-child(1) {
    font-size: 17px;
    line-height: 1.76;
  }
  .cwb-balloon--h--1.is-reverse > .wp-block-column:last-child {
    margin-bottom: 13px;
  }
  .cwb-balloon--h--1.is-reverse > .wp-block-column:last-child .wp-block-image {
    width: auto;
  }
  .cwb-balloon--h--1.is-reverse > .wp-block-column:last-child .wp-block-image img {
    width: 90px;
    height: 90px;
    margin-bottom: 8px;
  }
  .cwb-balloon--h--1.is-reverse > .wp-block-column:last-child .wp-block-image figcaption {
    font-size: 14px;
    opacity: 1;
  }
  .cwb-balloon--h--2 {
    flex-wrap: nowrap !important;
  }
  .cwb-balloon--h--2 > *:nth-child(1) {
    font-size: 15px;
    font-family: "GenJyuuGothic";
    font-weight: 500;
    background-image: url(../../images/balloon_border_1_tb.png);
    background-size: 50px 65px;
    margin-right: 8px;
  }
  .cwb-list--1 {
    gap: 32px;
  }
  .cwb-list--1 > * {
    margin-bottom: 16px !important;
  }
  .cwb-list--1 > *:last-child {
    margin-bottom: 0 !important;
  }
  .cwb-table--1 table th,
.cwb-table--1 table td {
    font-size: 14px;
    padding: 5px 22px;
    border-width: 2px;
  }
  .cwb-table--1 table th {
    min-width: 103px;
  }
  .cwb-table--1 table th code {
    font-size: 10px;
  }
  .cwb-table--1 table td:first-child {
    font-weight: 400;
  }
  .cwb-table--1 table td:last-child {
    font-size: 15px;
    font-weight: 500;
  }
  .cwb-table--1 table td:last-child strong {
    font-weight: 500;
  }
  .cwb-table--1 table td code {
    font-size: 13px;
  }
  .cwb-table--1 figcaption {
    font-size: 13px;
    margin-top: 13px;
    line-height: 1.4;
    letter-spacing: -1px;
  }
  .cwb-step-list--1 {
    max-width: 400px;
    margin-top: 35px !important;
  }
  .cwb-step-list--1 > .cwb-step--1 {
    margin-left: 8px !important;
  }
  .cwb-step-list--1 > .cwb-step--1:last-child {
    margin-bottom: 0 !important;
  }
  .cwb-step-list--1.ghostkit-d-md-block {
    display: flex !important;
  }
  .cwb-step--1 {
    padding: 16px 26px;
    padding-right: 24px;
    font-size: 14px;
    line-height: 1.8;
  }
  .cwb-step--1 > *:last-child {
    margin-bottom: 5px !important;
  }
  .cwb-step--1 > *:nth-child(1) {
    font-size: 25px;
    width: 40px;
    height: 40px;
    padding-top: 6px;
  }
  .cwb-step--1 > *:nth-child(2) {
    float: right;
    margin: 0 !important;
    display: flex;
    align-items: flex-start;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 6px !important;
  }
  .cwb-step--1 > *:nth-child(2) img {
    width: 53px;
    max-height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .cwb-step--1 > *:nth-child(3) {
    font-size: 18px;
    text-align: left;
    display: inline-block;
    margin-bottom: 15px !important;
    margin-left: 0 !important;
  }
  .cwb-box--1 {
    max-width: 550px;
    padding: 0;
    position: relative;
    box-shadow: unset;
  }
  .cwb-box--1.wp-block-columns > .wp-block-column {
    width: calc(100% - 20px - 50px - 20px);
    flex-grow: unset !important;
    flex-basis: unset !important;
  }
  .cwb-box--1 > *:nth-child(1) > .cwb-box--1__balloon:first-child {
    margin-bottom: 15px !important;
  }
  .cwb-box--1 > *:nth-child(1) > .cwb-box--1__balloon:first-child::after {
    right: -23px;
    width: 21px;
    height: 14px;
    bottom: 0;
  }
  .cwb-box--1 > *:nth-child(1) > .cwb-box--1__balloon:nth-child(2)::after {
    background-image: url(../../images/balloon_2.png);
    right: -26px;
    top: 39px;
    width: 24px;
    height: 18px;
    transform: rotate(13deg);
  }
  .cwb-box--1 > *:nth-child(1) > .cwb-box--1__balloon:nth-child(3)::after {
    background-image: url(../../images/balloon_2.png);
    right: -26px;
    top: -4px;
    width: 24px;
    height: 18px;
    transform: rotate(13deg);
  }
  .cwb-box--1 > *:nth-child(2) {
    width: 50px !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto;
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cwb-box--1 > *:nth-child(3) > .cwb-box--1__balloon {
    margin-top: 0;
  }
  .cwb-box--1__balloon {
    font-size: 14px;
    line-height: 1.5;
    padding: 17px 15px;
    padding-right: 12px;
    box-shadow: 4px 4px 0 0px #ff7600;
    margin-bottom: 15px !important;
  }
  .cwb-box--2 {
    width: 255px;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.25);
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .cwb-box--2 > .wp-block-group__inner-container > *:nth-child(1) {
    font-size: 14px;
    font-weight: 500;
    padding: 7px;
    margin-bottom: 23px !important;
  }
  .cwb-box--2 > .wp-block-group__inner-container > *:nth-child(1)::after {
    height: 15px;
    width: 15px;
    bottom: -7px;
  }
  .cwb-columns--icon__img {
    width: 62px;
    padding-left: 15px;
    padding-right: 10px;
  }
  .cwb-columns--icon__img img {
    height: 30px;
    width: auto;
  }
  .cwb-columns--icon__txt {
    font-size: 14px;
    margin: 4px 0 !important;
    margin-right: 5px !important;
    padding: 6px 12px;
  }
  .cwb-columns--2 > .wp-block-column {
    margin-bottom: 20px !important;
    margin-right: 0px !important;
  }
  .cwb-columns--2 > .wp-block-column:last-child {
    margin-bottom: 0 !important;
  }
  .cwb-columns--2 > .wp-block-column > *:nth-child(1) {
    margin-bottom: 6px;
  }
  .cwb-columns--2 > .wp-block-column > *:nth-child(2) {
    font-size: 15px;
    line-height: 1.7;
  }
  .cwb-columns--2 > .wp-block-column > *:nth-child(3) {
    font-size: 14px;
    line-height: 1.8;
  }
  .cwb-fixed {
    position: fixed;
    z-index: 9900;
    bottom: 0;
    width: 100%;
    height: 60px;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
  }
  .cwb-fixed--cta {
    background: #89191a;
  }
  .cwb-fixed--cta .cwb-btn--1 a {
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-size: 15px;
    width: 170px;
    padding: 0;
    gap: 6px;
  }
  .cwb-fixed--cta .cwb-btn--1 a::after {
    width: 13px;
    height: 13px;
    right: 0;
    top: 1px;
    position: relative;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
  }
  .cwb-section--fv {
    width: 450px;
  }
  .cwb-section--fv-in {
    padding: 14px 12px;
    padding-left: 19px;
  }
  .cwb-section--fv-out {
    min-height: 444px;
  }
  .cwb-section--fv-out::after {
    max-height: unset;
    min-height: unset;
    height: 100%;
    background-image: url(../../images/fv_tb_wide.png);
    background-position: center -11px;
    background-size: cover;
  }
  .cwb-section--fv__column-1 {
    position: relative;
  }
  .cwb-section--fv__column-1 > .wp-block-column:last-child {
    position: absolute;
    right: 0;
    margin-right: -7px;
  }
  .cwb-section--fv__column-1 > .wp-block-column:last-child > .wp-block-columns {
    margin-top: 10px;
  }
  .cwb-section--fv__column-1 > .wp-block-column:last-child > .wp-block-columns > .wp-block-column:first-child img {
    width: 85px;
    margin: auto;
    margin-right: 0;
  }
  .cwb-section--fv__column-1 > .wp-block-column:last-child > .wp-block-columns > .wp-block-column:last-child {
    position: relative;
    top: 0;
    margin: 0;
    margin-top: 24px;
    width: 100%;
  }
  .cwb-section--fv__column-1 > .wp-block-column:last-child > .wp-block-columns > .wp-block-column:last-child .wp-block-image {
    margin-right: -5px;
  }
  .cwb-section--fv__column-1 > .wp-block-column:last-child > .wp-block-columns > .wp-block-column:last-child img {
    width: 118px;
    margin: auto;
    margin-right: 0;
  }
  .cwb-section--fv__column-2 {
    margin-top: 21px;
    gap: 20px !important;
  }
  .cwb-section--fv__column-2 > .wp-block-column:last-child .wp-block-image.ghostkit-d-none {
    display: flex !important;
    justify-content: flex-start;
  }
  .cwb-section--fv__column-2 > .wp-block-column:last-child .wp-block-image.ghostkit-d-none figure {
    margin: 0;
  }
  .cwb-section--fv .cwb-heading--1 > .wp-block-image {
    width: 52px;
    height: 52px;
  }
  .cwb-section--fv .cwb-heading--1 > .wp-block-image + * {
    font-size: 26px;
    letter-spacing: -1px;
    padding: 0px 12px 3px;
    padding-left: 30px;
    margin-left: -34px;
  }
  .cwb-section--fv .cwb-heading--1--with-cap {
    margin-left: -4px;
    padding-top: 11px;
    margin-bottom: 7px;
  }
  .cwb-section--fv .cwb-heading--1--with-cap .cwb-heading--1__cap {
    line-height: 1;
    font-size: 14px;
    left: 50px;
    letter-spacing: -0.5px;
  }
  .cwb-section--fv .cwb-heading--2 {
    margin-left: 0;
  }
  .cwb-section--fv .cwb-heading--2 > .wp-block-group__inner-container > * {
    font-size: 23px;
    padding-left: 2.5px;
    letter-spacing: -1px;
    margin-bottom: 6px !important;
  }
  .cwb-section--fv .cwb-heading--2 > .wp-block-group__inner-container > *:last-child {
    margin-bottom: 0 !important;
  }
  .cwb-section--fv .cwb-txt--1 {
    margin-bottom: 7px;
    font-size: 17px;
    margin-left: 4px;
  }
  .cwb-section--fv .cwb-icon {
    align-items: flex-start;
    margin-left: 0;
    margin-bottom: 3px;
  }
  .cwb-section--fv .cwb-icon.ghostkit-d-none {
    display: flex !important;
  }
  .cwb-section--fv .cwb-icon .ghostkit-icon-box-icon {
    margin-top: 4px;
  }
  .cwb-section--fv .cwb-icon .ghostkit-icon-box-content {
    padding-left: 4px;
  }
  .cwb-section--fv .cwb-icon--ribbon {
    font-size: 14px;
    line-height: 1.55;
  }
  .cwb-section--fv .cwb-icon--ribbon .ghostkit-icon-box-content code {
    font-size: 13px;
    padding: 1.5px 3.5px;
  }
  .cwb-section--underfv {
    padding: 15px 54px 0;
  }
  .cwb-section--underfv::before {
    content: unset;
  }
  .cwb-section--underfv::after {
    background-image: url(../../images/back_underfv_tb_2.png);
    width: 333px;
    max-width: 100%;
    background-size: contain;
    background-position: top;
  }
  .cwb-section--underfv-out {
    margin-top: -53px;
  }
  .cwb-section--underfv-out::before, .cwb-section--underfv-out::after {
    content: unset;
  }
  .cwb-section--1 {
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 15px), calc(50% + 17px) calc(100% - 15px), 50% 100%, calc(50% - 17px) calc(100% - 15px), 0 calc(100% - 15px), 0 0);
            clip-path: polygon(100% 0, 100% calc(100% - 15px), calc(50% + 17px) calc(100% - 15px), 50% 100%, calc(50% - 17px) calc(100% - 15px), 0 calc(100% - 15px), 0 0);
  }
  .cwb-section--orange {
    padding: 23px 0;
  }
  .cwb-section--orange-2 {
    background-size: 104px;
    background-position: calc(100% - 3px) calc(100% - 5px);
  }
}
@media screen and (max-width: 375px) {
  .cwb-columns--1 {
    max-width: calc(100% - 50px);
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 40px !important;
  }
  .cwb-step--2 {
    font-size: 14px;
    width: 320px;
    margin-bottom: 40px !important;
  }
  .cwb-step--2 > *:nth-child(1),
.cwb-step--2 > *:nth-child(2),
.cwb-step--2 > *:nth-child(3) {
    font-size: 17px;
  }
  .cwb-step--2::after {
    bottom: -20px;
  }
  .cwb-section--fv-out::after {
    background-image: url(../../images/fv_tb.png);
    background-position: center -7px;
  }
}
@media screen and (max-width: 360px) {
  .cwb-step--1 > *:nth-child(2) {
    position: absolute;
    right: 5px;
    top: 16px;
  }
  .cwb-section--fv__column-1 > .wp-block-column:last-child > .wp-block-columns {
    margin-top: 30px;
  }
  .cwb-section--fv__column-1 > .wp-block-column:last-child > .wp-block-columns > .wp-block-column:first-child img {
    width: 60px;
  }
  .cwb-section--underfv {
    padding: 15px 24px 0;
  }
  .cwb-columns--1__txt {
    font-size: 13px;
  }
  .cwb-columns--icon__txt {
    font-size: 13px;
  }
  .cwb-box--1__balloon {
    font-size: 13px;
  }
}
@media screen and (max-width: 350px) {
  .cwb-section--fv__column-1 > .wp-block-column:last-child > .wp-block-columns > .wp-block-column:last-child img {
    width: 80px;
  }
}
div.wpforms-container-full.cwpb-wpforms-wrapper {
  max-width: 630px;
  margin: auto;
}
div.wpforms-container-full.cwpb-wpforms-wrapper .wpforms-field input[type=text],
div.wpforms-container-full.cwpb-wpforms-wrapper .wpforms-field input[type=tel],
div.wpforms-container-full.cwpb-wpforms-wrapper .wpforms-field input[type=email] {
  width: 100%;
  max-width: unset;
}
div.wpforms-container-full .wpforms-form button.wpforms-submit {
  border: 0;
  background: #ff7600;
  color: white;
  padding: 10px 40px;
  margin-top: 50px;
  max-width: 90%;
  width: 250px;
  border-radius: 0.4em;
  margin: auto;
  display: block;
}
div.wpforms-container-full .wpforms-form button.wpforms-submit:hover {
  border: 0;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
  margin-bottom: 10px;
}
div.wpforms-container-full .wpforms-form .wpforms-field input[type=text],
div.wpforms-container-full .wpforms-form .wpforms-field input[type=tel],
div.wpforms-container-full .wpforms-form .wpforms-field input[type=email] {
  border: 0;
  background: white;
}
div.wpforms-container-full .wpforms-form .wpforms-field input[type=text]::-moz-placeholder, div.wpforms-container-full .wpforms-form .wpforms-field input[type=tel]::-moz-placeholder, div.wpforms-container-full .wpforms-form .wpforms-field input[type=email]::-moz-placeholder {
  color: #bebebe;
}
div.wpforms-container-full .wpforms-form .wpforms-field input[type=text]:-ms-input-placeholder, div.wpforms-container-full .wpforms-form .wpforms-field input[type=tel]:-ms-input-placeholder, div.wpforms-container-full .wpforms-form .wpforms-field input[type=email]:-ms-input-placeholder {
  color: #bebebe;
}
div.wpforms-container-full .wpforms-form .wpforms-field input[type=text]::placeholder,
div.wpforms-container-full .wpforms-form .wpforms-field input[type=tel]::placeholder,
div.wpforms-container-full .wpforms-form .wpforms-field input[type=email]::placeholder {
  color: #bebebe;
}
div.wpforms-container-full .wpforms-form .wpforms-field input[type=text]:-moz-read-only, div.wpforms-container-full .wpforms-form .wpforms-field input[type=tel]:-moz-read-only, div.wpforms-container-full .wpforms-form .wpforms-field input[type=email]:-moz-read-only {
  background: #e0e0e0;
}
div.wpforms-container-full .wpforms-form .wpforms-field input[type=text]:disabled, div.wpforms-container-full .wpforms-form .wpforms-field input[type=text]:read-only,
div.wpforms-container-full .wpforms-form .wpforms-field input[type=tel]:disabled,
div.wpforms-container-full .wpforms-form .wpforms-field input[type=tel]:read-only,
div.wpforms-container-full .wpforms-form .wpforms-field input[type=email]:disabled,
div.wpforms-container-full .wpforms-form .wpforms-field input[type=email]:read-only {
  background: #e0e0e0;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
  margin-bottom: 13px;
}
div.wpforms-container-full .wpforms-form .wpforms-field-radio ul li input {
  width: 16px;
  height: 16px;
}
div.wpforms-container-full .wpforms-form .wpforms-field-select > .choices {
  width: 100%;
  max-width: unset;
}
div.wpforms-container-full .wpforms-form .wpforms-field-select > .choices .choices__inner {
  border: 0;
}
div.wpforms-container-full .wpforms-form .wpforms-field-textarea textarea {
  font-size: 14px;
  padding: 15px 15px;
  border: 0;
}
div.wpforms-container-full .wpforms-form .wpforms-field-textarea textarea::-moz-placeholder {
  color: #bebebe;
}
div.wpforms-container-full .wpforms-form .wpforms-field-textarea textarea:-ms-input-placeholder {
  color: #bebebe;
}
div.wpforms-container-full .wpforms-form .wpforms-field-textarea textarea::placeholder {
  color: #bebebe;
}
div.wpforms-container-full .wpforms-form .wpforms-field-textarea.c-wpforms-readonly textarea {
  padding: 20px 25px;
}
div.wpforms-container-full .wpforms-form .wpforms-field-description {
  color: #bebebe;
}
div.wpforms-container-full .wpforms-form .wpforms-required-label {
  width: 0;
  height: 0;
  display: inline-block;
  position: relative;
  margin-left: 5px;
}
div.wpforms-container-full .wpforms-form .wpforms-required-label::before {
  content: "必須";
  color: white;
  position: absolute;
  padding: 4px 16px;
  background: #fa0006;
  left: 0;
  width: 25px;
  top: -1px;
  font-size: 12px;
}
div.wpforms-container-full .wpforms-form .c-wpforms-length__2 input {
  width: 60px !important;
  padding: 0 20px;
}
div.wpforms-container-full .wpforms-form .c-wpforms-des-columns input {
  float: left;
  position: relative;
  z-index: 1;
}
div.wpforms-container-full .wpforms-form .c-wpforms-des-columns .wpforms-field-description {
  margin-top: 24px;
  position: relative;
  left: 5px;
  color: black;
  font-weight: bold;
}
div.wpforms-container-full .wpforms-form .c-wpforms-des-columns.wpforms-has-error {
  position: relative;
  padding-bottom: 30px;
}
div.wpforms-container-full .wpforms-form .c-wpforms-des-columns.wpforms-has-error label.wpforms-error {
  position: absolute;
  bottom: 0;
  left: 0;
}
div.wpforms-container-full .wpforms-form .c-wpforms-with-any-lbl .wpforms-field-label {
  line-height: 1.5;
  position: relative;
}
div.wpforms-container-full .wpforms-form .c-wpforms-with-any-lbl .wpforms-field-label::after {
  content: "任意";
  color: white;
  position: relative;
  margin-left: 10px;
  padding: 4px 16px;
  background: #949494;
  left: 0;
  width: 25px;
  top: -1px;
  font-size: 12px;
  word-break: keep-all;
}
div.wpforms-container-full .wpforms-form .c-wpforms-lbl-abs .wpforms-field-label::after {
  position: absolute;
  left: unset;
  top: -3px;
}
div.wpforms-container-full .wpforms-form .c-wpforms-readonly input:not([readonly]),
div.wpforms-container-full .wpforms-form .c-wpforms-readonly textarea:not([readonly]) {
  pointer-events: none;
}
div.wpforms-container-full .wpforms-form .c-wpforms-radio-type1 {
  margin-bottom: 0px;
}
div.wpforms-container-full .wpforms-form .c-wpforms-radio-type1 .wpforms-field-label {
  margin-bottom: 20px;
}
div.wpforms-container-full .wpforms-form .c-wpforms-radio-type1 ul {
  display: flex;
}
div.wpforms-container-full .wpforms-form .c-wpforms-radio-type1 ul li {
  display: flex;
  align-items: center;
  width: auto;
  margin-bottom: 20px !important;
}
div.wpforms-container-full .wpforms-form .c-wpforms-radio-type1 ul li:last-child {
  width: 100%;
}
div.wpforms-container-full .wpforms-form .c-wpforms-radio-type1 + * {
  margin-top: -69px;
  margin-left: 100px;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}
div.wpforms-container-full .wpforms-form .c-wpforms-radio-type1.wpforms-has-error + * {
  margin-top: -87px;
}
div.wpforms-container-full .wpforms-form .c-wpforms-radio-type2 {
  display: inline-block;
}
div.wpforms-container-full .wpforms-form .c-wpforms-radio-type2 + * {
  display: inline-table;
}
@media screen and (max-width: 600px) {
  div.wpforms-container-full .wpforms-form .c-wpforms-radio-type2__600 ul li:last-child {
    display: block;
  }
  div.wpforms-container-full .wpforms-form .c-wpforms-radio-type2__600 + * {
    position: relative;
    left: 115px;
    margin-top: -63px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
div.wpforms-container-full .wpforms-form .c-wpforms-date {
  width: 95px;
  margin-bottom: 20px;
  overflow-x: unset !important;
}
div.wpforms-container-full .wpforms-form .c-wpforms-date input {
  float: left;
  width: 60px !important;
  position: relative;
  z-index: 1;
}
div.wpforms-container-full .wpforms-form .c-wpforms-date .wpforms-field-description {
  color: black;
  font-size: 18px;
  padding: 8px;
  left: 5px;
  position: relative;
  z-index: 0;
  font-weight: bold;
}
div.wpforms-container-full .wpforms-form .c-wpforms-date.wpforms-has-error {
  position: relative;
  padding-bottom: 20px;
}
div.wpforms-container-full .wpforms-form .c-wpforms-date.wpforms-has-error label.wpforms-error {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
}
div.wpforms-container-full .wpforms-form .c-wpforms-date + *,
div.wpforms-container-full .wpforms-form .c-wpforms-date + * + * {
  width: 100px;
  margin-left: 0;
  margin-top: 34px;
  overflow-x: unset !important;
}
div.wpforms-container-full .wpforms-form .c-wpforms-date + * input,
div.wpforms-container-full .wpforms-form .c-wpforms-date + * + * input {
  float: left;
  text-align: center;
  width: 60px !important;
  position: relative;
  z-index: 1;
}
div.wpforms-container-full .wpforms-form .c-wpforms-date + * .wpforms-field-description,
div.wpforms-container-full .wpforms-form .c-wpforms-date + * + * .wpforms-field-description {
  font-size: 18px;
  padding: 0px;
  left: 5px;
  position: relative;
  z-index: 0;
  color: black;
  font-weight: bold;
}
div.wpforms-container-full .wpforms-form .c-wpforms-date + *.wpforms-has-error,
div.wpforms-container-full .wpforms-form .c-wpforms-date + * + *.wpforms-has-error {
  position: relative;
  padding-bottom: 21px;
}
div.wpforms-container-full .wpforms-form .c-wpforms-date + *.wpforms-has-error label.wpforms-error,
div.wpforms-container-full .wpforms-form .c-wpforms-date + * + *.wpforms-has-error label.wpforms-error {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
}
div.wpforms-container-full .wpforms-form .c-wpforms-date + * + * {
  width: 85px;
}
div.wpforms-container-full .wpforms-form .c-wpforms-postcode .wpforms-field-description {
  padding-left: 16px;
  position: relative;
}
div.wpforms-container-full .wpforms-form .c-wpforms-postcode .wpforms-field-description::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  border: 6px solid transparent;
  border-top-width: 10px;
  border-top-color: #515151;
}
div.wpforms-container-full .wpforms-form .c-wpforms-agree .wpforms-field-label-inline {
  position: relative;
}
div.wpforms-container-full .wpforms-form .c-wpforms-agree .wpforms-field-label-inline::after {
  content: "必須";
  color: white;
  position: relative;
  margin-left: 10px;
  padding: 4px 16px;
  background: #fa0006;
  left: 0;
  width: 25px;
  top: -1px;
  font-size: 12px;
  word-break: keep-all;
}

.cwpb-wpforms-agree-box {
  padding: 20px 30px;
  background: white;
  overflow: auto;
  font-size: 14px;
  height: 230px;
  resize: vertical;
}
.cwpb-wpforms-agree-box p, .cwpb-wpforms-agree-box ul {
  margin-bottom: 0;
}
.cwpb-wpforms-agree-box p:not(.cwpb-wpforms-agree-heading) strong {
  text-decoration: underline;
}
@media screen and (max-width: 780px) {
  .cwpb-wpforms-agree-box {
    padding: 10px;
  }
}
.cwpb-wpforms-agree-heading {
  background: #f5f5f5;
  margin-bottom: 10px;
  padding: 15px 5px;
  color: #000;
  border-bottom: 3px solid;
  border-top: 1px solid #c5c5c5;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 780px) {
  .cwpb-wpforms-agree-heading {
    font-size: 16px !important;
  }
}

.article h2 {
  text-align: center;
  background: unset;
  font-size: 32px;
  letter-spacing: -1px;
  color: #141414;
  font-weight: 700;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 50px;
  margin-top: 1em;
  margin-bottom: 1.5625em;
  position: relative;
}
.article h2::after {
  content: "";
  width: 31px;
  border-top: 1px solid;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .article h2 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 16px;
  }
  .article h2::after {
    width: 15px;
  }
}

body.page-template-page-content-only .entry-content {
  font-size: 16px;
}
body.page-template-page-content-only .entry-content > * {
  line-height: 2;
}
body.page-template-page-content-only .content {
  margin-top: 60px;
}
body.page-template-page-content-only .content-in {
  width: 100%;
}
body.page-template-page-content-only .content .main {
  border: 0;
  padding: 0px 0;
}
body.page-template-page-content-only .content .main .article {
  margin-bottom: 0;
}
body.page-template-page-content-only .content .main .article .entry-content {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .content {
    margin-top: 50px;
  }
  body.page-template-page-content-only .entry-content {
    font-size: 14px;
  }
  body.page-template-page-content-only .entry-content > * {
    line-height: 1.785;
  }
  body.page-template-page-content-only .content {
    margin-top: 50px;
  }
}
.footer-left-widget-wrap table {
  font-size: 13px;
  font-weight: 300;
}
.footer-left-widget-wrap table tr {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.footer-left-widget-wrap table tr:last-child {
  margin-bottom: 0;
}
.footer-left-widget-wrap table td {
  display: inline-block;
  padding: 0;
  border: 0;
  font-size: 12.3px;
}
.footer-left-widget-wrap table td:nth-child(1) {
  font-weight: 500;
  padding-right: 15px;
  font-size: 13px;
}
.footer-left-widget-wrap table td:last-child {
  padding-right: 0;
}
.footer-left-widget-wrap table td a {
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .footer-left-widget-wrap table {
    margin-top: 0;
    border-spacing: 0 30px;
    font-size: 14px;
  }
  .footer-left-widget-wrap table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 28px;
  }
  .footer-left-widget-wrap table td {
    display: block;
    margin-bottom: 10px;
  }
  .footer-left-widget-wrap table td:nth-child(1) {
    margin-bottom: 7px;
    font-size: 14px;
  }
  .footer-left-widget-wrap table td:nth-child(3), .footer-left-widget-wrap table td:last-child {
    display: inline-block;
    margin-bottom: 0;
  }
}
.footer {
  padding: 0;
  padding-bottom: 15px;
  margin-top: 0;
}
.footer .footer-in {
  width: 100%;
  padding: 0 20px;
  max-width: 990px;
  margin: auto;
}
.footer .footer-in .footer-bottom {
  padding: 0;
  margin-top: 0;
  padding-top: 45px;
}
.footer .footer-in .footer-bottom-logo {
  position: relative;
  text-align: center;
  float: unset;
  margin-bottom: 30px;
}
.footer .footer-in .footer-bottom-logo a:hover {
  background-color: unset !important;
}
.footer .footer-in .footer-bottom-logo img {
  width: 258px;
  height: auto;
}
.footer .footer-in .footer-bottom-content {
  float: unset;
  text-align: unset;
}
.footer .footer-in .footer-bottom-content .navi-footer {
  padding-bottom: 40px;
  border-bottom: 1px solid white;
  margin-bottom: 40px;
}
.footer .footer-in .footer-bottom-content .navi-footer .menu-item a {
  transition: opacity 0.2s;
}
.footer .footer-in .footer-bottom-content .navi-footer .menu-item a:hover {
  background-color: unset !important;
  text-decoration: unset !important;
  opacity: 0.5;
}
.footer .footer-in .footer-bottom-content .copyright {
  margin-top: 50px;
  text-align: center;
  font-size: 10px;
  letter-spacing: 1px;
}
.footer .footer-in .footer-bottom-widgets {
  display: flex;
  flex-wrap: nowrap;
}
.footer .footer-in .footer-bottom-widgets > * {
  width: calc(50% - 47.5px);
}
.footer .footer-in .footer-bottom-widgets > *:first-child {
  margin-right: 95px;
}
.footer .navi-fixed {
  display: none;
  z-index: 95000;
}

@media screen and (max-width: 1000px) {
  .footer {
    margin-bottom: 0;
  }
  .footer .navi-fixed {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 7px 15px;
    background: #f7f7f7;
    height: 50px;
  }
  .footer .navi-fixed .menu {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .footer .navi-fixed .menu-item {
    width: 50%;
  }
  .footer .navi-fixed .menu-item__btn > a {
    font-size: 15px;
  }
  .footer .navi-fixed .menu-item__btn > a::before {
    display: none;
  }
  .footer .navi-fixed .menu-item__btn-primary > a .caption-wrap::before, .footer .navi-fixed .menu-item__btn-secondary > a .caption-wrap::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 100%;
    right: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0;
  }
  .footer .navi-fixed .menu-item__btn-primary > a .caption-wrap::after, .footer .navi-fixed .menu-item__btn-secondary > a .caption-wrap::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 87px;
  }
  .footer .footer-in {
    padding: 0 11.33%;
  }
  .footer .footer-in .footer-top-container {
    margin-bottom: 35px;
    border-bottom: 1px solid white;
  }
  .footer .footer-in .footer-top-container .navi {
    padding-bottom: 0;
  }
  .footer .footer-in .footer-top-container .navi-in .menu {
    justify-content: unset;
    margin-bottom: 10px;
  }
  .footer .footer-in .footer-top-container .navi-in .menu-item {
    width: 50%;
    margin-bottom: 30px;
  }
  .footer .footer-in .footer-top-container .navi-in .menu-item a {
    font-size: 13px;
    white-space: nowrap;
  }
  .footer .footer-in .footer-bottom {
    padding-top: 30px;
  }
  .footer .footer-in .footer-bottom-content .navi-footer {
    padding-bottom: 0;
    margin-bottom: 36px;
  }
  .footer .footer-in .footer-bottom-content .copyright {
    margin-top: 28px;
    font-size: 9px;
  }
  .footer .footer-in .footer-bottom-container .footer-bottom-inner {
    position: relative;
    margin-bottom: 0;
    flex-direction: column-reverse;
  }
  .footer .footer-in .footer-bottom-container .footer-bottom-inner .footer-left-widget-wrap {
    width: 100%;
  }
  .footer .footer-in .footer-bottom-container .footer-bottom-inner .footer-right-widget-wrap {
    margin: 0;
    width: 100px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .footer .footer-in .footer-bottom-logo {
    margin-bottom: 30px;
  }
  .footer .footer-in .footer-bottom-logo .logo-image {
    margin: 0;
  }
  .footer .footer-in .footer-bottom-logo img {
    width: 271px;
  }
  .footer .footer-in .footer-bottom-widgets {
    flex-direction: column;
  }
  .footer .footer-in .footer-bottom-widgets > * {
    width: 100%;
  }
  .footer .footer-in .footer-bottom-widgets > *:first-child {
    margin: unset;
  }
}
#wpadminbar,
#admin-panel {
  display: none;
  transform: translateX(calc(100% - 10px));
}
#wpadminbar:hover,
#admin-panel:hover {
  transform: unset;
  padding-bottom: 100px;
}

html[lang=ja] {
  margin-top: 0 !important;
}