@charset "UTF-8";
:root {
  --font-family-gothic: "游ゴシック体", YuGothic, "游ゴシックMedium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  --font-family-mincho: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝  Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

body,
p,
input,
select,
textarea {
  font-family: var(--font-family-gothic);
}

.l-infoBar {
  top: 70px;
}

main {
  margin-bottom: 48px;
  padding: 0 16px;
}
@media screen and (min-width: 1024px) {
  main {
    max-width: 640px;
    margin: 90px auto 80px;
  }
}

.page-wrapper {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-wrapper {
    display: flex;
    max-width: 1008px;
  }
}

.contents {
  max-width: 688px;
}
@media screen and (min-width: 1024px) {
  .contents {
    width: 100%;
  }
}

.aside {
  width: 100%;
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  .aside {
    width: 256px;
    margin-left: 64px;
  }
}

.breadcrumbs {
  font-size: 10px;
  padding: 20px 0;
}
.breadcrumbs .current-item {
  color: #a0a0a0;
}

.panel-headline {
  padding: 20px 0;
  font-size: 18px;
  font-family: YuMincho, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "serif";
}

.undefined-copy + * {
  margin-top: 40px;
}

.page-title {
  font-size: 18px;
  font-weight: 600;
  color: black;
  text-align: center;
}

.panel-box {
  margin: 40px 0;
}

.panel-list {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.panel-item + .panel-item {
  border-top: 1px solid #efefef;
}

.panel-link {
  padding: 20px;
}

.panel-tag {
  padding: 2px 6px;
  border-radius: 4px;
  background-color: red;
}

.panel-tag-copy {
  font-size: 10px;
  font-weight: 600;
  color: white;
}

.undefined-copy {
  text-align: center;
  font-size: 14px;
  color: #a0a0a0;
}

.panel-tile {
  margin-top: 60px;
  padding: 40px 20px;
  background: #f8f8f8;
  border-radius: 20px;
}

.panel-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  padding: 9px;
  background: #06c755;
  border-radius: 999px;
}

.panel-tile-headline {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  color: black;
}

.panel-tile-copy {
  margin-bottom: 20px;
  font-size: 12px;
  color: black;
}

.panel-tile-wrapper {
  display: inline-block;
}

.panel-tile-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #8B754F;
}

.panel-tile-link-copy {
  font-size: 14px;
  font-weight: 600;
  color: black;
  text-decoration: underline;
}
.panel-tile-link-copy + .link-icon {
  margin-left: 5px;
}

.panel-cta {
  margin-top: 50px;
  margin-right: 5.6%;
  margin-left: 5.6%;
}

.panel-cta-copy {
  display: block;
  padding: 20px;
  text-align: center;
  background: #8b754f;
  font-size: 15px;
  color: white;
  font-weight: 600;
  border-radius: 999px;
}

.panel-content-undefined {
  font-size: 14px;
  color: #a0a0a0;
  text-align: center;
}

.panel-content {
  margin: 40px 0;
  padding: 40px 20px;
  background: #f8f8f8;
  border-radius: 20px;
}

.panel-content-headline {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  color: rgb(59, 59, 59);
}

.panel-content-copy {
  font-size: 13px;
}
.panel-content-copy + .panel-content-headline {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(45, 45, 45, 0.05);
}

.mainVisual {
  margin: 0 -16px;
}
@media screen and (min-width: 1024px) {
  .mainVisual {
    margin: 0 auto;
  }
}

.post-canvas {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  padding-right: 5.6%;
  padding-left: 5.6%;
}

.event-billbord {
  position: relative;
}
.event-billbord::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(130, 130, 130, 0.6);
}

.canvas-close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

.canvas-copy {
  font-size: 20px;
  font-weight: 600;
  color: white;
}

.tile-panel-app {
  margin-top: 40px;
}
.tile-panel-app + * {
  margin-top: 40px;
}

.tile-offset {
  padding-right: 5.6%;
  padding-left: 5.6%;
}

.tile {
  background-color: #f8f8f8;
  border-radius: 20px;
}

.tile-headline {
  padding-top: 40px;
}
.tile-headline.typography-tile-headline {
  font-size: 16px;
  font-weight: 600;
  color: #2d2d2d;
}
.tile-headline + * {
  padding-top: 10px;
}

.tile-copy {
  font-size: 12px;
  line-height: 1.8;
  color: #2d2d2d;
}
.tile-copy + * {
  margin-top: 10px;
}

.tile-image {
  text-align: center;
}

.nowrap {
  display: inline-block;
  text-decoration: inherit;
  white-space: nowrap;
}

.cta-item {
  text-align: center;
}
.cta-item + .cta-item {
  margin-top: 10px;
}

.cta-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--color-main);
  border-radius: 4px;
}

.cta-button-copy {
  position: relative;
  padding-right: 10px;
  font-size: 14px;
  color: white;
}
.cta-button-copy::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  line-height: 1;
  width: 0.4em;
  height: 0.4em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translate(-25%, -50%) rotate(45deg);
}

.cta-link {
  display: inline-block;
}

.cta-link-copy {
  position: relative;
  padding-right: 10px;
  font-size: 14px;
  color: var(--color-main);
}
.cta-link-copy::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  line-height: 1;
  width: 0.4em;
  height: 0.4em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translate(-25%, -50%) rotate(45deg);
}

.cta-link-copy.back {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  color: var(--color-main);
}
.cta-link-copy.back::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  line-height: 1;
  width: 0.6em;
  height: 0.6em;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(225deg);
}

.link-icon svg {
  width: 10px;
}

.panel-item-thumbnail {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  overflow: hidden;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5.6%;
}

.page-numbers {
  margin: 0 12px;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-main);
  text-decoration: underline;
}
.page-numbers.current {
  color: #a0a0a0;
  text-decoration: none;
}
.page-numbers.next, .page-numbers.prev {
  padding: 4px 16px;
  border-radius: 4px;
  background-color: var(--color-main);
  color: white;
  text-decoration: none;
}

.wpcf7-form {
  padding: 20px;
  margin: 20px;
  border: 1px solid #efefef;
}

.form-dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.form-dt + .form-dd {
  margin-top: 8px;
}

.form-label {
  font-size: 13px;
}

.label-copy {
  font-size: 13px;
}

.label-icon {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 4px;
  border-radius: 2px;
  font-size: 10px;
}
.label-icon.required {
  background-color: red;
  color: white;
}
.label-icon.any {
  background-color: blue;
  color: white;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  height: 48px;
  width: 100%;
  padding: 0 16px;
  border: none;
  background: #efefef;
  font-size: 13px;
}
input[type=text] + .wpcf7-not-valid-tip,
input[type=tel] + .wpcf7-not-valid-tip,
input[type=email] + .wpcf7-not-valid-tip,
textarea + .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 13px;
  color: red;
}

textarea {
  height: 200px;
  padding: 15px 16px;
  background: #efefef;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 48px;
  width: 100%;
  padding: 0 16px;
  background: #efefef;
  border: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 13px;
}
select::-ms-expand {
  display: none;
}
select:focus {
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: none;
  outline: none;
}
select + .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 13px;
  color: red;
}

.input-notes {
  margin-top: 16px;
  font-size: 13px;
}

.wpcf7-submit {
  width: 100%;
  padding: 10px 20px;
  border-radius: 4px;
  background: var(--color-main);
  font-size: 13px;
  color: white;
}

.form-check {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.check-copy {
  padding-left: 10px;
  font-size: 13px;
}

.privacy-link {
  text-decoration: underline;
}

/*checkbox*/
input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  width: 10px;
  top: 0;
  left: 5px;
  border-radius: 0;
  border: 1px solid var(--color-main);
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}

.wpcf7-checkbox {
  text-align: center;
}
.wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #d1d1d1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.45, 0.12, 0.04, 0.96);
}

.wpcf7-not-valid .wpcf7-list-item-label::before {
  border: 1px solid #dc3232;
}

.checkbox > .wpcf7-not-valid-tip {
  display: none;
}

.form-headline {
  position: relative;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
  font-size: 13px;
  font-weight: 600;
}
.form-headline::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: red;
}

.tab-button:hover {
  text-decoration: underline;
}