@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  outline: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInFromBottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.ttf?pv6smc") format("truetype"), url("fonts/icomoon.woff?pv6smc") format("woff"), url("fonts/icomoon.svg?pv6smc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-projector:before {
  content: "\e918";
}

.icon-facebook:before {
  content: "\e915";
}

.icon-line:before {
  content: "\e916";
}

.icon-twitter:before {
  content: "\e917";
}

.icon-check:before {
  content: "\e914";
}

.icon-buildings:before {
  content: "\e913";
}

.icon-trophy:before {
  content: "\e912";
}

.icon-download:before {
  content: "\e911";
}

.icon-movie:before {
  content: "\e90e";
}

.icon-pdf:before {
  content: "\e90f";
}

.icon-question-mark:before {
  content: "\e910";
}

.icon-column-cs:before {
  content: "\e90c";
}

.icon-column-ict:before {
  content: "\e90d";
}

.icon-external-link-alt-solid:before {
  content: "\e90b";
}

.icon-calendar:before {
  content: "\e90a";
}

.icon-branch:before {
  content: "\e908";
}

.icon-lock:before {
  content: "\e909";
}

.icon-house:before {
  content: "\e907";
}

.icon-arrow-right:before {
  content: "\e900";
}

.icon-article:before {
  content: "\e901";
}

.icon-balloon:before {
  content: "\e902";
}

.icon-logo:before {
  content: "\e903";
}

.icon-note:before {
  content: "\e904";
}

.icon-question-person:before {
  content: "\e905";
}

.icon-ribbon:before {
  content: "\e906";
}

.icon-ribbon:before {
  content: "\e906";
}

.icon-info:before {
  content: "\e919";
}

.icon-x:before {
  content: "\e91a";
}

.-pcOnly {
  display: none !important;
}

.-spOnly {
  display: block !important;
}

.global-fontWeightNormal {
  font-weight: normal !important;
}

.global-fontWeightBold {
  font-weight: bold !important;
}

.global-colorRed {
  color: #e60012 !important;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
}

main {
  width: 100%;
  overflow-x: hidden;
}

a:not([class]) {
  color: #00937e;
  text-decoration: underline;
}
a:not([class]):hover {
  text-decoration: none;
}

[type=text] {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  outline: none;
  background: none;
  -webkit-appearance: none;
}

select {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  background: none transparent;
  font-size: inherit;
  color: inherit;
  vertical-align: middle;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  appearance: none;
}
select::-ms-expand {
  display: none;
}

.contents select {
  appearance: menulist;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(169, 169, 169);
  border-image: initial;
}
.contents select::-ms-expand {
  display: block;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

[data-tab-cont] {
  display: none;
}
[data-tab-cont].-active {
  display: block;
}

[data-modal-cont] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 150;
}
[data-modal-cont].-active {
  display: block;
}

[data-toggle-cont] {
  height: 0;
  overflow: hidden;
  transition: height 0.2s;
}

[data-balloon-wrapper] {
  position: relative;
  z-index: 10;
}

[data-balloon-btn]:hover + [data-balloon-cont], [data-balloon-btn]:focus + [data-balloon-cont] {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

[data-balloon-cont] {
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-2vw);
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
}

@media print {
  .header__inner01 {
    position: relative !important;
  }
  .header__listWrapper01 {
    display: none !important;
  }
}
@keyframes fadeInFromBottomSP {
  0% {
    display: block;
    opacity: 0;
    transform: translateY(5.3333333333vw);
    pointer-events: none;
  }
  1% {
    opacity: 0;
    transform: translateY(5.3333333333vw);
    pointer-events: none;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.medium-zoom-overlay,
.medium-zoom-image--opened {
  z-index: 999;
}

.wpmem-linkWrapper {
  width: 96%;
  margin: -1.5vw auto 0;
  text-align: right;
}
.wpmem-linkWrapper + .wpmem-linkWrapper {
  margin: 2vw auto 10vw;
}

.wpmem-link {
  font-size: 3.73333vw;
  color: #00937e;
}
.wpmem-link:hover {
  text-decoration: none;
}

.post-password-form {
  display: block !important;
  width: 96% !important;
  margin: 6.66667vw auto !important;
  padding: 5.33333vw 4vw 2.66667vw !important;
  border: 0.13333vw solid #e6e6e6 !important;
  box-sizing: border-box !important;
  background: #fff !important;
}
.post-password-form p {
  font-size: 3.73333vw !important;
  color: #323232 !important;
  line-height: 1.8 !important;
}
.post-password-form p + p {
  margin-top: 4vw;
}
.post-password-form p input {
  width: 100% !important;
  padding: 2vw 1.33333vw !important;
  border: 0.13333vw solid #c8c8c8 !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  background: #fff !important;
  font-size: 16px !important;
  color: #323232 !important;
  line-height: 1.5 !important;
}
.post-password-form p input[type=submit] {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  outline: none;
  background: none;
  -webkit-appearance: none;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 2.66667vw auto !important;
  padding: 4vw 1.33333vw !important;
  border: 0.13333vw solid #00937e !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  background: #00937e !important;
  font-size: 3.73333vw !important;
  color: #fff !important;
  cursor: pointer !important;
  transition: background 0.2s !important;
}
.post-password-form label {
  font-size: 4vw !important;
  color: #323232 !important;
  line-height: 1.5 !important;
}

.wpmem_msg {
  width: 100% !important;
  padding: 4vw 2vw !important;
  text-align: left !important;
  box-sizing: border-box;
}

.banner__inner {
  padding: 0 0 11.3333333333vw;
}
.banner__list {
  display: block;
}
.banner__item {
  display: block;
  width: 66.6666666667vw;
  margin: 0 auto;
}
.banner__item:not(:last-child) {
  margin-bottom: 2.6666666667vw;
}
.banner__link {
  display: block;
  transition: opacity 0.2s;
}
.banner__link:hover {
  opacity: 0.6;
}
.banner__imgWrapper {
  display: block;
}
.banner__img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 144vw) {
  .banner__inner {
    padding: 6.6666666667vw 0;
  }
  .banner__list {
    max-width: 96%;
    margin: 0 auto;
  }
  .banner__item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 13.3333333333vw;
    max-width: none;
  }
}

.footer__inner {
  position: relative;
}
.footer__pagetop {
  display: block;
  position: fixed;
  right: 2.6666666667vw;
  bottom: 2.6666666667vw;
  z-index: 100;
  width: 10.5333333333vw;
  height: 10.5333333333vw;
  border-radius: 13.3333333333vw;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 2vw 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: 0.2s;
}
.footer__pagetop.-active {
  opacity: 1;
}
.footer__pagetop::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4vw;
  height: 4.2666666667vw;
  box-sizing: border-box;
  background: url(/wp/wp-content/themes/jtua_theme/src/img/common/footer_pagetop_chevron.png) no-repeat;
  background-size: 100% auto;
  content: "";
}
.footer__pagetop:hover {
  background: #e6e6e6;
}
.footer__inner01-1 {
  display: block;
  position: absolute;
  left: 0;
  bottom: 6.6666666667vw;
  width: 100%;
  height: 22.2666666667vw;
  padding: 5.3333333333vw 0 3.3333333333vw;
  box-sizing: border-box;
  background: #28413d;
}
.footer__logo {
  display: block;
  width: 64.9333333333vw;
  margin: 0 auto;
}
.footer__imgWrapper {
  display: block;
}
.footer__img {
  display: block;
  width: 100%;
}
.footer__desc01 {
  display: block;
  width: 64.9333333333vw;
  margin: 0 auto;
  margin-top: 1.3333333333vw;
  padding-left: 7.3333333333vw;
  box-sizing: border-box;
  font-size: 1.8666666667vw;
  color: #fff;
  line-height: 1.6;
}
.footer__inner01-2 {
  background: #00937e;
}
.footer__details01[open] .footer__summaryInner01::after {
  display: none;
}
.footer__summary01 {
  list-style: none;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.footer__summary01[aria-expanded]::before {
  display: none;
  content: "";
}
.footer__summary01::marker {
  display: none;
}
.footer__summary01::-webkit-details-marker {
  display: none;
}
.footer__link01, .footer__link02, .footer__summary01 {
  display: block;
  padding: 4vw;
  border-bottom: 0.2666666667vw solid #1ead99;
  box-sizing: border-box;
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.footer__link01.-pc {
  display: none;
}
.footer__link01.-rss {
  width: 53.3333333333vw;
  margin: 4vw auto 0;
  padding: 4vw 5.3333333333vw 4vw 8vw;
  background: url(/wp/wp-content/themes/jtua_theme/src/img/common/icon_rss.png) no-repeat left 4vw center/5.6vw;
  border: 0.1333333333vw solid #fff;
  line-height: 1;
  font-size: 3.7333333333vw;
  font-weight: normal;
  text-align: center;
  transition: 0.2s;
}
.footer__summary01 {
  position: relative;
  padding-right: 10vw;
  box-sizing: border-box;
}
.footer__summaryInner01::before, .footer__summaryInner01::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 4vw;
  width: 4vw;
  height: 0.2666666667vw;
  box-sizing: border-box;
  background: #fff;
  content: "";
}
.footer__summaryInner01::after {
  transform: rotate(90deg);
}
.footer__list02.-child .footer__link02 {
  position: relative;
  padding-left: 8vw;
}
.footer__list02.-child .footer__link02::before {
  content: "└";
  position: absolute;
  left: 2.6666666667vw;
  top: 50%;
  font-size: 3.7333333333vw;
  color: #fff;
  transform: translateY(-50%);
}
.footer__item02.-pc {
  display: none;
}
.footer__item02.-sp .footer__link02 {
  position: relative;
  padding-right: 10vw;
  box-sizing: border-box;
  background: #007a68;
}
.footer__item02.-sp .footer__link02::after {
  display: block;
  width: 2vw;
  height: 2vw;
  border-top: 0.2666666667vw solid #fff;
  border-right: 0.2666666667vw solid #fff;
  transform-origin: 100% 0;
  content: "";
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 4.9333333333vw;
}
.footer__link02 {
  border-bottom: 0.1333333333vw solid #00937e;
  background: #006052;
}
.footer__inner02-1-1 {
  padding: 4vw;
  box-sizing: border-box;
  background: #00937e;
}
.footer__list03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  right: -2.6666666667vw;
  margin-bottom: -2.6666666667vw;
}
.footer__item03 {
  position: relative;
  margin-right: 5.3333333333vw;
  margin-bottom: 2.6666666667vw;
}
.footer__item03::after {
  display: block;
  position: absolute;
  top: 50%;
  right: calc(-5.3333333333vw / 2);
  transform: translateY(-50%);
  width: 0.1333333333vw;
  height: 3.0666666667vw;
  box-sizing: border-box;
  background: #fff;
  pointer-events: none;
  content: "";
}
.footer__item03:nth-child(1)::before, .footer__item03:nth-child(4)::before, .footer__item03:nth-child(6)::before {
  display: block;
  position: absolute;
  top: 50%;
  left: calc(-5.3333333333vw / 2);
  transform: translateY(-50%);
  width: 0.1333333333vw;
  height: 3.0666666667vw;
  box-sizing: border-box;
  background: #fff;
  pointer-events: none;
  content: "";
}
.footer__link03 {
  font-size: 3.2vw;
  color: #fff;
  line-height: 1.6;
  text-decoration: none;
}
.footer__inner02-1-2 {
  display: block;
  height: 6.6666666667vw;
  margin-top: 22.2666666667vw;
  padding: 2vw;
  box-sizing: border-box;
  background: #1c2927;
}
.footer__copy {
  display: block;
  font-size: 2.6666666667vw;
  color: #fff;
  text-align: center;
}

