@charset "UTF-8";
/* CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

ul[class], ol[class] {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], figure, blockquote, dl, dd {
  margin: 0;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

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

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  height: auto;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

/* common */
html, body {
  font-size: 14px;
}

body {
  min-width: 1440px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: 0;
  }
}

a {
  color: #000;
  text-decoration: none;
}
a:hover, a:visited, a:active {
  color: #000;
}
a:hover {
  text-decoration: underline;
}

p {
  letter-spacing: 0.02em;
}

.container {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .container {
    padding-top: 20vw;
  }
}

/* utility */
.en {
  font-family: "urw-din-semi-condensed", sans-serif;
}

/* layout */
header#header {
  position: relative;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  header#header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF;
  }
}
header#header > .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 90px;
  margin: 0 auto;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  header#header > .inner {
    padding: 0;
    height: 20vw;
    border: 1px solid #E2E2E2;
  }
}
header#header > .inner .logoWrap {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0 14px;
}
@media screen and (max-width: 767px) {
  header#header > .inner .logoWrap {
    flex-direction: column-reverse;
    width: auto;
    flex: 1;
    padding: 2.4vw 0 2.4vw 2.6666666667vw;
    gap: 1.8666666667vw 0;
  }
}
header#header > .inner .logoWrap .logo {
  width: 294px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  header#header > .inner .logoWrap .logo {
    width: 100%;
  }
}
header#header > .inner .logoWrap h1 {
  display: block;
  width: 294px;
}
@media screen and (max-width: 767px) {
  header#header > .inner .logoWrap h1 {
    width: 100%;
  }
}
header#header > .inner .logoWrap p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  header#header > .inner .logoWrap p {
    font-size: 9px;
    white-space: nowrap;
  }
}
header#header > .inner .toolsWrap {
  display: flex;
  align-items: center;
  gap: 0 25px;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  header#header > .inner .searchWrap {
    display: none;
  }
}
header#header > .inner .searchWrap form {
  position: relative;
}
header#header > .inner .searchWrap form input {
  width: 214px;
  padding: 10px 24px;
  background: #fff;
  border: 2px solid #05c8b9;
  border-radius: 100px;
  line-height: 1;
}
header#header > .inner .searchWrap form input::-moz-placeholder {
  color: #9A9A9A;
  font-weight: bold;
}
header#header > .inner .searchWrap form input::placeholder {
  color: #9A9A9A;
  font-weight: bold;
}
header#header > .inner .searchWrap form button {
  position: absolute;
  top: 50%;
  right: 1rem;
  padding: 0;
  background-color: transparent;
  border: none;
  transform: translateY(-60%);
}
header#header > .inner a.signInWrap {
  padding-left: 24px;
  background: url(../images/icon-login.svg) 0 50% no-repeat;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  header#header > .inner a.signInWrap {
    display: none;
  }
}
header#header > .inner .utilWrap {
  position: relative;
  right: -15px;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 767px) {
  header#header > .inner .utilWrap {
    right: -35px;
  }
}
header#header > .inner .utilWrap a {
  display: flex;
  align-items: center;
  min-width: 180px;
  padding: 0 30px;
  transform: skew(-10deg);
}
@media screen and (max-width: 767px) {
  header#header > .inner .utilWrap a {
    min-width: 0;
    padding: 0.5333333333vw 2.1333333333vw;
  }
}
header#header > .inner .utilWrap a .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 7px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3333em;
  transform: skew(10deg);
}
@media screen and (max-width: 767px) {
  header#header > .inner .utilWrap a .inner {
    justify-content: space-between;
    flex-direction: column-reverse;
    gap: 1.6vw 0;
  }
}
header#header > .inner .utilWrap a:hover {
  text-decoration: none;
}
header#header > .inner .utilWrap a:first-child {
  background-color: #39CD26;
}
header#header > .inner .utilWrap a p {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  header#header > .inner .utilWrap a p {
    font-size: 9px;
    line-height: 1.5;
  }
}
header#header > .inner .utilWrap a picture {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  header#header > .inner .utilWrap a picture {
    max-width: 8vw;
  }
}
header#header > .inner .utilWrap a.signIn {
  background-color: #E6FAF8;
}
@media screen and (min-width: 768px) {
  header#header > .inner .utilWrap a.signIn {
    display: none;
  }
}
header#header > .inner .utilWrap a.signIn .inner {
  color: #000;
}
header#header > .inner .utilWrap a.humbargerSwt {
  background-color: #05C8B9;
  padding-right: 50px;
}
@media screen and (min-width: 768px) {
  header#header > .inner .utilWrap a.humbargerSwt {
    display: none;
  }
}
header#header > .inner .utilWrap a.humbargerSwt .inner {
  color: #000;
}
header#header > .inner .utilWrap a.humbargerSwt .inner .lineWrap {
  position: relative;
  display: block;
  width: 9.0666666667vw;
  height: 6.4vw;
}
header#header > .inner .utilWrap a.humbargerSwt .inner .lineWrap span {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #FFF;
  transition: 0.3s;
}
header#header > .inner .utilWrap a.humbargerSwt .inner .lineWrap span:nth-child(1) {
  top: 0;
  left: 0;
}
header#header > .inner .utilWrap a.humbargerSwt .inner .lineWrap span:nth-child(2) {
  top: 2.9333333333vw;
  left: 0;
}
header#header > .inner .utilWrap a.humbargerSwt .inner .lineWrap span:nth-child(3) {
  top: 21px;
  left: 0;
}
header#header > .inner .utilWrap a.humbargerSwt.open .lineWrap span:nth-child(1) {
  top: 2.1333333333vw;
  left: 0;
  transform: rotate(45deg);
}
header#header > .inner .utilWrap a.humbargerSwt.open .lineWrap span:nth-child(2) {
  top: 2.1333333333vw;
  left: 0;
  transform: rotate(45deg);
}
header#header > .inner .utilWrap a.humbargerSwt.open .lineWrap span:nth-child(3) {
  top: 2.1333333333vw;
  left: 0;
  transform: rotate(-45deg);
}

footer#footer {
  width: 100%;
}
footer#footer .inner {
  display: flex;
  padding: 42px 50px;
}
@media screen and (max-width: 767px) {
  footer#footer .inner {
    flex-direction: column;
    padding: 8vw 5.3333333333vw;
  }
}
footer#footer .inner .footerLogo {
  margin-right: 90px;
}
@media screen and (max-width: 767px) {
  footer#footer .inner .footerLogo {
    margin-right: 0;
    order: 3;
  }
}
footer#footer .inner .footerContentsNav ul {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, 1fr);
  gap: 16px 60px;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  footer#footer .inner .footerContentsNav ul {
    gap: 4.2666666667vw 5.3333333333vw;
    margin-right: 0;
    padding-bottom: 6.6666666667vw;
  }
}
footer#footer .inner .footerContentsNav ul li {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  footer#footer .inner .footerContentsNav ul li {
    gap: 0 2.6666666667vw;
  }
}
footer#footer .inner .footerContentsNav ul li::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #05C8B9;
}
@media screen and (max-width: 767px) {
  footer#footer .inner .footerContentsNav ul li::before {
    width: 4.2666666667vw;
  }
}
footer#footer .inner .footerContentsNav ul li a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
footer#footer .inner .utilityLink .signInWrap {
  display: flex;
  align-items: center;
  height: 26px;
  margin-bottom: 25px;
  padding-left: 24px;
  background: url(../images/icon-login.svg) 0 50% no-repeat;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  footer#footer .inner .utilityLink .signInWrap {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .inner .utilityLink .sns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 3.2vw;
    margin-bottom: 5.3333333333vw;
    padding: 5.3333333333vw 0;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
  }
}
footer#footer .inner .utilityLink .sns p {
  margin-bottom: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  footer#footer .inner .utilityLink .sns p {
    margin-bottom: 0;
  }
}
footer#footer .inner .utilityLink .sns ul {
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
footer#footer .inner .utilityLink .sns ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #05C8B9;
  border-radius: 19px;
}
@media screen and (max-width: 767px) {
  footer#footer .globalNav {
    display: none;
  }
}
footer#footer .copyright {
  width: 100%;
  padding: 10px;
  background-color: #05C8B9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer#footer .copyright {
    padding: 1.8666666667vw 0;
  }
}
footer#footer .copyright small {
  color: #FFF;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.twoColumns {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .twoColumns {
    display: block;
  }
}
.twoColumns main {
  padding: 40px 90px 80px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .twoColumns main {
    padding: 6.6666666667vw 5.3333333333vw 8vw;
  }
}

.oneColumn {
  width: 100%;
}
.oneColumn main {
  width: 100%;
}

/* front page */
.frontHead {
  position: relative;
  padding: 40px 90px 100px;
  background: #C4F0ED;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .frontHead {
    border: none;
    padding: 8vw 0 32vw;
    border-top: 8px solid #05C8B9;
  }
}
.frontHead section {
  position: relative;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .frontHead section {
    padding: 0 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .frontHead section#front-pr {
    margin-bottom: 4vw;
    padding: 0 0 8vw;
  }
}
.frontHead section#front-pr ul.articleList {
  display: flex;
  justify-content: space-between;
  gap: 0 25px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .frontHead section#front-pr ul.articleList {
    gap: 0;
    margin-bottom: 0;
    padding: 0;
  }
}
.frontHead section#front-pr ul.articleList > li {
  position: relative;
  width: 100%;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .frontHead section#front-pr ul.articleList > li {
    padding: 2.6666666667vw 5.3333333333vw 0;
  }
}
.frontHead section#front-pr ul.articleList > li article {
  position: relative;
}
.frontHead section#front-pr ul.articleList > li .pickupLabel {
  position: absolute;
  top: -18px;
  left: -10px;
  padding: 8px 12px;
  background: #FFD629;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .frontHead section#front-pr ul.articleList > li .pickupLabel {
    top: -2.6666666667vw;
    left: -1.8666666667vw;
    padding: 1.3333333333vw 1.8666666667vw;
    font-size: 3.2vw;
  }
}
.frontHead section#frontNews .inner {
  display: block;
  min-height: 54px;
  margin-bottom: 35px;
  background-color: #FFF;
  border-radius: 100px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .frontHead section#frontNews .inner {
    min-height: 10.1333333333vw;
    margin-bottom: 4.8vw;
  }
}
.frontHead section#frontNews .inner dl {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .frontHead section#frontNews .inner dl {
    padding: 2.6666666667vw 0;
  }
}
.frontHead section#frontNews .inner dl dt {
  padding: 0 24px;
  border-right: 1px solid #D3D3D3;
  color: #FF9300;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .frontHead section#frontNews .inner dl dt {
    padding: 0 3.2vw;
    font-size: 3.7333333333vw;
  }
}
.frontHead section#frontNews .inner dl dd {
  display: flex;
  align-items: center;
  gap: 0 1rem;
  padding: 0 24px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .frontHead section#frontNews .inner dl dd {
    padding: 0 3.2vw;
    align-items: baseline;
    overflow: hidden;
  }
}
.frontHead section#frontNews .inner dl dd time {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .frontHead section#frontNews .inner dl dd time {
    font-size: 3.7333333333vw;
  }
}
.frontHead section#frontNews .inner dl dd h3 {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .frontHead section#frontNews .inner dl dd h3 {
    font-size: 3.2vw;
  }
}
.frontHead section#frontNews .inner dl dd h3 a {
  white-space: nowrap;
}
.frontHead section#frontSearch {
  max-width: 1085px;
}
@media screen and (max-width: 767px) {
  .frontHead section#frontSearch {
    width: 89.3333333333vw;
    padding: 0;
  }
}
.frontHead section#frontSearch .inner {
  position: absolute;
  display: flex;
  width: 100%;
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.33));
}
@media screen and (max-width: 767px) {
  .frontHead section#frontSearch .inner {
    display: block;
    border-radius: 2.6666666667vw;
  }
}
.frontHead section#frontSearch .inner .searchContent {
  width: auto;
  flex: 1;
  padding: 12px 24px;
}
@media screen and (max-width: 767px) {
  .frontHead section#frontSearch .inner .searchContent {
    width: 100%;
    padding: 2.6666666667vw 3.2vw;
  }
}
.frontHead section#frontSearch .inner .searchContent h2 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .frontHead section#frontSearch .inner .searchContent h2 {
    margin-bottom: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
}
.frontHead section#frontSearch .inner .searchContent .searchWrap {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .frontHead section#frontSearch .inner .searchContent .searchWrap {
    margin-bottom: 2.6666666667vw;
  }
}
.frontHead section#frontSearch .inner .searchContent .searchWrap form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 15px;
}
@media screen and (max-width: 767px) {
  .frontHead section#frontSearch .inner .searchContent .searchWrap form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.1333333333vw 2.6666666667vw;
  }
}
.frontHead section#frontSearch .inner .searchContent .searchWrap form .inputWrap {
  position: relative;
  width: 100%;
  grid-column: 1/3;
}
.frontHead section#frontSearch .inner .searchContent .searchWrap form .inputWrap input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #D3D3D3;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .frontHead section#frontSearch .inner .searchContent .searchWrap form .inputWrap input {
    padding: 1.8666666667vw 2.6666666667vw;
    border-radius: 1.3333333333vw;
    flex-grow: 2;
  }
}
.frontHead section#frontSearch .inner .searchContent .searchWrap form .wrap {
  display: flex;
  gap: 10px;
  width: 76%;
}
@media screen and (max-width: 767px) {
  .frontHead section#frontSearch .inner .searchContent .searchWrap form .wrap {
    width: 100%;
    grid-column: 1/3;
    width: 100%;
  }
}
.frontHead section#frontSearch .inner .searchContent .searchWrap form .selectWrap {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .frontHead section#frontSearch .inner .searchContent .searchWrap form .selectWrap {
    width: auto;
    flex-grow: 1;
  }
}
.frontHead section#frontSearch .inner .searchContent .searchWrap form .selectWrap select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #D3D3D3;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .frontHead section#frontSearch .inner .searchContent .searchWrap form .selectWrap select {
    padding: 1.8666666667vw 2.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.frontHead section#frontSearch .inner .searchContent .searchWrap form button {
  grid-column: 1/3;
  padding: 10px 30px;
  background-color: #FFD629;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .frontHead section#frontSearch .inner .searchContent .searchWrap form button {
    padding: 3.2vw;
    border-radius: 1.3333333333vw;
  }
}
.frontHead section#frontSearch .inner .searchContent .poplurTags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .frontHead section#frontSearch .inner .searchContent .poplurTags {
    display: block;
    margin-bottom: 2.6666666667vw;
  }
}
.frontHead section#frontSearch .inner .searchContent .poplurTags dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .frontHead section#frontSearch .inner .searchContent .poplurTags dl {
    margin-bottom: 2.6666666667vw;
    overflow: hidden;
  }
}
.frontHead section#frontSearch .inner .searchContent .poplurTags dl dt {
  margin-right: 5px;
  white-space: nowrap;
}
.frontHead section#frontSearch .inner .searchContent .poplurTags dl dt::after {
  content: "：";
}
.frontHead section#frontSearch .inner .searchContent .poplurTags dl dd ul {
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .frontHead section#frontSearch .inner .searchContent .poplurTags dl dd ul {
    gap: 0 4vw;
  }
}
.frontHead section#frontSearch .inner .searchContent .poplurTags dl dd ul li a {
  color: #03C9BA;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .frontHead section#frontSearch .inner .searchContent .poplurTags dl dd ul li a {
    font-size: 3.4666666667vw;
  }
}
.frontHead section#frontSearch .inner .searchContent .poplurTags > a {
  display: inline-block;
  padding: 5px 20px;
  background: #05C8B9;
  border-radius: 200px;
  color: #FFF;
  text-decoration: none;
  transition: 0.3s;
  font-weight: bold;
}
.frontHead section#frontSearch .inner .searchContent .poplurTags > a:hover {
  opacity: 0.7;
}
.frontHead section#frontSearch .inner a.banner {
  display: block;
  width: 452px;
}
@media screen and (max-width: 767px) {
  .frontHead section#frontSearch .inner a.banner {
    width: 100%;
  }
}

