@charset "UTF-8";
@media print {
  a {
    text-decoration: none !important;
  }
  .fixed {
    position: static !important;
  }
}
.fit_move {
  aspect-ratio: 16/9 !important;
}
.fit_move.reversal {
  aspect-ratio: 9/16 !important;
}

.fit_cam {
  aspect-ratio: 3/2 !important;
}
.fit_cam.reversal {
  aspect-ratio: 2/3 !important;
}

.fit_dis {
  aspect-ratio: 4/3 !important;
}
.fit_dis.reversal {
  aspect-ratio: 3/4 !important;
}

.fit_gold {
  aspect-ratio: 8/5 !important;
}
.fit_gold.reversal {
  aspect-ratio: 5/8 !important;
}

.fit_none {
  aspect-ratio: auto !important;
}

.back_filter {
  filter: drop-shadow(1px 1px 0 rgb(255, 255, 255)) drop-shadow(-1px 1px 0 rgb(255, 255, 255)) drop-shadow(1px -1px 0 rgb(255, 255, 255)) drop-shadow(-1px -1px 0 rgb(255, 255, 255));
}

.d_font {
  color: var(--main-color) !important;
}

.d_back {
  background-color: var(--main-color) !important;
}

.d_white {
  background-color: #FFFFFF !important;
}

.d_back_h:hover, .d_back_h:active, .d_back_h:focus {
  background-color: var(--main-color) !important;
  color: #FFFFFF !important;
}

.d_border {
  border-color: var(--main-color) !important;
}

.d2_font {
  color: var(--main-color2) !important;
}

.d2_back {
  background-color: var(--main-color2) !important;
}

.d2_back_h:hover, .d2_back_h:active, .d2_back_h:focus {
  background-color: var(--main-color2) !important;
  color: #FFFFFF !important;
}

.d2_border {
  border-color: var(--main-color2) !important;
}

.d3_font {
  color: var(--main-color3) !important;
}

.d3_back {
  background-color: var(--main-color3) !important;
}

.d3_back_h:hover, .d3_back_h:active, .d3_back_h:focus {
  background-color: var(--main-color3) !important;
  color: #FFFFFF !important;
}

.d3_border {
  border-color: var(--main-color3) !important;
}

a {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .table-smxs th, .table-smxs td {
    display: block;
    width: 100% !important;
  }
  .table-smxs th {
    border-bottom: none;
  }
  .table-smxs td {
    border-top: none;
  }
}

.animate__animated {
  visibility: hidden;
}
.animate__animated.action {
  visibility: visible;
}

/*ドロワー*/
@media (max-width: 991.98px) {
  .over_hidden {
    overflow: hidden !important;
  }
}

