@charset "UTF-8";
/* ==============================================
           変数
============================================== */
/* ==============================================
            共通
============================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #FFFFFF;
  color: #1A4363;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.1em;
  line-height: 1.8;
  width: 100%;
  overflow-x: hidden;
  animation: fadeIn 0.5s ease-in forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: bottom;
}
body .sp {
  display: none;
}
@media (max-width: 599px) {
  body .sp {
    display: block;
  }
}
body .tab {
  display: none;
}
@media (max-width: 1025px) {
  body .tab {
    display: block;
  }
}
body .pc {
  display: block;
}
@media (max-width: 1025px) {
  body .pc {
    display: none;
  }
}
body a {
  text-decoration: none;
}
body a img {
  outline: none;
}
body ul {
  list-style: none;
  padding-left: 0;
}
body button {
  outline: none;
}
body p {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1025px) {
  body p {
    font-size: 14px;
  }
}
body .fade-up {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
body .fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}
body .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 40px;
}
@media (max-width: 599px) {
  body .inner {
    padding: 15% 20px;
  }
}
body .btn {
  display: block;
  width: 55%;
  margin: 0 auto;
  border-radius: 70px;
  background: linear-gradient(90deg, #864806 0%, #EDBA22 50%, #864806 100%);
  padding: 20px 0;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  background-size: 200% 100%;
  background-position: 0% 50%;
  transition: background-position 0.4s ease;
}
body .btn .tel_wrap span {
  display: block;
  text-align: center;
  margin: 10px auto 0;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
}
@media (max-width: 1400px) {
  body .btn {
    width: 80%;
    padding: 15px 0;
    margin: 5% auto;
  }
}
@media (max-width: 1025px) {
  body .btn {
    font-size: 4vw;
    padding: 20px 0;
  }
}
@media (max-width: 599px) {
  body .btn {
    width: 100%;
    font-size: 5vw;
  }
}
body .btn:hover {
  background-position: 100% 50%;
}
body h3 {
  letter-spacing: 0.01em;
}

/* ==============================================
            コンテンツ
============================================== */
header {
  display: flex;
}
@media (max-width: 1025px) {
  header {
    display: block;
  }
}
header .header_inner {
  width: 50%;
}
@media (max-width: 1025px) {
  header .header_inner {
    width: 100%;
  }
}
header .header_inner1 {
  background: url(../img/kv.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
@media (max-width: 599px) {
  header .header_inner1::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(26, 67, 99, 0.1), rgba(26, 67, 99, 0.8));
    position: absolute;
    top: 0;
    left: 0;
  }
  header .header_inner1 > * {
    position: relative;
    z-index: 1;
  }
}
header .header_inner1 .logo {
  display: block;
  width: 250px;
  position: absolute;
  top: 40px;
  left: 40px;
}
@media (max-width: 1400px) {
  header .header_inner1 .logo {
    width: 200px;
    top: 30px;
    left: 30px;
  }
}
@media (max-width: 599px) {
  header .header_inner1 .logo {
    width: 45%;
    top: 18px;
    left: 18px;
  }
}
header .header_inner1 .text_area {
  margin: 16% auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1400px) {
  header .header_inner1 .text_area {
    margin: 20% auto 0;
  }
}
@media (max-width: 1025px) {
  header .header_inner1 .text_area {
    margin: 0 auto;
    padding-top: 10%;
  }
}
@media (max-width: 599px) {
  header .header_inner1 .text_area {
    display: block;
    padding-top: 18%;
    margin-left: 20px;
  }
}
header .header_inner1 .text_area p {
  transform: rotate(10deg);
  text-align: right;
  font-weight: 700;
  margin-bottom: 5%;
  font-size: clamp(16px, 1.5vw, 24px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: -15%;
}
@media (max-width: 1400px) {
  header .header_inner1 .text_area p {
    margin-right: -25%;
  }
}
@media (max-width: 1025px) {
  header .header_inner1 .text_area p {
    font-size: 2.5vw;
  }
}
@media (max-width: 599px) {
  header .header_inner1 .text_area p {
    font-size: 4vw;
    margin-right: 0;
    color: #FFFFFF;
  }
}
header .header_inner1 .text_area p::before, header .header_inner1 .text_area p::after {
  content: "";
  display: block;
  height: 35px;
  width: 3px;
  background-color: #1A4363;
  margin: 0 20px;
  transform: rotate(40deg);
}
@media (max-width: 599px) {
  header .header_inner1 .text_area p::before, header .header_inner1 .text_area p::after {
    height: 20px;
    width: 2px;
    margin: 0 10px;
    background-color: #FFFFFF;
  }
}
header .header_inner1 .text_area p::before {
  transform: rotate(-40deg);
}
header .header_inner1 .text_area h1 {
  display: inline;
  background-color: #FFFFFF;
  line-height: 1;
  font-size: clamp(20px, 2.4vw, 40px);
}
@media (max-width: 1025px) {
  header .header_inner1 .text_area h1 {
    font-size: 4vw;
  }
}
@media (max-width: 599px) {
  header .header_inner1 .text_area h1 {
    font-size: 6vw;
  }
}
header .header_inner1 .text_area h1 span {
  padding: 5px 10px;
}
header .header_inner1 .text_area h1 .bold {
  display: inline-block;
  background-color: #FFFFFF;
  line-height: 1.1;
  font-size: clamp(28px, 4.5vw, 80px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  padding: 5px 10px;
  margin: 20px auto 25px;
}
@media (max-width: 1400px) {
  header .header_inner1 .text_area h1 .bold {
    margin: 10px auto 15px;
  }
}
@media (max-width: 1025px) {
  header .header_inner1 .text_area h1 .bold {
    font-size: 7vw;
  }
}
@media (max-width: 599px) {
  header .header_inner1 .text_area h1 .bold {
    font-size: 10vw;
  }
}
header .header_inner1 .illust_area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: 0;
}
@media (max-width: 1025px) {
  header .header_inner1 .illust_area {
    position: initial;
  }
}
@media (max-width: 599px) {
  header .header_inner1 .illust_area {
    margin: 10% auto 0;
    position: relative;
    z-index: 1;
  }
}
header .header_inner1 .illust_area figure {
  width: 35%;
}
header .header_inner1 .illust_area p {
  font-size: 22px;
  font-weight: bold;
  margin-top: -5%;
}
@media (max-width: 1400px) {
  header .header_inner1 .illust_area p {
    font-size: 18px;
    margin-top: -10%;
  }
}
@media (max-width: 1025px) {
  header .header_inner1 .illust_area p {
    font-size: 2.5vw;
    margin-left: 5%;
    margin-top: -5%;
  }
}
@media (max-width: 599px) {
  header .header_inner1 .illust_area p {
    font-size: 4vw;
    margin-left: 0;
    line-height: 1.5;
    margin-top: 0;
    color: #FFFFFF;
  }
}
header .header_inner2 {
  background: #1A4363;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header_inner2 .header_inner_contents {
  width: 100%;
  height: 100%;
  background: url(../img/bg_nav.svg) repeat center center;
}
@media (max-width: 1025px) {
  header .header_inner2 .header_inner_contents {
    padding: 40px;
  }
}
@media (max-width: 599px) {
  header .header_inner2 .header_inner_contents {
    padding: 10% 20px;
  }
}
header .header_inner2 .header_inner_contents ul {
  margin: 5% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
@media (max-width: 599px) {
  header .header_inner2 .header_inner_contents ul {
    margin: 10% auto;
  }
}
@media (max-width: 599px) {
  header .header_inner2 .header_inner_contents ul {
    flex-wrap: wrap;
    gap: 0px;
  }
}
header .header_inner2 .header_inner_contents ul li {
  border: solid 3px #FFFFFF;
  background-color: #1A4363;
  width: 30%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -20px;
  text-align: center;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2), 0 0 20px rgba(255, 255, 255, 0.35);
}
@media (max-width: 1400px) {
  header .header_inner2 .header_inner_contents ul li {
    width: 33.3333333333%;
  }
}
@media (max-width: 599px) {
  header .header_inner2 .header_inner_contents ul li {
    width: calc(50% + 10px);
    margin: 0;
  }
  header .header_inner2 .header_inner_contents ul li:nth-of-type(1) {
    z-index: 10;
  }
  header .header_inner2 .header_inner_contents ul li:nth-of-type(2) {
    margin-left: -20px;
    z-index: 5;
  }
  header .header_inner2 .header_inner_contents ul li:nth-of-type(3) {
    margin-top: -45px;
  }
}
header .header_inner2 .header_inner_contents ul li p {
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width: 1025px) {
  header .header_inner2 .header_inner_contents ul li p {
    font-size: 2vw;
  }
}
@media (max-width: 599px) {
  header .header_inner2 .header_inner_contents ul li p {
    font-size: 3.6vw;
  }
}
header .header_inner2 .header_inner_contents ul li p .bold {
  font-size: clamp(20px, 1.8vw, 36px);
  font-weight: 900;
}
@media (max-width: 1025px) {
  header .header_inner2 .header_inner_contents ul li p .bold {
    font-size: 4vw;
  }
}
@media (max-width: 599px) {
  header .header_inner2 .header_inner_contents ul li p .bold {
    font-size: 5.5vw;
  }
}
header .header_inner2 .header_inner_contents ul li p .regular {
  font-size: clamp(18px, 1.6vw, 24px);
}
@media (max-width: 1025px) {
  header .header_inner2 .header_inner_contents ul li p .regular {
    font-size: 3vw;
  }
}
@media (max-width: 599px) {
  header .header_inner2 .header_inner_contents ul li p .regular {
    font-size: 4.5vw;
  }
}
header .header_inner2 .header_inner_contents ul li p .small {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 5px;
}
@media (max-width: 599px) {
  header .header_inner2 .header_inner_contents ul li p .small {
    font-size: 10px;
  }
}
header .header_inner2 .header_inner_contents h2 {
  text-align: center;
  line-height: 1.3;
  font-size: 20px;
}
@media (max-width: 1025px) {
  header .header_inner2 .header_inner_contents h2 {
    font-size: 3vw;
  }
}
@media (max-width: 599px) {
  header .header_inner2 .header_inner_contents h2 {
    font-size: 4.5vw;
  }
}
header .header_inner2 .header_inner_contents h2 .logo {
  display: block;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 599px) {
  header .header_inner2 .header_inner_contents h2 .logo {
    width: 100%;
  }
}
header .header_inner2 .header_inner_contents .btn_area {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 20px auto 40px;
}
@media (max-width: 599px) {
  header .header_inner2 .header_inner_contents .btn_area {
    display: block;
    margin: 10% auto 0;
  }
}
header .header_inner2 .header_inner_contents .btn_area .btn {
  width: 48%;
  animation: btn-piko 3.2s ease-in-out infinite;
  font-size: 20px;
}
@media (max-width: 1400px) {
  header .header_inner2 .header_inner_contents .btn_area .btn {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  header .header_inner2 .header_inner_contents .btn_area .btn {
    width: 100%;
    height: 80px;
    font-size: 5vw;
    margin-bottom: 30px;
  }
}
@keyframes btn-piko {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

main {
  width: 100%;
  overflow-x: hidden;
}
main .question_area {
  background-color: #FFFCF2;
}
main .question_area h3 {
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
main .question_area h3 span {
  font-size: 24px;
}
@media (max-width: 599px) {
  main .question_area h3 {
    font-size: 8vw;
  }
  main .question_area h3 span {
    font-size: 6vw;
  }
}
main .question_area .comment_area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
}
@media (max-width: 599px) {
  main .question_area .comment_area {
    flex-wrap: wrap;
  }
}
main .question_area .comment_area .fukidashi {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 599px) {
  main .question_area .comment_area .fukidashi {
    width: 100%;
    order: 1;
  }
}
main .question_area .comment_area .fukidashi li {
  border: solid 2px #1A4363;
  background-color: #FFFFFF;
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  transform: rotate(5deg);
}
@media (max-width: 1025px) {
  main .question_area .comment_area .fukidashi li {
    padding: 10px;
  }
}
@media (max-width: 599px) {
  main .question_area .comment_area .fukidashi li {
    width: 100%;
    text-align: center;
    transform: rotate(0);
    margin-bottom: 10px;
  }
}
main .question_area .comment_area .fukidashi li:nth-of-type(2) {
  transform: rotate(-5deg);
}
@media (max-width: 599px) {
  main .question_area .comment_area .fukidashi li:nth-of-type(2) {
    transform: rotate(0);
  }
  main .question_area .comment_area .fukidashi li:nth-of-type(2)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: auto;
    left: -14px;
    transform: translateY(-50%);
    border-width: 6px 14px 6px 0;
    border-style: solid;
    border-color: transparent #1A4363 transparent transparent;
  }
  main .question_area .comment_area .fukidashi li:nth-of-type(2)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: auto;
    left: -12px;
    transform: translateY(-50%);
    border-width: 4px 12px 4px 0;
    border-style: solid;
    border-color: transparent #FFFFFF transparent transparent;
  }
}
main .question_area .comment_area .fukidashi li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  border-width: 6px 0 6px 14px;
  border-style: solid;
  border-color: transparent transparent transparent #1A4363;
}
main .question_area .comment_area .fukidashi li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  border-width: 4px 0 4px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #FFFFFF;
}
main .question_area .comment_area .fukidashi li p {
  line-height: 1;
  font-family: "Kiwi Maru", serif;
  letter-spacing: normal;
  font-size: 18px;
}
@media (max-width: 1400px) {
  main .question_area .comment_area .fukidashi li p {
    font-size: 14px;
  }
}
@media (max-width: 1025px) {
  main .question_area .comment_area .fukidashi li p {
    font-size: 2vw;
    text-align: left;
    line-height: 1.4;
  }
}
@media (max-width: 599px) {
  main .question_area .comment_area .fukidashi li p {
    font-size: 4.5vw;
    text-align: center;
  }
}
main .question_area .comment_area .fukidashi2 {
  align-items: flex-start;
}
@media (max-width: 599px) {
  main .question_area .comment_area .fukidashi2 {
    order: 2;
  }
}
main .question_area .comment_area .fukidashi2 li:nth-of-type(1) {
  transform: rotate(-5deg);
}
@media (max-width: 599px) {
  main .question_area .comment_area .fukidashi2 li:nth-of-type(1) {
    transform: rotate(0);
  }
  main .question_area .comment_area .fukidashi2 li:nth-of-type(1)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: auto;
    right: -14px;
    transform: translateY(-50%);
    border-width: 6px 0 6px 14px;
    border-style: solid;
    border-color: transparent transparent transparent #1A4363;
  }
  main .question_area .comment_area .fukidashi2 li:nth-of-type(1)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: auto;
    right: -12px;
    transform: translateY(-50%);
    border-width: 4px 0 4px 12px;
    border-style: solid;
    border-color: transparent transparent transparent #FFFFFF;
  }
}
main .question_area .comment_area .fukidashi2 li:nth-of-type(2) {
  transform: rotate(0deg);
  margin-left: -10%;
}
@media (max-width: 599px) {
  main .question_area .comment_area .fukidashi2 li:nth-of-type(2) {
    margin-left: 0;
  }
}
main .question_area .comment_area .fukidashi2 li:nth-of-type(3) {
  transform: rotate(5deg);
}
@media (max-width: 599px) {
  main .question_area .comment_area .fukidashi2 li:nth-of-type(3) {
    transform: rotate(0);
  }
  main .question_area .comment_area .fukidashi2 li:nth-of-type(3)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: auto;
    right: -14px;
    transform: translateY(-50%);
    border-width: 6px 0 6px 14px;
    border-style: solid;
    border-color: transparent transparent transparent #1A4363;
  }
  main .question_area .comment_area .fukidashi2 li:nth-of-type(3)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: auto;
    right: -12px;
    transform: translateY(-50%);
    border-width: 4px 0 4px 12px;
    border-style: solid;
    border-color: transparent transparent transparent #FFFFFF;
  }
}
main .question_area .comment_area .fukidashi2 li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: -14px;
  transform: translateY(-50%);
  border-width: 6px 14px 6px 0;
  border-style: solid;
  border-color: transparent #1A4363 transparent transparent;
}
main .question_area .comment_area .fukidashi2 li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: -12px;
  transform: translateY(-50%);
  border-width: 4px 12px 4px 0;
  border-style: solid;
  border-color: transparent #FFFFFF transparent transparent;
}
main .question_area .comment_area figure {
  width: 20%;
  margin: 0 5%;
  position: relative;
  z-index: 0;
}
@media (max-width: 599px) {
  main .question_area .comment_area figure {
    width: 50%;
    margin: 40px auto 0;
    order: 3;
  }
}
main .question_area .comment_area figure::after {
  content: "";
  display: block;
  width: 150%;
  height: auto;
  aspect-ratio: 1;
  background-color: rgba(26, 67, 99, 0.4);
  filter: blur(20px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 58% 42% 63% 37%/44% 58% 42% 56%;
  animation: anxietyBlob 4.2s ease-in-out infinite;
  will-change: transform, border-radius, opacity, filter;
}
@keyframes anxietyBlob {
  0% {
    border-radius: 58% 42% 63% 37%/44% 58% 42% 56%;
    transform: translate(-50%, -50%) scale(0.92) rotate(-4deg);
    opacity: 0.55;
    filter: blur(20px);
  }
  35% {
    border-radius: 46% 54% 38% 62%/55% 42% 58% 45%;
    transform: translate(-48%, -52%) scale(1.1) rotate(6deg);
    opacity: 0.85;
    filter: blur(25px);
  }
  70% {
    border-radius: 62% 38% 55% 45%/40% 60% 35% 65%;
    transform: translate(-52%, -48%) scale(0.98) rotate(-8deg);
    opacity: 0.7;
    filter: blur(25px);
  }
  100% {
    border-radius: 58% 42% 63% 37%/44% 58% 42% 56%;
    transform: translate(-50%, -50%) scale(0.92) rotate(-4deg);
    opacity: 0.55;
    filter: blur(20px);
  }
}
main .question_area .text_area {
  text-align: center;
}
main .question_area .text_area .cause {
  font-size: 24px;
}
@media (max-width: 599px) {
  main .question_area .text_area .cause {
    font-size: 6vw;
  }
}
main .question_area .text_area ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px auto 10px;
}
main .question_area .text_area ul li {
  width: 10px;
  height: auto;
  aspect-ratio: 1;
  background-color: #1A4363;
  border-radius: 50%;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  main .question_area .text_area ul li {
    width: 6px;
  }
}
main .question_area .text_area .bold {
  font-size: 60px;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #D8810E;
  line-height: 1;
}
@media (max-width: 599px) {
  main .question_area .text_area .bold {
    font-size: 16vw;
  }
}
main .question_area .text_area .kome {
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 599px) {
  main .question_area .text_area .kome {
    font-size: 4vw;
  }
}
main .question_area .text_area p {
  line-height: 1.6;
  font-size: 18px;
  margin: 20px auto;
}
main .question_area .text_area p span {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 599px) {
  main .question_area .text_area p {
    font-size: 5vw;
  }
  main .question_area .text_area p span {
    font-size: 7vw;
  }
}
main .risk_area {
  background: url(../img/risk_bg.png) no-repeat center center;
  background-size: cover;
  color: #FFFFFF;
  position: relative;
}
main .risk_area::before {
  content: "";
  display: block;
  background-color: rgba(26, 67, 99, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
main .risk_area > * {
  position: relative;
  z-index: 1;
}
main .risk_area h3 {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  letter-spacing: normal;
}
main .risk_area h3 span {
  font-size: 60px;
  color: #D8810E;
}
@media (max-width: 1025px) {
  main .risk_area h3 {
    font-size: 4vw;
  }
  main .risk_area h3 span {
    font-size: 7vw;
  }
}
@media (max-width: 599px) {
  main .risk_area h3 {
    font-size: 6vw;
    line-height: 1.4;
  }
  main .risk_area h3 span {
    font-size: 10vw;
    letter-spacing: normal;
  }
}
main .risk_area ul {
  max-width: 700px;
  width: 100%;
  gap: 20px;
  margin: 40px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  main .risk_area ul {
    gap: 10px;
    margin: 40px auto;
  }
}
main .risk_area ul li {
  width: calc((100% - 60px) / 4);
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: solid 2px #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 599px) {
  main .risk_area ul li {
    width: calc((100% - 20px) / 3);
  }
  main .risk_area ul li:nth-of-type(3) {
    display: none;
  }
}
main .risk_area ul li p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 599px) {
  main .risk_area ul li p {
    font-size: 3.8vw;
  }
}
main .risk_area p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
main .risk_area p span {
  font-size: 18px;
}
@media (max-width: 599px) {
  main .risk_area p {
    font-size: 5.3vw;
  }
  main .risk_area p span {
    font-size: 3.8vw;
  }
}
main .risk_area .btn {
  width: 460px;
  font-size: 24px;
  margin: 60px auto 0;
}
@media (max-width: 599px) {
  main .risk_area .btn {
    width: 100%;
    font-size: 5vw;
  }
}
main .which_area {
  background-color: #FFFCF2;
}
main .which_area .ttl_area .fukidashi {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .which_area .ttl_area .fukidashi p {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  display: inline;
  border-bottom: solid 1px #1A4363;
}
main .which_area .ttl_area .fukidashi p::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background-color: #FFFCF2;
  border-left: 1px solid #1A4363;
  border-bottom: 1px solid #1A4363;
  transform: translateX(-50%) rotate(-45deg);
}
main .which_area .ttl_area h3 {
  font-size: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 599px) {
  main .which_area .ttl_area h3 {
    font-size: 8vw;
    line-height: 1.4;
  }
}
main .which_area .case_df {
  display: flex;
}
@media (max-width: 1025px) {
  main .which_area .case_df {
    display: block;
  }
}
main .which_area .case_df .case {
  background-color: #22679D;
  width: 50%;
  padding: 40px;
  color: #FFFFFF;
}
@media (max-width: 1400px) {
  main .which_area .case_df .case {
    padding: 40px 20px;
  }
}
@media (max-width: 1025px) {
  main .which_area .case_df .case {
    padding: 40px;
    width: 100%;
  }
}
@media (max-width: 599px) {
  main .which_area .case_df .case {
    padding: 10% 20px;
  }
}
main .which_area .case_df .case:nth-of-type(2) {
  background-color: #D8810E;
}
main .which_area .case_df .case .check {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 599px) {
  main .which_area .case_df .case .check {
    align-items: flex-end;
  }
}
main .which_area .case_df .case .check .img_area {
  width: 30%;
}
@media (max-width: 1400px) {
  main .which_area .case_df .case .check .img_area {
    width: 25%;
  }
}
@media (max-width: 1025px) {
  main .which_area .case_df .case .check .img_area {
    width: 35%;
  }
}
main .which_area .case_df .case .check .img_area p {
  font-size: 12px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 1400px) {
  main .which_area .case_df .case .check .img_area p {
    font-size: 0.9vw;
    line-height: 1.2;
    align-items: flex-end;
  }
}
@media (max-width: 1025px) {
  main .which_area .case_df .case .check .img_area p {
    font-size: 2vw;
  }
}
@media (max-width: 599px) {
  main .which_area .case_df .case .check .img_area p {
    font-size: 3.2vw;
  }
}
main .which_area .case_df .case .check .img_area p::before, main .which_area .case_df .case .check .img_area p::after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background-color: #FFFFFF;
  margin: 0 10px;
  transform: rotate(30deg);
}
main .which_area .case_df .case .check .img_area p::before {
  transform: rotate(-30deg);
}
main .which_area .case_df .case .check .img_area p .pc-mid {
  display: none;
}
@media (max-width: 1400px) {
  main .which_area .case_df .case .check .img_area p .pc-mid {
    display: block;
  }
}
@media (max-width: 1025px) {
  main .which_area .case_df .case .check .img_area p .pc-mid {
    display: none;
  }
}
@media (max-width: 599px) {
  main .which_area .case_df .case .check .img_area p .pc-mid {
    display: block;
  }
}
main .which_area .case_df .case .check .img_area figure {
  height: 180px;
}
@media (max-width: 599px) {
  main .which_area .case_df .case .check .img_area figure {
    height: 120px;
  }
}
main .which_area .case_df .case .check .fukidashi_area {
  width: 65%;
}
@media (max-width: 1400px) {
  main .which_area .case_df .case .check .fukidashi_area {
    width: 70%;
  }
}
@media (max-width: 1025px) {
  main .which_area .case_df .case .check .fukidashi_area {
    width: 65%;
  }
}
@media (max-width: 599px) {
  main .which_area .case_df .case .check .fukidashi_area {
    margin-left: 5%;
  }
}
main .which_area .case_df .case .check .fukidashi_area ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 599px) {
  main .which_area .case_df .case .check .fukidashi_area ul {
    align-items: flex-end;
  }
}
main .which_area .case_df .case .check .fukidashi_area ul li {
  border: solid 2px #1A4363;
  background-color: #FFFFFF;
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 599px) {
  main .which_area .case_df .case .check .fukidashi_area ul li {
    padding: 10px;
  }
}
main .which_area .case_df .case .check .fukidashi_area ul li:nth-of-type(2) {
  margin-left: 15%;
}
main .which_area .case_df .case .check .fukidashi_area ul li:nth-of-type(3) {
  margin-bottom: 0;
}
main .which_area .case_df .case .check .fukidashi_area ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: -14px;
  transform: translateY(-50%);
  border-width: 6px 14px 6px 0;
  border-style: solid;
  border-color: transparent #1A4363 transparent transparent;
}
main .which_area .case_df .case .check .fukidashi_area ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: -12px;
  transform: translateY(-50%);
  border-width: 4px 12px 4px 0;
  border-style: solid;
  border-color: transparent #FFFFFF transparent transparent;
}
main .which_area .case_df .case .check .fukidashi_area ul li p {
  line-height: 1;
  font-family: "Kiwi Maru", serif;
  color: #1A4363;
  letter-spacing: normal;
  font-size: clamp(14px, 1.2vw, 16px);
  text-align-last: left;
}
@media (max-width: 1025px) {
  main .which_area .case_df .case .check .fukidashi_area ul li p {
    font-size: 2.2vw;
  }
}
@media (max-width: 599px) {
  main .which_area .case_df .case .check .fukidashi_area ul li p {
    font-size: 3.8vw;
    line-height: 1.5;
  }
}
main .which_area .case_df .case svg {
  width: calc(100% + 80px);
  height: auto;
  margin: 20px auto;
  margin-left: -40px;
}
@media (max-width: 1400px) {
  main .which_area .case_df .case svg {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
@media (max-width: 1025px) {
  main .which_area .case_df .case svg {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
}
main .which_area .case_df .case .recommend p {
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
}
main .which_area .case_df .case .recommend p .bold {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
main .which_area .case_df .case .recommend p span {
  font-size: 20px;
}
main .which_area .case_df .case .recommend .list_wrap li {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 20px;
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 599px) {
  main .which_area .case_df .case .recommend .list_wrap li {
    display: block;
  }
}
main .which_area .case_df .case .recommend .list_wrap li:nth-of-type(1) {
  margin-top: 30px;
}
main .which_area .case_df .case .recommend .list_wrap li:nth-of-type(2) {
  min-height: 150px;
}
@media (max-width: 599px) {
  main .which_area .case_df .case .recommend .list_wrap li:nth-of-type(2) {
    min-height: auto;
  }
}
main .which_area .case_df .case .recommend .list_wrap li .ttl {
  width: 25%;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 599px) {
  main .which_area .case_df .case .recommend .list_wrap li .ttl {
    width: 100%;
    margin-bottom: 20px;
  }
}
main .which_area .case_df .case .recommend .list_wrap li .ttl figure {
  width: 30px;
  height: auto;
  aspect-ratio: 1;
  margin: 0 8px 0 0;
}
main .which_area .case_df .case .recommend .list_wrap li .ttl p {
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1025px) {
  main .which_area .case_df .case .recommend .list_wrap li .ttl p {
    font-size: 2.2vw;
  }
}
@media (max-width: 599px) {
  main .which_area .case_df .case .recommend .list_wrap li .ttl p {
    font-size: 4.5vw;
  }
}
main .which_area .case_df .case .recommend .list_wrap li .list_inner {
  width: 75%;
  list-style: disc;
  list-style-position: inside;
}
@media (max-width: 599px) {
  main .which_area .case_df .case .recommend .list_wrap li .list_inner {
    width: 100%;
  }
}
main .which_area .case_df .case .recommend .list_wrap li .list_inner li {
  background-color: initial;
  margin: 0 0 10px 0;
  padding: 0;
  display: list-item;
  min-height: auto;
  font-weight: 500;
}
@media (max-width: 1025px) {
  main .which_area .case_df .case .recommend .list_wrap li .list_inner li {
    font-size: 2.2vw;
  }
}
@media (max-width: 599px) {
  main .which_area .case_df .case .recommend .list_wrap li .list_inner li {
    font-size: 4vw;
    margin: 0;
  }
}
main .which_area .case_df .case .recommend .list_wrap li .list_inner li:nth-last-of-type(1) {
  margin: 0;
}
main .which_area .case_df .case .recommend .list_wrap li .list_inner .none_kome {
  list-style: none;
  font-size: 14px;
}
main .case_area {
  background-color: #FFFCF2;
}
main .case_area h3 {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  main .case_area h3 {
    font-size: 8vw;
    margin-bottom: 20px;
  }
}
main .case_area .case {
  border-top: dotted 2px #1A4363;
  padding: 60px 0;
}
@media (max-width: 1025px) {
  main .case_area .case {
    padding: 40px 0;
  }
}
main .case_area .case .kind {
  font-size: 18px;
  background-color: #22679D;
  display: inline;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1;
  padding: 5px 10px;
}
@media (max-width: 599px) {
  main .case_area .case .kind {
    font-size: 4vw;
  }
}
main .case_area .case h4 {
  font-size: 24px;
  font-weight: bold;
  margin: 15px auto 0px;
}
@media (max-width: 599px) {
  main .case_area .case h4 {
    font-size: 5.5vw;
    line-height: 1.4;
  }
}
main .case_area .case .span {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 599px) {
  main .case_area .case .span {
    font-size: 4.5vw;
    margin-top: 10px;
  }
}
main .case_area .case .case_df {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 1025px) {
  main .case_area .case .case_df {
    display: block;
  }
}
main .case_area .case .case_df .img_area {
  width: 60%;
}
@media (max-width: 1025px) {
  main .case_area .case .case_df .img_area {
    width: 100%;
  }
}
main .case_area .case .case_df .img_area .img_df {
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 599px) {
  main .case_area .case .case_df .img_area .img_df {
    display: block;
  }
}
main .case_area .case .case_df .img_area .img_df figure {
  width: 50%;
  position: relative;
}
@media (max-width: 599px) {
  main .case_area .case .case_df .img_area .img_df figure {
    width: 100%;
  }
}
main .case_area .case .case_df .img_area .img_df figure figcaption {
  background-color: #FFFFFF;
  color: #1A4363;
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: bold;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 60px;
}
main .case_area .case .case_df .img_area p {
  font-size: 18px;
}
@media (max-width: 599px) {
  main .case_area .case .case_df .img_area p {
    font-size: 4vw;
  }
}
main .case_area .case .case_df .text_area {
  width: 35%;
}
@media (max-width: 1025px) {
  main .case_area .case .case_df .text_area {
    width: 80%;
    margin: 40px auto;
  }
}
@media (max-width: 599px) {
  main .case_area .case .case_df .text_area {
    width: 100%;
    margin: 40px auto 0;
  }
}
main .case_area .case .case_df .text_area .fukidashi {
  background-color: #FFFFFF;
  border: solid 2px #1A4363;
  padding: 30px;
  border-radius: 10px;
  position: relative;
}
main .case_area .case .case_df .text_area .fukidashi::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  border-width: 16px 8px 0 20px;
  border-style: solid;
  border-color: #1A4363 transparent transparent transparent;
}
main .case_area .case .case_df .text_area .fukidashi::after {
  content: "";
  position: absolute;
  left: 50.5%;
  bottom: -14px;
  border-width: 14px 6px 0 18px;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
}
main .case_area .case .case_df .text_area .person_area {
  width: 30%;
  margin: -40px 10px 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1025px) {
  main .case_area .case .case_df .text_area .person_area {
    margin: -20px 10px 0 auto;
  }
}
main .case_area .case .case_df .text_area .person_area figure figcaption {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  letter-spacing: normal;
  margin-top: 10px;
}
main .case_area .case2 .kind {
  background-color: #D8810E;
}
main .case_area .btn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  color: #1A4363;
  border: solid 2px #1A4363;
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
  border-radius: 60px;
  margin: 40px auto;
  transition: 0.3s;
}
@media (max-width: 599px) {
  main .case_area .btn2 {
    width: 100%;
    font-size: 5vw;
  }
}
main .case_area .btn2:hover {
  background-color: #1A4363;
  color: #FFFFFF;
}
main .strength_area {
  background-color: #1A4363;
  position: relative;
  padding: 80px;
  z-index: 0;
}
@media (max-width: 1400px) {
  main .strength_area {
    padding: 40px;
  }
}
@media (max-width: 599px) {
  main .strength_area {
    padding: 20px;
  }
}
main .strength_area::before {
  content: "";
  background: url(../img/bg_nav.svg) repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
main .strength_area > * {
  position: relative;
  z-index: 1;
}
main .strength_area .strength_inner {
  background-color: #FFFFFF;
}
@media (max-width: 1025px) {
  main .strength_area .strength_inner .inner {
    padding: 40px;
  }
}
@media (max-width: 599px) {
  main .strength_area .strength_inner .inner {
    padding: 20px;
  }
}
main .strength_area .strength_inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 599px) {
  main .strength_area .strength_inner ul {
    display: block;
    gap: 0;
  }
}
main .strength_area .strength_inner ul li {
  width: calc((100% - 60px) / 3);
  height: auto;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1025px) {
  main .strength_area .strength_inner ul li {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 599px) {
  main .strength_area .strength_inner ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
main .strength_area .strength_inner ul li h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
}
@media (max-width: 599px) {
  main .strength_area .strength_inner ul li h3 {
    font-size: 6vw;
    margin-bottom: 20px;
  }
}
main .strength_area .strength_inner ul li h3 .bold {
  font-weight: 900;
  font-size: 60px;
}
@media (max-width: 1400px) {
  main .strength_area .strength_inner ul li h3 .bold {
    font-size: 48px;
  }
}
@media (max-width: 599px) {
  main .strength_area .strength_inner ul li h3 .bold {
    font-size: 12vw;
  }
}
main .strength_area .strength_inner ul li h3 span {
  font-weight: 900;
  font-size: 40px;
}
@media (max-width: 1400px) {
  main .strength_area .strength_inner ul li h3 span {
    font-size: 28px;
  }
}
@media (max-width: 599px) {
  main .strength_area .strength_inner ul li h3 span {
    font-size: 8vw;
  }
}
main .strength_area .strength_inner ul li .li_inner {
  background-color: #D8810E;
  padding: 30px;
  color: #FFFFFF;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1400px) {
  main .strength_area .strength_inner ul li .li_inner {
    padding: 20px;
  }
}
main .strength_area .strength_inner ul li .li_inner figure {
  width: 60px;
  height: auto;
  aspect-ratio: 1;
  margin: 0 auto 20px;
}
main .strength_area .strength_inner ul li .li_inner a {
  display: block;
  height: 60px;
  margin: 0 auto 20px;
}
main .strength_area .strength_inner ul li .li_inner h4 {
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 20px;
  border-bottom: dotted 2px #FFFFFF;
}
@media (max-width: 1400px) {
  main .strength_area .strength_inner ul li .li_inner h4 {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  main .strength_area .strength_inner ul li .li_inner h4 {
    font-size: 5.5vw;
  }
}
main .strength_area .strength_inner ul li .li_inner p {
  font-size: 16px;
  margin-top: 20px;
}
@media (max-width: 599px) {
  main .strength_area .strength_inner ul li .li_inner p {
    font-size: 4vw;
  }
}
@media (max-width: 1025px) {
  main .strength_area .inner {
    padding: 0;
    margin: 80px auto;
  }
}
@media (max-width: 599px) {
  main .strength_area .inner {
    margin: 20px auto;
  }
}
main .strength_area .free {
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 599px) {
  main .strength_area .free {
    font-size: 7vw;
    margin: 40px auto 20px;
  }
}
main .strength_area .btn_area {
  display: flex;
  justify-content: center;
  margin: 60px auto 0;
  gap: 40px;
}
@media (max-width: 1025px) {
  main .strength_area .btn_area {
    display: block;
  }
}
main .strength_area .btn_area .btn {
  width: 400px;
  height: 80px;
  margin: 0;
}
@media (max-width: 1025px) {
  main .strength_area .btn_area .btn {
    margin: 30px auto 0;
  }
}
@media (max-width: 599px) {
  main .strength_area .btn_area .btn {
    width: 100%;
    font-size: 5vw;
  }
}
main .qa_area {
  background-color: #FFFFFF;
}
main .qa_area h3 {
  font-size: 32px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px auto;
}
@media (max-width: 599px) {
  main .qa_area h3 {
    font-size: 8vw;
    text-align: center;
    line-height: 1.4;
    margin: 0px auto;
  }
}
main .qa_area h3::before, main .qa_area h3::after {
  content: "";
  display: block;
  height: 40px;
  width: 3px;
  background-color: #1A4363;
  transform: rotate(40deg);
  margin: 0 20px;
}
@media (max-width: 599px) {
  main .qa_area h3::before, main .qa_area h3::after {
    display: none;
  }
}
main .qa_area h3::before {
  transform: rotate(-40deg);
}
main .qa_area .qa {
  margin: 30px auto;
}
main .qa_area .qa p {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 599px) {
  main .qa_area .qa p {
    font-size: 4vw;
    align-items: flex-start;
  }
}
main .qa_area .qa .question {
  border-bottom: dotted 1px #1A4363;
}
main .qa_area .qa .question::before {
  content: "Q";
  font-size: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1A4363;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
@media (max-width: 599px) {
  main .qa_area .qa .question::before {
    font-size: 5vw;
  }
}
main .qa_area .qa .answer::before {
  content: "A";
  font-size: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: solid 2px #1A4363;
  color: #1A4363;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
@media (max-width: 599px) {
  main .qa_area .qa .answer::before {
    font-size: 5vw;
  }
}
main .qa_area .qa .answer2 {
  align-items: flex-start;
}
main .contact_area {
  background-color: #FFFCF2;
  position: relative;
  z-index: 0;
}
main .contact_area::before, main .contact_area::after {
  content: "";
  display: block;
  width: 25%;
  height: auto;
  aspect-ratio: 1;
  background-color: rgba(216, 129, 14, 0.3);
  filter: blur(20px);
  position: absolute;
  top: 20%;
  right: -15%;
  transform: translate(-50%, -50%);
  border-radius: 58% 42% 63% 37%/44% 58% 42% 56%;
  animation: anxietyBlob 4.2s ease-in-out infinite;
  will-change: transform, border-radius, opacity, filter;
  z-index: 0;
}
main .contact_area::after {
  width: 20%;
  top: 45%;
  right: auto;
  left: 20%;
  z-index: 0;
}
main .contact_area > * {
  position: relative;
  z-index: 1;
}
main .contact_area .fukidashi {
  border: solid 3px #1A4363;
  border-radius: 40px;
  padding: 20px 40px;
  position: relative;
}
@media (max-width: 1025px) {
  main .contact_area .fukidashi {
    padding: 40px;
  }
}
@media (max-width: 599px) {
  main .contact_area .fukidashi {
    padding: 40px 20px;
  }
}
main .contact_area .fukidashi .fukidashi_inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1025px) {
  main .contact_area .fukidashi .fukidashi_inner {
    align-items: flex-end;
  }
}
@media (max-width: 599px) {
  main .contact_area .fukidashi .fukidashi_inner {
    display: block;
  }
}
main .contact_area .fukidashi .fukidashi_inner figure {
  width: 25%;
  margin: 40px;
}
@media (max-width: 1025px) {
  main .contact_area .fukidashi .fukidashi_inner figure {
    width: 30%;
    margin: 0 40px;
  }
}
@media (max-width: 599px) {
  main .contact_area .fukidashi .fukidashi_inner figure {
    width: 60%;
    margin: 0 auto 20px;
  }
}
main .contact_area .fukidashi .fukidashi_inner h5 {
  width: calc(75% - 40px);
  font-size: 24px;
  line-height: 1.5;
}
main .contact_area .fukidashi .fukidashi_inner h5 span {
  font-weight: 900;
  color: #D8810E;
  font-size: 50px;
  margin: 0 5px 0 0;
}
main .contact_area .fukidashi .fukidashi_inner h5 span:nth-of-type(2) {
  margin: 0 5px;
}
@media (max-width: 1025px) {
  main .contact_area .fukidashi .fukidashi_inner h5 {
    font-size: 2.4vw;
  }
  main .contact_area .fukidashi .fukidashi_inner h5 span {
    font-size: 6vw;
  }
}
@media (max-width: 599px) {
  main .contact_area .fukidashi .fukidashi_inner h5 {
    width: 100%;
    font-size: 5vw;
    text-align: center;
  }
  main .contact_area .fukidashi .fukidashi_inner h5 span {
    font-size: 8vw;
  }
}
main .contact_area .btn_area {
  margin: 80px auto 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 800px;
  position: relative;
}
@media (max-width: 1025px) {
  main .contact_area .btn_area {
    display: block;
  }
}
@media (max-width: 599px) {
  main .contact_area .btn_area {
    margin: 40px auto 20px;
  }
}
main .contact_area .btn_area::before {
  content: "";
  display: block;
  width: 40%;
  height: auto;
  aspect-ratio: 1;
  background-color: rgba(216, 129, 14, 0.3);
  filter: blur(20px);
  position: absolute;
  top: 40%;
  right: -15%;
  transform: translate(-50%, -50%);
  border-radius: 58% 42% 63% 37%/44% 58% 42% 56%;
  animation: anxietyBlob 4.2s ease-in-out infinite;
  will-change: transform, border-radius, opacity, filter;
  z-index: -1;
}
main .contact_area .btn_area .btn3 {
  display: block;
  width: 320px;
  background-color: #1A4363;
  color: #FFFFFF;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-weight: bold;
  line-height: 1;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition: 0.3s;
  font-size: 18px;
}
main .contact_area .btn_area .btn3 .tel_wrap span {
  display: block;
  text-align: center;
  margin: 10px auto 0;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
}
@media (max-width: 1025px) {
  main .contact_area .btn_area .btn3 {
    margin: 0 auto 20px;
  }
}
@media (max-width: 599px) {
  main .contact_area .btn_area .btn3 {
    width: 100%;
    height: 80px;
    font-size: 5vw;
  }
}
main .contact_area .btn_area .btn3:hover {
  box-shadow: initial;
  transform: scale(0.95);
}
main .contact_area .btn_area .btn4 {
  margin: 20px auto;
  background-color: #17A834;
}
main .contact_area p {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 599px) {
  main .contact_area p {
    font-size: 3.6vw;
  }
}
main .contact_area .logo {
  display: block;
  margin: 40px auto 10px;
  width: 300px;
}
@media (max-width: 599px) {
  main .contact_area .logo {
    width: 80%;
  }
}

footer {
  background-color: #1A4363;
  padding: 10px;
  text-align: center;
}
footer small {
  color: #FFFFFF;
  font-size: 12px;
}
@media (max-width: 599px) {
  footer small {
    font-size: 2vw;
  }
}

/*# sourceMappingURL=style.css.map */