.frontPostContent {
  padding: 120px 90px 60px;
  background-color: #F5F8F8;
}
@media screen and (max-width: 767px) {
  .frontPostContent {
    padding: 85.8666666667vw 5.3333333333vw 10.6666666667vw;
  }
}
.frontPostContent section {
  position: relative;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 40px 0 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .frontPostContent section {
    padding: 8vw 0;
    overflow: visible;
  }
}
.frontPostContent section:last-child {
  padding-bottom: 0;
  border: none;
}
.frontPostContent section .titleWrap {
  display: flex;
  align-items: center;
  gap: 0 17px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .frontPostContent section .titleWrap {
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.3333333333vw;
    margin-bottom: 4vw;
    padding-left: 3.2vw;
    border-left: 1.3333333333vw solid #03C9BA;
  }
}
.frontPostContent section .titleWrap h2 {
  border-left: 10px solid #03C9BA;
  padding-left: 12px;
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .frontPostContent section .titleWrap h2 {
    padding-left: 0;
    border: none;
    font-size: 5.8666666667vw;
    order: 1;
  }
}
.frontPostContent section .titleWrap p {
  flex: 1;
  padding-right: 20px;
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .frontPostContent section .titleWrap p {
    flex: auto;
    width: 100%;
    padding-right: 0;
    font-size: 3.4666666667vw;
    order: 3;
  }
}
.frontPostContent section .titleWrap a {
  padding-right: 22px;
  background: url(../images/icon-arrow-right-blue2.svg) right center no-repeat;
  color: #03C9BA;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .frontPostContent section .titleWrap a {
    display: inline-block;
    padding-right: 3.2vw;
    font-size: 3.2vw;
    order: 2;
    background-size: auto 60%;
  }
}
.frontPostContent section ul.articleList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 25px;
}
@media screen and (max-width: 767px) {
  .frontPostContent section ul.articleList {
    display: flex;
    position: relative;
    left: -5.3333333333vw;
    width: 100vw;
    height: auto;
    gap: 0 9.3333333333vw;
    overflow: scroll;
  }
}
@media screen and (max-width: 767px) {
  .frontPostContent section ul.articleList > li {
    min-width: 75.2vw;
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .frontPostContent section ul.articleList > li:first-child {
    margin-left: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .frontPostContent section ul.articleList > li:last-child {
    margin-right: 5.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  #front-intetourInfoBanner {
    padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw;
    background-color: #F5F8F8;
  }
}
#front-intetourInfoBanner .titleWrap {
  display: flex;
  align-items: center;
  gap: 0 17px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #front-intetourInfoBanner .titleWrap {
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.3333333333vw;
    margin-bottom: 4vw;
    padding-left: 3.2vw;
    border-left: 1.3333333333vw solid #03C9BA;
  }
}
#front-intetourInfoBanner .titleWrap h2 {
  border-left: 10px solid #03C9BA;
  padding-left: 12px;
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #front-intetourInfoBanner .titleWrap h2 {
    padding-left: 0;
    border: none;
    font-size: 5.6vw;
    color: #03C9BA;
  }
}
#front-intetourInfoBanner .titleWrap p {
  flex: 1;
  padding-right: 20px;
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #front-intetourInfoBanner .titleWrap p {
    flex: auto;
    width: 100%;
    padding-right: 0;
    font-size: 3.4666666667vw;
    order: 3;
  }
}
#front-intetourInfoBanner .titleWrap a {
  padding-right: 22px;
  background: url(../images/icon-arrow-right-blue2.svg) right center no-repeat;
  color: #03C9BA;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #front-intetourInfoBanner .titleWrap a {
    display: inline-block;
    padding-right: 3.2vw;
    font-size: 3.2vw;
    order: 2;
    background-size: auto 60%;
  }
}
#front-intetourInfoBanner .bannerWrap {
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  #front-intetourInfoBanner .bannerWrap {
    flex-direction: column;
    gap: 5.3333333333vw 0;
  }
}
#front-intetourInfoBanner .bannerWrap a {
  display: block;
  flex-shrink: 0;
  border: 2px solid;
  border-radius: 10px;
  overflow: hidden;
}
#front-intetourInfoBanner .bannerWrap a:first-child {
  width: 337px;
  border-color: #39CD26;
}
@media screen and (max-width: 767px) {
  #front-intetourInfoBanner .bannerWrap a:first-child {
    width: 100%;
  }
}
#front-intetourInfoBanner .bannerWrap a:nth-child(2) {
  width: 528px;
  border-color: #03C9BA;
}
@media screen and (max-width: 767px) {
  #front-intetourInfoBanner .bannerWrap a:nth-child(2) {
    width: 100%;
  }
}
#front-intetourInfoBanner .bannerWrap a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* archives search*/
.archive main,
.search main {
  background-color: #F5F8F8;
  padding: 35px 20px 50px;
}
@media screen and (max-width: 767px) {
  .archive main,
  .search main {
    padding: 4.8vw 0 0;
    background-color: #FFF;
  }
}
.archive main .archives,
.search main .archives {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
.archive main .archives #archives-list,
.search main .archives #archives-list {
  margin-bottom: 50px;
  padding: 0 0 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .archive main .archives #archives-list,
  .search main .archives #archives-list {
    margin-bottom: 0;
    padding: 0 5.3333333333vw 10.6666666667vw;
    border: none;
  }
}
.archive main .archives #archives-list .titleWrap,
.search main .archives #archives-list .titleWrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .archive main .archives #archives-list .titleWrap,
  .search main .archives #archives-list .titleWrap {
    margin-bottom: 4.8vw;
  }
}
.archive main .archives #archives-list .titleWrap h1, .archive main .archives #archives-list .titleWrap h2,
.search main .archives #archives-list .titleWrap h1,
.search main .archives #archives-list .titleWrap h2 {
  border-left: 10px solid #03C9BA;
  padding-left: 12px;
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .archive main .archives #archives-list .titleWrap h1, .archive main .archives #archives-list .titleWrap h2,
  .search main .archives #archives-list .titleWrap h1,
  .search main .archives #archives-list .titleWrap h2 {
    padding-left: 2.6666666667vw;
    border-width: 5px;
  }
}
.archive main .archives #archives-list ul.articleList,
.search main .archives #archives-list ul.articleList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .archive main .archives #archives-list ul.articleList,
  .search main .archives #archives-list ul.articleList {
    display: block;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .archive main .archives #archives-list ul.articleList > li,
  .search main .archives #archives-list ul.articleList > li {
    padding: 8vw 0 5.3333333333vw;
    border-top: 1px solid #D1D1D1;
  }
}
@media screen and (max-width: 767px) {
  .archive main .archives #archives-list ul.articleList > li:last-child,
  .search main .archives #archives-list ul.articleList > li:last-child {
    border-bottom: 1px solid #D1D1D1;
  }
}

.post-type-archive-univ-collabo main,
.post-type-archive-event_univ_lp main {
  padding-top: 0;
  background-color: #71C3FF;
}
.post-type-archive-univ-collabo main section#univ-collabo-mv,
.post-type-archive-event_univ_lp main section#univ-collabo-mv {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.post-type-archive-univ-collabo main section#univ-collabo-mv picture,
.post-type-archive-event_univ_lp main section#univ-collabo-mv picture {
  width: 100%;
}
.post-type-archive-univ-collabo main .archives,
.post-type-archive-event_univ_lp main .archives {
  max-width: 1135px;
}
.post-type-archive-univ-collabo main .archives #archives-list,
.post-type-archive-event_univ_lp main .archives #archives-list {
  margin-bottom: 50px;
  padding: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .post-type-archive-univ-collabo main .archives #archives-list,
  .post-type-archive-event_univ_lp main .archives #archives-list {
    margin-bottom: 0;
    padding: 0 5.3333333333vw 10.6666666667vw;
  }
}
.post-type-archive-univ-collabo main .archives #archives-list ul.articleList,
.post-type-archive-event_univ_lp main .archives #archives-list ul.articleList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px 45px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-univ-collabo main .archives #archives-list ul.articleList,
  .post-type-archive-event_univ_lp main .archives #archives-list ul.articleList {
    display: block;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-univ-collabo main .archives #archives-list ul.articleList > li,
  .post-type-archive-event_univ_lp main .archives #archives-list ul.articleList > li {
    padding: 8vw 0 5.3333333333vw;
    border-top: 1px solid #D1D1D1;
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-univ-collabo main .archives #archives-list ul.articleList > li:first-child,
  .post-type-archive-event_univ_lp main .archives #archives-list ul.articleList > li:first-child {
    padding-top: 0;
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-univ-collabo main .archives #archives-list ul.articleList > li:last-child,
  .post-type-archive-event_univ_lp main .archives #archives-list ul.articleList > li:last-child {
    border-bottom: 1px solid #D1D1D1;
  }
}
.post-type-archive-univ-collabo main .archives #archives-list ul.articleList > li article h2,
.post-type-archive-event_univ_lp main .archives #archives-list ul.articleList > li article h2 {
  margin-bottom: 20px;
}
.post-type-archive-univ-collabo main .archives #archives-list ul.articleList > li article h2 a.imgWrap,
.post-type-archive-event_univ_lp main .archives #archives-list ul.articleList > li article h2 a.imgWrap {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 47%;
  border: 2px solid #FFF;
  border-radius: 10px;
  overflow: hidden;
}
.post-type-archive-univ-collabo main .archives #archives-list ul.articleList > li article h2 a.imgWrap img,
.post-type-archive-event_univ_lp main .archives #archives-list ul.articleList > li article h2 a.imgWrap img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-type-archive-univ-collabo main .archives #archives-list ul.articleList > li article time,
.post-type-archive-event_univ_lp main .archives #archives-list ul.articleList > li article time {
  display: inline-block;
  margin-bottom: 5px;
  color: #FFF;
}
.post-type-archive-univ-collabo main .archives #archives-list ul.articleList > li article p,
.post-type-archive-event_univ_lp main .archives #archives-list ul.articleList > li article p {
  color: #FFF;
  margin-bottom: 5px;
  line-height: 1.625;
}
.post-type-archive-univ-collabo main .archives #archives-list ul.articleList > li article ul li a,
.post-type-archive-event_univ_lp main .archives #archives-list ul.articleList > li article ul li a {
  color: #FFF;
}
.post-type-archive-univ-collabo .pagination a, .post-type-archive-univ-collabo .pagination .current,
.post-type-archive-event_univ_lp .pagination a,
.post-type-archive-event_univ_lp .pagination .current {
  color: #FFF;
}
.post-type-archive-univ-collabo .pagination .current::after,
.post-type-archive-event_univ_lp .pagination .current::after {
  background-color: #FFF;
}

/* post single */
main.single article header.postHeader {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main.single article header.postHeader {
    margin-bottom: 2.6666666667vw;
  }
}
main.single article header.postHeader .cat {
  position: relative;
  left: -90px;
  display: inline-flex;
  height: 50px;
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main.single article header.postHeader .cat {
    left: -5.3333333333vw;
    height: 8vw;
    margin-bottom: 1.8666666667vw;
    font-size: 3.7333333333vw;
  }
}
main.single article header.postHeader .cat span {
  padding: 10px 25px 10px 90px;
  background-color: #05C8B9;
}
@media screen and (max-width: 767px) {
  main.single article header.postHeader .cat span {
    padding: 1.3333333333vw 4.5333333333vw 1.3333333333vw 5.3333333333vw;
  }
}
main.single article header.postHeader .cat::after {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background-color: #05C8B9;
  clip-path: polygon(0 100%, 0 0, 100% 0);
}
@media screen and (max-width: 767px) {
  main.single article header.postHeader .cat::after {
    width: 1.3333333333vw;
  }
}
main.single article header.postHeader h1 {
  margin-bottom: 15px;
  font-size: 38px;
  letter-spacing: 0.05em;
  line-height: 1.36em;
}
@media screen and (max-width: 767px) {
  main.single article header.postHeader h1 {
    margin-bottom: 3.2vw;
    font-size: 5.3333333333vw;
  }
}
main.single article header.postHeader ul.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  main.single article header.postHeader ul.tags {
    margin-bottom: 3.2vw;
    gap: 2.6666666667vw;
  }
}
main.single article header.postHeader ul.tags li a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #05C8B9;
  border-radius: 100px;
  color: #05C8B9;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main.single article header.postHeader ul.tags li a {
    padding: 1.3333333333vw 2.1333333333vw;
    font-size: 10px;
  }
}
main.single article header.postHeader .metaWrap {
  display: flex;
  align-items: baseline;
  gap: 0 2rem;
}
main.single article header.postHeader .dateWrap {
  display: flex;
  align-items: baseline;
  gap: 0 12px;
}
@media screen and (max-width: 767px) {
  main.single article header.postHeader .dateWrap {
    gap: 0 2.6666666667vw;
  }
}
main.single article header.postHeader .dateWrap span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main.single article header.postHeader .dateWrap span {
    font-size: 10px;
  }
}
main.single article header.postHeader .dateWrap time {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  main.single article header.postHeader .dateWrap time {
    font-size: 3.7333333333vw;
  }
}
main.single article header.postHeader .sponcerWrap {
  display: flex;
  align-items: baseline;
  gap: 0 12px;
}
@media screen and (max-width: 767px) {
  main.single article header.postHeader .sponcerWrap {
    gap: 0 2.6666666667vw;
  }
}
main.single article header.postHeader .sponcerWrap span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main.single article header.postHeader .sponcerWrap span {
    font-size: 10px;
  }
}
main.single article header.postHeader .sponcerWrap time {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  main.single article header.postHeader .sponcerWrap time {
    font-size: 3.7333333333vw;
  }
}
main.single article .postContents {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  main.single article .postContents {
    padding-bottom: 10.6666666667vw;
  }
}
main.single article .postContents .imgWrap.eyeCatch {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
  border: 1px solid #707070;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main.single article .postContents .imgWrap.eyeCatch {
    margin-bottom: 4vw;
  }
}
main.single article .postContents .imgWrap.eyeCatch img {
  width: 100%;
}
main.single article .postContents .inner p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 2em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  main.single article .postContents .inner p {
    margin-bottom: 8vw;
    font-size: 3.7333333333vw;
  }
}
main.single article .postContents .inner p.has-text-align-right {
  text-align: right;
}
main.single article .postContents .inner p a {
  color: #05C8B9;
}
main.single article .postContents .inner figure {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  main.single article .postContents .inner figure {
    margin-bottom: 8vw;
  }
}
main.single article .postContents .inner figure figcaption {
  color: #AAA;
}
main.single article .postContents .inner h2 {
  display: block;
  margin-bottom: 20px;
  padding: 10px 15px;
  background-color: #A8ECE7;
  border-left: 9px solid #05C8B9;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  main.single article .postContents .inner h2 {
    margin-bottom: 5.3333333333vw;
    padding: 1.3333333333vw 5.3333333333vw;
    border-width: 1.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
main.single article .postContents .inner h3 {
  margin-bottom: 30px;
  color: #05C8B9;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  main.single article .postContents .inner h3 {
    margin-bottom: 8vw;
    font-size: 5.3333333333vw;
  }
}
main.single article .postContents .inner a.sectionLInk {
  display: block;
  margin-bottom: 60px;
  padding: 18px 0;
  background: url(../images/icon-arrow-right-blue.svg) right 50% no-repeat;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  color: #007FFF;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main.single article .postContents .inner a.sectionLInk {
    margin-bottom: 8vw;
    padding: 3.4666666667vw 0;
    font-size: 4.2666666667vw;
  }
}
main.single article footer.postFooter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 70px;
  margin-bottom: 60px;
  padding: 35px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  main.single article footer.postFooter {
    flex-direction: column;
    align-items: flex-start;
    gap: 10.6666666667vw 0;
    margin-bottom: 10.6666666667vw;
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
main.single article footer.postFooter > div {
  display: inline-flex;
  align-items: center;
  gap: 0 16px;
}
@media screen and (max-width: 767px) {
  main.single article footer.postFooter > div {
    gap: 0 10;
  }
}
main.single article footer.postFooter > div p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main.single article footer.postFooter > div p {
    font-size: 3.2vw;
  }
}
main.single article footer.postFooter > div ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  max-width: 500px;
}
main.single article footer.postFooter > div ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #05C8B9;
  border-radius: 19px;
}
main.single article footer.postFooter > div.Writer ul li a {
  display: inline-block;
  padding: 5px 20px;
  width: auto;
  height: auto;
  background: #05C8B9;
  border-radius: 200px;
  color: #FFF;
  text-decoration: none;
  transition: 0.3s;
  font-weight: bold;
}
main.single article footer.postFooter > div.Writer ul li a:hover {
  opacity: 0.7;
}
main.single ul.sitemap {
  width: 100%;
  font-size: 1.2rem;
}
main.single ul.sitemap li {
  margin-bottom: 20px;
}
main.single ul.sitemap li:last-child {
  margin-bottom: 0;
}
main.single ul.sitemap li h3 {
  font-size: 20px !important;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #05C8B9;
}
main.single ul.sitemap li a {
  display: flex;
  align-items: center;
  gap: 0 8px;
  padding: 2px 8px;
  background-color: #FFF;
  border: 1px solid #05C8B9;
  text-decoration: none;
  transition: 0.3s;
}
main.single ul.sitemap li a::before {
  content: "";
  display: block;
  width: 4px;
  height: 1.2rem;
  background-color: #05C8B9;
  transition: 0.3s;
}
main.single ul.sitemap li a:hover {
  color: #FFF;
  background-color: #05C8B9;
}
main.single ul.sitemap li a:hover::before {
  background-color: #FFF;
}
main.single ul.sitemap li ul {
  padding: 20px 0 20px 2rem;
}

/* page */
main.page-tags .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: baseline;
}
main.page-tags .inner a {
  display: block;
  padding: 5px 20px;
  background: #05C8B9;
  border-radius: 200px;
  color: #FFF;
  text-decoration: none;
  transition: 0.3s;
  font-weight: bold;
}
main.page-tags .inner a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  #paged-intetourInfoBanner {
    padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw;
    background-color: #F5F8F8;
  }
}
#paged-intetourInfoBanner .titleWrap {
  display: flex;
  align-items: center;
  gap: 0 17px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #paged-intetourInfoBanner .titleWrap {
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.3333333333vw;
    margin-bottom: 4vw;
    padding-left: 3.2vw;
    border-left: 1.3333333333vw solid #03C9BA;
  }
}
#paged-intetourInfoBanner .titleWrap h2 {
  border-left: 10px solid #03C9BA;
  padding-left: 12px;
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #paged-intetourInfoBanner .titleWrap h2 {
    padding-left: 0;
    border: none;
    font-size: 5.6vw;
    color: #03C9BA;
  }
}
#paged-intetourInfoBanner .titleWrap p {
  flex: 1;
  padding-right: 20px;
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #paged-intetourInfoBanner .titleWrap p {
    flex: auto;
    width: 100%;
    padding-right: 0;
    font-size: 3.4666666667vw;
    order: 3;
  }
}
#paged-intetourInfoBanner .titleWrap a {
  padding-right: 22px;
  background: url(../images/icon-arrow-right-blue2.svg) right center no-repeat;
  color: #03C9BA;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #paged-intetourInfoBanner .titleWrap a {
    display: inline-block;
    padding-right: 3.2vw;
    font-size: 3.2vw;
    order: 2;
    background-size: auto 60%;
  }
}
#paged-intetourInfoBanner .bannerWrap {
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  #paged-intetourInfoBanner .bannerWrap {
    flex-direction: column;
    gap: 5.3333333333vw 0;
  }
}
#paged-intetourInfoBanner .bannerWrap a {
  display: block;
  flex-shrink: 0;
  border: 2px solid;
  border-radius: 10px;
  overflow: hidden;
}
#paged-intetourInfoBanner .bannerWrap a:first-child {
  width: auto;
  border-color: #39CD26;
}
@media screen and (max-width: 767px) {
  #paged-intetourInfoBanner .bannerWrap a:first-child {
    width: 100%;
  }
}
#paged-intetourInfoBanner .bannerWrap a:nth-child(2) {
  width: auto;
  border-color: #03C9BA;
}
@media screen and (max-width: 767px) {
  #paged-intetourInfoBanner .bannerWrap a:nth-child(2) {
    width: 100%;
  }
}
#paged-intetourInfoBanner .bannerWrap a img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  #paged-intetourInfoBanner .bannerWrap a img {
    height: auto;
  }
}

