@charset "UTF-8";
/**
/* CSS RESET START
----------------------------------------------- */
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;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
  outline: none;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption, th {
  text-align: left;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.both {
  clear: both;
}

/**
/* CSS START
----------------------------------------------- */
html, body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.01em;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  html, body {
    font-size: 4vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html, body {
    font-size: 14px;
  }
}
#Wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

a {
  text-decoration: none;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
  color: #524237;
}

.Com {
  zoom: 1;
}

.Com:before, .Com:after {
  content: "";
  display: table;
}

.Com:after {
  clear: both;
}

br.pc_br,
.pc_img,
.pc,
.pc_img.view-link {
  display: none;
}

[class*=-bgImg] {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

[class*=-bgImg]:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

[class*=-bgImg] > img {
  visibility: hidden;
  width: 100%;
}

@media only screen and (min-width: 735px) {
  br.sp_br,
  .sp_img,
  .sp,
  .header-view .sp_img.view-link {
    display: none;
  }
  .pc_img,
  br.pc_br {
    display: inline-block;
  }
  .pc {
    display: block;
  }
}
/**
/* flex CSS
----------------------------------------------- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_row {
  webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex_between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex_center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

.align_center {
  align-items: center;
}

/**
/* Btn CSS
----------------------------------------------- */
.block_btn {
  text-align: center;
}

.block_btn li {
  display: inline-block;
  width: 100%;
  max-width: 1000px;
}

.block_btn a {
  width: 100%;
  display: block;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .block_btn li {
    max-width: inherit;
  }
}
/**
/* ヘッダー CSS
----------------------------------------------- */
.global-header .header-top {
  width: 100%;
  background: #FAFAFA;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 0.625rem 0;
}

.header-top .inner {
  max-width: 1280px;
  align-items: center;
}

.header-top .header-logo img {
  max-width: 14.125rem;
}

.header-top .header-contact {
  align-items: center;
}

.global-header .header-view-wrap {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(239, 239, 239) 100%);
  margin-top: 6.25rem;
}

.global-header .header-view {
  position: relative;
  width: 90%;
  max-width: 1175px;
  margin: 0 auto;
  padding: 5.5rem 0 4.875rem 0;
  z-index: 2;
  align-items: center;
  gap: 2%;
}

.header-view .view-box {
  width: 58%;
  max-width: 42.0625rem;
}

.header-view .view-img {
  width: 37%;
  max-width: 26.875rem;
}

.header-view .view-text {
  text-align: center;
  margin-top: 1rem;
}

.header-view .view-text .text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.38;
}

.header-view .view-text .text .example {
  font-size: 0.75rem;
  vertical-align: top;
}

.header-view .view-text .note {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.38;
  margin-top: 0.625rem;
}

@media only screen and (max-width: 767px) {
  .global-header .header-top {
    padding: 0.625rem 0;
  }
  .header-top .header-logo {
    width: 100%;
    text-align: center;
  }
  .header-top .header-logo img {
    max-width: 9.25rem;
  }
  .header-top .header-contact {
    display: none;
  }
  .global-header .header-view-wrap {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(231, 231, 231) 60%, rgb(217, 217, 217) 100%);
    margin-top: 3.375rem;
  }
  .global-header .header-view {
    padding: 1.125rem 0 1.5625rem 0;
  }
  .header-view .view-box {
    width: 100%;
    max-width: 100%;
  }
  .header-view .view-img {
    width: 100%;
    max-width: 100%;
  }
  .header-view .view-text {
    margin-top: 1.125rem;
  }
  .header-view .view-text > img {
    width: 170px;
  }
  .header-view .view-text .text {
    font-size: 1rem;
  }
  .header-view .view-text .text .example {
    font-size: 0.625rem;
  }
  .header-view .view-text .note {
    font-size: 0.625rem;
    margin-top: 0.375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-top .inner {
    width: 94%;
  }
  .header-top .header-logo img {
    max-width: 11.875rem;
  }
  .header-top .header-contact li {
    width: 13.75rem;
  }
  .global-header .header-view-wrap {
    margin-top: 3.9375rem;
  }
  .global-header .header-view {
    padding: 4.5rem 0 3.875rem 0;
  }
  .header-view .view-text {
    margin-top: 1.25rem;
  }
  .header-view .view-text .text {
    font-size: 1rem;
  }
  .header-view .view-text .text .example {
    font-size: 0.625rem;
  }
}
/**
/* Common CSS
----------------------------------------------- */
.page-guide {
  position: relative;
}

.inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.inner-wrap {
  width: 90%;
  max-width: 1265px;
  margin: 0 auto;
}

.center,
.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.grid-ttl {
  position: relative;
  text-align: center;
  margin-bottom: 3.75rem;
}

.grid-ttl h2 {
  position: relative;
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.48;
  z-index: 1;
  border-bottom: 0.3125rem solid #EF0242;
  padding: 0 1rem;
}

@media only screen and (max-width: 767px) {
  .grid-ttl {
    margin-bottom: 1.875rem;
  }
  .grid-ttl h2 {
    display: block;
    font-size: 1.875rem;
    padding: 0;
    padding-bottom: 0.625rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .grid-ttl {
    margin-bottom: 2.75rem;
  }
  .grid-ttl h2 {
    font-size: 2rem;
  }
}
/**
/* フッター CSS
----------------------------------------------- */
footer {
  background: #5F5F5F;
  margin-top: auto;
}

footer .footer-wrap {
  padding: 4.375rem 0;
}

footer .footer-top {
  margin-bottom: 2.5rem;
}

footer .footer-logo:nth-child(1) img {
  max-width: 15rem;
}

footer .footer-logo:nth-child(2) img {
  max-width: 20.9375rem;
}

footer .footer-nav li {
  display: inline-block;
  margin-right: 1.875rem;
}

footer .footer-nav li a {
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.42;
  text-decoration: underline;
}

footer .copy {
  background: #2C2C2C;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 1.25rem 0;
}

.footer-bar {
  display: none;
}

@media only screen and (max-width: 767px) {
  footer .footer-wrap {
    padding: 2.5rem 0 1.5625rem 0;
  }
  footer .footer-top {
    margin-bottom: 1.25rem;
  }
  footer .footer-logo {
    width: 100%;
    margin-bottom: 1rem;
  }
  footer .footer-logo:nth-child(1) img {
    width: 40vw;
    max-width: 187px;
  }
  footer .footer-logo:nth-child(2) img {
    width: 65vw;
    max-width: 300px;
  }
  footer .footer-nav li {
    display: block;
    margin-right: 0;
    margin-bottom: 0.875rem;
  }
  footer .footer-nav li a {
    font-size: 0.875rem;
    line-height: 2;
  }
  footer .copy {
    font-size: 0.75rem;
    text-align: left;
    padding: 1.25rem 5% 7.5rem 5%;
  }
  .footer-bar {
    background: #EAEAEA;
    position: fixed;
    display: block;
    bottom: 0;
    width: 100%;
    z-index: 9998;
  }
  .footer-bar::before {
    top: 0;
  }
  .footer-bar::after {
    bottom: 0;
  }
  .footer-bar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0.65rem 10%;
  }
  .footer-bar .footer-bar-item {
    width: 100%;
  }
  .footer-bar .footer-bar-item a {
    display: block;
  }
  .btn_page_top {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 6.5rem;
    z-index: 9999;
  }
  .btn_page_top img {
    width: 2.8125rem;
  }
}
@keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}
.lum-open {
  z-index: 10000;
}

.cp {
  margin-top: 180px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .cp {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
  }
}
.figureArea {
  max-width: 1000px;
  margin: auto;
}
.figureArea .figure-tab-box {
  margin-top: 50px;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .figureArea .figure-tab-box {
    margin-top: 30px;
    gap: 9px;
  }
}
.figureArea .figure-tab-box .figure-tab {
  display: flex;
  align-items: center;
  border: 1px solid #191919;
  width: calc(33.33% - 20px);
  padding: 15px 0;
  border-radius: 10px 10px 0 0;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
.figureArea .figure-tab-box .figure-tab b {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .figureArea .figure-tab-box .figure-tab {
    width: calc(33.33% - 6px);
    padding: 10px 0;
    font-size: 16px;
    line-height: 1;
  }
  .figureArea .figure-tab-box .figure-tab b {
    font-size: 12px;
  }
}
.figureArea .figure-tab-box .figure-tab:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.figureArea .figure-tab-box .figure-tab.active {
  background: #191919;
  color: #FFFFFF;
  cursor: default;
}
.figureArea .figure-tab-box .figure-tab.active:hover {
  opacity: 1;
  text-decoration: none;
}
.figureArea .figure-tab-box .figure-tab span {
  display: block;
  width: 100%;
  text-align: center;
}
.figureArea .figure-box {
  margin-top: -1px;
  border: 1px solid #191919;
  padding: 60px 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .figureArea .figure-box {
    padding: 30px 0;
    margin-bottom: 30px;
  }
}
.figureArea .figure-box .figure-elm {
  display: none;
}
.figureArea .figure-box .figure-elm.active {
  display: block;
}

.cp_bnr {
  margin-bottom: 30px;
}/*# sourceMappingURL=style.css.map */