@charset "UTF-8";
* {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

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

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-weight: 400;
  font-size: 16px;
}

html {
  color: #333;
  background: #fff;
  line-height: 1.5;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
}
@media screen and (min-width: 1140px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1139px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin: 0;
  }
}

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

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: auto;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1140px) {
  a:hover {
    opacity: 0.6;
  }
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1140px) {
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a,
  a::before,
  a::after,
  button {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
}
/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
.header {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 520px;
  z-index: 9000;
  height: 60px;
}
.header--position-left {
  left: 10%;
}
@media screen and (max-width: 1139px) {
  .header--position-left {
    left: 5%;
  }
}
.header--position-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header--position-right {
  right: 10%;
}
@media screen and (max-width: 1139px) {
  .header--position-right {
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .header {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.header__inner {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
.header__logo {
  width: 150px;
}
.header__btn {
  position: absolute;
  bottom: 5px;
  right: 10px;
  z-index: 9100;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 50px;
  height: 50px;
  display: inline-block;
}
.header__btn button {
  background-color: transparent;
  border-color: transparent;
  z-index: 999;
  width: 50px;
  height: 100%;
  padding: 10px;
}
.header__btn button span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
}
.header__btn button span:nth-child(1) {
  top: 0;
}
.header__btn button span:nth-child(2) {
  margin: 8px 0;
}
.header__btn button span:nth-child(3) {
  top: 0;
}
.header__btn button.active span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__btn button.active span:nth-child(2) {
  opacity: 0;
}
.header__btn button.active span:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__nav {
  display: none;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0px;
  overflow: auto;
}
@media screen and (max-width: 520px) {
  .header__nav {
    height: calc(100vh - 60px);
    padding-bottom: 50px;
  }
}
.header__nav ul {
  height: calc(100vh - 90px);
  padding: 10px 30px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 520px) {
  .header__nav ul {
    height: auto;
  }
}
.header__nav li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.header__nav li a {
  display: block;
  padding: 5px;
}
.header__nav li .sns-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.header__nav li .sns-icon {
  width: 0.8em;
  margin-right: 0.4em;
}

.footer {
  margin-top: auto;
}
.footer__inner {
  padding: 15px 10px;
}
.footer__copy {
  text-align: center;
  font-size: 12px;
}
.footer__sns-wrap {
  margin-top: 10px;
  margin-bottom: 20px;
}
.footer__sns-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8%;
}
@media screen and (max-width: 767px) {
  .footer__sns-wrap ul {
    gap: 9%;
  }
}
.footer__sns-wrap .sns-icons {
  display: block;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .footer__sns-wrap .sns-icons {
    width: 30px;
  }
}
.footer__sns-wrap .sns-icons img {
  width: 100%;
}

.main {
  position: relative;
}

.pcContent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pcContent {
    display: none;
  }
}
.pcContent__logo {
  width: 300px;
}
@media screen and (max-width: 1139px) {
  .pcContent__logo {
    width: 100%;
  }
}
.pcContent__logo img {
  width: 100%;
}
.pcContent__nav {
  margin-top: 50px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: auto;
}
.pcContent__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  height: 75vh;
}
@media screen and (max-width: 1139px) {
  .pcContent__nav ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.pcContent__nav li {
  font-size: 24px;
}
@media screen and (max-width: 1139px) {
  .pcContent__nav li {
    font-size: 20px;
  }
}
.pcContent__nav li a {
  color: #000;
  display: inline-block;
}
.pcContent__nav .annotation {
  display: inline-block;
  margin-left: 4px;
  font-size: 0.6em;
}
.pcContent__nav .sns-icon {
  width: 0.8em;
  margin-right: 0.4em;
  vertical-align: baseline;
}
.pcContent__container {
  height: 90vh;
  margin-top: 5vh;
}
.pcContent__container--position-right {
  width: 42%;
  margin-left: 20px;
}
@media screen and (max-width: 1139px) {
  .pcContent__container--position-right {
    width: 25%;
    margin-left: 10px;
  }
}
.pcContent__container--position-left {
  width: 42%;
  margin: 5vh 25px 0 auto;
}
@media screen and (max-width: 1139px) {
  .pcContent__container--position-left {
    width: 25%;
    margin-right: 10px;
  }
}
.pcContent__container--position-center {
  width: calc(50% - 320px);
  margin-left: 60px;
}
@media screen and (max-width: 1139px) {
  .pcContent__container--position-center {
    width: calc(50% - 260px - 20px);
    margin-left: 10px;
  }
}
.pcContent__container--position-center ul {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 1139px) {
  .pcContent__container--position-center li {
    font-size: 18px;
  }
}

.video-area {
  position: fixed;
  z-index: -1; /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.video {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

.d-none {
  display: none;
}

.main {
  min-height: 99vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.spContent {
  position: relative;
  max-width: 520px;
  width: 100%;
  top: 0;
  z-index: 2;
}
.spContent--position-left {
  margin-left: 10%;
}
@media screen and (max-width: 1139px) {
  .spContent--position-left {
    margin-left: 5%;
  }
}
.spContent--position-center {
  margin-left: auto;
  margin-right: auto;
}
.spContent--position-right {
  margin-right: 10%;
  margin-left: auto;
}
@media screen and (max-width: 1139px) {
  .spContent--position-right {
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .spContent {
    margin-right: auto;
    margin-left: auto;
  }
}
.spContent__container {
  max-width: 520px;
  width: 100%;
  padding: 30px 0;
}
.spContent__news {
  padding: 30px 15px;
}

.content-box__title-img,
.content-box .util-title {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}
.content-box__title-img {
  margin-bottom: 30px;
}
.content-box__title-img img {
  width: auto;
}
.content-box__lead {
  text-align: center;
  font-size: 24px;
  margin-bottom: 50px;
}

.p_much .content-box__title-img,
.p_much .util-title {
  margin-left: 0;
}

.mv__content {
  position: relative;
}
.mv__head {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.mv__pickup {
  position: absolute;
}

.type02__movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.type02__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.type03__text {
  padding: 40px 20px;
  text-align: justify;
}

.type04__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.type04__wrap.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.type04__wrap + * {
  margin-top: 16px;
}
.type04__wrap > dt {
  width: 100%;
  max-width: 110px;
}
.type04__wrap > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: justify;
}

.type05__map {
  margin-top: 30px;
  width: 100%;
  aspect-ratio: 10/8;
}
.type05__map p {
  display: contents;
}
.type05__map iframe {
  width: 100% !important;
  height: 100% !important;
}

.type06__wrap {
  padding: 30px;
  text-align: justify;
}

.content-box__wrap--type09 + * {
  margin-top: 2px;
}

.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.loading-bg {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9000;
}

.loading-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loading-animation {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .loading-animation {
    width: 90%;
  }
}

.loading-img {
  text-align: center;
}

.loading-animation img {
  display: none; /* ロゴは最初非表示 */
  height: auto;
  max-width: 400px; /* 必要に応じて画像の最大幅 */
  min-width: 100px; /* 必要に応じて画像の最小幅 */
}

.loading-text {
  display: none;
  text-align: center;
  margin-top: 20px;
}

body.active {
  overflow: hidden;
}

.hamburger-menu {
  display: none;
}

@media screen and (max-width: 520px) {
  /* ハンバーガーメニュー */
  .hamburger-menu {
    display: block;
  }
  .hamburger-menu__btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9100;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 50px;
    height: 50px;
    display: inline-block;
  }
  .hamburger-menu__inner {
    position: fixed;
    z-index: 9100;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .hamburger-menu__inner.active {
    right: 0;
  }
  .hamburger-menu__wrap {
    padding: 18px 10px 10px;
  }
  .hamburger-menu__logo {
    width: 150px;
  }
  .hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 999;
    width: 50px;
    height: 100%;
    padding: 10px;
    background: #0f0;
    border-radius: 6px;
  }
  .hamburger span {
    width: 100%;
    height: 1px;
    background-color: #000;
    position: relative;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    display: block;
  }
  .hamburger span:nth-child(1) {
    top: 0;
  }
  .hamburger span:nth-child(2) {
    margin: 8px 0;
  }
  .hamburger span:nth-child(3) {
    top: 0;
  }
  .hamburger.active span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    top: -10px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media screen and (max-width: 520px) and (max-width: 520px) {
  .nav {
    overflow: auto;
    height: 100vh;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 520px) {
  .nav ul {
    height: calc(100vh - 90px);
    padding: 24px 20px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 520px) and (max-width: 520px) {
  .nav ul {
    height: auto;
  }
}
@media screen and (max-width: 520px) {
  .nav li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .nav li a {
    display: block;
    padding: 5px;
  }
  .nav li .sns-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .nav li .sns-icon {
    width: 0.8em;
    margin-right: 0.4em;
  }
}
.list__item {
  padding: 10px 0;
}
.list__item + .list__item {
  border-top: 1px solid #ccc;
}
.list__time {
  font-size: 0.8em;
}
.list__title {
  font-weight: bold;
}

.util-title {
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
.util-title--type01 {
  border-left: 8px solid;
  padding-left: 6px;
}
.util-title--type02 {
  border-left: 6px solid;
  border-bottom: 2px solid;
  padding-left: 6px;
  padding-bottom: 4px;
}
.util-title--type03 {
  padding: 6px;
}

.btn {
  display: block;
  width: 90%;
  margin: 30px auto 0;
  padding: 16px 10px;
  text-align: center;
}
.btn:hover {
  opacity: 0.8;
}

#video-area {
  position: relative;
  z-index: -1; /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

#video {
  /*天地中央配置*/
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 100vw; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 110vh; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

.faq__block {
  position: sticky;
  top: 0px;
  height: 100vh;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.faq__blockBarWrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: 30px;
  height: 300px;
  content: "";
  width: 2px;
}

.faq__blockBar {
  content: "";
  position: relative;
  left: -1px;
  height: 0;
  width: 4px;
  position: relative;
}

.faq__blockBar__dot {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: -3.5px;
  top: 0;
}
.faq__blockBar__dot:nth-child(2) {
  top: 33%;
}
.faq__blockBar__dot:nth-child(3) {
  top: 65%;
}
.faq__blockBar__dot:nth-child(4) {
  top: auto;
  bottom: 0;
}

.faq__block h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.faq__block .faq__blockText {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: auto;
  right: auto;
  width: 80%;
  padding-left: 50px;
}
.faq__block .faq__blockText p {
  line-height: 2;
  font-size: 13px;
  letter-spacing: normal;
}

.faq__blockImg {
  margin-bottom: 50px;
}
.faq__blockImg img {
  margin-left: auto;
}

.faq__blockTitle {
  position: absolute;
  top: 10%;
  left: 10px;
  width: 150px;
}

.accordion {
  padding: 0 15px;
}
.accordion__inner {
  display: none;
  padding: 20px 20px;
  border-left: 2px solid;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #daa520;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.accordion__title {
  background-color: #daa520;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 15px;
  text-align: left;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.icon_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.icon {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  position: relative;
}
.icon::before, .icon::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 3px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.icon::before {
  width: 3px;
  height: 18px;
  top: 0;
  left: 7px;
}
.icon.white::before, .icon.white::after {
  background-color: #fff;
}
.icon.black::before, .icon.black::after {
  background-color: #000;
}

.accordion__title.open .icon_wrap {
  -webkit-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.accordion__title.open .icon_wrap .icon::before {
  content: none;
}
.accordion__title.open .icon_wrap .icon::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.contact-p {
  padding: 100px 15px 0;
}
.contact-p .wp-block-group {
  background: #efefef;
  padding: 15px;
}
.contact-p .wp-block-preformatted {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  height: 200px;
  overflow: scroll;
}
.contact-p .smf-checkboxes-control__control {
  text-align: center;
  margin-top: 20px;
}
.contact-p .smf-item__col--label {
  padding-bottom: 8px;
  font-weight: bold;
}
.contact-p .has-inline-color {
  font-weight: normal;
  font-size: 0.8em;
}

.slick-prev {
  left: 10px;
  z-index: 1;
}

.slick-next {
  right: 10px;
}

.dots-class button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.dots-class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.dots-class li {
  width: 40px;
  height: 6px;
  background-color: #fff;
  border: 1px solid;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.dots-class li:last-child {
  margin-right: 0;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
.post-content {
  padding: 30px 15px;
}
.post-content__main {
  margin-top: 20px;
}
.post-content__main > * {
  margin-top: 20px;
}
.post-content__main h2 {
  font-size: 1.4em;
  font-weight: bold;
}
.post-content__main h3 {
  font-size: 1.2em;
  font-weight: bold;
}
.post-content__main h4 {
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */