/*
Theme Name: jinsei-ippatsu
Theme URI: https://xn--4gq9qg56gyebu80ebpb.com/
Description: 人生一発逆転ドットコムのトップページ用テーマ
Version: 1.0
*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeUpTrigger {
  opacity: 0;
}

@media screen and (max-width: 1220px) {
  body {
    position: relative;
  }
}

.ly_commonInner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
}

.msg2 {
  padding-inline: 20px;
}

.msg2 .ly_commonInner {
  box-sizing: border-box;
  padding: 45px 0 65px;
}

.ly_serviceList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  margin-bottom: 100px;
  gap: 30px;
  padding-top: 20px;
}

.bl_serviceList_item {
  position: relative;
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  box-sizing: border-box;
  width: 100%;
  border-radius: 40px;
  border: 2px solid #213f81;
  height: 100%;
  padding-top: 90px;
  padding-bottom: 20px;
  z-index: 0;
  gap: 10px;
  padding-left: 20px;
  padding-right: 20px;
}


.el_serviceList_item_txt {
  position: relative;
  font-size: 28px;
  line-height: 1.6;
  color: #213f81;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}

.el_serviceList_item_txt2 {
  position: relative;
  font-size: 28px;
  line-height: 1.6;
  color: #213f81;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}

.el_serviceList_item_txt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: #fdface;
  border-radius: 100%;
  width: 100%;
  max-width: 240px;
  aspect-ratio: 1/1;
  z-index: -1;
}

.el_serviceList_item_txt2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: #f4f4f4;
  border-radius: 100%;
  width: 100%;
  max-width: 240px;
  aspect-ratio: 1/1;
  z-index: -1;
}

.el_serviceList_item_img {
  max-width: 265px;
  width: 100%;
  aspect-ratio: 2/1;
  overflow: hidden;
  margin-inline: auto;
}

.el_serviceList_item_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* CheckList */

@media screen and (max-width : 870px) {
  .ly_serviceList {
    grid-template-columns: 1fr;
    padding-top: 80px;
    gap: 95px;
  }

  .el_serviceList_item_img {
    max-width: 350px;
  }

  .bl_serviceList_item {
    padding-top: 0;
    gap: 20px;
  }
}

@media screen and (max-width : 800px) {

  .msg2 .ly_commonInner {
    padding-bottom: 64px;
  }

}

input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: #fff !important;
  color: fieldtext !important;
}

.point-logo {
  width: 370px;
  margin: 0 auto;
}

.service-inner {
  width: 1000px;
  margin: 0 auto;
}

.nomal-text::after {
  content: "";
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  background-image: url(../img/icon-right.png);
  top: 6px;
  right: -45px;
}

.nomal-text2::after {
  content: "";
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  background-image: url(../img/icon-right.png);
  top: 3px;
  right: -45px;
}

.cta-arrow::after {
  content: "";
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  background-image: url(../img/icon-right.png);
  top: 2px;
  right: -45px;
}

.nomal-text::before {
  display: none;
}

.nomal-text2::before {
  display: none;
}

.cta-arrow::before {
  display: none;
}

.btn button {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: normal;
  border: none;
  outline: none;
  border-radius: 10px;
  background: #29abe2;
  padding: 28px 40px;
  box-shadow: 0px 6px 8px 0px #00000057;
  cursor: pointer;
  width: 400px;
}

.nomal-text::after {
  transform: none;
}

.nomal-text2::after {
  transform: none;
}

.cta-arrow::after {
  transform: none;
}

.btn-fix {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 28px;
  z-index: 9999;
}

html {
  scroll-behavior: smooth;
}











.btn2 button {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: normal;
  border: none;
  outline: none;
  border-radius: 10px;
  background: #ff8800;
  padding: 28px 40px;
  box-shadow: 0px 6px 8px 0px #00000057;
  cursor: pointer;
  width: 400px;
}

.nomal-text {
  font-size: 25px;
  position: relative;
  font-weight: bold;
  color: #fff;
}

.nomal-text2 {
  font-size: 18px;
  position: relative;
  font-weight: bold;
  color: #fff;
}

.cta-arrow {
  font-size: 18px;
  position: relative;
  font-weight: bold;
  color: #fff;
}

.price-bg {
  background: url(../img/wave_gry.png) no-repeat center center;
  height: 10px;
  margin: -70px 0 0;
}

img {
  vertical-align: bottom
}

@media only screen and (max-width: 767px) {

  .pdr-sp-0 {
    padding-right: 0px !important
  }

  .pdl-sp-0 {
    padding-left: 0px !important
  }
}

a {
  color: #000
}

h2,
h3 {
  color: #000
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000
}

a {
  text-decoration: none
}

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

.wrapper .wrapper_block {
  max-width: 1080px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  background-color: #fff
}

.wrapper .wrapper_block:last-child {
  margin-bottom: 0
}

@media only screen and (min-width: 768px) and (max-width:991px) {
  .wrapper {
    padding-right: 15px;
    padding-left: 15px
  }

  .wrapper .wrapper_block {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px
  }
}

@media only screen and (max-width: 767px) {
  .wrapper {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .wrapper .wrapper_block {
    width: calc(100% - 40px);
    padding-right: 20px;
    padding-left: 20px
  }
}

.section.has-md-space {
  padding-top: 70px;
  padding-bottom: 80px
}

.section.has-md-space2 {
  padding-top: 0px;
  padding-bottom: 80px
}

.section .section_inner {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto
}

.section .section_inner.is-lg-wide {
  width: 1020px
}

.section .section_header {
  padding-bottom: 40px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
  .section .section_inner {
    max-width: 100%
  }

  .section .section_inner.is-lg-wide {
    width: 100%
  }
}

@media only screen and (max-width: 767px) {

  .section.has-md-space {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .section.has-md-space2 {
    padding-top: 0px;
    padding-bottom: 40px
  }

  .section .section_inner {
    width: 100%;
    max-width: 100%
  }

  .section .section_inner.is-lg-wide {
    width: 100%
  }

  .section .section_header {
    padding-bottom: 20px
  }
}

.title {
  text-align: center
}

.title.title-lg .title_text {
  font-size: 48px
}

.cardGroup .cardGroup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 670px;
  margin-right: -15px;
  margin-left: -15px
}

.cardGroup .cardGroup_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px
}

.cardGroup.is-lg-wide {
  width: 1020px;
  margin-right: auto;
  margin-left: auto
}

.cardGroup.is-lg-wide .cardGroup_list {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto
}

.cardGroup.is-lg-wide .cardGroup_list .cardGroup_item {
  width: 33.333333%
}

@media only screen and (min-width: 768px) and (max-width:991px) {
  .cardGroup.is-lg-wide {
    width: 100%
  }

  .cardGroup.is-lg-wide .cardGroup_list .cardGroup_item {
    width: 50%
  }

  .cardGroup .cardGroup_list .cardGroup_item {
    width: 100%
  }
}

@media only screen and (max-width: 767px) {
  .cardGroup.is-lg-wide {
    width: 100%;
    padding-right: 20px;
    padding-left: 15px
  }

  .cardGroup.is-lg-wide .cardGroup_body {
    margin-right: -15px;
    margin-left: -15px
  }

  .cardGroup.is-lg-wide .cardGroup_list {
    max-width: 100%;
    margin: auto
  }

  .cardGroup.is-lg-wide .cardGroup_list .cardGroup_item {
    width: 100%
  }

  .cardGroup .cardGroup_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .cardGroup .cardGroup_item {
    width: 100%;
    margin-bottom: 10px
  }
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 50px
}


.card .card_link {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  border: 3px solid #aaaaaa;
  border-radius: 13px;
  background-color: #fff;
  box-shadow: 4px 4px 6px 0px #78787840;
}

.card .card_bg {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-image: url("../img/common/dot-gray.gif")
}

.card .card_pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66.6666666667%;
  border-radius: 10px 10px 0 0;
  background-color: #fff
}

.card .card_pic_body {
  border-radius: 10px 10px 0 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 66.6666666667%;
  display: block
}

.card .card_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 20px
}

.card .card_title {
  line-height: 1.7;
  font-size: 15px;
  font-weight: 700
}

.card .card_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  padding-top: 10px
}

.card .card_cat {
  width: 100%
}

@media only screen and (max-width: 767px) {
  .card {
    margin-bottom: 10px
  }
}

.label {
  line-height: 1;
  display: inline-block;
  padding: 4px 8px;
  white-space: nowrap;
  color: #fff;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 700
}

@media only screen and (max-width: 767px) {
  .label {
    padding: 3px 10px
  }
}

.p-searchList_info .p-searchList_select:focus-visible {
  outline: none
}

@-ms-viewport {
  width: device-width
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.card_title {
  margin-bottom: auto;
}

.bg-dark-yellow {
  background: #ff8800 !important;
}

.case-ttl {
  font-size: 42px;
  color: #37bef0;
  font-family: 'Zen Maru Gothic', serif;
  text-align: center;
  padding-top: 50px;
  line-height: 1;
  display: inline-block;
  padding: 3px;
  letter-spacing: 2px;
  border-bottom: 3px solid #37bef0;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .case-ttl {
    font-size: 24px
  }

  .title.title-lg .title_text {
    font-size: 30px
  }
}

.procedure {
  margin-top: 81px;
}

.article-carousel {
  margin: 80px auto;
  padding: 40px 20px;
  max-width: 1100px;
}

.article-carousel .section-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
}

.carousel-list {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 16px;
}

.carousel-item {
  flex: 0 0 auto;
  width: 280px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  scroll-snap-align: start;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.carousel-item a {
  display: block;
  text-decoration: none;
  color: #333;
}

.carousel-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.carousel-item p {
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.6;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  z-index: 2;
}

.carousel-arrow.left {
  left: -20px;
}

.carousel-arrow.right {
  right: -20px;
}

.article-carousel.recommend {
  background: #fff8e7;
}

.article-carousel.latest {
  background: #f1faff;
}

:where(.wp-block-button__link) {
  box-shadow: none;
  text-decoration: none;
  border-radius: 9999px;
  padding: calc(.667em + 2px) calc(1.333em + 2px)
}

:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em
}

.wp-block-post-comments .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: .5em
}

:where(.wp-block-post-comments input[type=submit]) {
  border: none
}

@supports (position: sticky) {}

@supports (-webkit-overflow-scrolling:touch) {}

:where(.wp-block-file__button) {
  border-radius: 2em;
  padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: .85;
  text-decoration: none
}

@supports ((-webkit-mask-image: none) or (mask-image:none)) or (-webkit-mask-image:none) {}

.wp-block-image :where(.has-border-color) {
  border-style: solid
}

.wp-block-image :where([style*=border-top-color]) {
  border-top-style: solid
}

.wp-block-image :where([style*=border-right-color]) {
  border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-color]) {
  border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-color]) {
  border-left-style: solid
}

.wp-block-image :where([style*=border-width]) {
  border-style: solid
}

.wp-block-image :where([style*=border-top-width]) {
  border-top-style: solid
}

.wp-block-image :where([style*=border-right-width]) {
  border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-width]) {
  border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-width]) {
  border-left-style: solid
}

ul {
  box-sizing: border-box
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a,
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
  text-decoration: none
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)) {
  padding: .5em 1em
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: .68;
  font-weight: 100;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
  font-style: normal
}

:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
  font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
  font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),
.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
  font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
  line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
  font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
  letter-spacing: inherit
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: .5em
}

:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: .375em .625em
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  padding: 4px;
  border: 1px solid #949494
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
  border-radius: 0;
  border: none;
  padding: 0 0 0 .25em
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
  outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
  padding: .125em .5em
}

@supports (position: sticky) {}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px
}

html :where(.has-border-color) {
  border-style: solid
}

html :where([style*=border-top-color]) {
  border-top-style: solid
}

html :where([style*=border-right-color]) {
  border-right-style: solid
}

html :where([style*=border-bottom-color]) {
  border-bottom-style: solid
}

html :where([style*=border-left-color]) {
  border-left-style: solid
}

html :where([style*=border-width]) {
  border-style: solid
}

html :where([style*=border-top-width]) {
  border-top-style: solid
}

html :where([style*=border-right-width]) {
  border-right-style: solid
}

html :where([style*=border-bottom-width]) {
  border-bottom-style: solid
}

html :where([style*=border-left-width]) {
  border-left-style: solid
}

html :where(img[class*=wp-image-]) {
  height: auto;
  max-width: 100%
}

/*! This file is auto-generated */

body {
  --wp--preset--color--black: #000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #fff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, #9b51e0 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, #7adcb4 0%, #00d082 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, #cf2e2e 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, #eee 0%, #a9b8c3 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, #4aeadc 0%, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, #ffceec 0%, #9896f0 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, #caf880 0%, #71ce7e 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, #020381 0%, #2874fc 100%);
  --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
  --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
  --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
  --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
  --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
  --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
  --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
  --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: .44rem;
  --wp--preset--spacing--30: .67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem
}

:where(.is-layout-flex) {
  gap: .5em
}

body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em
}

html {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

* {
  box-sizing: border-box
}

body {
  margin: 0;
  line-height: 2;
  letter-spacing: .1em;
  font-size: 16px
}

@media screen and (min-width: 0em) and (max-width:46.8125em) {
  body {
    line-height: 1.8
  }
}

@media screen and (min-width: 0em) and (max-width:46.8125em) {
  body {
    font-size: .9375rem
  }
}

main {
  display: block
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

strong {
  font-weight: 700
}

h2 {
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem
}

small {
  font-size: 80%
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top
}

button {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button {
  text-transform: none
}

button {
  -webkit-appearance: button;
  cursor: pointer
}

button::-moz-focus-inner {
  border: 0;
  padding: 0
}

ul {
  margin: 0;
  padding: 0
}

li {
  list-style: none;
  margin: 0
}

::-webkit-input-placeholder {
  color: rgba(5, 54, 87, .3)
}

:-moz-placeholder {
  color: rgba(5, 54, 87, .3)
}

::-moz-placeholder {
  color: rgba(5, 54, 87, .3)
}

:-ms-input-placeholder {
  color: #9fa0a0
}

.c-block-column {
  padding-top: 20rem;
  padding-bottom: 20rem
}

@media screen and (min-width: 0em) and (max-width:46.8125em) {
  .c-block-column {
    padding-top: 8.4375rem;
    padding-bottom: 7.1875rem
  }
}

.c-block-column__inner {
  position: relative
}

.c-block-column__head {
  margin-bottom: 4.3125rem
}

@media screen and (min-width: 0em) and (max-width:46.8125em) {
  .c-block-column__head {
    margin-bottom: 2.5rem
  }

  .c-block-column__head .c-heading {
    font-size: 1.25rem !important
  }

  .c-block-column__head .c-heading small {
    margin-bottom: .5rem !important
  }

  .c-block-column__head .c-heading span,
  .c-block-column__head .c-heading strong {
    font-size: 1.75rem !important
  }
}

@media screen and (min-width: 0em) and (max-width:46.8125em) {
  .c-block-column .c-card-post {
    width: calc(100% + 52px);
    margin-left: -2rem
  }
}

.c-button {
  outline: none;
  display: inline-block;
  width: inherit;
  min-width: 18.75rem;
  text-align: center;
  background-color: #ff8800;
  color: #fff;
  text-decoration: none;
  border-radius: 62.5rem;
  padding: 1.4375rem 2rem;
  position: relative;
  transition: all .3s;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
  overflow: hidden;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, .1)
}

.c-button_square {
  outline: none;
  display: inline-block;
  width: inherit;
  min-width: 18.75rem;
  text-align: center;
  background-color: #ff8800;
  color: #fff;
  text-decoration: none;
  padding: 1.4375rem 2rem;
  position: relative;
  transition: all .3s;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
  overflow: hidden;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, .1);
  border-radius: 10px;
}

@media screen and (min-width: 0em) and (max-width:46.8125em) {
  .c-button {
    min-width: 17.5rem;
    padding: 1.1875rem 2rem;
    font-size: 1rem
  }

  .c-button_square {
    min-width: 17.5rem;
    padding: 1.1875rem 2rem;
    font-size: 1rem
  }
}

.c-button:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #fd740a;
  top: 0;
  left: 0;
  transition: all .22s ease
}

.c-button_square:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #fd740a;
  top: 0;
  left: 0;
  transition: all .22s ease
}

.c-button span {
  position: relative;
  z-index: 99
}

.c-button_square span {
  position: relative;
  z-index: 99
}

.c-button:hover {
  opacity: 1
}

.c-button_square:hover {
  opacity: 1
}

.c-button:hover:before {
  width: 100%
}

.c-button_square:hover:before {
  width: 100%
}

.c-card-post__block {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #053657;
  font-weight: 400;
  margin-bottom: 3rem;
  box-shadow: 0px 7px 7px rgba(0, 0, 0, .1);
  position: relative;
  opacity: 1 !important;
  text-decoration: none;
  border: 3px solid #aaaaaa;
  border-radius: 13px;
  background-color: #fff;
  box-shadow: 4px 4px 6px 0px #78787840;
}

@media screen and (min-width: 0em) and (max-width:46.8125em) {
  .c-card-post__block {
    margin-bottom: 2rem
  }
}

.c-card-post__block span {
  display: block
}

.c-card-post__block:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transition: all .2s;
  z-index: 100
}

.c-card-post__block:hover:after {
  opacity: .3
}

.c-card-post__overflow {
  position: relative;
  transition: all .2s;
  padding-top: 62.92135%;
}

.c-card-post__image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-top-right-radius: 13px;
  border-top-left-radius: 13px;
}

.c-card-post__content {
  margin-top: .75rem;
  transition: all .2s
}

.c-card-post__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6
}

.c-card-post__sup {
  margin-top: .375rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap
}

.c-card-post__date {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .01em;
  margin-right: 1.5rem;
  font-size: .875rem;
  opacity: .4
}

.c-card-post__tag ul li {
  margin-right: 1.25rem;
  color: #053657;
  font-weight: 400;
  font-size: .875rem;
  display: block;
  text-decoration: none
}

.c-card-post.is-author .c-card-post__block {
  margin-bottom: .875rem
}

.c-card-post.is-author .c-card-post__content {
  margin-top: 0;
  padding: 1.875rem 1.9375rem 1.5rem 1.75rem;
  background-color: #fff;
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px;
  height: 290px;
}

.c-card-post.is-author .c-card-post__sup {
  margin-top: 0;
  margin-bottom: .75rem
}

.c-card-post.is-author .c-card-post__label {
  position: static
}

.c-card-post.is-author .c-card-post__date {
  margin-right: 0;
  margin-left: auto
}

.c-card-post.is-author .c-card-post__title {
  margin-bottom: 1rem
}

.c-card-post.is-author .c-card-post__tag ul li {
  margin-right: .375rem;
  margin-bottom: .5rem
}

.c-card-post .js-card-slider {
  margin: 0;
  position: relative
}




.l-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto
}

.c-heading {
  margin-top: 0;
  margin-bottom: .5em;
  font-weight: 700;
  line-height: 1.5
}

.c-heading small {
  font-size: .65em
}

.c-heading.is-md {
  font-size: 2rem;
  letter-spacing: .05em;
  text-align: center;
  margin-bottom: 1.5rem
}

.point-inner {
  width: auto;
  margin: 0 auto;
}

@media screen and (min-width: 0em) and (max-width:46.8125em) {
  .c-heading.is-md {
    font-size: 1.5rem;
    line-height: 1.45
  }
}

.c-heading.is-md small {
  color: #053657;
  display: table;
  font-weight: 700;
  font-size: 1.0625rem;
  letter-spacing: .05em;
  background-color: #f0eb47;
  border-radius: 6.25rem;
  max-width: inherit;
  padding: .1875rem 1.4375rem .3125rem;
  text-align: center;
  margin: 0 auto 1.375rem
}