/* sidebar */
aside#sidebar {
  width: 440px;
  padding: 37px 67px 37px 30px;
  background-color: #F4F4F4;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  aside#sidebar {
    width: 100%;
    padding: 0;
    background-color: #FFF;
  }
}
aside#sidebar .inner section {
  padding: 20px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  aside#sidebar .inner section {
    padding: 6.6666666667vw 5.3333333333vw;
    border: none;
  }
}
aside#sidebar .inner section h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  aside#sidebar .inner section h2 {
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    justify-content: flex-end;
    gap: 0 3.2vw;
    margin-bottom: 5.3333333333vw;
  }
}
aside#sidebar .inner section h2 span {
  display: block;
}
aside#sidebar .inner section h2 span:first-child {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  aside#sidebar .inner section h2 span:first-child {
    margin-bottom: 0;
    font-size: 4.2666666667vw;
  }
}
aside#sidebar .inner section h2 span:last-child {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  aside#sidebar .inner section h2 span:last-child {
    font-size: 4.8vw;
  }
}
aside#sidebar .inner section ul.articleList {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media screen and (max-width: 767px) {
  aside#sidebar .inner section ul.articleList {
    left: -5.3333333333vw;
    flex-direction: row;
    gap: 0 5.3333333333vw;
    width: calc(100% + 10.6666666667vw);
    padding: 0 5.3333333333vw;
    overflow: scroll;
  }
}
@media screen and (max-width: 767px) {
  aside#sidebar .inner section ul.articleList > li {
    min-width: 78.1333333333vw;
  }
}
aside#sidebar .inner section ul.bnrList {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media screen and (max-width: 767px) {
  aside#sidebar .inner section ul.bnrList {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2.6666666667vw 4vw;
  }
}
@media screen and (max-width: 767px) {
  aside#sidebar .inner section ul.bnrList li {
    width: 42.4vw;
  }
}
aside#sidebar .inner section ul.bnrList li a {
  display: block;
  border: 1px solid #B9B9B9;
  border-radius: 10px;
  overflow: hidden;
}
aside#sidebar .inner section ul.bnrList li a img {
  width: 100%;
}
aside#sidebar .inner section ul.bnrList li p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625em;
}
aside#sidebar .inner section ul.bnrList li:has(p) a {
  margin-bottom: 15px;
}
aside#sidebar .inner section#side-tags {
  position: relative;
}
@media screen and (max-width: 767px) {
  aside#sidebar .inner section#side-tags {
    padding: 25px 30px 25px 20px;
    background-color: #F4F4F4;
  }
}
@media screen and (max-width: 767px) {
  aside#sidebar .inner section#side-tags::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5.3333333333vw;
    display: block;
    width: calc(100vw - 10.6666666667vw);
    height: 1px;
    background-color: #000;
  }
}
aside#sidebar .inner section#side-tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  aside#sidebar .inner section#side-tags ul {
    gap: 4vw 5.3333333333vw;
  }
}
aside#sidebar .inner section#side-tags ul li a {
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  aside#sidebar .inner section#side-tags ul li a {
    font-size: 4.8vw;
  }
}
aside#sidebar .inner section#side-tags .linkWrap {
  text-align: right;
}
aside#sidebar .inner section#side-tags .linkWrap > a {
  display: inline-block;
  padding: 5px 20px;
  background: #05C8B9;
  border-radius: 200px;
  color: #FFF;
  text-decoration: none;
  transition: 0.3s;
  font-weight: bold;
}
aside#sidebar .inner section#side-tags .linkWrap > a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  aside#sidebar .inner section#side-relatedPost {
    padding: 6.6666666667vw 8vw 6.6666666667vw 5.3333333333vw;
    background-color: #F4F4F4;
  }
}
@media screen and (max-width: 767px) {
  aside#sidebar .inner section.secBnr {
    display: inline-block;
    padding: 0;
  }
}
aside#sidebar .inner section.secBnr h2 span:first-child {
  display: none;
}
aside#sidebar .inner > section:first-child {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  aside#sidebar .inner .bnrArea {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4.8vw 0;
    padding: 8vw 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  aside#sidebar .inner .bnrArea section h2 {
    margin-bottom: 2.6666666667vw;
    padding-left: 1.3333333333vw;
    border-left: 5px solid #03C9BA;
  }
}

/* compornent */
.intetourInfoBanner {
  width: 100%;
}
.intetourInfoBanner h3 {
  margin-bottom: 15px;
  padding: 5px;
  background-color: #05C8B9;
  border-radius: 10px;
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .intetourInfoBanner h3 {
    margin-bottom: 2.6666666667vw;
    padding: 1.8666666667vw;
    font-size: 4.8vw;
  }
}
.intetourInfoBanner p {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .intetourInfoBanner p {
    margin-bottom: 6.1333333333vw;
    font-size: 4.5333333333vw;
  }
}
.intetourInfoBanner .bannerWrap {
  display: flex;
  justify-content: center;
  gap: 0 25px;
}
@media screen and (max-width: 767px) {
  .intetourInfoBanner .bannerWrap {
    flex-direction: column;
    justify-content: space-between;
    gap: 5.3333333333vw;
  }
}
.intetourInfoBanner .bannerWrap a {
  display: block;
  border: 2px solid;
  border-radius: 10px;
  overflow: hidden;
}
.intetourInfoBanner .bannerWrap a.line {
  border-color: #39CD26;
}
.intetourInfoBanner .bannerWrap a.line.lineSecond {
  border-color: #ff9300;
}
.intetourInfoBanner .bannerWrap a.intetour {
  border-color: #05C8B9;
}
.intetourInfoBanner .bannerWrap a img {
  height: auto;
}

