@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body {
  font-size: 62.5%;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
li {
  font-weight: inherit;
  font-size: inherit;
  font-style: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  word-wrap: break-word;
}

input[type=text],
input[type=tel],
input[type=email] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 0;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  font: inherit;
  font-family: inherit;
  color: inherit;
}

.ex-maxWidth {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

.ex-XYcent, .company-page--shop .companyImg img, .about-page--image img, .top-page .message_sec--image img, .top-page .feature_sec--main .list .icon-box .icon, .top-page .feature_sec--title .title, .top-page .about_sec--image img, .bs-borderNav .list-anchor--icon img, .bs-borderNav .list-anchor--icon .plus > span:nth-child(2), .bs-borderNav .list-anchor--icon .plus > span:nth-child(1), .bs-borderNav .list-anchor--icon .plus, header .mobileHeader--top .menuButton .inr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ex-Xcent, .top-page .about_sec--main .circle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ex-Ycent, .bs-anchor .arw, .form-page .formBox__submit button .arw {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ex-cent-clear {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}

.ex-clear:after {
  content: "";
  display: block;
  clear: both;
}

.br--sp {
  display: none;
}
@media all and (max-width: 660px) {
  .br--sp {
    display: inline;
  }
}

@media all and (max-width: 660px) {
  .br-no-sp {
    display: none;
  }
}

.br--tb {
  display: none;
}
@media all and (max-width: 1080px) {
  .br--tb {
    display: inline;
  }
}

@media all and (max-width: 1080px) {
  .br-no-tb {
    display: none;
  }
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

@font-face {
  font-family: "baseFont";
  src: url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "baseFont";
  src: url("../fonts/LINESeedJP_OTF_Rg.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 16px;
  line-height: 2;
  font-family: "baseFont", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  color: #323232;
}

html {
  font-size: 16px;
} /* 1rem = 10px 相当 */
.ex-f-e {
  font-family: "kaiso", sans-serif;
}

header .mobileHeader {
  max-height: 100vh;
  overflow-y: scroll;
  z-index: 1000;
  width: 100%;
  padding: 1rem 1rem 2rem;
  position: fixed;
  top: 0;
}
@media all and (min-width: 1080px) {
  header .mobileHeader {
    display: none;
  }
}
@media all and (max-width: 660px) {
  header .mobileHeader {
    padding: 0.7rem 0.7rem 1rem;
  }
}
header .mobileHeader--inr {
  padding: 0.8rem 0.8rem 0.8rem 1.2rem;
  background: #fff;
  border-radius: 5px;
}
@media all and (max-width: 1080px) {
  header .mobileHeader--inr {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  }
}
@media all and (max-width: 660px) {
  header .mobileHeader--inr {
    padding: 0.45rem 0.45rem 0.45rem 0.85rem;
  }
}
header .mobileHeader--top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .mobileHeader--top .logo {
  width: 15rem;
}
@media all and (max-width: 660px) {
  header .mobileHeader--top .logo {
    width: 10.5rem;
  }
}
header .mobileHeader--top .menuButton {
  width: 4rem;
  height: 4rem;
  background: #22c759;
  display: block;
  border-radius: 4px;
  position: relative;
}
@media all and (max-width: 660px) {
  header .mobileHeader--top .menuButton {
    width: 3.2rem;
    height: 3.2rem;
  }
}
header .mobileHeader--top .menuButton.is-active .inr span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(205deg);
}
header .mobileHeader--top .menuButton.is-active .inr span:nth-child(2) {
  bottom: 50%;
  transform: translateY(50%) rotate(-205deg);
}
header .mobileHeader--top .menuButton .inr {
  width: 1.8rem;
  height: 0.65rem;
  display: block;
  cursor: pointer;
}
@media all and (max-width: 660px) {
  header .mobileHeader--top .menuButton .inr {
    width: 24px;
    height: 8px;
  }
}
header .mobileHeader--top .menuButton .inr span {
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  transition: 0.4s ease;
}
header .mobileHeader--top .menuButton .inr span:nth-child(1) {
  top: 0;
}
header .mobileHeader--top .menuButton .inr span:nth-child(2) {
  bottom: 0;
}
header .mobileHeader--nav {
  max-height: 0;
  padding: 0;
  transition: max-height 0.8s ease, padding 0.8s ease;
  overflow: hidden;
}
header .mobileHeader--nav.is-open {
  max-height: 2000px;
  padding: 1rem 0;
  height: auto;
}
@media all and (max-width: 660px) {
  header .mobileHeader--nav.is-open {
    padding: 1rem 0 0.5rem;
  }
}
header .mobileHeader--nav .bs-anchor, header .mobileHeader--nav .form-page .formBox__submit button, .form-page .formBox__submit header .mobileHeader--nav button {
  margin-top: 2rem;
}
@media all and (max-width: 660px) {
  header .mobileHeader--nav .bs-anchor, header .mobileHeader--nav .form-page .formBox__submit button, .form-page .formBox__submit header .mobileHeader--nav button {
    margin-top: 1.8rem;
  }
}

footer .footerMain {
  padding: 7.5rem 0 2rem;
  background: #fff;
  border-top: 1px solid #22c759;
}
@media all and (max-width: 1560px) {
  footer .footerMain {
    padding: 6rem 0 2rem;
  }
}
@media all and (max-width: 1080px) {
  footer .footerMain {
    padding: 4.5rem 0 2rem;
  }
}
@media all and (max-width: 660px) {
  footer .footerMain {
    padding: 2.5rem 0 1.5rem;
  }
}
footer .footerMain--inr {
  max-width: calc(1240px + 7vw);
  margin: 0 auto;
  padding: 0 3.5vw;
}
footer .footerMain--top {
  margin-bottom: 54px;
  position: relative;
}
@media all and (max-width: 660px) {
  footer .footerMain--top {
    margin-bottom: 32px;
  }
}
footer .footerMain--top .logo {
  width: min(40vw, 23rem);
}
@media all and (max-width: 660px) {
  footer .footerMain--top .logo {
    width: 72vw;
  }
}
footer .footerMain--top .lead {
  margin-top: 1.2rem;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
}
@media all and (max-width: 660px) {
  footer .footerMain--top .lead {
    margin-top: 1.5rem;
    line-height: 1.55;
  }
}
footer .footerMain--top .bs-anchor, footer .footerMain--top .form-page .formBox__submit button, .form-page .formBox__submit footer .footerMain--top button {
  width: min(30vw, 260px);
  position: absolute;
  top: 0;
  right: 0;
}
@media all and (max-width: 660px) {
  footer .footerMain--top .bs-anchor, footer .footerMain--top .form-page .formBox__submit button, .form-page .formBox__submit footer .footerMain--top button {
    display: none;
  }
}
footer .footerMain--nav {
  margin-bottom: 5.2rem;
}
@media all and (max-width: 660px) {
  footer .footerMain--nav {
    margin-bottom: 3rem;
  }
}
footer .footerMain--nav .bs-borderNav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 min(3vw, 43px);
  align-items: start;
}
@media all and (max-width: 660px) {
  footer .footerMain--nav .bs-borderNav {
    display: block;
  }
}
@media all and (min-width: 660px) {
  footer .footerMain--nav .bs-borderNav .list:nth-child(1) {
    order: 1;
  }
}
@media all and (min-width: 660px) {
  footer .footerMain--nav .bs-borderNav .list:nth-child(2) {
    order: 4;
  }
}
@media all and (min-width: 660px) {
  footer .footerMain--nav .bs-borderNav .list:nth-child(3) {
    order: 2;
  }
}
@media all and (min-width: 660px) {
  footer .footerMain--nav .bs-borderNav .list:nth-child(4) {
    order: 5;
  }
}
@media all and (min-width: 660px) {
  footer .footerMain--nav .bs-borderNav .list:nth-child(5) {
    order: 3;
  }
}
@media all and (min-width: 660px) {
  footer .footerMain--nav .bs-borderNav .list:nth-child(6) {
    order: 6;
  }
}
footer .footerMain--nav .bs-anchor, footer .footerMain--nav .form-page .formBox__submit button, .form-page .formBox__submit footer .footerMain--nav button {
  margin-top: 2rem;
}
@media all and (min-width: 660px) {
  footer .footerMain--nav .bs-anchor, footer .footerMain--nav .form-page .formBox__submit button, .form-page .formBox__submit footer .footerMain--nav button {
    display: none;
  }
}
footer .footerMain--bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: normal;
  font-size: 0.75rem;
}
footer .footerMain--bottom .privacy {
  color: #323232;
  text-decoration: underline;
}

.parts-contactBnr {
  margin: 9rem 0 8rem;
}
@media all and (max-width: 660px) {
  .parts-contactBnr {
    margin-top: 5.5rem;
    margin-bottom: 0;
  }
}
@media all and (max-width: 660px) {
  .parts-contactBnr .bs-inr {
    padding: 0;
  }
}
.parts-contactBnr--main {
  background: #22c759;
  border-radius: 10px;
}
@media all and (max-width: 660px) {
  .parts-contactBnr--main {
    border-radius: 0;
    padding: 1.4rem 5.6vw 0;
  }
}
.parts-contactBnr--main .flex-box {
  padding: 0 min(3vw, 4rem) 0 min(18vw, 20rem);
  display: flex;
  justify-content: space-between;
  color: #fff;
  position: relative;
}
@media all and (max-width: 1080px) {
  .parts-contactBnr--main .flex-box {
    padding-left: 22vw;
  }
}
@media all and (max-width: 660px) {
  .parts-contactBnr--main .flex-box {
    padding: 0;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.parts-contactBnr--main .flex-box--text {
  width: 52%;
  padding: 3.4rem 0;
  display: flex;
}
@media all and (max-width: 1560px) {
  .parts-contactBnr--main .flex-box--text {
    padding: 3.35vw 0;
  }
}
@media all and (max-width: 1080px) {
  .parts-contactBnr--main .flex-box--text {
    padding: 3.8vw 0;
  }
}
@media all and (max-width: 660px) {
  .parts-contactBnr--main .flex-box--text {
    width: 100%;
    max-width: 420px;
    padding: 0;
  }
}
.parts-contactBnr--main .flex-box--text p {
  font-size: min(1.75vw, 1.8rem);
  line-height: 1.4;
}
@media all and (max-width: 1080px) {
  .parts-contactBnr--main .flex-box--text p {
    font-size: 2.6vw;
  }
}
@media all and (max-width: 660px) {
  .parts-contactBnr--main .flex-box--text p {
    flex: 1;
    padding-left: 7vw;
    align-self: center;
    font-size: min(4.55vw, 1.32rem);
  }
}
.parts-contactBnr--main .flex-box--text .img {
  width: 13.5vw;
  max-width: 210px;
  position: absolute;
  bottom: 0;
  left: 1.6rem;
}
@media all and (max-width: 1080px) {
  .parts-contactBnr--main .flex-box--text .img {
    left: 2vw;
    width: 15.5vw;
  }
}
@media all and (max-width: 660px) {
  .parts-contactBnr--main .flex-box--text .img {
    width: 29.5%;
    position: relative;
    flex-shrink: 0;
  }
}
.parts-contactBnr--main .flex-box--anchor {
  width: 48%;
  max-width: 420px;
  align-self: center;
}
@media all and (max-width: 660px) {
  .parts-contactBnr--main .flex-box--anchor {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media all and (max-width: 1080px) {
  .parts-contactBnr--main .flex-box--anchor .bs-anchor, .parts-contactBnr--main .flex-box--anchor .form-page .formBox__submit button, .form-page .formBox__submit .parts-contactBnr--main .flex-box--anchor button {
    font-size: 1.88vw;
  }
}
@media all and (max-width: 660px) {
  .parts-contactBnr--main .flex-box--anchor .bs-anchor, .parts-contactBnr--main .flex-box--anchor .form-page .formBox__submit button, .form-page .formBox__submit .parts-contactBnr--main .flex-box--anchor button {
    font-size: min(5vw, 0.9rem);
  }
}
.parts-contactBnr--main .flex-box--anchor .lead {
  margin-bottom: 0.7rem;
  text-align: center;
  font-size: min(1.08vw, 1.13rem);
}
@media all and (max-width: 1080px) {
  .parts-contactBnr--main .flex-box--anchor .lead {
    font-size: 1.5vw;
  }
}
@media all and (max-width: 660px) {
  .parts-contactBnr--main .flex-box--anchor .lead {
    font-size: min(4vw, 1.3rem);
  }
}
.parts-contactBnr--main .flex-box--anchor .lead span {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.parts-contactBnr--main .flex-box--anchor .lead span::before, .parts-contactBnr--main .flex-box--anchor .lead span::after {
  content: "";
  height: 1.65vw;
  max-height: 30px;
  width: 1px;
  display: block;
  background: #fff;
  transform-origin: center bottom;
}
@media all and (max-width: 1080px) {
  .parts-contactBnr--main .flex-box--anchor .lead span::before, .parts-contactBnr--main .flex-box--anchor .lead span::after {
    height: 1.9vw;
  }
}
@media all and (max-width: 660px) {
  .parts-contactBnr--main .flex-box--anchor .lead span::before, .parts-contactBnr--main .flex-box--anchor .lead span::after {
    height: 6vw;
  }
}
.parts-contactBnr--main .flex-box--anchor .lead span::before {
  position: absolute;
  left: -10px;
  bottom: -4px;
  transform: rotate(-20deg);
}
@media all and (max-width: 1080px) {
  .parts-contactBnr--main .flex-box--anchor .lead span::before {
    bottom: -2px;
    left: -8px;
  }
}
@media all and (max-width: 660px) {
  .parts-contactBnr--main .flex-box--anchor .lead span::before {
    bottom: -6px;
    left: -12px;
  }
}
.parts-contactBnr--main .flex-box--anchor .lead span::after {
  position: absolute;
  right: -10px;
  bottom: -4px;
  transform: rotate(20deg);
}
@media all and (max-width: 1080px) {
  .parts-contactBnr--main .flex-box--anchor .lead span::after {
    bottom: -2px;
    right: -8px;
  }
}
@media all and (max-width: 660px) {
  .parts-contactBnr--main .flex-box--anchor .lead span::after {
    bottom: -6px;
    right: -12px;
  }
}

:where(a, button, input, textarea, select, summary, [tabindex]) {
  /* フォーカス時の共通スタイル（キーボード利用でもマウスでも効く基準） */
  /* ブラウザが :focus-visible をサポートしている場合、
     マウスクリックでのフォーカス表示を抑える（キーボードは残す） */
}
:where(a, button, input, textarea, select, summary, [tabindex]):focus {
  outline: 2px solid #22c759; /* 緑の輪郭（好みで色を変更） */
  outline-offset: 2px;
  border-radius: 3px;
  box-shadow: 0 4px 12px rgba(15, 201, 97, 0.12);
}
:where(a, button, input, textarea, select, summary, [tabindex]):focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

body.is-open {
  overflow: hidden;
}

body.is-loading {
  overflow: hidden;
}

#wrapper[data-fade] {
  position: relative;
}

#wrapper[data-fade]::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: #fff;
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  pointer-events: all;
}

body.is-loaded #wrapper[data-fade]::before {
  opacity: 0;
  pointer-events: none;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f6f0;
}

.page-loader__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
}

.page-loader__text {
  color: #22c759;
  font-size: 0.8rem;
  letter-spacing: 0.35em;
}

.page-loader__dots {
  display: flex;
  gap: 0.6rem;
}

.page-loader__dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #22c759;
  opacity: 0.35;
  transform: scale(0.65);
}

.bs-inr {
  max-width: calc(1240px + 8.4vw);
  margin: 0 auto;
  padding: 0 4.2vw;
}

.bs-pankuzu {
  margin-bottom: 4.2rem;
}
@media all and (max-width: 660px) {
  .bs-pankuzu {
    margin-bottom: 2.5rem;
  }
}
.bs-pankuzu .breadcrumb {
  padding: 0.6rem 0.45rem 0 0;
  line-height: 1;
}
@media all and (max-width: 660px) {
  .bs-pankuzu .breadcrumb {
    padding: 0.5rem 0 0;
  }
}
.bs-pankuzu .breadcrumb ol {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.bs-pankuzu .breadcrumb li {
  display: flex;
  align-items: center;
  min-width: 0;
  font-weight: normal;
  font-size: 0.8rem;
}
@media all and (max-width: 660px) {
  .bs-pankuzu .breadcrumb li {
    font-size: 0.7rem;
  }
}
.bs-pankuzu .breadcrumb a:hover {
  opacity: 0.5;
}
.bs-pankuzu .breadcrumb .crumb {
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60vw;
  min-width: 0;
}
.bs-pankuzu .breadcrumb .crumb--anchor {
  padding-right: 16px;
  margin-right: 8px;
  color: #22c759;
  line-height: 1;
  position: relative;
}
.bs-pankuzu .breadcrumb .crumb--anchor:after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.bs-pankuzu .breadcrumb .crumb--anchor span {
  text-decoration: underline;
}
.bs-pankuzu .breadcrumb .is-current {
  color: #323232;
}

.bs-anchor, .form-page .formBox__submit button {
  width: 100%;
  padding: 1.6rem 0.8rem;
  display: inline-block;
  text-align: center;
  background: #22c759;
  color: #fff;
  border-radius: 100rem;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1080px) {
  .bs-anchor, .form-page .formBox__submit button {
    padding: min(6.25vw, 1.45rem) 0.8rem;
    font-size: min(1.8vw, 1.1rem);
  }
}
@media all and (max-width: 660px) {
  .bs-anchor, .form-page .formBox__submit button {
    padding: min(7.25vw, 1.65rem) 0.8rem;
    font-size: min(5vw, 0.9rem);
  }
}
.bs-anchor.blue, .form-page .formBox__submit button.blue {
  background: #226ec7;
}
.bs-anchor.blue::before, .form-page .formBox__submit button.blue::before {
  background-color: #226ec7;
}
.bs-anchor::before, .form-page .formBox__submit button::before {
  content: "";
  width: 0%;
  height: 100%;
  border-radius: 100rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 0.3s ease;
  background-color: #22c759;
  mix-blend-mode: multiply;
}
.bs-anchor span, .form-page .formBox__submit button span {
  display: block;
  line-height: 1;
  z-index: 5;
  position: relative;
}
.bs-anchor .arw, .form-page .formBox__submit button .arw {
  width: 1.1rem;
  right: 1.4rem;
  z-index: 5;
}
@media all and (max-width: 660px) {
  .bs-anchor .arw, .form-page .formBox__submit button .arw {
    width: 1rem;
    right: 1.2rem;
  }
}
.bs-anchor:hover::before, .form-page .formBox__submit button:hover::before {
  width: 100%;
}

.js-fade {
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

#mainWrapper {
  display: flex;
}
@media all and (max-width: 1080px) {
  #mainWrapper {
    display: block;
  }
}

#wrapper {
  flex: 1;
}
@media all and (max-width: 1080px) {
  #wrapper {
    flex: auto;
  }
}

#sideBar {
  width: 320px;
  flex-shrink: 0;
  align-self: stretch;
  border-right: 1px solid #22c759;
}
@media all and (max-width: 1560px) {
  #sideBar {
    width: 280px;
  }
}
@media all and (max-width: 1080px) {
  #sideBar {
    display: none;
  }
}
#sideBar .contents {
  height: 100vh;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
#sideBar .contents .inr {
  height: 100%;
  padding: 60px 1.2rem 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#sideBar .contents .logo {
  width: 13.85rem;
  margin: 0 auto;
}
@media all and (max-width: 1560px) {
  #sideBar .contents .logo {
    width: 12rem;
  }
}
@media all and (max-width: 1560px) {
  #sideBar .contents .bs-borderNav .list-anchor--text {
    font-size: 0.9rem;
  }
}
@media all and (max-width: 1560px) {
  #sideBar .contents .bs-borderNav .list-subList li {
    font-size: 0.8rem;
  }
}

.bs-borderNav .list {
  border-bottom: 1px solid #cecece;
  position: relative;
}
.bs-borderNav .list::before {
  content: "";
  width: 2rem;
  height: 1px;
  background: #22c759;
  display: block;
  position: absolute;
  bottom: -1px;
  right: 0;
}
.bs-borderNav .list-anchor {
  width: 100%;
  padding: 1rem 2rem 1rem 0.35rem;
  display: block;
  text-align: left;
  position: relative;
  cursor: pointer;
}
.bs-borderNav .list-anchor:hover .list-anchor--text {
  color: #22c759;
  transform: translateX(0.32rem);
}
.bs-borderNav .list-anchor__button.is-active .list-anchor--icon .plus > span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(0deg);
  transition-delay: 0s;
}
.bs-borderNav .list-anchor--text {
  font-size: 0.95rem;
  transition: 0.2s ease-in-out;
  display: inline-block;
}
.bs-borderNav .list-anchor--icon {
  height: 2rem;
  width: 2rem;
  position: absolute;
  top: 1rem;
  right: 0;
}
.bs-borderNav .list-anchor--icon .plus {
  width: 0.8rem;
  height: 0.8rem;
}
.bs-borderNav .list-anchor--icon .plus > span {
  display: block;
  width: 100%;
  height: 1px;
  background: #22c759;
  display: block;
}
.bs-borderNav .list-anchor--icon .plus > span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s ease;
  transition-delay: 0.6s;
}
.bs-borderNav .list-anchor--icon img.arw {
  width: 0.8rem;
}
.bs-borderNav .list-subList {
  max-height: 0;
  padding: 0;
  transition: max-height 0.8s ease, padding 0.8s ease;
  overflow: hidden;
}
.bs-borderNav .list-subList.is-open {
  max-height: 300px;
  padding: 0 0 0.7rem 0.35rem;
  height: auto;
}
.bs-borderNav .list-subList.is-open li {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.bs-borderNav .list-subList li {
  font-weight: normal;
  font-size: 0.9rem;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.bs-borderNav .list-subList li a {
  padding-left: 1rem;
  position: relative;
  display: inline-block;
  transition: color 0.2s;
}
.bs-borderNav .list-subList li a:hover {
  color: #22c759;
}
.bs-borderNav .list-subList li a:hover::before {
  background: #22c759;
}
.bs-borderNav .list-subList li a::before {
  content: "";
  width: 0.6rem;
  height: 1px;
  background: #323232;
  position: absolute;
  top: 0.8rem;
  left: 0;
  display: block;
  transition: 0.2s;
}

.bs-pageTitle {
  padding-top: min(6rem, 6vw);
}
@media all and (max-width: 1080px) {
  .bs-pageTitle {
    padding-top: 9.5rem;
  }
}
@media all and (max-width: 660px) {
  .bs-pageTitle {
    padding-top: 0;
  }
}
@media all and (max-width: 660px) {
  .bs-pageTitle .bs-inr {
    padding: 0;
  }
}
.bs-pageTitle--main {
  background-image: url(../img/common/back-green.jpg);
  overflow: hidden;
  border-radius: 0.7rem;
}
@media all and (max-width: 660px) {
  .bs-pageTitle--main {
    border-radius: 0 0 1rem 1rem;
  }
}
.bs-pageTitle .text-box {
  padding: 3.35rem 0;
  text-align: center;
}
@media all and (max-width: 1080px) {
  .bs-pageTitle .text-box {
    padding: 2.35rem 0;
  }
}
@media all and (max-width: 660px) {
  .bs-pageTitle .text-box {
    padding: 7.7rem 0 1.75rem;
  }
}
.bs-pageTitle .text-box .en {
  font-size: min(1.3rem, 1.35vw);
  color: #22c759;
  line-height: 1;
  display: block;
}
@media all and (max-width: 1080px) {
  .bs-pageTitle .text-box .en {
    font-size: 1rem;
  }
}
@media all and (max-width: 660px) {
  .bs-pageTitle .text-box .en {
    font-size: 0.85rem;
  }
}
.bs-pageTitle .text-box .title {
  margin-top: 0.7rem;
  font-size: min(2.05rem, 2.55vw);
  line-height: 1;
  letter-spacing: 0.05em;
}
@media all and (max-width: 1080px) {
  .bs-pageTitle .text-box .title {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 660px) {
  .bs-pageTitle .text-box .title {
    font-size: 1.4rem;
  }
}

.top-page {
  background: #efeee9;
}
.top-page .mv_sec {
  height: 100vh;
  background: #fff;
  position: relative;
}
.top-page .mv_sec--formAnchor {
  width: min(10.5vw, 15rem);
  z-index: 10;
  position: absolute;
  bottom: min(1.5vw, 2.5rem);
  right: min(1.5vw, 2.5rem);
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media all and (max-width: 1080px) {
  .top-page .mv_sec--formAnchor {
    width: 10rem;
  }
}
@media all and (max-width: 660px) {
  .top-page .mv_sec--formAnchor {
    width: 7rem;
  }
}
.top-page .mv_sec--formAnchor:hover {
  transform: scale(0.92);
}
.top-page .mv_sec--formAnchor img {
  width: 100%;
}
.top-page .mv_sec--inr {
  height: 100%;
  position: relative;
}
@media all and (max-width: 1080px) {
  .top-page .mv_sec--inr {
    padding-top: 9rem;
  }
}
@media all and (max-width: 660px) {
  .top-page .mv_sec--inr {
    padding-top: 5rem;
  }
}
.top-page .mv_sec--flex {
  display: flex;
  height: 100%;
  flex-direction: column;
  position: relative;
}
@media all and (max-width: 660px) {
  .top-page .mv_sec--flex {
    justify-content: flex-end;
  }
}
.top-page .mv_sec--top {
  padding: 8vh 0 5vh 3vw;
}
@media all and (max-width: 1080px) {
  .top-page .mv_sec--top {
    padding: 2vh 0 3vh 3vw;
  }
}
@media all and (max-width: 660px) {
  .top-page .mv_sec--top {
    padding: 0;
    position: absolute;
    top: calc(2vh + 1.2rem);
    right: calc(3.2vw + 1rem);
  }
}
.top-page .mv_sec--top .title img {
  width: 40vw;
}
@media all and (max-width: 1080px) {
  .top-page .mv_sec--top .title img {
    width: 62vw;
  }
}
@media all and (max-width: 660px) {
  .top-page .mv_sec--top .title img {
    width: 22vw;
  }
}
.top-page .mv_sec--image {
  flex: 1;
  overflow: hidden;
}
@media all and (max-width: 660px) {
  .top-page .mv_sec--image {
    height: 77vh;
    flex: none;
  }
}
.top-page .mv_sec--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right bottom;
     object-position: right bottom;
}
@media all and (max-width: 660px) {
  .top-page .mv_sec--image img {
    -o-object-position: 67% bottom;
       object-position: 67% bottom;
  }
}
.top-page .about_sec--main {
  overflow: hidden;
  background: url(../img/common/back-green.jpg);
  position: relative;
}
.top-page .about_sec--main .circle {
  top: min(5rem, 5vw);
  display: block;
  width: 90%;
  max-width: 960px;
  border-radius: 100rem;
  background: #fff;
  z-index: 1;
}
@media all and (max-width: 660px) {
  .top-page .about_sec--main .circle {
    top: 16vw;
    width: 200vw;
  }
}
.top-page .about_sec--main .circle::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.top-page .about_sec--main .inr {
  padding-top: min(13.5rem, 13.5vw);
  padding-bottom: min(8rem, 8vw);
  z-index: 2;
  position: relative;
}
@media all and (max-width: 660px) {
  .top-page .about_sec--main .inr {
    padding-top: 32vw;
  }
}
.top-page .about_sec--main .inr .title-box {
  margin-bottom: min(4rem, 4vw);
  text-align: center;
}
@media all and (max-width: 660px) {
  .top-page .about_sec--main .inr .title-box {
    margin-bottom: 3rem;
  }
}
.top-page .about_sec--main .inr .title-box .icon {
  max-width: 70px;
  width: 50%;
  margin-bottom: min(1.5rem, 1.5vw);
}
@media all and (max-width: 1080px) {
  .top-page .about_sec--main .inr .title-box .icon {
    margin-bottom: 3vw;
  }
}
@media all and (max-width: 660px) {
  .top-page .about_sec--main .inr .title-box .icon {
    width: 50px;
    margin-bottom: 1rem;
  }
}
.top-page .about_sec--main .inr .title-box .title {
  font-size: min(2.25rem, 2.55vw);
  line-height: 1;
}
@media all and (max-width: 1080px) {
  .top-page .about_sec--main .inr .title-box .title {
    font-size: 3.4vw;
  }
}
@media all and (max-width: 660px) {
  .top-page .about_sec--main .inr .title-box .title {
    font-size: 1.5rem;
  }
}
.top-page .about_sec--main .inr .text-box {
  width: 66.5%;
  max-width: 560px;
  margin: 0 auto;
  font-weight: normal;
  font-size: min(1.17rem, 1.5vw);
}
@media all and (max-width: 1080px) {
  .top-page .about_sec--main .inr .text-box {
    font-size: 1.85vw;
  }
}
@media all and (max-width: 660px) {
  .top-page .about_sec--main .inr .text-box {
    width: 100%;
    font-size: 1rem;
  }
}
.top-page .about_sec--main .inr .text-box p {
  line-height: 1.6;
}
@media all and (max-width: 660px) {
  .top-page .about_sec--main .inr .text-box p {
    line-height: 1.7;
  }
}
.top-page .about_sec--main .inr .text-box p:not(:last-of-type) {
  margin-bottom: 1.75rem;
}
@media all and (max-width: 660px) {
  .top-page .about_sec--main .inr .text-box p:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
.top-page .about_sec--main .inr .anchor-box {
  padding-top: min(3.6rem, 3.6vw);
  text-align: center;
}
@media all and (max-width: 660px) {
  .top-page .about_sec--main .inr .anchor-box {
    padding-top: 1.8rem;
  }
}
.top-page .about_sec--main .inr .anchor-box .bs-anchor, .top-page .about_sec--main .inr .anchor-box .form-page .formBox__submit button, .form-page .formBox__submit .top-page .about_sec--main .inr .anchor-box button {
  width: 100%;
  max-width: 350px;
}
@media all and (max-width: 660px) {
  .top-page .about_sec--main .inr .anchor-box .bs-anchor, .top-page .about_sec--main .inr .anchor-box .form-page .formBox__submit button, .form-page .formBox__submit .top-page .about_sec--main .inr .anchor-box button {
    max-width: none;
  }
}
.top-page .about_sec--image {
  position: relative;
  overflow: hidden;
}
.top-page .about_sec--image:before {
  content: "";
  display: block;
  padding-top: 45%;
}
.top-page .about_sec--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-page .about_sec--image img {
  -o-object-position: center 10%;
     object-position: center 10%;
}
.top-page .content_sec {
  padding-top: 6.5vw;
  margin-bottom: 7rem;
}
@media all and (max-width: 660px) {
  .top-page .content_sec {
    padding-top: 9vw;
    margin-bottom: 2.8rem;
  }
}
.top-page .content_sec--main {
  padding: min(2.75rem, 2.5vw);
  background: #fff;
  border-radius: 1rem;
}
@media all and (max-width: 660px) {
  .top-page .content_sec--main {
    border-radius: 0.7rem;
    padding: 4.5vw;
  }
}
.top-page .content_sec--top {
  display: flex;
}
@media all and (max-width: 660px) {
  .top-page .content_sec--top {
    flex-direction: column;
  }
}
.top-page .content_sec--top .title-box {
  width: 32%;
  padding: 1.75rem 0.5rem;
  background: #22c759;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  position: relative;
}
@media all and (max-width: 660px) {
  .top-page .content_sec--top .title-box {
    width: 100%;
    padding: 3vw 0;
  }
}
.top-page .content_sec--top .title-box img {
  width: 83%;
}
@media all and (max-width: 660px) {
  .top-page .content_sec--top .title-box img {
    width: 62%;
    max-width: 280px;
  }
}
.top-page .content_sec--top .title-box .icon-sell {
  display: none;
}
@media all and (max-width: 660px) {
  .top-page .content_sec--top .title-box .icon-sell {
    width: 9vw;
    max-width: 48px;
    display: block;
    position: absolute;
    top: 3.5vw;
    left: 2vw;
  }
}
.top-page .content_sec--top .title-box .icon-buy {
  display: none;
}
@media all and (max-width: 660px) {
  .top-page .content_sec--top .title-box .icon-buy {
    width: 9vw;
    max-width: 48px;
    display: block;
    position: absolute;
    bottom: 3vw;
    left: 2vw;
  }
}
.top-page .content_sec--top .lead-box {
  width: 68%;
  padding: 9px 0 9px 2.75rem;
  font-weight: normal;
  align-self: center;
  font-size: min(1.05vw, 1.176rem);
  line-height: 1.75;
}
@media all and (max-width: 1560px) {
  .top-page .content_sec--top .lead-box {
    padding: 8px 0 8px 2.4vw;
  }
}
@media all and (max-width: 1080px) {
  .top-page .content_sec--top .lead-box {
    font-size: 1.4vw;
  }
}
@media all and (max-width: 660px) {
  .top-page .content_sec--top .lead-box {
    width: 100%;
    margin-top: 1rem;
    padding: 0;
    font-size: 0.85rem;
  }
}
.top-page .content_sec--top .lead-box .blue {
  font-weight: bold;
  color: #226ec7;
}
.top-page .content_sec--list {
  margin-top: 4rem;
}
@media all and (max-width: 1080px) {
  .top-page .content_sec--list {
    margin-top: 3rem;
  }
}
@media all and (max-width: 660px) {
  .top-page .content_sec--list {
    margin-top: 2.25rem;
  }
}
.top-page .content_sec--list .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem 5rem;
}
@media all and (max-width: 1080px) {
  .top-page .content_sec--list .list {
    gap: 3rem 4rem;
  }
}
@media all and (max-width: 660px) {
  .top-page .content_sec--list .list {
    grid-template-columns: 1fr;
    gap: 2.35rem 0;
  }
}
.top-page .content_sec--list .list li .title {
  margin-bottom: 1rem;
  padding-top: 1.2rem;
  font-size: 1.35rem;
  color: #22c759;
  position: relative;
  line-height: 1.5;
}
@media all and (max-width: 1080px) {
  .top-page .content_sec--list .list li .title {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 660px) {
  .top-page .content_sec--list .list li .title {
    margin-bottom: 0.5rem;
    padding-top: 0.9rem;
    font-size: 1.15rem;
  }
}
.top-page .content_sec--list .list li .title:before {
  content: "";
  width: 44px;
  height: 1px;
  background: #22c759;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.top-page .content_sec--list .list li .sub-list {
  margin-bottom: 1rem;
}
@media all and (max-width: 660px) {
  .top-page .content_sec--list .list li .sub-list {
    margin-bottom: 0;
    font-size: 0.95rem;
  }
}
.top-page .content_sec--list .list li .l {
  font-weight: normal;
  line-height: 1.7;
}
@media all and (max-width: 1080px) {
  .top-page .content_sec--list .list li .l {
    font-size: 0.9rem;
  }
}
@media all and (max-width: 660px) {
  .top-page .content_sec--list .list li .l {
    font-size: 0.85rem;
  }
}
.top-page .content_sec--list .bottomText {
  font-weight: normal;
  margin-top: 0.5rem;
}
@media all and (max-width: 660px) {
  .top-page .content_sec--list .bottomText {
    font-size: 0.85rem;
    line-height: 1.55;
  }
}
.top-page .content_sec--anchor {
  margin-top: 3.5rem;
  display: flex;
  justify-content: center;
  gap: 0 2rem;
}
@media all and (max-width: 660px) {
  .top-page .content_sec--anchor {
    margin-top: 2rem;
    gap: 1.2rem;
    flex-direction: column;
  }
}
.top-page .content_sec--anchor a {
  width: 40%;
  max-width: 325px;
}
@media all and (max-width: 660px) {
  .top-page .content_sec--anchor a {
    width: 100%;
    max-width: none;
  }
}
.top-page .feature_sec {
  margin-bottom: 8vw;
  background-color: #fff;
}
@media all and (max-width: 660px) {
  .top-page .feature_sec {
    margin-bottom: 0;
  }
}
.top-page .feature_sec--inr {
  padding: 5.2vw 0;
}
@media all and (max-width: 1080px) {
  .top-page .feature_sec--inr {
    padding: 6vw 0;
  }
}
@media all and (max-width: 660px) {
  .top-page .feature_sec--inr {
    padding: 10vw 0 14vw;
  }
}
.top-page .feature_sec--title {
  text-align: center;
  position: relative;
}
.top-page .feature_sec--title .title {
  z-index: 5;
  color: #22c759;
  font-size: min(35px, 1.95vw);
}
@media all and (max-width: 1080px) {
  .top-page .feature_sec--title .title {
    font-size: 3.4vw;
  }
}
@media all and (max-width: 660px) {
  .top-page .feature_sec--title .title {
    font-size: 4.7vw;
  }
}
.top-page .feature_sec--title .en {
  width: 60%;
  max-width: 780px;
  opacity: 0.25;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
@media all and (max-width: 1080px) {
  .top-page .feature_sec--title .en {
    width: 62%;
  }
}
@media all and (max-width: 660px) {
  .top-page .feature_sec--title .en {
    width: 80%;
  }
}
.top-page .feature_sec--main {
  margin-top: 4.2rem;
}
@media all and (max-width: 1080px) {
  .top-page .feature_sec--main {
    margin-top: 6vw;
  }
}
@media all and (max-width: 660px) {
  .top-page .feature_sec--main {
    margin-top: 10vw;
  }
}
.top-page .feature_sec--main .list {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}
@media all and (max-width: 1080px) {
  .top-page .feature_sec--main .list {
    gap: 1rem;
  }
}
@media all and (max-width: 660px) {
  .top-page .feature_sec--main .list {
    flex-direction: column;
  }
}
.top-page .feature_sec--main .list li {
  padding: 0 max(0.4rem, 1vw) 1.5rem;
  flex: 1;
  flex-shrink: 0;
  border: 1px solid #22c759;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 660px) {
  .top-page .feature_sec--main .list li {
    padding: 0.5rem 1rem 1.5rem;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.top-page .feature_sec--main .list .icon-box {
  width: 100%;
  position: relative;
}
.top-page .feature_sec--main .list .icon-box::before {
  padding-top: 65%;
  display: block;
  content: "";
}
@media all and (max-width: 660px) {
  .top-page .feature_sec--main .list .icon-box::before {
    display: none;
  }
}
@media all and (max-width: 660px) {
  .top-page .feature_sec--main .list .icon-box {
    width: 45%;
    padding: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media all and (max-width: 660px) {
  .top-page .feature_sec--main .list .icon-box .icon {
    position: relative;
    transform: translate(0, 0);
    top: auto;
    left: auto;
  }
}
.top-page .feature_sec--main .list .icon-box .icon_1 {
  width: 41%;
}
@media all and (max-width: 660px) {
  .top-page .feature_sec--main .list .icon-box .icon_1 {
    width: 54%;
  }
}
.top-page .feature_sec--main .list .icon-box .icon_2 {
  width: 41%;
}
@media all and (max-width: 660px) {
  .top-page .feature_sec--main .list .icon-box .icon_2 {
    width: 54%;
  }
}
.top-page .feature_sec--main .list .icon-box .icon_3 {
  width: 33%;
}
@media all and (max-width: 660px) {
  .top-page .feature_sec--main .list .icon-box .icon_3 {
    width: 50%;
  }
}
.top-page .feature_sec--main .list .title {
  margin-bottom: 1rem;
  font-size: min(1.45rem, 1.4vw);
  text-align: center;
  line-height: 1.55;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1080px) {
  .top-page .feature_sec--main .list .title {
    margin-bottom: 0.55rem;
    font-size: 0.9rem;
  }
}
@media all and (max-width: 660px) {
  .top-page .feature_sec--main .list .title {
    width: 55%;
    text-align: left;
    font-size: 4.8vw;
    margin-bottom: 0;
    justify-content: flex-start;
  }
}
.top-page .feature_sec--main .list .l {
  padding: 0 0.9rem;
  font-weight: normal;
  font-size: min(1.05rem, 1.05vw);
  line-height: 1.75;
  text-align: justify;
}
@media all and (max-width: 1080px) {
  .top-page .feature_sec--main .list .l {
    font-size: 0.75rem;
  }
}
@media all and (max-width: 660px) {
  .top-page .feature_sec--main .list .l {
    width: 100%;
    padding: 0;
    padding-top: 0.4rem;
    font-size: 0.9rem;
    line-height: 1.6;
  }
}
.top-page .message_sec {
  width: 100%;
  text-align: right;
}
.top-page .message_sec--inr {
  padding-top: 8vw;
  position: relative;
}
@media all and (max-width: 1560px) {
  .top-page .message_sec--inr {
    padding-top: 4vw;
  }
}
@media all and (max-width: 660px) {
  .top-page .message_sec--inr {
    padding-top: 0;
  }
}
.top-page .message_sec--image {
  width: 60%;
  top: 0;
  left: 0;
  position: relative;
  overflow: hidden;
  position: absolute;
}
.top-page .message_sec--image:before {
  content: "";
  display: block;
  padding-top: 65%;
}
.top-page .message_sec--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 1560px) {
  .top-page .message_sec--image {
    width: 58%;
  }
}
@media all and (max-width: 1080px) {
  .top-page .message_sec--image {
    width: 52%;
  }
}
@media all and (max-width: 660px) {
  .top-page .message_sec--image {
    position: relative;
    width: 100%;
  }
}
.top-page .message_sec--main {
  width: 46.8%;
  min-height: 30vw;
  padding: 0 4vw 3.4vw 2.116vw;
  display: inline-block;
  text-align: left;
  background-color: #fff;
  border-radius: 0.5367vw 0 0 0.5367vw;
  z-index: 5;
  position: relative;
}
@media all and (max-width: 1560px) {
  .top-page .message_sec--main {
    width: 48%;
    padding: 0 3vw 3.4vw 2.116vw;
  }
}
@media all and (max-width: 1080px) {
  .top-page .message_sec--main {
    width: 53%;
  }
}
@media all and (max-width: 660px) {
  .top-page .message_sec--main {
    width: calc(100% - 7vw);
    display: block;
    margin: 0 auto;
    padding: 0 1rem 1.7rem;
    transform: translateY(-1.7rem);
    border-radius: 6px;
  }
}
.top-page .message_sec--main .title {
  color: #22c759;
  font-size: 3.835vw;
  line-height: 1;
  transform: translateY(-1.23vw);
}
@media all and (max-width: 1080px) {
  .top-page .message_sec--main .title {
    font-size: 4.6vw;
    transform: translateY(-1.4vw);
  }
}
@media all and (max-width: 660px) {
  .top-page .message_sec--main .title {
    font-size: 2.65rem;
    transform: translateY(-0.9rem);
  }
}
.top-page .message_sec--main .name {
  padding-top: 0.85vw;
  font-size: min(2.2vw, 38px);
}
@media all and (max-width: 660px) {
  .top-page .message_sec--main .name {
    padding-top: 1rem;
  }
}
.top-page .message_sec--main .name .post {
  color: #22c759;
  display: block;
  line-height: 1;
  font-size: min(1.08vw, 20px);
}
@media all and (max-width: 1080px) {
  .top-page .message_sec--main .name .post {
    font-size: 1.6vw;
  }
}
@media all and (max-width: 660px) {
  .top-page .message_sec--main .name .post {
    font-size: 0.85rem;
  }
}
@media all and (max-width: 1080px) {
  .top-page .message_sec--main .name {
    font-size: 2.73vw;
  }
}
@media all and (max-width: 660px) {
  .top-page .message_sec--main .name {
    font-size: 1.55rem;
  }
}
.top-page .message_sec--main .text {
  padding-top: min(2.4rem, 0.7vw);
}
@media all and (max-width: 660px) {
  .top-page .message_sec--main .text {
    padding-top: 0.25rem;
  }
}
.top-page .message_sec--main .text p {
  font-size: min(0.9vw, 1.176rem);
  font-weight: normal;
  line-height: 1.75;
}
.top-page .message_sec--main .text p:not(:last-of-type) {
  margin-bottom: 1.65em;
}
@media all and (max-width: 660px) {
  .top-page .message_sec--main .text p:not(:last-of-type) {
    margin-bottom: 1.2em;
  }
}
@media all and (max-width: 1080px) {
  .top-page .message_sec--main .text p {
    font-size: 1.2vw;
  }
}
@media all and (max-width: 660px) {
  .top-page .message_sec--main .text p {
    font-size: 0.85rem;
    line-height: 1.65;
    text-align: justify;
  }
}
@media all and (max-width: 2150px) {
  .top-page .message_sec--main .text p .br-p {
    display: none;
  }
}
.top-page .news_sec {
  margin-top: 10vw;
}
.top-page .news_sec--inr {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 660px) {
  .top-page .news_sec--inr {
    flex-direction: column;
  }
}
.top-page .news_sec--title {
  line-height: 1;
  font-size: min(24px, 1.55vw);
}
@media all and (max-width: 1080px) {
  .top-page .news_sec--title {
    font-size: min(2.5vw, 20px);
  }
}
@media all and (max-width: 660px) {
  .top-page .news_sec--title {
    width: 100%;
    margin-bottom: 1.75rem;
    font-size: 1rem;
  }
}
.top-page .news_sec--title::before {
  content: "NEWS";
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: min(58px, 4.3vw);
  line-height: 1;
  color: #22c759;
}
@media all and (max-width: 1080px) {
  .top-page .news_sec--title::before {
    font-size: min(6.5vw, 50px);
  }
}
@media all and (max-width: 660px) {
  .top-page .news_sec--title::before {
    font-size: 2.5rem;
  }
}
.top-page .news_sec--main {
  width: 65%;
  max-width: 40rem;
}
@media all and (max-width: 660px) {
  .top-page .news_sec--main {
    width: 100%;
  }
}
.top-page .news_sec--main .newsList {
  font-weight: normal;
}
.top-page .news_sec--main .newsList-item:first-of-type a {
  border-top: 1px solid #d5d5cb;
}
.top-page .news_sec--main .newsList-item a {
  display: block;
  padding: 2rem 0.5rem 1.75rem;
  text-decoration: none;
  border-bottom: 1px solid #d5d5cb;
}
@media all and (max-width: 660px) {
  .top-page .news_sec--main .newsList-item a {
    padding: 1.5rem 0.5rem 1.5rem 0;
  }
}
.top-page .news_sec--main .newsList-item a:hover .newsList__title {
  color: #22c759;
}
.top-page .news_sec--main .newsList__date {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #323232;
  opacity: 0.7;
  margin-bottom: 6px;
  transition: 0.25s;
}
@media all and (max-width: 1080px) {
  .top-page .news_sec--main .newsList__date {
    font-size: 0.75rem;
  }
}
@media all and (max-width: 660px) {
  .top-page .news_sec--main .newsList__date {
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
  }
}
.top-page .news_sec--main .newsList__title {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #222218;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.25s;
}
@media all and (max-width: 1080px) {
  .top-page .news_sec--main .newsList__title {
    font-size: 1rem;
  }
}
@media all and (max-width: 660px) {
  .top-page .news_sec--main .newsList__title {
    font-size: 0.9rem;
  }
}
.top-page .news_sec--main .anchor-box {
  margin-top: 2rem;
  text-align: right;
}
.top-page .news_sec--main .anchor-box .anchor {
  max-width: 340px;
}
@media all and (max-width: 1080px) {
  .top-page .news_sec--main .anchor-box .anchor {
    width: 60%;
    max-width: none;
  }
}
@media all and (max-width: 660px) {
  .top-page .news_sec--main .anchor-box .anchor {
    width: 100%;
  }
}

.about-page .breadcrumb a,
.about-page .breadcrumb li {
  color: #fff !important;
}
.about-page--top {
  padding: 7rem 0 13rem;
}
@media all and (max-width: 1080px) {
  .about-page--top {
    padding: 8vw 0 16vw;
  }
}
.about-page--topBack {
  background: url(../img/about/top-back.jpg) center/cover;
}
.about-page--top .flex-box {
  display: flex;
  justify-content: space-between;
}
.about-page--top .flex-box .logo-box {
  width: 40%;
}
@media all and (max-width: 660px) {
  .about-page--top .flex-box .logo-box {
    display: none;
  }
}
.about-page--top .flex-box .logo-box .circle {
  width: 88%;
  background: #fff;
  border-radius: 2000px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-page--top .flex-box .logo-box .circle::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.about-page--top .flex-box .logo-box .circle .logo {
  width: 70%;
}
.about-page--top .flex-box .text-box {
  width: 55%;
  color: #fff;
  align-self: center;
}
@media all and (max-width: 1080px) {
  .about-page--top .flex-box .text-box {
    width: 58%;
  }
}
@media all and (max-width: 660px) {
  .about-page--top .flex-box .text-box {
    width: 100%;
  }
}
.about-page--top .flex-box .text-box .title {
  font-size: min(3.25rem, 2.85vw);
  line-height: 1.3;
  margin-bottom: 3rem;
}
@media all and (max-width: 1080px) {
  .about-page--top .flex-box .text-box .title {
    font-size: 4vw;
    margin-bottom: 2.7vw;
  }
}
@media all and (max-width: 660px) {
  .about-page--top .flex-box .text-box .title {
    font-size: 6.95vw;
    margin-bottom: 1rem;
  }
}
.about-page--top .flex-box .text-box p {
  font-weight: normal;
  font-size: min(1.3rem, 1.13vw);
  line-height: 1.55;
}
@media all and (max-width: 1080px) {
  .about-page--top .flex-box .text-box p {
    font-size: 1.8vw;
  }
}
@media all and (max-width: 660px) {
  .about-page--top .flex-box .text-box p {
    font-size: 0.85rem;
  }
}
.about-page--top .flex-box .text-box p:not(:last-of-type) {
  margin-bottom: 1.3rem;
}
@media all and (max-width: 1080px) {
  .about-page--top .flex-box .text-box p:not(:last-of-type) {
    margin-bottom: 1.4vw;
  }
}
@media all and (max-width: 660px) {
  .about-page--top .flex-box .text-box p:not(:last-of-type) {
    margin-bottom: 0.8rem;
  }
}
.about-page--image {
  position: relative;
  overflow: hidden;
}
.about-page--image:before {
  content: "";
  display: block;
  padding-top: 46%;
}
.about-page--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 660px) {
  .about-page--image:before {
    padding-top: 50%;
  }
}
.about-page--image img {
  width: 100%;
  height: auto;
}
.about-page--choice {
  padding: 6vw 0 4vw;
  margin-bottom: 10rem;
  background: url(../img/common/back-green.jpg);
}
@media all and (max-width: 660px) {
  .about-page--choice {
    margin-bottom: 4rem;
    padding: 3.5rem 0 3rem;
  }
}
.about-page--choice .main-box {
  display: flex;
  justify-content: space-between;
}
.about-page--choice .main-box--title {
  width: 40%;
}
@media all and (max-width: 1560px) {
  .about-page--choice .main-box--title {
    width: 30%;
    padding-left: 2vw;
  }
}
@media all and (max-width: 1080px) {
  .about-page--choice .main-box--title {
    width: 25%;
  }
}
@media all and (max-width: 660px) {
  .about-page--choice .main-box--title {
    width: 15%;
    padding-left: 0;
  }
}
.about-page--choice .main-box--title .title {
  width: 30%;
}
@media all and (max-width: 1560px) {
  .about-page--choice .main-box--title .title {
    width: 40%;
  }
}
@media all and (max-width: 1080px) {
  .about-page--choice .main-box--title .title {
    width: 55%;
  }
}
@media all and (max-width: 660px) {
  .about-page--choice .main-box--title .title {
    width: 100%;
  }
}
.about-page--choice .main-box--text {
  width: 60%;
  max-width: 740px;
}
@media all and (max-width: 1560px) {
  .about-page--choice .main-box--text {
    width: 70%;
  }
}
@media all and (max-width: 1080px) {
  .about-page--choice .main-box--text {
    width: 75%;
  }
}
@media all and (max-width: 660px) {
  .about-page--choice .main-box--text {
    width: 85%;
    padding-left: 6vw;
  }
}
.about-page--choice .main-box--text li {
  position: relative;
  padding: 2rem 0;
}
@media all and (max-width: 660px) {
  .about-page--choice .main-box--text li {
    padding: 1.2rem 0;
  }
}
.about-page--choice .main-box--text li:first-of-type {
  padding-top: 0;
}
.about-page--choice .main-box--text li:after {
  content: "";
  position: relative;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #b2b1b1 50%, transparent 50%);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  overflow: hidden;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-page--choice .main-box--text .num {
  font-feature-settings: "palt";
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #22c759;
  transform: translateX(-1em);
  display: inline-block;
}
@media all and (max-width: 660px) {
  .about-page--choice .main-box--text .num {
    font-size: 0.7rem;
    transform: translateX(0);
  }
}
.about-page--choice .main-box--text .title {
  margin-bottom: 1em;
  font-size: min(1.8rem, 2.2vw);
  line-height: 1.35;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media all and (max-width: 1080px) {
  .about-page--choice .main-box--text .title {
    font-size: 2.8vw;
  }
}
@media all and (max-width: 660px) {
  .about-page--choice .main-box--text .title {
    margin-bottom: 0.5em;
    font-size: 1.15rem;
  }
}
.about-page--choice .main-box--text .text {
  font-weight: normal;
  line-height: 1.7;
  font-size: min(0.9rem, 1.2vw);
}
@media all and (max-width: 1080px) {
  .about-page--choice .main-box--text .text {
    font-size: 1.6vw;
  }
}
@media all and (max-width: 660px) {
  .about-page--choice .main-box--text .text {
    font-size: 0.85rem;
    text-align: justify;
  }
}
.about-page--company .flex-cont {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 660px) {
  .about-page--company .flex-cont {
    flex-direction: column;
  }
}
.about-page--company .title-box {
  width: 20rem;
  flex-shrink: 0;
}
@media all and (max-width: 1560px) {
  .about-page--company .title-box {
    width: 15rem;
  }
}
@media all and (max-width: 1080px) {
  .about-page--company .title-box {
    width: 12rem;
  }
}
@media all and (max-width: 660px) {
  .about-page--company .title-box {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.about-page--company .title-box .title {
  padding-bottom: 0.85rem;
  font-size: min(1.4rem, 10vw);
  position: relative;
  line-height: 1.45;
}
@media all and (max-width: 1080px) {
  .about-page--company .title-box .title {
    font-size: 1.25rem;
  }
}
.about-page--company .title-box .title::before {
  content: "";
  width: 40px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #22c759;
  display: block;
}
.about-page--company .main-box {
  max-width: 780px;
  flex: 1;
}
@media all and (max-width: 1560px) {
  .about-page--company .main-box {
    max-width: none;
  }
}
.about-page--company .main-box .list {
  width: 100%;
  display: grid;
  grid-template-columns: 10rem 1fr;
  border-bottom: 1px solid #cecece;
}
@media all and (max-width: 660px) {
  .about-page--company .main-box .list {
    grid-template-columns: 6rem 1fr;
  }
}
.about-page--company .main-box .list dt,
.about-page--company .main-box .list dd {
  padding: 1.3rem 0;
  border-top: 1px solid #cecece;
}
@media all and (max-width: 1080px) {
  .about-page--company .main-box .list dt,
.about-page--company .main-box .list dd {
    font-size: 0.9rem;
  }
}
.about-page--company .main-box .list dd {
  font-weight: normal;
}

.work-page--about {
  padding: 0 0 5rem;
  background: url(../img/common/back-green.jpg);
}
@media all and (max-width: 660px) {
  .work-page--about {
    padding: 0rem 0 2.5rem;
  }
}
.work-page--about .title-box {
  margin-bottom: 4.5rem;
  padding-top: 4.5rem;
  position: relative;
}
@media all and (max-width: 660px) {
  .work-page--about .title-box {
    margin-bottom: 2rem;
    padding-top: 2.5rem;
    padding: 2.5rem 0.5rem 0;
  }
}
.work-page--about .title-box::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #22c759;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.work-page--about .title-box .title {
  text-align: center;
  font-size: min(2.1rem, 2.5vw);
  line-height: 1.5;
}
@media all and (max-width: 1080px) {
  .work-page--about .title-box .title {
    font-size: 3.7vw;
  }
}
@media all and (max-width: 660px) {
  .work-page--about .title-box .title {
    font-size: 5.5vw;
    text-align: left;
  }
}
.work-page--about .title-box .lead {
  font-weight: normal;
  width: 70%;
  max-width: 580px;
  margin: 2rem auto 0;
  text-align: justify;
}
@media all and (max-width: 1080px) {
  .work-page--about .title-box .lead {
    width: 75%;
    font-size: min(1rem, 2vw);
  }
}
@media all and (max-width: 660px) {
  .work-page--about .title-box .lead {
    width: 100%;
    margin-top: 1.2rem;
    font-size: 0.85rem;
    line-height: 1.65;
    padding-left: 0;
    text-align: left;
  }
}
.work-page--about .list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.work-page--about .list li {
  padding: 3.5rem 3rem;
  background: #fff;
  border-radius: 0.8rem;
  display: grid;
  grid-template-columns: 15rem 1fr;
}
@media all and (max-width: 1560px) {
  .work-page--about .list li {
    padding: 3rem 1.5rem 3rem 2.5em;
    grid-template-columns: 12.5rem 1fr;
  }
}
@media all and (max-width: 1080px) {
  .work-page--about .list li {
    padding: 2rem 1.5rem 2rem 2rem;
  }
}
@media all and (max-width: 660px) {
  .work-page--about .list li {
    padding: 2rem 6vw 2rem;
    grid-template-columns: 1fr;
    gap: 0.75rem 0;
  }
}
.work-page--about .list li .title {
  padding: 0.5rem 0;
  color: #22c759;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media all and (max-width: 1560px) {
  .work-page--about .list li .title {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 660px) {
  .work-page--about .list li .title {
    padding: 0;
  }
}
.work-page--about .list li .text-box {
  padding: 0.5rem 0 0.5rem 2.25rem;
  border-left: 1px solid #22c759;
  font-weight: normal;
  align-self: center;
  font-size: min(0.95rem, 1.2vw);
  line-height: 1.65;
}
@media all and (max-width: 1080px) {
  .work-page--about .list li .text-box {
    font-size: 0.9rem;
  }
}
@media all and (max-width: 660px) {
  .work-page--about .list li .text-box {
    border-left: none;
    padding: 0;
  }
}
.work-page--about .list li .text-box p:not(:last-of-type) {
  margin-bottom: 1em;
}
.work-page--about .list li .text-box .small {
  font-size: 0.8rem;
}
@media all and (max-width: 1080px) {
  .work-page--about .list li .text-box .small {
    font-size: 0.7rem;
  }
}
.work-page--about .list li .text-box .merit {
  margin: 1.5rem 0;
  display: grid;
  gap: 1rem 0;
  grid-template-columns: 7rem 1fr;
}
@media all and (max-width: 660px) {
  .work-page--about .list li .text-box .merit {
    margin: 1.5rem 0 1rem;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.work-page--about .list li .text-box .merit span {
  width: 6rem;
  background: #22c759;
  color: #fff;
  padding: 0.5rem 0.3rem;
  border-radius: 10rem;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1;
  display: inline-block;
}
@media all and (max-width: 1080px) {
  .work-page--about .list li .text-box .merit span {
    padding: 0.35rem 0.2rem 0.25rem;
    font-size: 0.75rem;
  }
}
.work-page--about .list li .text-box .merit dd {
  align-self: center;
}
@media all and (max-width: 660px) {
  .work-page--about .list li .text-box .merit dd {
    margin-top: 0.35rem;
  }
}
@media all and (max-width: 660px) {
  .work-page--about .list li .text-box .merit dd:first-of-type {
    margin-bottom: 1.2rem;
  }
}
.work-page--flow .title-box {
  margin-bottom: 4.5rem;
  padding-top: 4.5rem;
  position: relative;
}
@media all and (max-width: 1080px) {
  .work-page--flow .title-box {
    margin-bottom: 3rem;
  }
}
@media all and (max-width: 660px) {
  .work-page--flow .title-box {
    margin-bottom: 2rem;
    padding: 4rem 0.5rem 0;
  }
}
.work-page--flow .title-box .en {
  margin-bottom: 0.2em;
  font-size: min(8.5vw, 5.8rem);
  line-height: 1;
}
@media all and (max-width: 1080px) {
  .work-page--flow .title-box .en {
    font-size: 6rem;
  }
}
@media all and (max-width: 660px) {
  .work-page--flow .title-box .en {
    font-size: 14vw;
  }
}
.work-page--flow .title-box .title {
  padding: 0.25rem 0.3rem 0.2rem;
  display: inline-block;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  background: #22c759;
}
@media all and (max-width: 660px) {
  .work-page--flow .title-box .title {
    font-size: 0.9rem;
  }
}
.work-page--flow .main-box .steps-list li {
  border-bottom: 1px solid rgba(34, 199, 89, 0.3);
  display: grid;
  grid-template-columns: 280px 1fr;
}
@media all and (max-width: 1080px) {
  .work-page--flow .main-box .steps-list li {
    grid-template-columns: 230px 1fr;
  }
}
@media all and (max-width: 660px) {
  .work-page--flow .main-box .steps-list li {
    display: block;
  }
}
.work-page--flow .main-box .steps-list li:first-of-type {
  border-top: 1px solid rgba(34, 199, 89, 0.3);
}
.work-page--flow .main-box .steps-list--title {
  padding: 2.5rem 0 2.5rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media all and (max-width: 660px) {
  .work-page--flow .main-box .steps-list--title {
    padding: 2.5rem 0 2.5rem 0.5rem;
  }
}
.work-page--flow .main-box .steps-list--title .en {
  margin-bottom: 0.4em;
  font-size: 0.75rem;
  color: #22c759;
  line-height: 1;
}
.work-page--flow .main-box .steps-list--title .title {
  font-size: 1.3rem;
  line-height: 1.3;
}
@media all and (max-width: 1080px) {
  .work-page--flow .main-box .steps-list--title .title {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 660px) {
  .work-page--flow .main-box .steps-list--title .title {
    font-size: 1.3rem;
  }
}
.work-page--flow .main-box .steps-list--main {
  padding: 2.5rem 1rem 2.5rem 1rem;
  align-self: center;
}
@media all and (max-width: 660px) {
  .work-page--flow .main-box .steps-list--main {
    padding: 0rem 1rem 2.5rem 0.5rem;
  }
}
.work-page--flow .main-box .steps-list--main p {
  font-weight: normal;
  line-height: 1.65;
}
@media all and (max-width: 1080px) {
  .work-page--flow .main-box .steps-list--main p {
    font-size: 0.9rem;
  }
}
.work-page--flow .main-box .steps-list--main p.small {
  font-size: 0.8em;
}

.company-page--main:not(:last-of-type) {
  margin-bottom: 5.5rem;
}
@media all and (max-width: 660px) {
  .company-page--main:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
.company-page--main .flex-cont {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 660px) {
  .company-page--main .flex-cont {
    flex-direction: column;
  }
}
.company-page--main .title-box {
  width: 20rem;
  flex-shrink: 0;
}
@media all and (max-width: 1080px) {
  .company-page--main .title-box {
    width: 17rem;
  }
}
@media all and (max-width: 660px) {
  .company-page--main .title-box {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.company-page--main .title-box .title {
  padding-bottom: 0.85rem;
  font-size: min(1.4rem, 10vw);
  position: relative;
  line-height: 1.45;
}
@media all and (max-width: 1080px) {
  .company-page--main .title-box .title {
    font-size: 1.25rem;
  }
}
.company-page--main .title-box .title::before {
  content: "";
  width: 40px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #22c759;
  display: block;
}
.company-page--main .main-box {
  max-width: 780px;
  flex: 1;
}
.company-page--shop .companyImg {
  width: 100%;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.company-page--shop .companyImg:before {
  content: "";
  display: block;
  padding-top: 55.7%;
}
.company-page--shop .companyImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 660px) {
  .company-page--shop .companyImg:before {
    padding-top: 60%;
  }
}
.company-page--shop .list {
  width: 100%;
  display: grid;
  grid-template-columns: 10rem 1fr;
  border-bottom: 1px solid #cecece;
}
@media all and (max-width: 660px) {
  .company-page--shop .list {
    grid-template-columns: 6rem 1fr;
  }
}
.company-page--shop .list dt,
.company-page--shop .list dd {
  padding: 1.3rem 0;
  border-top: 1px solid #cecece;
}
@media all and (max-width: 1080px) {
  .company-page--shop .list dt,
.company-page--shop .list dd {
    font-size: 0.9rem;
  }
}
.company-page--shop .list dd {
  font-weight: normal;
}
.company-page--access iframe {
  width: 100%;
  height: 30vw;
  max-height: 26.5rem;
  border: 1px solid #22c759;
}
@media all and (max-width: 1080px) {
  .company-page--access iframe {
    height: 35vw;
  }
}
@media all and (max-width: 660px) {
  .company-page--access iframe {
    height: 60vw;
  }
}

.news-page {
  /* pagination (変数無しバージョン) */
}
.news-page .newsList {
  font-weight: normal;
}
.news-page .newsList-item:first-of-type a {
  border-top: 1px solid #d5d5cb;
}
.news-page .newsList-item a {
  display: block;
  padding: 2rem 0.5rem 1.75rem;
  text-decoration: none;
  border-bottom: 1px solid #d5d5cb;
}
@media all and (max-width: 660px) {
  .news-page .newsList-item a {
    padding: 1.5rem 0.5rem 1.5rem 0;
  }
}
.news-page .newsList-item a:hover .newsList__title {
  color: #22c759;
}
.news-page .newsList__date {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #323232;
  opacity: 0.7;
  margin-bottom: 6px;
  transition: 0.25s;
}
@media all and (max-width: 1080px) {
  .news-page .newsList__date {
    font-size: 0.75rem;
  }
}
@media all and (max-width: 660px) {
  .news-page .newsList__date {
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
  }
}
.news-page .newsList__title {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #222218;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.25s;
}
@media all and (max-width: 1080px) {
  .news-page .newsList__title {
    font-size: 1rem;
  }
}
@media all and (max-width: 660px) {
  .news-page .newsList__title {
    font-size: 0.9rem;
  }
}
.news-page .pagination {
  margin-top: 3rem;
  /* キーボードフォーカスの見やすさ */
  /* 現在ページ（リンクにしない or .is-current を付与） */
  /* マウスホバー時の軽いエフェクト（非アクティブのみ） */
}
@media all and (max-width: 660px) {
  .news-page .pagination {
    margin-top: 2rem;
  }
}
.news-page .pagination ul {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.news-page .pagination .page-item {
  margin: 0;
}
.news-page .pagination .page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #e6e6e6; /* 非アクティブ背景 */
  color: #222222; /* 数字色 */
  font-size: 1rem;
  line-height: 1;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
  -webkit-tap-highlight-color: transparent;
  transition: 0.15s;
}
@media all and (max-width: 660px) {
  .news-page .pagination .page-link {
    width: 3rem;
    height: 3rem;
  }
}
.news-page .pagination .page-link:focus-visible {
  outline: 3px solid #22c759;
  outline-offset: 0px;
  box-shadow: 0 4px 12px rgba(10, 154, 63, 0.12);
}
.news-page .pagination .is-current {
  background: #0fc961; /* アクティブの緑 */
  color: #ffffff;
  cursor: default;
}
.news-page .pagination .page-link:not(.is-current):hover {
  background-color: #22c759;
  color: #ffffff;
}

.newsSingle-page--title {
  margin-top: 5rem;
}
@media all and (max-width: 1080px) {
  .newsSingle-page--title {
    margin-top: 9rem;
  }
}
@media all and (max-width: 660px) {
  .newsSingle-page--title {
    margin-top: 6rem;
  }
}
.newsSingle-page--title time {
  font-weight: normal;
  font-size: 0.9rem;
  opacity: 0.7;
  line-height: 1;
}
@media all and (max-width: 660px) {
  .newsSingle-page--title time {
    font-size: 0.8rem;
  }
}
@media all and (max-width: 660px) {
  .newsSingle-page--title time {
    font-size: 0.75rem;
  }
}
.newsSingle-page--title .title {
  margin-bottom: 0.25rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #cecece;
  font-size: min(1.7rem, 3.5vw);
  line-height: 1.6;
  display: block;
}
@media all and (max-width: 1080px) {
  .newsSingle-page--title .title {
    font-size: 1.45rem;
  }
}
@media all and (max-width: 660px) {
  .newsSingle-page--title .title {
    padding-bottom: 0.4rem;
    font-size: 1.15rem;
  }
}
.newsSingle-page--main {
  min-height: 75vh;
}
@media all and (max-width: 660px) {
  .newsSingle-page--main {
    min-height: 50vh;
  }
}
.newsSingle-page--main .content-box {
  font-weight: normal;
  font-size: 1.1rem;
}
@media all and (max-width: 1560px) {
  .newsSingle-page--main .content-box {
    font-size: 1rem;
  }
}
@media all and (max-width: 660px) {
  .newsSingle-page--main .content-box {
    font-size: 0.9rem;
  }
}
.newsSingle-page--main .content-box p {
  margin-bottom: 1.75em;
  line-height: 1.8;
}
@media all and (max-width: 660px) {
  .newsSingle-page--main .content-box p {
    line-height: 1.65;
  }
}
.newsSingle-page--main .anchor-box {
  margin-top: 10rem;
  text-align: center;
}
@media all and (max-width: 660px) {
  .newsSingle-page--main .anchor-box {
    margin-top: 5rem;
  }
}
.newsSingle-page--main .anchor-box .bs-anchor, .newsSingle-page--main .anchor-box .form-page .formBox__submit button, .form-page .formBox__submit .newsSingle-page--main .anchor-box button {
  max-width: 380px;
}
@media all and (max-width: 1080px) {
  .newsSingle-page--main .anchor-box .bs-anchor, .newsSingle-page--main .anchor-box .form-page .formBox__submit button, .form-page .formBox__submit .newsSingle-page--main .anchor-box button {
    width: 60%;
    max-width: none;
  }
}
@media all and (max-width: 660px) {
  .newsSingle-page--main .anchor-box .bs-anchor, .newsSingle-page--main .anchor-box .form-page .formBox__submit button, .form-page .formBox__submit .newsSingle-page--main .anchor-box button {
    width: 100%;
  }
}

.form-page .bs-inr.form {
  max-width: calc(960px + 8.4vw);
}
.form-page .formTitle {
  margin-bottom: 1.5rem;
  border: 1px solid #e8e8e8;
  padding: 8px 23px;
  position: relative;
  font-size: 1.3rem;
  border-radius: 2px;
}
@media all and (max-width: 660px) {
  .form-page .formTitle {
    margin-bottom: 1rem;
    font-size: 1.1rem;
  }
}
.form-page .formTitle::before {
  content: "";
  background-color: #22c759;
  height: 34px;
  width: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1px;
  z-index: 2;
}
.form-page--top {
  margin-bottom: 3rem;
}
.form-page--top p {
  font-weight: normal;
  font-size: 1.2rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media all and (max-width: 660px) {
  .form-page--top p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}
.form-page--top p:not(:last-of-type) {
  margin-bottom: 1em;
}
.form-page .formBox {
  margin-top: 2.5rem;
  margin-bottom: 10rem;
}
@media all and (max-width: 660px) {
  .form-page .formBox {
    margin-bottom: 6rem;
  }
}
.form-page .formBox__label {
  line-height: 1.45;
  display: inline-block;
}
.form-page .formBox__label .small {
  font-size: 0.8em;
  font-weight: normal;
  display: inline-block;
}
.form-page .formBox__label.is-error {
  color: rgba(255, 0, 0, 0.8);
}
.form-page .formBox__group:not(:first-of-type) {
  margin-top: 3rem;
}
@media all and (max-width: 660px) {
  .form-page .formBox__group:not(:first-of-type) {
    margin-top: 1.75rem;
  }
}
.form-page .formBox__group--head {
  margin-bottom: 0.5rem;
  padding-left: 0.2rem;
  font-size: 1.25rem;
}
@media all and (max-width: 660px) {
  .form-page .formBox__group--head {
    margin-bottom: 0.15rem;
    font-size: 1.1rem;
  }
}
.form-page .formBox__group--head .other {
  font-weight: normal;
  font-size: 0.7em;
  line-height: 1.45;
}
.form-page .formBox__group--body._horizontal {
  margin-top: 1rem;
  display: flex;
  gap: 0.5rem 1.75rem;
  flex-wrap: wrap;
}
@media all and (max-width: 660px) {
  .form-page .formBox__group--body._horizontal {
    margin-top: 0.5rem;
    gap: 0.5rem 1.5rem;
  }
}
.form-page .formBox__group--radio input[type=radio] {
  display: none; /* 標準スタイル */
}
.form-page .formBox__group--radio .radio-text {
  position: relative; /* ボックスの位置を指定する */
  padding: 0 0 0 34px; /* ボックス内側の余白を指定する */
  font-size: 1.1rem;
  cursor: pointer;
  font-weight: normal;
}
@media all and (max-width: 660px) {
  .form-page .formBox__group--radio .radio-text {
    padding-left: 26px;
    font-size: 1rem;
  }
}
.form-page .formBox__group--radio .radio-text::before, .form-page .formBox__group--radio .radio-text::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.form-page .formBox__group--radio .radio-text::before {
  left: 8px;
  width: 12px;
  height: 12px;
  background: #22c759;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
}
@media all and (max-width: 660px) {
  .form-page .formBox__group--radio .radio-text::before {
    left: 6px;
    width: 10px;
    height: 10px;
  }
}
.form-page .formBox__group--radio .radio-text::after {
  left: 2px;
  width: 20px;
  height: 20px;
  border: 2px solid #cecece;
  border-radius: 50%;
  transition: 0.2s;
}
@media all and (max-width: 660px) {
  .form-page .formBox__group--radio .radio-text::after {
    width: 16px;
    height: 16px;
    border-width: 1px;
  }
}
.form-page .formBox__group--radio input[type=radio]:checked + .radio-text::before {
  opacity: 1; /* 要素を表示する */
}
.form-page .formBox__group--radio input[type=radio]:checked + .radio-text::after {
  border-color: #22c759;
}
.form-page .formBox__group--radio .radio-text:hover::after {
  border-color: #22c759; /* ボックスの境界線を実線で指定する */
}
.form-page .formBox__label {
  position: relative;
}
.form-page .formBox__label.is-req::after {
  content: "必須";
  -webkit-transform: translateY(-2px);
  background-color: #22c759;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  margin-left: 0.2rem;
  padding: 0.25em 0.5em 0.2em;
  text-align: center;
  transform: translateY(-3px);
  border-radius: 2px;
}
@media all and (max-width: 660px) {
  .form-page .formBox__label.is-req::after {
    font-size: 12px;
  }
}
.form-page .formBox__input, .form-page .formBox__textarea {
  width: 100%;
  padding: 12px 17px;
  display: block;
  background: #f0f0f0;
  border-radius: 4px;
  font: inherit;
  font-size: 1.1rem;
  box-sizing: border-box;
}
@media all and (max-width: 660px) {
  .form-page .formBox__input, .form-page .formBox__textarea {
    font-size: 1rem;
  }
}
.form-page .formBox__input._short, .form-page .formBox__textarea._short {
  max-width: 440px;
}
.form-page .formBox__input:focus, .form-page .formBox__textarea:focus {
  outline: 2px solid #22c759;
  outline-offset: 0px;
}
.form-page .formBox__input.is-error, .form-page .formBox__textarea.is-error {
  border: 2px solid rgba(255, 0, 0, 0.4);
  background: rgba(255, 0, 0, 0.1);
}
.form-page .formBox__textarea {
  height: 340px;
}
@media all and (max-width: 660px) {
  .form-page .formBox__textarea {
    height: 220px;
  }
}
.form-page .formBox__privacy {
  margin-top: 4rem;
}
@media all and (max-width: 660px) {
  .form-page .formBox__privacy {
    margin-top: 1.5rem;
  }
}
.form-page .formBox__privacy label {
  cursor: pointer;
}
.form-page .formBox__privacy input[type=checkbox] {
  display: none;
}
.form-page .formBox__privacy .checkbox-text {
  position: relative;
  padding: 0 0 0 34px;
  position: relative;
  cursor: pointer;
}
@media all and (max-width: 660px) {
  .form-page .formBox__privacy .checkbox-text {
    padding-left: 26px;
    font-size: 1.1rem;
  }
}
.form-page .formBox__privacy .checkbox-text.is-error {
  color: rgba(255, 0, 0, 0.8);
}
.form-page .formBox__privacy .checkbox-text::before, .form-page .formBox__privacy .checkbox-text::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.form-page .formBox__privacy .checkbox-text::before {
  left: 0px;
  width: 20px;
  height: 20px;
  border: 2px solid #cecece;
  border-radius: 3px;
  background: #fff;
  transition: 0.3s;
}
@media all and (max-width: 660px) {
  .form-page .formBox__privacy .checkbox-text::before {
    width: 18px;
    height: 18px;
    border-width: 1px;
    border-radius: 0;
  }
}
.form-page .formBox__privacy .checkbox-text::after {
  left: 7px;
  width: 10px;
  height: 10px;
  opacity: 0;
  transition: 0.3s;
  border-radius: 1px;
  background: #22c759;
}
@media all and (max-width: 660px) {
  .form-page .formBox__privacy .checkbox-text::after {
    width: 12px;
    height: 12px;
    left: 4px;
    border-radius: 0;
  }
}
.form-page .formBox__privacy input[type=checkbox]:checked + .checkbox-text::before {
  border-color: #22c759;
}
.form-page .formBox__privacy input[type=checkbox]:checked + .checkbox-text::after {
  opacity: 1;
}
.form-page .formBox__privacy input[type=checkbox]:not(:checked) + .checkbox-text:hover::before {
  border-color: #22c759;
}
.form-page .formBox__privacy .anchor {
  color: #22c759;
  text-decoration: underline;
  font-weight: normal;
  font-size: 0.8rem;
  text-underline-offset: 4px;
}
.form-page .formBox__submit {
  margin-top: 5rem;
  text-align: center;
}
@media all and (max-width: 660px) {
  .form-page .formBox__submit {
    margin-top: 3rem;
  }
}
.form-page .formBox__submit button {
  max-width: 400px;
  cursor: pointer;
}
.form-page--check {
  margin-top: 50px;
  margin-bottom: 100px;
}
.form-page--check .title {
  margin-bottom: 20px;
  color: #22c759;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
}
.form-page--check .check-box {
  margin-bottom: 45px;
  font-weight: normal;
}
.form-page--check .check-box dl {
  display: grid;
  grid-template-columns: 250px 1fr;
  border-bottom: 1px solid #cecece;
}
.form-page--check .check-box dl:first-of-type {
  border-top: 1px solid #cecece;
}
@media all and (max-width: 660px) {
  .form-page--check .check-box dl {
    padding: 15px 0;
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.form-page--check .check-box dl dt,
.form-page--check .check-box dl dd {
  padding: 26px 0;
}
@media all and (max-width: 1080px) {
  .form-page--check .check-box dl dt,
.form-page--check .check-box dl dd {
    font-size: 0.9rem;
  }
}
@media all and (max-width: 660px) {
  .form-page--check .check-box dl dt,
.form-page--check .check-box dl dd {
    font-size: 14px;
    padding: 0;
  }
}
@media all and (max-width: 660px) {
  .form-page--check .check-box dl dt {
    margin-bottom: 3px;
    font-weight: bold;
  }
}
.form-page--check .check-box dl dd {
  font-weight: normal;
}
.form-page--check .button-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-page--check .button-box .submit {
  display: inline-block;
  background: #22c759;
  padding: 1em 4em;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.form-page--check .button-box .submit:hover {
  opacity: 0.5;
}
.form-page--check .button-box .returnButton {
  margin-top: 20px;
  display: inline-block;
  background: #cccccc;
  padding: 0.5em 3em;
  cursor: pointer;
}
.form-page--check .button-box .returnButton:hover {
  opacity: 0.5;
}
.form-page--comp {
  margin-top: 10rem;
  margin-bottom: 10rem;
  text-align: center;
}
@media all and (max-width: 660px) {
  .form-page--comp {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.form-page--comp .title {
  margin-bottom: 1em;
  font-size: min(2rem, 3.5vw);
  color: #22c759;
  line-height: 1.4;
}
@media all and (max-width: 1080px) {
  .form-page--comp .title {
    font-size: 28px;
  }
}
@media all and (max-width: 660px) {
  .form-page--comp .title {
    font-size: 22px;
  }
}
.form-page--comp p {
  font-weight: normal;
}
@media all and (max-width: 1080px) {
  .form-page--comp p {
    font-size: 14px;
  }
}
.form-page--comp a {
  max-width: 300px;
  margin-top: 4rem;
}
@media all and (max-width: 660px) {
  .form-page--comp a {
    margin-top: 2rem;
  }
}

.contact-page--tel {
  margin-bottom: 6rem;
}
@media all and (max-width: 660px) {
  .contact-page--tel {
    margin-bottom: 3.5rem;
  }
}
.contact-page--tel .box {
  padding: 1rem 0 0;
  text-align: center;
}
.contact-page--tel .box .tel {
  margin-bottom: 0.4em;
  color: #22c759;
  font-size: min(3.5rem, 4.5vw);
  line-height: 1;
  display: inline-block;
}
@media all and (max-width: 1080px) {
  .contact-page--tel .box .tel {
    font-size: 3rem;
  }
}
@media all and (max-width: 660px) {
  .contact-page--tel .box .tel {
    font-size: min(2.5rem, 9.5vw);
  }
}
.contact-page--tel .box .cau {
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 1.5;
}
@media all and (max-width: 660px) {
  .contact-page--tel .box .cau {
    font-size: 0.8rem;
  }
}

.privacy-page {
  margin-bottom: 10rem;
}
@media all and (max-width: 660px) {
  .privacy-page {
    margin-bottom: 7rem;
  }
}
.privacy-page .bs-inr.privacy {
  max-width: calc(960px + 8.4vw);
}
.privacy-page .privacy-box {
  font-weight: normal;
}
.privacy-page .privacy-box:not(:last-of-type) {
  margin-bottom: 3rem;
}
@media all and (max-width: 660px) {
  .privacy-page .privacy-box:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
.privacy-page .privacy-box h2 {
  font-size: 1.35rem;
  font-weight: bold;
  color: #22c759;
}
@media all and (max-width: 660px) {
  .privacy-page .privacy-box h2 {
    font-size: 1.15rem;
  }
}
@media all and (max-width: 660px) {
  .privacy-page .privacy-box p {
    font-size: 0.9rem;
  }
}
.privacy-page .privacy-box ul {
  margin-top: 1rem;
}
@media all and (max-width: 660px) {
  .privacy-page .privacy-box ul {
    font-size: 0.9rem;
  }
}

.notFound-page--inr {
  padding-top: 10rem;
  padding-bottom: 5rem;
  text-align: center;
}
.notFound-page--inr .en {
  line-height: 1;
  color: #22c759;
  line-height: 1;
  font-size: min(5rem, 5.5vw);
}
@media all and (max-width: 660px) {
  .notFound-page--inr .en {
    font-size: 9.5vw;
  }
}
.notFound-page--inr .title {
  margin-top: 0.5em;
  font-size: min(1.7rem, 1.85vw);
}
@media all and (max-width: 660px) {
  .notFound-page--inr .title {
    font-size: 3.5vw;
  }
}
.notFound-page--inr .anchor-box {
  max-width: 440px;
  margin: 6rem auto 0;
}
@media all and (max-width: 660px) {
  .notFound-page--inr .anchor-box {
    margin-top: 3rem;
  }
}

.test-page {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.test-page .inr {
  width: 300px;
  height: 300px;
  text-align: center;
  margin: auto;
}

.formError {
  margin-bottom: 40px;
  padding: 10px 15px;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  border: 2px solid rgb(255, 59, 59);
  border-radius: 4px;
}
@media all and (max-width: 660px) {
  .formError {
    font-size: 0.8rem;
  }
}
.formError p {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
@media all and (max-width: 660px) {
  .formError p {
    line-height: 1.5;
  }
}
.formError ul {
  color: rgb(255, 59, 59);
}
.formError ul li {
  line-height: 1.6;
  font-weight: normal;
}
/*# sourceMappingURL=style.css.map */