.header {
  height: 13.3333333333vw;
}
.header__inner {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  height: 13.3333333333vw;
  box-sizing: border-box;
  background: #fff;
}
.header__inner01 {
  display: flex;
  height: 100%;
}
.header__inner01-1 {
  display: flex;
  align-items: center;
  flex-basis: 73.3333333333vw;
  flex-grow: 0;
  flex-shrink: 0;
}
.header__logo {
  display: block;
  width: 66.6666666667vw;
  padding: 2vw;
  box-sizing: content-box;
  text-decoration: none;
}
.header__imgWrapper {
  display: block;
}
.header__img {
  display: block;
  width: 100%;
}
.header__logoTxt {
  display: block;
  margin-top: 0.4vw;
  font-size: 1.8666666667vw;
  font-weight: bold;
  color: #323232;
  line-height: 1.3;
  text-align: center;
}
.header__inner02 {
  display: flex;
  height: 100%;
}
.header__inner02-1 {
  display: none;
}
.header__inner02-3 {
  display: block;
}
.header__formOpen {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  box-sizing: border-box;
  background: #323232;
  cursor: pointer;
}
.header__formOpen:not(.-active)::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.4vw;
  height: 6.9333333333vw;
  box-sizing: border-box;
  background: url(/wp/wp-content/themes/jtua_theme/src/img/common/header_icon-loupe.svg) no-repeat;
  content: "";
}
.header__formOpen.-active::before, .header__formOpen.-active::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.8vw / 2);
  left: calc(50% - 5.3333333333vw / 2);
  width: 5.3333333333vw;
  height: 0.8vw;
  box-sizing: border-box;
  background: #fff;
  content: "";
}
.header__formOpen.-active::before {
  transform: rotate(-45deg);
}
.header__formOpen.-active::after {
  transform: rotate(45deg);
}
.header__formWrapper01 {
  display: none;
  position: absolute;
  top: 13.3333333333vw;
  left: 0;
  width: 100%;
  height: calc(100vh - 13.3333333333vw);
  box-sizing: border-box;
  background: #323232;
  overflow-y: scroll;
}
.header__formWrapper01.-active {
  display: block;
}
.header__formWrapper01-1 {
  padding-bottom: 100px;
  box-sizing: border-box;
}
.header__formInner01 {
  position: relative;
  padding: 11.3333333333vw 7.3333333333vw;
}
.header__formTtl {
  display: block;
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
.header__formInner01-1 {
  margin-top: 2.6666666667vw;
}
.header__input {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  outline: none;
  background: none;
  -webkit-appearance: none;
  display: block;
  padding: 15px 20px;
  border: 2px solid #00937e;
  border-radius: 8px;
  box-sizing: border-box;
  background: #fff;
  font-size: 16px;
  color: #c1c1c1;
}
.header__submit {
  display: block;
  width: 61.3333333333vw;
  margin: 0 auto;
  margin-top: 12.6666666667vw;
  padding: 3.3333333333vw;
  border-radius: 1.0666666667vw;
  box-sizing: border-box;
  background: #00937e;
  font-size: 4.8vw;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}
.header__checkboxWrapper {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 27.3333333333vw;
  left: 0;
  width: 100%;
}
.header__checkbox {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
}
.header__checkbox:checked + .header__checkboxLabel::after {
  opacity: 1;
}
.header__checkboxLabel {
  display: inline-block;
  position: relative;
  padding: 2.6666666667vw;
  padding-left: 9.3333333333vw;
  font-size: 3.4666666667vw;
  color: #fff;
  line-height: 1.3;
}
.header__checkboxLabel::before {
  display: block;
  position: absolute;
  top: 2.9333333333vw;
  left: 2.4vw;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  box-sizing: border-box;
  background: #fff;
  content: "";
}
.header__checkboxLabel::after {
  display: block;
  position: absolute;
  top: 3.6vw;
  left: 2.9333333333vw;
  width: 3.2vw;
  height: 2vw;
  border-left: 0.6666666667vw solid #00937e;
  border-bottom: 0.6666666667vw solid #00937e;
  box-sizing: border-box;
  transform: rotate(-45deg);
  opacity: 0;
  content: "";
}
.header__listWrapper03 {
  display: block;
  width: 94.6666666667vw;
  margin: 0 auto;
  padding: 3.3333333333vw 4vw 4vw;
  box-sizing: border-box;
  background: #3b3b3b;
}
.header__listTtl03 {
  display: block;
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
.header__list03 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 4vw;
  margin-right: -4vw;
  margin-bottom: -4vw;
}
.header__item03 {
  margin-bottom: 4vw;
  margin-right: 4vw;
}
.header__link03 {
  display: inline-block;
  padding: 2vw 2.6666666667vw;
  border-radius: 0.8vw;
  box-sizing: border-box;
  background: #fff;
  font-size: 3.4666666667vw;
  color: #323232;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
}
.header__menuOpen {
  display: block;
  position: relative;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  box-sizing: border-box;
  background: #00937e;
}
.header__menuOpen.-active .header__menuOpenLine:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.header__menuOpen.-active .header__menuOpenLine:nth-child(2) {
  display: none;
}
.header__menuOpen.-active .header__menuOpenLine:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header__menuOpenLine {
  display: block;
  position: absolute;
  left: calc(50% - 5.3333333333vw / 2);
  width: 5.3333333333vw;
  height: 0.8vw;
  box-sizing: border-box;
  background: #fff;
}
.header__menuOpenLine:nth-child(1) {
  top: calc(50% - 0.8vw / 2 - 2.1333333333vw);
}
.header__menuOpenLine:nth-child(2) {
  top: calc(50% - 0.8vw / 2);
}
.header__menuOpenLine:nth-child(3) {
  top: calc(50% - 0.8vw / 2 + 2.1333333333vw);
}
.header__menuCont {
  display: none;
  position: absolute;
  top: 13.3333333333vw;
  left: 0;
  width: 100%;
  height: calc(100vh - 13.3333333333vw);
  box-sizing: border-box;
  overflow-y: scroll;
}
.header__menuCont.-active {
  display: block;
}
.header__menuContInner {
  padding-bottom: 100px;
  box-sizing: border-box;
  background: #fff;
}
.header__list08 {
  background: #f7f7f7;
}
.header__item08:first-child .header__link08 {
  border-top: 0.2666666667vw solid #dee2e6;
}
.header__link08 {
  display: block;
  position: relative;
  padding: 2.6666666667vw 3.3333333333vw;
  padding-right: 7.3333333333vw;
  border-bottom: 0.2666666667vw solid #dee2e6;
  box-sizing: border-box;
  font-size: 4.2666666667vw;
  font-weight: bold;
  color: #00937e;
  line-height: 1.6;
  text-decoration: none;
}
.header__link08::before {
  display: block;
  position: absolute;
  top: -0.2666666667vw;
  left: 0;
  width: 5.3333333333vw;
  height: 0.2666666667vw;
  background: #dee2e6;
  content: "";
}
.header__link08::after {
  display: block;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  border-top: 0.4vw solid #00937e;
  border-right: 0.4vw solid #00937e;
  transform-origin: 100% 0;
  content: "";
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 3.3333333333vw;
}
.header__list09 {
  padding-left: 5.3333333333vw;
  box-sizing: border-box;
}
.header__details04[open] .header__summaryInner04::after {
  opacity: 0;
}
.header__summary04 {
  list-style: none;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  display: block;
  position: relative;
  padding: 2.6666666667vw 3.3333333333vw;
  padding-right: 7.3333333333vw;
  border-bottom: 0.2666666667vw solid #dee2e6;
  box-sizing: border-box;
  font-size: 4.2666666667vw;
  font-weight: bold;
  color: #323232;
  line-height: 1.6;
  text-decoration: none;
}
.header__summary04[aria-expanded]::before {
  display: none;
  content: "";
}
.header__summary04::marker {
  display: none;
}
.header__summary04::-webkit-details-marker {
  display: none;
}
.header__summaryInner04::before, .header__summaryInner04::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.2666666667vw / 2);
  right: 2.6666666667vw;
  width: 3.2vw;
  height: 0.2666666667vw;
  box-sizing: border-box;
  background: #00937e;
  content: "";
}
.header__summaryInner04::after {
  transform: rotate(90deg);
}
.header__details05[open] .header__summaryInner05::after {
  opacity: 0;
}
.header__summary05 {
  list-style: none;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  display: block;
  position: relative;
  padding: 2.6666666667vw 3.3333333333vw;
  padding-right: 7.3333333333vw;
  background: #eee;
  border-bottom: 0.2666666667vw solid #dee2e6;
  box-sizing: border-box;
  font-size: 4.2666666667vw;
  color: #323232;
  line-height: 1.6;
  text-decoration: none;
}
.header__summary05[aria-expanded]::before {
  display: none;
  content: "";
}
.header__summary05::marker {
  display: none;
}
.header__summary05::-webkit-details-marker {
  display: none;
}
.header__summaryInner05::before, .header__summaryInner05::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.2666666667vw / 2);
  right: 2.6666666667vw;
  width: 3.2vw;
  height: 0.2666666667vw;
  box-sizing: border-box;
  background: #00937e;
  content: "";
}
.header__summaryInner05::after {
  transform: rotate(90deg);
}
.header__details06[open] .header__summaryInner06::after {
  opacity: 0;
}
.header__summary06 {
  list-style: none;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  display: block;
  position: relative;
  padding: 2.6666666667vw 3.3333333333vw;
  padding-right: 7.3333333333vw;
  border-bottom: 0.2666666667vw solid #dee2e6;
  box-sizing: border-box;
  font-size: 4.2666666667vw;
  font-weight: bold;
  color: #00937e;
  line-height: 1.6;
  text-decoration: none;
}
.header__summary06[aria-expanded]::before {
  display: none;
  content: "";
}
.header__summary06::marker {
  display: none;
}
.header__summary06::-webkit-details-marker {
  display: none;
}
.header__summaryInner06::before, .header__summaryInner06::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.2666666667vw / 2);
  right: 2.6666666667vw;
  width: 3.2vw;
  height: 0.2666666667vw;
  box-sizing: border-box;
  background: #00937e;
  content: "";
}
.header__summaryInner06::after {
  transform: rotate(90deg);
}
.header__listTtl10 {
  display: block;
  padding: 1.3333333333vw 2vw;
  box-sizing: border-box;
  background: #dee2e6;
  font-size: 3.4666666667vw;
  color: #323232;
  line-height: 1.3;
}
.header__list10 {
  background: #eee;
}
.header__list10.-child .header__link10 {
  padding: 2.9333333333vw 5.3333333333vw 2.9333333333vw 4vw;
  background: #f7f7f7;
  font-size: 3.7333333333vw;
}
.header__link10 {
  display: block;
  position: relative;
  padding: 2.9333333333vw 3.3333333333vw;
  padding-right: 7.3333333333vw;
  border-bottom: 0.2666666667vw solid #dee2e6;
  box-sizing: border-box;
  font-size: 4.2666666667vw;
  color: #323232;
  line-height: 1.6;
  text-decoration: none;
}
.header__link10::after {
  display: block;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  border-top: 0.4vw solid #00937e;
  border-right: 0.4vw solid #00937e;
  transform-origin: 100% 0;
  content: "";
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 3.3333333333vw;
}
.header__link10.-plAdjust {
  padding: 2.9333333333vw 3.3333333333vw 2.9333333333vw 8vw;
  font-size: 3.7333333333vw;
}
.header__link11 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 61.3333333333vw;
  margin: 0 auto;
  margin-top: 8vw;
  padding: 3.3333333333vw 2.6666666667vw;
  border-radius: 1.6vw;
  box-sizing: border-box;
  background: #323232;
  font-size: 4.2666666667vw;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: 1.6;
}
.header__link11 + .header__link11 {
  margin-top: 4vw;
}
.header__link11::before {
  display: block;
  flex-basis: 6.6666666667vw;
  flex-grow: 0;
  flex-shrink: 0;
  height: 6.9333333333vw;
  margin-right: 2.2666666667vw;
  box-sizing: border-box;
  background: url(/wp/wp-content/themes/jtua_theme/src/img/common/header_icon-person.png) no-repeat;
  background-size: 100% auto;
  content: "";
}
.header__link11.-logout::before {
  display: none;
}

.join__inner {
  padding: 6.6666666667vw 0 8vw;
  box-sizing: border-box;
  background: #22b0b9;
}
.join__inner01-2 {
  display: none;
}
.join__heading01 {
  display: block;
  position: relative;
  font-size: 6.9333333333vw;
  font-weight: bold;
  color: #fff35b;
  line-height: 1.6;
  text-align: center;
}
.join__heading01.lazyloaded::before {
  display: block;
  position: absolute;
  bottom: -2.6666666667vw;
  left: 8vw;
  width: 10vw;
  height: 13.8666666667vw;
  background: url(/wp/wp-content/themes/jtua_theme/src/img/common/join_bg-1.png) no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  content: "";
}
.join__heading01.lazyloaded::after {
  display: block;
  position: absolute;
  top: -0.2666666667vw;
  right: 4vw;
  width: 11.6vw;
  height: 13.7333333333vw;
  background: url(/wp/wp-content/themes/jtua_theme/src/img/common/join_bg-2.png) no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  content: "";
}
.join__desc {
  display: block;
  margin: 0 auto;
  margin-top: 2.6666666667vw;
  font-size: 3.7333333333vw;
  color: #fff;
  line-height: 1.6;
  text-align: center;
}
.join__link01 {
  display: block;
  position: relative;
  width: 77.3333333333vw;
  margin: 0 auto;
  margin-top: 4.6666666667vw;
  padding: 2.6666666667vw 3.3333333333vw;
  padding-right: 6.6666666667vw;
  border-radius: 2vw;
  box-sizing: border-box;
  background: #f67444;
  font-size: 4.8vw;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
  text-decoration: none;
}
.join__link01::after {
  display: block;
  width: 1.8666666667vw;
  height: 1.8666666667vw;
  border-top: 0.5333333333vw solid #fff;
  border-right: 0.5333333333vw solid #fff;
  transform-origin: 100% 0;
  content: "";
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 4vw;
}
.join__list02 {
  display: block;
  position: relative;
  width: 77.3333333333vw;
  margin: 0 auto;
  margin-top: 6vw;
}
.join__list02.lazyloaded::before {
  display: block;
  position: absolute;
  bottom: -2vw;
  left: 14.6666666667vw;
  width: 8.4vw;
  height: 16.5333333333vw;
  background: url(/wp/wp-content/themes/jtua_theme/src/img/common/join_bg-3.png) no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  content: "";
}
.join__list02.lazyloaded + .join__list02::before {
  display: none;
}
.join__list02 + .join__list02 {
  margin-top: 2.6666666667vw;
}
.join__item02 {
  display: flex;
  justify-content: flex-end;
}
.join__item02:not(:last-child) {
  margin-bottom: 2.6666666667vw;
}
.join__link02 {
  display: block;
  position: relative;
  padding-left: 6vw;
  box-sizing: border-box;
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
  text-decoration: none;
}
.join__link02::before {
  display: block;
  position: absolute;
  top: 1.0666666667vw;
  left: 0;
  width: 4vw;
  height: 4vw;
  box-sizing: border-box;
  border-radius: 6.6666666667vw;
  background: #f67444;
  content: "";
}
.join__link02::after {
  display: block;
  width: 0.9333333333vw;
  height: 0.9333333333vw;
  border-top: 0.4vw solid #fff;
  border-right: 0.4vw solid #fff;
  transform-origin: 100% 0;
  content: "";
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 2.9333333333vw;
  left: 1.3333333333vw;
}
.join__link02:hover {
  text-decoration: underline;
}
.join__imgWrapper {
  display: block;
  width: 67.0666666667vw;
}
.join__img {
  display: block;
  width: 100%;
}

.pagetop {
  position: fixed;
  bottom: 8vw;
  right: 2.6666666667vw;
  z-index: 100;
}
.pagetop__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 14.6666666667vw;
  height: 14.6666666667vw;
  background: #00937e;
  padding-top: 2vw;
  border: 0.1333333333vw solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 2.1333333333vw;
  color: #fff;
  text-align: center;
  text-decoration: none;
  opacity: 0;
  transition: background 0.2s, opacity 0.2s;
}
.pagetop__link::before {
  display: block;
  position: absolute;
  top: 2.6666666667vw;
  left: calc(50% - 3.2vw / 1);
  box-sizing: border-box;
  display: block;
  width: 3.2vw;
  height: 3.2vw;
  border-top: 0.2666666667vw solid #fff;
  border-right: 0.2666666667vw solid #fff;
  transform-origin: 100% 0;
  content: "";
  transform: rotate(-45deg);
}
.pagetop__link:hover {
  background: #007a68;
}
.pagetop__link.-active {
  opacity: 1;
}

.snsList__inner {
  padding: 8vw 0;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 2vw 0 rgba(0, 0, 0, 0.1);
}
.snsList__list {
  display: flex;
  justify-content: center;
}
.snsList__item:not(:last-child) {
  border-right: 0.2666666667vw solid #f0f0f0;
}
.snsList__item.-facebook .snsList__link {
  color: #1877f2;
}
.snsList__item.-facebook .snsList__link::before {
  width: 12vw;
  height: 12vw;
  background: url(/wp/wp-content/themes/jtua_theme/src/img/common/icon_facebook.png) no-repeat;
  background-size: 100% auto;
}
.snsList__item.-twitter .snsList__link {
  color: #1b9df0;
}
.snsList__item.-twitter .snsList__link::before {
  width: 12vw;
  height: 12vw;
  background: url(/wp/wp-content/themes/jtua_theme/src/img/common/icon_twitter.png) no-repeat;
  background-size: 100% auto;
}
.snsList__item.-x .snsList__link {
  color: #000;
  text-align: center;
}
.snsList__item.-x .snsList__link::before {
  width: 12vw;
  height: 12vw;
  background: url(/wp/wp-content/themes/jtua_theme/src/img/common/icon_x.png) no-repeat;
  background-size: 100% auto;
}
.snsList__item.-line .snsList__link {
  color: #06c755;
}
.snsList__item.-line .snsList__link::before {
  width: 12vw;
  height: 12vw;
  background: url(/wp/wp-content/themes/jtua_theme/src/img/common/icon_line.png) no-repeat;
  background-size: 100% auto;
}
.snsList__link {
  display: block;
  padding: 0.6666666667vw 4vw;
  box-sizing: border-box;
  font-size: 3.4666666667vw;
  line-height: 1.6;
  text-decoration: none;
}
.snsList__link::before {
  display: block;
  margin: 0 auto;
  margin-bottom: 0.6666666667vw;
  content: "";
}
/*# sourceMappingURL=style_navi_sp.css.map */