.l-drawer {
  --drawer-width:20rem;
  --icon-space:20px;
  position: relative;
}
@media (max-width: 767.98px) {
  .l-drawer {
    --icon-space:15px;
  }
}
.l-drawer__checkbox {
  display: none;
}
.l-drawer__icon {
  cursor: pointer;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  aspect-ratio: 1/1;
  top: var(--icon-space);
  right: var(--icon-space);
  background: var(--main-color);
  border: 2px solid #FFFFFF;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .l-drawer__icon {
    width: 60px;
  }
}
.l-drawer__icon-parts, .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
  background-color: #FFFFFF;
  display: block;
  width: 45%;
  height: 2px;
  margin: auto;
}
.l-drawer__icon-parts {
  position: relative;
}
.l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: " ";
  width: 100%;
}
.l-drawer__icon-parts:before {
  top: -20px;
}
.l-drawer__icon-parts:after {
  bottom: -20px;
}
@keyframes roop_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.l-drawer__icon-text {
  position: absolute;
  color: var(--main-color);
  font-size: 0.875em;
  text-shadow: 1px 1px 0px #FFFFFF, -1px 1px 0px #FFFFFF, 1px -1px 0px #FFFFFF, -1px -1px 0px #FFFFFF, 1px 0px 0px #FFFFFF, 0px 1px 0px #FFFFFF, -1px 0px 0px #FFFFFF, 0px -1px 0px #FFFFFF;
  text-align: center;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: roop_rotate 15s linear infinite;
}
.l-drawer__icon-text.animation-stop {
  animation-play-state: paused;
}
@media (max-width: 767.98px) {
  .l-drawer__icon-text {
    font-size: 0.75em;
  }
}
.l-drawer__icon-text span {
  position: absolute;
  height: 100%;
  line-height: 1em;
  transform-origin: center bottom; /* 回転の基準点 */
}
.l-drawer__icon-text span:nth-child(1) {
  transform: translate(-50%, -1.4em) rotate(-22.5deg);
}
.l-drawer__icon-text span:nth-child(2) {
  transform: translate(-50%, -1.4em) rotate(-7.5deg);
}
.l-drawer__icon-text span:nth-child(3) {
  transform: translate(-50%, -1.4em) rotate(7.5deg);
}
.l-drawer__icon-text span:nth-child(4) {
  transform: translate(-50%, -1.4em) rotate(22.5deg);
}
.l-drawer__overlay {
  background: #000;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
}
.l-drawer__menu {
  max-width: 100%;
  width: var(--drawer-width);
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: calc(-1 * var(--drawer-width));
  padding: 0 0;
  background: var(--main-bg);
}
.l-drawer__menu .navgation {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 100svh;
  padding: 1em 0;
  overflow-x: hidden;
  transition: 0.3s;
}
.l-drawer__menu .navgation-nav {
  border-top: 1px solid #CCCCCC;
}
.l-drawer__menu .navgation-link {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.5em 1em;
  font-size: 1.125em;
  font-weight: 500;
  border-bottom: 1px solid #CCCCCC;
  --trans-time:0.3s;
}
@media (max-width: 1199.98px) {
  .l-drawer__menu .navgation-link {
    font-size: 1em;
  }
}
.l-drawer__menu .navgation-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 5px;
  background: var(--main-color);
  transition: var(--trans-time);
}
.l-drawer__menu .navgation-link::after {
  content: "";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  transition: var(--trans-time);
}
.l-drawer__menu .navgation-link-text {
  margin: 0;
}
.l-drawer__menu .navgation-link-eng {
  color: var(--main-color);
  font-size: 70%;
  margin: 0;
}
.l-drawer__menu .navgation-link:hover, .l-drawer__menu .navgation-link:active {
  transition: var(--trans-time);
}
.l-drawer__menu .navgation-link:hover::before, .l-drawer__menu .navgation-link:active::before {
  height: 100%;
  transition: var(--trans-time);
}
.l-drawer__menu .navgation-link:hover::after, .l-drawer__menu .navgation-link:active::after {
  right: 2%;
  transition: var(--trans-time);
}
.l-drawer__menu .navgation-sub_link {
  display: inline-block;
  font-size: 0.8125em;
  margin: 0 auto;
}
.l-drawer__menu .navgation-sub_link:hover, .l-drawer__menu .navgation-sub_link:active {
  text-decoration: underline;
}
.l-drawer__menu .navgation-logo {
  max-width: 75%;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .l-drawer__menu .navgation-logo {
    max-width: 100%;
  }
}
.l-drawer__menu .navgation-sns {
  display: block;
  transition: 0.3s;
  max-width: 40px;
}
.l-drawer__menu .navgation-sns:hover, .l-drawer__menu .navgation-sns:active {
  transform: translateY(-5px);
}
.l-drawer__menu .navgation-text {
  font-size: 1em;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .l-drawer__menu .navgation-text {
    font-size: 0.875em;
  }
}
@media (max-width: 991.98px) {
  .l-drawer__menu .navgation-text {
    font-size: 1em;
  }
}
.l-drawer__icon {
  z-index: 100;
}
.l-drawer__menu {
  z-index: 99;
}
.l-drawer__overlay {
  z-index: 98;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon {
  right: calc(var(--drawer-width) + var(--icon-space));
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
  background: transparent;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
  transform: rotate(-45deg);
  top: 0;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
  transform: rotate(45deg);
  bottom: 0;
}
.l-drawer__checkbox:checked ~ .l-drawer__overlay {
  opacity: 0.3;
  pointer-events: auto;
  touch-action: none;
}
.l-drawer__checkbox:checked ~ .l-drawer__menu {
  right: 0;
}
.l-drawer__icon, .l-drawer__icon-parts, .l-drawer__icon-parts:after, .l-drawer__icon-parts:before, .l-drawer__overlay, .l-drawer__menu {
  transition: all 0.3s;
}

.img_fit {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.img_fit-back {
  display: block;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}
.img_fit-back.logo_img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.img_fit-back.fit_auto {
  aspect-ratio: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.img_fit-space {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 0.5em;
}
.img_fit-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #FFFFFF;
  font-size: 1.875em;
  font-weight: bolder;
  letter-spacing: 0.05em;
}
.img_fit.back_opacity:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  transition: 0.3s;
}
.img_fit.img_link:hover::after, .img_fit.img_link:active::after, .img_fit.img_link:focus::after {
  opacity: 0;
}

.swiper-wrapper {
  padding-bottom: 50px;
}
.swiper-slide {
  height: auto !important;
}
/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.loader, .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 0, 0, 0.2);
  border-right: 1.1em solid rgba(0, 0, 0, 0.2);
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
  border-left: 1.1em solid #999999;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
[data-target-mask] {
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-property: clip-path;
  transition-delay: 0.2s;
  visibility: hidden;
}
[data-target-mask][data-top] {
  clip-path: inset(99.99% 0 0 0);
}
[data-target-mask][data-left] {
  clip-path: inset(0 0 0 99.99%);
}
[data-target-mask][data-right] {
  clip-path: inset(0 99.99% 0 0);
}
[data-target-mask][data-bottom] {
  clip-path: inset(0 0 99.99% 0);
}
[data-target-mask].action {
  visibility: visible;
  clip-path: inset(0);
}
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightSmall {
  animation-name: fadeInRightSmall;
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpSmall {
  animation-name: fadeInUpSmall;
}

html {
  scroll-behavior: auto !important;
  --main-text: #3E3A39;
  --main-text2: #32979A;
  --main-bg: #FFFFFF;
  --main-bd:#CCCCCC;
  --main-chk:#C9C9C8;
  --main-input:#FFFFFF;
  --main-placeholder:inherit;
  --main-shadow:#CCCCCC;
  --main-color: #32979A;
  --main-color2: #6BBFBD;
  --main-color3: #98D0C7;
  --main-color4: #F2C72D;
}
@media (max-width: 991.98px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  html {
    font-size: 14px;
  }
}
html.dark_mode {
  --main-text: #FFFFFF;
  --main-text2: #FFFFFF;
  --main-bg: #000000;
  --main-bd:#FFFFFF;
  --main-chk:#FFFFFF;
  --main-input:#202327;
  --main-placeholder:#6c6c6c;
  --main-shadow:#FFFFFF;
}
html.dark_mode .icon_filter {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1706%) hue-rotate(109deg) brightness(113%) contrast(100%);
}

body {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: var(--main-text);
  background: var(--main-bg);
}

.noto_serif {
  font-family: "Noto Serif JP";
}

.eng {
  font-family: "Kalam";
}

.grecaptcha-badge {
  visibility: hidden;
}

.simpleParallax {
  height: 100%;
}

.parallax_effect-section {
  position: relative;
  overflow: hidden;
}
.parallax_effect-back {
  z-index: -1;
  transition: transform 1s ease-out;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
}

.container {
  max-width: 1640px;
}
.container.sp_space {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.section_space {
  overflow: hidden;
}
.section_space.over_space {
  padding-top: 8em !important;
  padding-bottom: 8em !important;
}
@media (max-width: 767.98px) {
  .section_space.over_space {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }
}
@media (max-width: 767.98px) {
  .section_space.over_space.sp_space {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
  }
}

.back_color {
  background: var(--main-bg);
}

.bg_grid {
  background-image: linear-gradient(90deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2)), linear-gradient(0deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2));
  background-size: 20px 20px;
  background-repeat: repeat;
}