#index-intetourInfoBanner .bannerWrap {
  display: flex;
  justify-content: flex-start;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  #index-intetourInfoBanner .bannerWrap {
    flex-direction: column;
    gap: 5.3333333333vw 0;
  }
}
#index-intetourInfoBanner .bannerWrap a {
  width: 100%;
  border: 2px solid;
  border-radius: 10px;
  overflow: hidden;
}
#index-intetourInfoBanner .bannerWrap a.line {
  max-width: 337px;
  border-color: #39CD26;
}
@media screen and (max-width: 767px) {
  #index-intetourInfoBanner .bannerWrap a.line {
    max-width: none;
  }
}
#index-intetourInfoBanner .bannerWrap a.line.lineSecond {
  border-color: #ff9300;
}
#index-intetourInfoBanner .bannerWrap a.intetour {
  max-width: 528px;
  border-color: #03C9BA;
}
#index-intetourInfoBanner .bannerWrap a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rankingWrap {
  width: 100%;
  margin: 0 auto;
  padding: 35px 90px 40px;
  background-color: #D9F7F5;
}
@media screen and (max-width: 767px) {
  .rankingWrap {
    padding: 5.3333333333vw;
  }
}
.rankingWrap .rankingInner {
  display: block;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0;
}
.rankingWrap h3 {
  display: flex;
  align-items: baseline;
  gap: 0 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .rankingWrap h3 {
    gap: 0 4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.rankingWrap h3 span:first-child {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .rankingWrap h3 span:first-child {
    font-size: 5.3333333333vw;
  }
}
.rankingWrap h3 span:last-child {
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .rankingWrap h3 span:last-child {
    font-size: 4.2666666667vw;
  }
}
.rankingWrap ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 18px;
  width: 100%;
  max-width: 1254px;
}
@media screen and (max-width: 767px) {
  .rankingWrap ol {
    position: relative;
    left: -5.3333333333vw;
    display: flex;
    width: 100vw;
    gap: 0 5.3333333333vw;
    overflow: scroll;
  }
}
@media screen and (max-width: 767px) {
  .rankingWrap ol > li {
    margin-bottom: 2px;
    padding-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .rankingWrap ol > li:first-child {
    margin-left: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .rankingWrap ol > li:last-child {
    margin-right: 5.3333333333vw;
  }
}
.rankingWrap ol > li article {
  position: relative;
}
@media screen and (max-width: 767px) {
  .rankingWrap ol > li article {
    width: 75.2vw;
  }
}
.rankingWrap ol > li article .num {
  position: absolute;
  top: -10px;
  left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #FF9300;
  border-radius: 20px;
  color: #FFF;
  font-size: 26px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .rankingWrap ol > li article .num {
    top: -2.6666666667vw;
    left: -2.6666666667vw;
    width: 8vw;
    height: 8vw;
    border-radius: 4vw;
    font-size: 5.8666666667vw;
    z-index: 2;
  }
}

.globalNav {
  position: relative;
  width: 100%;
  background: #05C8B9;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .globalNav.pcHead {
    display: none;
  }
}
.globalNav ul.menu {
  display: flex;
  padding-left: 70px;
}
.globalNav ul.menu > li {
  position: relative;
  display: block;
  height: 100%;
  border-right: 1px solid #FFF;
  transform: skew(-10deg);
}
.globalNav ul.menu > li:first-child {
  border-left: 1px solid #FFF;
}
.globalNav ul.menu > li.current-post-parent {
  background-color: #000;
}
.globalNav ul.menu > li:hover {
  background-color: #000;
}
.globalNav ul.menu > li.current-post-ancestor {
  background-color: #000;
}
.globalNav ul.menu > li a {
  display: block;
  height: 100%;
  padding: 10px 1rem;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  transform: skew(10deg);
}
.globalNav ul.menu > li a:hover {
  text-decoration: none;
}
.globalNav ul.menu > li:first-child > a {
  padding-right: 2em;
  background-image: url(../images/icon-arrow-down-white.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
}
.globalNav ul.sub-menu {
  position: absolute;
  left: 1.1rem;
  display: inline-block;
  background-color: #FFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.3s ease-out;
  transform: skew(10deg);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.globalNav ul.sub-menu li {
  padding: 0 10px;
  transform: skew(0);
}
.globalNav ul.sub-menu li a {
  padding: 5px 10px;
  color: #000;
  font-size: 14px;
  white-space: nowrap;
  transform: skew(0);
}
.globalNav ul.sub-menu li:hover {
  background-color: #000;
}
.globalNav ul.sub-menu li:hover a {
  color: #FFF;
}
.globalNav ul.menu li:has(ul):hover > .sub-menu {
  left: 1em;
  opacity: 1;
  pointer-events: auto;
  transition: 0.2s;
}

.humbarger {
  position: fixed;
  top: 20vw;
  left: 0;
  display: block;
  width: 100vw;
  max-height: 0;
  background-color: #FFF;
  overflow: hidden;
  transition: 0.3s;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .humbarger {
    display: none;
  }
}
.humbarger.open {
  max-height: calc(100svh - 20vw);
  overflow: auto;
}
.humbarger .inner {
  padding: 4.2666666667vw 5.3333333333vw 5.3333333333vw;
}
.humbarger .inner nav.gnav ul.menu {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw 0;
  margin-bottom: 5.3333333333vw;
}
.humbarger .inner nav.gnav ul.menu li a {
  display: block;
  padding-left: 2.6666666667vw;
  border-left: 5px solid #03C9BA;
}
.humbarger .inner nav.gnav ul.menu li a p:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.05em;
}
.humbarger .inner nav.gnav ul.menu li a p:first-child span:first-child {
  font-size: 5.8666666667vw;
  font-weight: bold;
}
.humbarger .inner nav.gnav ul.menu li a p:first-child span:last-child {
  padding-right: 1em;
  background: url(../images/icon-arrow-right-blue2.svg) right 60% no-repeat;
  background-size: auto 80%;
  color: #05C8B9;
  font-size: 3.2vw;
  font-weight: 600;
}
.humbarger .inner nav.gnav ul.menu li a p:last-child {
  font-size: 3.4666666667vw;
}
.humbarger .inner nav.gnav ul.sub-menu {
  display: none;
}
.humbarger .inner .intetourInfoBanner {
  padding: 0;
}
.humbarger .inner .intetourInfoBanner h3 {
  background-color: #FFF;
  border-radius: 0;
  padding: 0 0 0 2.6666666667vw;
  border-left: 5px solid #03C9BA;
  color: #03C9BA;
  font-size: 5.6vw;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0;
}
.humbarger .inner .intetourInfoBanner p {
  display: none;
}
.humbarger .inner .intetourInfoBanner .bannerWrap {
  gap: 2.6666666667vw 0;
  margin-bottom: 6.6666666667vw;
}
.humbarger .inner .intetourInfoBanner .bannerWrap a {
  border-width: 1px;
}
.humbarger .inner .utility {
  margin-bottom: 5.3333333333vw;
  padding: 5.3333333333vw 0;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
}
.humbarger .inner .utility ul.menu {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, 1fr);
  gap: 4vw 5.3333333333vw;
}
.humbarger .inner .utility ul.menu li {
  display: flex;
  align-items: center;
  gap: 0 2.6666666667vw;
}
.humbarger .inner .utility ul.menu li::before {
  content: "";
  display: block;
  width: 4.2666666667vw;
  height: 1px;
  background-color: #05C8B9;
}
.humbarger .inner .utility ul.menu li a {
  font-size: 3.4666666667vw;
  font-weight: 600;
}
.humbarger .inner .sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 3.2vw;
}
.humbarger .inner .sns ul {
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
.humbarger .inner .sns ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #05C8B9;
  border-radius: 19px;
}

.breadCrumbsWrap {
  position: relative;
  width: 100%;
  padding: 10px 20px 10px 90px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .breadCrumbsWrap {
    padding: 2.6666666667vw 0 2.6666666667vw 5.3333333333vw;
    overflow: scroll;
  }
}
.breadCrumbsWrap.noshadow {
  border-top: 1px solid #D1D1D1;
  box-shadow: none;
}
.breadCrumbsWrap p {
  display: block;
  width: 100%;
  max-width: 1250px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .breadCrumbsWrap p {
    line-height: 1;
  }
}

div#ez-toc-container {
  width: 100%;
  margin-bottom: 60px;
  padding: 15px 20px 30px;
  border: none;
  border-radius: 10px;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  div#ez-toc-container {
    margin-bottom: 8vw;
    padding: 2.6666666667vw 4vw 5.3333333333vw;
  }
}
div#ez-toc-container .ez-toc-title-container {
  margin-bottom: 5px;
  font-family: "urw-din-semi-condensed", sans-serif;
}
div#ez-toc-container ul.ez-toc-list > li {
  padding: 10px 0;
  border-bottom: 1px solid #898686;
}
@media screen and (max-width: 767px) {
  div#ez-toc-container ul.ez-toc-list > li {
    padding: 2.6666666667vw 0;
  }
}
div#ez-toc-container ul.ez-toc-list > li a {
  display: flex;
  align-items: baseline;
  gap: 0 10px;
  padding-right: 2em;
  background: url(../images/icon-arrow-down-black.svg) right 50% no-repeat;
}
@media screen and (max-width: 767px) {
  div#ez-toc-container ul.ez-toc-list > li a {
    gap: 0 2.6666666667vw;
    padding-right: 5.3333333333vw;
    font-size: 4vw;
  }
}
div#ez-toc-container ul.ez-toc-list > li a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #05C8B9;
  border-radius: 6px;
}

