@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

:root {
  --bg-color-sub: rgb(239, 255, 246);
  --color-green: rgb(56, 193, 119);
  --color-light-green: rgb(189, 234, 210);
  --color-base: rgb(30, 30, 30);
  --margin-section: 0 auto 100px;
  --font-size-large: clamp(2.1875rem, 1.8083rem + 1.6181vw, 3.75rem);
  --font-size-title: clamp(1.75rem, 1.568rem + 0.7767vw, 2.5rem);
  --font-size-normal: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
}
@media (max-width: 990px) {
  :root {
    --margin-section: 0 auto 50px;
  }
}

* {
  box-sizing: border-box;
}

body {
  color: var(--color-base);
  font-size: var(--font-size-normal);
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
p,
figure,
dd {
  margin: 0;
}

a {
  color: var(--color-base);
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  vertical-align: top;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px;
  font-size: var(--font-size-normal);
  border-radius: unset;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 990px) {
  .btn {
    max-width: 300px;
    padding: 15px;
  }
}

.sub-hero {
  margin: 107px 0 130px;
}
@media (max-width: 1200px) {
  .sub-hero {
    margin: 80px 0 100px;
  }
}
@media (max-width: 990px) {
  .sub-hero {
    margin: 0 0 80px;
  }
}
.sub-hero .sec-container {
  position: relative;
  max-width: 1300px;
  padding: 0 20px;
  height: 600px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sub-hero .sec-container.about {
  background-image: url(../images/about/top.webp);
}
.sub-hero .sec-container.news {
  background-image: url(../images/news/top.webp);
}
.sub-hero .sec-container.service {
  background-image: url(../images/service/top.webp);
  background-position: bottom;
}
.sub-hero .sec-container.contact {
  background-image: url(../images/contact/top.webp);
}
@media (max-width: 1200px) {
  .sub-hero .sec-container {
    max-width: 80%;
    height: 400px;
  }
}
@media (max-width: 760px) {
  .sub-hero .sec-container {
    max-width: initial;
    height: 50vh;
  }
}
.sub-hero .title-box {
  position: absolute;
  bottom: 84px;
  left: 81px;
}
@media (max-width: 990px) {
  .sub-hero .title-box {
    left: 5%;
  }
}
@media (max-width: 760px) {
  .sub-hero .title-box {
    bottom: 20px;
  }
}
.sub-hero h2 {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(2.8125rem, 2.4333rem + 1.6181vw, 4.375rem);
  letter-spacing: 5px;
  font-weight: 300;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.78);
}
.sub-hero p {
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.78);
  letter-spacing: 8px;
}

.error-wrap {
  max-width: 1300px;
  padding: 50px !important;
  margin: auto;
  background-color: rgb(224, 250, 236);
  margin-top: 50px;
}
.error-wrap h2 {
  font-size: var(--font-size-title);
  margin-bottom: 1em;
}
.error-wrap p {
  font-weight: 600;
  margin-bottom: 2em;
}
.error-wrap button {
  margin: 0 0 0 20px !important;
}

html.active nav {
  left: 0 !important;
}

.header {
  height: 80px;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: unset;
  flex-direction: row;
  padding-left: 34px;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 3;
  height: 80px;
}
@media (max-width: 990px) {
  .header .container {
    padding: 0 30px;
  }
}
.header .logo {
  font-family: "kosugi-maru", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 26px;
  font-size: 28px;
}
.header .logo a {
  width: 250px;
  display: block;
}
.header nav {
  display: flex;
  justify-content: space-between;
  align-items: unset;
  flex-direction: row;
  flex-basis: 100%;
  max-width: 850px;
}
@media (max-width: 990px) {
  .header nav {
    max-width: initial;
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    z-index: calc(infinity);
  }
}
@media (max-width: 990px) {
  .header html.active nav {
    left: 0 !important;
  }
}
.header .header-menu {
  display: flex;
  justify-content: space-between;
  align-items: unset;
  flex-direction: row;
  width: 65%;
}
@media (max-width: 990px) {
  .header .header-menu {
    flex-direction: column;
    gap: 2em;
  }
}
.header .header-menu li {
  display: flex;
  justify-content: center;
  align-items: unset;
  flex-direction: column;
  font-size: clamp(1.125rem, 0.9167rem + 0.2778vw, 1.25rem);
  text-align: center;
}
.header .header-menu li a {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  display: -ms-inline-grid;
  display: inline-grid;
}
.header .header-menu li a:hover {
  color: var(--color-green);
  transition: all 0.5s ease-in;
}
.header .header-menu span {
  font-size: 14px;
  letter-spacing: -0.8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.header .header-tel {
  width: 240px;
  background-color: var(--color-green);
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 13.5px 0;
}
@media (max-width: 990px) {
  .header .header-tel {
    margin-top: 2em;
  }
}
.header .header-tel p {
  font-size: 29px;
  margin-bottom: 5px;
}
.header .header-tel span {
  display: block;
}
.header #menuBtn-input {
  display: none;
}
.header .menuBtn {
  margin-top: 26px;
  width: 30px;
  display: none;
}
@media (max-width: 990px) {
  .header .menuBtn {
    display: block;
    z-index: calc(infinity);
  }
}
.header .menuBtn-container {
  position: relative;
  width: 30px;
  height: 25px;
  cursor: pointer;
}
.header .menuBtn .line {
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: black;
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.header .menuBtn .line:nth-child(1) {
  top: 0;
}
.header .menuBtn .line:nth-child(2) {
  top: 11px;
}
.header .menuBtn .line:nth-child(3) {
  top: 22px;
}
.header .menuBtn input:checked + label .line:nth-child(1) {
  transform: translateX(-10px);
  opacity: 0;
}
.header .menuBtn input:checked + label .line:nth-child(2) {
  transform: rotate(45deg) scale(1.2);
}
.header .menuBtn input:checked + label .line:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg) scale(1.2);
}

.page-top {
  opacity: 0;
  transition: 0.3s;
  position: fixed;
  bottom: 68px;
  right: 6%;
  color: var(--color-green);
  background-color: transparent;
  border: none;
  z-index: 2;
}
@media (max-width: 990px) {
  .page-top {
    right: 2%;
  }
}
@media (max-width: 760px) {
  .page-top {
    bottom: 15px;
  }
}
.page-top.isIntersecting {
  opacity: 1;
}
.page-top:hover {
  filter: brightness(120%);
}
.page-top img {
  width: 54px;
  height: 75px;
}
@media (max-width: 760px) {
  .page-top img {
    width: 46px;
    height: 64px;
  }
}

.footer {
  padding: 150px 0 20px;
}
@media (max-width: 990px) {
  .footer {
    padding: 50px 0 20px;
  }
}
.footer .container {
  max-width: 1300px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.footer h3 {
  font-family: "kosugi-maru", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.25rem, 1.1286rem + 0.5178vw, 1.75rem);
  font-weight: 400;
  margin-bottom: 0.9em;
}
.footer address {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 3%;
  padding-bottom: 1.5em;
  border-bottom: 1px solid var(--color-green);
  font-style: normal;
}
.footer address a:hover {
  opacity: 0.7;
  transition: all 0.5s ease-in;
}
.footer img {
  width: 20px;
  height: 20px;
}
.footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 4%;
  font-size: clamp(1rem, 0.9697rem + 0.1294vw, 1.125rem);
  margin: 2em 0 2.5em;
}
.footer ul a:hover {
  color: var(--color-green);
  transition: all 0.5s ease-in;
}
.footer .footer__copyright {
  display: block;
  text-align: center;
  font-size: 13px;
}

.hero {
  position: relative;
  height: calc(100vh - 80px);
  overflow: hidden;
  margin: var(--margin-section);
}
@media (max-width: 990px) {
  .hero {
    height: calc(100svh - 80px);
  }
}
.hero h2 {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  bottom: 205px;
  left: 235px;
  font-size: var(--font-size-large);
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.78);
  z-index: 5;
  line-height: 1.5em;
}
@media (max-width: 1200px) {
  .hero h2 {
    left: 5%;
    bottom: 150px;
  }
}
@media (max-width: 990px) {
  .hero h2 {
    bottom: 200px;
  }
}
.hero img {
  object-position: center;
}
.hero .swiper-slide__item {
  height: 100vh;
}
@media (max-width: 990px) {
  .hero .swiper-slide__item {
    height: 100svh;
  }
}

.swiper-slide-active .swiper-slide__item,
.swiper-slide-duplicate-active .swiper-slide__item,
.swiper-slide-prev .swiper-slide__item {
  animation: zoomanime 5s linear 0s normal both;
}

