@charset "UTF-8";
.mincho {
  font-family: YakuHanJP_Narrow, "Noto Serif JP", serif;
}

.mincho2 {
  font-family: "Noto Serif JP", serif;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  font-family: YakuHanJP_Narrow, "Noto Sans JP", sans-serif;
  color: #3a3a3a;
  background: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  scrollbar-width: thin;
  scrollbar-color: #049c66 #00b697;
  overflow-x: hidden;
  position: relative;
  opacity: 0;
  transition: 0.3s ease;
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  background-color: #049c66;
  transition: 0.3s ease allow-discrete;
  display: none;
  z-index: 9999;
}
body.load {
  opacity: 1;
}
body.overlay {
  overflow: hidden;
  height: 100%;
}
body.overlay:before {
  opacity: 0.5;
  display: block;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #3a3a3a;
}

main {
  position: relative;
}
a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
}
a:hover {
  text-underline-offset: 0.3em;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  filter: brightness(105%);
}

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  image-rendering: -webkit-optimize-contrast;
  font-feature-settings: "palt";
}

_::-webkit-full-page-media, _:future, :root * {
  image-rendering: auto;
}

::-webkit-scrollbar {
  width: 0.439238653vw;
}
@media screen and (min-width: 1366px) {
  ::-webkit-scrollbar {
    width: 6px;
  }
}
@media screen and (max-width: 768px) {
  ::-webkit-scrollbar {
    width: 1.0666666667vw;
  }
}

::-webkit-scrollbar-track {
  background-color: #00b697;
}

::-webkit-scrollbar-thumb {
  background-color: #049c66;
}

br.pc, div.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  br.pc, div.pc {
    display: none;
  }
}
br.sp, div.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp, div.sp {
    display: block;
  }
}

span.pc, i.pc {
  display: inline;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  span.pc, i.pc {
    display: none;
  }
}
span.sp, i.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  span.sp, i.sp {
    display: inline;
    font-style: normal;
  }
}

.hidden {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
}

.fadeup {
  transition: all 1s ease;
  opacity: 0;
  transform: translate(0, 2.9282576867vw);
  -webkit-transform: translate(0, 2.9282576867vw);
}
@media screen and (min-width: 1366px) {
  .fadeup {
    transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px);
  }
}
@media screen and (max-width: 768px) {
  .fadeup {
    transform: translate(0, 5.3333333333vw);
    -webkit-transform: translate(0, 5.3333333333vw);
  }
}
.fadeup.is-show {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

#wrapper {
  width: 100vw;
  overflow: hidden;
  position: relative;
}
.inner {
  margin: 0 auto;
  width: 87.8477306003vw;
}
@media screen and (min-width: 1366px) {
  .inner {
    width: 1366px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: auto;
    padding: 0 5.3333333333vw;
  }
}

main {
  padding: 11.7130307467vw 0 0;
}
@media screen and (min-width: 1366px) {
  main {
    padding: 160px 0 0;
  }
}
@media screen and (max-width: 1279px) {
  main {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding: 16vw 0 0;
  }
}

/*---------------------------------
COMMON
---------------------------------*/
.common-ttl {
  margin: 0 0 3.6603221083vw;
}
@media screen and (min-width: 1366px) {
  .common-ttl {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .common-ttl {
    margin: 0 0 4.2666666667vw;
    text-align: center;
  }
}
.common-ttl h2 {
  font-size: 2.635431918vw;
  font-weight: 900;
  color: #049c66;
}
@media screen and (min-width: 1366px) {
  .common-ttl h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .common-ttl h2 {
    font-size: 6.4vw;
  }
}
.common-ttl small {
  font-size: 1.0248901903vw;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1366px) {
  .common-ttl small {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .common-ttl small {
    font-size: 3.2vw;
  }
}

.common-btn a {
  display: inline-block;
  width: 24.1581259151vw;
  height: 4.39238653vw;
  color: #fff;
  background-color: #000;
  line-height: 4.39238653vw;
  font-size: 1.1713030747vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 0 1.6105417277vw;
  box-shadow: 0.439238653vw 0.439238653vw 0.7320644217vw rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1366px) {
  .common-btn a {
    width: 330px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding: 0 22px;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 768px) {
  .common-btn a {
    width: 100%;
    height: 13.3333333333vw;
    line-height: 13.3333333333vw;
    font-size: 3.7333333333vw;
    padding: 0 5.8666666667vw;
    box-shadow: 1.6vw 1.6vw 2.6666666667vw rgba(0, 0, 0, 0.16);
  }
}
.common-btn a span {
  display: block;
  position: relative;
}
.common-btn a span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0vw;
  background: url(../img/btn-arrow.svg) no-repeat center/contain;
  width: 0.439238653vw;
  height: 0.7320644217vw;
  margin-top: -0.2196193265vw;
  transition: 0.3s ease;
}
@media screen and (min-width: 1366px) {
  .common-btn a span:after {
    right: 0px;
    width: 6px;
    height: 10px;
    margin-top: -3px;
  }
}
@media screen and (max-width: 768px) {
  .common-btn a span:after {
    right: 0vw;
    width: 1.6vw;
    height: 2.6666666667vw;
    margin-top: -0.8vw;
  }
}
.common-btn a:hover span:after {
  right: -0.7320644217vw;
}
@media screen and (min-width: 1366px) {
  .common-btn a:hover span:after {
    right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .common-btn a:hover span:after {
    right: -2.6666666667vw;
  }
}
.common-btn a._or {
  background-color: #f77600;
}

.common-ttl-fl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 2.9282576867vw;
}
@media screen and (min-width: 1366px) {
  .common-ttl-fl {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .common-ttl-fl {
    display: block;
    text-align: center;
    margin: 0 0 2.6666666667vw;
  }
}
.common-ttl-fl .common-ttl {
  margin: 0;
}

/*---------------------------------
HEADER
---------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: #fff;
  width: 100vw;
  height: 11.7130307467vw;
  box-shadow: 0 0.439238653vw 0.439238653vw rgba(0, 0, 0, 0.16);
  transition: 0.3s ease;
}
@media screen and (min-width: 1366px) {
  header {
    height: 160px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 1279px) {
  header {
    height: 60px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 16vw;
    box-shadow: 0 1.6vw 1.6vw rgba(0, 0, 0, 0.16);
  }
}
header .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6.588579795vw;
  transition: 0.3s ease;
}
@media screen and (min-width: 1366px) {
  header .header-top {
    height: 90px;
  }
}
@media screen and (max-width: 1279px) {
  header .header-top {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  header .header-top {
    height: 16vw;
  }
}
header .header-top .header-logo {
  padding: 0 1.4641288433vw;
}
@media screen and (min-width: 1366px) {
  header .header-top .header-logo {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1279px) {
  header .header-top .header-logo {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  header .header-top .header-logo {
    padding: 0 4.8vw;
  }
}
header .header-top .header-logo a {
  display: inline-block;
  background: url(../img/logo.png.webp) no-repeat center/contain;
  width: 7.5402635432vw;
  height: 4.4655929722vw;
}
@media screen and (min-width: 1366px) {
  header .header-top .header-logo a {
    width: 103px;
    height: 61px;
  }
}
@media screen and (max-width: 1279px) {
  header .header-top .header-logo a {
    width: 57px;
    height: 33.8px;
  }
}
@media screen and (max-width: 768px) {
  header .header-top .header-logo a {
    width: 15.2vw;
    height: 9.0133333333vw;
  }
}
header .header-top .header-btn {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1279px) {
  header .header-top .header-btn {
    padding-right: 61px;
  }
}
@media screen and (max-width: 768px) {
  header .header-top .header-btn {
    padding-right: 16.2666666667vw;
  }
}
header .header-top .header-btn .header-ig {
  position: absolute;
  top: 20px;
  left: -85px;
  transition: 0.3s ease;
}
@media screen and (min-width: 1366px) {
  header .header-top .header-btn .header-ig {
    top: 20px;
    left: -85px;
  }
}
@media screen and (max-width: 1279px) {
  header .header-top .header-btn .header-ig {
    top: 10px;
    left: -60px;
  }
}
@media screen and (max-width: 768px) {
  header .header-top .header-btn .header-ig {
    top: 3.2vw;
    left: -12.2666666667vw;
  }
}
header .header-top .header-btn .header-ig a {
  display: inline-block;
  width: 58px;
  height: 58px;
  background: url(../img/icon-ig.png.webp) no-repeat center/contain;
  transition: 0.3s ease;
}
@media screen and (min-width: 1366px) {
  header .header-top .header-btn .header-ig a {
    width: 58px;
    height: 58px;
  }
}
@media screen and (max-width: 1279px) {
  header .header-top .header-btn .header-ig a {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  header .header-top .header-btn .header-ig a {
    width: 9.6vw;
    height: 9.6vw;
  }
}
header .header-top .header-btn ul {
  display: flex;
  height: 100%;
}
header .header-top .header-btn ul li {
  width: 17.8623718887vw;
  height: 100%;
}
@media screen and (min-width: 1366px) {
  header .header-top .header-btn ul li {
    width: 244px;
  }
}
@media screen and (max-width: 768px) {
  header .header-top .header-btn ul li {
    width: 16vw;
  }
}
header .header-top .header-btn ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
header .header-top .header-btn ul li a span {
  display: block;
  font-size: 1.4641288433vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  background-position: center left;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1366px) {
  header .header-top .header-btn ul li a span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  header .header-top .header-btn ul li a span {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: 100%;
  }
}
header .header-top .header-btn ul li.header-btn-line a {
  background-color: #00c200;
}
header .header-top .header-btn ul li.header-btn-line a span {
  background-image: url(../img/icon-line.png);
  background-size: 2.3060029283vw auto;
  padding: 0 1.5373352855vw 0 3.074670571vw;
}
@media screen and (min-width: 1366px) {
  header .header-top .header-btn ul li.header-btn-line a span {
    background-size: 31.5px auto;
    padding: 0 21px 0 42px;
  }
}
@media screen and (max-width: 768px) {
  header .header-top .header-btn ul li.header-btn-line a span {
    background-size: 8.4vw auto;
    background-position: center;
    padding: 0;
  }
}
header .header-top .header-btn ul li.header-btn-request a {
  background-color: #f77600;
}
header .header-top .header-btn ul li.header-btn-request a span {
  background-image: url(../img/icon-request.png);
  background-size: 2.0497803807vw auto;
  padding: 0 1.6105417277vw 0 3.2210834553vw;
}
@media screen and (min-width: 1366px) {
  header .header-top .header-btn ul li.header-btn-request a span {
    background-size: 28px auto;
    padding: 0 22px 0 44px;
  }
}
@media screen and (max-width: 768px) {
  header .header-top .header-btn ul li.header-btn-request a span {
    background-size: 7.4666666667vw auto;
    background-position: center;
    padding: 0;
  }
}
header .header-top .header-btn ul li.header-btn-contact a {
  background-color: #049c66;
}
header .header-top .header-btn ul li.header-btn-contact a span {
  background-image: url(../img/icon-contact.png);
  background-size: 2.196193265vw auto;
  padding: 0 1.6105417277vw 0 3.2210834553vw;
}
@media screen and (min-width: 1366px) {
  header .header-top .header-btn ul li.header-btn-contact a span {
    background-size: 30px auto;
    padding: 0 22px 0 44px;
  }
}
@media screen and (max-width: 768px) {
  header .header-top .header-btn ul li.header-btn-contact a span {
    background-size: 8vw auto;
    background-position: center;
    padding: 0;
  }
}
header .header-menu {
  height: 5.1244509517vw;
  padding: 1.4641288433vw 0 0;
  position: relative;
}
@media screen and (min-width: 1366px) {
  header .header-menu {
    height: 70px;
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 1279px) {
  header .header-menu {
    display: none;
  }
}
header .header-menu ul {
  display: flex;
  height: 3.6603221083vw;
}
@media screen and (min-width: 1366px) {
  header .header-menu ul {
    height: 50px;
  }
}
header .header-menu ul li {
  flex: 1;
  height: 100%;
  border-left: solid #d5d5d5 0.0732064422vw;
}
@media screen and (min-width: 1366px) {
  header .header-menu ul li {
    border-left: solid #d5d5d5 1px;
  }
}
header .header-menu ul li:first-child {
  border-left: none;
}
header .header-menu ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1713030747vw;
  position: relative;
}
@media screen and (min-width: 1366px) {
  header .header-menu ul li a {
    font-size: 16px;
  }
}
header .header-menu ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1464128843vw;
  background-color: #049c66;
  z-index: 10;
  transition: 0.3s ease;
}
@media screen and (min-width: 1366px) {
  header .header-menu ul li a:before {
    height: 2px;
  }
}
header .header-menu ul li a:hover {
  color: #049c66;
}
header .header-menu ul li a:hover:before {
  width: 100%;
}
header .header-menu ul li.current {
  color: #049c66;
}
header .header-menu ul li.current a:before {
  width: 100%;
}
header .header-menu ul li.parent > a {
  position: relative;
}
header .header-menu ul li.parent > a:after {
  position: absolute;
  top: 90%;
  left: 50%;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0vw 0vw 0vw;
  border-color: transparent transparent #fff transparent;
  transform: rotate(180deg);
  transition: 0.3s ease;
  z-index: 11;
}
header .header-menu ul li.parent.active > a {
  position: relative;
  z-index: 10001;
}
header .header-menu ul li.parent.active > a:after {
  left: 50%;
  margin-left: -0.7320644217vw;
  border-width: 0 0.7320644217vw 0.7320644217vw 0.7320644217vw;
}
@media screen and (min-width: 1366px) {
  header .header-menu ul li.parent.active > a:after {
    margin-left: -10px;
    border-width: 0 10px 10px 10px;
  }
}
header .header-menu ul li.parent .children {
  display: none;
  position: absolute;
  z-index: 10000;
  top: 100%;
  left: 0;
  background-color: #049c66;
  width: 100vw;
  padding: 2.9282576867vw 0;
}
@media screen and (min-width: 1366px) {
  header .header-menu ul li.parent .children {
    padding: 40px 0;
  }
}
header .header-menu ul li.parent .children ._wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  width: 73.2064421669vw;
}
@media screen and (min-width: 1366px) {
  header .header-menu ul li.parent .children ._wrap {
    width: 1000px;
  }
}
header .header-menu ul li.parent .children ._wrap ._hd {
  width: 20%;
}
header .header-menu ul li.parent .children ._wrap ._hd p {
  font-size: 1.4641288433vw;
  font-weight: bold;
}
@media screen and (min-width: 1366px) {
  header .header-menu ul li.parent .children ._wrap ._hd p {
    font-size: 20px;
  }
}
header .header-menu ul li.parent .children ._wrap ._list {
  width: 80%;
}
header .header-menu ul li.parent .children ._wrap ._list._col3 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 6.2957540264vw;
  border-left: solid #fff 0.0732064422vw;
  padding: 0 0 0 3.074670571vw;
  gap: 2.196193265vw 0;
}
@media screen and (min-width: 1366px) {
  header .header-menu ul li.parent .children ._wrap ._list._col3 {
    height: 86px;
    border-left: solid #fff 1px;
    padding: 0 0 0 42px;
    gap: 30px 0;
  }
}
header .header-menu ul li.parent .children ._wrap ._list._col3 a {
  width: 33.33%;
}
header .header-menu ul li.parent .children ._wrap ._list._col4 {
  display: flex;
  flex-wrap: wrap;
  border-left: solid #fff 0.0732064422vw;
  padding: 0 0 0 3.074670571vw;
}
@media screen and (min-width: 1366px) {
  header .header-menu ul li.parent .children ._wrap ._list._col4 {
    border-left: solid #fff 1px;
    padding: 0 0 0 42px;
  }
}
header .header-menu ul li.parent .children ._wrap ._list._col4 a {
  width: 25%;
}
header .header-menu ul li.parent .children a {
  color: #fff;
  width: auto;
  height: auto;
  padding: 0 0 0 1em;
  position: relative;
  text-align: left;
  display: block;
}
header .header-menu ul li.parent .children a:before {
  content: "-";
  background: none;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
}
header .header-menu ul li.parent .children a:first-child {
  border-left: none;
}
header .header-menu ul li.parent .children a:hover {
  opacity: 0.7;
}
header.scrolled {
  height: 7.3206442167vw;
}
@media screen and (min-width: 1366px) {
  header.scrolled {
    height: 100px;
  }
}
@media screen and (max-width: 1279px) {
  header.scrolled {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  header.scrolled {
    height: 16vw;
  }
}
header.scrolled .header-top {
  height: 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  header.scrolled .header-top {
    height: 45px;
  }
}
@media screen and (max-width: 1279px) {
  header.scrolled .header-top {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  header.scrolled .header-top {
    height: 16vw;
  }
}
header.scrolled .header-top .header-logo a {
  width: 4.1727672035vw;
  height: 2.4743777452vw;
}
@media screen and (min-width: 1366px) {
  header.scrolled .header-top .header-logo a {
    width: 57px;
    height: 33.8px;
  }
}
@media screen and (max-width: 1279px) {
  header.scrolled .header-top .header-logo a {
    width: 57px;
    height: 33.8px;
  }
}
@media screen and (max-width: 768px) {
  header.scrolled .header-top .header-logo a {
    width: 15.2vw;
    height: 9.0133333333vw;
  }
}
header.scrolled .header-top .header-btn .header-ig {
  position: absolute;
  top: 0.7320644217vw;
  left: -3.074670571vw;
}
@media screen and (min-width: 1366px) {
  header.scrolled .header-top .header-btn .header-ig {
    top: 10px;
    left: -55px;
  }
}
@media screen and (max-width: 768px) {
  header.scrolled .header-top .header-btn .header-ig {
    top: 3.2vw;
    left: -12.2666666667vw;
  }
}
header.scrolled .header-top .header-btn .header-ig a {
  width: 1.756954612vw;
  height: 1.756954612vw;
}
@media screen and (min-width: 1366px) {
  header.scrolled .header-top .header-btn .header-ig a {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  header.scrolled .header-top .header-btn .header-ig a {
    width: 9.6vw;
    height: 9.6vw;
  }
}
header.scrolled .header-menu {
  height: 4.0263543192vw;
  padding: 0.7320644217vw 0 0;
}
@media screen and (min-width: 1366px) {
  header.scrolled .header-menu {
    height: 55px;
    padding: 10px 0 0;
  }
}
header.scrolled .header-menu ul {
  height: 3.2942898975vw;
}
@media screen and (min-width: 1366px) {
  header.scrolled .header-menu ul {
    height: 45px;
  }
}

/*---------------------------------
GLOBAL NAVI (SP)
---------------------------------*/
#header-menu-btn {
  display: none;
  top: 0vw;
  right: 0vw;
  position: fixed;
  z-index: 10010;
  transition: 0.3s ease;
}
@media screen and (max-width: 1279px) {
  #header-menu-btn {
    display: block;
  }
}
#header-menu-btn .btn-wrap {
  position: relative;
  width: 16vw;
  height: 16vw;
  cursor: pointer;
  display: inline-block;
  background-color: #049c66;
  transition: 0.3s ease;
}
@media screen and (max-width: 1279px) {
  #header-menu-btn .btn-wrap {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  #header-menu-btn .btn-wrap {
    width: 16vw;
    height: 16vw;
  }
}
#header-menu-btn span {
  position: absolute;
  left: 4.6666666667vw;
  width: 6.6666666667vw;
  height: 0.8vw;
  background-color: #fff;
  display: inline-block;
  transition: 0.3s ease;
}
@media screen and (max-width: 1279px) {
  #header-menu-btn span {
    left: 17.5px;
    width: 25px;
    height: 3px;
  }
}
@media screen and (max-width: 768px) {
  #header-menu-btn span {
    left: 4.6666666667vw;
    width: 6.6666666667vw;
    height: 0.8vw;
  }
}
#header-menu-btn span:nth-of-type(1) {
  top: 4.8vw;
}
@media screen and (max-width: 1279px) {
  #header-menu-btn span:nth-of-type(1) {
    top: 18px;
  }
}
@media screen and (max-width: 768px) {
  #header-menu-btn span:nth-of-type(1) {
    top: 4.8vw;
  }
}
#header-menu-btn span:nth-of-type(2) {
  top: 7.6vw;
}
@media screen and (max-width: 1279px) {
  #header-menu-btn span:nth-of-type(2) {
    top: 28.5px;
  }
}
@media screen and (max-width: 768px) {
  #header-menu-btn span:nth-of-type(2) {
    top: 7.6vw;
  }
}
#header-menu-btn span:nth-of-type(3) {
  bottom: 4.8vw;
}
@media screen and (max-width: 1279px) {
  #header-menu-btn span:nth-of-type(3) {
    bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  #header-menu-btn span:nth-of-type(3) {
    bottom: 4.8vw;
  }
}
#header-menu-btn.active span {
  background-color: #fff;
}
#header-menu-btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(2.8vw) rotate(-45deg);
  transform: translateY(2.8vw) rotate(-45deg);
}
@media screen and (max-width: 1279px) {
  #header-menu-btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(10.5px) rotate(-45deg);
    transform: translateY(10.5px) rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  #header-menu-btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(2.8vw) rotate(-45deg);
    transform: translateY(2.8vw) rotate(-45deg);
  }
}
#header-menu-btn.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-bar 0.8s forwards;
  animation: active-bar 0.8s forwards;
}
#header-menu-btn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-2.8vw) rotate(45deg);
  transform: translateY(-2.8vw) rotate(45deg);
}
@media screen and (max-width: 1279px) {
  #header-menu-btn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10.5px) rotate(45deg);
    transform: translateY(-10.5px) rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  #header-menu-btn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-2.8vw) rotate(45deg);
    transform: translateY(-2.8vw) rotate(45deg);
  }
}

#gnavi {
  display: none;
}
@media screen and (max-width: 1279px) {
  #gnavi {
    background-color: #049c66;
    color: #fff;
    width: 100vw;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 10001;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 768px) {
  #gnavi {
    top: 16vw;
    box-shadow: 0 1.6vw 1.6vw rgba(0, 0, 0, 0.16);
  }
}
#gnavi .gnavi-wrap {
  padding: 40px;
  overflow: auto;
  max-height: calc(100vh - 60px);
  max-height: calc(100svh - 60px);
}
@media screen and (max-width: 1279px) {
  #gnavi .gnavi-wrap {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  #gnavi .gnavi-wrap {
    padding: 5.3333333333vw 5.3333333333vw;
    max-height: calc(100vh - 16vw);
    max-height: calc(100svh - 16vw);
  }
}
#gnavi .gnavi-wrap .gnavi-menu {
  margin: 0 0 40px;
}
@media screen and (max-width: 1279px) {
  #gnavi .gnavi-wrap .gnavi-menu {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #gnavi .gnavi-wrap .gnavi-menu {
    margin: 0 0 5.3333333333vw;
  }
}
#gnavi .gnavi-wrap .gnavi-menu ul li {
  border-bottom: solid rgba(255, 255, 255, 0.2) 1px;
}
@media screen and (max-width: 1279px) {
  #gnavi .gnavi-wrap .gnavi-menu ul li {
    border-bottom: solid rgba(255, 255, 255, 0.2) 1px;
  }
}
@media screen and (max-width: 768px) {
  #gnavi .gnavi-wrap .gnavi-menu ul li {
    border-bottom: solid rgba(255, 255, 255, 0.2) 0.2666666667vw;
  }
}
#gnavi .gnavi-wrap .gnavi-menu ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  padding: 1em 0;
}
@media screen and (max-width: 1279px) {
  #gnavi .gnavi-wrap .gnavi-menu ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #gnavi .gnavi-wrap .gnavi-menu ul li a {
    font-size: 3.7333333333vw;
  }
}
#gnavi .gnavi-wrap .gnavi-menu ul li.pulldown {
  position: relative;
}
#gnavi .gnavi-wrap .gnavi-menu ul li.pulldown:before {
  content: "";
  position: absolute;
  top: 6.4vw;
  right: 0;
  width: 5.3333333333vw;
  height: 0.5333333333vw;
  background: #fff;
  display: block;
}
@media screen and (max-width: 1279px) {
  #gnavi .gnavi-wrap .gnavi-menu ul li.pulldown:before {
    top: 2.5622254758vw;
    width: 2.196193265vw;
    height: 0.1464128843vw;
  }
}
@media screen and (max-width: 768px) {
  #gnavi .gnavi-wrap .gnavi-menu ul li.pulldown:before {
    top: 6.4vw;
    width: 5.3333333333vw;
    height: 0.5333333333vw;
  }
}
#gnavi .gnavi-wrap .gnavi-menu ul li.pulldown:after {
  content: "";
  position: absolute;
  top: 6.4vw;
  right: 0;
  width: 5.3333333333vw;
  height: 0.5333333333vw;
  background: #fff;
  display: block;
  transition: 0.3s ease;
  rotate: 90deg;
}
@media screen and (max-width: 1279px) {
  #gnavi .gnavi-wrap .gnavi-menu ul li.pulldown:after {
    top: 2.5622254758vw;
    width: 2.196193265vw;
    height: 0.1464128843vw;
  }
}
@media screen and (max-width: 768px) {
  #gnavi .gnavi-wrap .gnavi-menu ul li.pulldown:after {
    top: 6.4vw;
    width: 5.3333333333vw;
    height: 0.5333333333vw;
  }
}
#gnavi .gnavi-wrap .gnavi-menu ul li.pulldown .children {
  display: none;
  padding: 0 0 0 1em;
}
#gnavi .gnavi-wrap .gnavi-menu ul li.pulldown.active:after {
  rotate: -180deg;
}
@media screen and (max-width: 1279px) {
  #gnavi .gnavi-wrap .gnavi-btn ul li {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  #gnavi .gnavi-wrap .gnavi-btn ul li {
    margin: 0 0 2.6666666667vw;
  }
}
#gnavi .gnavi-wrap .gnavi-btn ul li a {
  display: block;
}
@media screen and (max-width: 1279px) {
  #gnavi .gnavi-wrap .gnavi-btn ul li a {
    width: 100%;
    height: 70px;
    padding: 0 26px 0 16px;
  }
}
@media screen and (max-width: 768px) {
  #gnavi .gnavi-wrap .gnavi-btn ul li a {
    height: 15.4666666667vw;
    padding: 0 6.9333333333vw 0 4.2666666667vw;
  }
}
#gnavi .gnavi-wrap .gnavi-btn ul li a span {
  display: block;
  position: relative;
  font-size: 1.4641288433vw;
  font-weight: 700;
  padding: 1em 0;
  padding-left: 2.9282576867vw;
  letter-spacing: 0.1em;
  background-position: center left;
  background-repeat: no-repeat;
  color: #fff;
}
@media screen and (max-width: 1279px) {
  #gnavi .gnavi-wrap .gnavi-btn ul li a span {
    font-size: 20px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  #gnavi .gnavi-wrap .gnavi-btn ul li a span {
    font-size: 4.2666666667vw;
    padding-left: 10.6666666667vw;
  }
}
#gnavi .gnavi-wrap .gnavi-btn ul li a span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0vw;
  background: url(../img/btn-arrow.svg) no-repeat center/contain;
  width: 0.3660322108vw;
  height: 0.5856515373vw;
  margin-top: -0.2928257687vw;
  transition: 0.3s ease;
}
@media screen and (max-width: 1279px) {
  #gnavi .gnavi-wrap .gnavi-btn ul li a span:after {
    right: 0px;
    width: 5px;
    height: 8px;
    margin-top: -4px;
  }
}
@media screen and (max-width: 768px) {
  #gnavi .gnavi-wrap .gnavi-btn ul li a span:after {
    right: 0vw;
    width: 1.3333333333vw;
    height: 2.1333333333vw;
    margin-top: -1.0666666667vw;
  }
}
@media screen and (max-width: 1279px) {
  #gnavi .gnavi-wrap .gnavi-btn ul li a:hover span:after {
    right: -5px;
  }
}
@media screen and (max-width: 768px) {
  #gnavi .gnavi-wrap .gnavi-btn ul li a:hover span:after {
    right: -1.3333333333vw;
  }
}
#gnavi .gnavi-wrap .gnavi-btn ul li.gnavi-btn-line {
  background-color: #00c200;
}
#gnavi .gnavi-wrap .gnavi-btn ul li.gnavi-btn-line span {
  background-image: url(../img/icon-line.png);
  background-size: 1.9033674963vw auto;
}
@media screen and (max-width: 1279px) {
  #gnavi .gnavi-wrap .gnavi-btn ul li.gnavi-btn-line span {
    background-size: 26px auto;
  }
}
@media screen and (max-width: 768px) {
  #gnavi .gnavi-wrap .gnavi-btn ul li.gnavi-btn-line span {
    background-size: 6.9333333333vw auto;
  }
}
#gnavi .gnavi-wrap .gnavi-btn ul li.gnavi-btn-request {
  background-color: #f77600;
}
#gnavi .gnavi-wrap .gnavi-btn ul li.gnavi-btn-request span {
  background-image: url(../img/icon-request.png);
  background-size: 1.6105417277vw auto;
}
@media screen and (max-width: 1279px) {
  #gnavi .gnavi-wrap .gnavi-btn ul li.gnavi-btn-request span {
    background-size: 22px auto;
  }
}
@media screen and (max-width: 768px) {
  #gnavi .gnavi-wrap .gnavi-btn ul li.gnavi-btn-request span {
    background-size: 5.8666666667vw auto;
  }
}
#gnavi .gnavi-wrap .gnavi-btn ul li.gnavi-btn-contact {
  background-color: #049c66;
  border: solid #fff 1px;
}
@media screen and (min-width: 1366px) {
  #gnavi .gnavi-wrap .gnavi-btn ul li.gnavi-btn-contact {
    border: solid #fff 1px;
  }
}
@media screen and (max-width: 768px) {
  #gnavi .gnavi-wrap .gnavi-btn ul li.gnavi-btn-contact {
    border: solid #fff 0.2666666667vw;
  }
}
#gnavi .gnavi-wrap .gnavi-btn ul li.gnavi-btn-contact span {
  background-image: url(../img/icon-contact.png);
  background-size: 1.6471449488vw auto;
}
@media screen and (min-width: 1366px) {
  #gnavi .gnavi-wrap .gnavi-btn ul li.gnavi-btn-contact span {
    background-size: 22.5px auto;
  }
}
@media screen and (max-width: 768px) {
  #gnavi .gnavi-wrap .gnavi-btn ul li.gnavi-btn-contact span {
    background-size: 6vw auto;
  }
}

/*---------------------------------
FOOTER
---------------------------------*/
#footer-contact {
  background: url(../img/footer-contact-bg.png.webp) no-repeat center/cover;
  padding: 5.1244509517vw 0 5.8565153734vw;
}
@media screen and (min-width: 1366px) {
  #footer-contact {
    padding: 70px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  #footer-contact {
    background-image: url(../img/footer-contact-bg_sp.png.webp);
    padding: 10.6666666667vw 0 14.6666666667vw;
  }
}
#footer-contact .footer-contact-wrap {
  color: #fff;
}
#footer-contact .footer-contact-wrap .common-ttl {
  color: #fff;
  margin: 0 0 1.4641288433vw;
}
@media screen and (min-width: 1366px) {
  #footer-contact .footer-contact-wrap .common-ttl {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #footer-contact .footer-contact-wrap .common-ttl {
    margin: 0 0 4.2666666667vw;
  }
}
#footer-contact .footer-contact-wrap .common-ttl h2 {
  color: #fff;
}
#footer-contact .footer-contact-wrap .footer-contact-cnt {
  margin: 0 0 2.9282576867vw;
}
@media screen and (min-width: 1366px) {
  #footer-contact .footer-contact-wrap .footer-contact-cnt {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #footer-contact .footer-contact-wrap .footer-contact-cnt {
    margin: 0 0 8vw;
  }
}
#footer-contact .footer-contact-wrap .footer-contact-cnt p {
  font-size: 1.6105417277vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1366px) {
  #footer-contact .footer-contact-wrap .footer-contact-cnt p {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #footer-contact .footer-contact-wrap .footer-contact-cnt p {
    text-align: center;
    font-size: 4.8vw;
  }
}
#footer-contact .footer-contact-wrap .footer-contact-btn ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #footer-contact .footer-contact-wrap .footer-contact-btn ul {
    display: block;
  }
}
#footer-contact .footer-contact-wrap .footer-contact-btn ul li {
  width: 27.8184480234vw;
  height: 14.6412884334vw;
  text-align: center;
}
@media screen and (min-width: 1366px) {
  #footer-contact .footer-contact-wrap .footer-contact-btn ul li {
    width: 430px;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  #footer-contact .footer-contact-wrap .footer-contact-btn ul li {
    width: auto;
    height: 27.2vw;
    margin: 0 0 2.1333333333vw;
  }
}
#footer-contact .footer-contact-wrap .footer-contact-btn ul li ._box p {
  font-size: 1.756954612vw;
  font-weight: 700;
  color: #049c66;
  letter-spacing: 0.1em;
  padding: 2.7086383602vw 0;
}
@media screen and (min-width: 1366px) {
  #footer-contact .footer-contact-wrap .footer-contact-btn ul li ._box p {
    font-size: 24px;
    padding: 37px 0;
  }
}
@media screen and (max-width: 768px) {
  #footer-contact .footer-contact-wrap .footer-contact-btn ul li ._box p {
    font-size: 4.2666666667vw;
    padding: 0.8vw 0 2.6666666667vw;
  }
}
#footer-contact .footer-contact-wrap .footer-contact-btn ul li ._box ._btn {
  color: #fff;
  position: relative;
}
#footer-contact .footer-contact-wrap .footer-contact-btn ul li ._box ._btn span {
  display: block;
  font-size: 1.4641288433vw;
  font-weight: 700;
  padding: 1em 0;
  letter-spacing: 0.1em;
  background-position: center left;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1366px) {
  #footer-contact .footer-contact-wrap .footer-contact-btn ul li ._box ._btn span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #footer-contact .footer-contact-wrap .footer-contact-btn ul li ._box ._btn span {
    font-size: 4.2666666667vw;
    padding: 0.8em 0;
  }
}
#footer-contact .footer-contact-wrap .footer-contact-btn ul li ._box ._btn span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.317715959vw;
  background: url(../img/btn-arrow.svg) no-repeat center/contain;
  width: 0.3660322108vw;
  height: 0.5856515373vw;
  margin-top: -0.2928257687vw;
  transition: 0.3s ease;
}
@media screen and (min-width: 1366px) {
  #footer-contact .footer-contact-wrap .footer-contact-btn ul li ._box ._btn span:after {
    right: 18px;
    width: 5px;
    height: 8px;
    margin-top: -4px;
  }
}
@media screen and (max-width: 768px) {
  #footer-contact .footer-contact-wrap .footer-contact-btn ul li ._box ._btn span:after {
    right: 3.7333333333vw;
    width: 1.3333333333vw;
    height: 2.1333333333vw;
    margin-top: -1.0666666667vw;
  }
}
#footer-contact .footer-contact-wrap .footer-contact-btn ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 0.7320644217vw;
}
@media screen and (min-width: 1366px) {
  #footer-contact .footer-contact-wrap .footer-contact-btn ul li a {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  #footer-contact .footer-contact-wrap .footer-contact-btn ul li a {
    padding: 2.1333333333vw;
  }
}
#footer-contact .footer-contact-wrap .footer-contact-btn ul li a:hover ._box ._btn span:after {
  right: 0.9516837482vw;
}
@media screen and (min-width: 1366px) {
  #footer-contact .footer-contact-wrap .footer-contact-btn ul li a:hover ._box ._btn span:after {
    right: 13px;
  }
}
@media screen and (max-width: 768px) {
  #footer-contact .footer-contact-wrap .footer-contact-btn ul li a:hover ._box ._btn span:after {
    right: 2.6666666667vw;
  }
}
#footer-contact .footer-contact-wrap .footer-contact-btn ul li.footer-contact-btn-line ._box ._btn {
  background-color: #00c200;
  padding: 0 1.0248901903vw;
}
@media screen and (min-width: 1366px) {
  #footer-contact .footer-contact-wrap .footer-contact-btn ul li.footer-contact-btn-line ._box ._btn {
    padding: 0 14px;
  }
}
@media screen and (max-width: 768px) {
  #footer-contact .footer-contact-wrap .footer-contact-btn ul li.footer-contact-btn-line ._box ._btn {
    padding: 0 3.2vw;
  }
}
#footer-contact .footer-contact-wrap .footer-contact-btn ul li.footer-contact-btn-line ._box ._btn span {
  background-image: url(../img/icon-line.png);
  background-size: 2.3060029283vw auto;
}
@media screen and (min-width: 1366px) {
  #footer-contact .footer-contact-wrap .footer-contact-btn ul li.footer-contact-btn-line ._box ._btn span {
    background-size: 31.5px auto;
  }
}
@media screen and (max-width: 768px) {
  #footer-contact .footer-contact-wrap .footer-contact-btn ul li.footer-contact-btn-line ._box ._btn span {
    background-size: 6.4vw auto;
  }
}
#footer-contact .footer-contact-wrap .footer-contact-btn ul li.footer-contact-btn-request ._box ._btn {
  background-color: #f77600;
  padding: 0 1.6105417277vw;
}
@media screen and (min-width: 1366px) {
  #footer-contact .footer-contact-wrap .footer-contact-btn ul li.footer-contact-btn-request ._box ._btn {
    padding: 0 22px;
  }
}
@media screen and (max-width: 768px) {
  #footer-contact .footer-contact-wrap .footer-contact-btn ul li.footer-contact-btn-request ._box ._btn {
    padding: 0 4.8vw;
  }
}
#footer-contact .footer-contact-wrap .footer-contact-btn ul li.footer-contact-btn-request ._box ._btn span {
  background-image: url(../img/icon-request.png);
  background-size: 2.0497803807vw auto;
}
@media screen and (min-width: 1366px) {
  #footer-contact .footer-contact-wrap .footer-contact-btn ul li.footer-contact-btn-request ._box ._btn span {
    background-size: 28px auto;
  }
}
@media screen and (max-width: 768px) {
  #footer-contact .footer-contact-wrap .footer-contact-btn ul li.footer-contact-btn-request ._box ._btn span {
    background-size: 5.6vw auto;
  }
}
#footer-contact .footer-contact-wrap .footer-contact-btn ul li.footer-contact-btn-contact ._box ._btn {
  background-color: #049c66;
  padding: 0 1.6105417277vw;
}
@media screen and (min-width: 1366px) {
  #footer-contact .footer-contact-wrap .footer-contact-btn ul li.footer-contact-btn-contact ._box ._btn {
    padding: 0 22px;
  }
}
@media screen and (max-width: 768px) {
  #footer-contact .footer-contact-wrap .footer-contact-btn ul li.footer-contact-btn-contact ._box ._btn {
    padding: 0 4.8vw;
  }
}
#footer-contact .footer-contact-wrap .footer-contact-btn ul li.footer-contact-btn-contact ._box ._btn span {
  background-image: url(../img/icon-contact.png);
  background-size: 2.196193265vw auto;
}
@media screen and (min-width: 1366px) {
  #footer-contact .footer-contact-wrap .footer-contact-btn ul li.footer-contact-btn-contact ._box ._btn span {
    background-size: 30px auto;
  }
}
@media screen and (max-width: 768px) {
  #footer-contact .footer-contact-wrap .footer-contact-btn ul li.footer-contact-btn-contact ._box ._btn span {
    background-size: 6.1333333333vw auto;
  }
}

footer {
  padding: 7.3206442167vw 0 10.2489019034vw;
}
@media screen and (min-width: 1366px) {
  footer {
    padding: 100px 0 140px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 5.3333333333vw 0 10.6666666667vw;
  }
}
footer .footer-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 -2.9282576867vw;
}
@media screen and (min-width: 1366px) {
  footer .footer-wrap {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-wrap {
    display: block;
    margin: 0;
  }
}
footer .footer-meta .footer-meta-top {
  position: relative;
  display: flex;
  align-items: end;
  gap: 2.196193265vw;
  margin: 0 0 3.2942898975vw;
}
@media screen and (min-width: 1366px) {
  footer .footer-meta .footer-meta-top {
    gap: 30px;
    margin: 0 0 45px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-meta .footer-meta-top {
    display: block;
    text-align: center;
    margin: 0 0 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-meta .footer-meta-top .footer-logo {
    margin: 0 0 2.6666666667vw;
  }
}
footer .footer-meta .footer-meta-top .footer-logo a {
  display: inline-block;
  background: url(../img/logo.png.webp) no-repeat center/contain;
  width: 7.5402635432vw;
  height: 4.4655929722vw;
}
@media screen and (min-width: 1366px) {
  footer .footer-meta .footer-meta-top .footer-logo a {
    width: 103px;
    height: 61px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-meta .footer-meta-top .footer-logo a {
    width: 15.2vw;
    height: 9.0133333333vw;
  }
}
footer .footer-meta .footer-meta-top .footer-address p {
  font-size: 1.0248901903vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.7;
  margin-bottom: -0.4em;
}
@media screen and (min-width: 1366px) {
  footer .footer-meta .footer-meta-top .footer-address p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-meta .footer-meta-top .footer-address p {
    font-size: 3.7333333333vw;
  }
}
footer .footer-meta .footer-meta-top .footer-ig {
  position: absolute;
  top: 1.4641288433vw;
  right: -5.270863836vw;
}
@media screen and (min-width: 1366px) {
  footer .footer-meta .footer-meta-top .footer-ig {
    top: 20px;
    right: -85px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-meta .footer-meta-top .footer-ig {
    position: static;
    padding: 5.3333333333vw 0 0;
  }
}
footer .footer-meta .footer-meta-top .footer-ig a {
  display: inline-block;
  width: 3.6603221083vw;
  height: 3.6603221083vw;
  background: url(../img/icon-ig.png.webp) no-repeat center/contain;
}
@media screen and (min-width: 1366px) {
  footer .footer-meta .footer-meta-top .footer-ig a {
    width: 58px;
    height: 58px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-meta .footer-meta-top .footer-ig a {
    width: 9.6vw;
    height: 9.6vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-meta .footer-btn {
    display: none;
  }
}
footer .footer-meta .footer-btn ul li {
  margin: 0 0 0.7320644217vw;
}
@media screen and (min-width: 1366px) {
  footer .footer-meta .footer-btn ul li {
    margin: 0 0 10px;
  }
}
footer .footer-meta .footer-btn ul li a {
  display: block;
  width: 100%;
  height: 5.1244509517vw;
  padding: 0 1.9033674963vw 0 1.1713030747vw;
}
@media screen and (min-width: 1366px) {
  footer .footer-meta .footer-btn ul li a {
    height: 70px;
    padding: 0 26px 0 16px;
  }
}
footer .footer-meta .footer-btn ul li a span {
  display: block;
  position: relative;
  font-size: 1.4641288433vw;
  font-weight: 700;
  padding: 1em 0;
  padding-left: 2.9282576867vw;
  letter-spacing: 0.1em;
  background-position: center left;
  background-repeat: no-repeat;
  color: #fff;
}
@media screen and (min-width: 1366px) {
  footer .footer-meta .footer-btn ul li a span {
    font-size: 20px;
    padding-left: 40px;
  }
}
footer .footer-meta .footer-btn ul li a span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0vw;
  background: url(../img/btn-arrow.svg) no-repeat center/contain;
  width: 0.3660322108vw;
  height: 0.5856515373vw;
  margin-top: -0.2928257687vw;
  transition: 0.3s ease;
}
@media screen and (min-width: 1366px) {
  footer .footer-meta .footer-btn ul li a span:after {
    right: 0px;
    width: 5px;
    height: 8px;
    margin-top: -4px;
  }
}
footer .footer-meta .footer-btn ul li a:hover span:after {
  right: -0.3660322108vw;
}
@media screen and (min-width: 1366px) {
  footer .footer-meta .footer-btn ul li a:hover span:after {
    right: -5px;
  }
}
footer .footer-meta .footer-btn ul li.footer-btn-line a {
  background-color: #00c200;
}
footer .footer-meta .footer-btn ul li.footer-btn-line span {
  background-image: url(../img/icon-line.png);
  background-size: 1.9033674963vw auto;
}
@media screen and (min-width: 1366px) {
  footer .footer-meta .footer-btn ul li.footer-btn-line span {
    background-size: 26px auto;
  }
}
footer .footer-meta .footer-btn ul li.footer-btn-request a {
  background-color: #f77600;
}
footer .footer-meta .footer-btn ul li.footer-btn-request span {
  background-image: url(../img/icon-request.png);
  background-size: 1.6105417277vw auto;
}
@media screen and (min-width: 1366px) {
  footer .footer-meta .footer-btn ul li.footer-btn-request span {
    background-size: 22px auto;
  }
}
footer .footer-meta .footer-btn ul li.footer-btn-contact a {
  background-color: #049c66;
}
footer .footer-meta .footer-btn ul li.footer-btn-contact span {
  background-image: url(../img/icon-contact.png);
  background-size: 1.6471449488vw auto;
}
@media screen and (min-width: 1366px) {
  footer .footer-meta .footer-btn ul li.footer-btn-contact span {
    background-size: 22.5px auto;
  }
}
footer .footer-menu .footer-menu-wrap {
  display: flex;
  gap: 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  footer .footer-menu .footer-menu-wrap {
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-menu .footer-menu-wrap {
    flex-wrap: wrap;
    gap: 4vw 12vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-menu .footer-menu-wrap ._box {
    min-width: 36.2666666667vw;
  }
}
footer .footer-menu .footer-menu-wrap ._box dl {
  display: flex;
  flex-direction: column;
  gap: 0.878477306vw;
}
@media screen and (min-width: 1366px) {
  footer .footer-menu .footer-menu-wrap ._box dl {
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-menu .footer-menu-wrap ._box dl {
    gap: 2.6666666667vw;
  }
}
footer .footer-menu .footer-menu-wrap ._box dl dt {
  font-size: 1.317715959vw;
  font-weight: 700;
  color: #049c66;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1366px) {
  footer .footer-menu .footer-menu-wrap ._box dl dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-menu .footer-menu-wrap ._box dl dt {
    font-size: 4vw;
  }
}
footer .footer-menu .footer-menu-wrap ._box dl dd {
  font-size: 1.0248901903vw;
  letter-spacing: 0.06em;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 1366px) {
  footer .footer-menu .footer-menu-wrap ._box dl dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-menu .footer-menu-wrap ._box dl dd {
    font-size: 3.2vw;
  }
}
footer .footer-menu .footer-menu-wrap ._box ul {
  display: flex;
  flex-direction: column;
  gap: 0.878477306vw;
}
@media screen and (min-width: 1366px) {
  footer .footer-menu .footer-menu-wrap ._box ul {
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-menu .footer-menu-wrap ._box ul {
    gap: 2.6666666667vw;
  }
}
footer .footer-menu .footer-menu-wrap ._box ul._mg {
  padding-top: 1.4641288433vw;
}
@media screen and (min-width: 1366px) {
  footer .footer-menu .footer-menu-wrap ._box ul._mg {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-menu .footer-menu-wrap ._box ul._mg {
    padding-top: 4vw;
  }
}
footer .footer-menu .footer-menu-wrap ._box ul li {
  font-size: 1.317715959vw;
  font-weight: 700;
  color: #049c66;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1366px) {
  footer .footer-menu .footer-menu-wrap ._box ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-menu .footer-menu-wrap ._box ul li {
    font-size: 4vw;
  }
}
footer .footer-menu .copyright {
  padding: 9.5168374817vw 0 0;
  text-align: right;
}
@media screen and (min-width: 1366px) {
  footer .footer-menu .copyright {
    padding: 130px 0 0;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-menu .copyright {
    padding: 12vw 0 0;
    text-align: center;
  }
}
footer .footer-menu .copyright small {
  font-size: 0.878477306vw;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1366px) {
  footer .footer-menu .copyright small {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-menu .copyright small {
    font-size: 3.2vw;
  }
}

/*---------------------------------
INDEX
---------------------------------*/
#firstview {
  position: relative;
  padding: 0vw 0 1.0980966325vw;
}
@media screen and (min-width: 1366px) {
  #firstview {
    padding: 0px 0 15px;
  }
}
@media screen and (max-width: 768px) {
  #firstview {
    padding: 0;
  }
}
#firstview:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 45%;
  background-color: #f5f5f5;
  z-index: 1;
}

#mainvisual {
  position: relative;
  z-index: 2;
  width: 100vw;
}
#mainvisual .mainvisual-wrap {
  margin: 0 0 1.8301610542vw;
}
@media screen and (min-width: 1366px) {
  #mainvisual .mainvisual-wrap {
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual .mainvisual-wrap {
    margin: 0 0 0vw;
  }
}
#mainvisual .mainvisual-copy {
  position: absolute;
  top: 3.0208333333vw;
  left: 16.6666666667vw;
  z-index: 10;
}
@media screen and (max-width: 1279px) {
  #mainvisual .mainvisual-copy {
    top: 2.196193265vw;
    left: 8.78477306vw;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual .mainvisual-copy {
    top: 4.8vw;
    left: 3.2vw;
  }
}
#mainvisual .mainvisual-copy ._cnt ._txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.5208333333vw;
  margin: 0 0 1.0416666667vw;
}
@media screen and (max-width: 1279px) {
  #mainvisual .mainvisual-copy ._cnt ._txt {
    gap: 0.7320644217vw;
    margin: 0 0 1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual .mainvisual-copy ._cnt ._txt {
    gap: 1.0666666667vw;
    margin: 0 0 1.3333333333vw;
  }
}
#mainvisual .mainvisual-copy ._cnt p {
  display: inline-block;
  background-color: #049c66;
  color: #fff;
  font-size: 2.0833333333vw;
  line-height: 1.3;
  font-weight: 900;
  padding: 0em 0.2em 0em 0.14em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1279px) {
  #mainvisual .mainvisual-copy ._cnt p {
    font-size: 2.9282576867vw;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual .mainvisual-copy ._cnt p {
    font-size: 3.4666666667vw;
  }
}
#mainvisual .mainvisual-copy ._cnt h2 {
  color: #007735;
  font-size: 3.3854166667vw;
  font-weight: 900;
  line-height: 1.3;
  text-shadow: 0 0 0.3em rgb(255, 255, 255);
}
@media screen and (max-width: 1279px) {
  #mainvisual .mainvisual-copy ._cnt h2 {
    font-size: 4.7584187408vw;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual .mainvisual-copy ._cnt h2 {
    font-size: 4.8vw;
  }
}
#mainvisual .mainvisual-copy ._cnt h2 strong {
  font-size: 10.1041666667vw;
  font-weight: 900;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 1279px) {
  #mainvisual .mainvisual-copy ._cnt h2 strong {
    font-size: 14.2020497804vw;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual .mainvisual-copy ._cnt h2 strong {
    font-size: 13.3333333333vw;
  }
}
#mainvisual .mainvisual-image figure {
  overflow: hidden;
}
#mainvisual .mainvisual-image figure img {
  transition: 0.3s ease;
  object-fit: cover;
}
#mainvisual .mainvisual-image figure a:hover img {
  scale: 1.05;
}
#mainvisual .mainvisual-image .swiper-button-prev {
  background: url(../img/slide-arrow-l.png) no-repeat center/contain;
  width: 3.8541666667vw;
  height: 3.8541666667vw;
  left: 11.3541666667vw;
}
@media screen and (max-width: 1279px) {
  #mainvisual .mainvisual-image .swiper-button-prev {
    width: 5.4172767204vw;
    height: 5.4172767204vw;
    left: 3.2942898975vw;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual .mainvisual-image .swiper-button-prev {
    display: none;
    width: 19.7333333333vw;
    height: 19.7333333333vw;
    left: 5.3333333333vw;
  }
}
#mainvisual .mainvisual-image .swiper-button-prev:after {
  content: none;
}
#mainvisual .mainvisual-image .swiper-button-next {
  background: url(../img/slide-arrow-r.png) no-repeat center/contain;
  width: 3.8541666667vw;
  height: 3.8541666667vw;
  right: 11.3541666667vw;
}
@media screen and (max-width: 1279px) {
  #mainvisual .mainvisual-image .swiper-button-next {
    width: 5.4172767204vw;
    height: 5.4172767204vw;
    right: 3.2942898975vw;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual .mainvisual-image .swiper-button-next {
    display: none;
    width: 19.7333333333vw;
    height: 19.7333333333vw;
    right: 5.3333333333vw;
  }
}
#mainvisual .mainvisual-image .swiper-button-next:after {
  content: none;
}

.gokaku-bnr {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .gokaku-bnr {
    margin: 0 -5.3333333333vw;
  }
}
.gokaku-bnr .gokaku-bnr-wrap a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 2.9282576867vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.5em 0;
  text-align: center;
  background: url(../img/mv-bnr.png.webp) no-repeat center/cover;
}
@media screen and (min-width: 1366px) {
  .gokaku-bnr .gokaku-bnr-wrap a {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .gokaku-bnr .gokaku-bnr-wrap a {
    font-size: 5.3333333333vw;
    background-image: url(../img/mv-bnr_sp.png.webp);
  }
}
.gokaku-bnr .gokaku-bnr-wrap a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.39238653vw;
  background: url(../img/btn-arrow.svg) no-repeat center/contain;
  width: 0.7320644217vw;
  height: 1.2445095168vw;
  margin-top: -0.6222547584vw;
  transition: 0.3s ease;
}
@media screen and (min-width: 1366px) {
  .gokaku-bnr .gokaku-bnr-wrap a:after {
    right: 60px;
    width: 10px;
    height: 17px;
    margin-top: -8.5px;
  }
}
@media screen and (max-width: 768px) {
  .gokaku-bnr .gokaku-bnr-wrap a:after {
    content: none;
    right: 5.3333333333vw;
    width: 2.6666666667vw;
    height: 4.5333333333vw;
    margin-top: -2.2666666667vw;
  }
}
.gokaku-bnr .gokaku-bnr-wrap a:hover:after {
  right: 3.6603221083vw;
}
@media screen and (min-width: 1366px) {
  .gokaku-bnr .gokaku-bnr-wrap a:hover:after {
    right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .gokaku-bnr .gokaku-bnr-wrap a:hover:after {
    right: 2.6666666667vw;
  }
}

#top-event {
  padding: 5.8565153734vw 0;
}
@media screen and (min-width: 1366px) {
  #top-event {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  #top-event {
    padding: 21.3333333333vw 0;
  }
}

@media screen and (max-width: 768px) {
  .event-list .event-list-wrap .event-list-cnt {
    margin: 0 0 5.3333333333vw;
  }
}
.event-list .event-list-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.7818448023vw 4.666%;
}
@media screen and (min-width: 1366px) {
  .event-list .event-list-wrap ul {
    gap: 38px 4.666%;
  }
}
@media screen and (max-width: 768px) {
  .event-list .event-list-wrap ul {
    gap: 10.6666666667vw 4%;
  }
}
.event-list .event-list-wrap ul li {
  position: relative;
  width: 21.5%;
}
@media screen and (max-width: 768px) {
  .event-list .event-list-wrap ul li {
    width: 48%;
  }
}
.event-list .event-list-wrap ul li figure {
  width: 100%;
  height: 11.7130307467vw;
  margin: 0 0 1.0980966325vw;
  overflow: hidden;
}
@media screen and (min-width: 1366px) {
  .event-list .event-list-wrap ul li figure {
    height: 200px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .event-list .event-list-wrap ul li figure {
    height: 29.8666666667vw;
    margin: 0 0 4vw;
  }
}
.event-list .event-list-wrap ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}
.event-list .event-list-wrap ul li ._cat {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: inline-block;
  background-color: #049c66;
  color: #fff;
  font-size: 1.0248901903vw;
  padding: 0 1.2em;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1366px) {
  .event-list .event-list-wrap ul li ._cat {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .event-list .event-list-wrap ul li ._cat {
    font-size: 3.2vw;
  }
}
.event-list .event-list-wrap ul li ._ttl {
  display: flex;
  margin: 0 0 0.7320644217vw;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
@media screen and (min-width: 1366px) {
  .event-list .event-list-wrap ul li ._ttl {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .event-list .event-list-wrap ul li ._ttl {
    display: block;
    margin: 0 0 1.3333333333vw;
  }
}
.event-list .event-list-wrap ul li ._ttl ._tag {
  width: 30%;
  text-align: center;
  border: solid #049c66 0.0732064422vw;
  font-size: 0.9516837482vw;
  color: #049c66;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 0 1em;
}
@media screen and (min-width: 1366px) {
  .event-list .event-list-wrap ul li ._ttl ._tag {
    border: solid #049c66 1px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .event-list .event-list-wrap ul li ._ttl ._tag {
    width: auto;
    border: solid #049c66 0.2666666667vw;
    font-size: 3.2vw;
  }
}
.event-list .event-list-wrap ul li ._ttl h3 {
  width: 66%;
  color: #049c66;
  font-size: 1.317715959vw;
  line-height: 1.6;
  margin-top: -0.4em;
  letter-spacing: 0.06em;
  font-weight: 600;
}
@media screen and (min-width: 1366px) {
  .event-list .event-list-wrap ul li ._ttl h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .event-list .event-list-wrap ul li ._ttl h3 {
    width: auto;
    font-size: 4.2666666667vw;
    margin-top: 0.4em;
  }
}
.event-list .event-list-wrap ul li p {
  font-size: 0.9516837482vw;
  line-height: 1.6;
  letter-spacing: 0.06em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3em;
}
@media screen and (min-width: 1366px) {
  .event-list .event-list-wrap ul li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .event-list .event-list-wrap ul li p {
    font-size: 2.9333333333vw;
  }
}
.event-list .event-list-wrap ul li a:hover figure img {
  scale: 1.05;
}

#top-reason {
  background-color: #f5f5f5;
  padding: 8.0527086384vw 0 5.8565153734vw;
}
@media screen and (min-width: 1366px) {
  #top-reason {
    padding: 110px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  #top-reason {
    padding: 6.6666666667vw 0 6.6666666667vw;
  }
}
#top-reason .common-ttl h2 {
  font-size: 2.635431918vw;
}
@media screen and (min-width: 1366px) {
  #top-reason .common-ttl h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  #top-reason .common-ttl h2 {
    font-size: 6.4vw;
    text-align: center;
    margin: 0 -0.5em;
  }
}
#top-reason .reason-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.7818448023vw;
}
@media screen and (min-width: 1366px) {
  #top-reason .reason-wrap ul {
    gap: 38px;
  }
}
@media screen and (max-width: 768px) {
  #top-reason .reason-wrap ul {
    gap: 6.6666666667vw;
  }
}
#top-reason .reason-wrap ul li {
  width: 27.4275256223vw;
  position: relative;
}
@media screen and (min-width: 1366px) {
  #top-reason .reason-wrap ul li {
    width: 430px;
  }
}
@media screen and (max-width: 768px) {
  #top-reason .reason-wrap ul li {
    width: 100%;
  }
}
#top-reason .reason-wrap ul li ._num {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #049c66;
  color: #fff;
  border-radius: 0 0 1.4641288433vw 0;
  width: 5.8565153734vw;
  height: 5.1244509517vw;
  line-height: 5.1244509517vw;
  display: inline-block;
  text-align: center;
  font-size: 2.196193265vw;
  font-weight: 900;
}
@media screen and (min-width: 1366px) {
  #top-reason .reason-wrap ul li ._num {
    border-radius: 0 0 20px 0;
    width: 80px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #top-reason .reason-wrap ul li ._num {
    border-radius: 0 0 4vw 0;
    width: 16.5333333333vw;
    height: 14.4vw;
    line-height: 14.4vw;
    font-size: 5.3333333333vw;
  }
}
#top-reason .reason-wrap ul li ._image {
  width: 100%;
  height: 11.7130307467vw;
  margin: 0 0 1.0980966325vw;
  position: relative;
}
@media screen and (min-width: 1366px) {
  #top-reason .reason-wrap ul li ._image {
    height: 200px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  #top-reason .reason-wrap ul li ._image {
    height: 40vw;
    margin: 0 0 4vw;
  }
}
#top-reason .reason-wrap ul li ._image:after {
  content: "";
  position: absolute;
  bottom: 1.4641288433vw;
  left: 50%;
  background: url(../img/btn-arrow.svg) no-repeat center/contain;
  width: 0.7320644217vw;
  height: 1.2445095168vw;
  margin-left: -0.3660322108vw;
  transition: 0.3s ease;
}
@media screen and (min-width: 1366px) {
  #top-reason .reason-wrap ul li ._image:after {
    bottom: 30px;
    width: 10px;
    height: 17px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 768px) {
  #top-reason .reason-wrap ul li ._image:after {
    bottom: 5.3333333333vw;
    width: 2.6666666667vw;
    height: 4.5333333333vw;
    margin-left: -1.3333333333vw;
  }
}
#top-reason .reason-wrap ul li ._image ._txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-reason .reason-wrap ul li ._image ._txt h3 {
  font-size: 2.196193265vw;
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
  text-shadow: 0 0 0.3em rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1366px) {
  #top-reason .reason-wrap ul li ._image ._txt h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #top-reason .reason-wrap ul li ._image ._txt h3 {
    font-size: 6.4vw;
  }
}
#top-reason .reason-wrap ul li figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#top-reason .reason-wrap ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}
#top-reason .reason-wrap ul li p {
  font-size: 1.0248901903vw;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 1366px) {
  #top-reason .reason-wrap ul li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #top-reason .reason-wrap ul li p {
    font-size: 3.7333333333vw;
  }
}
#top-reason .reason-wrap ul li a:hover ._image:after {
  margin-left: 0.3660322108vw;
}
@media screen and (min-width: 1366px) {
  #top-reason .reason-wrap ul li a:hover ._image:after {
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  #top-reason .reason-wrap ul li a:hover ._image:after {
    margin-left: 1.3333333333vw;
  }
}
#top-reason .reason-wrap ul li a:hover figure img {
  scale: 1.05;
}

#top-movie {
  padding: 0 0 5.8565153734vw;
  background-color: #f5f5f5;
}
@media screen and (min-width: 1366px) {
  #top-movie {
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  #top-movie {
    padding: 0 0 8vw;
  }
}
#top-movie .top-movie-wrap iframe {
  width: 100%;
  height: 58.5651537335vw;
}
@media screen and (min-width: 1366px) {
  #top-movie .top-movie-wrap iframe {
    height: 800px;
  }
}
@media screen and (max-width: 768px) {
  #top-movie .top-movie-wrap iframe {
    height: 74.6666666667vw;
  }
}

#top-column {
  padding: 5.8565153734vw 0;
}
@media screen and (min-width: 1366px) {
  #top-column {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  #top-column {
    padding: 8vw 0;
  }
}

@media screen and (max-width: 768px) {
  .column-list .column-list-wrap .column-list-cnt {
    margin: 0 0 5.3333333333vw;
  }
}
.column-list .column-list-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.7818448023vw 4.666%;
}
@media screen and (min-width: 1366px) {
  .column-list .column-list-wrap ul {
    gap: 38px 4.666%;
  }
}
@media screen and (max-width: 768px) {
  .column-list .column-list-wrap ul {
    gap: 10.6666666667vw 4%;
  }
}
.column-list .column-list-wrap ul li {
  position: relative;
  width: 21.5%;
}
@media screen and (max-width: 768px) {
  .column-list .column-list-wrap ul li {
    width: 48%;
  }
}
.column-list .column-list-wrap ul li figure {
  width: 100%;
  height: 11.7130307467vw;
  margin: 0 0 1.0980966325vw;
  overflow: hidden;
}
@media screen and (min-width: 1366px) {
  .column-list .column-list-wrap ul li figure {
    height: 200px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .column-list .column-list-wrap ul li figure {
    height: 29.8666666667vw;
    margin: 0 0 4vw;
  }
}
.column-list .column-list-wrap ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}
.column-list .column-list-wrap ul li ._ttl {
  margin: 0 0 0.3660322108vw;
}
@media screen and (min-width: 1366px) {
  .column-list .column-list-wrap ul li ._ttl {
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .column-list .column-list-wrap ul li ._ttl {
    margin: 0 0 1.3333333333vw;
  }
}
.column-list .column-list-wrap ul li ._ttl h3 {
  color: #049c66;
  font-size: 1.317715959vw;
  line-height: 1.6;
  margin-top: -0.4em;
  letter-spacing: 0.06em;
  font-weight: 600;
}
@media screen and (min-width: 1366px) {
  .column-list .column-list-wrap ul li ._ttl h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .column-list .column-list-wrap ul li ._ttl h3 {
    font-size: 4.2666666667vw;
    margin-top: 0.4em;
  }
}
.column-list .column-list-wrap ul li p {
  font-size: 0.9516837482vw;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1366px) {
  .column-list .column-list-wrap ul li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .column-list .column-list-wrap ul li p {
    font-size: 3.2vw;
  }
}
.column-list .column-list-wrap ul li a:hover figure img {
  scale: 1.05;
}

#top-news {
  padding: 5.8565153734vw 0;
  background-color: #f5f5f5;
}
@media screen and (min-width: 1366px) {
  #top-news {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  #top-news {
    padding: 8vw 0;
  }
}

@media screen and (max-width: 768px) {
  .news-list .news-list-wrap .news-list-cnt {
    margin: 0 0 5.3333333333vw;
  }
}
.news-list .news-list-wrap ul li {
  border-bottom: solid #d5d5d5 0.0732064422vw;
}
@media screen and (min-width: 1366px) {
  .news-list .news-list-wrap ul li {
    border-bottom: solid #d5d5d5 1px;
  }
}
@media screen and (max-width: 768px) {
  .news-list .news-list-wrap ul li {
    border-bottom: solid #d5d5d5 0.2666666667vw;
  }
}
.news-list .news-list-wrap ul li:last-child {
  border-bottom: none;
}
.news-list .news-list-wrap ul li ._date {
  width: 10%;
}
@media screen and (max-width: 768px) {
  .news-list .news-list-wrap ul li ._date {
    width: auto;
    margin: 0 0 0.2em;
  }
}
.news-list .news-list-wrap ul li ._ttl {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .news-list .news-list-wrap ul li ._ttl {
    width: auto;
  }
}
.news-list .news-list-wrap ul li a {
  display: flex;
  font-size: 1.1713030747vw;
  padding: 1em 0;
  justify-content: space-between;
  align-items: start;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1366px) {
  .news-list .news-list-wrap ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .news-list .news-list-wrap ul li a {
    display: block;
    font-size: 4.2666666667vw;
  }
}
.news-list .news-list-wrap ul li a:hover {
  background-color: #d5d5d5;
}

#top-enrollment {
  padding: 5.8565153734vw 0;
}
@media screen and (min-width: 1366px) {
  #top-enrollment {
    padding: 80px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  #top-enrollment {
    padding: 6.6666666667vw 0 5.3333333333vw;
  }
}
#top-enrollment .enrollment-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.7818448023vw;
}
@media screen and (min-width: 1366px) {
  #top-enrollment .enrollment-wrap ul {
    gap: 38px;
  }
}
@media screen and (max-width: 768px) {
  #top-enrollment .enrollment-wrap ul {
    gap: 2.6666666667vw;
  }
}
#top-enrollment .enrollment-wrap ul li {
  width: 27.4275256223vw;
  position: relative;
}
@media screen and (min-width: 1366px) {
  #top-enrollment .enrollment-wrap ul li {
    width: 430px;
  }
}
@media screen and (max-width: 768px) {
  #top-enrollment .enrollment-wrap ul li {
    width: 100%;
  }
}
#top-enrollment .enrollment-wrap ul li ._image {
  width: 100%;
  height: 11.7130307467vw;
  position: relative;
}
@media screen and (min-width: 1366px) {
  #top-enrollment .enrollment-wrap ul li ._image {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  #top-enrollment .enrollment-wrap ul li ._image {
    height: 40vw;
  }
}
#top-enrollment .enrollment-wrap ul li ._image:after {
  content: "";
  position: absolute;
  bottom: 2.196193265vw;
  left: 50%;
  background: url(../img/btn-arrow.svg) no-repeat center/contain;
  width: 0.7320644217vw;
  height: 1.2445095168vw;
  margin-left: -0.3660322108vw;
  transition: 0.3s ease;
}
@media screen and (min-width: 1366px) {
  #top-enrollment .enrollment-wrap ul li ._image:after {
    bottom: 40px;
    width: 10px;
    height: 17px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 768px) {
  #top-enrollment .enrollment-wrap ul li ._image:after {
    bottom: 8vw;
    width: 2.6666666667vw;
    height: 4.5333333333vw;
    margin-left: -1.3333333333vw;
  }
}
#top-enrollment .enrollment-wrap ul li ._image ._txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-enrollment .enrollment-wrap ul li ._image ._txt h3 {
  font-size: 2.196193265vw;
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
  text-shadow: 0 0 0.3em rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1366px) {
  #top-enrollment .enrollment-wrap ul li ._image ._txt h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #top-enrollment .enrollment-wrap ul li ._image ._txt h3 {
    font-size: 6.4vw;
  }
}
#top-enrollment .enrollment-wrap ul li figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#top-enrollment .enrollment-wrap ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}
#top-enrollment .enrollment-wrap ul li a:hover ._image:after {
  margin-left: 0.3660322108vw;
}
@media screen and (min-width: 1366px) {
  #top-enrollment .enrollment-wrap ul li a:hover ._image:after {
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  #top-enrollment .enrollment-wrap ul li a:hover ._image:after {
    margin-left: 1.3333333333vw;
  }
}
#top-enrollment .enrollment-wrap ul li a:hover figure img {
  scale: 1.05;
}

/*-------------------------------
page
-------------------------------*/
#page-header {
  background-color: #f5f5f5;
  width: 100vw;
  height: 13.17715959vw;
  text-align: center;
}
@media screen and (min-width: 1366px) {
  #page-header {
    height: 180px;
  }
}
@media screen and (max-width: 768px) {
  #page-header {
    height: 26.6666666667vw;
  }
}
#page-header .page-header-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#page-header h1, #page-header ._hd {
  font-size: 2.9282576867vw;
  color: #049c66;
  font-weight: 900;
}
@media screen and (min-width: 1366px) {
  #page-header h1, #page-header ._hd {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #page-header h1, #page-header ._hd {
    font-size: 6.4vw;
  }
}

.breadcrumbs {
  padding: 1.0980966325vw 0 2.9282576867vw;
  font-size: 0.878477306vw;
  line-height: 1.5;
}
@media screen and (min-width: 1366px) {
  .breadcrumbs {
    padding: 15px 0 40px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding: 2.6666666667vw 0 8vw;
    font-size: 2.6666666667vw;
  }
}
.breadcrumbs .breadcrumbs-wrap {
  padding: 0;
}
@media screen and (min-width: 1366px) {
  .breadcrumbs .breadcrumbs-wrap {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs .breadcrumbs-wrap {
    padding: 0;
  }
}
.breadcrumbs .arr {
  margin: 0 0.5em;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs a.current-item {
  color: #049c66;
}
.breadcrumbs span.current-item {
  color: #049c66;
}

.page-section {
  padding: 0 0 5.8565153734vw;
}
@media screen and (min-width: 1366px) {
  .page-section {
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .page-section {
    padding: 0 0 10.6666666667vw;
  }
}
.page-section strong, .page-section b {
  font-weight: bold;
}
.page-section p {
  font-size: 1.1713030747vw;
  line-height: 2.4;
}
@media screen and (min-width: 1366px) {
  .page-section p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .page-section p {
    font-size: 3.7333333333vw;
    line-height: 1.6;
  }
}
.page-section h2, .page-section ._h2 {
  font-size: 2.635431918vw;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #049c66;
  margin: 0 0 1em;
  line-height: 1.3;
}
@media screen and (min-width: 1366px) {
  .page-section h2, .page-section ._h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .page-section h2, .page-section ._h2 {
    font-size: 5.3333333333vw;
  }
}
.page-section h3, .page-section ._h3 {
  font-size: 1.9033674963vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #049c66;
  padding: 0.6em 1em;
  background-color: #f5f5f5;
  margin: 0 0 1em;
  line-height: 1.3;
}
@media screen and (min-width: 1366px) {
  .page-section h3, .page-section ._h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .page-section h3, .page-section ._h3 {
    font-size: 4.8vw;
  }
}
.page-section h4, .page-section ._h4 {
  font-size: 1.317715959vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #049c66;
  padding: 0.5em 0.5em;
  border-left: solid #049c66 0.3660322108vw;
  margin: 0 0 0.5em;
  line-height: 1.3;
}
@media screen and (min-width: 1366px) {
  .page-section h4, .page-section ._h4 {
    font-size: 18px;
    border-left-width: 5px;
  }
}
@media screen and (max-width: 768px) {
  .page-section h4, .page-section ._h4 {
    font-size: 4.2666666667vw;
    border-left-width: 1.0666666667vw;
  }
}
.page-section ._h5 {
  font-size: 1.317715959vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #049c66;
  background-color: transparent;
  padding: 0;
  margin: 0 0 0.5em;
  line-height: 1.3;
}
@media screen and (min-width: 1366px) {
  .page-section ._h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .page-section ._h5 {
    font-size: 4.2666666667vw;
  }
}
.page-section dl {
  font-size: 1.1713030747vw;
  line-height: 2.4;
}
@media screen and (min-width: 1366px) {
  .page-section dl {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .page-section dl {
    font-size: 3.7333333333vw;
  }
}
.page-section .common-btn {
  padding: 4.39238653vw 0 0;
}
@media screen and (min-width: 1366px) {
  .page-section .common-btn {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .page-section .common-btn {
    padding: 8vw 0 0;
  }
}
.page-section .common-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.1713030747vw;
  line-height: 2;
  border: solid #f5f5f5 0.7320644217vw;
}
@media screen and (min-width: 1366px) {
  .page-section .common-table {
    font-size: 16px;
    border-width: 10px;
  }
}
@media screen and (max-width: 768px) {
  .page-section .common-table {
    display: block;
    font-size: 3.7333333333vw;
    border-width: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .page-section .common-table tr, .page-section .common-table tbody {
    display: block;
  }
}
.page-section .common-table th {
  background-color: #049c66;
  border-bottom: solid #d5d5d5 0.0732064422vw;
  color: #fff;
  padding: 1em 1.2em;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: left;
  vertical-align: middle;
}
@media screen and (min-width: 1366px) {
  .page-section .common-table th {
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  .page-section .common-table th {
    display: block;
    text-align: center;
    border-bottom: none;
  }
}
.page-section .common-table td {
  padding: 1em 2em;
  letter-spacing: 0.06em;
  text-align: left;
  vertical-align: middle;
  border-bottom: solid #d5d5d5 0.0732064422vw;
}
@media screen and (min-width: 1366px) {
  .page-section .common-table td {
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  .page-section .common-table td {
    display: block;
    border-bottom: none;
  }
}

/*-------------------------------
PISA塾のこだわり
-------------------------------*/
#page-about {
  padding: 0;
}
#page-about .page-about-wrap ._message {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.9282576867vw 4%;
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #page-about .page-about-wrap ._message {
    gap: 40px 4%;
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #page-about .page-about-wrap ._message {
    gap: 5.3333333333vw;
    margin: 0 0 8vw;
  }
}
#page-about .page-about-wrap ._message ._cnt {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #page-about .page-about-wrap ._message ._cnt {
    width: 100%;
  }
}
#page-about .page-about-wrap ._message ._image {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #page-about .page-about-wrap ._message ._image {
    width: 100%;
  }
}
#page-about .page-about-wrap ._movie {
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #page-about .page-about-wrap ._movie {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #page-about .page-about-wrap ._movie {
    margin: 0 0 8vw;
  }
}
#page-about .page-about-wrap ._movie iframe {
  width: 100%;
  height: 58.5651537335vw;
}
@media screen and (min-width: 1366px) {
  #page-about .page-about-wrap ._movie iframe {
    height: 800px;
  }
}
@media screen and (max-width: 768px) {
  #page-about .page-about-wrap ._movie iframe {
    height: 74.6666666667vw;
  }
}
#page-about .page-about-wrap ._featured ._featured-cnt {
  display: flex;
  flex-wrap: wrap;
  gap: 2.9282576867vw 4%;
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #page-about .page-about-wrap ._featured ._featured-cnt {
    gap: 40px 4%;
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #page-about .page-about-wrap ._featured ._featured-cnt {
    gap: 5.3333333333vw;
    margin: 0 0 8vw;
  }
}
#page-about .page-about-wrap ._featured ._featured-cnt:last-child {
  margin: 0;
}
#page-about .page-about-wrap ._featured ._featured-cnt._even {
  flex-direction: row-reverse;
}
#page-about .page-about-wrap ._featured ._featured-cnt ._cnt {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #page-about .page-about-wrap ._featured ._featured-cnt ._cnt {
    width: 100%;
  }
}
#page-about .page-about-wrap ._featured ._featured-cnt ._cnt ._ttl {
  position: relative;
}
#page-about .page-about-wrap ._featured ._featured-cnt ._cnt ._ttl ._num {
  position: absolute;
  top: 0;
  left: 0;
  width: 5.8565153734vw;
  height: 5.8565153734vw;
  line-height: 5.8565153734vw;
  font-size: 2.9282576867vw;
  font-weight: 700;
  background-color: #049c66;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  transform: translate(-30%, -30%);
}
@media screen and (min-width: 1366px) {
  #page-about .page-about-wrap ._featured ._featured-cnt ._cnt ._ttl ._num {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #page-about .page-about-wrap ._featured ._featured-cnt ._cnt ._ttl ._num {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    font-size: 4.8vw;
  }
}
#page-about .page-about-wrap ._featured ._featured-cnt ._cnt ._ttl h3 {
  padding-left: 3em;
}
@media screen and (max-width: 768px) {
  #page-about .page-about-wrap ._featured ._featured-cnt ._cnt ._ttl h3 {
    padding-left: 2em;
  }
}
#page-about .page-about-wrap ._featured ._featured-cnt ._image {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #page-about .page-about-wrap ._featured ._featured-cnt ._image {
    width: 100%;
  }
}

/*-------------------------------
教育理念
-------------------------------*/
#page-company {
  padding: 0;
}
#page-company .page-company-wrap ._idea {
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #page-company .page-company-wrap ._idea {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #page-company .page-company-wrap ._idea {
    margin: 0 0 8vw;
  }
}
#page-company .page-company-wrap ._idea ._idea-msg {
  margin: 0 0 5.8565153734vw;
}
@media screen and (min-width: 1366px) {
  #page-company .page-company-wrap ._idea ._idea-msg {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  #page-company .page-company-wrap ._idea ._idea-msg {
    margin: 0 0 10.6666666667vw;
  }
}
#page-company .page-company-wrap ._idea ._idea-msg h3 {
  text-align: center;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #page-company .page-company-wrap ._idea ._idea-msg h3 {
    padding: 1em 0.5em;
    font-size: 4.2666666667vw;
  }
}
#page-company .page-company-wrap ._idea ._fl {
  display: flex;
  flex-wrap: wrap;
  gap: 2.9282576867vw 4%;
}
@media screen and (min-width: 1366px) {
  #page-company .page-company-wrap ._idea ._fl {
    gap: 40px 4%;
  }
}
@media screen and (max-width: 768px) {
  #page-company .page-company-wrap ._idea ._fl {
    gap: 5.3333333333vw;
  }
}
#page-company .page-company-wrap ._idea ._fl ._fl-cnt {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #page-company .page-company-wrap ._idea ._fl ._fl-cnt {
    width: 100%;
  }
}
#page-company .page-company-wrap ._idea ._fl ._fl-image {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #page-company .page-company-wrap ._idea ._fl ._fl-image {
    width: 100%;
  }
}
#page-company .page-company-wrap ._movie {
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #page-company .page-company-wrap ._movie {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #page-company .page-company-wrap ._movie {
    margin: 0 0 8vw;
  }
}
#page-company .page-company-wrap ._movie iframe {
  width: 100%;
  height: 43.9238653001vw;
}
@media screen and (min-width: 1366px) {
  #page-company .page-company-wrap ._movie iframe {
    height: 600px;
  }
}
@media screen and (max-width: 768px) {
  #page-company .page-company-wrap ._movie iframe {
    height: 53.3333333333vw;
  }
}

#about-list {
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #about-list {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #about-list {
    margin: 0 0 8vw;
  }
}
#about-list .page-section {
  padding: 0;
}
#about-list .about-list-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.7818448023vw;
}
@media screen and (min-width: 1366px) {
  #about-list .about-list-wrap ul {
    gap: 38px;
  }
}
@media screen and (max-width: 768px) {
  #about-list .about-list-wrap ul {
    gap: 2.6666666667vw;
  }
}
#about-list .about-list-wrap ul li {
  width: 27.4275256223vw;
  position: relative;
}
@media screen and (min-width: 1366px) {
  #about-list .about-list-wrap ul li {
    width: 430px;
  }
}
@media screen and (max-width: 768px) {
  #about-list .about-list-wrap ul li {
    width: 100%;
  }
}
#about-list .about-list-wrap ul li ._image {
  width: 100%;
  height: 11.7130307467vw;
  position: relative;
}
@media screen and (min-width: 1366px) {
  #about-list .about-list-wrap ul li ._image {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  #about-list .about-list-wrap ul li ._image {
    height: 40vw;
  }
}
#about-list .about-list-wrap ul li ._image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
#about-list .about-list-wrap ul li ._image:after {
  content: "";
  position: absolute;
  bottom: 2.196193265vw;
  left: 50%;
  background: url(../img/btn-arrow.svg) no-repeat center/contain;
  width: 0.7320644217vw;
  height: 1.2445095168vw;
  margin-left: -0.3660322108vw;
  transition: 0.3s ease;
  z-index: 10;
}
@media screen and (min-width: 1366px) {
  #about-list .about-list-wrap ul li ._image:after {
    bottom: 40px;
    width: 10px;
    height: 17px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 768px) {
  #about-list .about-list-wrap ul li ._image:after {
    bottom: 8vw;
    width: 2.6666666667vw;
    height: 4.5333333333vw;
    margin-left: -1.3333333333vw;
  }
}
#about-list .about-list-wrap ul li ._image ._txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about-list .about-list-wrap ul li ._image ._txt h3 {
  font-size: 2.196193265vw;
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
  text-shadow: 0 0 0.3em rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1366px) {
  #about-list .about-list-wrap ul li ._image ._txt h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #about-list .about-list-wrap ul li ._image ._txt h3 {
    font-size: 6.4vw;
  }
}
#about-list .about-list-wrap ul li figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#about-list .about-list-wrap ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}
#about-list .about-list-wrap ul li a:hover ._image:after {
  margin-left: 0.3660322108vw;
}
@media screen and (min-width: 1366px) {
  #about-list .about-list-wrap ul li a:hover ._image:after {
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  #about-list .about-list-wrap ul li a:hover ._image:after {
    margin-left: 1.3333333333vw;
  }
}
#about-list .about-list-wrap ul li a:hover figure img {
  scale: 1.05;
}

#about-voice ._voice {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #about-voice ._voice {
    margin: 0 -5.3333333333vw;
  }
}
#about-voice ._voice ._voice-wrap a {
  display: block;
  position: relative;
  font-size: 2.9282576867vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1em 0;
  text-align: center;
  background: url(../img/company-img05.jpg.webp) no-repeat center/cover;
}
@media screen and (min-width: 1366px) {
  #about-voice ._voice ._voice-wrap a {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #about-voice ._voice ._voice-wrap a {
    font-size: 5.3333333333vw;
  }
}
#about-voice ._voice ._voice-wrap a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.39238653vw;
  background: url(../img/arrow_b.svg) no-repeat center/contain;
  width: 0.7320644217vw;
  height: 1.2445095168vw;
  margin-top: -0.6222547584vw;
  transition: 0.3s ease;
}
@media screen and (min-width: 1366px) {
  #about-voice ._voice ._voice-wrap a:after {
    right: 60px;
    width: 10px;
    height: 17px;
    margin-top: -8.5px;
  }
}
@media screen and (max-width: 768px) {
  #about-voice ._voice ._voice-wrap a:after {
    content: none;
    right: 5.3333333333vw;
    width: 2.6666666667vw;
    height: 4.5333333333vw;
    margin-top: -2.2666666667vw;
  }
}
#about-voice ._voice ._voice-wrap a:hover:after {
  right: 3.6603221083vw;
}
@media screen and (min-width: 1366px) {
  #about-voice ._voice ._voice-wrap a:hover:after {
    right: 50px;
  }
}
@media screen and (max-width: 768px) {
  #about-voice ._voice ._voice-wrap a:hover:after {
    right: 2.6666666667vw;
  }
}

/*-------------------------------
安心安全への取り組み
-------------------------------*/
#page-ansin {
  padding: 0;
}
#page-ansin .page-ansin-wrap ._security {
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #page-ansin .page-ansin-wrap ._security {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #page-ansin .page-ansin-wrap ._security {
    margin: 0 0 8vw;
  }
}
#page-ansin .page-ansin-wrap ._security ._fl {
  display: flex;
  flex-wrap: wrap;
  gap: 2.9282576867vw 4%;
}
@media screen and (min-width: 1366px) {
  #page-ansin .page-ansin-wrap ._security ._fl {
    gap: 40px 4%;
  }
}
@media screen and (max-width: 768px) {
  #page-ansin .page-ansin-wrap ._security ._fl {
    gap: 5.3333333333vw;
  }
}
#page-ansin .page-ansin-wrap ._security ._fl ._fl-cnt {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #page-ansin .page-ansin-wrap ._security ._fl ._fl-cnt {
    width: 100%;
  }
}
#page-ansin .page-ansin-wrap ._security ._fl ._fl-image {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #page-ansin .page-ansin-wrap ._security ._fl ._fl-image {
    width: 100%;
  }
}
#page-ansin .page-ansin-wrap ._emergency {
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #page-ansin .page-ansin-wrap ._emergency {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #page-ansin .page-ansin-wrap ._emergency {
    margin: 0 0 8vw;
  }
}
#page-ansin .page-ansin-wrap ._emergency ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.9282576867vw 4%;
  padding: 2.9282576867vw 0 0;
}
@media screen and (min-width: 1366px) {
  #page-ansin .page-ansin-wrap ._emergency ul {
    gap: 40px 4%;
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #page-ansin .page-ansin-wrap ._emergency ul {
    gap: 5.3333333333vw;
    padding: 5.3333333333vw 0 0;
  }
}
#page-ansin .page-ansin-wrap ._emergency ul li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #page-ansin .page-ansin-wrap ._emergency ul li {
    width: 100%;
  }
}
#page-ansin .page-ansin-wrap ._emergency ul li figure {
  width: 100%;
  height: 29.2825768668vw;
  overflow: hidden;
  margin: 0 0 1.4641288433vw;
}
@media screen and (min-width: 1366px) {
  #page-ansin .page-ansin-wrap ._emergency ul li figure {
    height: 400px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #page-ansin .page-ansin-wrap ._emergency ul li figure {
    height: 80vw;
    margin: 0 0 5.3333333333vw;
  }
}
#page-ansin .page-ansin-wrap ._emergency ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-ansin .page-ansin-wrap ._rules {
  /*margin:0 0 vw(60);

  @include pc{
    margin:0 0 ww(60);
  }
  @include sp{
    margin:0 0 sw(30);
  }*/
}
#page-ansin .page-ansin-wrap ._rules ._rules-cnt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.9282576867vw 4%;
  margin: 0 0 2.9282576867vw;
}
@media screen and (min-width: 1366px) {
  #page-ansin .page-ansin-wrap ._rules ._rules-cnt {
    gap: 40px 4%;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #page-ansin .page-ansin-wrap ._rules ._rules-cnt {
    gap: 5.3333333333vw;
    margin: 0 0 5.3333333333vw;
  }
}
#page-ansin .page-ansin-wrap ._rules ._rules-cnt ._cnt {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #page-ansin .page-ansin-wrap ._rules ._rules-cnt ._cnt {
    width: 100%;
  }
}
#page-ansin .page-ansin-wrap ._rules ._rules-cnt ._image {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #page-ansin .page-ansin-wrap ._rules ._rules-cnt ._image {
    width: 100%;
  }
}
#page-ansin .page-ansin-wrap ._rules ._rules-list {
  background-color: #f5f5f5;
  padding: 2.9282576867vw 4.39238653vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page-ansin .page-ansin-wrap ._rules ._rules-list h2 {
  text-align: center;
}
@media screen and (min-width: 1366px) {
  #page-ansin .page-ansin-wrap ._rules ._rules-list {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 768px) {
  #page-ansin .page-ansin-wrap ._rules ._rules-list {
    padding: 5.3333333333vw 5.3333333333vw;
  }
}
#page-ansin .page-ansin-wrap ._rules ._rules-list ol {
  list-style: outside decimal;
  margin: 0 0 0 1.5em;
  font-size: 1.756954612vw;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1366px) {
  #page-ansin .page-ansin-wrap ._rules ._rules-list ol {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #page-ansin .page-ansin-wrap ._rules ._rules-list ol {
    font-size: 4.2666666667vw;
  }
}
#page-ansin .page-ansin-wrap ._rules ._rules-list ol li {
  font-weight: 700;
  color: #049c66;
  margin: 0 0 0.5em;
}

/*-------------------------------
コース紹介
-------------------------------*/
#page-course {
  padding: 0;
}
#page-course .page-course-wrap ._charm {
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #page-course .page-course-wrap ._charm {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #page-course .page-course-wrap ._charm {
    margin: 0 0 8vw;
  }
}
#page-course .page-course-wrap ._charm ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.9282576867vw 5%;
}
@media screen and (min-width: 1366px) {
  #page-course .page-course-wrap ._charm ul {
    gap: 40px 5%;
  }
}
@media screen and (max-width: 768px) {
  #page-course .page-course-wrap ._charm ul {
    gap: 5.3333333333vw;
  }
}
#page-course .page-course-wrap ._charm ul li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #page-course .page-course-wrap ._charm ul li {
    width: 100%;
  }
}
#page-course .page-course-wrap ._charm ul li figure {
  width: 100%;
  height: 21.9619326501vw;
  overflow: hidden;
  margin: 0 0 1.4641288433vw;
}
@media screen and (min-width: 1366px) {
  #page-course .page-course-wrap ._charm ul li figure {
    height: 300px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #page-course .page-course-wrap ._charm ul li figure {
    height: 64vw;
    margin: 0 0 5.3333333333vw;
  }
}
#page-course .page-course-wrap ._charm ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-course .page-course-wrap ._guide ._guide-cnt {
  margin: 0 0 4.39238653vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 1366px) {
  #page-course .page-course-wrap ._guide ._guide-cnt {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #page-course .page-course-wrap ._guide ._guide-cnt {
    margin: 0 0 8vw;
  }
}
#page-course .page-course-wrap ._guide ._guide-cnt ._cnt {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #page-course .page-course-wrap ._guide ._guide-cnt ._cnt {
    width: 100%;
    margin: 0 0 5.3333333333vw;
  }
}
#page-course .page-course-wrap ._guide ._guide-cnt ._cnt ._ttl h3 ._tag {
  font-size: 85%;
  background-color: #049c66;
  color: #fff;
  padding: 0.3em 1em;
  margin: 0 1em 0 0;
}
@media screen and (max-width: 768px) {
  #page-course .page-course-wrap ._guide ._guide-cnt ._cnt ._ttl h3 ._tag {
    font-size: 72.5%;
    padding: 0.2em 0.6em;
  }
}
#page-course .page-course-wrap ._guide ._guide-cnt ._image {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #page-course .page-course-wrap ._guide ._guide-cnt ._image {
    width: 100%;
  }
}
#page-course .page-course-wrap ._guide ._guide-cnt:last-child {
  margin: 0;
}

/*-------------------------------
入塾の流れ
-------------------------------*/
#page-flow .page-flow-wrap ._flow ol {
  display: flex;
  flex-wrap: wrap;
  gap: 5.8565153734vw;
}
@media screen and (min-width: 1366px) {
  #page-flow .page-flow-wrap ._flow ol {
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  #page-flow .page-flow-wrap ._flow ol {
    gap: 10.6666666667vw;
  }
}
#page-flow .page-flow-wrap ._flow ol li {
  width: 100%;
  position: relative;
  border: solid #f5f5f5 0.7320644217vw;
}
@media screen and (min-width: 1366px) {
  #page-flow .page-flow-wrap ._flow ol li {
    border-width: 10px;
  }
}
@media screen and (max-width: 768px) {
  #page-flow .page-flow-wrap ._flow ol li {
    border-width: 1.3333333333vw;
  }
}
#page-flow .page-flow-wrap ._flow ol li:last-child:after {
  content: none;
}
#page-flow .page-flow-wrap ._flow ol li:after {
  content: "";
  position: absolute;
  bottom: -4.7584187408vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #049c66;
  height: 2.196193265vw;
  width: 5.8565153734vw;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 1366px) {
  #page-flow .page-flow-wrap ._flow ol li:after {
    bottom: -65px;
    height: 30px;
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  #page-flow .page-flow-wrap ._flow ol li:after {
    bottom: -8.5333333333vw;
    height: 4vw;
    width: 10.6666666667vw;
  }
}
#page-flow .page-flow-wrap ._flow ol li ._flow-wrap ._num {
  position: absolute;
  font-size: 1.317715959vw;
  font-weight: 700;
  color: #fff;
  background-color: #049c66;
  width: 7.3206442167vw;
  height: 7.3206442167vw;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  padding: 0.6em;
  top: -0.7320644217vw;
  left: -0.7320644217vw;
}
@media screen and (min-width: 1366px) {
  #page-flow .page-flow-wrap ._flow ol li ._flow-wrap ._num {
    font-size: 18px;
    width: 100px;
    height: 100px;
    top: -10px;
    left: -10px;
  }
}
@media screen and (max-width: 768px) {
  #page-flow .page-flow-wrap ._flow ol li ._flow-wrap ._num {
    padding: 0.8em;
    font-size: 3.4666666667vw;
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    top: -1.3333333333vw;
    left: -1.3333333333vw;
  }
}
#page-flow .page-flow-wrap ._flow ol li ._flow-wrap h3 {
  padding: 2em;
  margin: 0;
}
#page-flow .page-flow-wrap ._flow ol li ._flow-wrap p {
  font-size: 1.317715959vw;
  padding: 2em;
}
@media screen and (min-width: 1366px) {
  #page-flow .page-flow-wrap ._flow ol li ._flow-wrap p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #page-flow .page-flow-wrap ._flow ol li ._flow-wrap p {
    font-size: 4.2666666667vw;
  }
}

/*-------------------------------
合格実績
-------------------------------*/
#page-gokaku .page-gokaku-wrap ._image {
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #page-gokaku .page-gokaku-wrap ._image {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #page-gokaku .page-gokaku-wrap ._image {
    margin: 0 0 8vw;
  }
}
#page-gokaku .page-gokaku-wrap ._result ._result-cnt {
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #page-gokaku .page-gokaku-wrap ._result ._result-cnt {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #page-gokaku .page-gokaku-wrap ._result ._result-cnt {
    margin: 0 0 8vw;
  }
}
#page-gokaku .page-gokaku-wrap ._result ._result-cnt ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 2em;
  font-size: 1.317715959vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (min-width: 1366px) {
  #page-gokaku .page-gokaku-wrap ._result ._result-cnt ul {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #page-gokaku .page-gokaku-wrap ._result ._result-cnt ul {
    font-size: 4.2666666667vw;
  }
}
#page-gokaku .page-gokaku-wrap ._result ._result-cnt ul li {
  padding: 0 0 0 1em;
  position: relative;
}
#page-gokaku .page-gokaku-wrap ._result ._result-cnt ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#page-gokaku .page-gokaku-wrap ._result ._result-cnt ._boxes {
  padding: 2.9282576867vw 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2.9282576867vw 4%;
}
@media screen and (min-width: 1366px) {
  #page-gokaku .page-gokaku-wrap ._result ._result-cnt ._boxes {
    padding: 40px 0 0;
    gap: 40px 4%;
  }
}
@media screen and (max-width: 768px) {
  #page-gokaku .page-gokaku-wrap ._result ._result-cnt ._boxes {
    padding: 5.3333333333vw 0 0;
    gap: 5.3333333333vw 4%;
  }
}
#page-gokaku .page-gokaku-wrap ._result ._result-cnt ._boxes ._box {
  width: 48%;
  border: solid #f5f5f5 0.7320644217vw;
  padding: 2.9282576867vw 0;
}
@media screen and (min-width: 1366px) {
  #page-gokaku .page-gokaku-wrap ._result ._result-cnt ._boxes ._box {
    border-width: 10px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  #page-gokaku .page-gokaku-wrap ._result ._result-cnt ._boxes ._box {
    width: 100%;
    border-width: 1.3333333333vw;
    padding: 5.3333333333vw 0;
  }
}
#page-gokaku .page-gokaku-wrap ._result ._result-cnt ._boxes ._box ._box-wrap {
  text-align: center;
}
#page-gokaku .page-gokaku-wrap ._result ._result-cnt ._boxes ._box ._box-wrap h4 {
  border: none;
  padding: 0;
  margin: 0 0 0.6em;
  font-size: 1.756954612vw;
  color: #3a3a3a;
}
@media screen and (min-width: 1366px) {
  #page-gokaku .page-gokaku-wrap ._result ._result-cnt ._boxes ._box ._box-wrap h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #page-gokaku .page-gokaku-wrap ._result ._result-cnt ._boxes ._box ._box-wrap h4 {
    font-size: 4.2666666667vw;
  }
}
#page-gokaku .page-gokaku-wrap ._result ._result-cnt ._boxes ._box ._box-wrap p {
  font-size: 2.9282576867vw;
  color: #049c66;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (min-width: 1366px) {
  #page-gokaku .page-gokaku-wrap ._result ._result-cnt ._boxes ._box ._box-wrap p {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #page-gokaku .page-gokaku-wrap ._result ._result-cnt ._boxes ._box ._box-wrap p {
    font-size: 5.3333333333vw;
  }
}
#page-gokaku .page-gokaku-wrap ._column {
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #page-gokaku .page-gokaku-wrap ._column {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #page-gokaku .page-gokaku-wrap ._column {
    margin: 0 0 8vw;
  }
}
#page-gokaku .page-gokaku-wrap ._column ._column-cnt p {
  margin: 0 0 2.9282576867vw;
}
@media screen and (min-width: 1366px) {
  #page-gokaku .page-gokaku-wrap ._column ._column-cnt p {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #page-gokaku .page-gokaku-wrap ._column ._column-cnt p {
    margin: 0 0 5.3333333333vw;
  }
}
#page-gokaku .page-gokaku-wrap ._column ._column-cnt ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.9282576867vw 4%;
}
@media screen and (min-width: 1366px) {
  #page-gokaku .page-gokaku-wrap ._column ._column-cnt ul {
    gap: 40px 4%;
  }
}
@media screen and (max-width: 768px) {
  #page-gokaku .page-gokaku-wrap ._column ._column-cnt ul {
    gap: 5.3333333333vw;
  }
}
#page-gokaku .page-gokaku-wrap ._column ._column-cnt ul li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #page-gokaku .page-gokaku-wrap ._column ._column-cnt ul li {
    width: 100%;
  }
}
#page-gokaku .page-gokaku-wrap ._column ._column-cnt ul li figure {
  width: 100%;
  height: 35.1390922401vw;
  overflow: hidden;
}
@media screen and (min-width: 1366px) {
  #page-gokaku .page-gokaku-wrap ._column ._column-cnt ul li figure {
    height: 480px;
  }
}
@media screen and (max-width: 768px) {
  #page-gokaku .page-gokaku-wrap ._column ._column-cnt ul li figure {
    height: 64vw;
  }
}
#page-gokaku .page-gokaku-wrap ._column ._column-cnt ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}
#page-gokaku .page-gokaku-wrap ._column ._column-cnt ul li a:hover figure img {
  scale: 1.05;
}
#page-gokaku .page-gokaku-wrap ._voice {
  position: relative;
}
#page-gokaku .page-gokaku-wrap ._voice ._voice-slider ._cat {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #049c66;
  color: #fff;
  font-size: 1.0248901903vw;
  padding: 0 1.2em;
  line-height: 1.6;
  letter-spacing: 0.1em;
  z-index: 10;
}
@media screen and (min-width: 1366px) {
  #page-gokaku .page-gokaku-wrap ._voice ._voice-slider ._cat {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #page-gokaku .page-gokaku-wrap ._voice ._voice-slider ._cat {
    font-size: 3.7333333333vw;
  }
}
#page-gokaku .page-gokaku-wrap ._voice ._voice-slider figure {
  width: 100%;
  height: 21.9619326501vw;
  overflow: hidden;
}
@media screen and (min-width: 1366px) {
  #page-gokaku .page-gokaku-wrap ._voice ._voice-slider figure {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  #page-gokaku .page-gokaku-wrap ._voice ._voice-slider figure {
    height: 64vw;
  }
}
#page-gokaku .page-gokaku-wrap ._voice ._voice-slider figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}
#page-gokaku .page-gokaku-wrap ._voice ._voice-slider a:hover figure img {
  scale: 1.05;
}
#page-gokaku .page-gokaku-wrap ._voice .swiper-button-prev {
  background: url(../img/slide-arrow-l.png) no-repeat center/contain;
  width: 5.4172767204vw;
  height: 5.4172767204vw;
  left: -2.7086383602vw;
  top: 40%;
}
@media screen and (min-width: 1366px) {
  #page-gokaku .page-gokaku-wrap ._voice .swiper-button-prev {
    width: 74px;
    height: 74px;
    left: -37px;
  }
}
@media screen and (max-width: 768px) {
  #page-gokaku .page-gokaku-wrap ._voice .swiper-button-prev {
    width: 9.6vw;
    height: 9.6vw;
    left: -4.8vw;
  }
}
#page-gokaku .page-gokaku-wrap ._voice .swiper-button-prev:after {
  content: none;
}
#page-gokaku .page-gokaku-wrap ._voice .swiper-button-next {
  background: url(../img/slide-arrow-r.png) no-repeat center/contain;
  width: 5.4172767204vw;
  height: 5.4172767204vw;
  right: -2.7086383602vw;
  top: 40%;
}
@media screen and (min-width: 1366px) {
  #page-gokaku .page-gokaku-wrap ._voice .swiper-button-next {
    width: 74px;
    height: 74px;
    right: -37px;
  }
}
@media screen and (max-width: 768px) {
  #page-gokaku .page-gokaku-wrap ._voice .swiper-button-next {
    width: 9.6vw;
    height: 9.6vw;
    right: -4.8vw;
  }
}
#page-gokaku .page-gokaku-wrap ._voice .swiper-button-next:after {
  content: none;
}
#page-gokaku .page-gokaku-wrap ._voice .common-btn {
  text-align: center;
}

.customer-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.9282576867vw 5%;
}
@media screen and (min-width: 1366px) {
  .customer-list ul {
    gap: 40px 5%;
  }
}
@media screen and (max-width: 768px) {
  .customer-list ul {
    gap: 10.6666666667vw 4%;
  }
}
.customer-list ul li {
  width: 30%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .customer-list ul li {
    width: 48%;
  }
}
.customer-list ul li ._cat {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #049c66;
  color: #fff;
  font-size: 1.0248901903vw;
  padding: 0 1.2em;
  line-height: 1.6;
  letter-spacing: 0.1em;
  z-index: 10;
}
@media screen and (min-width: 1366px) {
  .customer-list ul li ._cat {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .customer-list ul li ._cat {
    font-size: 3.2vw;
  }
}
.customer-list ul li figure {
  width: 100%;
  height: 19.0336749634vw;
  overflow: hidden;
}
@media screen and (min-width: 1366px) {
  .customer-list ul li figure {
    height: 260px;
  }
}
@media screen and (max-width: 768px) {
  .customer-list ul li figure {
    height: 29.8666666667vw;
  }
}
.customer-list ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}
.customer-list ul li ._ttl p {
  padding: 1em 0 0;
  font-size: 1.317715959vw;
  line-height: 1.6;
}
@media screen and (min-width: 1366px) {
  .customer-list ul li ._ttl p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .customer-list ul li ._ttl p {
    font-size: 3.7333333333vw;
    padding: 0.5em 0 0;
  }
}
.customer-list ul li a:hover figure img {
  scale: 1.05;
}

#post-customer .post-customer-wrap ._top {
  display: flex;
  justify-content: space-between;
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #post-customer .post-customer-wrap ._top {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #post-customer .post-customer-wrap ._top {
    display: block;
    margin: 0 0 8vw;
  }
}
#post-customer .post-customer-wrap ._top ._ttl {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #post-customer .post-customer-wrap ._top ._ttl {
    width: 100%;
    margin: 0 0 5.3333333333vw;
  }
}
#post-customer .post-customer-wrap ._top ._image {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #post-customer .post-customer-wrap ._top ._image {
    width: 100%;
  }
}
#post-customer .post-customer-wrap ._qa {
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #post-customer .post-customer-wrap ._qa {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #post-customer .post-customer-wrap ._qa {
    margin: 0 0 8vw;
  }
}
#post-customer .post-customer-wrap ._qa dl {
  margin: 0 0 2.9282576867vw;
}
@media screen and (min-width: 1366px) {
  #post-customer .post-customer-wrap ._qa dl {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #post-customer .post-customer-wrap ._qa dl {
    margin: 0 0 5.3333333333vw;
  }
}
#post-customer .post-customer-wrap ._qa dl dd {
  font-size: 1.1713030747vw;
  line-height: 2;
}
@media screen and (min-width: 1366px) {
  #post-customer .post-customer-wrap ._qa dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #post-customer .post-customer-wrap ._qa dl dd {
    font-size: 3.7333333333vw;
  }
}
#post-customer .post-customer-wrap ._teacher h2 {
  margin: 0 0 0.7320644217vw;
}
@media screen and (min-width: 1366px) {
  #post-customer .post-customer-wrap ._teacher h2 {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  #post-customer .post-customer-wrap ._teacher h2 {
    margin: 0 0 2.6666666667vw;
  }
}
#post-customer .post-customer-wrap ._teacher ._teacher-comment {
  border: solid #f5f5f5 0.7320644217vw;
  padding: 2.196193265vw 2.9282576867vw;
}
@media screen and (min-width: 1366px) {
  #post-customer .post-customer-wrap ._teacher ._teacher-comment {
    border-width: 10px;
    padding: 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  #post-customer .post-customer-wrap ._teacher ._teacher-comment {
    border-width: 2.6666666667vw;
    padding: 5.3333333333vw 5.3333333333vw;
  }
}

/*-------------------------------
よくある質問
-------------------------------*/
#page-qa {
  padding: 0 0 5.8565153734vw;
}
@media screen and (min-width: 1366px) {
  #page-qa {
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  #page-qa {
    padding: 0 0 10.6666666667vw;
  }
}
#page-qa .qa-list-wrap .qa-list-cnt dl {
  margin: 0 0 2.9282576867vw;
  background-color: #f5f5f5;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1366px) {
  #page-qa .qa-list-wrap .qa-list-cnt dl {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #page-qa .qa-list-wrap .qa-list-cnt dl {
    margin: 0 0 5.3333333333vw;
  }
}
#page-qa .qa-list-wrap .qa-list-cnt dl:before {
  content: "";
  width: 2.196193265vw;
  height: 0.1464128843vw;
  background-color: #049c66;
  position: absolute;
  top: 2.9282576867vw;
  right: 2.9282576867vw;
  rotate: 90deg;
  transition: 0.3s ease;
}
@media screen and (min-width: 1366px) {
  #page-qa .qa-list-wrap .qa-list-cnt dl:before {
    width: 30px;
    height: 2px;
    top: 40px;
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  #page-qa .qa-list-wrap .qa-list-cnt dl:before {
    width: 8vw;
    height: 0.5333333333vw;
    top: 10.6666666667vw;
    right: 5.3333333333vw;
  }
}
#page-qa .qa-list-wrap .qa-list-cnt dl:after {
  content: "";
  width: 2.196193265vw;
  height: 0.1464128843vw;
  background-color: #049c66;
  position: absolute;
  top: 2.9282576867vw;
  right: 2.9282576867vw;
}
@media screen and (min-width: 1366px) {
  #page-qa .qa-list-wrap .qa-list-cnt dl:after {
    width: 30px;
    height: 2px;
    top: 40px;
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  #page-qa .qa-list-wrap .qa-list-cnt dl:after {
    width: 8vw;
    height: 0.5333333333vw;
    top: 10.6666666667vw;
    right: 5.3333333333vw;
  }
}
#page-qa .qa-list-wrap .qa-list-cnt dl dt {
  position: relative;
  padding: 2.196193265vw 1.4641288433vw;
  margin: 0 0 0.0732064422vw;
}
@media screen and (min-width: 1366px) {
  #page-qa .qa-list-wrap .qa-list-cnt dl dt {
    padding: 30px 20px;
    margin: 0 0 1px;
  }
}
@media screen and (max-width: 768px) {
  #page-qa .qa-list-wrap .qa-list-cnt dl dt {
    padding: 8vw 5.3333333333vw;
    margin: 0 0 0.2666666667vw;
  }
}
#page-qa .qa-list-wrap .qa-list-cnt dl dt span {
  display: block;
  font-size: 1.317715959vw;
  color: #049c66;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0 4.39238653vw 0 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #page-qa .qa-list-wrap .qa-list-cnt dl dt span {
    font-size: 18px;
    padding: 0 60px 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #page-qa .qa-list-wrap .qa-list-cnt dl dt span {
    font-size: 4.2666666667vw;
    padding: 0 10.6666666667vw 0 10.6666666667vw;
  }
}
#page-qa .qa-list-wrap .qa-list-cnt dl dt:before {
  content: "Q";
  position: absolute;
  font-size: 1.1713030747vw;
  font-weight: 700;
  color: #fff;
  background-color: #049c66;
  width: 2.9282576867vw;
  height: 2.9282576867vw;
  top: 1.756954612vw;
  left: 1.4641288433vw;
  line-height: 2.9282576867vw;
  text-align: center;
  border-radius: 50%;
}
@media screen and (min-width: 1366px) {
  #page-qa .qa-list-wrap .qa-list-cnt dl dt:before {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 24px;
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  #page-qa .qa-list-wrap .qa-list-cnt dl dt:before {
    font-size: 3.7333333333vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    line-height: 8.5333333333vw;
    top: 7.4666666667vw;
    left: 3.7333333333vw;
  }
}
#page-qa .qa-list-wrap .qa-list-cnt dl dd {
  position: relative;
  padding: 1.4641288433vw 1.4641288433vw;
  display: none;
}
@media screen and (min-width: 1366px) {
  #page-qa .qa-list-wrap .qa-list-cnt dl dd {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  #page-qa .qa-list-wrap .qa-list-cnt dl dd {
    padding: 5.3333333333vw 5.3333333333vw;
  }
}
#page-qa .qa-list-wrap .qa-list-cnt dl dd p {
  font-size: 1.1713030747vw;
  line-height: 2;
  padding: 0 0 0 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #page-qa .qa-list-wrap .qa-list-cnt dl dd p {
    font-size: 16px;
    padding: 0 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #page-qa .qa-list-wrap .qa-list-cnt dl dd p {
    font-size: 3.7333333333vw;
    padding: 0 0 0 10.6666666667vw;
  }
}
#page-qa .qa-list-wrap .qa-list-cnt dl dd p strong {
  font-weight: 700;
  color: #049c66;
}
#page-qa .qa-list-wrap .qa-list-cnt dl dd:before {
  content: "A";
  position: absolute;
  font-size: 1.1713030747vw;
  font-weight: 700;
  color: #fff;
  background-color: #f77600;
  width: 2.9282576867vw;
  height: 2.9282576867vw;
  top: 1.0248901903vw;
  left: 1.4641288433vw;
  line-height: 2.9282576867vw;
  text-align: center;
  border-radius: 50%;
}
@media screen and (min-width: 1366px) {
  #page-qa .qa-list-wrap .qa-list-cnt dl dd:before {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 14px;
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  #page-qa .qa-list-wrap .qa-list-cnt dl dd:before {
    font-size: 3.7333333333vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    line-height: 8.5333333333vw;
    top: 4.8vw;
    left: 3.7333333333vw;
  }
}
#page-qa .qa-list-wrap .qa-list-cnt dl.active:before {
  rotate: 360deg;
}

/*-------------------------------
イベント情報
-------------------------------*/
#page-event {
  padding: 0 0 5.8565153734vw;
}
@media screen and (min-width: 1366px) {
  #page-event {
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  #page-event {
    padding: 0 0 10.6666666667vw;
  }
}

.event-page-link {
  background-color: #049c66;
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  .event-page-link {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .event-page-link {
    margin: 0 0 8vw;
  }
}
.event-page-link ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.0732064422vw;
}
@media screen and (min-width: 1366px) {
  .event-page-link ul {
    gap: 1px;
  }
}
@media screen and (max-width: 768px) {
  .event-page-link ul {
    gap: 0.2666666667vw;
  }
}
.event-page-link ul li {
  font-size: 1.317715959vw;
  font-weight: 700;
  flex: 1;
}
@media screen and (min-width: 1366px) {
  .event-page-link ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .event-page-link ul li {
    font-size: 3.7333333333vw;
  }
}
.event-page-link ul li a {
  display: block;
  color: #fff;
  padding: 1.4641288433vw;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1366px) {
  .event-page-link ul li a {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .event-page-link ul li a {
    padding: 2.6666666667vw;
  }
}
.event-page-link ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 0;
  z-index: 1;
}
.event-page-link ul li a span {
  position: relative;
  z-index: 2;
}
.event-page-link ul li a:hover {
  color: #049c66;
}
.event-page-link ul li a:hover:after {
  height: 90%;
}
@media screen and (min-width: 1366px) {
  .event-page-link ul li a:hover:after {
    height: 90%;
  }
}
@media screen and (max-width: 768px) {
  .event-page-link ul li a:hover:after {
    height: 90%;
  }
}
.event-page-link ul li.current a {
  color: #049c66;
}
.event-page-link ul li.current a:after {
  height: 90%;
}
@media screen and (min-width: 1366px) {
  .event-page-link ul li.current a:after {
    height: 90%;
  }
}
@media screen and (max-width: 768px) {
  .event-page-link ul li.current a:after {
    height: 90%;
  }
}

.event-post .event-post-cnt ._meta {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 1.1713030747vw;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 1366px) {
  .event-post .event-post-cnt ._meta {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .event-post .event-post-cnt ._meta {
    font-size: 3.7333333333vw;
  }
}
.event-post .event-post-cnt ._meta ._cat {
  background-color: #049c66;
  color: #fff;
  font-size: 1.0248901903vw;
  padding: 0 1.2em;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1366px) {
  .event-post .event-post-cnt ._meta ._cat {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .event-post .event-post-cnt ._meta ._cat {
    font-size: 3.7333333333vw;
  }
}
.event-post .event-post-cnt ._meta ._tag {
  border: solid #049c66 0.0732064422vw;
  background-color: #fff;
  color: #049c66;
  font-size: 1.0248901903vw;
  padding: 0 1.2em;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1366px) {
  .event-post .event-post-cnt ._meta ._tag {
    font-size: 14px;
    border-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  .event-post .event-post-cnt ._meta ._tag {
    font-size: 3.7333333333vw;
    border-width: 0.2666666667vw;
  }
}
.event-post .event-post-cnt ._image {
  margin: 0 0 2.9282576867vw;
}
@media screen and (min-width: 1366px) {
  .event-post .event-post-cnt ._image {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .event-post .event-post-cnt ._image {
    margin: 0 0 5.3333333333vw;
  }
}
.event-post .event-post-cnt ._detail {
  margin: 0 0 2.9282576867vw;
}
@media screen and (min-width: 1366px) {
  .event-post .event-post-cnt ._detail {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .event-post .event-post-cnt ._detail {
    margin: 0 0 5.3333333333vw;
  }
}
.event-post .event-post-cnt ._detail .common-table th {
  text-align: center;
}
.event-post .event-post-cnt ._bdy {
  margin: 0 0 2.9282576867vw;
}
@media screen and (min-width: 1366px) {
  .event-post .event-post-cnt ._bdy {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .event-post .event-post-cnt ._bdy {
    margin: 0 0 5.3333333333vw;
  }
}
.event-post .event-post-cnt ._schdule {
  /*margin:0 0 vw(40);

  @include pc{
    margin:0 0 ww(40);
  }
  @include sp{
    margin:0 0 sw(20);
  }*/
}
.event-post .event-post-cnt ._schdule ._schdule-list {
  margin: 0 0 2.9282576867vw;
}
@media screen and (min-width: 1366px) {
  .event-post .event-post-cnt ._schdule ._schdule-list {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .event-post .event-post-cnt ._schdule ._schdule-list {
    margin: 0 0 5.3333333333vw;
  }
}
.event-post .event-post-cnt ._schdule ._schdule-list ._h4 {
  background-color: transparent;
}
.event-post .event-post-cnt ._schdule ._schdule-list ._schdule-list-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.event-post .event-post-cnt ._schdule ._schdule-list ._schdule-list-wrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0732064422vw;
  background-color: #fff;
  z-index: 2;
}
@media screen and (min-width: 1366px) {
  .event-post .event-post-cnt ._schdule ._schdule-list ._schdule-list-wrap:after {
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  .event-post .event-post-cnt ._schdule ._schdule-list ._schdule-list-wrap:after {
    height: 0.2666666667vw;
  }
}
.event-post .event-post-cnt ._schdule ._schdule-list ._schdule-list-wrap dl {
  width: 50%;
  display: flex;
  align-items: center;
  border-bottom: solid #d8d8d8 0.0732064422vw;
  font-size: 1.317715959vw;
  line-height: 2;
}
@media screen and (min-width: 1366px) {
  .event-post .event-post-cnt ._schdule ._schdule-list ._schdule-list-wrap dl {
    border-bottom-width: 1px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .event-post .event-post-cnt ._schdule ._schdule-list ._schdule-list-wrap dl {
    border-bottom-width: 0.2666666667vw;
    font-size: 4.2666666667vw;
    width: 100%;
  }
}
.event-post .event-post-cnt ._schdule ._schdule-list ._schdule-list-wrap dl dt {
  width: 40%;
  color: #049c66;
  padding: 1em 0;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .event-post .event-post-cnt ._schdule ._schdule-list ._schdule-list-wrap dl dt {
    width: 60%;
  }
}
.event-post .event-post-cnt ._schdule ._schdule-list ._schdule-list-wrap dl dd {
  width: 60%;
  padding: 1em 0;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .event-post .event-post-cnt ._schdule ._schdule-list ._schdule-list-wrap dl dd {
    width: 40%;
  }
}
.event-post .event-post-cnt ._schdule ._schdule-list ._schdule-list-wrap dl dd ul {
  counter-reset: my-counter;
}
.event-post .event-post-cnt ._schdule ._schdule-list ._schdule-list-wrap dl dd ul li {
  position: relative;
  padding: 0 0 0 1.5em;
}
.event-post .event-post-cnt ._schdule ._schdule-list ._schdule-list-wrap dl dd ul li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #049c66;
  border: 0.0732064422vw solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.5em;
  width: 1.5em;
  color: #fff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0.5em;
  left: 0;
}
@media screen and (min-width: 1366px) {
  .event-post .event-post-cnt ._schdule ._schdule-list ._schdule-list-wrap dl dd ul li:before {
    border-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  .event-post .event-post-cnt ._schdule ._schdule-list ._schdule-list-wrap dl dd ul li:before {
    border-width: 0.2666666667vw;
  }
}
.event-post .event-post-cnt ._contact {
  margin: 0 0 2.9282576867vw;
  text-align: center;
}
@media screen and (min-width: 1366px) {
  .event-post .event-post-cnt ._contact {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .event-post .event-post-cnt ._contact {
    margin: 0 0 5.3333333333vw;
  }
}
.event-post .event-post-cnt ._contact .common-btn {
  padding: 0;
}
.event-post .event-post-cnt ._tel {
  text-align: center;
  width: 60%;
  margin: 4.39238653vw auto;
  border: solid #f5f5f5 0.7320644217vw;
  padding: 2.9282576867vw 0;
}
@media screen and (min-width: 1366px) {
  .event-post .event-post-cnt ._tel {
    margin: 60px auto;
    border-width: 10px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .event-post .event-post-cnt ._tel {
    width: auto;
    margin: 10.6666666667vw 0;
    border-width: 2.6666666667vw;
    padding: 5.3333333333vw 0;
  }
}
.event-post .event-post-cnt ._tel p {
  font-size: 1.317715959vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (min-width: 1366px) {
  .event-post .event-post-cnt ._tel p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .event-post .event-post-cnt ._tel p {
    font-size: 3.7333333333vw;
  }
}
.event-post .event-post-cnt ._tel ._tel-number a {
  display: inline-block;
  font-size: 2.9282576867vw;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1366px) {
  .event-post .event-post-cnt ._tel ._tel-number a {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .event-post .event-post-cnt ._tel ._tel-number a {
    font-size: 6.4vw;
  }
}
.event-post .event-post-cnt ._tel ._tel-number a span {
  display: inline-block;
  line-height: 1;
  padding: 0 0 0 1em;
  background: url(../img/icon-tel.svg) no-repeat center left/contain;
}
/*-------------------------------
お役立ちコンテンツ
-------------------------------*/
#page-column {
  padding: 0 0 5.8565153734vw;
}
@media screen and (min-width: 1366px) {
  #page-column {
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  #page-column {
    padding: 0 0 10.6666666667vw;
  }
}
#page-column #ez-toc-container {
  padding: 2.196193265vw 2.9282576867vw;
  margin: 0 0 2.9282576867vw;
  font-size: 1.317715959vw;
}
@media screen and (min-width: 1366px) {
  #page-column #ez-toc-container {
    padding: 30px 40px;
    margin: 0 0 40px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #page-column #ez-toc-container {
    padding: 2.6666666667vw 5.3333333333vw;
    margin: 0 0 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
#page-column #ez-toc-container ul li {
  line-height: 2;
}

/*-------------------------------
塾生の方へ
-------------------------------*/
#page-jukusei .page-jukusei-wrap ._desc {
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #page-jukusei .page-jukusei-wrap ._desc {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #page-jukusei .page-jukusei-wrap ._desc {
    margin: 0 0 8vw;
  }
}
#page-jukusei .page-jukusei-wrap ._movie {
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #page-jukusei .page-jukusei-wrap ._movie {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #page-jukusei .page-jukusei-wrap ._movie {
    margin: 0 0 8vw;
  }
}
#page-jukusei .page-jukusei-wrap ._movie ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.196193265vw 5%;
}
@media screen and (min-width: 1366px) {
  #page-jukusei .page-jukusei-wrap ._movie ul {
    gap: 30px 5%;
  }
}
@media screen and (max-width: 768px) {
  #page-jukusei .page-jukusei-wrap ._movie ul {
    gap: 5.3333333333vw;
  }
}
#page-jukusei .page-jukusei-wrap ._movie ul li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #page-jukusei .page-jukusei-wrap ._movie ul li {
    width: 100%;
  }
}
#page-jukusei .page-jukusei-wrap ._movie ul li.common-btn {
  padding: 0;
  margin: 0;
}
#page-jukusei .page-jukusei-wrap ._movie ul li.common-btn a {
  width: 100%;
}
#page-jukusei .page-jukusei-wrap ._schedule ._schedule-cnt {
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #page-jukusei .page-jukusei-wrap ._schedule ._schedule-cnt {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #page-jukusei .page-jukusei-wrap ._schedule ._schedule-cnt {
    margin: 0 0 8vw;
  }
}
#page-jukusei .page-jukusei-wrap ._schedule ._schedule-cnt p {
  margin: 0 0 2.9282576867vw;
}
@media screen and (min-width: 1366px) {
  #page-jukusei .page-jukusei-wrap ._schedule ._schedule-cnt p {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #page-jukusei .page-jukusei-wrap ._schedule ._schedule-cnt p {
    margin: 0 0 5.3333333333vw;
  }
}
#page-jukusei .page-jukusei-wrap ._schedule ._schedule-cnt ._cal {
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #page-jukusei .page-jukusei-wrap ._schedule ._schedule-cnt ._cal {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #page-jukusei .page-jukusei-wrap ._schedule ._schedule-cnt ._cal {
    margin: 0 0 8vw;
  }
}

/*-------------------------------
教室一覧
-------------------------------*/
.kyositu-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.9282576867vw 5%;
}
@media screen and (min-width: 1366px) {
  .kyositu-list ul {
    gap: 40px 5%;
  }
}
@media screen and (max-width: 768px) {
  .kyositu-list ul {
    flex-direction: column;
    gap: 10.6666666667vw;
  }
}
.kyositu-list ul li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .kyositu-list ul li {
    width: 100%;
  }
}
.kyositu-list ul li figure {
  width: 100%;
  height: 19.0336749634vw;
  overflow: hidden;
}
@media screen and (min-width: 1366px) {
  .kyositu-list ul li figure {
    height: 260px;
  }
}
@media screen and (max-width: 768px) {
  .kyositu-list ul li figure {
    height: 64vw;
  }
}
.kyositu-list ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .kyositu-list ul li ._ttl {
    text-align: center;
  }
}
.kyositu-list ul li ._ttl p {
  padding: 1em 0 0;
  font-size: 1.317715959vw;
  line-height: 1.6;
}
@media screen and (min-width: 1366px) {
  .kyositu-list ul li ._ttl p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .kyositu-list ul li ._ttl p {
    font-size: 4.2666666667vw;
  }
}
.kyositu-list ul li a:hover figure img {
  scale: 1.05;
}

#post-kyositu .post-kyositu-wrap ._desc {
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #post-kyositu .post-kyositu-wrap ._desc {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #post-kyositu .post-kyositu-wrap ._desc {
    margin: 0 0 8vw;
  }
}
#post-kyositu .post-kyositu-wrap ._gallery {
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #post-kyositu .post-kyositu-wrap ._gallery {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #post-kyositu .post-kyositu-wrap ._gallery {
    margin: 0 0 8vw;
  }
}
#post-kyositu .post-kyositu-wrap ._gallery ._gallery-main {
  width: 100%;
  height: 40.9956076135vw;
}
@media screen and (min-width: 1366px) {
  #post-kyositu .post-kyositu-wrap ._gallery ._gallery-main {
    height: 560px;
  }
}
@media screen and (max-width: 768px) {
  #post-kyositu .post-kyositu-wrap ._gallery ._gallery-main {
    height: 122.6666666667vw;
  }
}
#post-kyositu .post-kyositu-wrap ._gallery ._gallery-main .swiper-slide {
  width: 100%;
  height: 100%;
}
#post-kyositu .post-kyositu-wrap ._gallery ._gallery-main .swiper-slide figure {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
#post-kyositu .post-kyositu-wrap ._gallery ._gallery-main .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#post-kyositu .post-kyositu-wrap ._gallery ._gallery-main .swiper-button-prev {
  background: url(../img/slide-arrow-l.png) no-repeat center/contain;
  width: 5.4172767204vw;
  height: 5.4172767204vw;
}
@media screen and (max-width: 1279px) {
  #post-kyositu .post-kyositu-wrap ._gallery ._gallery-main .swiper-button-prev {
    width: 37px;
    height: 37px;
  }
}
@media screen and (max-width: 768px) {
  #post-kyositu .post-kyositu-wrap ._gallery ._gallery-main .swiper-button-prev {
    width: 9.8666666667vw;
    height: 9.8666666667vw;
    left: 5.3333333333vw;
  }
}
#post-kyositu .post-kyositu-wrap ._gallery ._gallery-main .swiper-button-prev:after {
  content: none;
}
#post-kyositu .post-kyositu-wrap ._gallery ._gallery-main .swiper-button-next {
  background: url(../img/slide-arrow-r.png) no-repeat center/contain;
  width: 5.4172767204vw;
  height: 5.4172767204vw;
}
@media screen and (max-width: 1279px) {
  #post-kyositu .post-kyositu-wrap ._gallery ._gallery-main .swiper-button-next {
    width: 37px;
    height: 37px;
  }
}
@media screen and (max-width: 768px) {
  #post-kyositu .post-kyositu-wrap ._gallery ._gallery-main .swiper-button-next {
    width: 9.8666666667vw;
    height: 9.8666666667vw;
    right: 5.3333333333vw;
  }
}
#post-kyositu .post-kyositu-wrap ._gallery ._gallery-main .swiper-button-next:after {
  content: none;
}
#post-kyositu .post-kyositu-wrap ._gallery ._gallery-thumb {
  padding: 1.4641288433vw 0 0;
}
@media screen and (min-width: 1366px) {
  #post-kyositu .post-kyositu-wrap ._gallery ._gallery-thumb {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #post-kyositu .post-kyositu-wrap ._gallery ._gallery-thumb {
    padding: 5.3333333333vw 0 0;
  }
}
#post-kyositu .post-kyositu-wrap ._gallery ._gallery-thumb .swiper-slide {
  opacity: 0.6;
  transition: 0.3s ease;
}
#post-kyositu .post-kyositu-wrap ._gallery ._gallery-thumb .swiper-slide.swiper-slide-active {
  opacity: 1;
}
#post-kyositu .post-kyositu-wrap ._gallery ._gallery-thumb .swiper-slide figure {
  width: 100%;
  height: 14.6412884334vw;
  background-color: #f5f5f5;
}
@media screen and (min-width: 1366px) {
  #post-kyositu .post-kyositu-wrap ._gallery ._gallery-thumb .swiper-slide figure {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  #post-kyositu .post-kyositu-wrap ._gallery ._gallery-thumb .swiper-slide figure {
    height: 37.3333333333vw;
  }
}
#post-kyositu .post-kyositu-wrap ._gallery ._gallery-thumb .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#post-kyositu .post-kyositu-wrap ._featured {
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #post-kyositu .post-kyositu-wrap ._featured {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #post-kyositu .post-kyositu-wrap ._featured {
    margin: 0 0 8vw;
  }
}
#post-kyositu .post-kyositu-wrap ._featured ._featured-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.9282576867vw 5%;
}
@media screen and (min-width: 1366px) {
  #post-kyositu .post-kyositu-wrap ._featured ._featured-list ul {
    gap: 40px 5%;
  }
}
@media screen and (max-width: 768px) {
  #post-kyositu .post-kyositu-wrap ._featured ._featured-list ul {
    gap: 10.6666666667vw;
  }
}
#post-kyositu .post-kyositu-wrap ._featured ._featured-list ul li {
  width: 30%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #post-kyositu .post-kyositu-wrap ._featured ._featured-list ul li {
    width: 100%;
  }
}
#post-kyositu .post-kyositu-wrap ._featured ._featured-list ul li ._num {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #049c66;
  color: #fff;
  border-radius: 0 0 1.4641288433vw 0;
  width: 5.8565153734vw;
  height: 5.1244509517vw;
  line-height: 5.1244509517vw;
  display: inline-block;
  text-align: center;
  font-size: 2.196193265vw;
  font-weight: 900;
}
@media screen and (min-width: 1366px) {
  #post-kyositu .post-kyositu-wrap ._featured ._featured-list ul li ._num {
    border-radius: 0 0 20px 0;
    width: 80px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #post-kyositu .post-kyositu-wrap ._featured ._featured-list ul li ._num {
    border-radius: 0 0 4vw 0;
    width: 16.5333333333vw;
    height: 14.4vw;
    line-height: 14.4vw;
    font-size: 5.3333333333vw;
  }
}
#post-kyositu .post-kyositu-wrap ._featured ._featured-list ul li figure {
  width: 100%;
  height: 19.0336749634vw;
  margin: 0 0 1.0980966325vw;
  position: relative;
}
@media screen and (min-width: 1366px) {
  #post-kyositu .post-kyositu-wrap ._featured ._featured-list ul li figure {
    height: 300px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  #post-kyositu .post-kyositu-wrap ._featured ._featured-list ul li figure {
    height: 64vw;
    margin: 0 0 4vw;
  }
}
#post-kyositu .post-kyositu-wrap ._featured ._featured-list ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#post-kyositu .post-kyositu-wrap ._news-list {
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #post-kyositu .post-kyositu-wrap ._news-list {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #post-kyositu .post-kyositu-wrap ._news-list {
    margin: 0 0 8vw;
  }
}
#post-kyositu .post-kyositu-wrap ._news-list ul li {
  border-bottom: solid #d5d5d5 0.0732064422vw;
}
@media screen and (min-width: 1366px) {
  #post-kyositu .post-kyositu-wrap ._news-list ul li {
    border-bottom: solid #d5d5d5 1px;
  }
}
@media screen and (max-width: 768px) {
  #post-kyositu .post-kyositu-wrap ._news-list ul li {
    border-bottom: solid #d5d5d5 0.2666666667vw;
  }
}
#post-kyositu .post-kyositu-wrap ._news-list ul li:last-child {
  border-bottom: none;
}
#post-kyositu .post-kyositu-wrap ._news-list ul li ._date {
  width: 10%;
}
@media screen and (max-width: 768px) {
  #post-kyositu .post-kyositu-wrap ._news-list ul li ._date {
    width: auto;
    margin: 0 0 0.2em;
  }
}
#post-kyositu .post-kyositu-wrap ._news-list ul li ._ttl {
  width: 90%;
}
@media screen and (max-width: 768px) {
  #post-kyositu .post-kyositu-wrap ._news-list ul li ._ttl {
    width: auto;
  }
}
#post-kyositu .post-kyositu-wrap ._news-list ul li a {
  display: flex;
  font-size: 1.1713030747vw;
  padding: 1em 0;
  justify-content: space-between;
  align-items: start;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1366px) {
  #post-kyositu .post-kyositu-wrap ._news-list ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #post-kyositu .post-kyositu-wrap ._news-list ul li a {
    display: block;
    font-size: 4.2666666667vw;
  }
}
#post-kyositu .post-kyositu-wrap ._news-list ul li a:hover {
  background-color: #d5d5d5;
}
#post-kyositu .post-kyositu-wrap ._schedule {
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #post-kyositu .post-kyositu-wrap ._schedule {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #post-kyositu .post-kyositu-wrap ._schedule {
    margin: 0 0 8vw;
  }
}
#post-kyositu .post-kyositu-wrap ._access {
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #post-kyositu .post-kyositu-wrap ._access {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #post-kyositu .post-kyositu-wrap ._access {
    margin: 0 0 8vw;
  }
}
#post-kyositu .post-kyositu-wrap ._access ._access-info {
  margin: 0 0 2.9282576867vw;
}
@media screen and (min-width: 1366px) {
  #post-kyositu .post-kyositu-wrap ._access ._access-info {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #post-kyositu .post-kyositu-wrap ._access ._access-info {
    margin: 0 0 5.3333333333vw;
  }
}
#post-kyositu .post-kyositu-wrap ._access ._access-gmap {
  width: 100%;
  height: 35.1390922401vw;
  overflow: hidden;
}
@media screen and (min-width: 1366px) {
  #post-kyositu .post-kyositu-wrap ._access ._access-gmap {
    height: 480px;
  }
}
@media screen and (max-width: 768px) {
  #post-kyositu .post-kyositu-wrap ._access ._access-gmap {
    height: 80vw;
  }
}
#post-kyositu .post-kyositu-wrap ._access ._access-gmap iframe {
  width: 100%;
  height: 70.2781844802vw;
  transform: translateY(-25%);
}
@media screen and (min-width: 1366px) {
  #post-kyositu .post-kyositu-wrap ._access ._access-gmap iframe {
    height: 960px;
  }
}
@media screen and (max-width: 768px) {
  #post-kyositu .post-kyositu-wrap ._access ._access-gmap iframe {
    height: 160vw;
  }
}

/*-------------------------------
お知らせ
-------------------------------*/
#page-news .news-list-cnt ul li {
  border-bottom: solid #d5d5d5 0.0732064422vw;
}
@media screen and (min-width: 1366px) {
  #page-news .news-list-cnt ul li {
    border-bottom: solid #d5d5d5 1px;
  }
}
@media screen and (max-width: 768px) {
  #page-news .news-list-cnt ul li {
    border-bottom: solid #d5d5d5 0.2666666667vw;
  }
}
#page-news .news-list-cnt ul li:last-child {
  border-bottom: none;
}
#page-news .news-list-cnt ul li ._date {
  width: 10%;
  color: #049c66;
}
@media screen and (max-width: 768px) {
  #page-news .news-list-cnt ul li ._date {
    width: auto;
    margin: 0 0 0.2em;
  }
}
#page-news .news-list-cnt ul li ._ttl {
  width: 90%;
}
@media screen and (max-width: 768px) {
  #page-news .news-list-cnt ul li ._ttl {
    width: auto;
  }
}
#page-news .news-list-cnt ul li a {
  display: flex;
  font-size: 1.1713030747vw;
  padding: 1em 0;
  justify-content: space-between;
  align-items: start;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1366px) {
  #page-news .news-list-cnt ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #page-news .news-list-cnt ul li a {
    display: block;
    font-size: 3.7333333333vw;
  }
}
#page-news .news-list-cnt ul li a:hover {
  background-color: #f5f5f5;
}

.news-post .news-post-cnt ._ttl time {
  display: block;
  font-size: 1.1713030747vw;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 1366px) {
  .news-post .news-post-cnt ._ttl time {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .news-post .news-post-cnt ._ttl time {
    font-size: 3.7333333333vw;
  }
}
.news-post .news-post-cnt .wp-block-table {
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  .news-post .news-post-cnt .wp-block-table {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .news-post .news-post-cnt .wp-block-table {
    margin: 0 0 8vw;
  }
}
.news-post .news-post-cnt .wp-block-image {
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  .news-post .news-post-cnt .wp-block-image {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .news-post .news-post-cnt .wp-block-image {
    margin: 0 0 8vw;
  }
}
.news-post .news-post-cnt .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
.news-post .news-post-cnt p {
  margin: 0 0 3em;
}
.news-post .news-post-cnt h2 {
  font-size: 1.9033674963vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #049c66;
  padding: 0.6em 1em;
  background-color: #f5f5f5;
  margin: 0 0 1em;
  line-height: 1.3;
}
@media screen and (min-width: 1366px) {
  .news-post .news-post-cnt h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .news-post .news-post-cnt h2 {
    font-size: 4.8vw;
  }
}
.news-post .news-post-cnt h3 {
  font-size: 1.317715959vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #049c66;
  padding: 0.5em 0.5em;
  border-left: solid #049c66 0.3660322108vw;
  margin: 0 0 0.5em;
  line-height: 1.3;
}
@media screen and (min-width: 1366px) {
  .news-post .news-post-cnt h3 {
    font-size: 18px;
    border-left-width: 5px;
  }
}
@media screen and (max-width: 768px) {
  .news-post .news-post-cnt h3 {
    font-size: 4.2666666667vw;
    border-left-width: 1.0666666667vw;
  }
}
.news-post .news-post-cnt h4 {
  font-size: 1.1713030747vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #049c66;
  padding: 0;
  border-left: none;
  margin: 0 0 0.5em;
  line-height: 1.3;
}
@media screen and (min-width: 1366px) {
  .news-post .news-post-cnt h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .news-post .news-post-cnt h4 {
    font-size: 3.7333333333vw;
  }
}

._btm-navi {
  margin: 2.9282576867vw 0 0;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 1366px) {
  ._btm-navi {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  ._btm-navi {
    margin: 5.3333333333vw 0 0;
    display: block;
  }
}
._btm-navi .common-btn {
  padding: 0;
}
@media screen and (max-width: 768px) {
  ._btm-navi .common-btn {
    padding: 10.6666666667vw 0 0;
  }
}
._btm-navi .btn_prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  ._btm-navi .btn_prev {
    top: 0;
    transform: translateY(0);
  }
}
._btm-navi .btn_prev a {
  display: inline-block;
  font-size: 1.317715959vw;
  padding: 0 0 0 1em;
  position: relative;
  color: #049c66;
  font-weight: 700;
}
@media screen and (min-width: 1366px) {
  ._btm-navi .btn_prev a {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  ._btm-navi .btn_prev a {
    font-size: 4.2666666667vw;
  }
}
._btm-navi .btn_prev a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: url(../img/arrow_b.svg) no-repeat center/contain;
  width: 0.439238653vw;
  height: 0.7320644217vw;
  rotate: 180deg;
  margin-top: -0.3660322108vw;
  transition: 0.3s ease;
}
@media screen and (min-width: 1366px) {
  ._btm-navi .btn_prev a:before {
    width: 6px;
    height: 10px;
    margin-top: -5px;
  }
}
@media screen and (max-width: 768px) {
  ._btm-navi .btn_prev a:before {
    width: 1.6vw;
    height: 2.6666666667vw;
    margin-top: -1.3333333333vw;
  }
}
._btm-navi .btn_prev a:hover:before {
  transform: translateX(50%);
}
._btm-navi .btn_next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  ._btm-navi .btn_next {
    top: 0;
    transform: translateY(0);
  }
}
._btm-navi .btn_next a {
  display: inline-block;
  font-size: 1.317715959vw;
  padding: 0 1em 0 0;
  position: relative;
  color: #049c66;
  font-weight: 700;
}
@media screen and (min-width: 1366px) {
  ._btm-navi .btn_next a {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  ._btm-navi .btn_next a {
    font-size: 4.2666666667vw;
  }
}
._btm-navi .btn_next a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url(../img/arrow_b.svg) no-repeat center/contain;
  width: 0.439238653vw;
  height: 0.7320644217vw;
  margin-top: -0.3660322108vw;
  transition: 0.3s ease;
}
@media screen and (min-width: 1366px) {
  ._btm-navi .btn_next a:before {
    width: 6px;
    height: 10px;
    margin-top: -5px;
  }
}
@media screen and (max-width: 768px) {
  ._btm-navi .btn_next a:before {
    width: 1.6vw;
    height: 2.6666666667vw;
    margin-top: -1.3333333333vw;
  }
}
._btm-navi .btn_next a:hover:before {
  transform: translateX(50%);
}

.wp-pagenavi {
  padding: 2.9282576867vw 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  font-size: 1.1713030747vw;
}
@media screen and (min-width: 1366px) {
  .wp-pagenavi {
    padding: 40px 0 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    padding: 5.3333333333vw 0 0;
    font-size: 3.7333333333vw;
  }
}
.wp-pagenavi a {
  display: inline-block;
  width: 2.635431918vw;
  height: 2.635431918vw;
  border-radius: 50%;
  text-align: center;
  line-height: 2.635431918vw;
  background-color: #f5f5f5;
}
@media screen and (min-width: 1366px) {
  .wp-pagenavi a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a {
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
  }
}
.wp-pagenavi a:hover {
  background-color: #049c66;
  color: #fff;
}
.wp-pagenavi .current {
  display: inline-block;
  width: 2.635431918vw;
  height: 2.635431918vw;
  border-radius: 50%;
  text-align: center;
  line-height: 2.635431918vw;
  background-color: #049c66;
  color: #fff;
}
@media screen and (min-width: 1366px) {
  .wp-pagenavi .current {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .current {
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
  }
}

/*-------------------------------
プライバシーポリシー
-------------------------------*/
#page-policy p {
  margin: 0 0 3em;
}
#page-policy dl {
  margin: 0 0 3em;
}
#page-policy dl ol {
  list-style: decimal outside;
  margin: 0 0 0 1.5em;
}
#page-policy dl ol p {
  margin: 0 0 1em;
}

/*-------------------------------
404
-------------------------------*/
#page-404 {
  text-align: center;
}
#page-404 p {
  font-size: 1.4641288433vw;
  line-height: 2;
}
@media screen and (min-width: 1366px) {
  #page-404 p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #page-404 p {
    font-size: 4.2666666667vw;
  }
}

/*---------------------------------
お問い合わせ
---------------------------------*/
#page-contact .page-contact-wrap ._message {
  text-align: center;
  padding: 2.196193265vw 2.9282576867vw 2.9282576867vw;
  border: solid #049c66 0.0732064422vw;
  margin: 0 3.074670571vw 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #page-contact .page-contact-wrap ._message {
    margin: 0 42px 60px;
    padding: 30px 40px 40px;
    border-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._message {
    margin: 0 0 8vw;
    padding: 5.3333333333vw;
    border-width: 0.2666666667vw;
  }
}
#page-contact .page-contact-wrap ._message p strong {
  display: block;
  font-weight: bold;
  color: #049c66;
  font-size: 1.4641288433vw;
  line-height: 1.5;
}
@media screen and (min-width: 1366px) {
  #page-contact .page-contact-wrap ._message p strong {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._message p strong {
    font-size: 4.2666666667vw;
  }
}
#page-contact .page-contact-wrap ._message p strong a:hover {
  text-decoration: underline;
}
#page-contact .page-contact-wrap ._form {
  margin: 0 3.074670571vw;
}
@media screen and (min-width: 1366px) {
  #page-contact .page-contact-wrap ._form {
    margin: 0 42px;
  }
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._form {
    margin: 0;
  }
}
#page-contact .page-contact-wrap ._form table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 3.6603221083vw;
}
@media screen and (min-width: 1366px) {
  #page-contact .page-contact-wrap ._form table {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._form table {
    margin: 0 0 8vw;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._form table tr, #page-contact .page-contact-wrap ._form table tbody {
    display: block;
  }
}
#page-contact .page-contact-wrap ._form table th {
  position: relative;
  width: 30%;
  padding: 2em 4em 2em 1em;
  vertical-align: top;
  text-align: left;
  border-bottom: solid #d5d5d5 0.0732064422vw;
  font-weight: 600;
  font-size: 1.1713030747vw;
}
@media screen and (min-width: 1366px) {
  #page-contact .page-contact-wrap ._form table th {
    border-bottom-width: 1px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._form table th {
    display: block;
    width: auto;
    padding: 1em 4em 0 0;
    border-bottom: none;
    font-size: 3.7333333333vw;
  }
}
#page-contact .page-contact-wrap ._form table th .req {
  background-color: #f77600;
  color: #fff;
  font-size: 1.0248901903vw;
  padding: 0.1em 0.6em;
  display: inline-block;
  margin: 0 0 0 1em;
  vertical-align: middle;
  position: absolute;
  top: 2.3426061493vw;
  right: 0;
}
@media screen and (min-width: 1366px) {
  #page-contact .page-contact-wrap ._form table th .req {
    top: 32px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._form table th .req {
    top: 5.3333333333vw;
    font-size: 3.2vw;
  }
}
#page-contact .page-contact-wrap ._form table td {
  padding: 1em 2em;
  font-size: 1.1713030747vw;
  vertical-align: middle;
  text-align: left;
  border-bottom: solid #d5d5d5 0.0732064422vw;
}
@media screen and (min-width: 1366px) {
  #page-contact .page-contact-wrap ._form table td {
    font-size: 16px;
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._form table td {
    font-size: 3.7333333333vw;
    display: block;
    width: auto;
    padding: 1em 0;
    border-bottom-width: 0.2666666667vw;
  }
}
#page-contact .page-contact-wrap ._form table td small {
  display: block;
  padding: 1em 0 0;
}
#page-contact .page-contact-wrap ._form ._fl {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
#page-contact .page-contact-wrap ._form ._fl ._fl-blk {
  flex: 1;
}
#page-contact .page-contact-wrap ._form ._ttl {
  display: block;
  margin: 0 0 0.5em;
}
#page-contact .page-contact-wrap ._form input[type=text], #page-contact .page-contact-wrap ._form input[type=email], #page-contact .page-contact-wrap ._form input[type=tel], #page-contact .page-contact-wrap ._form input[type=date] {
  border-radius: 0;
  background-color: #fff;
  border: solid #d8d8d8 0.0732064422vw;
  padding: 1em 1.2em;
  max-width: 100%;
  min-width: 24.8901903367vw;
}
@media screen and (min-width: 1366px) {
  #page-contact .page-contact-wrap ._form input[type=text], #page-contact .page-contact-wrap ._form input[type=email], #page-contact .page-contact-wrap ._form input[type=tel], #page-contact .page-contact-wrap ._form input[type=date] {
    border-width: 1px;
    min-width: 340px;
  }
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._form input[type=text], #page-contact .page-contact-wrap ._form input[type=email], #page-contact .page-contact-wrap ._form input[type=tel], #page-contact .page-contact-wrap ._form input[type=date] {
    border-width: 0.2666666667vw;
    min-width: auto;
  }
}
#page-contact .page-contact-wrap ._form input[type=text]::placeholder, #page-contact .page-contact-wrap ._form input[type=email]::placeholder, #page-contact .page-contact-wrap ._form input[type=tel]::placeholder, #page-contact .page-contact-wrap ._form input[type=date]::placeholder {
  color: #d8d8d8;
}
#page-contact .page-contact-wrap ._form input[type=number] {
  border-radius: 0;
  background-color: #fff;
  border: solid #d8d8d8 0.0732064422vw;
  padding: 1em 1.2em;
  max-width: 100%;
  min-width: 10.2489019034vw;
}
@media screen and (min-width: 1366px) {
  #page-contact .page-contact-wrap ._form input[type=number] {
    border-width: 1px;
    min-width: 140px;
  }
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._form input[type=number] {
    border-width: 0.2666666667vw;
    min-width: 50%;
  }
}
#page-contact .page-contact-wrap ._form input[type=number]::placeholder {
  color: #d8d8d8;
}
#page-contact .page-contact-wrap ._form input[type=radio] {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
#page-contact .page-contact-wrap ._form input[type=radio] + .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  padding-left: 2.196193265vw;
}
@media screen and (min-width: 1366px) {
  #page-contact .page-contact-wrap ._form input[type=radio] + .wpcf7-list-item-label {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._form input[type=radio] + .wpcf7-list-item-label {
    padding-left: 8vw;
  }
}
#page-contact .page-contact-wrap ._form input[type=radio] + .wpcf7-list-item-label::before, #page-contact .page-contact-wrap ._form input[type=radio] + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
#page-contact .page-contact-wrap ._form input[type=radio] + .wpcf7-list-item-label::before {
  background-color: #fff;
  border: 1px solid #049c66;
  border-radius: 50%;
  width: 1.4641288433vw;
  height: 1.4641288433vw;
  left: 0.3660322108vw;
}
@media screen and (min-width: 1366px) {
  #page-contact .page-contact-wrap ._form input[type=radio] + .wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
    left: 5px;
  }
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._form input[type=radio] + .wpcf7-list-item-label::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    left: 1.3333333333vw;
  }
}
#page-contact .page-contact-wrap ._form input[type=radio] + .wpcf7-list-item-label::after {
  background-color: #049c66;
  border-radius: 50%;
  opacity: 0;
  width: 0.878477306vw;
  height: 0.878477306vw;
  left: 0.6588579795vw;
}
@media screen and (min-width: 1366px) {
  #page-contact .page-contact-wrap ._form input[type=radio] + .wpcf7-list-item-label::after {
    width: 12px;
    height: 12px;
    left: 9px;
  }
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._form input[type=radio] + .wpcf7-list-item-label::after {
    width: 3.2vw;
    height: 3.2vw;
    left: 2.4vw;
  }
}
#page-contact .page-contact-wrap ._form input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
#page-contact .page-contact-wrap ._form input[type=checkbox] {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
#page-contact .page-contact-wrap ._form input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  padding-left: 2.196193265vw;
  display: inline-block;
  margin: 0;
  font-size: 1.317715959vw;
}
@media screen and (min-width: 1366px) {
  #page-contact .page-contact-wrap ._form input[type=checkbox] + .wpcf7-list-item-label {
    padding-left: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._form input[type=checkbox] + .wpcf7-list-item-label {
    padding-left: 8vw;
    font-size: 4.2666666667vw;
  }
}
#page-contact .page-contact-wrap ._form input[type=checkbox] + .wpcf7-list-item-label::before, #page-contact .page-contact-wrap ._form input[type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
}
#page-contact .page-contact-wrap ._form input[type=checkbox] + .wpcf7-list-item-label::before {
  background-color: #fff;
  border: 1px solid #049c66;
  width: 1.6105417277vw;
  height: 1.6105417277vw;
  left: 0vw;
  transform: translateY(-50%);
  top: 50%;
  border-radius: 0%;
}
@media screen and (min-width: 1366px) {
  #page-contact .page-contact-wrap ._form input[type=checkbox] + .wpcf7-list-item-label::before {
    width: 22px;
    height: 22px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._form input[type=checkbox] + .wpcf7-list-item-label::before {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    left: 0vw;
  }
}
#page-contact .page-contact-wrap ._form input[type=checkbox] + .wpcf7-list-item-label::after {
  border-bottom: 0.1464128843vw solid #049c66;
  border-left: 0.1464128843vw solid #049c66;
  opacity: 0;
  height: 0.3660322108vw;
  width: 0.7320644217vw;
  transform: rotate(-45deg);
  top: 0.7320644217vw;
  left: 0.5124450952vw;
}
@media screen and (min-width: 1366px) {
  #page-contact .page-contact-wrap ._form input[type=checkbox] + .wpcf7-list-item-label::after {
    border-bottom-width: 2px;
    border-left-width: 2px;
    width: 10px;
    height: 5px;
    top: 10px;
    left: 7px;
  }
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._form input[type=checkbox] + .wpcf7-list-item-label::after {
    border-bottom-width: 0.5333333333vw;
    border-left-width: 0.5333333333vw;
    width: 2.6666666667vw;
    height: 1.3333333333vw;
    top: 2.6666666667vw;
    left: 1.8666666667vw;
  }
}
#page-contact .page-contact-wrap ._form input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
#page-contact .page-contact-wrap ._form select {
  background-color: #fff;
  border: solid #d8d8d8 0.0732064422vw;
  padding: 1em 1.2em;
  width: 100%;
  height: 3.6em;
}
@media screen and (min-width: 1366px) {
  #page-contact .page-contact-wrap ._form select {
    border-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._form select {
    border-width: 0.2666666667vw;
  }
}
#page-contact .page-contact-wrap ._form textarea {
  background-color: #fff;
  border: solid #d8d8d8 0.0732064422vw;
  padding: 1em 1.2em;
  width: 100%;
  height: 16em;
}
@media screen and (min-width: 1366px) {
  #page-contact .page-contact-wrap ._form textarea {
    border-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._form textarea {
    border-width: 0.2666666667vw;
  }
}
#page-contact .page-contact-wrap ._form textarea::placeholder {
  color: #d8d8d8;
}
#page-contact .page-contact-wrap ._form .append {
  margin: 0 0 0 1em;
}
#page-contact .page-contact-wrap ._form .wpcf7-not-valid-tip {
  color: #f77600;
  font-weight: normal;
}
#page-contact .page-contact-wrap ._form .err-ext .wpcf7-not-valid-tip {
  display: none;
}
#page-contact .page-contact-wrap ._form .err-ext .err-msg {
  color: #f77600;
  display: none;
  font-weight: normal;
}
#page-contact .page-contact-wrap ._form .err-ext:has(.wpcf7-not-valid-tip) .err-msg {
  display: block;
}
#page-contact .page-contact-wrap ._form .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._form .wpcf7-checkbox {
    flex-direction: column;
  }
}
#page-contact .page-contact-wrap ._form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._form .wpcf7-radio {
    flex-direction: column;
  }
}
#page-contact .page-contact-wrap ._form .wpcf7-list-item {
  margin: 0;
}
#page-contact .page-contact-wrap ._form .wpcf7-response-output {
  display: none;
}
#page-contact .page-contact-wrap ._form .btn-area {
  text-align: center;
  padding: 2.9282576867vw 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.4641288433vw;
}
@media screen and (min-width: 1366px) {
  #page-contact .page-contact-wrap ._form .btn-area {
    padding: 40px 0 0;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._form .btn-area {
    padding: 5.3333333333vw 0 0;
    gap: 5.3333333333vw;
    flex-direction: column;
  }
}
#page-contact .page-contact-wrap ._form .btn-area .btn-wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._form .btn-area .btn-wrap {
    width: 100%;
  }
}
#page-contact .page-contact-wrap ._form .btn-area .btn-wrap:after {
  content: "";
  background: url(../img/btn-arrow.svg) no-repeat center/contain;
  width: 0.439238653vw;
  height: 0.7320644217vw;
  margin-top: -0.2196193265vw;
  transition: 0.3s ease;
  position: absolute;
  top: 50%;
  right: 1.4641288433vw;
}
@media screen and (min-width: 1366px) {
  #page-contact .page-contact-wrap ._form .btn-area .btn-wrap:after {
    right: 20px;
    width: 6px;
    height: 10px;
    margin-top: -3px;
  }
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._form .btn-area .btn-wrap:after {
    right: 5.3333333333vw;
    width: 1.6vw;
    height: 2.6666666667vw;
    margin-top: -0.8vw;
  }
}
#page-contact .page-contact-wrap ._form .btn-area .btn-wrap:hover:after {
  right: 0.7320644217vw;
}
@media screen and (min-width: 1366px) {
  #page-contact .page-contact-wrap ._form .btn-area .btn-wrap:hover:after {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._form .btn-area .btn-wrap:hover:after {
    right: 2.6666666667vw;
  }
}
#page-contact .page-contact-wrap ._form .btn-area input {
  cursor: pointer;
  display: block;
  border: solid #049c66 0.0732064422vw;
  width: 24.1581259151vw;
  height: 6.588579795vw;
  line-height: 6.4421669107vw;
  color: #fff;
  text-align: center;
  background: #049c66;
  transition: 0.3s ease;
  font-size: 1.317715959vw;
  padding: 0 3.6603221083vw;
}
@media screen and (min-width: 1366px) {
  #page-contact .page-contact-wrap ._form .btn-area input {
    border-width: 1px;
    width: 330px;
    height: 90px;
    line-height: 88px;
    font-size: 18px;
    padding: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._form .btn-area input {
    text-align: center;
    border-width: 0.2666666667vw;
    width: 100%;
    height: 16vw;
    line-height: 15.4666666667vw;
    border-radius: 1.3333333333vw;
    font-size: 4.2666666667vw;
    padding: 0 5.3333333333vw;
  }
}
#page-contact .page-contact-wrap ._form .btn-area input:hover {
  background-color: #3a3a3a;
}
#page-contact .page-contact-wrap ._form .wpcf7-spinner {
  display: none;
}
#page-contact .page-contact-wrap ._form ._policy {
  text-align: center;
  padding: 2.196193265vw 2.9282576867vw 2.9282576867vw;
  border: solid #049c66 0.0732064422vw;
  background-color: #fff;
  /* label{
    position: relative;
    cursor: pointer;
    padding-left:vw(30);
    display:inline-block;
    margin:0;
    font-size:vw(18);

    @include pc{
      padding-left:30px;
      font-size:18px;
    }
    @include tab{
      //padding-left:tw(30);
      //font-size:tw(18);
    }
    @include sp{
      padding-left:sw(30);
      font-size:sw(16);
    }

    &::before,
    &::after {
      content: "";
      display: block; 
      position: absolute;
    }

    &::before {
      background-color:$white;
      border: 1px solid $mc1;
      width:vw(22);
      height:vw(22);
      left:vw(0);
      transform: translateY(-50%);
      top: 50%;
      border-radius: 0%;

      @include pc{
        width: 22px;
        height: 22px;
        left:0;
      }
      @include tab{
        //width:tw(22);
        //height:tw(22);
        //left:tw(0);
      }
      @include sp{
        width:sw(22);
        height:sw(22);
        left:sw(0);
      }
    }

    &::after {
      border-bottom: vw(2) solid $mc1;
      border-left: vw(2) solid $mc1;
      opacity: 0;
      height:vw(5);
      width:vw(10);
      transform: rotate(-45deg);
      top:vw(10);
      left:vw(7);

      @include pc{
        border-bottom-width:2px;
        border-left-width:2px;
        width:10px;
        height:5px;
        top:10px;
        left:7px;
      }
      @include tab{
        //border-bottom-width:tw(2);
        //border-left-width:tw(2);
        //width:tw(10);
        //height:tw(5);
        //top:tw(10);
        //left:tw(7);
      }
      @include sp{
        border-bottom-width:sw(2);
        border-left-width:sw(2);
        width:sw(10);
        height:sw(5);
        top:sw(10);
        left:sw(7);
      }
    }
  }

  &:has(input[type=checkbox]:checked) label::after{
    opacity: 1;
  } */
}
@media screen and (min-width: 1366px) {
  #page-contact .page-contact-wrap ._form ._policy {
    padding: 30px 40px 40px;
    border-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._form ._policy {
    padding: 5.3333333333vw;
    border-width: 0.2666666667vw;
  }
}
#page-contact .page-contact-wrap ._form ._policy h3 {
  text-align: center;
  margin: 0 0 2.196193265vw;
}
@media screen and (min-width: 1366px) {
  #page-contact .page-contact-wrap ._form ._policy h3 {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._form ._policy h3 {
    margin: 0 0 5.3333333333vw;
  }
}
#page-contact .page-contact-wrap ._form ._policy h3 span {
  display: inline-block;
  position: relative;
  font-size: 1.9033674963vw;
  padding: 0 0 1em;
}
@media screen and (min-width: 1366px) {
  #page-contact .page-contact-wrap ._form ._policy h3 span {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._form ._policy h3 span {
    font-size: 4.8vw;
  }
}
#page-contact .page-contact-wrap ._form ._policy h3 span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4.39238653vw;
  height: 0.1464128843vw;
  background-color: #049c66;
}
@media screen and (min-width: 1366px) {
  #page-contact .page-contact-wrap ._form ._policy h3 span:after {
    width: 60px;
    height: 2px;
  }
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._form ._policy h3 span:after {
    width: 10.6666666667vw;
    height: 0.5333333333vw;
  }
}
#page-contact .page-contact-wrap ._form ._policy p {
  font-size: 1.317715959vw;
  margin: 0 0 1.5em;
}
@media screen and (min-width: 1366px) {
  #page-contact .page-contact-wrap ._form ._policy p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._form ._policy p {
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
#page-contact .page-contact-wrap ._form ._policy a {
  text-decoration: underline;
  color: #049c66;
}
#page-contact .page-contact-wrap ._form ._policy a:hover {
  text-decoration: none;
}
#page-contact .page-contact-wrap ._form ._policy ._policy-chk {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._form ._policy ._policy-chk {
    padding: 6.4vw 0 0;
  }
}
#page-contact .page-contact-wrap ._form ._policy ._policy-chk .req {
  background-color: #f77600;
  color: #fff;
  font-size: 0.878477306vw;
  padding: 0.1em 0.6em;
  display: inline-block;
  margin: 0 1em 0 0;
}
@media screen and (min-width: 1366px) {
  #page-contact .page-contact-wrap ._form ._policy ._policy-chk .req {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #page-contact .page-contact-wrap ._form ._policy ._policy-chk .req {
    font-size: 2.6666666667vw;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#page-contact .page-contact-wrap ._form ._policy ._policy-chk .wpcf7-list-item {
  margin: 0;
}/*# sourceMappingURL=common.css.map */