.c-heading.is-md span {
  font-size: 2.375rem;
  letter-spacing: .05em;
  padding: 0 .5rem 0 .625rem;
  background: linear-gradient(transparent 75%, #f0eb47 0%)
}

@media screen and (min-width: 0em) and (max-width:46.8125em) {
  .c-heading.is-md span {
    font-size: 2rem;
    background: linear-gradient(transparent 63%, #f0eb47 0%);
    padding: 0
  }
}

.c-heading.is-md strong {
  font-size: 2.375rem;
  letter-spacing: .05em
}

@media screen and (min-width: 0em) and (max-width:46.8125em) {
  .c-heading.is-md strong {
    font-size: 2rem
  }
}

.c-heading.is-bottom {
  margin-top: 0 !important
}

.c-label {
  background-color: #f0eb47;
  color: #053657;
  display: inline-block;
  text-align: center;
  min-width: 9.75rem;
  font-size: .875rem;
  padding: .0625rem .5rem;
  font-weight: 700
}

@media screen and (min-width: 0em) and (max-width:46.8125em) {
  .c-label {
    font-size: .6875rem;
    min-width: 6.25rem
  }
}

.c-label.is-sm {
  min-width: 5rem;
  font-size: .75rem;
  padding: 0 .5rem
}

.c-label.is-bgcolor-primary {
  background: #053657;
  color: #fff
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}

.owl-carousel .owl-dots.disabled {
  display: none
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.l-bg-wave-container {
  background-color: #faf6e2;
  background-size: 120rem;
  background-position: top center, bottom center;
  background-repeat: no-repeat;
  position: relative
}

@media screen and (min-width: 0em) and (max-width:46.8125em) {
  .l-bg-wave-container {
    background-size: 100%
  }
}

.l-bg-wave-container.is-mbs-top-minus-sm {
  margin-top: -8.125rem
}

@media screen and (min-width: 0em) and (max-width:46.8125em) {
  .l-bg-wave-container.is-mbs-top-minus-sm {
    margin-top: 0
  }
}

@media (max-width: 1200px) {
  .l-container {
    padding-right: 32px;
    padding-left: 32px
  }
}

@media screen and (min-width: 0em) and (max-width:46.8125em) {
  .l-container {
    padding-right: 20px;
    padding-left: 20px
  }
}

@media print {

  html,
  body {
    min-width: 1140px
  }
}

.u-text-center {
  text-align: center !important
}

.u-mbs {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem
}

@media screen and (min-width: 0em) and (max-width:46.8125em) {
  .u-mbs {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem
  }
}

.u-mbs.is-md {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem
}

@media screen and (min-width: 0em) and (max-width:46.8125em) {
  .u-mbs.is-md {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem
  }
}

.u-mbs.is-top {
  margin-bottom: 0 !important
}

small {
  font-size: .85em
}

strong {
  font-weight: 700
}

a {
  color: #f28c00;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer
}

a:hover {
  opacity: .7
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}

.owl-carousel .owl-dots.disabled {
  display: none
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.c-card-post__tag ul li {
  margin-bottom: 0 !important
}

:root {
  --web-view-ids: c-pricetable
}

.article {
  background: #fffeea;
  padding: 25px 0 0;
  position: relative;
}

.article-ttl {
  font-size: 42px;
  color: #fd740a;
  font-family: 'Zen Maru Gothic', serif;
  text-align: center;
  padding-top: 50px;
  line-height: 1;
  display: inline-block;
  padding: 3px;
  letter-spacing: 2px;
  border-bottom: 3px solid #fd740a;
  font-weight: 700;
}

.footer-txt {
  width: auto !important;
  text-align: center;
  color: #fff;
}

.footer-inner {
  width: auto;
  margin: 0 auto;
}

footer {
  background: #fd740a;
  padding: 30px 0 150px;
}

.btn button a {
  color: #fff;
  text-decoration: none;
}

.owl-nav {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 10;
}

.owl-nav button {
  background: none;
  border: none;
}

.owl-prev img,
.owl-next img {
  height: 40px;
}

.c-card-post__content {
  padding: 0px 20px 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.c-card-post__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
}

.c-card-post__date {
  font-size: 14px;
  color: #999;
  margin-bottom: 8px;
}

.c-card-post__sup {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.diagnosis-ttl {
  font-size: 1.8rem;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
  font-weight: bolder;
}

.orange {
  font-size: 1.8rem;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
  font-weight: bolder;
}

.diagnosis-start {
  background: #d5f3ff;
}

.diagnosis-box {
  background: #fff;
  border: 4px solid #00a7e7;
  border-radius: 12px;
  padding: 80px 30px;
  position: relative;
  box-shadow: 0 0 0 10px #fff;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.icon {
  width: 60px;
  margin-bottom: 20px;
}

.catch {
  background: #00a7e7;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 22px;
}

.orange {
  color: #ff6600;
}

.diagnosis-btn-wrap {
  margin-top: 20px;
  text-align: center;
}

.point-ttl {
  text-align: center;
  padding: 0 20px;
}

.point-ttl p {
  font-size: 32px;
  font-family: 'Zen Maru Gothic', serif;
  margin-top: 11px;
}

.point-ttl p .line {
  background-image: linear-gradient(transparent 70%, #FFF300 70%);
}

.diagnosis-btn {
  background: #ff8800;
  color: #fff;
  font-size: 20px;
  padding: 12px 32px;
  border-radius: 8px;
  border: none;
  font-weight: bold;
  width: 280px;
  box-shadow: 1px 4px 6px 0px #00000029;
  cursor: pointer;
}

.point-inner .point-txt {
  text-align: center;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 500;
}

.arrow {
  margin-left: 8px;
}

.illust {
  position: absolute;
  bottom: 0px;
  right: 20px;
}

.illust img {
  height: 180px;
}

.illust2 img {
  height: 120px;
}

.illust2 {
  position: absolute;
  top: 36px;
}

.diagnosis-header {
  text-align: center;
}

.desc {
  font-size: 16px;
  margin: 10px 0;
  color: #000000;
}

.result-cta {
  margin-top: 0px !important;
}

.question-box {
  background: #fff;
  border: 4px solid #00a7e7;
  box-shadow: 0 0 0 6px #fff;
  border-radius: 12px;
  padding: 50px 20px;
  text-align: center;
}

.question-title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 16px;
}

.question-title span {
  color: #00a7e7;
  font-weight: bold;
}

.question-img {
  max-width: 160px;
  margin: 0 auto 40px;
  display: block;
}

.question-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}


.question-ttl {
  margin-top: 0px;
}


.footer-txt.left {
  width: 70px;
  min-width: 70px;
}

.footer-txt {
  font-weight: bold;
  font-family: 'Inter', sans-serif;
}

.solution {
  background: #F1FBFF;
  padding: 25px 0 0;
  position: relative;
}



.diagnosis-slider {
  overflow: hidden;
  width: 100vw;
  position: relative;
}

.slide {
  flex: 0 0 100vw;
  max-width: 100vw;
  box-sizing: border-box;
  padding: 6px 100px 80px 100px;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: height 0.3s ease;
  overflow: hidden;
}

.slide-active {
  display: block;
}

.diagnosis-slider__track {
  display: flex;
  transition: transform 0.5s ease;
  width: calc(100vw * 11);
  transform: translateX(0);
  height: auto !important;
  will-change: height;
  transition: height 0.3s ease;
  overflow: hidden;
}

.diagnosis-btn:hover {
  background: #ff6600;
  box-shadow: 1px 6px 8px 0px #00000033;
  transform: translateY(-2px);
  transition: all 0.2s ease;
}

.result-ttl {
  font-family: 'Zen Maru Gothic', serif;
  text-align: center;
  padding-top: 50px;
  line-height: 1;
  display: inline-block;
  padding: 10px;
  letter-spacing: 2px;
  border-bottom: 3px solid #37bef0;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0px;
}

.result-txt {
  margin-bottom: 30px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
  margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791
}

.btn-answer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-size: 20px;
  font-weight: bold;
  border: 2px solid #ccc;
  border-radius: 12px;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  margin-right: 12px;
}

/* ラジオ風の丸 */
.btn-answer::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  margin-right: 12px;
  background: #fff;
}

/* 選択時 */
.btn-answer:hover {
  border-color: #00b5ff !important;
  background-color: #e6f9ff !important;
}

.btn-answer:hover::before {
  border-color: #00b5ff !important;
  background-color: #00b5ff !important;
  box-shadow: 0 0 0 4px #e6f9ff inset !important;
}





@media only screen and (max-width: 768px) {
  .btn-fix {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    z-index: 9999;
  }

  .btn-answer {
    font-size: 16px;
    padding: 10px 24px;
    width: 100%;
    max-width: 300px;
    margin: 8px auto;
    display: block;
  }

  .question-buttons {
    flex-direction: column;
    gap: 16px;
  }

  .btn button {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: normal;
    border: none;
    outline: none;
    border-radius: 10px;
    background: #29abe2;
    padding: 18px 40px;
    box-shadow: 0px 6px 8px 0px #00000057;
    cursor: pointer;
    width: 356px;
  }

  .btn2 button {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: normal;
    border: none;
    outline: none;
    border-radius: 10px;
    background: #ff8800;
    padding: 18px 40px;
    box-shadow: 0px 6px 8px 0px #00000057;
    cursor: pointer;
    width: 356px;
  }

  .msg2 .ly_commonInner {
    box-sizing: border-box;
    padding: 0px 0 65px;
  }

  .point-logo {
    padding: 0 20px;
  }

  .slide {
    flex: 0 0 100vw;
    max-width: 100vw;
    box-sizing: border-box;
    padding: 6px 30px 60px 30px;
  }

  .point-ttl p {
    font-size: 28px;
    margin-top: 8px;
  }

  .footer-txt {
    font-size: 12px;
  }

  .result-ttl {
    font-family: 'Zen Maru Gothic', serif;
    text-align: center;
    padding-top: 50px;
    line-height: 1.5;
    display: inline-block;
    padding: 3px;
    letter-spacing: 2px;
    border-bottom: 3px solid #37bef0;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 20px;
  }

  .point-ttl {
    text-align: center;
  }

  .point-inner .point-txt {
    padding: 0 20px;
    font-size: 18px;
  }

  .u-mbs.is-md {
    margin-top: 1.5rem 24px;
    margin-bottom: 3.5rem;
  }

  .card {
    margin-bottom: 30px;
  }

  .ly_serviceList {
    margin-bottom: 70px;
  }

  .procedure {
    margin-top: 50px;
  }

  h2 {
    margin-top: 1rem;
    margin-bottom: 0rem;
  }

  .section.has-md-space {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .section.has-md-space2 {
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .nomal-text {
    font-size: 21px;
    position: relative;
    font-weight: bold;
    color: #fff;
  }

  .nomal-text::after {
    content: "";
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    background-image: url(../img/icon-right.png);
    top: 18px;
    right: -120px;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .section .section_header {
    padding: 0px 20px 20px 20px;
  }

  .case-ttl {
    font-size: 34px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 550px) {
  .slide {
    flex: 0 0 100vw;
    max-width: 100vw;
    box-sizing: border-box;
    padding: 6px 20px 100px 20px;
  }

  .diagnosis-btn {
    background: #ff8800;
    color: #fff;
    font-size: 20px;
    padding: 12px 45px;
    border-radius: 8px;
    border: none;
    font-weight: bold;
    width: auto;
    box-shadow: 1px 4px 6px 0px #00000029;
    margin: 0 auto;
    cursor: pointer;
  }

  .solution {
    padding: 0px 0 0;
  }

  .cta-arrow::after {
    content: "";
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    background-image: url(../img/icon-right.png);
    top: 0px;
    right: -40px;
  }

  .btn-fix {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
    z-index: 9999;
    flex-direction: row;
    justify-content: center;
  }

  .btn button {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: normal;
    border: none;
    outline: none;
    border-radius: 10px;
    background: #29abe2;
    padding: 16px 10px;
    box-shadow: 0px 6px 8px 0px #00000057;
    cursor: pointer;
    width: 180px;
  }

  .btn button {
    min-width: 140px;
  }

  .nomal-text {
    font-size: 15px;
    position: relative;
    font-weight: bold;
    color: #fff;
  }

  .btn2 button {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: normal;
    border: none;
    outline: none;
    border-radius: 10px;
    background: #ff8800;
    padding: 16px 10px;
    box-shadow: 0px 6px 8px 0px #00000057;
    cursor: pointer;
    width: 180px;
  }

  .nomal-text::after {
    content: "";
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    background-image: url(../img/icon-right.png);
    top: 14px;
    right: -47px;
  }

  .illust2 img {
    height: 66px;
  }

  .illust2 {
    position: absolute;
    top: 6px;
  }

  .illust img {
    height: 80px;
  }

  h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1.4;
  }

  .c-button_square {
    min-width: 14.5rem;
    padding: 1.1875rem 2rem;
    font-size: 1rem;
  }

  .nomal-text2::after {
    content: "";
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    background-image: url(../img/icon-right.png);
    top: 0px;
    right: -35px;
  }

  .c-card-post.is-author .c-card-post__content {
    margin-top: 0;
    padding: 1.875rem 1.9375rem 1.5rem 1.75rem;
    background-color: #fff;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
    height: auto;
  }

  .article-ttl {
    font-size: 34px;
    color: #fd740a;
    font-family: 'Zen Maru Gothic', serif;
    text-align: center;
    padding-top: 50px;
    line-height: 1;
    display: inline-block;
    padding: 3px;
    letter-spacing: 2px;
    border-bottom: 3px solid #fd740a;
    font-weight: 700;
  }

  .illust {
    position: absolute;
    bottom: 0px;
    right: 7px;
  }

  footer {
    background: #fd740a;
    padding: 30px 0 110px;
  }


}

@media only screen and (max-width: 375px) {
  .point-logo {
    width: 280px;
    margin: 0 auto;
  }

  .btn button {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: normal;
    border: none;
    outline: none;
    border-radius: 10px;
    background: #29abe2;
    padding: 16px 10px;
    box-shadow: 0px 6px 8px 0px #00000057;
    cursor: pointer;
    width: 150px;
  }

  .btn2 button {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: normal;
    border: none;
    outline: none;
    border-radius: 10px;
    background: #ff8800;
    padding: 16px 10px;
    box-shadow: 0px 6px 8px 0px #00000057;
    cursor: pointer;
    width: 150px;

  }

  .nomal-text {
    font-size: 14px;
    position: relative;
    font-weight: bold;
    color: #fff;
  }

  .nomal-text::after {
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    background-image: url(../img/icon-right.png);
    top: 14px;
    right: -37px;
  }

  footer {
    background: #fd740a;
    padding: 30px 0 100px;
  }
}