.fade-in {
  color: rgb(255, 255, 255);
  opacity: 0;
  animation-name: fade-in;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zoomanime {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.sec01 .container {
  max-width: 1230px;
  padding: 0 20px;
  margin: var(--margin-section);
}
@media (max-width: 990px) {
  .sec01 .container {
    padding: 0 80px;
  }
}
@media (max-width: 760px) {
  .sec01 .container {
    padding: 0 20px;
  }
}
.sec01 .sec01-content {
  display: flex;
  justify-content: space-between;
  align-items: unset;
  flex-direction: row;
}
@media (max-width: 990px) {
  .sec01 .sec01-content {
    display: flex;
    justify-content: unset;
    align-items: center;
    flex-direction: column;
  }
}
.sec01 .sec01-img {
  flex-basis: 50%;
  height: 580px;
}
@media (max-width: 990px) {
  .sec01 .sec01-img {
    flex-basis: initial;
    height: auto;
  }
}
.sec01 .greeting {
  flex-basis: 46.5%;
}
@media (max-width: 990px) {
  .sec01 .greeting {
    flex-basis: initial;
  }
}
.sec01 h3 {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: var(--font-size-title);
  font-weight: 300;
  margin-top: 32px;
}
.sec01 p {
  margin: 3.4em 0 5.3em;
  letter-spacing: 1px;
  line-height: 32px;
}
.sec01 a {
  background-color: transparent;
  color: var(--color-base);
  border: 1px solid var(--color-green);
  color: var(--color-base);
  background-color: #fff;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.sec01 a:hover {
  border: none;
  color: #fff;
}
.sec01 a:hover {
  color: #fff;
}
.sec01 a:hover span::before, .sec01 a:hover span::after {
  background-color: #fff;
}
.sec01 a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--color-green);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.sec01 a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
@media (max-width: 990px) {
  .sec01 a {
    margin: auto;
  }
}
.sec01 span {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 50px;
}
.sec01 span::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #000;
}
.sec01 span::before {
  content: "";
  position: absolute;
  right: -4px;
  top: 20%;
  transform: rotate(45deg);
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #000;
}

.sec02 {
  margin: var(--margin-section);
}
.sec02 .container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 760px) {
  .sec02 .container {
    flex-direction: column;
  }
}
.sec02 .sec02-content {
  text-align: center;
  flex-basis: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.sec02 .layer-black {
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec02 .sec02-content01 {
  background-image: url(../images/top_service01.webp);
}
.sec02 .sec02-content02 {
  background-image: url(../images/top_service02.webp);
}
.sec02 .sec02-content03 {
  background-image: url(../images/top_service03.webp);
}
.sec02 .sec02-content04 {
  background-image: url(../images/top_service04.webp);
}
.sec02 h3 {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 3em 0 0.5em;
  font-size: var(--font-size-title);
  letter-spacing: 1px;
  z-index: 1;
}
.sec02 small {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 2.7em;
  z-index: 1;
}
.sec02 p {
  margin-bottom: 1.7em;
  letter-spacing: 3px;
  line-height: 30px;
  font-weight: 500;
  flex-grow: 1;
  z-index: 1;
  padding: 0 40px;
}
@media (max-width: 990px) {
  .sec02 br {
    display: none;
  }
}
.sec02 a {
  color: #fff;
  background-color: transparent;
  margin: 0 auto;
  margin-bottom: 43px;
  border: 1px solid #fff;
  letter-spacing: 2px;
  z-index: 1;
  position: relative;
  justify-content: space-around;
}
.sec02 a:hover {
  color: #fff;
  border: none;
}
.sec02 a:hover span::before, .sec02 a:hover span::after {
  background-color: #fff;
}
.sec02 a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--color-green);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.sec02 a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.sec02 span {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 50px;
}
.sec02 span::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #fff;
}
.sec02 span::before {
  content: "";
  position: absolute;
  right: -4px;
  top: 20%;
  transform: rotate(45deg);
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #fff;
}

.top-news {
  margin: var(--margin-section);
}
.top-news .container {
  max-width: 1300px;
  padding: 0 20px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: unset;
  flex-direction: row;
}
@media (max-width: 1200px) {
  .top-news .container {
    gap: 10px;
  }
}
@media (max-width: 990px) {
  .top-news .container {
    flex-direction: column;
    padding: 0 80px;
  }
}
@media (max-width: 760px) {
  .top-news .container {
    padding: 0 20px;
  }
}
.top-news .title-box {
  flex-basis: 15%;
}
@media (max-width: 990px) {
  .top-news .title-box {
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: row;
    margin-bottom: 2em;
    gap: 20px;
  }
}
.top-news .title-box h3 {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: var(--font-size-title);
  margin-bottom: 0.85em;
}
@media (max-width: 990px) {
  .top-news .title-box h3 {
    margin: 0;
  }
}
.top-news .title-box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  max-width: 140px;
  gap: 20px;
}
.top-news .title-box a:hover span {
  opacity: 0.7;
}
.top-news .title-box a:hover button {
  opacity: 0.7;
}
@media (max-width: 1200px) {
  .top-news .title-box a {
    gap: initial;
  }
}
@media (max-width: 760px) {
  .top-news .title-box a {
    gap: 10px;
  }
}
.top-news .title-box span {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: var(--color-green);
}
.top-news .title-box button {
  border-radius: 50%;
  border: none;
  background-color: var(--color-green);
  width: 40px;
  height: 40px;
  color: #fff;
  position: relative;
}
@media (max-width: 990px) {
  .top-news .title-box button {
    width: 25px;
    height: 25px;
  }
}
.top-news .title-box button:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: ripple 1.5s infinite;
  color: #fff;
}
.top-news .title-box img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 17%;
  transform: translateY(-50%);
}
@media (max-width: 990px) {
  .top-news .title-box img {
    width: 10px;
    height: 10px;
  }
}
.top-news .top-news-box {
  max-width: 950px;
  width: 83%;
}
@media (max-width: 990px) {
  .top-news .top-news-box {
    width: 100%;
  }
}
.top-news .top-news-box a {
  background-color: var(--color-light-green);
  margin-bottom: 1em;
  padding: 1.6em;
  color: #000;
  display: flex;
  gap: 10%;
  letter-spacing: 1px;
}
.top-news .top-news-box a:hover {
  background: #e0faec;
}
.top-news .top-news-box span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}

.info {
  background-color: var(--color-green);
}
@media (max-width: 760px) {
  .info {
    margin-bottom: 60px;
  }
}
.info .container {
  max-width: 840px;
  padding: 100px 20px;
  display: flex;
  margin: 0 auto;
  gap: 4px;
}
@media (max-width: 990px) {
  .info .container {
    padding: 100px 80px;
  }
}
@media (max-width: 760px) {
  .info .container {
    flex-direction: column;
    padding: 50px 20px;
  }
}
.info p {
  font-weight: 500;
}
.info .info-left {
  background-color: #fff;
  text-align: center;
  padding: 48px 24px;
  color: #000;
  flex-basis: 38%;
}
@media (max-width: 990px) {
  .info .info-left {
    padding: 38px 20px;
    flex-basis: 46%;
  }
}
.info .info-left h3 {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: var(--font-size-title);
  color: var(--color-green);
  margin-bottom: 0.5rem;
}
.info .info-left small {
  display: block;
  font-size: 14px;
  color: var(--color-green);
  margin-bottom: 2rem;
}
.info .info-left p {
  line-height: 1.5;
}
.info .info-right {
  background-color: #fff;
  text-align: center;
  padding: 48px 24px;
  color: #000;
  flex-basis: 62%;
}
@media (max-width: 990px) {
  .info .info-right {
    padding: 38px 20px;
  }
}
.info .info-right .tel-box {
  font-size: clamp(1.75rem, 1.5073rem + 1.0356vw, 2.75rem);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 0.35em;
}
.info .info-right img {
  width: 40px;
  height: 40px;
  align-self: flex-end;
}
.info .info-right .info-right-text {
  margin-bottom: 1.563em;
  letter-spacing: 1px;
}
.info .info-right a {
  background-color: var(--color-green);
  color: #fff;
  width: 100%;
  max-width: 350px;
  padding: 1em;
  margin: 0 auto;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.info .info-right a:hover {
  opacity: 0.7;
}

#identity {
  margin-bottom: 130px;
}
@media (max-width: 990px) {
  #identity {
    margin-bottom: 70px;
  }
}