.sticky_space {
  position: relative;
}
.sticky_space .sticky_top {
  position: sticky;
  z-index: 0;
  top: 0;
}
.sticky_space .sticky_top-mv {
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.sticky_space .sticky_sub {
  background: color-mix(in srgb, var(--main-bg) 100%, transparent);
  position: relative;
}

.h1_5 {
  font-size: 2.1875rem;
}

.h2_5 {
  font-size: 1.875rem;
}

.h5_5 {
  font-size: 1.125rem;
}

.h7 {
  font-size: 0.9375rem;
}

.lh_2 {
  line-height: 2em;
}

.lh_18 {
  line-height: 1.8em;
}

.lh_15 {
  line-height: 1.5em;
}

.lh_1 {
  line-height: 1em;
}

.lt_50 {
  letter-spacing: 0.05em;
}

.lt_100 {
  letter-spacing: 0.1em;
}

.text-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.text-line {
  text-decoration: none;
}
.text-line:hover, .text-line:active {
  text-decoration: none;
}

.text_shadow {
  text-shadow: 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF;
}

.lead {
  font-size: 1.15rem;
  font-weight: inherit;
}

a {
  color: inherit;
}
a:hover, a:active {
  outline: none;
  color: inherit;
}

a[href^="tel:"] {
  cursor: default;
  color: inherit;
}
a[href^="tel:"]:hover, a[href^="tel:"]:active {
  color: inherit;
  text-decoration: none;
}

.blank_link {
  color: #0066cb;
  text-decoration: underline;
}
.blank_link:hover, .blank_link:active {
  color: #0066cb;
  text-decoration: none;
}

.breadcrumbs {
  background: var(--main-color);
  padding: 0.5em 1em;
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .aioseo-breadcrumbs {
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.breadcrumbs a:hover, .breadcrumbs a:active {
  color: inherit;
  text-decoration: underline;
}

.content_space {
  overflow: hidden;
  zoom: 1;
  line-height: 2em;
}
.content_space:after {
  content: "";
  display: block;
  clear: both;
}
.content_space strong {
  font-weight: bold;
}
.content_space em {
  font-style: italic;
}
.content_space blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.content_space .aligncenter {
  margin: 0 auto;
}
.content_space .alignright {
  float: right;
}
.content_space .alignleft {
  float: left;
}
.content_space img {
  max-width: 100%;
  height: auto;
}

.pager {
  text-align: center;
  margin: 0 0;
}
.pager a.page-numbers, .pager .current {
  border: solid 1px #221714;
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  background: transparent;
  color: #221714;
}
.pager a.page-numbers:hover, .pager a.page-numbers:active, .pager .current:hover, .pager .current:active {
  text-decoration: none;
  color: #FFFFFF;
  background: #221714;
}
.pager .current {
  border: solid 1px #221714;
  color: #FFFFFF;
  background: #221714;
}

.side_category-title {
  display: block;
  width: 100%;
  background: var(--main-color);
  color: #FFFFFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: none;
  padding: 0.5em 1em;
  margin: 0;
}
.side_category-list {
  list-style: none;
  margin: 0;
}
.side_category-list .list-group-item {
  padding: 0;
}
.side_category-list .list-group-item:first-child {
  border-radius: 0 !important;
}
.side_category-list a {
  display: block;
  padding: 0.75rem 1.25rem;
}
.side_category-list a:hover, .side_category-list a:active {
  background: color-mix(in srgb, var(--main-color) 20%, transparent);
  text-decoration: none;
}
.side_category-list .children {
  padding-left: 1.5rem;
}
.side_category-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.side_category-btn:focus-visible {
  outline: none;
}
.side_category-btn[aria-expanded=true] i {
  transform: rotate(180deg);
}

@media (max-width: 767.98px) {
  input[type=text], input[type=tel], input[type=email], textarea, select {
    font-size: 16px !important;
  }
}

.information_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--main-color);
  color: #FFFFFF;
  padding: 1.5em 2em;
}
@media (max-width: 767.98px) {
  .information_title {
    padding: 0.5em 1em;
  }
}
.information_title-text01 {
  margin: 0;
  font-size: 1.4375em;
}
@media (max-width: 991.98px) {
  .information_title-text01 {
    font-size: 1.25em;
  }
}
.information_title-text02 {
  margin: 0;
  font-size: 1.25em;
}
@media (max-width: 991.98px) {
  .information_title-text02 {
    font-size: 1.125em;
  }
}

.btn_detail {
  display: inline-block;
  margin: 0 auto;
  border: 2px solid var(--main-color);
  background: var(--main-color);
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 20px;
  padding: 0.5em 0.75em;
  line-height: 1em;
  transition: 0.3s;
}
.btn_detail i {
  transition: 0.3s;
}
.btn_detail:hover, .btn_detail:active {
  background: #FFFFFF;
  color: var(--main-color);
}
.btn_detail:hover i, .btn_detail:active i {
  transform: translateX(10px);
}

.blog_list_link {
  position: relative;
  display: block;
  padding: 1.5em 0;
}
@media (max-width: 575.98px) {
  .blog_list_link {
    padding: 1em 0;
  }
}
.blog_list_link::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, var(--main-color), var(--main-color) 5px, transparent 5px);
  background-size: 10px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.blog_list_link:hover, .blog_list_link:active {
  text-decoration: none;
  color: inherit;
}
.blog_list_link:hover .fit_img, .blog_list_link:active .fit_img {
  transform: scale(1.2);
}
.blog_list_link .ov-h {
  position: relative;
}
.blog_list_link .fit_space {
  position: relative;
  overflow: hidden;
  padding-top: 70%;
  background: #FFFFFF;
  z-index: 1;
  border: 1px solid #CCCCCC;
}
.blog_list_link .fit_space .fit_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  transition: 0.2s;
}
.blog_list_link .fit_space .fit_img.logo_img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.blog_list_link-date {
  font-size: 1.125em;
  margin: 0;
}
@media (max-width: 767.98px) {
  .blog_list_link-date {
    font-size: 0.875em;
  }
}
.blog_list_link-cat {
  font-size: 1em;
  margin: 0;
}
@media (max-width: 767.98px) {
  .blog_list_link-cat {
    font-size: 0.875em;
  }
}
.blog_list_link-cat .cat_space {
  border: 1px solid #3E3A39;
  color: #3E3A39;
  font-weight: bold;
  border-radius: 25px;
  line-height: 1em;
  padding: 0em 1em;
}
@media (max-width: 767.98px) {
  .blog_list_link-cat .cat_space {
    padding: 0em 1em;
  }
}
.blog_list_link-title {
  font-size: 1.375em;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 767.98px) {
  .blog_list_link-title {
    font-size: 1.125em;
  }
}
.blog_list_link-excerpt {
  position: relative;
  font-size: 1.125em;
}
@media (max-width: 991.98px) {
  .blog_list_link-excerpt {
    font-size: 1.125em;
  }
}
.blog_list_link-excerpt .ov-t {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
}
.blog_list_link-excerpt .ov-t.one_line {
  -webkit-line-clamp: 1;
  height: 1.4em;
}

.scroll_menu {
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 999;
}
@media (max-width: 767.98px) {
  .scroll_menu {
    top: 50%;
    transform: translateY(-50%);
  }
}
.scroll_menu-btn {
  display: flex;
  background: #F2C72D;
  border: 5px solid #F2C72D;
  transition: 0.3s;
}
.scroll_menu-btn-text {
  font-size: 1.75em;
  font-weight: bold;
  writing-mode: vertical-rl;
  margin: 0;
  line-height: 1em;
  padding: 1.5em 0.75em;
}
@media (max-width: 1199.98px) {
  .scroll_menu-btn-text {
    font-size: 1.25em;
    padding: 0.5em 0.5em;
  }
}
@media (max-width: 767.98px) {
  .scroll_menu-btn-text {
    font-size: 1.125em;
    padding: 0.5em 0.5em;
  }
}
@media (max-height: 550px) {
  .scroll_menu-btn-text {
    font-size: 1.125em;
  }
}
.scroll_menu-btn:hover {
  color: #F2C72D;
  background: #FFFFFF;
}

.sub_visual {
  min-height: 250px;
  display: flex;
  align-items: center;
  position: relative;
}
.sub_visual.img_none::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--main-color);
}
.sub_visual-title {
  font-size: 2.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  filter: drop-shadow(3px 3px 4px rgb(0, 0, 0));
  margin: 0 0;
}
@media (max-width: 1399.98px) {
  .sub_visual-title {
    font-size: 2.1875em;
  }
}
@media (max-width: 1199.98px) {
  .sub_visual-title {
    font-size: 1.875em;
  }
}
@media (max-width: 991.98px) {
  .sub_visual-title {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .sub_visual-title {
    font-size: 1.5625em;
  }
}
.sub_visual-text {
  font-size: 1.875em;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  filter: drop-shadow(3px 3px 4px rgb(0, 0, 0));
  margin: 0;
  text-align: right;
}
@media (max-width: 1399.98px) {
  .sub_visual-text {
    font-size: 1.5625em;
  }
}
@media (max-width: 1199.98px) {
  .sub_visual-text {
    font-size: 1.25em;
  }
}
@media (max-width: 991.98px) {
  .sub_visual-text {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .sub_visual-text {
    font-size: 1.125em;
  }
}

.sp_logo {
  position: relative;
  z-index: 10;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
}
.sp_logo-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  color: var(--main-color);
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.sp_logo-link img {
  max-height: 50px;
}

.banner_contact {
  padding: 2em 0em;
  background: var(--main-color);
}
.banner_contact-space {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0.75em;
  font-size: 1.5625em;
}
@media (max-width: 1199.98px) {
  .banner_contact-space {
    font-size: 1.375em;
  }
}
@media (max-width: 767.98px) {
  .banner_contact-space {
    font-size: 1.25em;
  }
}
@media (max-width: 575.98px) {
  .banner_contact-space {
    font-size: 1em;
  }
}
.banner_contact-title {
  color: var(--main-color4);
  font-size: 160%;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  margin: 0;
}
.banner_contact-text {
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.banner_contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: var(--main-color4);
  border: 3px solid var(--main-color4);
  border-radius: 10px;
  padding: 0.5em 1em;
  transition: 0.3s;
}
.banner_contact-btn:hover {
  background: #FFFFFF;
  color: var(--main-color4);
}
.banner_contact-tel {
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFFFFF !important;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  margin: 0 auto;
}

.main_top {
  background: var(--main-color);
}
.main_top h1 {
  font-size: 1em;
}
.main_top img {
  mix-blend-mode: multiply;
}
.main_top-space {
  padding: 6em 0;
}
@media (max-width: 575.98px) {
  .main_top-space {
    padding: 2em 0;
  }
}
.main_top-for {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
  font-weight: bold;
  text-align: center;
  font-size: 1.875em;
  line-height: 1.25em;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
  aspect-ratio: 1/1;
  border-radius: 100%;
  padding: 0.75em;
}
@media (max-width: 991.98px) {
  .main_top-for {
    font-size: 1.5625em;
  }
}
.main_top-text_space {
  display: flex;
  flex-direction: column;
  row-gap: 0.5em;
  font-size: 1.875em;
}
@media (max-width: 1199.98px) {
  .main_top-text_space {
    font-size: 1.5625em;
  }
}
@media (max-width: 991.98px) {
  .main_top-text_space {
    font-size: 1.25em;
  }
}
@media (max-width: 575.98px) {
  .main_top-text_space {
    font-size: 1.25em;
  }
}
.main_top-text01 {
  color: var(--main-color4);
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.main_top-text02 {
  font-size: 166.666%;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  margin: 0;
}
@media (max-width: 575.98px) {
  .main_top-text02 {
    line-height: 1.25em;
  }
}
.main_top-text03 {
  font-size: 225%;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  margin: 0;
}
@media (max-width: 575.98px) {
  .main_top-text03 {
    line-height: 1.25em;
  }
}

.main_slide .img_fit {
  aspect-ratio: 640/300;
}

.sp_footer {
  position: fixed;
  z-index: 99;
  bottom: 0;
  width: 100%;
  padding: 1em 0em;
  background: var(--main-color);
  border-top: 1px solid #FFFFFF;
}
.sp_footer-space {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0.75em;
  font-size: 0.875em;
}
.sp_footer-title {
  color: var(--main-color4);
  font-size: 160%;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  margin: 0;
}
.sp_footer-text {
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.sp_footer-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: var(--main-color4);
  border: 3px solid var(--main-color4);
  border-radius: 10px;
  padding: 0.5em 1em;
  transition: 0.3s;
}
.sp_footer-btn:hover {
  background: #FFFFFF;
  color: var(--main-color4);
}
.sp_footer-tel {
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFFFFF !important;
  font-size: 160%;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  margin: 0 auto;
}

h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 2.5em;
  font-weight: bold;
  color: var(--main-color);
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.8em;
  margin: 0 auto;
}
@media (max-width: 1399.98px) {
  h2 {
    font-size: 2.1875em;
  }
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 1.875em;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 1.625em;
  }
}
@media (max-width: 575.98px) {
  h2 {
    font-size: 1.375em;
  }
}
h2 .h2_block {
  display: inline-block;
  position: relative;
}
h2 .h2_block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  background: var(--main-color4);
  left: 0;
  bottom: 0;
  z-index: -1;
}
h2 .h2_big {
  font-size: 125%;
}

