@charset "UTF-8";

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

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-feature-settings: "palt";
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  width: 100%;
  -webkit-text-size-adjust: none;
  font-family: "Noto Sans JP", sans-serif;
  color: #252421;
  line-height: 1.5;
  letter-spacing: 1px;
  background-color: #fff;
  font-size: 18px;
  overflow-x: hidden;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

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

a {
  text-decoration: none;
  color: #252421;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.5;
  }
}

#contents {
  overflow: hidden;
  margin-top: 120px;
}

body.page-template-page-diagnose #contents {
  margin-top: 0;
}

.contents-box {
  padding: 0 20px;
}

.contents-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  #contents {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

/*---------------------------
header
-----------------------------*/
#globalHeader {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  padding: 0 20px;
  background-color: #fff;
}

body.page-template-page-diagnose #globalHeader {
  background-color: unset;
}

body.page-template-page-diagnose #globalHeader.active {
  background-color: #fff;
}

#globalHeader .header-inner {
  max-width: 1600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 120px;
  position: relative;
}

#globalHeader .logo img {
  max-width: 220px;
}

@media screen and (max-width: 1100px) {
  #globalHeader {
    height: 60px;
  }

  #globalHeader .header-inner {
    height: 60px;
  }

  #globalHeader .logo {
    z-index: 110;
  }

  #globalHeader .logo img {
    max-width: 130px;
  }
}

#globalHeader .global-navi {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 40px;
}

#globalHeader .global-navi .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 30px;
}

#globalHeader .global-navi .page-link a {
  font-size: 16px;
  font-weight: bold;
}

#globalHeader .global-navi .page-link span {
  font-size: 16px;
  font-weight: bold;
  color: #979797;
}

@media screen and (max-width: 1100px) {
  #globalHeader .global-navi {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 80px 20px 60px;
    background-color: #fcfaec;
  }

  #globalHeader .global-navi .page-link {
    display: block;
  }

  #globalHeader .global-navi .page-link a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dbd09e;
    padding: 20px 10px;
  }

  #globalHeader .global-navi .page-link span {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dbd09e;
    padding: 20px 10px;
    opacity: 1;
  }

  #globalHeader .global-navi .page-link a .title {
    font-size: 18px;
  }

  #globalHeader .global-navi .page-link span .title {
    font-size: 18px;
  }

  #globalHeader .global-navi .page-link a .common-btn {
    width: 33px;
    height: 33px;
  }

  #globalHeader .global-navi .page-link span .common-btn {
    width: 33px;
    height: 33px;
    opacity: .5;
  }

  #globalHeader .global-navi .page-link a .common-btn::before {
    right: 7px;
    width: 18px;
    height: 6px;
    top: 47%;
  }

  #globalHeader .global-navi .page-link span .common-btn::before {
    right: 7px;
    width: 18px;
    height: 6px;
    top: 47%;
  }
}

#globalHeader .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 280px;
  height: 70px;
  border-radius: 50px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: bold;
  text-decoration: none;
  background-color: #142d4e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#globalHeader .sp-menu {
  display: none;
}

@media screen and (min-width: 769px) {
  #globalHeader .contact:hover {
    opacity: .5;
    translate: 0 2px;
  }
}

@media screen and (max-width: 1100px) {
  #globalHeader .contact {
    display: none;
  }

  #globalHeader .global-navi .contact {
    display: flex;
    position: relative;
    margin: 50px auto 0;
    width: 70%;
    max-width: 468px;
    height: 60px;
    font-size: 16px;
  }

  #globalHeader .sp-menu {
    display: block;
    position: fixed;
    z-index: 110;
    top: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
  }

  #globalHeader .sp-menu a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #dbd09e;
  }

  #globalHeader .sp-menu a.noactive span {
    animation-duration: 0s !important;
  }

  #globalHeader .sp-menu a.active span:nth-of-type(1) {
    animation-name: menuAnim1;
    animation-timing-function: linear;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
  }

  #globalHeader .sp-menu a.active span:nth-of-type(3) {
    animation-name: menuAnim3;
    animation-timing-function: linear;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
  }

  #globalHeader .sp-menu a.active span:nth-of-type(2) {
    display: none;
  }

  #globalHeader .sp-menu a span {
    position: absolute;
    left: 13px;
    width: 15px;
    height: 1px;
    background-color: #252421;
  }

  #globalHeader .sp-menu a.active span {
    left: 12px;
    width: 16px;
  }

  #globalHeader .sp-menu a span:nth-of-type(1) {
    top: 15px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-name: menuAnim4;
    animation-timing-function: linear;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
  }

  #globalHeader .sp-menu a span:nth-of-type(2) {
    top: 19px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  #globalHeader .sp-menu a span:nth-of-type(3) {
    top: 26px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-name: menuAnim6;
    animation-timing-function: linear;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
  }

  @keyframes menuAnim1 {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      top: 20px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
  }

  @keyframes menuAnim3 {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      top: 20px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }

  @keyframes menuAnim4 {
    0% {
      top: 18px;
      -webkit-transform: rotate(-35deg);
      transform: rotate(-35deg);
    }

    100% {
      top: 12px;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }

  @keyframes menuAnim6 {
    0% {
      top: 20px;
      -webkit-transform: rotate(35deg);
      transform: rotate(35deg);
    }

    100% {
      top: 26px;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }
}

@media screen and (max-width: 1200px) {
  #globalHeader .global-navi .page-link {
    gap: 15px;
  }

  #globalHeader .global-navi .page-link a {
    font-size: 14px;
  }

  #globalHeader .global-navi .page-link span {
    font-size: 14px;
  }

  #globalHeader .contact {
    font-size: 1.5vw;
    width: 22vw;
    height: 5vw;
  }
}

/*---------------------------
footer
-----------------------------*/
#globalFooter {
  padding: 30px 20px 40px;
  position: relative;
  background-color: #F2EAC8;
  margin-top: 300px;
  width: 100%;
  position: relative;
  overflow-x: clip;
}

#globalFooter::before {
  content: "";
  display: block;
  width: 110vw;
  height: 15.125rem;
  background-color: #F2EAC8;
  border-radius: 50%;
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#globalFooter::after {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/common/footer_bk1.png) no-repeat;
  left: -200px;
  top: -200px;
  width: 750px;
  height: 277px;
  z-index: -2;
}

#globalFooter .footer-inner {
  max-width: 1240px;
  margin: auto;
  position: relative;
}

#globalFooter .footer-inner::before {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/common/footer_bk2.png) no-repeat;
  right: -420px;
  top: -240px;
  width: 671px;
  height: 195px;
}

#globalFooter .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 100%;
  gap: 40px;
}

#globalFooter .footer-top .global-navi {
  display: flex;
  justify-content: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 50px;
}

#globalFooter .footer-top .global-navi .logo {
  padding-right: 50px;
  width: 270px;
}

#globalFooter .footer-top .global-navi .page-link li a {
  font-weight: bold;
  line-height: 2;
}

#globalFooter .footer-top .global-navi .page-link li span {
  font-weight: bold;
  line-height: 2;
  opacity: .5;
}

#globalFooter .footer-top .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 280px;
  height: 70px;
  border-radius: 50px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: bold;
  text-decoration: none;
  background-color: #142d4e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 769px) {
  #globalFooter .footer-top .contact:hover {
    opacity: .5;
    translate: 0 2px;
  }
}

#globalFooter .footer-btm {
  display: flex;
  justify-content: space-between;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
  border-top: 3px solid #ffffff;
  padding-top: 40px;
  margin-top: 40px;
}

#globalFooter .footer-btm .policy {
  font-size: 15px;
  font-weight: 500;
}

#globalFooter .footer-btm .copyright {
  font-size: 15px;
  font-family: "Figtree", sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  #globalFooter .footer-top .global-navi .page-link li a {
    font-size: 14px;
  }

  #globalFooter .footer-top .global-navi .page-link li span {
    font-size: 14px;
  }

  #globalFooter .footer-top .contact {
    font-size: 1.5vw;
    width: 22vw;
    height: 5vw;
  }

  #globalFooter .footer-top .global-navi .logo {
    padding-right: 30px;
    width: 230px;
  }

  #globalFooter .footer-top .global-navi {
    gap: 30px;
  }

  #globalFooter .footer-btm .policy {
    font-size: 14px;
  }

  #globalFooter .footer-btm .copyright {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #globalFooter {
    margin-top: 30px;
    padding: 30px 40px 40px;
  }

  #globalFooter::before {
    width: 150vw;
    top: -50px;
  }

  #globalFooter::after {
    left: -125px;
    top: -75px;
    width: 270px;
    height: 80px;
  }

  #globalFooter .footer-inner::before {
    right: -150px;
    top: -105px;
    width: 250px;
    height: 85px;
  }

  #globalFooter .footer-top .global-navi {
    display: block;
    width: 100%;
  }

  #globalFooter .footer-top .global-navi .logo {
    width: 80%;
    display: block;
    margin: auto;
    padding-right: 0;
  }

  #globalFooter .footer-top .global-navi .page-link {
    display: grid;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-template-columns: 5fr 5fr;
    gap: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #globalFooter .footer-top {
    display: block;
  }

  #globalFooter .footer-top .contact {
    font-size: 14px;
    width: 250px;
    height: 60px;
    margin: auto;
  }

  #globalFooter .footer-btm {
    border-top: 2px solid #ffffff;
  }

  #globalFooter .footer-btm {
    display: block;
    text-align: center;
  }

  #globalFooter .footer-btm .policy {
    font-size: 12px;
  }

  #globalFooter .footer-btm .copyright {
    font-size: 12px;
    padding-top: 20px;
  }
}

/*--------------------------
common
----------------------------*/
.c-submv {
  position: relative;
  max-width: 1400px;
  margin: auto;
  border-bottom: 3px solid #e9e1b8;
  padding-bottom: 60px;
  padding-top: 60px;
}

.c-submv .title .en-head {
  font-family: "Figtree", sans-serif;
  font-size: 22px;
  font-weight: normal;
  padding-bottom: 20px;
  padding-left: 20px;
  letter-spacing: 2.2px;
  position: relative;
  font-weight: bold;
}

.c-submv .title .en-head::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 11px;
  height: 11px;
  background-color: #142d4e;
  border-radius: 50%;
}

.c-submv .title .head {
  font-size: 56px;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: 2.8px;
}


.c-submv .detail {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.48px;
  padding-top: 30px;
}

@media screen and (max-width: 1100px) {
  .c-submv .title .head {
    font-size: 40px;
  }
}

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

  .c-submv .title .en-head {
    font-size: 15px;
    padding-bottom: 5px;
    padding-left: 14px;
  }

  .c-submv .title .en-head::before {
    top: 7px;
    width: 7px;
    height: 7px;
  }

  .c-submv .title .head {
    font-size: 24px;
  }

  .c-submv .detail {
    font-size: 14px;
    padding-top: 20px;
  }
}

.p-follow {
  display: block;
  width: 212px;
  height: 176px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 97;
}

@media screen and (max-width: 1600px) {
  .p-follow {
    width: 13vw;
    height: 11vw;
  }
}

.common-btn {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #142d4e;
  border-radius: 50%;
}

.common-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  width: 34px;
  height: 8px;
  background: url("../images/common/shape_thin.png") no-repeat;
  background-size: 100% 100%;
  transition: right 0.3s ease-in-out;
}

@media screen and (max-width: 1600px) {
  .common-btn {
    width: 5vw;
    height: 5vw;
  }

  .common-btn::before {
    right: 1.5vw;
    width: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .common-btn {
    width: 40px;
    height: 40px;
  }

  .common-btn::before {
    right: 14px;
  }

  .p-follow {
    width: 120px;
    height: 100px;
    right: 20px;
    bottom: 20px;
  }
}

.c-btn3 {
  display: inline-block;
  padding: 8px 35px 8px 8px;
  background-color: #142d4e;
  border-radius: 4.375rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 530px;
  width: 100%;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-btn3:after {
  content: "";
  display: block;
  width: 20px;
  height: 22px;
  -webkit-mask-image: url(../images/common/shape.png);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 769px) {
  .c-btn3:hover {
    translate: 1px 1px;
  }
}

.c-btn3__icon {
  display: block;
  width: 80px;
  height: 80px;
  background-color: #e9e1b8;
  border-radius: 50%;
  font-size: 24px;
  line-height: 6.4666666667;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #142d4e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-btn3__text {
  display: block;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.c-btn3__text span {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 1600px) {
  .c-btn3 {
    max-width: 33vw;
    padding: .5vw 2.2vw .5vw .5vw;
  }

  .c-btn3:after {
    width: 1.2vw;
    height: 1.3vw;
  }

  .c-btn3__icon {
    font-size: 1.5vw;
    width: 5vw;
    height: 5vw;
  }

  .c-btn3__text {
    font-size: 1.2vw;
  }

  .c-btn3__text span {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 768px) {
  .c-btn3 {
    max-width: 300px;
    padding: 7px 20px 7px 7px;
  }

  .c-btn3:after {
    width: 11px;
    height: 12px;
  }

  .c-btn3__icon {
    font-size: 15px;
    width: 50px;
    height: 50px;
  }

  .c-btn3__text {
    font-size: 13px;
  }

  .c-btn3__text span {
    font-size: 16px;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 20px;
  margin-top: 80px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  padding: 0 6px 10px;
  margin: 0 5px;
  color: #333333;
  text-decoration: none;
}

.wp-pagenavi .extend {
  padding: 0;
  margin: 0 -5px;
}

.wp-pagenavi span,
.wp-pagenavi a.page {
  margin-top: 10px;
}

.wp-pagenavi span:not(.extend) {
  border-bottom: 1px solid #006dcc;
  color: #006dcc;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  border: solid 1px #cacdd0;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  opacity: 1;
}

.wp-pagenavi .nextpostslink {
  background-image: url(../images/common/pagenavi-next.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 8px;
  height: 9px;
  background-image: url(../images/common/shape2.png);
  background-size: 100% 100%;
  transition: right 0.3s ease-in-out;
}

.wp-pagenavi .previouspostslink:hover::before {
  right: 22px;
}

.wp-pagenavi .nextpostslink:hover::before {
  right: 18px;
}

.wp-pagenavi .previouspostslink {
  margin-right: 10px;
}


.wp-pagenavi .previouspostslink::before {
  transform: scale(-1, 1);
  margin-top: -4px;
}

.wp-pagenavi .nextpostslink {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin-top: 40px;
    gap: 0 5px;
  }

  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    width: 40px;
    height: 40px;
  }

  .wp-pagenavi .previouspostslink::before,
  .wp-pagenavi .nextpostslink::before {
    right: 15px;
  }

  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 0 4px 6px;
    font-size: 14px;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  font-size: 15px;
  /* margin-top: 150px; */
  padding-bottom: 50px;
  flex-wrap: wrap;
  display: none;
}

body.sub .breadcrumb {
  display: flex;
}

.breadcrumb * {
  font-stretch: normal;
  font-style: normal;
  text-align: justify;
  position: relative;
}

.breadcrumb *:not(:first-child) {
  margin-left: 27px;
}

* .breadcrumb *:not(:first-child)::before {
  position: absolute;
  content: "";
  top: 48%;
  left: -24px;
  width: 20px;
  height: 1px;
  background-color: #fff;
  pointer-events: none;
  transform: rotate(-90deg);
}

.breadcrumb span {
  color: #252421;
  font-weight: bold;
}

.breadcrumb a>span {
  color: #2b486f;
}

.breadcrumb a:hover {}

.breadcrumb a:hover>span {}

@media screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 14px;
    padding-left: 20px;
  }

  * .breadcrumb *:not(:first-child)::before {
    background-color: #e1d097;
  }
}

/*--------------------------
HOME
----------------------------*/
body.home .c-mv {
  position: relative;
  overflow: hidden;
}

body.home .c-mv .mv-main {
  position: relative;
  width: 100%;
  display: flex;
  z-index: 5;
}

body.home .c-mv .mv-main .msg-area {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding-top: 40px;
}

body.home .c-mv .mv-main .msg-area .content {
  position: relative;
}

body.home .c-mv .mv-main .msg-area .content::before {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/top/mv_bk1.png) no-repeat;
  left: -220px;
  top: 0;
  width: 151px;
  height: 194px;
}

body.home .c-mv .mv-main .msg-area .content::after {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/top/mv_bk2.png) no-repeat;
  right: -150px;
  top: 70px;
  width: 79px;
  height: 50px;
}

body.home .c-mv .mv-main .msg-area h1 {
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 7px;
  line-height: 2;
  position: relative;
}

body.home .c-mv .mv-main .msg-area h1::before {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/top/mv_main_img.png) no-repeat;
  left: -42px;
  top: -20px;
  width: 246px;
  height: 112px;
}

body.home .c-mv .mv-main .msg-area .sub-title {
  font-size: 22px;
  line-height: 1.7;
  padding-top: 15px;
}

body.home .c-mv .mv-main .illust-area {
  width: 50%;
}

body.home .c-mv .mv-main .illust-area .fade-slider img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

body.home .c-main-msg {
  position: relative;
  z-index: 5;
  background-color: #e9e1b8;
  padding-top: 150px;
}

body.home .c-main-msg::before {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/top/main_bk.png) no-repeat;
  background-position: bottom;
  left: 0;
  bottom: -125px;
  width: 100%;
  height: -webkit-fill-available;
  z-index: -1;
}

body.home .c-main-msg .suport-area {
  position: absolute;
  top: -80px;
  width: 100%;
  max-width: 1300px;
  left: 50%;
  translate: -50% 0;
}

body.home .c-main-msg .suport-area-content {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 30px 40px;
  border: 6px solid #dbd09e;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
}

body.home .c-main-msg .suport-area-content::before {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/top/mv_suport_bk1.png) no-repeat;
  left: -520px;
  top: -175px;
  width: 750px;
  height: 277px;
  z-index: -1;
}

body.home .c-main-msg .suport-area-content::after {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/top/mv_suport_bk2.png) no-repeat;
  right: -255px;
  top: -4px;
  width: 339px;
  height: 141px;
  z-index: -1;
}

body.home .c-main-msg .suport-area .detail {
  padding-top: 50px;
  width: 65%;
  position: relative;
  border-right: 2px solid #e8e8e8;
}

body.home .c-main-msg .suport-area .detail::before {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/top/mv_suport_img.png) no-repeat;
  left: 0;
  top: -190px;
  width: 662px;
  height: 227px;
}

body.home .c-main-msg .suport-area .detail::after {}

body.home .c-main-msg .suport-area .btn-area {
  width: 35%;
}

body.home .c-main-msg .suport-area .btn-area a {
  display: flex;
  align-items: center;
  justify-content: end;
  font-weight: bold;
  gap: 20px;
}

body.home .c-main-msg .suport-area .btn-area a span {
  font-size: 20px;
}

body.home .c-main-msg .content {
  display: flex;
}

body.home .c-main-msg .content .title-area {
  width: 50%;
}

body.home .c-main-msg .content .title-area .title {
  font-size: 40px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 6px;
}

body.home .c-main-msg .content .title-area .title span {
  color: #2b486f;
  position: relative;
}

body.home .c-main-msg .content .title-area .title span::before {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/common/underline.png) no-repeat;
  left: 0;
  bottom: -17px;
  width: 100%;
  height: 36px;
  z-index: -1;
}


body.home .c-main-msg .content .title-area .detail {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.3;
  letter-spacing: 2px;
  padding-top: 80px;
  position: relative;
}

body.home .c-main-msg .content .title-area .detail::before {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/top/main_msg_bk1.png) no-repeat;
  left: -365px;
  top: 175px;
  width: 376px;
  height: 86px;
  z-index: -1;
}

body.home .c-main-msg .content .title-area .detail label {
  color: #2b486f;
}

body.home .c-main-msg .content .title-area .detail span {
  background: linear-gradient(transparent 70%, #f1cc5a 30%);
}

body.home .c-main-msg .content .img-area {
  width: 50%;
}

body.home .c-main-msg .content .img-area img {
  position: absolute;
  width: 1412px;
  height: 1029px;
  right: -350px;
  top: 130px;
}

body.home .c-trouble {
  padding-top: 200px;
  padding-bottom: 100px;
}

body.home .common-title {
  text-align: center;
}

body.home .common-title .head {
  font-family: "Figtree", sans-serif;
  color: #142d4e;
  position: relative;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 8px;
  display: inline-block;
}

body.home .common-title .head::before {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/common/head_underline.png) no-repeat;
  left: -28px;
  bottom: -5px;
  width: 120%;
  height: 21px;
  z-index: -1;
}

body.home .common-title .sub-head {
  font-size: 42px;
  padding-top: 10px;
  letter-spacing: 6px;
}

body.home .c-trouble .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 150px;
}

body.home .c-trouble .content .item {
  width: 48%;
  margin-top: 65px;
  border-radius: 20px;
  background-color: #e9e1b8;
  padding: 100px 30px 30px;
  text-align: center;
  position: relative;
}

body.home .c-trouble .content .item:first-child {
  margin-top: 0;
}

body.home .c-trouble .content .item:nth-of-type(3) {
  margin-top: 50px;
}

body.home .c-trouble .content .item:nth-of-type(4) {
  margin-top: 120px;
}

body.home .c-trouble .content .item .balloon {
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
}

body.home .c-trouble .content .item .balloon .chat-bubble {
  background-color: #142d4e;
  position: relative;
  color: #fff;
  font-size: 22px;
  border-radius: 80px;
  padding: 25px 20px;
  width: 380px;
  font-weight: 500;
}

body.home .c-trouble .content .item .balloon .chat-bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 11px solid #142d4e;
}

body.home .c-trouble .content .item .detail {
  border: 6px solid #dbd09e;
  border-radius: 20px;
  padding: 30px 20px;
  background-color: #fff;
  line-height: 1.7;
  margin-top: 20px;
}

body.home .c-trouble .content .item .detail .top-text {
  color: #818180;
  font-size: 16px;
  padding-bottom: 10px;
}

body.home .c-trouble .content .item .detail .main-text {
  font-size: 24px;
  font-weight: bold;
}

body.home .c-trouble .content .item .detail .main-text label {
  color: #ed5757;
}

body.home .c-trouble .content .item .detail .main-text span {
  background: linear-gradient(transparent 70%, #f9dbdb 30%);
}

body.home .c-trouble-solution {
  position: relative;
}

body.home .c-trouble-solution::before {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/top/trouble_solution_bk.png) no-repeat;
  left: 0px;
  top: 0;
  width: 100%;
  height: 2000px;
  z-index: -1;
}

body.home .c-trouble-solution::after {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/top/zaisan_bk.png) no-repeat;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 1081px;
  z-index: -1;
}

body.home .c-trouble-solution .top-content {
  border: 6px solid #dbd09e;
  border-radius: 50px;
  background-color: #fff;
  line-height: 1.7;
  position: relative;
}

body.home .c-trouble-solution .top-content::before {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/top/smartphone.png) no-repeat;
  left: 40px;
  bottom: -92px;
  width: 227px;
  height: 485px;
  z-index: 1;
}

body.home .c-trouble-solution .top-content .title {
  font-size: 36px;
  font-weight: bold;
  background-color: #fff;
  position: absolute;
  width: max-content;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  top: -65px;
  padding: 0 30px;
}

body.home .c-trouble-solution .top-content .title span {
  background: linear-gradient(transparent 70%, #f9dbdb 30%);
}

body.home .c-trouble-solution .top-content .title span.big {
  font-size: 57px;
  background: none;
}

body.home .c-trouble-solution .top-content .title label {
  color: #ed5757;
  font-size: 42px;
}

body.home .c-trouble-solution .top-content .detail {
  background-color: #f2eee9;
  text-align: center;
  padding: 30px 0;
  border-bottom-left-radius: 44px;
  border-bottom-right-radius: 44px;
  position: relative;
}

body.home .c-trouble-solution .top-content .detail::before {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/top/taisaku_img5.png) no-repeat;
  right: 25px;
  bottom: 0;
  width: 285px;
  height: 340px;
}

body.home .c-trouble-solution .top-content .detail img {
  padding-bottom: 10px;
}

body.home .c-trouble-solution .top-content .sub-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
  padding-top: 120px;
  padding-bottom: 30px;
  text-align: center;
}

body.home .c-trouble-solution .top-text {
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  margin: 100px 0 30px;
}

body.home .c-trouble-solution .itentouki-area {
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  padding: 60px 40px 40px;
  text-align: center;
}

body.home .c-trouble-solution .itentouki-area::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 40px solid #e9e1b8;
}


body.home .c-trouble-solution .itentouki-area .explan {
  font-weight: 500;
  line-height: 2;
  padding-bottom: 60px;
}

body.home .c-trouble-solution .itentouki-area .explan span {
  background: linear-gradient(transparent 70%, #f9dbdb 30%);
  color: #ed5757;
}

body.home .c-trouble-solution .merit-img {
  padding-top: 60px;
}

body.home .c-trouble-solution .merit-area {
  padding-top: 40px;
  max-width: 1000px;
  margin: auto;
  line-height: 2;
  font-weight: 500;
}

body.home .c-trouble-solution .merit-area .btn-area {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 22px;
  font-weight: bold;
  padding-top: 40px;
}

body.home .c-trouble-solution .merit-area .btn-area a,
body.home .c-trouble-solution .merit-area .btn-area span {
  border: 3px solid #142d4e;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 280px;
  height: 100px;
  background-color: #fff;
  padding: 0 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body.home .c-trouble-solution .merit-area .btn-area span {
  opacity: .5;
}

body.home .c-trouble-solution .merit-area .btn-area a .common-btn,
body.home .c-trouble-solution .merit-area .btn-area span .common-btn {
  width: 45px;
  height: 45px;
}

body.home .c-trouble-solution .merit-area .btn-area a .common-btn::before,
body.home .c-trouble-solution .merit-area .btn-area span .common-btn::before {
  width: 22px;
  height: 8px;
  top: 48%;
  right: 10px;
}

body.home .c-trouble-solution .zaisan-area {
  position: relative;
  padding: 40px 60px;
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  margin-top: 60px;
}

body.home .c-trouble-solution .zaisan-area .explan {
  text-align: right;
  font-size: 13px;
  padding: 30px 0 50px;
}

body.home .c-trouble-solution .zaisan-area .detail {
  text-align: left;
  font-weight: 500;
  position: relative;
}

body.home .c-trouble-solution .zaisan-area .detail::before {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/top/zaisan_bottm_img.png) no-repeat;
  right: 0px;
  bottom: -100px;
  width: 314px;
  height: 244px;
}

.c-message {
  padding-top: 100px;
  padding-bottom: 60px;
}

.c-message .content {
  display: flex;
  justify-content: space-between;
}

.c-message .content .left {
  width: 35%;
}

.c-message .content .left .profile {
  position: relative;
  padding: 10px 0px 10px 25px;
  margin: 30px 0 50px;
}

.c-message .content .left .profile::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0px;
  left: 0;
  background-color: #e9e1b8;
}

.c-message .content .left .profile .head {
  font-weight: bold;
  padding-bottom: 12px;
}

.c-message .content .left .profile .text {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

.c-message .content .right {
  width: 60%;
  padding-top: 80px;
}

.c-message .content .right .title {
  font-size: 34px;
  font-weight: bold;
  line-height: 2;
  position: relative;
}

.c-message .content .right .title::before {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/top/message_img3.png) no-repeat;
  left: 0px;
  top: -85px;
  width: 931px;
  height: 142px;
  z-index: -1;
}

.c-message .content .right .detail {
  line-height: 2;
  font-size: 20px;
  font-weight: 500;
  padding: 50px 0 30px;
}

.c-message .content .right .name-area {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

.c-message .content .right .name-area .name {
  font-size: 20px;
  padding-top: 5px;
}

.c-success {
  position: relative;
  padding-top: 50px;
}

.c-success::before {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/top/success_bk.png) no-repeat;
  left: 0px;
  top: 0px;
  width: 1400px;
  height: 723px;
  z-index: -1;
}

.c-success .en-head {
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
}

.c-success .head {
  font-size: 46px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 4px;
  padding-bottom: 20px;
}

.c-success .content {
  border-radius: 30px;
  background-color: #fff;
  padding: 40px;
}

body.home .c-compare {
  position: relative;
  padding-top: 30px;
}

body.home .c-compare::before {
  /* content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/top/compare_bk.png) no-repeat;
  left: 0px;
  top: 290px;
  width: 100%;
  height: 890px;
  z-index: -1; */
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/company/company_main_bk.png) no-repeat;
  left: 0;
  top: 290px;
  width: 100%;
  height: -webkit-fill-available;
  z-index: -1;

}

body.home .c-compare .explan {
  text-align: center;
  font-weight: 500;
  line-height: 2;
  padding: 20px 0 60px;
}

body.home .c-souzoku {
  padding-top: 90px;
  padding-bottom: 500px;
  text-align: center;
}

body.home .c-souzoku .chat-bubble {
  background-color: #f1cc5a;
  position: relative;
  font-size: 26px;
  border-radius: 80px;
  padding: 10px 20px;
  width: 240px;
  font-weight: 500;
  margin: auto;
}

body.home .c-souzoku .chat-bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 11px solid #f1cc5a;
}

body.home .c-souzoku .head {
  font-weight: bold;
  font-size: 46px;
  letter-spacing: 6px;
  padding: 10px 0 30px;
}

body.home .c-souzoku .text {
  font-weight: bold;
  font-size: 32px;
  padding: 20px 0 25px;
}

.c-taisaku {
  border-radius: 30px;
  padding: 220px 40px 100px;
  background-color: #f2eee9;
  text-align: center;
  position: relative;
  margin-bottom: 90px;
}

.c-taisaku::before {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/top/taisaku_img3.png) no-repeat;
  right: -70px;
  bottom: -70px;
  width: 550px;
  height: 350px;
}

.c-taisaku .contents-inner {
  position: relative;
}

.c-taisaku .contents-inner::before {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/top/taisaku_img2.png) no-repeat;
  left: 50px;
  bottom: -100px;
  width: 223px;
  height: 258px;
}

.c-taisaku .top-img {
  position: absolute;
  top: -335px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1489px;
}

.c-taisaku .text {
  font-weight: bold;
  line-height: 2.5;
}

.c-taisaku .btm-img {
  padding: 30px 20px 15px;
}

body.home .c-faq .contents-inner {
  max-width: 1000px;
}

.p-faq__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
  margin-top: 5.9375rem;
}

@media screen and (min-width: 750px) {
  .p-faq__list {
    margin-top: 2.875rem;
  }
}

.p-faq__item {
  background-color: #fff;
  border-radius: 20px;
  border: 6px solid #e9e1b8;
}

.p-faq__icon {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
}

.p-faq__icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #142d4e;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

.p-faq__icon:after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-color: #142d4e;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}

.p-faq__details.is-opened .p-faq__icon:after {
  rotate: 90deg;
}

.p-faq__question {
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  position: relative;
  padding: 29px 20px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.75;
  cursor: pointer;
}

.p-faq__question::-webkit-details-marker {
  display: none;
}

.p-faq__question::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: "Q.";
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-family: "Figtree", sans-serif;
  margin-top: 2px;
  background-color: #142d4e;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.p-faq__answer {
  overflow: hidden;
}

.p-faq__answer-text {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  position: relative;
  align-items: center;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.75;
  background-color: #f5f3ea;
  border-radius: 20px;
  margin: 0 20px 20px;
  padding: 20px;
}

.p-faq__answer-text::before {
  content: "A.";
  display: block;
  color: #ed5757;
  font-size: 2.75rem;
  font-weight: 500;
  font-family: "Figtree", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 2px;
}

@media screen and (max-width: 1600px) {
  body.home .c-mv .mv-main .msg-area h1 {
    font-size: 3vw;
    line-height: normal;
  }

  body.home .c-mv .mv-main .msg-area h1::before {
    left: -2vw;
    top: -1.5vw;
    width: 13vw;
    height: 6vw;
  }

  body.home .c-mv .mv-main .msg-area .sub-title {
    font-size: 1.5vw;
  }

  body.home .c-mv .mv-main .msg-area .content::before {
    left: -11vw;
    top: 0;
    width: 8vw;
    height: 13vw;
  }

  body.home .c-main-msg {
    padding-top: 12vw;
  }

  body.home .c-mv .mv-main .msg-area .content::after {
    right: -8vw;
    top: 4vw;
    width: 4vw;
    height: 3vw;
  }

  body.home .c-main-msg .suport-area-content {
    padding: 2vw 3vw;
    gap: 2vw;
  }

  body.home .c-main-msg .suport-area-content::before {
    width: 44vw;
    height: 22vw;
    left: -30vw;
    top: -9vw;
  }

  body.home .c-main-msg .suport-area-content::after {
    right: -17vw;
    top: -4px;
    width: 23vw;
    height: 10vw;
  }

  body.home .c-main-msg .suport-area .detail::before {
    top: -12vw;
    width: 43vw;
    height: 16vw;
  }

  body.home .c-main-msg .suport-area {
    width: 95%;
    top: -6vw;
  }

  body.home .c-main-msg .suport-area .detail {
    font-size: 1.1vw;
    padding-top: 5vw;
  }

  body.home .c-main-msg .suport-area .btn-area a {
    font-size: 1.2vw;
  }

  body.home .c-main-msg .suport-area .btn-area a span {
    font-size: 1.5vw;
  }

  body.home .c-main-msg .content .title-area .title {
    font-size: 2.5vw;
  }

  body.home .c-main-msg .content .title-area .detail {
    font-size: 1.3vw;
    padding-top: 5vw;
  }

  body.home .c-main-msg .content .img-area img {
    width: 90vw;
    height: 65vw;
    right: -21vw;
    top: 10vw;
  }

  body.home .common-title .head {
    font-size: 2vw;
  }

  body.home .common-title .sub-head {
    font-size: 3vw;
  }

  body.home .c-trouble .content .item .balloon .chat-bubble {
    width: 25vw;
    font-size: 1.5vw;
  }

  body.home .c-trouble .content {
    /* padding-top: 17vw; */
  }

  body.home .c-trouble .content .item .detail {}

  body.home .c-trouble .content .item .detail .top-text {
    font-size: 1.1vw;
  }

  body.home .c-trouble .content .item .detail .main-text {
    font-size: 1.6vw;
  }

  body.home .c-trouble-solution .top-content .title {
    font-size: 2.2vw;
    top: -4vw;
  }

  body.home .c-trouble-solution .top-content .title label {
    font-size: 2.7vw;
  }

  body.home .c-trouble-solution .top-content .title span.big {
    font-size: 3.5vw;
  }

  body.home .c-trouble-solution .top-content .sub-title {
    font-size: 1.8vw;
    padding-top: 8vw;
    padding-bottom: 2vw;
  }

  body.home .c-trouble-solution .top-content::before {
    left: 3vw;
    bottom: -6vw;
    width: 14vw;
    height: 30vw;
  }

  body.home .c-trouble-solution .top-content .detail {
    padding: 2vw 0;
  }

  body.home .c-trouble-solution .top-content .detail::before {
    right: 2vw;
    bottom: 0;
    width: 18vw;
    height: 21vw;
  }

  body.home .c-trouble-solution .top-text {
    font-size: 3vw;
    margin: 10vw 0 3vw;
  }

  body.home .c-trouble-solution .itentouki-area .explan {
    font-size: 1.2vw;
  }

  body.home .c-trouble-solution .merit-area .merit-text {
    font-size: 1.2vw;
  }

  body.home .c-trouble-solution .merit-area .btn-area {
    font-size: 1.5vw;
    padding-top: 3vw;
  }

  body.home .c-trouble-solution .zaisan-area .explan {
    font-size: 1vw;
  }

  body.home .c-trouble-solution .zaisan-area .detail {
    font-size: 1.2vw;
  }

  body.home .c-trouble-solution .zaisan-area .detail::before {
    width: 19vw;
    height: 16vw;
    bottom: -5vw;
  }

  .c-message {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .c-message .content .right .title {
    font-size: 2vw;
  }

  .c-message .content .right .detail {
    font-size: 1.2vw;
  }

  .c-message .content .left .profile .text {
    font-size: 1vw;
  }

  .c-message .content .right .title::before {
    width: 58vw;
    height: 10vw;
    top: -5vw;
  }

  .c-message .content .right .name-area {
    font-size: 1.1vw;
  }

  .c-message .content .right .name-area .name {
    font-size: 1.4vw;
  }

  .c-success::before {
    width: 80vw;
  }

  .c-success .en-head {
    font-size: 1.4vw;
  }

  .c-success .head {
    font-size: 3vw;
  }

  body.home .c-compare .explan {
    font-size: 1.2vw;
  }

  body.home .c-souzoku .chat-bubble {
    font-size: 1.4vw;
    width: 18vw;
  }

  body.home .c-souzoku .head {
    font-size: 3vw;
  }

  body.home .c-souzoku .text {
    font-size: 2vw;
  }

  body.home .c-souzoku {
    padding-bottom: 30vw;
  }

  .c-taisaku .top-img {
    top: -22vw;
    width: 90vw;
  }

  .c-taisaku {
    padding: 14vw 4vw 7vw;
  }

  .c-taisaku .text {
    font-size: 1.2vw;
  }

  body.home .c-trouble-solution .top-content .detail img {
    width: 29.2vw;
  }

  .c-taisaku .contents-inner::before {
    width: 14vw;
    height: 16vw;
    bottom: -6.5vw;
    left: 3vw;
  }

  .c-taisaku::before {
    right: -5vw;
    bottom: -3vw;
    width: 33vw;
    height: 21vw;
  }

  .c-taisaku .btm-img {
    width: 29.2vw;
  }

  .p-faq__question {
    padding: 2vw 1.5vw;
    font-size: 1.4vw;
  }

  .p-faq__question::before {
    font-size: 2.2vw;
    width: 5vw;
    height: 5vw;
  }

  .p-faq__icon {
    width: 2vw;
    height: 2vw;
  }

  .p-faq__answer-text::before {
    font-size: 2.2vw;
  }

  .p-faq__answer-text {
    font-size: 1.4vw;
  }

  body.home .c-trouble-solution::after {
    bottom: 150px;
  }
}

@media screen and (max-width: 1400px) {
  body.home .c-main-msg .suport-area .detail::before {
    top: -8vw;
    width: 35vw;
    height: 12vw;
    left: 6vw;
  }
}

@media screen and (max-width: 1100px) {
  body.home .c-trouble-solution::after {
    left: 50%;
    transform: translateX(-50%);
    width: 1600px;
    bottom: 0;
  }
}

@media screen and (min-width: 1600px) {
  .p-faq__answer-text::before {
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 769px) {
  body.home .c-main-msg .suport-area .btn-area a:hover .common-btn::before {
    right: 1.2vw;
  }

  body.home .c-trouble-solution .merit-area .btn-area a:hover {
    translate: 1px 1px;
  }

  body.home .c-trouble-solution .merit-area .btn-area a:hover .common-btn::before {
    right: 7px;
  }
}

@media screen and (min-width: 1600px) {
  body.home .c-main-msg .suport-area .btn-area a:hover .common-btn::before {
    right: 18px;
  }
}

@media screen and (max-width: 768px) {
  body.home .c-mv .mv-main {
    display: block;
  }

  body.home .c-mv .mv-main .msg-area {
    width: 100%;
  }

  body.home .c-mv .mv-main .msg-area h1 {
    font-size: 26px;
    line-height: 2;
  }

  body.home .c-mv .mv-main .msg-area h1::before {
    left: -30px;
    top: -23px;
    width: 166px;
    height: 90px;
  }

  body.home .c-mv .mv-main .msg-area .content::before {
    left: -66px;
    top: -33px;
    width: 48px;
    height: 149px;
    background: url(../images/top/mv_bk1_sp.png) no-repeat;
  }

  body.home .c-mv .mv-main .msg-area .content::after {
    right: -58px;
    top: -9px;
    width: 40px;
    height: 26px;
  }

  body.home .c-mv .mv-main .msg-area .sub-title {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 20px;
  }


  body.home .c-mv .mv-main .illust-area {
    width: 95%;
    margin: auto;
    padding-bottom: 80px;
  }

  body.home .c-main-msg .suport-area {
    width: 92%;
    top: -58px;
  }

  body.home .c-main-msg .suport-area .detail::before {
    background: url(../images/top/mv_suport_img_sp.png) no-repeat;
    width: 331px;
    height: 90px;
    left: 50%;
    transform: translateX(-50%);
    top: -94px;
  }

  body.home .c-main-msg .suport-area-content::after {
    display: none;
  }

  body.home .c-main-msg .suport-area-content {
    display: block;
    padding: 40px 25px 25px;
    border: 3px solid #dbd09e;
    border-radius: 9px;
  }

  body.home .c-main-msg .suport-area .detail {
    width: 100%;
    font-size: 14px;
    padding-top: 0;
    border-right: unset;
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 20px;
    line-height: 1.7;
  }

  body.home .c-main-msg .suport-area .btn-area {
    width: 100%;
  }

  body.home .c-main-msg .suport-area-content::before {
    width: 400px;
    height: 155px;
    left: -212px;
    top: -47px;
  }

  body.home .c-main-msg {
    padding-top: 220px;
  }

  body.home .c-main-msg .suport-area .btn-area a {
    font-size: 14px;
    justify-content: space-between;
    padding-top: 20px;
  }

  body.home .c-main-msg .suport-area .btn-area a span {
    font-size: 16px;
  }

  body.home .c-main-msg .suport-area .btn-area .common-btn::before {
    right: 10px;
    width: 19px;
    height: 5px;
  }

  body.home .c-main-msg .content {
    display: block;
  }

  body.home .c-main-msg .content .title-area {
    width: 100%;
  }

  body.home .c-main-msg .content .title-area .title {
    font-size: 23px;
  }

  body.home .c-main-msg .content .title-area .detail {
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 25px;
  }

  body.home .c-main-msg .content .img-area {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }

  body.home .c-main-msg .content .img-area img {
    width: 100%;
    height: auto;
    right: 0;
    top: 0;
    position: relative;
  }

  body.home .c-main-msg .content .title-area .detail::before {
    display: none;
  }

  body.home .c-main-msg::before {
    bottom: -34px;
  }

  body.home .common-title .head {
    font-size: 20px;
  }

  body.home .common-title .sub-head {
    font-size: 25px;
  }

  body.home .c-trouble {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  body.home .c-trouble .content {
    padding-top: 60px;
  }

  body.home .c-trouble .content .item {
    width: 100%;
    padding: 75px 20px 20px;
  }

  body.home .c-trouble .content .item .balloon {
    top: -40px;
  }

  body.home .c-trouble .content .item .balloon .chat-bubble {
    width: 230px;
    font-size: 15px;
    padding: 10px;
  }

  body.home .c-trouble .content .item .img {
    width: 70%;
    margin: auto;
  }

  body.home .c-trouble .content .item:nth-of-type(3),
  body.home .c-trouble .content .item:nth-of-type(4) {
    margin-top: 65px;
  }

  body.home .c-trouble .content .item .detail {
    border: 3px solid #dbd09e;
    border-radius: 10px;
    padding: 20px 20px;
  }

  body.home .c-trouble .content .item .detail .top-text {
    font-size: 12px;
  }

  body.home .c-trouble .content .item .detail .main-text {
    font-size: 17px;
  }

  body.home .c-trouble-solution .top-content {
    border: 3px solid #dbd09e;
    border-radius: 40px;
  }

  body.home .c-trouble-solution .top-content .title {
    font-size: 14px;
    top: -18px;
    padding: 0 10px;
    line-height: 1.5;
  }

  body.home .c-trouble-solution .top-content .title label {
    font-size: 18px;
  }

  body.home .c-trouble-solution .top-content .title span.big {
    font-size: 26px;
  }

  body.home .c-trouble-solution .top-content .sub-title {
    font-size: 16px;
    padding-top: 65px;
    padding-bottom: 20px;
    line-height: 1.5;
  }

  body.home .c-trouble-solution .top-content .detail img {
    width: 230px;
    padding-top: 20px;
  }

  body.home .c-trouble-solution .top-content .detail {
    padding: 0 0 200px;
  }

  body.home .c-trouble-solution .top-content .detail::before {
    right: 50px;
    bottom: 0;
    width: 110px;
    height: 160px;
  }

  body.home .c-trouble-solution .top-content::before {
    left: 35px;
    bottom: -60px;
    width: 100px;
    height: 220px;
  }

  body.home .c-trouble-solution::before {
    top: 200px;
    background-size: 100% 97% !important;
  }

  body.home .c-trouble-solution::after {
    width: 100%;
    background-size: 100% 97% !important;
  }

  body.home .c-trouble-solution .top-text {
    font-size: 23px;
    margin: 80px 0 20px;
  }

  body.home .c-trouble-solution .itentouki-area {
    padding: 35px 20px 20px;
  }

  body.home .c-trouble-solution .itentouki-area::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #e9e1b8;
  }

  body.home .c-trouble-solution .itentouki-area .explan {
    font-size: 14px;
    padding-bottom: 30px;
    text-align: left;
  }

  body.home .c-trouble-solution .merit-img {
    padding-top: 40px;
  }

  body.home .c-trouble-solution .merit-area {
    padding-top: 20px;
  }

  body.home .c-trouble-solution .merit-area .merit-text {
    font-size: 14px;
  }

  body.home .c-trouble-solution .merit-area .btn-area {
    font-size: 15px;
    display: block;
    text-align: center;
  }

  body.home .c-trouble-solution .merit-area .btn-area .text {
    width: 340px;
    text-align: left;
    margin: auto;
  }

  body.home .c-trouble-solution .merit-area .btn-area a,
  body.home .c-trouble-solution .merit-area .btn-area span {
    width: 230px;
    height: 70px;
    margin: auto;
    margin-top: 30px;
    padding: 0 20px;
  }

  body.home .c-trouble-solution .merit-area .btn-area a .common-btn,
  body.home .c-trouble-solution .merit-area .btn-area span .common-btn {
    width: 35px;
    height: 35px;
  }

  body.home .c-trouble-solution .merit-area .btn-area a .common-btn::before,
  body.home .c-trouble-solution .merit-area .btn-area span .common-btn::before {
    width: 15px;
    height: 4px;
  }

  body.home .c-trouble-solution .zaisan-area {
    padding: 40px 0px 0;
    border-radius: 25px;
    margin-top: 50px;
  }

  body.home .c-trouble-solution .zaisan-area .explan {
    font-size: 6px;
    padding: 30px 20px 20px;
  }

  body.home .c-trouble-solution .zaisan-area .detail {
    font-size: 14px;
    padding: 0 20px;
    line-height: 2;
  }

  body.home .c-trouble-solution .zaisan-area .detail::before {
    width: 140px;
    height: 114px;
    bottom: 0;
    right: 5px;
  }

  .c-taisaku {
    padding: 91vw 40px 135px;
    margin-bottom: 130px;
  }

  .c-taisaku::before {
    right: -25px;
    bottom: -75px;
    width: 210px;
    height: 150px;
  }

  .c-taisaku .top-img {
    top: -30vw;
    width: 100%;
  }

  .c-taisaku .text {
    font-size: 14px;
  }

  .c-taisaku .btm-img {
    width: 80%;
  }

  .c-taisaku .contents-inner::before {
    width: 84px;
    height: 100px;
    bottom: -142px;
    left: -10px;
  }

  .c-success .en-head {
    font-size: 14px;
  }

  .c-success .head {
    font-size: 25px;
  }

  .c-success::before {
    width: 100%;
    background: url(../images/top/success_bk_sp.png) no-repeat;
    height: 174vw;
  }

  .c-success .content {
    padding: 20px 20px 20px 0;
    width: 95vw;
    border-radius: 0;
    border-top-left-radius: 40px;
  }

  body.home .c-message {
    padding-bottom: 60px;
  }

  .c-message .content {
    flex-wrap: wrap;
  }

  .c-message .content .left {
    width: 100%;
    order: 2;
  }

  .c-message .content .right {
    width: 100%;
    padding-top: 100px;
    order: 1;
  }

  body.home .c-message .content .right {
    padding-top: 50px;
  }

  .c-message .content .right .title::before {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    height: -webkit-fill-available;
    top: -22px;
  }

  .c-message .content .right .title {
    font-size: 24px;
  }

  .c-message .content .right .detail {
    font-size: 14px;
    padding: 30px 0 20px;
  }

  .c-message .content .right .name-area {
    font-size: 14px;
  }

  .c-message .content .right .name-area .name {
    font-size: 18px;
    padding-bottom: 20px;
  }

  .c-message .content .left .profile .text {
    font-size: 14px;
  }

  .c-message .content .left img {
    display: block;
    margin: auto;
  }

  body.home .c-compare .explan {
    font-size: 14px;
    padding: 20px 0 30px;
  }

  body.home .c-souzoku {
    padding-top: 60px;
    padding-bottom: 48vw;
  }

  body.home .c-souzoku .chat-bubble {
    font-size: 16px;
    width: 170px;
  }

  body.home .c-souzoku .head {
    font-size: 27px;
  }

  body.home .c-souzoku .text {
    font-size: 19px;
  }

  .p-faq__list {
    margin-top: 30px;
    gap: 20px;
  }

  .p-faq__item {
    border-radius: 12px;
    border: 3px solid #e9e1b8;
  }

  .p-faq__question {
    padding: 20px 15px;
    font-size: 18px;
    gap: 10px;
  }

  .p-faq__icon {
    width: 20px;
    height: 20px;
  }

  .p-faq__question::before {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }

  .p-faq__answer-text {
    font-size: 14px;
    border-radius: 12px;
    margin: 0 15px 15px;
    padding: 20px 10px;
    gap: 10px;
    align-items: start;
  }

  .p-faq__answer-text::before {
    font-size: 20px;
  }

  .c-faq {
    padding-bottom: 150px;
  }
}

/*--------------------------
CONTACT
----------------------------*/
.contact-application {}

.contact-application.complete {
  padding-bottom: 150px;
}

.contact-application .top-msg {
  line-height: 2;
  display: flex;
  justify-content: space-between;
  position: relative;
  background-image: url("../images/contact/contact_msg_bk.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 200px;
  border-radius: 30px;
  align-items: center;
  padding: 50px 70px;
  margin-top: 70px;
  font-weight: 500;
  gap: 20px;
}

.contact-application .top-msg a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 769px) {
  .contact-application .top-msg a:hover {
    translate: 0 2px;
  }
}

.contact-application .mw_wp_form {
  margin: 70px auto 0px;
}

.contact-application .mw_wp_form .required {
  background-color: #142d4e;
  color: #fff;
  border-radius: 2px;
  padding: 5px 12px;
  font-size: 14px;
  border-radius: 15.5px;
  margin-right: 20px;
}

.contact-application .mw_wp_form .item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 30px;
}

.contact-application .mw_wp_form .item:first-child:has(.error) {
  margin-bottom: 50px;
}

.contact-application .mw_wp_form .item.date {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #d5d5d5;
}

.contact-application .mw_wp_form .item label {
  width: 300px;
  text-align: left;
  cursor: unset;
  padding-top: 18px;
  font-weight: bold;
}

.contact-application .mw_wp_form .item.date label {
  padding-top: 0;
}

.contact-application .mw_wp_form .item .form {
  width: 65%;
}

.contact-application .mw_wp_form .item .form input {
  width: 100%;
  border-radius: 10px;
  height: 70px;
}

.contact-application .mw_wp_form .item .form .date-wrapper {
  position: relative;
  display: inline-block;
}

.contact-application .mw_wp_form .item .form .date-wrapper::before {
  content: "";
  position: absolute;
  background: url(../images/common/calendar.png) no-repeat;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  pointer-events: none;
}

.contact-application .mw_wp_form .item .form textarea {
  width: 100%;
  padding: 15px;
  border: solid 2px #d5d5d5;
  background-color: #fcfcfc;
  resize: none;
  border-radius: 10px;
}

.contact-application .mw_wp_form .item .form .select {
  width: 325px;
  height: 70px;
  position: relative;
}

.contact-application .mw_wp_form .item .form .select::before,
.contact-application .mw_wp_form .item .form .select::after {
  position: absolute;
  content: '';
  pointer-events: none;
}

.contact-application .mw_wp_form .item .form .select::before {
  display: inline-block;
  right: 0;
  width: 60px;
  height: 70px;
  border-radius: 0 10px 10px 0;
  background-color: #d5d5d5;
  background-image: url(../images/common/shape_blue.png);
  background-size: 14px 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.contact-application .mw_wp_form .item .form select {
  width: 100%;
  height: 70px;
  padding: 11px;
  border: solid 2px #d5d5d5;
  background-color: #fcfcfc;
  cursor: pointer;
  border-radius: 10px;
}

.contact-application .mw_wp_form .item input {
  border: solid 2px #d5d5d5;
  background-color: #fcfcfc;
  padding: 15px;
  border-radius: 10px;
}

.contact-application .mw_wp_form .item .date-label {
  font-weight: bold;
}

.contact-application .mw_wp_form .item .date-area {
  display: flex;
  gap: 20px;
  padding-top: 5px;
  padding-bottom: 20px;
}

.contact-application .mw_wp_form .agree {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 90px auto 60px;
}

.contact-application .mw_wp_form .agree input {
  position: relative;
  width: 38px;
  height: 38px;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin-right: 0px;
  border-radius: 6px;
  border: solid 2px #d5d5d5;
  background-color: #fcfcfc;
}

.contact-application .mw_wp_form .agree input:checked:before {
  position: absolute;
  top: 6px;
  left: 13px;
  transform: rotate(50deg);
  width: 9px;
  height: 17px;
  border-right: 3px solid #2b486f;
  border-bottom: 3px solid #2b486f;
  content: '';
}

.contact-application .mw_wp_form .agree label {
  cursor: unset;
  font-size: 19px;
}

.contact-application .mw_wp_form .agree a {
  text-decoration: underline;
  padding-bottom: 5px;
  color: #2b486f;
}

.contact-application .mw_wp_form .agree .error {
  position: absolute;
  margin-top: 50px;
}

.contact-application .mw_wp_form .btn {
  margin: auto;
  width: 280px;
  height: 80px;
  padding: 0;
}

.contact-application .mw_wp_form .btn input {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 280px;
  height: 70px;
  border-radius: 50px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: bold;
  text-decoration: none;
  background-color: #142d4e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.contact-application .mw_wp_form .btn input.submit-end {
  background-color: #bfbfbf;
}

@media screen and (min-width: 769px) {
  .contact-application .mw_wp_form .btn input:hover {
    opacity: .5;
    translate: 0 2px;
    cursor: pointer;
  }

  .contact-application .mw_wp_form .btn input.submit-end:hover {
    opacity: 1;
    translate: 0;
    cursor: unset;
  }
}

.contact-application .mw_wp_form .error {
  font-size: 14px;
  color: #f61616;
  display: block;
  padding-top: 10px;
}

.contact-application .mw_wp_form.mw_wp_form_confirm .item {
  margin-bottom: 50px;
}

.contact-application .mw_wp_form.mw_wp_form_confirm .item .required {
  display: none;
}

.contact-application .mw_wp_form.mw_wp_form_confirm .item label {
  padding-top: 0px;
  padding-left: 0px !important;
}

.contact-application .mw_wp_form.mw_wp_form_confirm .item .form .select {
  width: 70%;
  height: auto;
}

.contact-application .mw_wp_form.mw_wp_form_confirm .item .form .select::before {
  display: none;
}

.contact-application .mw_wp_form.mw_wp_form_confirm .emailconfirm {
  display: none;
}

.contact-application .mw_wp_form.mw_wp_form_confirm .agree-text {
  display: none;
}

.contact-application .mw_wp_form.mw_wp_form_confirm .agree {
  display: none;
}

.contact-application .send-msg {
  border: 6px solid #e9e1b8;
  background-color: #f8f6ea;
  font-size: 16px;
  line-height: 2;
  padding: 30px 60px;
  border-radius: 20px;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .contact-application .top-msg {
    margin-top: 40px;
    padding: 20px;
    display: block;
  }

  .contact-application .top-msg .text {
    padding-bottom: 20px;
  }

  .contact-application .top-msg a img {
    margin: auto;
    display: block;
  }

  .contact-application .top {
    padding: 20px;
  }

  .contact-application.complete {
    padding-bottom: 100px;
  }

  .contact-application .mw_wp_form {
    margin: 60px auto 100px;
  }

  .contact-application .mw_wp_form .required {
    padding: 6px 13px;
    font-size: 13px;
    margin-right: 15px;
  }

  .contact-application .mw_wp_form .item {
    display: block;
    margin-bottom: 20px;
  }

  .contact-application .mw_wp_form .item label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .contact-application .mw_wp_form .item .form {
    width: 100%;
    margin-top: 20px;
  }

  .contact-application .mw_wp_form .item .contact-content {
    width: 100%;
    margin-top: 20px;
    display: block;
  }

  .contact-application .mw_wp_form .item .form {
    width: 100%;
    margin-top: 20px;
  }

  .contact-application .mw_wp_form .item .form .select {
    width: 100%;
  }

  .contact-application .mw_wp_form .item label {
    padding-left: 0 !important;
    padding-top: 0 !important;
    width: 100% !important;
  }

  .contact-application .mw_wp_form .item .form .date-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact-application .mw_wp_form .item .date-area {
    display: block;
  }

  .contact-application .mw_wp_form .agree {
    margin: 40px auto 40px;
  }

  .contact-application .mw_wp_form .blue-btn input {
    max-width: 220px;
  }

  .contact-application .mw_wp_form .agree label {
    font-size: 14px;
  }

  .contact-application .send-msg {
    border: 3px solid #e9e1b8;
    font-size: 14px;
    padding: 20px 20px;
    margin-top: -70px;
    margin-bottom: 60px;
  }
}


/*--------------------------
COMPANY
----------------------------*/
body .company {}

body .company .c-main {
  margin-top: 40px;
  position: relative;
}

body .company .c-main::before {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/company/company_main_bk.png) no-repeat;
  background-position: bottom;
  left: 0;
  bottom: 0;
  width: 100%;
  height: -webkit-fill-available;
  z-index: -1;
}

body .company .c-main .contents-inner {
  padding: 60px 90px;
  position: relative;
  background-color: #fff;
}

body .company .c-main .contents-inner .head {
  position: absolute;
  left: 60px;
  top: 0;
  padding: 40px;
  border-bottom-right-radius: 30px;
  background-color: #fff;
  writing-mode: vertical-rl;
  text-orientation: upright;
  z-index: 1;
}

body .company .c-main .content .text {
  font-weight: 500;
  line-height: 2;
  padding-left: 200px;
  padding-bottom: 60px;
}

body .company .c-main .content .illust {
  position: relative;
}

body .company .c-main .content .illust::before {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/company/company_main2.png) no-repeat;
  background-position: bottom;
  right: -52px;
  top: -105px;
  width: 201px;
  height: 156px;
  z-index: 1;
}

body .company .c-main .content .illust img {
  width: 100%;
}

body .company .c-plan {
  padding-top: 40px;
}

body .company .c-plan .content {
  display: flex;
  justify-content: center;
  position: relative;
}

body .company .c-plan .content .text {
  font-weight: bold;
  line-height: 2.5;
  width: 700px;
  text-align: center;
  margin: 20px 0 130px;
}

body .company .c-plan .content::before {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/company/company_plan_img1.png) no-repeat;
  left: 0;
  bottom: 95px;
  width: 325px;
  height: 273px;
  z-index: 1;
}

body .company .c-plan .content::after {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/company/company_plan_img2.png) no-repeat;
  right: 20px;
  bottom: 120px;
  width: 255px;
  height: 158px;
  z-index: 1;
}

body .company .c-plan .content .text span {
  background: linear-gradient(transparent 70%, #f1cc5a 30%);
}

body .company .c-plan .content .text label {
  color: #2b486f;
}

body .company .company-list-content .item {
  position: relative;
  display: grid;
  grid-template-columns: 2.5fr 6.5fr;
}

body .company .company-list-content .item:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#252421), color-stop(260px, #252421), color-stop(260px, #dfdfdf), to(#dfdfdf));
  background: linear-gradient(90deg, #252421 0px, #252421 260px, #dfdfdf 260px, #dfdfdf 100%);
  position: absolute;
  top: 0;
  left: 0;
}

body .company .company-list-content .item .detail {
  padding: 30px;
  display: flex;
  align-items: center;
}

body .company .company-list-content .item .detail a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 20px;
}

body .company .company-list-content .item .detail a span {
  border-bottom: 1px solid #2b486f;
  color: #2b486f;
}

body .company .company-list-content .item .withmap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  width: 100%;
}

body .company .company-list-content .item .map {
  background-color: #142d4e;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 50px;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-family: "Figtree", sans-serif;
  padding-left: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body .company .company-list-content .item .map::before {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/company/map_pin.png) no-repeat;
  width: 16px;
  height: 23px;
  top: 14px;
  left: 16px;
}

@media screen and (min-width: 769px) {
  body .company .company-list-content .item .map:hover {
    translate: 0 2px;
  }
}

body .company .c-company {
  padding-bottom: 500px;
}

body .company .c-company .contents-inner {
  max-width: 960px;
}

body .company .c-company .company-list-content .item .title {
  font-weight: bold;
  padding: 30px;
  display: flex;
  align-items: center;
}

body .company .c-company .company-list-content .item:nth-last-child(2) .title {
  align-items: start;
}

@media screen and (max-width: 1600px) {
  body .company .c-company {
    padding-bottom: 30vw;
  }
}

@media screen and (max-width: 1200px) {
  body .company .c-main .content .illust::before {
    width: 16vw;
    height: 13vw;
    top: -7vw;
  }

  body .company .c-plan .content::before {
    bottom: 8vw;
    width: 27vw;
    height: 23vw;
    left: -20px;
  }

  body .company .c-plan .content::after {
    right: 0px;
    bottom: 7vw;
    width: 21vw;
    height: 15vw;
  }
}

@media screen and (max-width: 768px) {
  body .company .c-main .contents-inner {
    padding: 0px 20px 0px;
  }

  body .company .c-main .contents-inner .head {
    padding: 0 20px 30px;
    left: 0;
  }

  body .company .c-main .content .text {
    padding-left: 100px;
  }

  body .company .c-main .content .illust::before {
    width: 90px;
    height: 75px;
    top: -50px;
    right: -20px;
  }

  body .company .c-plan .content .text {
    margin: 20px 0 30px;
  }

  body .company .c-plan .content::before {
    display: none;
  }

  body .company .c-plan .content::after {
    display: none;
  }

  body .company .c-plan .sp-img {
    padding-bottom: 40px;
  }

  body .company .c-plan .head {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }

  body .company .company-list-content .item {
    padding: 30px 10px;
    grid-template-columns: 4fr 5fr;
  }

  body .company .company-list-content .item:before {
    background: linear-gradient(90deg, #252421 0px, #252421 150px, #dfdfdf 150px, #dfdfdf 100%);
  }

  body .company .company-list-content .item .detail {
    padding: 0;
  }

  body .company .company-list-content .item .detail a {
    margin-left: 0;
  }

  body .company .company-list-content .item .map img body .company .c-company {
    padding-bottom: 50px;
  }

  body .company .c-company .head {
    font-size: 50px;
  }

  body .company .c-company .sub-head {
    font-size: 14px;
    padding-bottom: 30px;
  }

  body .company .c-company .company-list-content .item .title {
    font-size: 14px;
    padding: 0;
    padding-right: 10px;
  }

  body .company .company-list-content .item .withmap {
    display: block;
  }

  body .company .company-list-content .item .withmap .map {
    margin-top: 10px;
    width: 140px;
    height: 35px;
    font-size: 12px;
    font-weight: 500;
  }

  body .company .company-list-content .item .map::before {
    width: 13px;
    height: 19px;
    top: 8px;
  }

  body .company .c-company .company-list-content .item .detail {
    padding: 0;
    position: relative;
    display: block;
  }
}

/*---------------------------
diagnose
-----------------------------*/
body.page-template-page-diagnose {
  background-color: #f8f6ea;
}

.c-diagnosemv {
  position: relative;
}

.c-diagnosemv .img img {
  width: 100%;
}

.c-diagnosemv {
  position: relative;
}

.c-diagnosemv .btn {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}

.c-diagnosemv .btn img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-diagnose {
  padding-top: 100px;
  padding-bottom: 100px;
}

.c-diagnose .question-block {
  margin-bottom: 30px;
  padding: 2% 2% 5% 2%;
  aspect-ratio: 1005 / 569;
  width: 100%;
  position: relative;
  background-image: url(../images/diagnose/question_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.c-diagnose .question-block:last-child {
  margin-bottom: 10px;
}

.c-diagnose .question-block:last-child::before {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/diagnose/next_img.png) no-repeat;
  right: -30px;
  bottom: -100px;
  width: 202px;
  height: 166px;
  z-index: 1;
}

.c-diagnose .question-block .question-head {
  border-radius: 20px;
  background-color: #f8f6ea;
  padding: 1% 4%;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 3px;
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 30px;
}

.c-diagnose .question-block .question-head .question-no {
  font-size: 24px;
  display: flex;
  align-items: center;
}

.c-diagnose .question-block .question-head .question-no span {
  font-size: 62px;
  font-family: "Figtree", sans-serif;
}

.c-diagnose .question-block .question-head .question-text span {
  background: linear-gradient(transparent 70%, #f1cc5a 30%);
}

.c-diagnose .question-block .question-head .question-text strong {
  font-size: 46px;
  color: #2b486f;
}

.c-diagnose .question-block .answer-wrap {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.c-diagnose .question-block .answer-wrap .answer {
  width: 40%;
  display: block;
  aspect-ratio: 240 / 191;
  padding: 10% 2% 2% 2%;
  background-repeat: no-repeat;
  background-size: contain;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.c-diagnose .question-block .answer-wrap .answer.yes {
  background-image: url(../images/diagnose/yes_answer_bg.png);
}

.c-diagnose .question-block .answer-wrap .answer.no {
  background-image: url(../images/diagnose/no_answer_bg.png);
}

.c-diagnose .question-block .answer-wrap .answer.yes.selected {
  background-image: url(../images/diagnose/yes_answer_select_bg.png);
}

.c-diagnose .question-block .answer-wrap .answer.no.selected {
  background-image: url(../images/diagnose/no_answer_select_bg.png);
}

.c-diagnose .question-block .answer-wrap .answer .img {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.c-diagnose .question-block .answer-wrap .answer .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-diagnose .top-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  height: 100px;
  padding: 0 20px;
  border: 3px solid #142d4e;
  border-radius: 50px;
  background-color: #fff;
  font-weight: bold;
  font-size: 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-diagnose .top-btn .common-btn {
  width: 45px;
  height: 45px;
}

.c-diagnose .top-btn .common-btn::before {
  transform: scaleX(-1);
  width: 24px;
  height: 9px;
  top: 38%;
  right: 11px;
}

.c-diagnose .result-block {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 70px;
}

.c-diagnose .result-block .loding {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1s;
  gap: 8px;
  padding-top: 20px;
}

.c-diagnose .result-block .loding .loding-content {
  display: flex;
  gap: 15px;
}

.c-diagnose .result-block .loding .loding-content span,
.c-diagnose .result-block .loding .loding-content .dot {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #142d4e;
  border-radius: 50%;
  animation: loding-bounce 1.2s infinite ease-in-out;
}

.c-diagnose .result-block .loding .loding-content span:nth-child(1) {
  animation-delay: 0s;
  background-color: #e1e2da;
}

.c-diagnose .result-block .loding .loding-content span:nth-child(2) {
  animation-delay: 0.15s;
  background-color: #b3b9bb;
}

.c-diagnose .result-block .loding .loding-content span:nth-child(3) {
  animation-delay: 0.3s;
  background-color: #86919c;
}

.c-diagnose .result-block .loding .loding-content span:nth-child(4) {
  animation-delay: 0.45s;
  background-color: #58697c;
}

.c-diagnose .result-block .loding .loding-content span:nth-child(5) {
  animation-delay: 0.6s;
}

@keyframes loding-bounce {
  0%, 80%, 100% {
    opacity: 0.3;
    transform: scale(0.8);
  }

  40% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@media screen and (min-width: 769px) {
  .c-diagnosemv .btn img:hover {
    translate: 0 2px;
    cursor: pointer;
    opacity: .5;
  }

  .c-diagnose .question-block .answer-wrap .answer:hover {
    cursor: pointer;
  }

  .c-diagnose .question-block .answer-wrap .answer.yes:hover {
    background-image: url(../images/diagnose/yes_answer_select_bg.png);
  }

  .c-diagnose .question-block .answer-wrap .answer.no:hover {
    background-image: url(../images/diagnose/no_answer_select_bg.png);
  }

  .c-diagnose .top-btn:hover {
    translate: 0 2px;
    cursor: pointer;
    opacity: .5;
  }

  .c-diagnose .top-btn:hover .common-btn::before {
    right: 13px;
  }
}

@media screen and (max-width: 1600px) {
  .c-diagnosemv .btn {
    bottom: -2vw;
    width: 28vw;
  }

  .c-diagnose {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }

  .c-diagnose .question-block .question-head .question-no {
    font-size: 1.5vw;
  }

  .c-diagnose .question-block .question-head .question-no span {
    font-size: 4vw;
  }

  .c-diagnose .question-block .question-head {
    font-size: 2.3vw;
  }

  .c-diagnose .question-block .question-head .question-text strong {
    font-size: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .c-diagnose .question-block {
    background-image: url(../images/diagnose/question_bg_sp.png);
    aspect-ratio: 698 / 602;
    padding: 3% 3% 3% 3%;
  }

  .c-diagnose .question-block .answer-wrap {
    gap: 20px;
  }

  .c-diagnose .question-block .answer-wrap .answer {
    width: 47%;
    aspect-ratio: 310 / 303;
    padding: 13% 2% 2% 2%;
  }

  .c-diagnose .question-block .answer-wrap .answer.yes {
    background-image: url(../images/diagnose/yes_answer_bg_sp.png);
  }

  .c-diagnose .question-block .answer-wrap .answer.no {
    background-image: url(../images/diagnose/no_answer_bg_sp.png);
  }

  .c-diagnose .question-block .answer-wrap .answer.yes.selected {
    background-image: url(../images/diagnose/yes_answer_select_bg_sp.png);
  }

  .c-diagnose .question-block .answer-wrap .answer.no.selected {
    background-image: url(../images/diagnose/no_answer_select_bg_sp.png);
  }

  .c-diagnosemv .btn {
    bottom: -2vw;
    width: 60%;
  }

  .c-diagnose {
    padding-top: 11vw;
    padding-bottom: 20vw;
  }

  .c-diagnose .question-block .question-head .question-no {
    font-size: 14px;
    justify-content: center;
  }

  .c-diagnose .question-block .question-head .question-no span {
    font-size: 30px;
  }

  .c-diagnose .question-block .question-head {
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 10px;
    margin-bottom: 4vw;
  }

  .c-diagnose .question-block .question-head .question-text strong {
    font-size: 18px;
  }

  .c-diagnose .question-block:last-child {
    margin-bottom: 30px;
  }

  .c-diagnose .question-block:last-child::before {
    bottom: -95px;
    width: 99px;
    height: 85px;
    right: 0;
  }

  .c-diagnose .top-btn {
    font-size: 13px;
    width: 200px;
    height: 60px;
    padding: 0 20px 0px 12px;
  }

  .c-diagnose .top-btn .common-btn {
    width: 30px;
    height: 30px;
  }

  .c-diagnose .top-btn .common-btn::before {
    width: 15px;
    height: 5px;
    top: 40%;
    right: 8px;
  }

  .c-diagnose .question-block .answer-wrap .answer .img {
    max-height: 26vw;
  }

  .c-diagnose .result-block {
    font-size: 25px;
  }
}

/*---------------------------
diagnose/result
-----------------------------*/
.diagnose-result {
  padding-top: 300px;
}

.diagnose-result .c-result {
  /* background-color: #e9e1b8; */
  position: relative;
}

.diagnose-result .c-result::before {
  content: "";
  position: absolute;
  background-size: 100% 93% !important;
  background: url(../images/diagnose/result_top_bk.png) no-repeat;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: -webkit-fill-available;
  z-index: -1;
}

.diagnose-result .c-result .contents-inner {
  position: relative;
}

.diagnose-result .c-result .contents-inner::before {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/diagnose/result_top_bk1.png) no-repeat;
  left: -545px;
  top: -130px;
  width: 852px;
  height: 246px;
}

.diagnose-result .c-result .contents-inner::after {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/diagnose/result_top_bk2.png) no-repeat;
  right: -360px;
  top: -90px;
  width: 482px;
  height: 111px;
}

.diagnose-result .c-result .result-top {
  position: relative;
  top: -250px;
  padding: 20px;
  border: 6px solid #dbd09e;
  border-radius: 30px;
  background-color: #fff;
  z-index: 1;
}

.diagnose-result .c-result .result-top .result-main {
  position: relative;
  padding: 6.5% 5% 2%;
  aspect-ratio: 1140 / 560;
  width: 100%;
  background-image: url(../images/diagnose/result_bk.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}

.diagnose-result .c-result .result-top .result-main .title {
  padding-top: 10px;
  padding-bottom: 40px;
  font-size: 46px;
  font-weight: bold;
}

.diagnose-result .c-result .result-top .result-main .title strong {
  position: relative;
  font-size: 56px;
  color: #ed5757;
  z-index: 1;
  display: inline-block;
  border: 6px solid #252421;
  border-radius: 30px;
  background-color: #fff;
  padding: 10px 30px 15px;
  margin: 10px 20px;
}

.diagnose-result .c-result .result-top .result-main .title strong span {
  background: linear-gradient(transparent 83%, #f9dbdb 30%);
  background-size: 100% 1em;
  background-repeat: no-repeat;
  background-position: 0 62%;
}

.diagnose-result .c-result .result-top .result-main .detail {
  text-align: left;
  line-height: 2;
}

.diagnose-result .c-result .result-top .result-main .balloon {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
}

.diagnose-result .c-result .result-top .result-main .balloon .chat-bubble {
  background-color: #ed5757;
  border: 6px solid #fff;
  position: relative;
  color: #fff;
  font-size: 26px;
  border-radius: 80px;
  padding: 20px 20px;
  width: 500px;
  font-weight: bold;
}

.diagnose-result .c-result .result-top .result-main .balloon .chat-bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 11px solid #ed5757;
}

.diagnose-result .c-result .result-top .result-main::before {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/diagnose/result_wrap_bk.png) no-repeat;
  left: -62px;
  top: -45px;
  width: 428px;
  height: 176px;
  z-index: 1;
}

.diagnose-result .c-result .result-top .merit-text {
  line-height: 2;
  padding: 80px 5% 20px;
}

.diagnose-result .c-result .result-btm {
  position: relative;
  padding: 7% 5% 5%;
  aspect-ratio: 1200 / 516;
  width: 100%;
  position: relative;
  background-image: url(../images/diagnose/result_btm_bk.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  top: -200px;
}

.diagnose-result .c-result .result-btm::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 40px solid #e9e1b8;
}

.diagnose-result .c-result .result-btm::after {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/diagnose/result_btm_img.png) no-repeat;
  right: 0px;
  bottom: -40px;
  width: 297px;
  height: 229px;
  z-index: 1;
}

.diagnose-result .c-result .result-btm .head {
  font-size: 32px;
  font-weight: bold;
}

.diagnose-result .c-result .result-btm .detail {
  line-height: 2;
  padding-top: 20px;
  padding-bottom: 30px;
}

.diagnose-result .soudan-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 527px;
  height: 120px;
  padding: 0 20px;
  border-radius: 65px;
  background-color: #142d4e;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  margin: auto;
}

.diagnose-result .soudan-btn span {
  font-size: 28px;
  font-weight: bold;
}

.diagnose-result .soudan-btn .common-btn {
  background-color: #fff;
  position: absolute;
  right: 20px;
  width: 74px;
  height: 74px;
}

.diagnose-result .soudan-btn .common-btn::before {
  background: url(../images/diagnose/result_btm_btn.png) no-repeat;
  width: 38px;
  height: 14px;
  top: 48%;
  right: 17px;
}

.diagnose-result .c-btnarea {
  padding-top: 50px;
}

.diagnose-result .c-btnarea .btm-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-top: 40px;
  padding-bottom: 10px;
}

.diagnose-result .c-btnarea .btm-btn a,
.diagnose-result .c-btnarea .btm-btn label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 3%;
  border-radius: 15px;
  border: 3px solid #142d4e;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold;
  width: 420px;
}

.diagnose-result .c-btnarea .btm-btn label {
  opacity: .5;
}

.diagnose-result .c-btnarea .btm-btn a span,
.diagnose-result .c-btnarea .btm-btn label span {
  font-size: 26px;
}

.diagnose-result .c-btnarea .btm-btn a .common-btn,
.diagnose-result .c-btnarea .btm-btn label .common-btn {
  width: 45px;
  height: 45px;
}

.diagnose-result .c-btnarea .btm-btn a .common-btn::before,
.diagnose-result .c-btnarea .btm-btn label .common-btn::before {
  width: 24px;
  height: 8px;
  right: 11px;
}

@media screen and (min-width: 769px) {
  .diagnose-result .soudan-btn:hover {
    translate: 0 2px;
    cursor: pointer;
    opacity: .5;
  }

  .diagnose-result .soudan-btn:hover .common-btn::before {
    right: 13px;
  }

  .diagnose-result .c-btnarea .btm-btn a:hover {
    translate: 0 2px;
    cursor: pointer;
    opacity: .5;
  }

  .diagnose-result .c-btnarea .btm-btn a:hover .common-btn::before {
    right: 9px;
  }
}

@media screen and (max-width: 1200px) {
  .diagnose-result .c-result .result-top .result-main .title {
    font-size: 4vw;
    padding-bottom: 1vw;
    padding-top: 0;
  }

  .diagnose-result .c-result .result-top .result-main .title strong {
    font-size: 4.7vw;
    padding: 1vw 30px 2vw;
  }

  .diagnose-result .c-result .result-top .result-main .detail {
    font-size: 1.5vw;
  }

  .diagnose-result .c-result .result-top .result-main {
    padding: 5.5% 5% 2%;
  }

  .diagnose-result .c-result .result-top .result-main .balloon .chat-bubble {
    font-size: 2.5vw;
    padding: 1.5vw 20px;
  }

  .diagnose-result .c-result .result-top .result-main::before {
    width: 42vw;
  }

  .diagnose-result .c-result .result-top .merit-text {
    font-size: 1.5vw;
    padding: 8vw 5% 2vw;
  }

  .diagnose-result .c-result .result-btm .head {
    font-size: 2.8vw;
  }

  .diagnose-result .c-result .result-btm .detail {
    font-size: 1.5vw;
  }

  .diagnose-result .soudan-btn {
    width: 44vw;
    font-size: 1.7vw;
    height: 11vw;
  }

  .diagnose-result .soudan-btn span {
    font-size: 2.4vw;
  }

  .diagnose-result .c-result .result-btm::after {
    width: 20vw;
    bottom: 0vw;
    height: 17vw;
  }

  .diagnose-result .soudan-btn .common-btn {
    width: 6.5vw;
    height: 6.5vw;
  }

  .diagnose-result .soudan-btn .common-btn::before {
    width: 3.5vw;
    height: 2vw;
    top: 52%;
    right: 1.5vw;
    background-size: contain;
  }

  .diagnose-result .c-btnarea .btm-btn a:hover .common-btn::before {
    right: 1vw;
  }

  .diagnose-result .c-message {
    position: relative;
    top: -100px;
    padding-bottom: 0;
  }

  .diagnose-result .c-btnarea .btm-btn a,
  .diagnose-result .c-btnarea .btm-btn label {
    width: 34vw;
    font-size: 1.5vw;
  }

  .diagnose-result .c-btnarea .btm-btn a span,
  .diagnose-result .c-btnarea .btm-btn label span {
    font-size: 2.4vw;
  }

  .diagnose-result .c-btnarea {}
}

@media screen and (max-width: 768px) {
  .diagnose-result .c-result .result-top {
    padding: 10px;
    border: 3px solid #dbd09e;
    border-radius: 11px;
  }

  .diagnose-result .c-result .result-top .result-main {
    background-image: url(../images/diagnose/result_bk_sp.png);
    padding: 50px 10px;
    background-size: cover;
    border-radius: 30px;
  }

  .diagnose-result .c-result .result-top .result-main .head img {
    width: 120px;
    padding-bottom: 10px;
  }

  .diagnose-result .c-result .result-top .result-main .title {
    font-size: 21px;
    padding-bottom: 20px;
    padding-top: 0;
  }

  .diagnose-result .c-result .result-top .result-main .title strong {
    font-size: 22px;
    padding: 6px 10px 11px;
    margin: 7px 10px;
    border: 2px solid #252421;
    border-radius: 12px;
  }

  .diagnose-result .c-result .result-top .result-main .detail {
    font-size: 14px;
  }

  .diagnose-result .c-result .result-top .result-main .balloon .chat-bubble {
    font-size: 15px;
    padding: 10px 20px;
    width: 280px;
    border: 3px solid #fff;
  }

  .diagnose-result .c-result .result-top .result-main .balloon {
    bottom: -22px;
  }

  .diagnose-result .c-result .result-top .merit-text {
    font-size: 14px;
    padding: 45px 10px 10px;
  }

  .diagnose-result .c-result .result-top .result-main::before {
    width: 190px;
    left: -25px;
    height: 84px;
  }

  .diagnose-result .c-result::before {
    background: url(../images/diagnose/result_top_bk_sp.png) no-repeat;
    bottom: auto;
    top: -160px;
    background-size: 100% 95% !important;
    height: 112%;
  }

  .diagnose-result .c-result .contents-inner::before {
    display: none;
  }

  .diagnose-result .c-result .contents-inner::after {
    display: none;
  }

  .diagnose-result .c-result .result-btm {
    padding: 40px 10px 70px;
    background-image: url(../images/diagnose/result_btm_bk_sp.png);
    background-size: cover;
    border-radius: 20vw;
  }

  .diagnose-result .c-result .result-btm::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #e9e1b8;
  }

  .diagnose-result .c-result .result-btm .head {
    font-size: 20px;
  }

  .diagnose-result .c-result .result-btm .detail {
    font-size: 14px;
  }

  .diagnose-result .soudan-btn {
    width: 270px;
    font-size: 13px;
    height: 70px;
  }

  .diagnose-result .soudan-btn span {
    font-size: 17px;
  }

  .diagnose-result .soudan-btn .common-btn {
    width: 33px;
    height: 33px;
    right: 12px;
  }

  .diagnose-result .soudan-btn .common-btn::before {
    width: 15px;
    height: 6px;
    top: 50%;
    right: 8px;
  }

  .diagnose-result .c-result .result-btm::after {
    width: 170px;
    bottom: -75px;
    height: 131px;
    right: -13px;
  }

  .diagnose-result .c-btnarea .btm-btn {
    display: block;
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .diagnose-result .c-btnarea .btm-btn a,
  .diagnose-result .c-btnarea .btm-btn label {
    margin: auto;
    width: 235px;
    font-size: 13px;
    margin-bottom: 20px;
    height: 85px;
    padding: 7px;
  }

  .diagnose-result .c-btnarea .btm-btn a span,
  .diagnose-result .c-btnarea .btm-btn label span {
    font-size: 17px;
  }

  .diagnose-result .c-btnarea .btm-btn a .common-btn,
  .diagnose-result .c-btnarea .btm-btn label .common-btn {
    width: 30px;
    height: 30px;
  }

  .diagnose-result .c-btnarea .btm-btn a .common-btn::before,
  .diagnose-result .c-btnarea .btm-btn label .common-btn::before {
    width: 15px;
    height: 5px;
    right: 7px;
  }
}

/*---------------------------
failure-solution
-----------------------------*/
.failure-solution {
  padding-top: 300px;
}

.failure-solution .c-failure-solution {
  position: relative;
  margin-bottom: 200px;
}

.failure-solution .c-failure-solution::before {
  content: "";
  position: absolute;
  background-size: 100% 90% !important;
  background: url(../images/failure-solution/failure_top_bk.png) no-repeat;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: -webkit-fill-available;
  z-index: -1;
}

.failure-solution .c-failure-solution .contents-inner {
  position: relative;
}

.failure-solution .c-failure-solution .contents-inner::before {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/diagnose/result_top_bk1.png) no-repeat;
  left: -545px;
  top: -130px;
  width: 852px;
  height: 246px;
}

.failure-solution .c-failure-solution .contents-inner::after {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/diagnose/result_top_bk2.png) no-repeat;
  right: -360px;
  top: -90px;
  width: 482px;
  height: 111px;
}

.failure-solution .c-failure-solution .top-area {
  position: relative;
  top: -280px;
  border-radius: 30px;
  z-index: 1;
  background-color: #e9e1b8;
}

.failure-solution .c-failure-solution .top-area .top-main {
  position: relative;
  padding: 35px 0 40px 0;
  aspect-ratio: 400 / 139;
  width: 100%;
  background-image: url(../images/failure-solution/top_bk.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}

.failure-solution .c-failure-solution .top-area .top-main .head h1 {
  font-size: 56px;
  font-weight: bold;
  width: fit-content;
  margin: auto;
  padding: 0 10px;
  border-bottom: 8px solid #f1cc5a;
}

.failure-solution .c-failure-solution .top-area .top-main .detail {
  text-align: center;
  line-height: 2;
  font-weight: bold;
  padding-top: 30px;
}

.failure-solution .c-failure-solution .top-area .top-main .img1 {
  position: absolute;
  left: 3vw;
  top: 35px;
}

.failure-solution .c-failure-solution .top-area .top-main .img2 {
  position: absolute;
  right: -4.5vw;
  top: 35px;
}

.failure-solution .c-failure-solution .top-area .top-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.failure-solution .c-failure-solution .top-area .top-list .item {
  width: 23%;
  display: block;
  aspect-ratio: 137 / 130;
  padding: 4% 2% 2% 2%;
  background-repeat: no-repeat;
  background-size: contain;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
  background-image: url(../images/failure-solution/top_list_item.png);
  text-align: center;
  font-weight: bold;
}

.failure-solution .c-failure-solution .top-area .top-list .item .text {
  font-size: 22px;
  padding-bottom: 30px;
}

.failure-solution .c-failure-solution .top-area .top-list .item .text span {
  background: linear-gradient(transparent 74%, #f1cc5a 30%);
  background-size: 100% 2em;
  background-repeat: no-repeat;
  background-position: 0 62%;
}

.failure-solution .c-failure-solution .top-area .top-list .item.select {
  background-image: url(../images/failure-solution/top_list_item_select.png);
}

.failure-solution .c-failure-solution .top-area .content-list {
  padding-top: 90px;
  position: relative;
}

.failure-solution .c-failure-solution .top-area .content-list::before {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/failure-solution/top_list_bk1.png) no-repeat;
  left: -240px;
  top: 750px;
  width: 316px;
  height: 72px;
}

.failure-solution .c-failure-solution .top-area .content-list::after {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/failure-solution/top_list_bk2.png) no-repeat;
  right: -125px;
  top: -9px;
  width: 320px;
  height: 189px;
}

.failure-solution .c-failure-solution .top-area .content-list .item {
  border-radius: 25px;
  border: 6px solid #dbd09e;
  padding: 2% 5% 4%;
  background-color: #fff;
  z-index: 1;
  position: relative;
  margin-bottom: 40px;
}

.failure-solution .c-failure-solution .top-area .content-list .item .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  gap: 20px;
}

.failure-solution .c-failure-solution .top-area .content-list .item .head .title {
  font-size: 34px;
  font-weight: bold;
  display: flex;
  gap: 30px;
  align-items: center;
}

.failure-solution .c-failure-solution .top-area .content-list .item .head .title .check {
  width: 55px;
  height: 66px;
}

.failure-solution .c-failure-solution .top-area .content-list .item .kadai-taisaku {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.failure-solution .c-failure-solution .top-area .content-list .item .kadai-taisaku .block {
  border-radius: 25px;
  width: 47%;
  background-color: #e1e1e1;
  padding: 4%;
  line-height: 2;
  font-weight: 500;
}

.failure-solution .c-failure-solution .top-area .content-list .item .kadai-taisaku .block .explan span {
  background: linear-gradient(transparent 74%, #f5bebe 30%);
  background-size: 100% 2em;
  background-repeat: no-repeat;
  background-position: 0 62%;
  font-size: 24px;
  color: #eb5150;
  line-height: 1;
  font-weight: bold;
}

.failure-solution .c-failure-solution .top-area .content-list .item .kadai-taisaku .block .block-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #142d4e;
  border-radius: 30px;
  font-weight: bold;
  color: #fff;
  width: 260px;
  height: 50px;
  margin: auto;
  margin-bottom: 25px;
}

.failure-solution .c-failure-solution .top-area .content-list .item .kadai-taisaku .block .block-head::before {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/failure-solution/kadai_img.png) no-repeat;
  left: 25px;
  bottom: 0px;
  width: 49px;
  height: 70px;
}

.failure-solution .c-failure-solution .top-area .content-list .item .kadai-taisaku .block.taisaku {
  background-color: #fae1df;
}

.failure-solution .c-failure-solution .top-area .content-list .item .kadai-taisaku .block.taisaku .block-head {
  background-color: #eb5150;
}

.failure-solution .c-failure-solution .top-area .content-list .item .kadai-taisaku .block.taisaku .block-head::before {
  background: url(../images/failure-solution/taisaku_img.png) no-repeat;
  width: 57px;
  left: 20px;
}

.failure-solution .c-failure-solution .top-area .content-list .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 3%;
  border-radius: 15px;
  border: 3px solid #142d4e;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold;
  width: 600px;
  margin: 40px auto 0;
}

.failure-solution .c-failure-solution .top-area .content-list .item a span {
  font-size: 26px;
}

.failure-solution .c-failure-solution .top-area .content-list .item a .common-btn {
  width: 45px;
  height: 45px;
}

.failure-solution .c-failure-solution .top-area .content-list .item a .common-btn::before {
  width: 24px;
  height: 8px;
  right: 11px;
}

@media screen and (min-width: 769px) {
  .failure-solution .c-failure-solution .top-area .top-list .item:hover {
    background-image: url(../images/failure-solution/top_list_item_select.png);
    cursor: pointer;
  }

  .failure-solution .c-failure-solution .top-area .content-list .item a:hover {
    translate: 0 2px;
    cursor: pointer;
    opacity: .5;
  }

  .failure-solution .c-failure-solution .top-area .content-list .item a:hover .common-btn::before {
    right: 9px;
  }
}

@media screen and (max-width: 1600px) {
  .failure-solution .c-failure-solution {
    margin-bottom: 11vw;
  }
}

@media screen and (max-width: 1200px) {
  .failure-solution .c-failure-solution {
    margin-bottom: 5vw;
  }

  .failure-solution .c-failure-solution .top-area .top-main .head h1 {
    font-size: 4vw;
  }

  .failure-solution .c-failure-solution .top-area .top-main .detail {
    font-size: 1.5vw;
  }

  .failure-solution .c-failure-solution .top-area .top-main .img1 {
    width: 25vw;
  }

  .failure-solution .c-failure-solution .top-area .top-main .img2 {
    width: 30vw;
  }

  .failure-solution .c-failure-solution .top-area .top-list .item .text {
    font-size: 1.8vw;
    padding-bottom: 2vw;
  }

  .failure-solution .c-failure-solution .top-area .top-list .item img {
    width: 4vw;
  }

  .failure-solution .c-failure-solution .top-area .content-list .item a:hover .common-btn::before {
    right: 0.7vw;
  }

  .failure-solution .c-failure-solution .top-area .content-list .item a {
    width: 50vw;
    font-size: 1.5vw;
  }

  .failure-solution .c-failure-solution .top-area .content-list .item a span {
    font-size: 2.4vw;
  }

  .failure-solution .c-failure-solution .top-area .content-list .item .head .title {
    font-size: 2.8vw;
  }

  .failure-solution .c-failure-solution .top-area .content-list .item .head .title .check {
    width: 4.6vw;
    height: 5.5vw;
  }

  .failure-solution .c-failure-solution .top-area .content-list .item .head .illust {
    max-height: 15vw;
    max-width: 20vw;
  }

  .failure-solution .c-failure-solution .top-area .content-list .item .kadai-taisaku .block .explan {
    font-size: 1.5vw;
  }

  .failure-solution .c-failure-solution .top-area .content-list .item .kadai-taisaku .block .explan span {
    font-size: 2vw;
  }
}

@media screen and (max-width: 800px) {
  .failure-solution .c-failure-solution .top-area .content-list .item .kadai-taisaku .block .block-head {
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .failure-solution .c-failure-solution .top-area {
    padding: 0px 0 0;
    border-radius: 17px;
  }

  .failure-solution .c-failure-solution .top-area .top-main {
    padding: 20px 10px 30px;
    background-size: cover;
    border-radius: 30px;
  }

  .failure-solution .c-failure-solution .top-area .top-main .head h1 {
    font-size: 25px;
  }

  .failure-solution .c-failure-solution .top-area .top-main .head img {
    width: 120px;
    padding-bottom: 10px;
  }

  .failure-solution .c-failure-solution .top-area .top-main .img1 {
    /* width: 90px; */
    width: 19vw;
  }

  .failure-solution .c-failure-solution .top-area .top-main .img2 {
    /* width: 120px; */
    width: 26vw;
  }

  .failure-solution .c-failure-solution .top-area .top-main .title {
    font-size: 21px;
    padding-bottom: 20px;
    padding-top: 0;
  }

  .failure-solution .c-failure-solution .top-area .top-main .detail {
    font-size: 14px;
  }

  .failure-solution .c-failure-solution .top-area .content-list .item a {
    margin: auto;
    width: 275px;
    font-size: 10px;
    margin-bottom: 20px;
    height: 85px;
    padding: 7px;
    margin-top: 20px;
  }

  .failure-solution .c-failure-solution .top-area .content-list .item a span {
    font-size: 17px;
  }

  .failure-solution .c-failure-solution .top-area .content-list .item a .common-btn {
    width: 30px;
    height: 30px;
  }

  .failure-solution .c-failure-solution .top-area .content-list .item a .common-btn::before {
    width: 15px;
    height: 5px;
    right: 7px;
  }

  .failure-solution .c-failure-solution .top-area .top-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .failure-solution .c-failure-solution::before {
    background: url(../images/diagnose/result_top_bk_sp.png) no-repeat;
    bottom: auto;
    top: -160px;
    background-size: 100% 95% !important;
    height: 100%;
  }

  .failure-solution .c-failure-solution .contents-inner::before {
    display: none;
  }

  .failure-solution .c-failure-solution .contents-inner::after {
    display: none;
  }

  .failure-solution .c-failure-solution .top-area .top-list .item {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .failure-solution .c-failure-solution .top-area .top-list .item .text {
    font-size: 13px;
    padding-bottom: 10px;
  }

  .failure-solution .c-failure-solution .top-area .top-list .item img {
    width: 25px;
  }

  .failure-solution .c-failure-solution .top-area .content-list::after {
    right: -90px;
    top: 0px;
    width: 200px;
    height: 100px;
  }

  .failure-solution .c-failure-solution .top-area .content-list .item {
    border-radius: 20px;
    border: 3px solid #dbd09e;
    padding: 20px;
    margin-bottom: 20px;
  }

  .failure-solution .c-failure-solution .top-area .content-list {
    padding-top: 65px;
  }

  .failure-solution .c-failure-solution .top-area .content-list .item .head .title {
    font-size: 15px;
    gap: 10px;
  }

  .failure-solution .c-failure-solution .top-area .content-list .item .kadai-taisaku {
    display: block;
  }

  .failure-solution .c-failure-solution .top-area .content-list .item .kadai-taisaku .block {
    width: 100%;
    padding: 20px;
  }

  .failure-solution .c-failure-solution .top-area .content-list .item .kadai-taisaku .block .block-head {
    margin-bottom: 15px;
  }

  .failure-solution .c-failure-solution .top-area .content-list .item .kadai-taisaku .block .explan {
    font-size: 13px;
  }

  .failure-solution .c-failure-solution .top-area .content-list .item .kadai-taisaku .block .explan span {
    font-size: 16px;
  }

  .failure-solution .c-failure-solution .top-area .content-list .item .kadai-taisaku .block.taisaku {
    margin-top: 20px;
  }

  .failure-solution .c-failure-solution .top-area .content-list .item .kadai-taisaku .block .block-head::before {
    width: 44px;
    height: 63px;
  }
}

@media screen and (max-width: 600px) {
  .failure-solution .c-failure-solution {
    margin-bottom: -11vw;
  }
}

@media screen and (max-width: 500px) {
  .failure-solution .c-failure-solution {
    margin-bottom: -25vw;
  }
}

/*---------------------------
endingnote
-----------------------------*/
.endingnote {
  padding-top: 300px;
}

.endingnote .c-endingnote {
  position: relative;
  margin-bottom: 350px;
}

.endingnote .c-endingnote::before {
  content: "";
  position: absolute;
  background-size: 100% 96% !important;
  background: url(../images/failure-solution/failure_top_bk.png) no-repeat;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: -webkit-fill-available;
  z-index: -1;
}

.endingnote .c-endingnote .contents-inner {
  position: relative;
}

.endingnote .c-endingnote .contents-inner::before {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/diagnose/result_top_bk1.png) no-repeat;
  left: -545px;
  top: -130px;
  width: 852px;
  height: 246px;
}

.endingnote .c-endingnote .contents-inner::after {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/diagnose/result_top_bk2.png) no-repeat;
  right: -360px;
  top: -90px;
  width: 482px;
  height: 111px;
}

.endingnote .c-endingnote .top-area {
  position: relative;
  top: -280px;
  border-radius: 30px;
  z-index: 1;
  background-color: #e9e1b8;
}

.endingnote .c-endingnote .top-area .top-main {
  position: relative;
  padding: 50px 0 70px 0;
  aspect-ratio: 400 / 139;
  width: 100%;
  background-image: url(../images/failure-solution/top_bk.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}

.endingnote .c-endingnote .top-area .top-main .head {
  position: relative;
  aspect-ratio: 869 / 346;
  width: 70%;
  margin: auto;
  background-image: url(../images/endingnote/title_img.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

.endingnote .c-endingnote .top-area .top-main .head h1 {
  font-size: 40px;
  font-weight: bold;
  padding-top: 20px;
  padding-left: 50px;
}

.endingnote .c-endingnote .top-area .top-main .head h1 span {
  font-size: 55px;
  background: linear-gradient(transparent 83%, #f1cc5a 30%);
  background-size: 100% 1em;
  background-repeat: no-repeat;
  background-position: 0 62%;
}

.endingnote .c-endingnote .top-area .top-main .detail {
  text-align: center;
  line-height: 2;
  font-weight: bold;
  padding-top: 30px;
}

.endingnote .c-endingnote .top-area .top-main .bottom-img {
  position: absolute;
  right: 0;
  bottom: -35px;
}

.endingnote .c-endingnote .top-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}

.endingnote .c-endingnote .top-list::before {
  content: "";
  position: absolute;
  background-size: 100% !important;
  background: url(../images/failure-solution/top_list_bk2.png) no-repeat;
  right: -125px;
  top: 80px;
  width: 320px;
  height: 189px;
  z-index: -1;
}

.endingnote .c-endingnote .top-list .top-list-head {
  display: block;
  width: 100%;
  margin-bottom: 60px;
}

.endingnote .c-endingnote .top-list .item {
  width: 32%;
  display: block;
  aspect-ratio: 193 / 158;
  padding: 4% 3% 2% 3%;
  background-repeat: no-repeat;
  background-size: contain;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
  background-image: url(../images/endingnote/top_list_item_bk.png);
  font-weight: bold;
}

.endingnote .c-endingnote .top-list .item .title {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #bce4f4;
  border-radius: 5px;
  color: #142d4e;
  gap: 20px;
  padding: 10px 20px;
  margin-bottom: 25px;
  position: relative;
}

.endingnote .c-endingnote .top-list .item .title img {
  position: absolute;
  left: 20px;
  top: 10px;
}

.endingnote .c-endingnote .top-list .item .title span {
  font-size: 26px;
}

.endingnote .c-endingnote .top-list .item .detail {
  font-weight: 500;
  line-height: 2;
}

.endingnote .c-endingnote .usage {
  border-radius: 25px;
  border: 6px solid #dbd09e;
  padding: 5% 4% 5%;
  background-color: #fff;
  z-index: 1;
  position: relative;
  margin-top: 50px;
}

.endingnote .c-endingnote .usage .title {
  background-color: #ffe482;
  border-radius: 10px;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.endingnote .c-endingnote .usage .title img {
  position: absolute;
  top: -20px;
  right: 45px;
}

.endingnote .c-endingnote .usage .hajimeni {
  text-align: center;
  line-height: 2;
  font-weight: 500;
}

.endingnote .c-endingnote .usage .hajimeni img {
  padding: 40px 0 20px;
}

.endingnote .c-endingnote .usage .content {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

.endingnote .c-endingnote .usage .content .img-area {
  width: 48%;
}

.endingnote .c-endingnote .usage .content .img-area .main-img {
  width: 100%;
  aspect-ratio: 10 / 13;
  margin-bottom: 40px;
}

.endingnote .c-endingnote .usage .content .img-area .main-img img {
  width: 100%;
}

.endingnote .c-endingnote .usage .content .img-area .sub-img {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px 4%;
  cursor: pointer;
}

.endingnote .c-endingnote .usage .content .img-area .sub-img img {
  width: 100%;
}

.endingnote .c-endingnote .usage .content .img-area .sub-img .sub {
  width: 22%;
  aspect-ratio: 10 / 13;
}

.endingnote .c-endingnote .usage .content .text-area {
  width: 46%;
}

.endingnote .c-endingnote .usage .content .text-area .item {
  margin-bottom: 30px;
}

.endingnote .c-endingnote .usage .content .text-area .item .head {
  display: flex;
  border-radius: 10px;
  background-color: #f8f6ea;
  font-size: 24px;
  font-weight: bold;
}

.endingnote .c-endingnote .usage .content .text-area .item .head .page {
  background-color: #fcd356;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 20%;
  height: 60px;
}

.endingnote .c-endingnote .usage .content .text-area .item .head .text {
  padding-left: 20px;
  width: 80%;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
}

.endingnote .c-endingnote .usage .content .text-area .item .head .text img {
  position: absolute;
  right: 10px;
  bottom: 0;
}

.endingnote .c-endingnote .usage .content .text-area .item:nth-of-type(1) .head .text img {
  width: 71px;
}

.endingnote .c-endingnote .usage .content .text-area .item:nth-of-type(2) .head .text img {
  width: 49px;
}

.endingnote .c-endingnote .usage .content .text-area .item:nth-of-type(3) .head .text img {
  width: 39px;
  right: 20px;
  bottom: 7px;
}

.endingnote .c-endingnote .usage .content .text-area .item:nth-of-type(4) .head .text img {
  width: 34px;
  bottom: 10px;
  right: 25px;
}

.endingnote .c-endingnote .usage .content .text-area .item:nth-of-type(5) .head .text img {
  width: 55px;
}

.endingnote .c-endingnote .usage .content .text-area .item:nth-of-type(6) .head .text img {
  width: 35px;
  right: 25px;
}

.endingnote .c-endingnote .usage .content .text-area .item .detail {
  line-height: 2;
  font-size: 16px;
  font-weight: 500;
  padding-top: 20px;
}

.endingnote .c-endingnote .usage .dl-btn {
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 28px;
  width: 527px;
  height: 120px;
  border-radius: 70px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: bold;
  text-decoration: none;
  background-color: #142d4e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

@media screen and (min-width: 769px) {
  .endingnote .c-endingnote .usage .dl-btn:hover {
    translate: 0 2px;
  }

  .endingnote .c-endingnote .usage .content .img-area .sub-img .sub:hover {
    opacity: .5;
  }
}

@media screen and (max-width: 1200px) {
  .endingnote .c-endingnote {
    margin-bottom: 16vw;
  }

  .endingnote .c-endingnote::before {
    background-size: 100% 94% !important;
  }

  .endingnote .c-endingnote .top-area .top-main .head h1 {
    font-size: 3vw;
  }

  .endingnote .c-endingnote .top-area .top-main .head h1 span {
    font-size: 4.5vw;
  }

  .endingnote .c-endingnote .top-area .top-main .detail {
    font-size: 1.5vw;
  }

  .endingnote .c-endingnote .top-area .top-main .bottom-img {
    width: 19vw;
    bottom: -2vw;
  }

  .endingnote .c-endingnote .top-list::before {
    width: 29vw;
    top: 7vw;
  }

  .endingnote .c-endingnote .top-list .item .title {
    margin-bottom: 2vw;
    font-size: 1.5vw;
    gap: 1vw;
    padding: .5vw 1.5vw;
  }

  .endingnote .c-endingnote .top-list .item .title span {
    font-size: 2.2vw;
  }

  .endingnote .c-endingnote .top-list .item .title img {
    left: 1.5vw;
    top: .7vw;
    width: 2.2vw;
  }

  .endingnote .c-endingnote .top-list .item .detail {
    font-size: 1.4vw;
  }

  .endingnote .c-endingnote .usage .title {
    font-size: 3.3vw;
  }

  .endingnote .c-endingnote .usage .title img {
    width: 12vw;
    top: -1vw;
    right: 4vw;
  }

  .endingnote .c-endingnote .usage .hajimeni {
    font-size: 1.5vw;
  }

  .endingnote .c-endingnote .usage .hajimeni img {
    width: 14vw;
  }

  .endingnote .c-endingnote .usage .content {
    margin-top: 5vw;
  }

  .endingnote .c-endingnote .usage .content .text-area .item {
    margin-bottom: 2vw;
  }

  .endingnote .c-endingnote .usage .content .text-area .item .head {
    font-size: 2vw;
  }

  .endingnote .c-endingnote .usage .content .text-area .item .detail {
    font-size: 1.5vw;
    padding-top: 1.5vw;
  }

  .endingnote .c-endingnote .usage .dl-btn {
    width: 44vw;
    font-size: 2.3vw;
    height: 10vw;
  }

  .endingnote .c-endingnote .usage .dl-btn img {
    width: 2.5vw;
  }
}

@media screen and (max-width: 768px) {
  .endingnote .c-endingnote {
    margin-bottom: 7vw;
  }

  .endingnote .c-endingnote::before {
    background: url(../images/diagnose/result_top_bk_sp.png) no-repeat;
    bottom: auto;
    top: -160px;
    background-size: 100% 96% !important;
    height: 100%;
  }

  .endingnote .c-endingnote .contents-inner::before {
    display: none;
  }

  .endingnote .c-endingnote .contents-inner::after {
    display: none;
  }

  .endingnote .c-endingnote .top-area .top-main {
    padding: 20px 0 0;
    background-size: cover;
    border-radius: 20px;
  }

  .endingnote .c-endingnote .top-area .top-main .head {
    width: 97%;
  }

  .endingnote .c-endingnote .top-area .top-main .head h1 {
    font-size: 4vw;
    padding-top: 3vw;
    padding-left: 11vw;
  }

  .endingnote .c-endingnote .top-area .top-main .head h1 span {
    font-size: 6.5vw;
  }

  .endingnote .c-endingnote .top-area .top-main .detail {
    font-size: 14px;
    padding: 15px 20px 80px;
  }

  .endingnote .c-endingnote .top-list .item .title img {
    left: 10px;
    top: 5px;
    width: 20px;
  }

  .endingnote .c-endingnote .top-area .top-main .bottom-img {
    width: 100px;
    bottom: 0;
  }

  .endingnote .c-endingnote .top-list {
    display: block;
    padding: 0 20px;
    overflow-x: hidden;
  }

  .endingnote .c-endingnote .top-list .item {
    width: 100%;
    max-width: 390px;
    margin: auto;
    margin-bottom: 20px;
    padding: 15% 20px 5% 20px;
  }

  .endingnote .c-endingnote .top-list .top-list-head {
    margin-bottom: 50px;
    scale: 1.6;
    margin-top: 20px;
  }

  .endingnote .c-endingnote .top-list::before {
    width: 150px;
    top: 51px;
    right: 0px;
    height: 53px;
  }

  .endingnote .c-endingnote .top-list .item .title {
    margin-bottom: 4vw;
    font-size: 14px;
    gap: 2vw;
    padding: 5px 10px;
  }

  .endingnote .c-endingnote .top-list .item .title span {
    font-size: 18px;
  }

  .endingnote .c-endingnote .top-list .item .detail {
    font-size: 13px;
  }

  .endingnote .c-endingnote .usage {
    margin-top: 30px;
    border: 3px solid #dbd09e;
    border-radius: 20px;
    padding: 30px 20px;
  }

  .endingnote .c-endingnote .usage .title {
    font-size: 15px;
  }

  .endingnote .c-endingnote .usage .title img {
    width: 12vw;
    top: -1vw;
    right: -11px;
  }

  .endingnote .c-endingnote .usage .content .text-area .item .head .text {
    padding-left: 10px;
  }

  .endingnote .c-endingnote .usage .content .text-area .item:nth-of-type(1) .head .text img {
    width: 55px;
  }

  .endingnote .c-endingnote .usage .content .text-area .item:nth-of-type(2) .head .text img {
    width: 39px;
  }

  .endingnote .c-endingnote .usage .content .text-area .item:nth-of-type(3) .head .text img {
    width: 30px;
    right: 10px;
    bottom: 14px;
  }

  .endingnote .c-endingnote .usage .content .text-area .item:nth-of-type(4) .head .text img {
    width: 30px;
    bottom: 10px;
    right: 10px;
  }

  .endingnote .c-endingnote .usage .content .text-area .item:nth-of-type(5) .head .text img {
    width: 45px;
    right: 5px;
  }

  .endingnote .c-endingnote .usage .content .text-area .item:nth-of-type(6) .head .text img {
    width: 31px;
    right: 10px;
  }

  .endingnote .c-endingnote .usage .hajimeni {
    font-size: 14px;
  }

  .endingnote .c-endingnote .usage .hajimeni img {
    width: 120px;
    padding: 25px 0 10px;
  }

  .endingnote .c-endingnote .usage .content {
    margin-top: 5vw;
    display: block;
  }

  .endingnote .c-endingnote .usage .content .img-area {
    width: 100%;
  }

  .endingnote .c-endingnote .usage .content .img-area .main-img {
    margin-bottom: 20px;
  }

  .endingnote .c-endingnote .usage .content .img-area .sub-img {
    gap: 10px 4%;
    margin-bottom: 20px;
  }

  .endingnote .c-endingnote .usage .content .text-area {
    width: 100%;
  }

  .endingnote .c-endingnote .usage .content .text-area .item {
    margin-bottom: 20px;
  }

  .endingnote .c-endingnote .usage .content .text-area .item .head {
    font-size: 16px;
  }

  .endingnote .c-endingnote .usage .content .text-area .item .head .page {
    font-size: 14px;
  }

  .endingnote .c-endingnote .usage .content .text-area .item .detail {
    font-size: 14px;
    padding-top: 20px;
  }

  .endingnote .c-endingnote .usage .dl-btn {
    width: 200px;
    font-size: 15px;
    height: 50px;
    margin: 30px auto 0;
    gap: 10px;
  }

  .endingnote .c-endingnote .usage .dl-btn img {
    width: 16px;
  }
}

@media screen and (max-width: 500px) {
  .endingnote .c-endingnote {
    margin-bottom: -23vw;
  }
}

/*--------------------------
templete
----------------------------*/
body.page-template-page-template .c-submv {
  border-bottom: none;
}

body.page-template-page-template .editor-styles-wrapper a {
  color: #2b486f;
  text-decoration: none;
}

body.page-template-page-template .editor-styles-wrapper ul li::before {
  background: #2b486f;
}