.about-content {
  margin: 0 20px 130px 20px;
}
@media (max-width: 990px) {
  .about-content {
    margin: 0 0 60px 0;
    padding: 0 80px;
  }
}
@media (max-width: 760px) {
  .about-content {
    margin: 0 0 60px 0;
    padding: 0 20px;
  }
}
.about-content .container {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
  background-color: #effff6;
  padding: 35px 50px 95px;
  position: relative;
}
@media (max-width: 990px) {
  .about-content .container {
    padding: 35px 25px 70px;
  }
}
.about-content .container h3 {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(2.1875rem, 1.96rem + 0.9709vw, 3.125rem);
  font-weight: 400;
}
@media (max-width: 990px) {
  .about-content .container h3 {
    top: -30px;
  }
}
@media (max-width: 760px) {
  .about-content .container h3 {
    top: -20px;
  }
}
.about-content .container .content {
  max-width: 750px;
  margin: 0 auto;
}
.about-content .container h4 {
  font-size: clamp(1.25rem, 1.1742rem + 0.3236vw, 1.5625rem);
  font-weight: 400;
  text-align: center;
  margin-bottom: 2.8em;
}
.about-content .container h5 {
  font-size: clamp(1.25rem, 1.1742rem + 0.3236vw, 1.5625rem);
  margin-bottom: 2.3em;
  font-weight: 400;
}
.about-content .container p {
  line-height: 1.75em;
  letter-spacing: 2px;
  text-align: justify;
}
.about-content .container small {
  margin-top: 73px;
  font-size: clamp(1.125rem, 1.0643rem + 0.2589vw, 1.375rem);
  display: block;
  text-align: end;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.about-content .container table {
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .about-content .container table {
    margin: 40px auto 0;
  }
}
.about-content .container tr {
  line-height: 3em;
}
.about-content .container th {
  text-align: left;
  width: 17%;
  font-weight: 400;
}
@media (max-width: 760px) {
  .about-content .container th {
    vertical-align: top;
  }
}
.about-content .container td {
  width: 30%;
}
.about-content .container td span {
  display: block;
  line-height: 1;
  font-size: 70%;
}

.company {
  margin: 0 20px 130px 20px;
}
@media (max-width: 990px) {
  .company {
    margin: 0 80px 60px 80px;
  }
}
@media (max-width: 760px) {
  .company {
    margin: 0 20px 60px 20px;
  }
}
.company .container {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
  background-image: url(../images/about/about.webp);
  background-size: cover;
  background-position: top center;
  height: 600px;
}
@media (max-width: 1200px) {
  .company .container {
    height: 400px;
    background-position: center center;
  }
}
@media (max-width: 760px) {
  .company .container {
    max-height: 490px;
    height: 79vw;
  }
}

.access {
  margin: 0 20px 0 20px;
}
@media (max-width: 990px) {
  .access {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 760px) {
  .access {
    margin: 0 0 60px 0;
  }
}
.access iframe {
  max-width: 800px;
  display: block;
  margin: 0 auto;
}
.access p {
  max-width: 800px;
  margin: 2em auto 0;
}

.news-container {
  max-width: 1300px;
  padding: 0 20px;
  margin: 107px auto 46px;
}
.news-container .news-title {
  padding: 24px 19px;
  margin-bottom: 47px;
  background-color: var(--color-light-green);
}
@media (max-width: 500px) {
  .news-container .news-title {
    padding: 14px 10px;
  }
}
.news-container .news-title time {
  letter-spacing: 1px;
}
.news-container .news-title h2 {
  font-size: clamp(1.25rem, 1.068rem + 0.7767vw, 2rem);
  letter-spacing: 1px;
  font-weight: 500;
}
@media (max-width: 500px) {
  .news-container .news-title h2 {
    letter-spacing: 0.8px;
  }
}
.news-container .images-wrap {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 990px) {
  .news-container .images-wrap.triple figure {
    width: 300px;
    height: 200px;
  }
}
.news-container figure {
  width: 400px;
  height: 300px;
  margin: 0 auto 14px;
}
@media (max-width: 500px) {
  .news-container figure {
    width: 300px;
    height: 200px;
  }
}
.news-container h4 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 41px;
  font-weight: 400;
}
.news-container .text-wrap {
  letter-spacing: 1px;
  margin-bottom: 94px;
  line-height: 1.5;
}
.news-container .text-wrap a {
  color: blue;
  text-decoration: underline;
}
.news-container .news {
  background-color: transparent;
  color: var(--color-base);
  border: 1px solid var(--color-green);
  color: var(--color-base);
  background-color: #fff;
  margin: auto;
  position: relative;
  z-index: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.news-container .news:hover {
  border: none;
  color: #fff;
}
.news-container .news:hover {
  color: #fff;
}
.news-container .news:hover span::before, .news-container .news:hover span::after {
  background-color: #fff;
}
.news-container .news::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--color-green);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.news-container .news:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
@media (max-width: 990px) {
  .news-container .news {
    margin: auto;
  }
}
.news-container .news span {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 50px;
}
.news-container .news span::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #000;
}
.news-container .news span::before {
  content: "";
  position: absolute;
  right: -2px;
  top: 19.5%;
  transform: rotate(45deg);
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #000;
}
.news-container .pdf-text {
  margin-bottom: 1.8em;
}
.news-container .pdf {
  font-family: "Noto Sans JP", sans-serif;
  justify-content: flex-start;
  padding: 0 10px;
  gap: 20px;
  position: relative;
  background-color: var(--color-light-green);
  margin-bottom: 100px;
  font-weight: 400;
}
.news-container .pdf::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url(../images/news/pdf-icon.svg);
}
.news-container .pdf:hover {
  background-color: var(--color-green);
  color: #fff;
}