.fixedUtility {
  position: fixed;
  right: 30px;
  bottom: 20px;
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  gap: 0 20px;
  transition: 0.3s;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .fixedUtility {
    right: 2.6666666667vw;
    bottom: 5.3333333333vw;
  }
}
.fixedUtility.active {
  opacity: 1;
  pointer-events: auto;
}
.fixedUtility a.topLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  background-color: #FFF;
  border: 3px solid #05C8B9;
  border-radius: 29px;
}
@media screen and (max-width: 767px) {
  .fixedUtility a.topLink {
    width: 12.2666666667vw;
    height: 12.2666666667vw;
    border-radius: 6.1333333333vw;
  }
}
.fixedUtility .bannerWrap {
  position: relative;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.fixedUtility .bannerWrap.active {
  opacity: 1;
  pointer-events: auto;
}
.fixedUtility .bannerWrap .close {
  position: absolute;
  top: -14px;
  right: -14px;
  display: block;
  width: 28px;
  height: 28px;
  background-color: #FFF;
  border: 1px solid #46B658;
  border-radius: 14px;
}
@media screen and (max-width: 767px) {
  .fixedUtility .bannerWrap .close {
    top: -3.7333333333vw;
    right: inherit;
    left: -3.7333333333vw;
  }
}
.fixedUtility .bannerWrap .close::before, .fixedUtility .bannerWrap .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background-color: #46B658;
}
.fixedUtility .bannerWrap .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.fixedUtility .bannerWrap .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.fixedUtility .bannerWrap a {
  display: block;
  width: 267px;
  height: 75px;
  border: 1px solid #46B658;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.fixedUtility .bannerWrap a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.articleList li {
  line-height: 1;
}
.articleList li a.imgWrap {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .articleList li a.imgWrap {
    height: 0;
    margin-bottom: 2.6666666667vw;
    padding-bottom: 48.22%;
    border-radius: 2.6666666667vw;
  }
}
.articleList li a.imgWrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .articleList li a.imgWrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.articleList li time {
  font-size: 16px;
}
.articleList li h3, .articleList li h4 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.625em;
}
@media screen and (max-width: 767px) {
  .articleList li h3, .articleList li h4 {
    margin-bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.articleList li ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
@media screen and (max-width: 767px) {
  .articleList li ul {
    gap: 1.3333333333vw 2.6666666667vw;
  }
}
.articleList li ul li a {
  color: #05C8B9;
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .articleList li ul li a {
    font-size: 3.4666666667vw;
  }
}

#frontBannerLink {
  padding: 50px 90px;
}
@media screen and (max-width: 767px) {
  #frontBannerLink {
    padding: 8vw 5.3333333333vw;
  }
}
#frontBannerLink > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 25px;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #frontBannerLink > ul {
    justify-content: space-between;
    gap: 2.6666666667vw 4vw;
  }
}
#frontBannerLink > ul > li {
  display: block;
  width: 293px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #frontBannerLink > ul > li {
    width: 42.4vw;
    margin-bottom: 2.6666666667vw;
  }
}
#frontBannerLink > ul > li:first-child {
  width: 100%;
}
#frontBannerLink > ul > li:last-child {
  margin-bottom: 0;
}
#frontBannerLink > ul > li h3 {
  margin-bottom: 20px;
  padding-left: 12px;
  border-left: 10px solid #03C9BA;
  font-size: 26px;
  letter-spacing: 0.038em;
}
@media screen and (max-width: 767px) {
  #frontBannerLink > ul > li h3 {
    margin-bottom: 2.6666666667vw;
    padding-left: 1.8666666667vw;
    border-width: 1.3333333333vw;
    font-size: 4.2666666667vw;
    white-space: nowrap;
  }
}
#frontBannerLink > ul > li ul.bannerWrap {
  display: flex;
  gap: 0 25px;
}
@media screen and (max-width: 767px) {
  #frontBannerLink > ul > li ul.bannerWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw 4vw;
    width: 100%;
  }
}
#frontBannerLink > ul > li ul.bannerWrap.single {
  display: block;
}
#frontBannerLink > ul > li ul.bannerWrap.sns::after {
  content: "";
  display: block;
}
#frontBannerLink > ul > li ul.bannerWrap li {
  width: 294px;
}
@media screen and (max-width: 767px) {
  #frontBannerLink > ul > li ul.bannerWrap li {
    width: 100%;
  }
}
#frontBannerLink > ul > li ul.bannerWrap li a {
  display: block;
  width: 100%;
  border: 1px solid #B9B9B9;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #frontBannerLink > ul > li ul.bannerWrap li a {
    border-radius: 1.3333333333vw;
  }
}

.searchWrap.spHead, .searchWrap.archiveHead {
  padding: 2.6666666667vw 5.3333333333vw;
  border-bottom: 4px solid #05c8b9;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .searchWrap.spHead, .searchWrap.archiveHead {
    display: none;
  }
}
.searchWrap.spHead form, .searchWrap.archiveHead form {
  position: relative;
}
.searchWrap.spHead form input, .searchWrap.archiveHead form input {
  width: 100%;
  padding: 2.1333333333vw 4.5333333333vw;
  background: #fff;
  border: 1px solid #9A9A9A;
  border-radius: 100px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .searchWrap.spHead form input, .searchWrap.archiveHead form input {
    font-size: 16px;
  }
}
.searchWrap.spHead form input::-moz-placeholder, .searchWrap.archiveHead form input::-moz-placeholder {
  color: #9A9A9A;
  font-weight: bold;
}
.searchWrap.spHead form input::placeholder, .searchWrap.archiveHead form input::placeholder {
  color: #9A9A9A;
  font-weight: bold;
}
.searchWrap.spHead form button, .searchWrap.archiveHead form button {
  position: absolute;
  top: 50%;
  right: 1rem;
  padding: 0;
  background-color: transparent;
  border: none;
  transform: translateY(-60%);
}
.searchWrap.archiveHead {
  margin-bottom: 5.3333333333vw;
  padding: 0;
  border: none;
  box-shadow: none;
}

.spArchiveBnrArea {
  display: block;
  margin-bottom: 5.3333333333vw;
  border: 1px solid #39CD26;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .spArchiveBnrArea {
    display: none;
  }
}

/* pagenation */
.pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 12.8vw;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 50px;
    height: 52px;
  }
}
.pagination > a {
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .pagination > a {
    top: 50%;
    transform: translateY(-50%);
  }
}
.pagination > a.prev {
  left: 0;
}
.pagination > a.next {
  right: 0;
}
.pagination ul {
  display: flex;
  justify-content: center;
  gap: 0 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  .pagination ul {
    gap: 0 22px;
  }
}
.pagination ul li {
  position: relative;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .pagination ul li {
    font-size: 22px;
  }
}
.pagination ul li .current {
  position: relative;
}
.pagination ul li .current::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 2.6666666667vw;
  height: 2px;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .pagination ul li .current::after {
    width: 12px;
  }
}

/* slider */
@media screen and (min-width: 768px) {
  .swiper {
    overflow: visible;
  }
}

@media screen and (min-width: 768px) {
  .swiper-slide {
    flex-shrink: inherit;
  }
}

@media screen and (min-width: 768px) {
  .swiper-pagination {
    display: none;
  }
}
.swiper-pagination span.swiper-pagination-bullet {
  width: 9.3333333333vw;
  height: 1.6vw;
  border-radius: 0;
  background-color: #FFF;
  transform: skew(-15deg);
  opacity: 1;
}
.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #05C8B9;
}

div#ez-toc-container p.ez-toc-title {
  font-weight: bold;
}

div#ez-toc-container ul.ez-toc-list > li a {
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */