@charset "UTF-8";
* {
  font-family: "source-han-sans-japanese", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

html {
  font-size: 56.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media print, screen and (min-width: 1024px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.6rem;
  overflow-x: hidden;
}

li {
  list-style: none;
}

a {
  display: block;
  color: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  opacity: 0.5;
}
a *, a::before, a::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media print, screen and (min-width: 1024px) {
  a[href*=tel] {
    pointer-events: none;
  }
}

span,
small {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-align: inherit;
  line-height: inherit;
}

img {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: auto;
  vertical-align: bottom;
}

@media print, screen and (min-width: 375px) {
  br.under375 {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  br.under768 {
    display: none;
  }
}
br.over768 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  br.over768 {
    display: block;
  }
}
br.over1024 {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  br.over1024 {
    display: block;
  }
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  overflow-x: hidden;
  opacity: 0;
  -webkit-animation: fade 1s forwards;
          animation: fade 1s forwards;
}

.inner {
  width: 90%;
  margin: auto;
}
.inner.max765 {
  max-width: 765px;
}
.inner.max995 {
  max-width: 995px;
}
.inner.max1200 {
  max-width: 1200px;
}
.inner.max1400 {
  max-width: 1400px;
}
.inner.max1600 {
  max-width: 1600px;
}

.btn {
  margin: auto;
}
.btn a {
  color: #fff;
  text-align: center;
}
.btn a::after {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: url(../img/icon_roundarrow.svg) center/contain no-repeat;
}
.btn a.relative {
  position: relative;
  z-index: 0;
}
.btn a.relative::after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.btn a.flex {
  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;
  gap: 2rem;
}
.btn a.type01 {
  font-size: 1.8rem;
  background: -webkit-gradient(linear, left top, right top, from(#662d91), to(#ff57a7));
  background: linear-gradient(to right, #662d91, #ff57a7);
}
.btn a.type02 {
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #b40d85), to(#6d00ff));
  background: linear-gradient(to right, #b40d85 60%, #6d00ff);
  border-radius: 9999px;
}
.btn a.type02.relative::after {
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}

.SlideOut {
  position: relative;
  overflow: hidden;
  display: block;
}
.SlideOut::before {
  content: "";
  width: 100%;
  height: 102%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.SlideOut.isActive::before {
  -webkit-transform: translate(105%, -50%);
          transform: translate(105%, -50%);
}

.SlideUp {
  -webkit-transform: translateY(20rem);
          transform: translateY(20rem);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.SlideUp.isActive {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media print, screen and (min-width: 768px) {
  .FadeUp {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20rem);
            transform: translateY(20rem);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
}
.FadeUp.isActive {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media print, screen and (min-width: 768px) {
  .Reveal {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: all 0.1s;
            transform: all 0.1s;
  }
}
.Reveal.isActive {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

/* ---------- header ---------- */
#header {
  position: fixed;
  top: 0;
  left: calc(50% - 0.1rem);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 9999999999;
  width: 100%;
  max-width: 1920px;
  background-color: #333;
  padding: min(2vw, 1.5rem) min(4vw, 4rem);
}
@media print, screen and (min-width: 1024px) {
  #header {
    padding: 1.5rem min(2vw, 4rem);
  }
}
#header * {
  color: #fff;
}
#header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .area_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.5rem;
}
@media print, screen and (min-width: 768px) {
  #header .area_nav {
    gap: 0 3rem;
  }
}
#header h1.logo {
  width: clamp(15rem, 25vw, 29.5rem);
}
@media print, screen and (min-width: 1024px) {
  #header h1.logo {
    width: min(18vw, 29.5rem);
  }
}
#header h1.logo a {
  display: grid;
  place-items: center;
}
@media print, screen and (min-width: 1024px) {
  #header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 min(3.5vw, 5.5rem);
  }
}
#header nav .anchor_link {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  #header nav .anchor_link {
    display: block;
  }
}
#header nav .anchor_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header nav .anchor_link ul li a {
  padding: 0 min(1vw, 2.5rem);
}
@media print, screen and (min-width: 768px) {
  #header nav .contact_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0.1rem solid #fff;
    border-radius: 9999px;
  }
}
#header nav .contact_link > p {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #header nav .contact_link > p {
    display: block;
    font-size: 1.5rem;
    padding: 0 min(2.5vw, 3.5rem);
  }
}
#header nav .contact_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header nav .contact_link ul li {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media print, screen and (min-width: 768px) {
  #header nav .contact_link ul li:nth-of-type(1) {
    position: relative;
  }
  #header nav .contact_link ul li:nth-of-type(1)::before, #header nav .contact_link ul li:nth-of-type(1)::after {
    content: "";
    width: 0.1rem;
    height: 80%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  #header nav .contact_link ul li:nth-of-type(1)::before {
    left: 0;
  }
  #header nav .contact_link ul li:nth-of-type(1)::after {
    right: 0;
  }
}
#header nav .contact_link ul li a {
  width: min(14vw, 6rem);
  height: 100%;
  display: grid;
  place-items: center;
}
@media print, screen and (min-width: 768px) {
  #header nav .contact_link ul li a {
    width: auto;
    padding: 1rem min(2.5vw, 3.5rem);
  }
}
#header nav .contact_link ul li a .icon {
  width: min(8vw, 4rem);
  margin: auto;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  #header nav .contact_link ul li a .icon {
    width: min(3vw, 4rem);
  }
}
@media print, screen and (min-width: 768px) {
  #header nav .contact_link ul li.tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 1rem;
  }
}
#header nav .contact_link ul li.tel .icon {
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../img/icon_tel.svg);
          mask-image: url(../img/icon_tel.svg);
}
#header nav .contact_link ul li.tel p.number {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #header nav .contact_link ul li.tel p.number {
    display: block;
    font-size: min(1.5vw, 1.5rem);
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
    text-align: center;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 1024px) {
  #header nav .contact_link ul li.tel p.number {
    font-size: min(1.2vw, 1.5rem);
  }
}
#header nav .contact_link ul li.tel p.number span {
  display: block;
  font-size: min(2vw, 2.2rem);
  font-weight: bold;
  text-align: inherit;
}
@media print, screen and (min-width: 1024px) {
  #header nav .contact_link ul li.tel p.number span {
    font-size: min(1.65vw, 2.2rem);
  }
}
#header nav .contact_link ul li.mail .icon {
  aspect-ratio: 4/3;
  -webkit-mask-image: url(../img/icon_mail.svg);
          mask-image: url(../img/icon_mail.svg);
}
#header button.menu_toggle {
  position: relative;
  width: 4rem;
  height: 4rem;
}
@media print, screen and (min-width: 768px) {
  #header button.menu_toggle {
    padding-right: 1.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #header button.menu_toggle {
    display: none;
  }
}
#header button.menu_toggle span {
  display: block;
  width: 4rem;
  height: 0.2rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header button.menu_toggle span:nth-of-type(1) {
  top: 50%;
}
#header button.menu_toggle span:nth-of-type(2) {
  top: calc(50% - 1rem);
}
#header button.menu_toggle span:nth-of-type(3) {
  top: calc(50% + 1rem);
}
#header button.menu_toggle.active span:nth-of-type(1) {
  opacity: 0;
}
#header button.menu_toggle.active span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#header button.menu_toggle.active span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header .overlay.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#header .overlay nav {
  padding: 4rem 0;
}
#header .overlay nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem 0;
}
#header .overlay nav ul li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: 500;
}

/* ---------- header　ここまで ---------- */
/* ---------- footer ---------- */
#footer {
  position: relative;
  z-index: -1;
  background-color: #333;
}
#footer .inner {
  padding: clamp(6rem, 8vw, 8rem) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem 0;
}
@media print, screen and (min-width: 768px) {
  #footer .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 5%;
  }
}
#footer .inner * {
  color: #fff;
}
#footer h2.logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#footer ul.logo_list {
  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;
  gap: 0 5%;
}
@media print, screen and (min-width: 768px) {
  #footer ul.logo_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#footer ul.logo_list li {
  position: relative;
}
#footer ul.logo_list li.abits {
  width: 52.5%;
  max-width: 22rem;
}
#footer ul.logo_list li.doctorhp {
  width: 42.5%;
  max-width: 18rem;
}
#footer ul.logo_list li p {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  font-size: 1.2rem;
}
#footer .company_info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 0;
}
#footer .company_info address {
  text-align: left;
}
#footer .company_info address span {
  display: inline-block;
}
#footer .company_info address a {
  display: inline;
}
#footer .company_info dl {
  max-width: 50rem;
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  #footer .company_info dl {
    max-width: none;
    width: min(50vw, 64rem);
  }
}
#footer .company_info dl dt {
  font-size: 2rem;
  font-weight: bold;
}
#footer .to_top {
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  background-color: #1a1a1a;
  border: 0.1rem solid #1a1a1a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#footer .to_top a {
  height: 100%;
  -webkit-mask-image: url(../img/top_arrow.svg);
          mask-image: url(../img/top_arrow.svg);
  -webkit-mask-size: 1.6rem;
          mask-size: 1.6rem;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
#footer .to_top:hover {
  background-color: #fff;
}
#footer .to_top:hover a {
  background-color: #1a1a1a;
}
#footer p.copyright {
  text-align: center;
  padding: 1em 0;
  background-color: #fff;
}

/* ---------- footer　ここまで ---------- */
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#top header.common_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top header.common_title::before, #top header.common_title::after {
  content: "";
  width: 0.1rem;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 50%;
}
@media print, screen and (min-width: 1024px) {
  #top header.common_title::before, #top header.common_title::after {
    height: 230%;
  }
}
#top header.common_title::before {
  left: -10%;
  -webkit-transform: translate(0, -50%) rotate(-35deg);
          transform: translate(0, -50%) rotate(-35deg);
}
@media print, screen and (min-width: 1024px) {
  #top header.common_title::before {
    left: -30%;
  }
}
#top header.common_title::after {
  right: -10%;
  -webkit-transform: translate(0, -50%) rotate(35deg);
          transform: translate(0, -50%) rotate(35deg);
}
@media print, screen and (min-width: 1024px) {
  #top header.common_title::after {
    right: -30%;
  }
}
#top header.common_title p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(1.4rem, 3vw, 2.5rem);
  font-weight: 500;
}
#top header.common_title h2 {
  font-size: clamp(2rem, 4.5vw, 6rem);
  font-weight: 700;
}
#top section.fv {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1.75;
  max-height: 115rem;
}
@media print, screen and (min-width: 768px) {
  #top section.fv {
    aspect-ratio: 1920/780;
    max-height: none;
  }
}
#top section.fv::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/top/fv_line.png), url(../img/top/fv_bg.webp);
  background-size: contain, cover;
  background-position: top, center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999999999;
}
@media print, screen and (min-width: 768px) {
  #top section.fv::before {
    background-image: url(../img/top/fv_line.png), url(../img/top/fv_catch-bg.png), url(../img/top/fv_bg.webp);
    background-size: contain, 100%, cover;
    background-position: top, top, center;
    background-size: contain, 47.5vw, cover;
    background-position: top, left, center;
  }
}
#top section.fv .fv_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media print, screen and (min-width: 768px) {
  #top section.fv .fv_inner {
    width: 90.5vw;
    position: absolute;
    top: 2vw;
    left: 4vw;
    z-index: -999;
  }
}
#top section.fv .catch_area {
  padding-top: 8vw;
}
@media print, screen and (min-width: 768px) {
  #top section.fv .catch_area {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #top section.fv .catch_area header {
    margin-top: 3%;
  }
}
#top section.fv .catch_area header p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: min(4vw, 2.4rem);
  line-height: 1.8;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  #top section.fv .catch_area header p {
    margin: 0;
    font-size: min(1.1vw, 2rem);
    font-weight: 500;
  }
}
#top section.fv .catch_area header p span {
  display: inline-block;
}
#top section.fv .catch_area header h2 {
  margin-top: 8vw;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: min(6vw, 5rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  #top section.fv .catch_area header h2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 1.8vw;
    font-size: min(2.6vw, 5rem);
  }
}
#top section.fv .catch_area header h2 span {
  line-height: 1;
  text-align: center;
}
#top section.fv .catch_area header h2 span::before {
  background: url(../img/top/fv_bg.webp);
}
@media print, screen and (min-width: 768px) {
  #top section.fv .catch_area header h2 span::before {
    background: #f2f2f2;
  }
}
#top section.fv .catch_area header h2 span:nth-of-type(1)::before {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
#top section.fv .catch_area header h2 span:nth-of-type(2)::before {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
@media print, screen and (min-width: 768px) {
  #top section.fv .catch_area header h2 span:nth-of-type(2) {
    margin-top: 1.5vw;
  }
}
#top section.fv .catch_area header h2 strong {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2vw auto;
  line-height: 1;
  background-color: #000;
  margin-right: 0.1em;
  padding: 0.1em;
}
@media print, screen and (min-width: 768px) {
  #top section.fv .catch_area header h2 strong {
    display: inline-block;
    margin: 0 0.1em 0 0;
  }
}
#top section.fv .catch_area header h2 strong img {
  height: 1.5em;
}
@media print, screen and (min-width: 768px) {
  #top section.fv .catch_area header h2 strong img {
    height: 1em;
  }
}
#top section.fv .catch_area .illust {
  width: 80%;
  max-width: 45rem;
  margin: 6vw auto 0;
  aspect-ratio: 770/219;
  background-image: url(../img/top/fv_illust02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (min-width: 768px) {
  #top section.fv .catch_area .illust {
    margin: 1.35vw 0 0;
    width: 40vw;
    max-width: none;
  }
}
#top section.fv .voice_area {
  width: 100%;
  max-width: 45rem;
  margin: 10vw auto 0;
  padding: 8vw 0 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #top section.fv .voice_area {
    width: 47.5vw;
    max-width: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}
#top section.fv .voice_area .illust {
  width: 60%;
  margin: auto;
  aspect-ratio: 770/495;
  background-image: url(../img/top/fv_illust01.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
  #top section.fv .voice_area .illust {
    width: 84.5%;
    margin: 2vw 3% 0 auto;
    background-position: left;
  }
}
#top section.fv .voice_area .voice {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: zoom 0.5s forwards;
          animation: zoom 0.5s forwards;
}
#top section.fv .voice_area .voice.voice01 {
  width: 25%;
  aspect-ratio: 188/189;
  position: absolute;
  top: 38%;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  #top section.fv .voice_area .voice.voice01 {
    width: 9.8vw;
    top: 42%;
    left: -2%;
  }
}
#top section.fv .voice_area .voice.voice02 {
  width: 34%;
  aspect-ratio: 240/185;
  position: absolute;
  top: -7.5%;
  left: 18%;
}
@media print, screen and (min-width: 768px) {
  #top section.fv .voice_area .voice.voice02 {
    width: 12.5vw;
    top: 10%;
    left: 15%;
  }
}
#top section.fv .voice_area .voice.voice03 {
  width: 25%;
  aspect-ratio: 184/183;
  position: absolute;
  top: 0;
  right: 20%;
}
@media print, screen and (min-width: 768px) {
  #top section.fv .voice_area .voice.voice03 {
    width: 9.5vw;
    top: 0;
    right: 12%;
  }
}
#top section.fv .voice_area .voice.voice04 {
  width: 25%;
  aspect-ratio: 195/182;
  position: absolute;
  top: 40%;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  #top section.fv .voice_area .voice.voice04 {
    width: 10vw;
    top: 47%;
    right: 3%;
  }
}
#top .to_contact {
  width: 90%;
  max-width: 100rem;
  margin: max(-15rem, -15vw) auto 0;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.55);
          box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.55);
  border-radius: 2.4rem;
  padding: clamp(2rem, 6vw, 6rem) 0;
}
@media print, screen and (min-width: 768px) {
  #top .to_contact {
    width: 60%;
    margin: max(-15rem, -8vw) auto 0;
    padding: min(3vw, 6rem) 0;
  }
}
#top .to_contact p {
  font-size: clamp(2.2rem, 6vw, 4rem);
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #top .to_contact p {
    font-size: min(3vw, 4rem);
  }
}
#top .to_contact strong {
  display: block;
  margin-top: min(2vw, 1.5rem);
  font-size: clamp(1.6rem, 4.5vw, 2.5rem);
  font-weight: 400;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #top .to_contact strong {
    font-size: min(2vw, 2.5rem);
    font-weight: 500;
  }
}
#top .to_contact .btn_area {
  margin-top: clamp(3rem, 6vw, 6rem);
}
@media print, screen and (min-width: 768px) {
  #top .to_contact .btn_area {
    margin-top: min(3vw, 6rem);
  }
}
#top .to_contact .btn_area .btn {
  width: 90%;
  max-width: 40rem;
}
#top .to_contact .btn_area .btn a {
  padding: 1em 0;
}
#top section.problem {
  margin-top: clamp(6rem, 8vw, 23rem);
}
@media print, screen and (min-width: 768px) {
  #top section.problem {
    margin-top: 8vw, 23rem;
  }
}
#top section.problem header {
  position: relative;
  font-size: clamp(2.4rem, 6vw, 6.9rem);
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  #top section.problem header {
    font-size: min(5vw, 6.9rem);
  }
}
#top section.problem header::after {
  content: "";
  width: 30%;
  max-width: 26rem;
  aspect-ratio: 260/157;
  background: url(../img/top/problem_title-illust.png) center/contain no-repeat;
  position: absolute;
  bottom: 10%;
  left: 92.5%;
}
@media print, screen and (min-width: 768px) {
  #top section.problem header::after {
    width: 40%;
    bottom: 20%;
    left: 97.5%;
  }
}
#top section.problem ul.problem_list {
  margin-top: clamp(4rem, 8vw, 20rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(2rem, 5vw, 10rem) 3rem;
}
#top section.problem ul.problem_list li {
  width: 100%;
  max-width: 38rem;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #top section.problem ul.problem_list li {
    width: calc((100% - 3rem) / 2);
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.problem ul.problem_list li {
    width: calc((100% - 6rem) / 3);
  }
  #top section.problem ul.problem_list li:nth-of-type(2), #top section.problem ul.problem_list li:nth-of-type(5) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  #top section.problem ul.problem_list li:nth-of-type(3), #top section.problem ul.problem_list li:nth-of-type(6) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
#top section.problem ul.problem_list li p {
  width: 100%;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  background-color: #000;
  padding: 0.2em 0;
  position: absolute;
  top: 0;
}
#top section.problem ul.problem_list li .btn_area {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#top section.problem ul.problem_list li .btn_area .btn {
  width: 21.5rem;
}
#top section.problem ul.problem_list li .btn_area .btn a {
  padding: 0.5em 0;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #top section.problem ul.problem_list li .btn_area .btn a {
    padding: 0.8em 0;
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.problem ul.problem_list li .btn_area .btn a {
    padding: min(0.8vw, 0.8em);
  }
}
#top section.problem ul.problem_list li .btn_area .btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%);
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#top section.problem ul.problem_list li .btn_area .btn a:hover {
  opacity: 1;
}
#top section.problem ul.problem_list li .btn_area .btn a:hover::before {
  left: 100%;
}
#top section.process {
  position: relative;
  margin-top: clamp(6rem, 7.5vw, 15rem);
  padding: clamp(6rem, 7.5vw, 15rem) 0;
}
#top section.process::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/top/process_bg.png) top center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -99999;
}
#top section.process * {
  color: #fff;
}
#top section.process header p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: min(6vw, 2.5rem);
  text-align: center;
}
#top section.process header p::before {
  background: #333;
}
#top section.process header h2 {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top section.process header h2 span {
  font-size: min(10vw, 7.5rem);
  font-weight: 700;
}
#top section.process header h2 span::before {
  background: #333;
}
#top section.process header h2 span img {
  height: 0.95em;
}
#top section.process p.info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: clamp(4rem, 5vw, 10rem) auto 0;
  font-size: clamp(1.6rem, 4vw, 1.9rem);
  line-height: 2;
}
#top section.process .illust {
  margin: clamp(4rem, 5vw, 10rem) auto 0;
  width: 80%;
  max-width: 68rem;
  aspect-ratio: 688/579;
  background: url(../img/top/process_illust.png) center/contain no-repeat;
}
#top section.process .process_flow {
  padding-top: clamp(3rem, 6vw, 6rem);
}
#top section.process .process_flow h3 {
  position: relative;
  color: #f7941d;
  font-size: 1.8rem;
  text-align: center;
  background-color: #333;
  border: 0.1rem solid;
  -o-border-image: linear-gradient(to right, #ffc200, #c33cc2) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#ffc200), to(#c33cc2)) 1;
     border-image: linear-gradient(to right, #ffc200, #c33cc2) 1;
  padding: 0.5em 0;
}
#top section.process .process_flow ol {
  margin-top: 2rem;
}
#top section.process .process_flow ol li {
  padding: clamp(2rem, 4vw, 4rem) 0;
  border-bottom: 0.1rem solid #fff;
}
#top section.process .process_flow ol li p.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2rem;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  #top section.process .process_flow ol li p.title {
    font-weight: 500;
  }
}
#top section.process .process_flow ol li p.title::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#top section.process .process_flow ol li p.title.number01::before {
  background-image: url(../img/top/process_number01.png);
}
#top section.process .process_flow ol li p.title.number02::before {
  background-image: url(../img/top/process_number02.png);
}
#top section.process .process_flow ol li p.title.number03::before {
  background-image: url(../img/top/process_number03.png);
}
#top section.process .process_flow ol li p.title.number04::before {
  background-image: url(../img/top/process_number04.png);
}
#top section.process .process_flow ol li p.title.number05::before {
  background-image: url(../img/top/process_number05.png);
}
#top section.process .process_flow ol li p.title.number06::before {
  background-image: url(../img/top/process_number06.png);
}
#top section.process .process_flow ol li p.title.number07::before {
  background-image: url(../img/top/process_number07.png);
}
#top section.process .process_flow ol li p.desc {
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  #top section.process .process_flow ol li p.desc {
    margin-left: 3em;
  }
}
#top section.process .process_flow ol li .btn_area {
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  #top section.process .process_flow ol li .btn_area {
    margin-left: 3em;
  }
}
#top section.process .process_flow ol li .btn_area .btn a {
  padding: 0.5em 0;
}
#top section.capability {
  padding: clamp(6rem, 8vw, 18rem) 0 clamp(6rem, 5vw, 10rem);
  background-color: #e6e6e6;
}
#top section.capability header.common_title p::before,
#top section.capability header.common_title h2::before {
  background: #e6e6e6;
}
#top section.capability ul.support_list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: clamp(4rem, 8vw, 18rem) auto 0;
}
@media print, screen and (min-width: 768px) {
  #top section.capability ul.support_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
#top section.capability ul.support_list li {
  padding: 1.5rem 0;
  border-top: 0.1rem solid #000;
}
#top section.capability ul.support_list li:nth-of-type(4) {
  border-bottom: 0.1rem solid #000;
}
@media print, screen and (min-width: 768px) {
  #top section.capability ul.support_list li {
    width: 25%;
    padding-top: 0;
    border-top: none;
    border-left: 0.1rem solid #000;
  }
  #top section.capability ul.support_list li:nth-of-type(4) {
    border-bottom: none;
    border-right: 0.1rem solid #000;
  }
}
#top section.capability ul.support_list li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2rem;
}
@media print, screen and (min-width: 768px) {
  #top section.capability ul.support_list li > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(2vw, 3.5rem) 0;
  }
}
#top section.capability ul.support_list li:nth-of-type(2) > div {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#top section.capability ul.support_list li:nth-of-type(3) > div {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#top section.capability ul.support_list li:nth-of-type(4) > div {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
#top section.capability ul.support_list li .icon {
  width: min(6vw, 4.5rem);
  max-width: 4.5rem;
  height: min(8vw, 6rem);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
  #top section.capability ul.support_list li .icon {
    width: min(3vw, 4.5rem);
    height: min(4vw, 6rem);
  }
}
#top section.capability ul.support_list li .icon01 {
  background-image: url(../img/top/icon_support01.png);
}
#top section.capability ul.support_list li .icon02 {
  background-image: url(../img/top/icon_support02.png);
}
#top section.capability ul.support_list li .icon03 {
  background-image: url(../img/top/icon_support03.png);
}
#top section.capability ul.support_list li .icon04 {
  background-image: url(../img/top/icon_support04.png);
}
#top section.capability ul.support_list li strong {
  font-size: min(4.5vw, 1.9rem);
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  #top section.capability ul.support_list li strong {
    font-size: min(1.45vw, 1.9rem);
    text-align: center;
  }
}
#top section.capability ul.support_list li strong span {
  font-weight: 700;
}
#top section.capability .capability_list {
  margin-top: clamp(8rem, 7.5vw, 15rem);
}
#top section.capability .capability_list.inner {
  width: 100%;
}
#top section.capability .capability_list .block {
  background-color: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
}
#top section.capability .capability_list .block:not(:first-of-type) {
  margin-top: clamp(4rem, 4vw, 8rem);
}
#top section.capability .capability_list header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  background-color: #1a1a1a;
  border-top-right-radius: 1.5rem;
  padding: 2rem 0 0;
}
@media print, screen and (min-width: 768px) {
  #top section.capability .capability_list header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: clamp(10rem, 10vw, 15rem);
    padding: 0;
  }
}
#top section.capability .capability_list header h3 {
  margin-top: 2rem;
  width: 90%;
  max-width: 42.5rem;
  color: #fff;
  font-size: clamp(1.6rem, 4vw, 2.1rem);
  font-weight: normal;
  background-color: #8557a7;
  padding: 0.5em 0 0.5em 1em;
  clip-path: polygon(0 0, 92.5% 0, 100% 100%, 0% 100%);
}
@media print, screen and (min-width: 768px) {
  #top section.capability .capability_list header h3 {
    margin-top: 0;
    width: 40%;
    font-size: min(2vw, 2.1rem);
    padding: 1.25em 0 1.25em 1.25em;
  }
}
#top section.capability .capability_list header strong {
  display: block;
}
@media print, screen and (min-width: 768px) {
  #top section.capability .capability_list header strong {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    align-self: stretch;
    display: grid;
    place-items: center;
  }
}
#top section.capability .capability_list header strong span {
  display: block;
  color: #fff;
  font-size: clamp(1.8rem, 5vw, 4.1rem);
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #top section.capability .capability_list header strong span {
    font-size: min(2.5vw, 4.1rem);
    font-weight: 700;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
#top section.capability .capability_list .flex {
  padding: clamp(2rem, 4vw, 8rem) 0;
}
@media print, screen and (min-width: 1024px) {
  #top section.capability .capability_list .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 3.5rem;
  }
}
#top section.capability .capability_list .detail {
  padding: 0 min(4vw, 2.5rem);
}
@media print, screen and (min-width: 1024px) {
  #top section.capability .capability_list .detail {
    width: 55%;
    padding-right: 0;
  }
}
#top section.capability .capability_list .detail.websystem {
  width: 100%;
  padding-right: min(4vw, 2.5rem);
}
#top section.capability .capability_list .assist_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem 0;
}
#top section.capability .capability_list .assist_list.websystem {
  max-width: 98.5rem;
  margin: clamp(4rem, 4vw, 8rem) auto auto;
}
@media print, screen and (min-width: 768px) {
  #top section.capability .capability_list .assist_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3rem 5%;
  }
}
#top section.capability .capability_list .assist_list dl {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #top section.capability .capability_list .assist_list dl {
    width: 47.5%;
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.capability .capability_list .assist_list dl {
    max-width: 29rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.capability .capability_list .assist_list dl.column_3 {
    width: 30%;
  }
}
#top section.capability .capability_list .assist_list dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7rem;
  border: 0.1rem solid #8557a7;
  border-radius: 1.5rem;
}
#top section.capability .capability_list .assist_list dl dt .icon {
  width: 5rem;
  background-position: center;
  background-repeat: no-repeat;
}
#top section.capability .capability_list .assist_list dl dt .icon.microsoft {
  height: 4rem;
  background-image: url(../img/top/icon_microsoft.png);
  background-size: 3rem;
}
#top section.capability .capability_list .assist_list dl dt .icon.filemaker {
  height: 2.4rem;
  background-image: url(../img/top/icon_filemaker.png);
  background-size: 3.2rem;
}
#top section.capability .capability_list .assist_list dl dt .icon.dtp {
  height: 2.5rem;
  background-image: url(../img/top/icon_dtp.png);
  background-size: 3.4rem;
}
#top section.capability .capability_list .assist_list dl dt .icon.websystem {
  height: 3rem;
  background-image: url(../img/top/icon_websystem.png);
  background-size: 3.6rem;
}
#top section.capability .capability_list .assist_list dl dt span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  #top section.capability .capability_list .assist_list dl dt span {
    font-weight: 500;
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.capability .capability_list .assist_list dl dt span {
    font-size: min(1.25vw, 1.6rem);
  }
}
#top section.capability .capability_list .assist_list dl dd {
  margin-top: 2rem;
}
@media print, screen and (min-width: 1024px) {
  #top section.capability .capability_list .assist_list dl dd {
    margin-top: 4rem;
  }
}
#top section.capability .capability_list .assist_list dl dd.catch {
  margin-top: 2rem;
  color: #8557a7;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  #top section.capability .capability_list .assist_list dl dd.catch {
    min-height: 3em;
    font-weight: 700;
  }
}
#top section.capability .capability_list .assist_list dl dd p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
}
@media print, screen and (min-width: 1024px) {
  #top section.capability .capability_list .assist_list dl dd p {
    font-size: min(1.25vw, 1.6rem);
  }
}
#top section.capability .capability_list .assist_list dl dd p + p {
  margin-top: 2rem;
}
#top section.capability .capability_list .assist_list dl dd p::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/top/icon_roundcheck.png) center/contain no-repeat;
  position: relative;
  top: 0.3em;
}
#top section.capability .capability_list .assist_list dl dd p span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#top section.capability .capability_list .assist_target {
  margin: 2rem auto 0;
  background-color: #000;
  border-radius: 1.5rem;
  padding: 2rem;
}
@media print, screen and (min-width: 1024px) {
  #top section.capability .capability_list .assist_target {
    margin-top: 3.5rem;
  }
}
#top section.capability .capability_list .assist_target.websystem {
  max-width: 98.5rem;
}
#top section.capability .capability_list .assist_target dl dt {
  color: #fff;
  border-left: 0.1rem solid #fff;
  padding-left: 1rem;
}
#top section.capability .capability_list .assist_target dl dt:not(:first-of-type) {
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  #top section.capability .capability_list .assist_target dl dt {
    font-weight: 500;
  }
}
#top section.capability .capability_list .assist_target dl dd {
  margin-top: 2rem;
  color: #fff;
}
#top section.capability .capability_list .problem_voice {
  max-width: 98.5rem;
  margin: clamp(4rem, 8vw, 12rem) auto 0;
  position: relative;
  z-index: 10;
}
#top section.capability .capability_list .problem_voice ul li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #f2f2f2;
  -webkit-transform: scaleX(0.9);
          transform: scaleX(0.9);
  -webkit-transform-origin: left;
          transform-origin: left;
}
#top section.capability .capability_list .problem_voice ul li + li {
  margin-top: 0.7rem;
}
#top section.capability .capability_list .problem_voice ul li p {
  position: relative;
  font-family: "UD Shin Go Condensed 90";
  font-size: min(3.3vw, 1.9rem);
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
  padding-left: 1.5em;
  padding: 0.5em 1.5em 0.5em 3em;
}
@media print, screen and (min-width: 768px) {
  #top section.capability .capability_list .problem_voice ul li p {
    font-weight: 600;
  }
}
#top section.capability .capability_list .problem_voice ul li p::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/top/icon_face.png) center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 1.5em;
  -webkit-transform: translate(0, -50%) scaleX(1.2);
          transform: translate(0, -50%) scaleX(1.2);
}
#top section.capability .capability_list .problem_voice strong {
  display: inline-block;
  margin-top: 0.7rem;
  color: #fff;
  font-size: min(5.8vw, 4.1rem);
  font-weight: 500;
  white-space: nowrap;
  background-color: #000;
  padding: 0 0.3em;
}
@media print, screen and (min-width: 768px) {
  #top section.capability .capability_list .problem_voice strong {
    font-weight: 900;
  }
}
#top section.capability .capability_list p.notation {
  margin: 2rem auto 0;
  font-size: 1.5rem;
}
#top section.capability .capability_list p.notation.websystem {
  max-width: 98.5rem;
  margin-bottom: clamp(2rem, 6vw, 10rem);
}
#top section.capability .capability_list .screen_img {
  margin-top: 2rem;
  width: 90%;
  max-width: 52rem;
  margin-left: auto;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 1024px) {
  #top section.capability .capability_list .screen_img {
    width: calc(48% - 3.5rem);
    margin: 0;
    background-size: contain !important;
  }
}
#top section.capability .capability_list .screen_img.microsoft {
  aspect-ratio: 520/511;
  background-image: url(../img/top/screen_microsoft.png);
}
#top section.capability .capability_list .screen_img.filemaker {
  aspect-ratio: 520/532;
  background-image: url(../img/top/screen_filemaker.png);
}
#top section.capability .capability_list .screen_img.dtp {
  aspect-ratio: 518/718;
  background-image: url(../img/top/screen_dtp.png);
}
#top section.capability .capability_list .screen_img.websystem {
  max-width: none;
  aspect-ratio: 970/784;
  background-image: url(../img/top/screen_websystem.png);
  position: relative;
  right: -2.5rem;
}
@media print, screen and (min-width: 768px) {
  #top section.capability .capability_list .screen_img.websystem {
    width: 82%;
    margin: -28% 0 0 auto !important;
  }
}
#top section.capability .capability_list .btn_area .btn a {
  padding: clamp(1em, 2vw, 1.8em);
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
#top section.capability .capability_list .btn_area .btn a::after {
  right: auto;
  left: calc(50% + clamp(6em, 10vw, 10em));
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#top section.example {
  padding-top: clamp(6rem, 8vw, 18rem);
}
#top section.example ul.example_list {
  margin-top: clamp(4rem, 8vw, 18rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  #top section.example ul.example_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: min(4vw, 8rem) min(5vw, 5rem);
  }
}
#top section.example ul.example_list li {
  width: 100%;
  max-width: 45rem;
  margin: auto;
  border: 0.1rem solid #ebebeb;
  border-radius: 2rem;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #top section.example ul.example_list li {
    width: calc((100% - min(5vw, 5rem) * 2) / 3);
  }
}
#top section.example ul.example_list li * {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}
#top section.example ul.example_list li .image {
  width: 100%;
  aspect-ratio: 350/220;
}
#top section.example ul.example_list li .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#top section.example ul.example_list li .category {
  color: #fff;
  text-align: center;
  background-color: #8557a7;
  padding: 0.3em 0;
}
#top section.example ul.example_list li .date {
  margin-top: 2rem;
  font-weight: bold;
  padding: 0 1rem;
}
#top section.example ul.example_list li .text {
  margin-top: 2rem;
  padding: 0 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#top section.example ul.example_list li .link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem 0 2rem auto;
  padding: 0 1rem;
}
#top section.example ul.example_list li .link a {
  font-weight: bold;
}
#top section.example .link_area {
  margin-top: clamp(3rem, 6vw, 6rem);
}
#top section.example .link_area a {
  font-size: 1.8rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2rem;
}
#top section.example .link_area a::after {
  content: "";
  width: 1.2em;
  height: 1.2em;
  -webkit-mask: url(../img/icon_roundarrow.svg) center/contain no-repeat;
          mask: url(../img/icon_roundarrow.svg) center/contain no-repeat;
  background-color: #000;
}
#top section.consult {
  padding: clamp(6rem, 7.5vw, 15rem) 0;
}
#top section.consult .qa_area header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: clamp(2rem, 4.5vw, 6rem);
  font-weight: 700;
  text-align: center;
}
#top section.consult .qa_area header::before {
  background: #fff;
}
#top section.consult .qa_area ul {
  margin-top: clamp(4rem, 6vw, 14rem);
}
#top section.consult .qa_area ul li {
  border-top: 0.1rem dashed #000;
  padding: min(4vw, 6rem) 0;
}
#top section.consult .qa_area ul li:last-of-type {
  border-bottom: 0.1rem dashed #000;
}
#top section.consult .qa_area ul li .question p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 1rem;
}
@media print, screen and (min-width: 768px) {
  #top section.consult .qa_area ul li .question p {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 2rem;
  }
}
#top section.consult .qa_area ul li .question p::before {
  content: "";
  width: max(4rem, 7vw);
  max-width: 9.6rem;
  aspect-ratio: 96/82;
  background: url(../img/top/icon_question.png) center/contain no-repeat;
}
#top section.consult .qa_area ul li .question p span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 500;
}
#top section.consult .qa_area ul li .question p span::before {
  content: none;
}
@media print, screen and (min-width: 768px) {
  #top section.consult .qa_area ul li .question p span::before {
    content: "";
    background-color: #fff;
  }
}
#top section.consult .qa_area ul li .answer {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media print, screen and (min-width: 768px) {
  #top section.consult .qa_area ul li .answer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#top section.consult .qa_area ul li .answer .illust {
  margin: 2rem auto 0;
}
#top section.consult .qa_area ul li .answer .illust01 {
  width: 50%;
  aspect-ratio: 410/220;
  background: url(../img/top/qa_illust01.png) center/contain no-repeat;
}
@media print, screen and (min-width: 768px) {
  #top section.consult .qa_area ul li .answer .illust01 {
    width: 41rem;
  }
}
#top section.consult .qa_area ul li .answer .illust02 {
  width: 40%;
  aspect-ratio: 270/228;
  background: url(../img/top/qa_illust02.png) center/contain no-repeat;
}
@media print, screen and (min-width: 768px) {
  #top section.consult .qa_area ul li .answer .illust02 {
    width: 27rem;
  }
}
#top section.consult .qa_area ul li .answer .illust03 {
  width: 38%;
  aspect-ratio: 240/218;
  background: url(../img/top/qa_illust03.png) center/contain no-repeat;
}
@media print, screen and (min-width: 768px) {
  #top section.consult .qa_area ul li .answer .illust03 {
    width: 24rem;
  }
}
#top section.consult .qa_area ul li .answer p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 1rem;
}
@media print, screen and (min-width: 768px) {
  #top section.consult .qa_area ul li .answer p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 30rem;
  }
}
#top section.consult .qa_area ul li .answer p::before {
  content: "";
  width: max(4rem, 7vw);
  max-width: 9.6rem;
  aspect-ratio: 96/82;
  background: url(../img/top/icon_answer_sp.png) center/contain no-repeat;
}
@media print, screen and (min-width: 768px) {
  #top section.consult .qa_area ul li .answer p::before {
    max-width: 8.2rem;
    aspect-ratio: 82/96;
    background-image: url(../img/top/icon_answer.png);
    position: relative;
    left: clamp(-11%, -3vw, -1.5em);
    top: -1rem;
  }
}
#top section.consult .qa_area ul li .answer p span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(1.6rem, 3.2vw, 2rem);
  font-weight: 400;
}
#top section.consult .contact_area {
  margin-top: clamp(4rem, 4vw, 8rem);
  background-color: #e6e6e6;
  border-radius: clamp(2rem, 4vw, 9rem);
  padding: clamp(4rem, 7.5vw, 15rem) 2rem;
}
#top section.consult .contact_area header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: clamp(2rem, 3vw, 4.5rem);
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#top section.consult .contact_area header::before {
  background: #e6e6e6;
}
#top section.consult .contact_area header small {
  display: block;
  font-size: min(4vw, 1.6rem);
  font-weight: 400;
}
#top section.consult .contact_area header small::before {
  background: #e6e6e6;
}
#top section.consult .contact_area .reassurance_phrase {
  margin-top: clamp(4rem, 6vw, 12rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem 0;
}
@media print, screen and (min-width: 768px) {
  #top section.consult .contact_area .reassurance_phrase {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#top section.consult .contact_area .reassurance_phrase p {
  position: relative;
  width: 85%;
  max-width: 30rem;
  margin: auto;
  font-size: clamp(1.4rem, 2.5vw, 2.6rem);
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1rem;
}
@media print, screen and (min-width: 768px) {
  #top section.consult .contact_area .reassurance_phrase p {
    width: 40%;
    max-width: 60rem;
    font-size: min(1.75vw, 2.6rem);
    font-weight: 700;
  }
  #top section.consult .contact_area .reassurance_phrase p:nth-of-type(2) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
#top section.consult .contact_area .reassurance_phrase p::before, #top section.consult .contact_area .reassurance_phrase p::after {
  content: "";
  width: 0.1rem;
  height: 2.5em;
  background-color: #000;
  position: absolute;
  top: 50%;
}
@media print, screen and (min-width: 768px) {
  #top section.consult .contact_area .reassurance_phrase p::before, #top section.consult .contact_area .reassurance_phrase p::after {
    height: 5em;
  }
}
#top section.consult .contact_area .reassurance_phrase p::before {
  left: -10%;
  -webkit-transform: translate(0, -50%) rotate(-35deg);
          transform: translate(0, -50%) rotate(-35deg);
}
@media print, screen and (min-width: 768px) {
  #top section.consult .contact_area .reassurance_phrase p::before {
    left: 0;
  }
}
#top section.consult .contact_area .reassurance_phrase p::after {
  right: -10%;
  -webkit-transform: translate(0, -50%) rotate(35deg);
          transform: translate(0, -50%) rotate(35deg);
}
@media print, screen and (min-width: 768px) {
  #top section.consult .contact_area .reassurance_phrase p::after {
    right: 0;
  }
}
#top section.consult .contact_area .reassurance_phrase p span {
  display: inline-block;
  height: 1.5em;
  aspect-ratio: 43/55;
  background: url(../img/top/icon_good.png) center/contain no-repeat;
}
#top section.consult .contact_area .to_contact {
  position: relative;
  margin-top: clamp(4rem, 7.5vw, 15rem);
  width: 100%;
  max-width: 1000px;
  padding: clamp(2rem, 4.5vw, 4.5rem) 0;
}
#top section.consult .contact_area .to_contact::after {
  content: "";
  width: 20%;
  aspect-ratio: 260/156;
  background: url(../img/top/problem_title-illust.png) center/contain no-repeat;
  position: absolute;
  top: 17%;
  right: 2%;
}
@media print, screen and (min-width: 768px) {
  #top section.consult .contact_area .to_contact::after {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.consult .contact_area .to_contact::after {
    width: 25%;
  }
}
#top section.consult .contact_area .to_contact strong {
  margin-top: 0;
}

#example section.example {
  padding: clamp(6rem, 7.5vw, 15rem) 0;
}
#example section.example header {
  color: #f7941d;
  font-size: clamp(2rem, 6vw, 3.2rem);
  font-weight: bold;
  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;
  gap: 0 min(5%, 2rem);
}
#example section.example header::before, #example section.example header::after {
  content: "－";
}
#example section.example ul.example_list {
  margin-top: clamp(4rem, 8vw, 18rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  #example section.example ul.example_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: min(4vw, 8rem) min(5vw, 5rem);
  }
}
#example section.example ul.example_list li {
  width: 100%;
  max-width: 45rem;
  margin: auto;
  border: 0.1rem solid #ebebeb;
  border-radius: 2rem;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #example section.example ul.example_list li {
    width: calc((100% - min(5vw, 5rem) * 2) / 3);
  }
}
#example section.example ul.example_list li * {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}
#example section.example ul.example_list li .image {
  width: 100%;
  aspect-ratio: 350/220;
}
#example section.example ul.example_list li .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#example section.example ul.example_list li .category {
  color: #fff;
  text-align: center;
  background-color: #8557a7;
  padding: 0.3em 0;
}
#example section.example ul.example_list li .date {
  margin-top: 2rem;
  font-weight: bold;
  padding: 0 1rem;
}
#example section.example ul.example_list li .text {
  margin-top: 2rem;
  padding: 0 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#example section.example ul.example_list li .link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem 0 2rem auto;
  padding: 0 1rem;
}
#example section.example ul.example_list li .link a {
  font-weight: bold;
}

#contact section.form {
  padding: clamp(6rem, 7.5vw, 15rem) 0;
}
#contact section.form header {
  color: #f7941d;
  font-size: clamp(2rem, 6vw, 3.2rem);
  font-weight: bold;
  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;
  gap: 0 min(5%, 2rem);
}
#contact section.form header::before, #contact section.form header::after {
  content: "－";
}
#contact section.form p.note {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: clamp(4rem, 8vw, 8rem) auto 0;
  font-size: 1.8rem;
  text-align: left;
}
#contact section.form p.note img {
  height: 1em;
  vertical-align: middle;
  margin: 0 0.2em;
  position: relative;
  top: -0.1em;
}
#contact section.form p.note a {
  display: inline-block;
  color: #E73727;
  font-weight: bold;
  text-decoration: underline;
}
#contact section.form form {
  max-width: 1000px;
  margin: clamp(4rem, 8vw, 8rem) auto 0;
}
#contact section.form form .input_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2rem, 4vw, 4rem);
}
@media print, screen and (min-width: 768px) {
  #contact section.form form .input_list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4rem 0;
  }
}
#contact section.form form .input_list dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.5rem;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  #contact section.form form .input_list dl dt {
    width: clamp(20rem, 20vw, 30rem);
    position: relative;
    top: 0.65em;
  }
}
#contact section.form form .input_list dl dt:not(:first-of-type) {
  margin-top: clamp(2rem, 4vw, 4rem);
}
@media print, screen and (min-width: 768px) {
  #contact section.form form .input_list dl dt:not(:first-of-type) {
    margin-top: 0;
  }
}
#contact section.form form .input_list dl dt span {
  color: #fff;
  font-size: 1.4rem;
  background-color: #E73727;
  border-radius: 0.5rem;
  padding: 0.1em 0.3em;
}
#contact section.form form .input_list dl dd {
  margin-top: 1rem;
  border: 0.1rem solid #cacaca;
  border-radius: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  #contact section.form form .input_list dl dd {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#contact section.form form .input_list dl dd.border_none {
  border: none;
}
#contact section.form form .input_list dl dd input:not([type=checkbox]),
#contact section.form form .input_list dl dd textarea {
  width: 100%;
  font-size: 2rem;
  padding: 0.5em;
  border-radius: 0.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
#contact section.form form .input_list dl dd input:not([type=checkbox]):hover,
#contact section.form form .input_list dl dd textarea:hover {
  background-color: #ffefee;
}
#contact section.form form .input_list dl dd input:not([type=checkbox])[readonly],
#contact section.form form .input_list dl dd textarea[readonly] {
  pointer-events: none;
}
#contact section.form form .input_list dl dd input:not([type=checkbox]).height,
#contact section.form form .input_list dl dd textarea.height {
  min-height: auto;
}
#contact section.form form .input_list dl dd textarea {
  min-height: 10em;
  field-sizing: content;
}
#contact section.form form .input_list dl dd .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: -2rem;
}
#contact section.form form .input_list dl dd .flex label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
}
#contact section.form form .input_list dl dd .flex label input {
  width: 1.5em;
  height: 1.5em;
  accent-color: #E73727;
}
#contact section.form form .input_list dl dd .flex .accordion {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#contact section.form form .input_list dl dd .flex .accordion.open {
  max-height: 60px;
}
#contact section.form form .input_list dl dd .flex .accordion input {
  border: 0.1rem solid #cacaca;
}
#contact section.form form .privacy_check {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: clamp(4rem, 8vw, 8rem) auto 0;
  background-color: #eee;
  border-radius: 0.5rem;
  padding: clamp(2rem, 4vw, 4rem);
}
#contact section.form form .privacy_check p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  #contact section.form form .privacy_check p {
    text-align: center;
  }
}
#contact section.form form .privacy_check p a {
  display: inline;
  color: #E73727;
  text-decoration: underline;
  cursor: pointer;
}
#contact section.form form .privacy_check p a:hover {
  opacity: 0.5;
}
#contact section.form form .privacy_check label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 0;
  padding: 1rem clamp(2rem, 4vw, 4rem);
  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;
  gap: 0 1rem;
  background-color: #fff;
}
#contact section.form form .privacy_check label input {
  width: 1.5em;
  height: 1.5em;
  accent-color: #E73727;
}
#contact section.form form .privacy_check .modal_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999999999999;
  display: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#contact section.form form .privacy_check .modal_area.show {
  display: block;
  opacity: 1;
}
#contact section.form form .privacy_check .modal_area .inner {
  background-color: #fff;
  max-width: 800px;
  height: 75%;
  padding: 5% 2.5%;
  overflow-y: scroll;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#contact section.form form .privacy_check .modal_area h4 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 0.2rem solid #717071;
  padding-bottom: 1rem;
}
#contact section.form form .privacy_check .modal_area p {
  margin-top: 2rem;
  text-align: left;
}
#contact section.form form .privacy_check .modal_area dl {
  margin-top: 2rem;
}
#contact section.form form .privacy_check .modal_area dl dt {
  font-size: 1.8rem;
  font-weight: bold;
}
#contact section.form form .privacy_check .modal_area dl dt:not(:first-of-type) {
  margin-top: 2rem;
}
#contact section.form form .privacy_check .modal_area dl dd {
  margin-top: 1rem;
}
#contact section.form form .privacy_check .modal_area .close_btn {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 5%;
  right: 5%;
}
#contact section.form form .privacy_check .modal_area .close_btn span {
  display: block;
  width: 3rem;
  height: 0.2rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
}
#contact section.form form .privacy_check .modal_area .close_btn span:nth-of-type(1) {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#contact section.form form .privacy_check .modal_area .close_btn span:nth-of-type(2) {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
#contact section.form form .btn_area {
  margin-top: clamp(4rem, 8vw, 8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 5%;
}
#contact section.form form .btn_area input {
  width: 47.5%;
  max-width: 40rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  border-radius: 0.5rem;
  padding: 1em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#contact section.form form .btn_area input:hover {
  opacity: 0.5;
}
#contact section.form form .btn_area input[type=reset], #contact section.form form .btn_area input[type=button] {
  background-color: #666;
}
#contact section.form form .btn_area input[type=submit] {
  background-color: #E73727;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#contact section.form form .btn_area input[type=submit].not_allowed {
  opacity: 0.5;
  pointer-events: none;
}
#contact section.form .btn_area {
  margin-top: clamp(4rem, 8vw, 8rem);
}
#contact section.form .btn_area .btn {
  width: 80%;
  max-width: 40rem;
}
#contact section.form .btn_area .btn a {
  padding: 1em;
}/*# sourceMappingURL=style.css.map */