.text_default {
  font-size: 1.25em;
  line-height: 2em;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .text_default {
    font-size: 1.125em;
  }
}
@media (max-width: 767.98px) {
  .text_default {
    font-size: 1.125em;
  }
}
.text_default .emphasis {
  display: inline-block;
  font-size: 125%;
  font-weight: bold;
  color: var(--main-color);
  position: relative;
}
@media (max-width: 767.98px) {
  .text_default .emphasis {
    font-size: 120%;
  }
}
.text_default .emphasis:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  background: var(--main-color3);
  left: 0;
  bottom: 0;
  z-index: -1;
}

.construction-list {
  display: flex;
  flex-wrap: wrap;
}
.construction-list-text {
  min-width: 15em;
}
@media (max-width: 767.98px) {
  .construction-list-text {
    min-width: 13em;
  }
}

h3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 2.5em;
  font-weight: bold;
  color: var(--main-color);
  text-align: center;
  line-height: 1.8em;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  h3 {
    font-size: 1.875em;
  }
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 1.5625em;
  }
}
@media (max-width: 575.98px) {
  h3 {
    font-size: 1.5625em;
  }
}

.worries {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1399.98px) {
  .worries {
    max-width: 1200px;
  }
}
@media (max-width: 1199.98px) {
  .worries {
    max-width: 1000px;
  }
}
.worries-space {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1em;
       column-gap: 1em;
  row-gap: 0.5em;
  padding-left: 5em;
}
@media (max-width: 1399.98px) {
  .worries-space {
    -moz-column-gap: 3em;
         column-gap: 3em;
    padding-left: 0;
    padding-right: 10em;
  }
}
@media (max-width: 767.98px) {
  .worries-space {
    padding-right: 5em;
  }
}
.worries-text {
  display: flex;
  align-items: center;
  font-size: 1.75em;
  font-weight: bold;
  min-width: 12em;
  margin: 0;
}
@media (max-width: 1399.98px) {
  .worries-text {
    font-size: 1.5625em;
  }
}
@media (max-width: 991.98px) {
  .worries-text {
    font-size: 1.375em;
  }
}
@media (max-width: 575.98px) {
  .worries-text {
    font-size: 1.125em;
  }
}
.worries-text i {
  color: var(--main-color);
  font-size: 120%;
}
.worries-img {
  display: block;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1399.98px) {
  .worries-img {
    top: auto;
    bottom: 0;
    width: 180px;
  }
}
@media (max-width: 991.98px) {
  .worries-img {
    width: 150px;
  }
}
@media (max-width: 767.98px) {
  .worries-img {
    width: 100px;
  }
}

.strengths-row {
  --bs-gutter-x: 8%;
  --bs-gutter-y: 5rem;
}
.strengths-space {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1em;
}
.strengths-img {
  border: 1px solid #707070;
  border-radius: 100%;
  aspect-ratio: 1/1;
  width: 180px;
}
@media (max-width: 767.98px) {
  .strengths-img {
    width: 120px;
  }
}
.strengths-title {
  font-size: 1.75em;
  color: var(--main-color);
  font-weight: bold;
  text-align: center;
  margin: 0;
}
@media (max-width: 1399.98px) {
  .strengths-title {
    font-size: 1.5625em;
  }
}
@media (max-width: 575.98px) {
  .strengths-title {
    font-size: 1.375em;
  }
}
.strengths-text {
  align-self: flex-start;
}
.strengths-text .text_default {
  line-height: 1.75em !important;
}

.what-title {
  font-size: 1.75em;
  color: var(--main-color);
  font-weight: bold;
  margin: 0;
}
@media (max-width: 1399.98px) {
  .what-title {
    font-size: 1.5625em;
  }
}
@media (max-width: 767.98px) {
  .what-title {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .what-title {
    font-size: 1.25em;
  }
}
.what .text_default {
  line-height: 1.75em !important;
}

.specification-table {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  border-collapse: separate;
  border-spacing: 5px;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .specification-table {
    font-size: 1em;
  }
}
@media (max-width: 991.98px) {
  .specification-table {
    font-size: 0.875em;
  }
}
@media (max-width: 767.98px) {
  .specification-table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.375em;
  }
  .specification-table thead {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .specification-table {
    font-size: 1.125em;
  }
}
@media (max-width: 767.98px) {
  .specification-table tr {
    border: 1px solid var(--main-color2);
  }
}
.specification-table th, .specification-table td {
  padding: 1em 0.25em;
  border: 1px solid var(--main-color2);
  min-width: 200px;
}
@media (max-width: 1399.98px) {
  .specification-table th, .specification-table td {
    min-width: auto !important;
    padding: 1em 1em;
  }
}
@media (max-width: 1199.98px) {
  .specification-table th, .specification-table td {
    padding: 0.5em 0.5em;
  }
}
@media (max-width: 767.98px) {
  .specification-table th, .specification-table td {
    display: block;
    width: 100%;
    border: none;
    padding: 0.25em 0.25em;
  }
}
.specification-table th {
  background: var(--main-color2);
  color: #FFFFFF;
}
.specification-table th:nth-child(1), .specification-table th:nth-child(2), .specification-table th:nth-child(5) {
  min-width: 300px;
}
.specification-table td {
  color: var(--main-color);
}
@media (max-width: 767.98px) {
  .specification-table td {
    text-align: left;
  }
  .specification-table td::before {
    content: attr(data-label);
    display: inline-block;
    font-size: 90%;
    font-weight: bold;
    color: #999;
    margin-right: 2em;
    width: 6em;
  }
}
.specification-process {
  color: var(--main-text) !important;
}

.service-title {
  display: flex;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.service-title-circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 0.5em;
  color: #FFFFFF;
  background: var(--main-color);
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-size: 1.4375em;
  line-height: 1em;
  padding: 0.5em 0.5em;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .service-title-circle {
    font-size: 1.375em;
  }
}
@media (max-width: 991.98px) {
  .service-title-circle {
    font-size: 1.25em;
  }
}
.service-title-circle .num {
  font-size: 160%;
}
.service-title-text {
  font-size: 1.875em;
  font-weight: bold;
  color: var(--main-color);
  margin: 0;
}
@media (max-width: 1199.98px) {
  .service-title-text {
    font-size: 1.375em;
  }
}
@media (max-width: 767.98px) {
  .service-title-text {
    font-size: 1.375em;
  }
}
@media (max-width: 575.98px) {
  .service-title-text {
    font-size: 1.25em;
  }
}
.service .text_default {
  line-height: 1.75em;
}

.example-space {
  display: flex;
  flex-direction: column;
  row-gap: 3em;
}
.example-title {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.75em;
       column-gap: 0.75em;
  font-size: 1.875em;
}
@media (max-width: 1199.98px) {
  .example-title {
    font-size: 1.5625em;
  }
}
@media (max-width: 767.98px) {
  .example-title {
    font-size: 1.25em;
  }
}
.example-title-num {
  color: var(--main-color3);
  font-size: 333%;
  line-height: 1em;
  margin: 0;
}
.example-title-text {
  color: var(--main-color);
  font-weight: bold;
  margin: 0;
}
.example-table {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 1.25em;
  font-weight: bold;
  border-collapse: separate;
  border-spacing: 5px;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .example-table {
    font-size: 1em;
  }
}
.example-table th, .example-table td {
  padding: 0.75em 1em;
  border: 1px solid var(--main-color2);
}
.example-table th {
  background: var(--main-color);
  color: #FFFFFF;
  text-align: center;
  min-width: 7em;
}
.example-table td {
  color: var(--main-color);
}

.flow-title {
  background: var(--main-color);
  font-size: 2.1875em;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  padding: 0.25em 1em;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .flow-title {
    font-size: 1.875em;
  }
}
@media (max-width: 767.98px) {
  .flow-title {
    font-size: 1.375em;
  }
}
.flow-step {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 15em;
}
@media (max-width: 1399.98px) {
  .flow-step {
    padding-left: 5em;
  }
}
@media (max-width: 1199.98px) {
  .flow-step {
    padding-left: 0;
  }
}
.flow-step-circle {
  position: relative;
  height: 100%;
  padding-bottom: 1.5em;
}
.flow-step-circle::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 100%;
  background: var(--main-color3);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.flow-step-num {
  font-size: 2.5em;
  color: var(--main-color);
  line-height: 1em;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid var(--main-color);
  aspect-ratio: 1/1;
  margin: 0;
  padding: 0.5em;
}
@media (max-width: 767.98px) {
  .flow-step-num {
    font-size: 1.875em;
  }
}
@media (max-width: 575.98px) {
  .flow-step-num {
    font-size: 1.5625em;
  }
}
.flow-step-name {
  font-size: 1.875em;
  font-weight: bold;
  color: var(--main-color);
  margin: 0.6em 0 0;
}
@media (max-width: 1199.98px) {
  .flow-step-name {
    font-size: 1.5625em;
  }
}
@media (max-width: 767.98px) {
  .flow-step-name {
    font-size: 1.25em;
  }
}
.flow-step-text {
  line-height: 1.5em;
  margin: 0;
  padding-bottom: 1.5em;
}
.flow-step-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 200px;
}
@media (max-width: 991.98px) {
  .flow-step-img {
    position: relative;
    max-width: 200px;
    margin: 0 auto;
  }
}

.introduction {
  position: relative;
}
.introduction-space {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 1.5vw;
       column-gap: 1.5vw;
}
@media (max-width: 1399.98px) {
  .introduction-space {
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}
@media (max-width: 991.98px) {
  .introduction-space {
    -moz-column-gap: 0.75em;
         column-gap: 0.75em;
  }
}
@media (max-width: 767.98px) {
  .introduction-space {
    flex-direction: column;
    row-gap: 1em;
  }
}
.introduction-text {
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 2em;
  font-weight: bold;
  color: var(--main-color);
  letter-spacing: 0.3em;
  padding: 1em 0.5em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  border: 1px solid var(--main-color);
  background: #FFFFFF;
  line-height: 1em;
  margin: 0;
}
@media (max-width: 1399.98px) {
  .introduction-text {
    font-size: 1.875em;
  }
}
@media (max-width: 1199.98px) {
  .introduction-text {
    font-size: 1.5625em;
  }
}
@media (max-width: 991.98px) {
  .introduction-text {
    font-size: 1.25em;
  }
}
@media (max-width: 767.98px) {
  .introduction-text {
    writing-mode: horizontal-tb;
  }
}
@media (max-width: 575.98px) {
  .introduction-text {
    font-size: 1em;
    padding: 0.5em 0.5em;
  }
}
.introduction-arrow {
  --size: 30px;
  --border:20px;
  width: var(--size);
  position: relative;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .introduction-arrow {
    --size: 20px;
    --border:15px;
  }
}
@media (max-width: 767.98px) {
  .introduction-arrow {
    --size: 30px;
    --border:20px;
    display: block;
    width: 100%;
    height: var(--size);
  }
}
@media (max-width: 575.98px) {
  .introduction-arrow {
    --size: 20px;
    --border:15px;
  }
}
.introduction-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: var(--border) solid transparent;
  border-left: var(--size) solid var(--main-color);
}
@media (max-width: 767.98px) {
  .introduction-arrow::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border: var(--border) solid transparent;
    border-top: var(--size) solid var(--main-color);
  }
}
.introduction-img {
  position: relative;
  left: 0;
  bottom: 0;
  z-index: -1;
  max-width: 250px;
  display: block;
  margin: 20px auto 0;
}
@media (max-width: 1399.98px) {
  .introduction-img {
    max-width: 200px;
  }
}

.area {
  position: relative;
}
.area-title {
  font-size: 1.875em;
  font-weight: bold;
  color: var(--main-color);
  text-align: center;
  margin: 0;
}
@media (max-width: 1399.98px) {
  .area-title {
    font-size: 1.75em;
  }
}
@media (max-width: 1199.98px) {
  .area-title {
    font-size: 1.5625em;
  }
}
@media (max-width: 767.98px) {
  .area-title {
    font-size: 1.25em;
  }
}
.area-img {
  position: absolute;
  right: 10%;
  bottom: 0;
  z-index: -1;
  max-width: 250px;
  display: block;
}
@media (max-width: 1399.98px) {
  .area-img {
    max-width: 180px;
  }
}
@media (max-width: 1199.98px) {
  .area-img {
    max-width: 150px;
  }
}
@media (max-width: 991.98px) {
  .area-img {
    position: relative;
    max-width: 200px;
    margin: 20px auto 0;
    right: 0;
  }
}