.news-list {
  max-width: 1340px;
  padding: 0 20px;
  padding-top: 60px;
  margin: 0 auto;
}
.news-list:nth-of-type(1) {
  margin-top: 0;
}
.news-list li {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: row;
  background-color: var(--color-light-green);
  padding: 20px 40px;
  margin-top: 20px;
  gap: 10px;
}
@media (max-width: 760px) {
  .news-list li {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news-list time {
  flex-basis: 15%;
}
.news-list span {
  flex-basis: 70%;
}
.news-list a {
  text-align: center;
  border: none;
  margin-left: auto;
  width: 100px;
  background-color: #fff;
  border-radius: 30px;
  padding: 5px 10px;
  border: 1px solid var(--color-green);
  color: var(--color-green);
  transition: transform ease 0.3s;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.news-list a:hover {
  background-color: var(--color-green);
  color: #fff;
}
@media (max-width: 500px) {
  .news-list a {
    margin: auto;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 30px;
  margin-top: 70px;
}
.pagination a {
  border-radius: 50%;
  padding: 20px;
  background-color: var(--color-light-green);
  padding: 10.5px 15.6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pagination a:hover {
  background-color: var(--color-green);
  color: #fff;
}
.pagination .is-active {
  background-color: var(--color-green);
  color: #fff;
}

.text-huge {
  font-size: 3rem !important;
}

.text-big {
  font-size: 2.3rem !important;
}

.text-small {
  font-size: 0.8rem !important;
}

.text-tiny {
  font-size: 0.6rem !important;
}

.service-text {
  text-align: center;
  margin-bottom: 150px;
}
@media (max-width: 990px) {
  .service-text {
    margin-bottom: 50px;
  }
}
.service-text h3 {
  font-size: clamp(1.5625rem, 1.4563rem + 0.4531vw, 2rem);
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 1.57em;
}
.service-text p {
  letter-spacing: 1px;
  line-height: 32px;
  font-size: clamp(1rem, 0.9697rem + 0.1294vw, 1.125rem);
}
@media (max-width: 760px) {
  .service-text p {
    text-align: left;
  }
}
@media (max-width: 760px) {
  .service-text p br {
    display: none;
  }
}

@media (max-width: 1650px) {
  .service {
    padding: 0 20px;
  }
}
@media (max-width: 990px) {
  .service {
    padding: 0 80px;
  }
}
@media (max-width: 760px) {
  .service {
    padding: 0 20px;
    margin-bottom: 60px;
  }
}

.service-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  max-width: 81vw;
  gap: 50px;
  margin-bottom: 100px;
}
.service-content:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 1400px) {
  .service-content {
    max-width: 90vw;
  }
}
@media (max-width: 1200px) {
  .service-content {
    margin-bottom: 4em;
  }
}
@media (max-width: 990px) {
  .service-content {
    flex-direction: column;
    margin-bottom: 50px;
    max-width: initial;
  }
}
@media (max-width: 760px) {
  .service-content {
    gap: 20px;
  }
}
.service-content.reverse {
  margin-left: auto;
  flex-direction: row-reverse;
}
@media (max-width: 990px) {
  .service-content.reverse {
    flex-direction: column;
    margin-left: 0;
  }
}
.service-content figure {
  height: 24.5vw;
  width: 42vw;
}
@media (max-width: 1400px) {
  .service-content figure {
    min-width: initial;
    flex-basis: 50%;
  }
}
@media (max-width: 1200px) {
  .service-content figure {
    height: 39.5vw;
  }
}
@media (max-width: 990px) {
  .service-content figure {
    max-height: initial;
    width: auto;
    height: auto;
  }
}
.service-content div {
  flex-basis: 40%;
  position: relative;
}
@media (max-width: 1650px) {
  .service-content div {
    flex-basis: 50%;
  }
}
.service-content h3 {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: var(--color-green);
  font-size: clamp(1.625rem, 1.3216rem + 1.2945vw, 2.875rem);
  letter-spacing: 0.5px;
  margin-bottom: 0.45em;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1400px) {
  .service-content h3 {
    white-space: initial;
  }
}
@media (max-width: 1200px) {
  .service-content:nth-of-type(3) small {
    margin-top: 7rem;
  }
}
@media (max-width: 990px) {
  .service-content:nth-of-type(3) small {
    margin-top: 4.5rem;
  }
}
@media (max-width: 1400px) {
  .service-content:nth-of-type(4) small {
    margin-top: 7rem;
  }
}
@media (max-width: 990px) {
  .service-content:nth-of-type(4) small {
    margin-top: 4.5rem;
  }
}
.service-content small {
  margin-top: 4.5rem;
  display: block;
  font-size: clamp(1.125rem, 1.0947rem + 0.1294vw, 1.25rem);
  letter-spacing: 1.2px;
  font-weight: 700;
  margin-bottom: 1.9em;
}
@media (max-width: 760px) {
  .service-content small {
    margin-bottom: 1.3em;
  }
}
.service-content small:nth-of-type(3) {
  margin-top: 6rem;
}
.service-content p {
  width: 34vw;
  letter-spacing: 1px;
  line-height: 32px;
}
@media (max-width: 1200px) {
  .service-content p {
    width: auto;
  }
}

.contact-wrap {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .contact-wrap {
    padding: 0 80px;
  }
}
@media (max-width: 760px) {
  .contact-wrap {
    padding: 0 20px;
    margin-bottom: 60px;
  }
}
.contact-wrap #check {
  display: none;
}
.contact-wrap .is-show {
  display: block !important;
}
.contact-wrap .contact-text01 {
  padding: 67px 0;
  background-color: #effff6;
  margin-bottom: 6.251em;
}
@media (max-width: 500px) {
  .contact-wrap .contact-text01 {
    padding: 33px 0;
  }
}
.contact-wrap .contact-text01 div {
  font-size: clamp(1.25rem, 1.1742rem + 0.3236vw, 1.5625rem);
  letter-spacing: 1.2px;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 20px;
}
.contact-wrap .contact-text01 div p:first-child {
  margin-bottom: 0.8em;
}
@media (max-width: 500px) {
  .contact-wrap .contact-text01 div p:first-child {
    text-align: center;
  }
}
.contact-wrap .contact-text01 div p:last-child {
  display: flex;
  justify-content: unset;
  align-items: end;
  flex-direction: row;
  gap: 20px;
  font-size: clamp(2.3125rem, 2.2367rem + 0.3236vw, 2.625rem);
  text-box-trim: trim-both;
  letter-spacing: 2px;
}
@media (max-width: 500px) {
  .contact-wrap .contact-text01 div p:last-child {
    flex-direction: column;
    align-items: center;
  }
}
.contact-wrap .contact-text01 div span {
  letter-spacing: normal;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}

.contact-text02 {
  text-align: center;
}
.contact-text02 h3 {
  font-size: clamp(1.6875rem, 1.6096rem + 0.3322vw, 2rem);
  letter-spacing: 1.2px;
  margin-bottom: 0.599em;
  font-weight: 500;
}
.contact-text02 p {
  line-height: 32px;
  letter-spacing: 1px;
}

.just-validate-success-field {
  border: 2px solid green;
}

.just-validate-error-field {
  border: 2px solid red;
}

form div:nth-of-type(2) label::before,
form div:nth-of-type(3) label::before,
form div:nth-of-type(4) label::before {
  opacity: 0;
}

.contact-form {
  max-width: 1000px;
  padding: initial;
  margin: 50px auto 0px;
}
.contact-form div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  margin-bottom: 1.9em;
  flex-wrap: wrap;
}
@media (max-width: 760px) {
  .contact-form div {
    flex-direction: column;
    margin-bottom: 1em;
    align-items: end;
  }
}
.contact-form .just-validate-error-label {
  margin: 10px 0 0;
}
.contact-form .just-validate-error-label:last-child {
  justify-self: center;
}
.contact-form label {
  flex-basis: 30%;
  display: flex;
  gap: 20px;
}
@media (max-width: 760px) {
  .contact-form label {
    flex-basis: initial;
    width: 100%;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.contact-form label::before {
  content: "必須";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  padding: 1px 0;
  color: #fff;
  background-color: var(--color-green);
}
.contact-form .input-check {
  flex-direction: column;
  align-self: center;
  align-items: center;
}
.contact-form .input-check input {
  width: 35px;
  height: 35px;
  margin: 1rem auto;
  flex-basis: initial;
}
.contact-form input {
  flex-basis: 70%;
  padding: 11px 5px;
}
@media (max-width: 760px) {
  .contact-form input {
    flex-basis: initial;
    width: 100%;
  }
}
.contact-form textarea {
  flex-basis: 70%;
  height: 150px;
}
@media (max-width: 760px) {
  .contact-form textarea {
    flex-basis: initial;
    width: 100%;
  }
}
.contact-form button {
  background-color: transparent;
  color: var(--color-base);
  border: 1px solid var(--color-green);
  color: var(--color-base);
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  font-family: "Noto Sans JP", sans-serif;
}
.contact-form button:hover {
  border: none;
  color: #fff;
}
.contact-form button:hover {
  color: #fff;
}
.contact-form button:hover span::before, .contact-form button:hover span::after {
  background-color: #fff;
}
.contact-form button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--color-green);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.contact-form button:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
@media (max-width: 990px) {
  .contact-form button {
    margin: auto;
  }
}
.contact-form span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  position: relative;
  font-weight: 400;
  gap: 50px;
}
.contact-form span::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #000;
}
.contact-form span::before {
  content: "";
  position: absolute;
  right: -2px;
  top: 19%;
  transform: rotate(45deg);
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #000;
}

.contact-form.form_fix {
  display: flex;
}
@media (max-width: 760px) {
  .contact-form.form_fix {
    flex-direction: column;
    gap: 30px;
  }
}

.contact-form_mover span {
  flex-direction: row-reverse;
}
.contact-form_mover span::before {
  left: -2px;
  right: unset;
  top: 19%;
  transform: rotate(135deg);
}

.pri-box {
  display: block !important;
  margin: 3rem 0 4.4em !important;
}
.pri-box .con-p-text {
  font-weight: 500;
  width: 100%;
  line-height: 32px;
  margin-bottom: 0.7em;
  font-size: 16px;
  letter-spacing: 1.5px;
}
.pri-box .con-p-text:nth-of-type(2) {
  font-weight: 400;
}
.pri-box .con-privacy {
  display: block;
  height: 328px;
  overflow-y: scroll;
  box-shadow: 1px 1px 7px #9f9f9f inset;
  background: #f7f8f8;
  margin: 0 auto;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 1em;
  font-weight: 400;
}
.pri-box .con-privacy label:last-child::before {
  content: unset;
}
.pri-box .mb-2 {
  margin-bottom: 20px;
}
.pri-box ul.con-pr {
  list-style: auto;
  margin-left: 3%;
}
.pri-box ul.con-pr li {
  margin-bottom: 10px;
  line-height: 1.5;
}
.pri-box .con-pri-text {
  text-align: center;
}
.pri-box .con-pri-text label {
  width: 200px;
  display: initial;
}
.pri-box .con-pri-text label::before {
  content: unset;
}
.pri-box .con-pri-text span {
  display: block;
  text-align: center;
}
.pri-box .con-pri-text span::before {
  content: unset;
}
.pri-box .con-pri-text span::after {
  content: unset;
}
.pri-box .con-pri-text #checkPol {
  display: block;
  margin: 10px auto 0;
  min-width: 35px;
  min-height: 35px;
}

.form-result {
  max-width: 1000px;
  margin: 3rem auto;
}
.form-result .form-result-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 2em;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
}
.form-result .form-result-inner dd,
.form-result .form-result-inner dt {
  flex-basis: 50%;
}
.form-result .form-result-inner dt::before {
  content: "必須";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  padding: 1px 0;
  color: #fff;
  background-color: var(--color-green);
  margin-right: 10px;
}

.form-result-inner:nth-of-type(2) dt::before,
.form-result-inner:nth-of-type(3) dt::before,
.form-result-inner:nth-of-type(4) dt::before {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */