@charset "UTF-8";
/*********************
**********************
定義・一般設定
**********************
*********************/
.skip-link {
  position: absolute;
}

.skip-link:not(:focus) {
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.skip-link:focus {
  display: block;
  top: 5px;
  left: 5px;
  z-index: 9999;
  margin: 0;
  padding: 15px 20px;
  background-color: #32ADE6;
  color: #FFFFFF;
}

html {
  margin: 0 !important;
  padding: 0;
  overflow-x: hidden;
}

body {
  color: #333333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body.-fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main {
  position: relative;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease 0s;
}

.container {
  width: 100%;
}
@media (max-width: 768px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.container.-position {
  position: relative;
}

/*********************
**********************
レイアウト共通部分（header・footer・その他）
**********************
*********************/
.scrollTop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  color: #FFFFFF;
  transition: all 0.3s ease 0s;
  z-index: 9999999999999;
}
.scrollTop a {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFFFFF;
  transition: all 0.3s ease 0s;
}
.scrollTop i {
  color: #FFFFFF;
  font-size: 30px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 768px) {
  .scrollTop {
    right: 10px;
    bottom: 20px;
  }
  .scrollTop a {
    width: 50px;
    height: 50px;
  }
  .scrollTop i {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .scrollTop:hover a {
    border: 2px solid #FFFFFF;
  }
  .scrollTop:hover i {
    color: #FFFFFF;
    transform: translateY(-4px);
  }
}

.header {
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  box-shadow: 0px 8px 16px rgba(100, 100, 100, 0.3);
}
@media (min-width: 769px) and (max-width: 1200px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
  }
}
@media (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
  }
}
.header_inner {
  display: flex;
  align-items: center;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  height: 120px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .header_inner {
    padding-left: 24px;
    padding-right: 24px;
    height: 110px;
  }
}
@media (max-width: 768px) {
  .header_inner {
    padding-left: 20px;
    padding-right: 20px;
    height: 70px;
  }
}
.header_logoWrapper {
  margin-right: auto;
}
.header_logo img {
  max-width: 130px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .header_logo img {
    max-width: 110px;
  }
}
@media (max-width: 768px) {
  .header_logo img {
    max-width: 60px;
  }
}
.header_navWrapper {
  display: flex;
  align-items: center;
  padding-top: 40px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .header_navWrapper {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .header_navWrapper {
    padding-top: 0;
  }
}
.header_navList {
  display: flex;
}
@media (min-width: 1200px) {
  .header_navList li.header_navItem.has-submenu:hover > a::after, .header_navList li.header_navItem.has-submenu:focus-within > a::after, .header_navList li.header_navItem.has-submenu.is-open > a::after {
    transform: translateX(-50%) scaleX(1);
  }
}
.header_navList li.header_navItem {
  position: relative;
  /* 左側の縦線 */
  /* 末尾の右側の縦線 */
  /* ▼ 記事など“サブメニューあり”の項目 */
  /* ▲ サブメニューあり */
}
.header_navList li.header_navItem::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 80%;
  background-color: #3C3C3C;
  transform: translateY(-50%);
}
.header_navList li.header_navItem:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 80%;
  background-color: #3C3C3C;
  transform: translateY(-50%);
}
.header_navList li.header_navItem > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  /* 下線（ホバー時に伸びる） */
}
.header_navList li.header_navItem > a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 20px);
  width: 80%;
  height: 10px;
  background-color: #3C3C3C;
  transform: translateX(-50%) scaleX(0); /* 1本に統合 */
  transform-origin: center;
  transition: transform 0.25s ease;
  pointer-events: none;
  will-change: transform;
}
@media (min-width: 1200px) {
  .header_navList li.header_navItem > a:hover::after, .header_navList li.header_navItem > a:focus-visible::after {
    transform: translateX(-50%) scaleX(1);
  }
}
@media (min-width: 1200px) {
  .header_navList li.header_navItem.has-submenu {
    position: relative; /* ドロップダウンの基準 */
    /* 本体 */
    /* 表示条件：hover / focus-within / JSで .is-open 付与時 */
  }
  .header_navList li.header_navItem.has-submenu > .header_dropdown {
    position: absolute;
    left: 50%;
    top: calc(100% + 30px);
    transform: translate(-50%, 8px);
    min-width: 280px;
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    padding: 24px 32px 40px;
    z-index: 1000000;
    /* 初期：非表示 */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
    /* 見出し */
    /* リスト */
  }
  .header_navList li.header_navItem.has-submenu > .header_dropdown::before {
    border-bottom: 8px solid #D9D9D9;
  }
  .header_navList li.header_navItem.has-submenu > .header_dropdown::after {
    top: -7px;
    border-bottom: 8px solid #FFFFFF;
  }
  .header_navList li.header_navItem.has-submenu > .header_dropdown .header_dropdownTitle {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 4px;
    margin: 2px 0 24px;
    border-bottom: 1px solid #3C3C3C;
    text-align: left;
  }
  .header_navList li.header_navItem.has-submenu > .header_dropdown .header_dropdownList {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header_navList li.header_navItem.has-submenu > .header_dropdown .header_dropdownList li + li {
    margin-top: 6px;
  }
  .header_navList li.header_navItem.has-submenu > .header_dropdown .header_dropdownList a {
    display: block;
    padding: 6px 12px 6px 28px;
    border-radius: 6px;
    font-size: 13px;
    position: relative;
    transition: background-color 0.15s ease, color 0.15s ease;
    /* 先頭アイコン › */
  }
  .header_navList li.header_navItem.has-submenu > .header_dropdown .header_dropdownList a::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-58%);
    font-size: 30px;
    color: #3C3C3C;
  }
  .header_navList li.header_navItem.has-submenu > .header_dropdown .header_dropdownList a:hover {
    color: #32ADE6;
  }
  .header_navList li.header_navItem.has-submenu > .header_dropdown .header_dropdownList a:hover::before {
    color: #32ADE6;
  }
  .header_navList li.header_navItem.has-submenu:hover > .header_dropdown, .header_navList li.header_navItem.has-submenu:focus-within > .header_dropdown, .header_navList li.header_navItem.has-submenu.is-open > .header_dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
}
@keyframes shakeX {
  0% {
    transform: translate(-50%, -50%) translateX(0);
  }
  25% {
    transform: translate(-50%, -50%) translateX(-1px);
  }
  50% {
    transform: translate(-50%, -50%) translateX(1px);
  }
  75% {
    transform: translate(-50%, -50%) translateX(-1px);
  }
  100% {
    transform: translate(-50%, -50%) translateX(0);
  }
}
.drawerIcon {
  width: 50px;
  height: 50px;
  position: relative;
  right: 0;
  top: 0;
  margin-top: 4px;
  padding-top: 12px;
  transition: all 0.3s ease 0s;
}
@media (min-width: 1200px) {
  .drawerIcon {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .drawerIcon {
    display: block;
    z-index: 99999999;
    width: 50px;
    height: 50px;
    margin-top: 0;
    padding-top: 4px;
  }
}
@media (max-width: 768px) {
  .drawerIcon {
    display: block;
    z-index: 99999999;
    margin-top: 0;
  }
}
.drawerIcon.-open .drawerIcon_toggleItem {
  background-color: #3C3C3C;
}
.drawerIcon.-open .drawerIcon_toggleItem:nth-of-type(1) {
  top: 9px;
  left: 12px;
  transform: rotate(-45deg);
  width: 26px;
}
.drawerIcon.-open .drawerIcon_toggleItem:nth-of-type(2) {
  top: 9px;
  left: 12px;
  transform: rotate(-45deg);
  width: 26px;
}
.drawerIcon.-open .drawerIcon_toggleItem:nth-of-type(3) {
  top: 9px;
  left: 12px;
  transform: rotate(45deg);
  width: 26px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .drawerIcon.-open .drawerIcon_toggleItem:nth-of-type(1) {
    top: 14px;
    left: 10px;
    transform: rotate(-45deg);
    width: 32px;
  }
  .drawerIcon.-open .drawerIcon_toggleItem:nth-of-type(2) {
    top: 14px;
    left: 10px;
    transform: rotate(-45deg);
    width: 32px;
  }
  .drawerIcon.-open .drawerIcon_toggleItem:nth-of-type(3) {
    top: 14px;
    left: 10px;
    transform: rotate(45deg);
    width: 32px;
  }
}
.drawerIcon_toggle {
  display: block;
  position: relative;
  z-index: 999;
}
.drawerIcon_toggleItem {
  position: absolute;
  display: block;
  height: 1px;
  background-color: #3C3C3C;
  transition: 0.2s ease-out 0.1s;
  width: 26px;
  left: 50%;
  transform: translateX(-50%);
}
.drawerIcon_toggleItem:nth-of-type(1) {
  top: 0;
}
.drawerIcon_toggleItem:nth-of-type(2) {
  top: 8px;
  width: 17px;
  left: 21px;
}
.drawerIcon_toggleItem:nth-of-type(3) {
  top: 16px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .drawerIcon_toggleItem {
    width: 32px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
  }
  .drawerIcon_toggleItem:nth-of-type(1) {
    top: 0;
  }
  .drawerIcon_toggleItem:nth-of-type(2) {
    top: 12px;
    left: 19px;
  }
  .drawerIcon_toggleItem:nth-of-type(3) {
    top: 24px;
  }
}
.drawerIcon_text {
  position: absolute;
  bottom: 6px;
  left: 51%;
  transform: translateX(-50%);
  font-size: 10px;
  color: #3C3C3C;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  margin: 0 auto;
  transition: all 0.3s ease 0s;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .drawerIcon_text {
    font-size: 12px;
    bottom: 2px;
  }
}

.drawer {
  visibility: hidden;
  opacity: 0;
  right: -100%;
  transition: all 0.5s ease 0s;
  background: #FFFFFF;
  position: fixed;
  top: 119px;
  width: 100%;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  z-index: 999999;
  /* ドロワー内の単純な行（既存 a のまま） */
}
@media (min-width: 769px) and (max-width: 1200px) {
  .drawer {
    top: 109px;
  }
}
@media (max-width: 768px) {
  .drawer {
    top: 69px;
  }
}
.drawer.-open {
  visibility: visible;
  opacity: 1;
  right: 0;
  top: 69px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .drawer.-open {
    top: 109px;
  }
}
.drawer_inner {
  padding: 0 24px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .drawer_inner {
    max-width: 600px;
  }
}
.drawer_items {
  margin-top: 56px;
  margin-bottom: 40px;
}
.drawer_item {
  margin-bottom: 24px;
  border-bottom: 1px solid #3C3C3C;
  padding-bottom: 6px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .drawer_item {
    padding-bottom: 8px;
  }
}
.drawer_item:last-child {
  margin-bottom: 0;
}
.drawer_item a {
  display: inline-block;
  width: 100%;
  color: #3C3C3C;
  font-size: 14px;
}
.drawer_btn {
  text-align: center;
  margin-bottom: 16px;
}
.drawer_btn:last-child {
  margin-bottom: 0;
}
.drawer_sns {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .drawer_sns {
    margin-top: 80px;
  }
}
.drawer_snsItem {
  margin-right: 20px;
}
.drawer_snsItem:last-child {
  margin-right: 0;
}
.drawer_snsItem a img {
  width: 28px;
  height: 28px;
}
.drawer .drawer_item.has-submenu {
  padding-bottom: 0;
  border-bottom: none;
  /* トグルボタン（行全体がタップ領域） */
  /* 開いている時の見た目（アイコンを▲に） */
  /* 白いボックス（中身） */
  /* ボックス内のタイトル「Theme」 */
  /* リスト */
}
.drawer .drawer_item.has-submenu > .drawer_toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #3C3C3C;
  cursor: pointer;
  /* 下の罫線（カンプの区切り線） */
  position: relative;
  padding-bottom: 6px;
  border-bottom: 1px solid #3C3C3C;
  /* 右側の山カッコ（∨）アイコン */
}
@media (min-width: 769px) and (max-width: 1200px) {
  .drawer .drawer_item.has-submenu > .drawer_toggle {
    font-size: 16px;
    padding-bottom: 8px;
  }
}
.drawer .drawer_item.has-submenu > .drawer_toggle .drawer_toggleIcon {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.drawer .drawer_item.has-submenu > .drawer_toggle .drawer_toggleIcon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #3C3C3C;
  border-bottom: 2px solid #3C3C3C;
  transform: rotate(45deg); /* ▼ */
  transition: transform 0.25s ease;
}
.drawer .drawer_item.has-submenu.is-open > .drawer_toggle .drawer_toggleIcon::after {
  transform: rotate(-135deg); /* ▲ */
}
@media (min-width: 769px) and (max-width: 1200px) {
  .drawer .drawer_item.has-submenu > .drawer_submenu {
    margin-left: 200px;
  }
}
@media (max-width: 768px) {
  .drawer .drawer_item.has-submenu > .drawer_submenu {
    margin-left: 50px;
  }
}
.drawer .drawer_item.has-submenu .drawer_submenuTitle {
  text-align: left;
  font-size: 13px;
  margin: 8px 0 8px;
  position: relative;
  padding-bottom: 8px;
  /* タイトル下の細いライン */
}
.drawer .drawer_item.has-submenu .drawer_submenuTitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #3C3C3C;
}
.drawer .drawer_item.has-submenu .drawer_submenuList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.drawer .drawer_item.has-submenu .drawer_submenuItem a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 2px;
  font-size: 13px;
  color: #3C3C3C;
  transition: opacity 0.2s ease;
  /* 左の青い山矢印（ > ） */
}
.drawer .drawer_item.has-submenu .drawer_submenuItem a::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid #3C3C3C;
  border-top: 2px solid #3C3C3C;
  transform: rotate(45deg); /* ＞ */
  flex: 0 0 9px;
}
@media (min-width: 1200px) {
  .drawer .drawer_item.has-submenu .drawer_submenuItem a:hover {
    opacity: 0.7;
  }
}
.drawer .drawer_item:not(.has-submenu) {
  border-bottom: 1px solid #3C3C3C;
  padding-bottom: 6px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .drawer .drawer_item:not(.has-submenu) {
    padding-bottom: 8px;
  }
}

.grecaptcha-badge {
  display: none;
}

.footer {
  background-color: #3C3C3C;
  padding: 140px 0 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .footer {
    padding: 120px 0 16px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 90px 0 14px;
  }
}
.footer_contents {
  padding-top: 90px;
  text-align: center;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .footer_contents {
    padding-top: 70px;
  }
}
@media (max-width: 768px) {
  .footer_contents {
    padding-top: 50px;
  }
}
.footer_logo {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .footer_logo {
    margin-bottom: 28px;
  }
}
.footer_logo img {
  width: 100%;
  max-width: 240px;
  height: auto;
}
@media (max-width: 768px) {
  .footer_logo img {
    max-width: 100%;
    max-width: 160px;
  }
}
.footer_title {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .footer_title {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.footer_address {
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 28px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .footer_address {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .footer_address {
    margin-bottom: 30px;
  }
}
.footer_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .footer_menu {
    margin-bottom: 60px;
  }
}
.footer_menuItem {
  margin-right: 12px;
  border-right: 1px solid #FFFFFF;
  line-height: 1;
}
.footer_menuItem:last-child {
  margin-right: 0;
  border-right: none;
}
.footer_menuItem a {
  color: #FFFFFF;
  font-size: 12px;
  padding-right: 14px;
}
@media (max-width: 768px) {
  .footer_menuItem a {
    font-size: 10px;
  }
}
.footer_menuItem a:hover {
  opacity: 0.7;
}
.footer_copyright {
  color: #FFFFFF;
  font-size: 12px;
}
@media (max-width: 768px) {
  .footer_copyright {
    font-size: 10px;
  }
}

.envelope {
  text-align: center;
}
.envelope_contents {
  position: relative;
  display: inline-block;
}
.envelope_contents > img:first-child {
  display: block;
  width: 140px;
  height: auto;
  transition: all 0.7s ease 0s;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .envelope_contents > img:first-child {
    width: 120px;
    transition: all 0s ease 0s;
  }
}
@media (max-width: 768px) {
  .envelope_contents > img:first-child {
    width: 90px;
    transition: all 0s ease 0s;
  }
}
.envelope_contents > img:last-child {
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  transition: all 0.7s ease 0s;
  transform: translateX(-50%);
}
@media (min-width: 769px) and (max-width: 1200px) {
  .envelope_contents > img:last-child {
    transition: all 0s ease 0s;
  }
}
@media (max-width: 768px) {
  .envelope_contents > img:last-child {
    transition: all 0s ease 0s;
  }
}
.envelope_contents:hover > img:last-child {
  opacity: 1;
}
.envelope_contents.is-open > img:last-child {
  opacity: 1;
}

/*********************
**********************
ブロック一覧
**********************
*********************/
.coming {
  padding: 200px 40px;
  text-align: center;
}

.section {
  background: transparent;
  position: relative;
}
.section.-lower {
  padding: 80px 0;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .section.-lower {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .section.-lower {
    padding: 40px 0;
  }
}
.section_between {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  z-index: 2;
}
.section.-pNone {
  padding: 0 !important;
}
@media (max-width: 768px) {
  .section.-pNone {
    padding: 50px 0 !important;
  }
}
.section.-pbNone {
  padding-bottom: 0 !important;
}
.section.-pLarge {
  padding: 200px 0 220px;
}
@media (max-width: 768px) {
  .section.-pLarge {
    padding: 100px 0 120px;
  }
}
.section.-bgGray {
  background-color: #D9D9D9;
}
.section_wrapper {
  width: 70%;
  max-width: 1100px;
  background-color: #FFFFFF;
  margin: 0 auto;
  padding: 20px 100px 0;
  position: relative;
  z-index: 100;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .section_wrapper {
    padding: 20px 90px 0;
    width: 80%;
  }
}
@media (max-width: 768px) {
  .section_wrapper {
    padding: 14px 30px 0;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .section_wrapper.-marginSpSmall {
    padding: 40px 14px 0;
  }
}
.section_wrapper.-archive {
  padding: 20px 40px 0;
}
@media (max-width: 768px) {
  .section_wrapper.-archive {
    padding: 14px 20px 0;
  }
}
.section_wrapper.-paddingSmall {
  padding: 60px 60px 0;
}
.section_wrapper.-top {
  position: relative;
  transform: translateY(-200px);
}
.section_wrapper.-top::after {
  content: "";
  position: absolute;
  top: 100%;
  height: 200px;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .section_wrapper.-top {
    transform: translateY(-120px);
  }
  .section_wrapper.-top::after {
    content: "";
    position: absolute;
    top: 100%;
    height: 120px;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
  }
}
.section_sns {
  position: absolute;
  top: 180px;
  left: calc(100% + 6px);
  width: 100%;
  max-width: 160px;
  margin: 0;
  z-index: 2;
}
.section_snsTitle {
  font-family: "Jura", sans-serif;
  font-size: 13px;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 2px;
  margin-bottom: 32px;
}
.section_snsItems {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.section_snsItem {
  margin-bottom: 20px;
}
.section_snsItem:last-child {
  margin-bottom: 0;
}
.section_snsItem img {
  width: 30px;
  height: 30px;
}
.section_snsItem:hover {
  animation: shakeX2 0.4s ease-in-out;
}
.section_title {
  font-size: 42px;
  font-weight: 700;
  display: block;
  position: relative;
  margin-bottom: 16px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .section_title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .section_title {
    font-size: 24px;
  }
}
.section_title.-tac {
  text-align: center;
}
.section_title.-plMedium {
  padding-left: 40px;
}
@media (max-width: 768px) {
  .section_title.-plMedium {
    padding-left: 0px;
  }
}
.section_title.-fzMedium {
  font-size: 30px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .section_title.-fzMedium {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .section_title.-fzMedium {
    font-size: 20px;
  }
}
.section_title.-fw900 {
  font-weight: 900;
}
.section_subTitle {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section_subTitle {
    font-size: 16px;
  }
}
.section_titleLeftWrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .section_titleLeftWrapper {
    flex-direction: column;
    justify-items: left;
  }
}
.section_titleLeft {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  text-orientation: mixed;
  font-family: "Jura", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .section_titleLeft {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .section_titleLeft {
    font-size: 18px;
    writing-mode: vertical-rl;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    white-space: normal;
  }
}
.section_text {
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .section_text {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .section_text {
    font-size: 12px;
  }
}
.section_text.-plMedium {
  padding-left: 40px;
}
@media (max-width: 768px) {
  .section_text.-plMedium {
    padding-left: 0px;
  }
}
.section_text.-largeMore {
  font-size: 40px;
  font-weight: 500;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .section_text.-largeMore {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .section_text.-largeMore {
    font-size: 25px;
  }
}
.section_text.-large {
  font-size: 32px;
  font-weight: 500;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .section_text.-large {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .section_text.-large {
    font-size: 24px;
  }
}
.section_text.-mediumMore {
  font-size: 28px;
  font-weight: 500;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .section_text.-mediumMore {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .section_text.-mediumMore {
    font-size: 18px;
  }
}
.section_text.-medium {
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .section_text.-medium {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .section_text.-medium {
    font-size: 16px;
  }
}
.section_text.-smallMore {
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .section_text.-smallMore {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .section_text.-smallMore {
    font-size: 14px;
  }
}
.section_text.-small {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .section_text.-small {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .section_text.-small {
    font-size: 12px;
  }
}
.section_text.-small-more {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .section_text.-small-more {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .section_text.-small-more {
    font-size: 11px;
  }
}
.section_text.-cWhite {
  color: #FFFFFF;
}
.section_text.-cGray {
  color: #D9D9D9;
}
.section_text.-tac {
  text-align: center;
}
.section_text.-fwb {
  font-weight: bold;
}
.section_text.-lhMedium {
  line-height: 1.8;
}
.section_text.-lhLarge {
  line-height: 2;
}
.section_text.-lhLarge-more {
  line-height: 2.5;
}
.section_text.-ffJura {
  font-family: "Jura", sans-serif;
}

.btnWrapper {
  margin-top: 60px;
  display: flex;
  justify-content: flex-start;
  text-align: center;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .btnWrapper {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .btnWrapper {
    margin-top: 30px;
  }
}
.btnWrapper.-right {
  display: flex;
  justify-content: flex-end;
}
.btnWrapper.-center {
  display: flex;
  justify-content: center;
}
.btnWrapper.-relative {
  position: relative;
  z-index: 200;
}
.btnWrapper.-mtSmall {
  margin-top: 30px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .btnWrapper.-mtSmall {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .btnWrapper.-mtSmall {
    margin-top: 20px;
  }
}
.btnWrapper.-mtLarge {
  margin-top: 140px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .btnWrapper.-mtLarge {
    margin-top: 120px;
  }
}
@media (max-width: 768px) {
  .btnWrapper.-mtLarge {
    margin-top: 100px;
  }
}
.btnWrapper.-mt0 {
  margin-top: 0;
}
.btnWrapper.-pagination {
  display: flex;
  justify-content: center;
}
.btnWrapper.-pagination img {
  width: 160px;
  height: auto;
}
@media (max-width: 768px) {
  .btnWrapper.-pagination img {
    width: 120px;
  }
}

.shareBtn {
  display: inline-block;
  padding: 16px 34px 16px 20px;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  position: relative;
  background-color: #6DB3D4;
  transition: all 0.3s ease 0s;
}
@media (max-width: 768px) {
  .shareBtn {
    font-size: 12px;
    width: 80%;
    padding: 12px 30px 12px 12px;
  }
}
.shareBtn img {
  width: 24px;
  height: auto;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .shareBtn img {
    width: 20px;
  }
}
.shareBtn:hover {
  opacity: 0.8;
}

.btn {
  display: inline-block;
  padding: 16px 34px 16px 20px;
  width: 100%;
  max-width: 320px;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  position: relative;
}
@media (max-width: 768px) {
  .btn {
    font-size: 12px;
    width: 80%;
    padding: 12px 30px 12px 12px;
  }
}
.btn.-bgBlack {
  background-color: #3C3C3C;
}
.btn.-bgWhite {
  background-color: #FFFFFF;
  color: #3C3C3C;
}
.btn.-bgWhite i {
  color: #3C3C3C;
}
.btn.-bgMainThin {
  background-color: #6DB3D4;
}
.btn.-sizeMid {
  width: 320px;
}
@media (max-width: 768px) {
  .btn.-sizeMid {
    width: 100%;
    max-width: 320px;
  }
}
.btn.-w100 {
  width: 100%;
  max-width: 400px;
}
.btn.-wSp100 {
  width: 100%;
  max-width: none;
}
.btn i {
  position: absolute;
  top: 50%;
  right: 34px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #FFFFFF;
}
.btn img {
  position: absolute;
  top: 50%;
  left: 34px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #FFFFFF;
  width: 20px;
  height: auto;
}
@media (min-width: 1200px) {
  .btn:hover i {
    animation: arrowBounce 0.4s ease-in-out;
  }
}

.btnLine {
  display: inline-block;
  padding: 16px 20px;
  width: 100%;
  max-width: 320px;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  background-color: #00B900;
  border-radius: 6px;
  box-shadow: 0 0 20px 8px rgba(50, 173, 230, 0.2);
  font-weight: 700;
}
@media (max-width: 768px) {
  .btnLine {
    font-size: 16px;
  }
}
.btnLine.-sizeMid {
  width: 320px;
}
@media (max-width: 768px) {
  .btnLine.-sizeMid {
    width: 100%;
    max-width: 320px;
  }
}
.btnLine.-w100 {
  width: 100%;
  max-width: 400px;
}
.btnLine.-wSp100 {
  width: 100%;
  max-width: none;
}
.btnLine img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.btnLine:hover img {
  animation: shakeX2 0.4s ease-in-out;
}

@keyframes shakeX2 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(1px);
  }
  75% {
    transform: translateX(-1px);
  }
  100% {
    transform: translateX(0);
  }
}
.btnContact {
  display: inline-block;
  padding: 16px 34px 16px 20px;
  width: 100%;
  max-width: 320px;
  background-color: #6DB3D4;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  position: relative;
}
@media (max-width: 768px) {
  .btnContact {
    font-size: 12px;
    width: 100%;
    padding: 12px 30px 12px 12px;
  }
}
.btnContact.-bgBlack {
  background-color: #3C3C3C;
}
.btnContact.-bgWhite {
  background-color: #FFFFFF;
  color: #3C3C3C;
}
.btnContact.-bgWhite i {
  color: #3C3C3C;
}
.btnContact.-bgMainThin {
  background-color: #6DB3D4;
}
.btnContact.-sizeMid {
  width: 320px;
}
@media (max-width: 768px) {
  .btnContact.-sizeMid {
    width: 100%;
    max-width: 320px;
  }
}
.btnContact.-w100 {
  width: 100%;
  max-width: 400px;
}
.btnContact.-wSp100 {
  width: 100%;
  max-width: none;
}
.btnContact i {
  position: absolute;
  top: 50%;
  right: 34px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  .btnContact:hover i {
    animation: arrowBounce 0.4s ease-in-out;
  }
}

.btnMore {
  display: inline-block;
  background-color: #3C3C3C;
  color: #FFFFFF;
  width: 320px;
  padding: 16px 40px 16px 20px;
  text-align: center;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 16px;
  border: 2px solid #3C3C3C;
  border-radius: 6px;
  font-weight: 700;
  box-shadow: 0 0 20px 8px rgba(50, 173, 230, 0.2);
}
@media (max-width: 768px) {
  .btnMore {
    font-size: 15px;
  }
}
.btnMore i {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
}
@media (min-width: 1200px) {
  .btnMore:hover {
    background-color: #FFFFFF;
    color: #3C3C3C;
    border: 2px solid #3C3C3C;
  }
  .btnMore:hover i {
    animation: arrowBounce 0.6s ease forwards;
  }
}
.btnMore.-reverse {
  background-color: #FFFFFF;
  color: #3C3C3C;
  border: 1px solid #FFFFFF;
}
@media (min-width: 1200px) {
  .btnMore.-reverse:hover {
    background-color: #3C3C3C;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
  }
  .btnMore.-reverse:hover i {
    animation: arrowBounce 0.6s ease forwards;
  }
}
.btnMore.-small {
  width: 310px;
}

@keyframes arrowBounce {
  0% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(6px);
  }
  100% {
    transform: translateY(-50%) translateX(0);
  }
}
.btnDetail {
  display: inline-block;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .btnDetail {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .btnDetail:hover .btnDetail_icon {
    background-color: #FFFFFF;
    border: 1px solid #3C3C3C;
  }
  .btnDetail:hover i {
    color: #3C3C3C;
    animation: arrowBounceDetail 0.6s ease forwards;
  }
}
.btnDetail_text {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-right: 12px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 768px) {
  .btnDetail_text {
    font-size: 13px;
    margin-right: 6px;
  }
}
.btnDetail_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background-color: #3C3C3C;
  border: 1px solid #3C3C3C;
  transition: all 0.3s ease 0s;
}
@media (max-width: 768px) {
  .btnDetail_icon {
    width: 28px;
    height: 28px;
  }
}
.btnDetail_icon i {
  color: #FFFFFF;
  font-size: 12px;
}

@keyframes arrowBounceDetail {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(6px);
  }
  100% {
    transform: translateX(0);
  }
}
.breadcrumb {
  padding: 6px 0;
  margin-bottom: 80px;
  position: relative;
  z-index: 100;
}
@media (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 48px;
  }
}
.breadcrumb_text {
  font-size: 12px;
}
@media (max-width: 768px) {
  .breadcrumb_text {
    font-size: 10px;
  }
}
.breadcrumb_text i {
  margin: 0 10px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .breadcrumb_text i {
    font-size: 11px;
  }
}
.breadcrumb_text a {
  transition: all 0.3s ease 0s;
}
.breadcrumb_text a:hover {
  color: #32ADE6;
}

.card {
  display: grid;
}
.card.-four {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 24px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .card.-four {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 40px;
  }
}
@media (max-width: 768px) {
  .card.-four {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 24px;
  }
}
.card.-three {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .card.-three {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 24px;
  }
}
@media (max-width: 768px) {
  .card.-three {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 12px;
  }
}

.mov_wrapper {
  width: 100%;
  text-align: center;
}
.mov_wrapper video {
  width: 100%;
  height: auto;
}
.mov_wrapper video.-medium {
  width: 80%;
  height: auto;
}
@media (max-width: 768px) {
  .mov_wrapper video.-medium {
    width: 100%;
  }
}
.mov_wrapper video.-small {
  width: 60%;
  height: auto;
}
@media (max-width: 768px) {
  .mov_wrapper video.-small {
    width: 80%;
  }
}

.swiper-container {
  overflow: hidden;
}

.swiper-wrapper {
  transition-timing-function: linear;
  position: relative;
  z-index: 20;
  margin-bottom: 10px;
}

.topSwiper-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.topSwiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background-color: #3C3C3C;
  border-radius: 2px;
  opacity: 1;
  transition: background-color 0.3s;
}
.topSwiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #32ADE6;
}

.themeSwiper-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.themeSwiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  border-radius: 50%;
  opacity: 1;
  transition: background-color 0.3s;
}
.themeSwiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #32ADE6;
}
.themeSwiper-pagination.-single .swiper-pagination-bullet {
  background-color: #D9D9D9;
}
.themeSwiper-pagination.-single .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #32ADE6;
}

.topSwiper-controls {
  position: absolute;
  right: 40px;
  bottom: calc(100% + 20px);
  display: flex;
  gap: 8px;
  z-index: 20;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .topSwiper-controls {
    right: 24px;
  }
}
@media (max-width: 768px) {
  .topSwiper-controls {
    right: 10px;
    bottom: calc(100% + 6px);
  }
}
.topSwiper-controls .swiper-button-prev,
.topSwiper-controls .swiper-button-next {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #3C3C3C;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s;
  position: static;
  z-index: 20;
}
@media (max-width: 768px) {
  .topSwiper-controls .swiper-button-prev,
  .topSwiper-controls .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
.topSwiper-controls .swiper-button-prev::after,
.topSwiper-controls .swiper-button-next::after {
  font-size: 12px;
}
.topSwiper-controls .swiper-button-prev:hover,
.topSwiper-controls .swiper-button-next:hover {
  opacity: 0.7;
}
.topSwiper-controls .swiper-button-prev::after {
  content: "←";
}
.topSwiper-controls .swiper-button-next::after {
  content: "→";
}

.themeSwiper-controls {
  position: absolute;
  right: 40px;
  bottom: calc(100% + 20px);
  display: flex;
  gap: 8px;
  z-index: 20;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .themeSwiper-controls {
    right: 24px;
  }
}
@media (max-width: 768px) {
  .themeSwiper-controls {
    right: 10px;
    bottom: calc(100% + 6px);
  }
}
.themeSwiper-controls .swiper-button-prev,
.themeSwiper-controls .swiper-button-next {
  width: 34px;
  height: 34px;
  background-color: #3C3C3C;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s;
  position: static;
  z-index: 20;
}
@media (max-width: 768px) {
  .themeSwiper-controls .swiper-button-prev,
  .themeSwiper-controls .swiper-button-next {
    width: 20px;
    height: 20px;
  }
}
.themeSwiper-controls .swiper-button-prev::after,
.themeSwiper-controls .swiper-button-next::after {
  font-size: 12px;
}
.themeSwiper-controls .swiper-button-prev:hover,
.themeSwiper-controls .swiper-button-next:hover {
  opacity: 0.7;
}
.themeSwiper-controls .swiper-button-prev::after {
  content: "←";
}
.themeSwiper-controls .swiper-button-next::after {
  content: "→";
}

.swiper-slide {
  height: auto !important;
}

.js-topSwiper {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}

.js-themeSwiper {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}

.paginationBtn {
  width: 60px;
  height: 60px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .paginationBtn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  .paginationBtn {
    width: 30px;
    height: 30px;
  }
}
.paginationBtn i {
  color: #32ADE6;
  transition: all 0.3s ease 0s;
}
@media (min-width: 1200px) {
  .paginationBtn:hover {
    background-color: #32ADE6;
  }
  .paginationBtn:hover i {
    color: #FFFFFF;
  }
}

.pagination {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .pagination {
    margin-top: 60px;
  }
}
.pagination_top {
  margin-bottom: 6px;
  font-size: 20px;
}
.pagination_itemWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination_item {
  font-size: 20px;
  margin-right: 18px;
}
@media (max-width: 768px) {
  .pagination_item {
    margin-right: 8px;
  }
}
.pagination_item:last-child {
  margin-right: 0;
}
.pagination_item.-pre {
  width: 60px;
  height: 60px;
  background-color: #3C3C3C;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .pagination_item.-pre {
    width: 40px;
    height: 40px;
  }
}
.pagination_item.-pre i {
  color: #FFFFFF;
}
.pagination_item.-next {
  width: 70px;
  height: 70px;
  background-color: #3C3C3C;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .pagination_item.-next {
    width: 40px;
    height: 40px;
  }
}
.pagination_item.-next i {
  color: #FFFFFF;
}
.pagination_item.-active {
  border-bottom: 2px solid #3C3C3C;
}

.pagination .page-numbers {
  font-size: 20px;
  margin-right: 18px;
}
.pagination .page-numbers:last-child {
  margin-right: 0;
}
.pagination .current {
  border-bottom: 2px solid #3C3C3C;
  padding-top: 2px;
}
.pagination .prev, .pagination .next {
  width: 60px;
  height: 60px;
  background-color: #3C3C3C;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .pagination .prev, .pagination .next {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  .pagination .prev, .pagination .next {
    width: 40px;
    height: 40px;
  }
}
.pagination .prev i, .pagination .next i {
  color: #FFFFFF;
}

.pageTop {
  margin-top: 120px;
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .pageTop {
    margin-top: 110px;
  }
}
@media (max-width: 768px) {
  .pageTop {
    margin-top: 70px;
  }
}
.pageTop_inner {
  height: 290px;
  overflow: hidden;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .pageTop_inner {
    height: 280px;
  }
}
@media (max-width: 768px) {
  .pageTop_inner {
    height: 180px;
  }
}
.pageTop_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*********************
**********************
index.php
**********************
*********************/
.bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#particles-js,
#particles-js canvas {
  pointer-events: none !important;
}

#particles-js {
  background-color: #3C3C3C;
  height: 100vh; /* フォールバック */
  height: 100dvh; /* モバイルの動的ビューポート対応 */
}

.content {
  position: absolute;
  top: 50%;
  left: 25%;
  height: 100px;
  width: 50vw;
}

.content-text {
  color: #fff;
  line-height: 100px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.part {
  display: flex;
}
@media (max-width: 768px) {
  .part {
    flex-direction: column;
  }
}
.part.-first {
  margin-top: 120px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .part.-first {
    margin-top: 110px;
  }
}
@media (max-width: 768px) {
  .part.-first {
    margin-top: 70px;
    flex-direction: column;
  }
}
.part_left {
  width: 13%;
  background-color: #FFFFFF;
  z-index: 1;
  padding-bottom: 40px;
}
.part_left.-pt40 {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .part_left.-pt40 {
    padding-top: 12px;
  }
}
.part_left.-pt80 {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .part_left.-pt80 {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .part_left {
    width: 100%;
    padding-bottom: 10px;
    display: none;
  }
}
.part_center {
  width: 74%;
  background: #FFFFFF;
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .part_center {
    width: 92%;
  }
}
.part_center.-topTriangle {
  position: relative;
}
.part_center.-topTriangle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #FFFFFF;
  z-index: 2;
  pointer-events: none;
}
.part_center.-bottomTriangle {
  position: relative;
}
.part_center.-bottomTriangle::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #D9D9D9;
  z-index: 2;
  pointer-events: none;
}
.part_center.-pt40 {
  padding-top: 40px;
}
.part_center.-pt80 {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .part_center.-pt80 {
    padding-top: 40px;
  }
}
.part_center.-pb80 {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .part_center.-pb80 {
    padding-bottom: 40px;
  }
}
.part_center.-pb120 {
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .part_center.-pb120 {
    padding-bottom: 60px;
  }
}
.part_center.-mrAuto {
  margin-right: auto;
}
.part_center.-mlAuto {
  margin-left: auto;
}
.part_center.-bgTransparent {
  background: transparent;
}
.part_center.-bgGray {
  background: #D9D9D9;
}
@media (max-width: 768px) {
  .part_center.-container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.part_center.-bgBox01 {
  position: relative;
}
.part_center.-bgBox01::before {
  content: "";
  position: absolute;
  left: 60px;
  top: 0;
  height: 80px;
  width: 70%;
  background-color: #f7f7f7;
}
.part_center.-bgBox01::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 80px;
  width: 60px;
  background-color: #FFFFFF;
  z-index: 2;
}
@media (max-width: 768px) {
  .part_center.-bgBox01::before {
    left: 0;
    top: 0;
    height: 90%;
    width: 80%;
  }
  .part_center.-bgBox01::after {
    opacity: 0;
  }
}
.part_center.-topAbout.-bgBox02 {
  position: relative;
}
.part_center.-topAbout.-bgBox02::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 54%;
  width: calc(100% - 100px);
  background: linear-gradient(to right, #FFFFFF 0 60px, #f7f7f7 60px 100%);
  z-index: -1;
}
@media (max-width: 768px) {
  .part_center.-topAbout.-bgBox02::before {
    left: 0;
    bottom: 0;
    height: 60%;
    width: 70%;
    background: #f7f7f7;
  }
  .part_center.-topAbout.-bgBox02::after {
    opacity: 0;
  }
}
.part_centerContents {
  position: relative;
}
.part_centerContents.-mrAuto {
  margin-right: auto;
}
.part_centerContents.-mlAuto {
  margin-left: auto;
}
.part_right {
  width: 13%;
  position: fixed;
  top: 120px;
  right: 0;
  align-self: flex-start;
  height: max-content;
  z-index: 5;
}
@media (max-width: 768px) {
  .part_right {
    width: 8%;
    display: none;
  }
}

.topRecent_sns {
  padding-top: 68px;
  position: relative;
  z-index: 8;
  background: transparent;
}

.article {
  position: relative;
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 20px 8px rgba(50, 173, 230, 0.2);
  z-index: 4;
  transition: all 0.3s ease 0s;
  display: block;
}
@media (max-width: 768px) {
  .article {
    min-width: 0;
  }
}
.article > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article.-mrAuto {
  margin-right: auto;
}
.article.-mlAuto {
  margin-left: auto;
}
@media (min-width: 1200px) {
  .article:hover {
    box-shadow: 0px 8px 16px rgba(100, 100, 100, 0.3);
  }
}
.article.-large > .article_img {
  width: 55% !important;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .article.-large > .article_img {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .article.-large > .article_img {
    width: 100% !important;
  }
}
.article.-large > .article_bottom {
  width: 45% !important;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .article.-large > .article_bottom {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .article.-large > .article_bottom {
    width: 100% !important;
  }
}
.article.-flex {
  position: relative;
  display: flex;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .article.-flex {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .article.-flex {
    flex-direction: column;
  }
}
.article.-flex > .article_img {
  width: 44%;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .article.-flex > .article_img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .article.-flex > .article_img {
    width: 100%;
  }
}
.article.-flex > .article_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article.-flex > .article_bottom {
  width: 66%;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .article.-flex > .article_bottom {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .article.-flex > .article_bottom {
    width: 100%;
  }
}
.article_pickup {
  padding: 4px 18px;
  background-color: #6DB8F3;
  display: inline-block;
  margin-bottom: 14px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .article_pickup {
    margin-bottom: 5px;
  }
}
.article_pickup p {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .article_pickup p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .article_pickup p {
    font-size: 10px;
  }
}
.article_img img {
  width: 100%;
}
.article_bottom {
  padding: 20px 22px 42px 22px;
}
@media (max-width: 768px) {
  .article_bottom {
    padding: 12px 8px 12px 8px;
  }
}
.article_category {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  background-color: #3C3C3C;
}
.article_category p {
  color: #FFFFFF;
  padding: 6px 22px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .article_category p {
    font-size: 8px;
    padding: 4px 12px;
  }
}
.article_category.-pickup {
  padding: 6px 22px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .article_category.-pickup {
    padding: 4px 14px;
  }
}
.article_title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
  font-family: "kinuta-maruminold-stdn", serif;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .article_title {
    font-size: 15px;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .article_title {
    font-size: 12px;
    margin-bottom: 14px;
  }
}
.article_title.-fzLarge {
  font-size: 20px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .article_title.-fzLarge {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .article_title.-fzLarge {
    font-size: 13px;
    margin-bottom: 14px;
  }
}
.article_author {
  font-size: 13px;
  margin-bottom: 6px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .article_author {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .article_author {
    font-size: 10px;
  }
}
.article_date {
  font-size: 13px;
  margin-bottom: 40px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .article_date {
    font-size: 12px;
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .article_date {
    font-size: 10px;
    margin-bottom: 20px;
  }
}
.article_tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.article_tags.-center {
  justify-content: center;
}
.article_tagItem {
  position: relative;
  z-index: 10;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #3C3C3C;
  padding: 2px 8px;
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  transition: all 0.3s ease 0s;
}
@media (max-width: 768px) {
  .article_tagItem {
    margin-right: 6px;
    margin-bottom: 6px;
  }
}
@media (min-width: 1200px) {
  .article_tagItem:hover {
    background-color: #32ADE6;
    border: 1px solid #32ADE6;
  }
}
.article_tagItem:last-child {
  margin-right: 0;
}
.article_tagItem p {
  font-size: 12px;
  text-align: center;
  transition: all 0.3s ease 0s;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .article_tagItem p {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .article_tagItem p {
    font-size: 8px;
  }
}
@media (min-width: 1200px) {
  .article_tagItem p:hover {
    color: #FFFFFF;
  }
}

/* レイヤー昇格＆再描画の閉じ込め */
.article {
  will-change: opacity, transform;
  contain: paint;
}

/* GSAP中のみ影を切る用途（任意） */
.article.-noShadow {
  box-shadow: none;
}

/* できれば：transition対象を限定（推奨・副作用小） */
.article {
  transition: box-shadow 0.3s ease;
} /* all は避ける */
.theme_top {
  margin-bottom: 50px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .theme_top {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .theme_top {
    margin-bottom: 32px;
  }
}

.topAbout_contents {
  display: flex;
  align-items: flex-start;
  padding: 40px 24px;
  overflow: hidden;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .topAbout_contents {
    margin: 24px 0;
    flex-direction: column;
    padding: 24px 20px;
    margin-bottom: 60px;
  }
}
.topAbout_titleWrapper {
  width: 24%;
  margin-right: auto;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .topAbout_titleWrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.topAbout_messageWrapper {
  width: 70%;
  padding: 40px 24px 40px;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .topAbout_messageWrapper {
    width: 100%;
  }
}
.topAbout_title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
  text-align: center;
  color: #FFFFFF;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .topAbout_title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .topAbout_title {
    font-size: 20px;
  }
}
.topAbout_subtitle {
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .topAbout_subtitle {
    font-size: 14px;
  }
}
.topAbout_message {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .topAbout_message {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .topAbout_message {
    font-size: 18px;
  }
}
.topAbout_text {
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .topAbout_text {
    font-size: 13px;
  }
}

/*********************
**********************
about.php
**********************
*********************/
.about {
  overflow: visible;
  position: relative;
}
.about_img01 {
  text-align: center;
}
.about_img01 img {
  width: 100%;
  max-width: 340px;
  height: auto;
}
.about_wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .about_wrapper {
    flex-direction: column;
  }
}
.about_textWrapper {
  width: 68%;
  margin-right: auto;
}
@media (max-width: 768px) {
  .about_textWrapper {
    width: 100%;
    margin-bottom: 8px;
  }
}
.about_textWrapper.-small {
  width: 44%;
}
@media (max-width: 768px) {
  .about_textWrapper.-small {
    width: 100%;
    margin-bottom: 8px;
  }
}
.about_textWrapper.-medium {
  width: 54%;
}
@media (max-width: 768px) {
  .about_textWrapper.-medium {
    width: 100%;
    margin-bottom: 8px;
  }
}
.about_img {
  width: 30%;
}
@media (max-width: 768px) {
  .about_img {
    width: 100%;
    text-align: center;
  }
  .about_img img {
    width: 100%;
    max-width: 240px;
  }
}
.about_img.-large {
  width: 56%;
  margin-right: auto;
}
@media (max-width: 768px) {
  .about_img.-large {
    width: 100%;
    margin-bottom: 8px;
  }
}
.about_img.-medium {
  width: 46%;
}
@media (max-width: 768px) {
  .about_img.-medium {
    width: 100%;
    margin-bottom: 8px;
  }
}
.about_img03 {
  text-align: center;
}
.about_img03 img {
  width: 100%;
  max-width: 560px;
}
.about_concept {
  text-align: center;
}
.about_conceptSubtitle {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .about_conceptSubtitle {
    font-size: 14px;
  }
}
.about_conceptTitle {
  font-size: 32px;
  font-size: 900;
  margin-bottom: 20px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .about_conceptTitle {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .about_conceptTitle {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.about_footerLogo {
  text-align: center;
}
.about_footerLogo img {
  width: 100%;
  max-width: 300px;
}

.aboutPerson {
  background-color: #f7f7f7;
  padding: 24px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .aboutPerson {
    flex-direction: column;
    padding: 14px 8px 24px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.aboutPerson_img {
  width: 30%;
  margin-right: auto;
}
@media (max-width: 768px) {
  .aboutPerson_img {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
.aboutPerson_img img {
  max-width: 160px;
}
.aboutPerson_textWrapper {
  width: 68%;
}
.aboutPerson_name {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .aboutPerson_name {
    font-size: 16px;
  }
}
.aboutPerson_role {
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #3C3C3C;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 2px;
}
@media (max-width: 768px) {
  .aboutPerson_role {
    font-size: 11px;
  }
}
.aboutPerson_text {
  font-size: 11px;
}
@media (max-width: 768px) {
  .aboutPerson_text {
    font-size: 10px;
  }
}

/*********************
**********************
archive.php
**********************
*********************/
/*********************
**********************
tag.php
**********************
*********************/
/*********************
**********************
404.php
**********************
*********************/
.nf_items {
  display: flex;
}
@media (max-width: 768px) {
  .nf_items {
    flex-direction: column;
  }
}
.nf_itemLeft {
  width: 34%;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .nf_itemLeft {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.nf_itemRight {
  width: 60%;
}
@media (max-width: 768px) {
  .nf_itemRight {
    width: 100%;
  }
}
.nf_itemLeftTitle {
  font-size: 140px;
  line-height: 1;
  color: #32ADE6;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .nf_itemLeftTitle {
    font-size: 110px;
  }
}
@media (max-width: 768px) {
  .nf_itemLeftTitle {
    font-size: 90px;
  }
}
.nf_itemLeftSubtitle {
  font-size: 32px;
  margin-bottom: 8px;
  color: #32ADE6;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .nf_itemLeftSubtitle {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .nf_itemLeftSubtitle {
    font-size: 20px;
  }
}
.nf_itemLeftText {
  font-weight: 500;
  font-size: 20px;
  color: #32ADE6;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .nf_itemLeftText {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .nf_itemLeftText {
    font-size: 16px;
  }
}
.nf_itemRightText {
  margin-bottom: 30px;
  padding: 24px;
  background-color: #6DB3D4;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .nf_itemRightText {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .nf_itemRightText p {
    font-size: 14px;
  }
}

/*********************
**********************
page-privacy.php
**********************
*********************/
/*********************
**********************
page-contact.php
**********************
*********************/
.contact_inner {
  background-color: color;
}
.contact_confirmWrapper {
  width: 100%;
  border: 4px solid #32ADE6;
  padding: 30px 40px;
  background: transparent;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .contact_confirmWrapper {
    padding: 24px 24px;
  }
}
@media (max-width: 768px) {
  .contact_confirmWrapper {
    padding: 20px 14px;
    margin-top: 40px;
  }
}
.contact_confirmText {
  font-size: 18px;
  color: #32ADE6;
}
@media (max-width: 768px) {
  .contact_confirmText {
    font-size: 16px;
  }
}

.contactContents [type=text], .contactContents [type=email], .contactContents [type=tel], .contactContents textarea {
  border: 3px solid #D9D9D9 !important;
  box-shadow: 0px 0px 15px -5px #D9D9D9;
  border-radius: 6px;
}
.contactContents_top {
  font-size: 14px;
  margin-bottom: 50px;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .contactContents_top {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.contactContents_formWrapper {
  overflow: hidden;
}
.contactContents_formWrapper input[type=text] {
  width: 100%;
}
.contactContents_formWrapper input[type=textarea] {
  width: 100%;
}
.contactContents_formTitle {
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 4px;
  background-color: #32ADE6;
  color: #FFFFFF;
  padding: 10px 12px;
  text-align: center;
  border-radius: 8px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .contactContents_formTitle {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .contactContents_formTitle {
    font-size: 14px;
    padding: 4px 8px;
  }
}
.contactContents_formItem {
  padding: 24px 0;
  border-bottom: 1px solid #f7f7f7;
}
.contactContents_formItem.-alignTop {
  align-items: flex-start;
}
@media (max-width: 768px) {
  .contactContents_formItem {
    padding: 20px 0;
  }
}
.contactContents_dt {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
  margin-right: auto;
}
.contactContents_dt p {
  padding-right: 40px;
}
@media (max-width: 768px) {
  .contactContents_dt p {
    padding-right: 30px;
  }
}
.contactContents_dt p label {
  position: relative;
}
@media (max-width: 768px) {
  .contactContents_dt {
    width: 100%;
    padding-top: 0;
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.contactContents_dt.-file {
  margin-bottom: 14px;
}
.contactContents_dt.-pt0 {
  padding-top: 0;
}
.contactContents_dt.-required label:hover {
  cursor: default;
}
.contactContents_dt.-required label::after {
  content: "必須";
  position: absolute;
  top: 54%;
  left: calc(100% + 10px);
  transform: translateY(-50%);
  padding: 2px 8px;
  background-color: #E50000;
  font-size: 10px;
  color: #FFFFFF;
  width: 36px;
  text-align: center;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .contactContents_dt.-required label::after {
    padding: 2px 6px;
    font-size: 8px;
    width: 32px;
  }
}
.contactContents_dt.-any label:hover {
  cursor: default;
}
.contactContents_dt.-any label::after {
  content: "任意";
  position: absolute;
  top: 54%;
  left: calc(100% + 10px);
  transform: translateY(-50%);
  padding: 2px 8px;
  background-color: #D9D9D9;
  font-size: 10px;
  color: #FFFFFF;
  width: 36px;
  text-align: center;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .contactContents_dt.-any label::after {
    padding: 2px 6px;
    font-size: 8px;
    width: 32px;
  }
}
.contactContents_dd {
  width: 100%;
  font-size: 16px;
}
@media (max-width: 768px) {
  .contactContents_dd {
    font-size: 14px;
  }
}
.contactContents_dd [type=text], .contactContents_dd [type=email], .contactContents_dd [type=tel], .contactContents_dd textarea {
  border: 2px solid #D9D9D9;
  box-shadow: 0px 0px 20px -5px #D9D9D9;
  border-radius: 6px;
}
.contactContents_dd input[type=radio] {
  background-color: #D9D9D9;
}
.contactContents_dd.-wSmall [type=text], .contactContents_dd.-wSmall [type=email], .contactContents_dd.-wSmall [type=tel], .contactContents_dd.-wSmall textarea {
  max-width: 160px;
}
.contactContents_dd.-select p {
  position: relative;
}
.contactContents_dd.-select p::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #3C3C3C transparent transparent transparent;
  top: 20px;
  right: 20px;
  pointer-events: none;
  z-index: 20;
}
.contactContents_dd.-select p .selectItem {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background-color: #FFFFFF;
  border: 3px solid #D9D9D9 !important;
  box-shadow: 0px 0px 15px -5px #D9D9D9;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}
@media (max-width: 768px) {
  .contactContents_dd.-select p .selectItem {
    font-size: 13px;
  }
}
.contactContents_dd.-select p .selectItem option {
  font-size: 12px;
}
.contactContents_dd.-select p .selectItem option:first-child {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .contactContents_dd.-select p .selectItem option {
    font-size: 11px;
  }
}
.contactContents_dd.-radio .wpcf7-list-item {
  display: inline-block !important;
  margin-left: 0 !important;
  margin-right: 14px !important;
}
.contactContents_dd.-radio .wpcf7-list-item:last-child {
  margin-bottom: 0 !important;
}
.contactContents_dd.-radio input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.contactContents_dd.-radio span.wpcf7-list-item-label {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  cursor: pointer !important;
}
.contactContents_dd.-radio span.wpcf7-list-item-label::before {
  display: block !important;
  content: "" !important;
  border-radius: 50% !important;
  border: 2px solid #3C3C3C !important;
  width: 16px !important;
  height: 16px !important;
  margin-right: 10px !important;
}
.contactContents_dd.-radio span.wpcf7-list-item-label::after {
  display: block !important;
  position: absolute !important;
  content: "" !important;
  border-radius: 50% !important;
  width: 8px !important;
  height: 8px !important;
  background-color: #3C3C3C !important;
  left: 4px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: none !important;
}
.contactContents_dd.-radio input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block !important;
}
.contactContents_dd.-checkbox .wpcf7-list-item {
  margin: 4px 14px;
}
.contactContents_ddItem {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.contactContents_ddItem:last-child {
  margin-bottom: 0;
}
.contactContents_ddLeft {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .contactContents_ddLeft {
    width: 60px;
    margin-right: auto;
  }
}
.contactContents_ddLeft p {
  font-size: 15px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .contactContents_ddLeft p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .contactContents_ddLeft p {
    font-size: 13px;
  }
}
.contactContents_ddRight {
  width: 100%;
  max-width: 280px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .contactContents_ddRight {
    width: calc(100% - 70px);
    max-width: 400px;
  }
}
.contactContents_ddRight p {
  position: relative;
}
.contactContents_ddRight p::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #3C3C3C transparent transparent transparent;
  top: 20px;
  right: 20px;
  pointer-events: none;
  z-index: 20;
}
.contactContents_ddRight .contactContents_ddRightIcon {
  display: block;
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .contactContents_ddRight .contactContents_ddRightIcon {
    width: 24px;
    height: 24px;
    left: calc(100% + 6px);
  }
}
.contactContents_ddRight .select {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background-color: #FFFFFF;
  border: 3px solid #D9D9D9 !important;
  box-shadow: 0px 0px 15px -5px #D9D9D9;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}
@media (max-width: 768px) {
  .contactContents_ddRight .select {
    font-size: 13px;
  }
}
.contactContents_ddRight .select option {
  font-size: 12px;
}
.contactContents_ddRight .select option:first-child {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .contactContents_ddRight .select option {
    font-size: 11px;
  }
}
.contactContents_newsLinkText {
  font-size: 16px;
}
@media (max-width: 768px) {
  .contactContents_newsLinkText {
    font-size: 14px;
  }
}
.contactContents_newsLink {
  border-bottom: 1px solid #3C3C3C;
}
.contactContents_newsLink:hover {
  opacity: 0.7;
}
.contactContents_checkbox .wpcf7-list-item-label {
  display: none !important;
}
.contactContents_confirmBox {
  position: fixed;
  top: -100%;
  left: -50vw;
}
.contactContents_consent {
  text-align: center;
  margin-top: 60px;
  position: relative;
}
.contactContents_consent .privacyLink {
  margin-left: 8px;
  border-bottom: 1px solid #3C3C3C;
  font-size: 14px;
}
@media (max-width: 768px) {
  .contactContents_consent .privacyLink {
    font-size: 12px;
  }
}
.contactContents_consent .privacyLink.-ml0 {
  margin-left: 0;
}
.contactContents_consent .privacySpace {
  margin-left: 8px;
}
.contactContents_consent .wpcf7-not-valid-tip {
  position: absolute !important;
  top: calc(100% + 4px) !important;
  left: 0 !important;
  width: 300px !important;
}
.contactContents_btn {
  text-align: center;
  margin-top: 60px;
  position: relative;
}
.contactContents_btn p {
  text-align: center;
  width: 100%;
  position: relative;
}
.contactContents_btn.-edit p {
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 768px) {
  .contactContents_btn.-edit p {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .contactContents_btn {
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .contactContents_btn {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.contactContents_btn .ajax-loader {
  position: absolute !important;
  top: calc(100% + 8px) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.contactContents_recaptcha {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.contactContents_recaptcha .privacyLink {
  padding-left: 2px;
  padding-right: 2px;
  border-bottom: 1px solid #3C3C3C;
  transition: all 0.3s ease 0s;
  opacity: 0.7;
}
.contactContents_recaptcha .privacyLink:hover {
  opacity: 0.5;
}
.contactContents_recaptchaText {
  font-size: 13px;
}
@media (max-width: 768px) {
  .contactContents_recaptchaText {
    font-size: 11px;
  }
}

.datepicker-input {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.wpcf7-back {
  float: none !important;
  margin-top: 0 !important;
}

.wpcf7-spinner {
  position: absolute !important;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
}

.wpcf7-submit {
  display: inline-block;
}

.wpcf7-response-output {
  border-color: #3C3C3C !important;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

input[type=checkbox] {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 0px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}

/*********************
**********************
single.php
**********************
*********************/
.single_title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 36px;
  text-align: center;
  font-family: "kinuta-maruminold-stdn", serif;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .single_title {
    font-size: 18px;
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) {
  .single_title {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.single_thumb {
  margin-bottom: 30px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .single_thumb {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .single_thumb {
    margin-bottom: 20px;
  }
}
.single_date {
  margin-bottom: 34px;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .single_date {
    margin-bottom: 28px;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .single_date {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
.single_tagsWrapper {
  margin-bottom: 14px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .single_tagsWrapper {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .single_tagsWrapper {
    margin-bottom: 8px;
  }
}
.single_subtitle {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid #3C3C3C;
  margin-bottom: 30px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .single_subtitle {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .single_subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.single_author {
  margin-bottom: 30px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .single_author {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .single_author {
    margin-bottom: 20px;
  }
}
.single_lead {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .single_lead {
    margin-bottom: 34px;
  }
}
.single_lead p {
  font-size: 16px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .single_lead p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .single_lead p {
    font-size: 13px;
  }
}
.single_tableOfContents {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .single_tableOfContents {
    margin-bottom: 32px;
  }
}
.single_tableOfContents #ez-toc-container {
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 100%;
  padding: 20px 30px;
  border-top: 4px solid #f7f7f7;
  border-bottom: 4px solid #f7f7f7;
}
@media (max-width: 768px) {
  .single_tableOfContents #ez-toc-container {
    padding: 10px 15px;
  }
}
.single_tableOfContents #ez-toc-container .ez-toc-list li {
  padding: 10px 0 10px 0;
}
@media (max-width: 768px) {
  .single_tableOfContents #ez-toc-container .ez-toc-list li {
    padding: 5px 0 5px 0;
  }
}
.single_tableOfContents #ez-toc-container .ez-toc-link {
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 768px) {
  .single_tableOfContents #ez-toc-container .ez-toc-link {
    font-size: 14px;
  }
}
.single_tableOfContents #ez-toc-container .ez-toc-link::before {
  margin-right: 20px;
  font-size: 13px;
  content: "▶";
  transition: 0.3s;
}
@media (max-width: 768px) {
  .single_tableOfContents #ez-toc-container .ez-toc-link::before {
    font-size: 10px;
  }
}
.single_tableOfContents #ez-toc-container .ez-toc-link:hover {
  text-decoration: none;
}
.single_tableOfContents #ez-toc-container .ez-toc-link:hover::before {
  margin: 0 10px 0 10px;
  content: "▶";
}
.single_content {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .single_content {
    margin-top: 46px;
    margin-bottom: 40px;
    font-size: 13px;
  }
}
.single_content h2 {
  position: relative;
  padding-left: 52px;
  margin: 25px 0 25px 0;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .single_content h2 {
    padding-left: 32px;
    margin: 20px 0 20px 0;
    font-size: 15px;
  }
}
.single_content h2::before {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: black;
  content: "";
}
@media (max-width: 768px) {
  .single_content h2::before {
    width: 30px;
    top: 15px;
  }
}
.single_content h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .single_content h3 {
    font-size: 13px;
    margin: 14px 0;
  }
}
.single_content p {
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .single_content p {
    padding-bottom: 12px;
  }
}
.single_content p a {
  text-decoration: underline;
  text-underline-offset: 0.3em;
  transition: all 0.3s ease 0s;
}
.single_content p a:hover {
  opacity: 0.7;
}
.single_content .video {
  position: relative;
  margin-bottom: 15px;
  padding-top: 56.25%;
}
.single_content .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single_content figure .bold {
  font-weight: bold;
}
.single_content figcaption {
  margin-top: 3px;
}
.single_content #ez-toc-container {
  display: none;
}
.single_snsWrapper {
  display: flex;
  align-items: center;
  margin-bottom: 120px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .single_snsWrapper {
    flex-direction: column;
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .single_snsWrapper {
    flex-direction: column;
    margin-bottom: 80px;
  }
}
.single_btn {
  width: 48%;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .single_btn {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .single_btn {
    width: 100%;
    text-align: center;
  }
}
.single_btn.-left {
  margin-right: auto;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .single_btn.-left {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .single_btn.-left {
    margin-bottom: 18px;
  }
}

.author {
  display: flex;
  padding: 24px;
  background-color: #f7f7f7;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .author {
    flex-direction: column;
    padding: 20px;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .author {
    flex-direction: column;
    padding: 12px;
  }
}
.author_img {
  width: 100%;
  height: 100%;
  max-width: 140px;
  max-height: 140px;
  margin-right: auto;
  border-radius: 75px;
  overflow: hidden;
  box-shadow: 0px 8px 16px rgba(233, 233, 233, 0.904);
}
@media (min-width: 769px) and (max-width: 1200px) {
  .author_img {
    margin: 0 auto 14px;
  }
}
@media (max-width: 768px) {
  .author_img {
    margin: 0 auto 12px;
    max-width: 110px;
    max-height: 110px;
  }
  .author_img img {
    max-width: 340px;
  }
}
.author_body {
  width: calc(100% - 180px);
}
@media (min-width: 769px) and (max-width: 1200px) {
  .author_body {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .author_body {
    width: 100%;
  }
}
.author_name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .author_name {
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .author_name {
    font-size: 14px;
    text-align: center;
  }
}
.author_position {
  font-size: 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #3C3C3C;
  margin-bottom: 12px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .author_position {
    text-align: center;
    padding-bottom: 4px;
  }
}
@media (max-width: 768px) {
  .author_position {
    font-size: 10px;
    text-align: center;
    padding-bottom: 4px;
  }
}
.author_text {
  font-size: 12px;
}
@media (max-width: 768px) {
  .author_text {
    font-size: 10px;
  }
}

/*********************
**********************
ユーティリティ
**********************
*********************/
.u-edit {
  margin-right: 20px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .u-edit {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .u-edit {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.u-caution {
  font-size: 10px;
}
@media (max-width: 768px) {
  .u-caution {
    font-size: 9px;
  }
}

.u-marker {
  display: inline-block;
  position: relative;
}
.u-marker::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
  width: 100%;
  height: 28px;
  background-repeat: no-repeat;
  transition: width 0.3s ease;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .u-marker::after {
    height: 26px;
  }
}
@media (max-width: 768px) {
  .u-marker::after {
    height: 25px;
    bottom: 2px;
  }
}
.u-marker.-largeMost::after {
  background-image: url("../../assets/img/common/marker_largeMost.svg");
}
.u-marker.-largeMore::after {
  background-image: url("../../assets/img/common/marker_largeMore.svg");
}
.u-marker.-large::after {
  background-image: url("../../assets/img/common/marker_large.svg");
}
.u-marker.-mediumMore::after {
  background-image: url("../../assets/img/common/marker_mediumMore.svg");
}
.u-marker.-medium::after {
  background-image: url("../../assets/img/common/marker_medium.svg");
}
.u-marker.-smallMore::after {
  background-image: url("../../assets/img/common/marker_smallMore.svg");
}
.u-marker.-small::after {
  background-image: url("../../assets/img/common/marker_small.svg");
}

.u-cWhite {
  color: #FFFFFF;
}

.u-cMain {
  color: #32ADE6;
}

.u-link {
  transition: all 0.3s ease 0s;
}
.u-link:hover {
  opacity: 0.7;
  cursor: pointer;
}
.u-link.-cBlack {
  border-bottom: 1px solid #3C3C3C;
  color: #3C3C3C;
}

.u-fzMedium {
  font-size: 24px;
}
@media (max-width: 768px) {
  .u-fzMedium {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .u-fzMedium {
    font-size: 18px;
  }
}

.u-fzMedium-more {
  font-size: 20px;
}
@media (max-width: 768px) {
  .u-fzMedium-more {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .u-fzMedium-more {
    font-size: 16px;
  }
}

.u-comingWrapper {
  position: relative;
  cursor: default;
  width: 100%;
  height: 100%;
}
.u-comingWrapper::after {
  position: absolute;
  content: "Coming Soon";
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: #FFFFFF;
  background-color: rgba(119, 113, 113, 0.7);
}
@media (min-width: 769px) and (max-width: 1200px) {
  .u-comingWrapper::after {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .u-comingWrapper::after {
    font-size: 16px;
    max-width: 400px;
  }
}
.u-comingWrapper:hover {
  box-shadow: none;
}

.u-borderTop {
  border-top: 1px solid #3C3C3C;
}

.u-borderBottom {
  border-bottom: 1px solid #3C3C3C;
}
.u-borderBottom.-medium {
  border-bottom: 2px solid #3C3C3C;
}

.u-dib {
  display: inline-block;
}

.u-dnone {
  display: none;
}

.u-mlr3 {
  margin-right: 2.5px;
  margin-left: 2.5px;
}

.u-colorWhite {
  color: #FFFFFF;
}

.u-pl28 {
  padding-left: 28px;
}

.u-pl14 {
  padding-left: 14px;
}

.u-fwb {
  font-weight: 700;
}

.u-fwm {
  font-weight: 500;
}

.u-fwl {
  font-weight: 300;
}

.u-nowrap {
  word-break: keep-all;
  overflow-wrap: break-word;
}

.u-mtMedium {
  margin-top: 100px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .u-mtMedium {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .u-mtMedium {
    margin-top: 60px;
  }
}

.u-mtMedium-more {
  margin-top: 60px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .u-mtMedium-more {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .u-mtMedium-more {
    margin-top: 30px;
  }
}

.u-mtSmall {
  margin-top: 40px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .u-mtSmall {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .u-mtSmall {
    margin-top: 20px;
  }
}

.u-mbLarge {
  margin-bottom: 120px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .u-mbLarge {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .u-mbLarge {
    margin-bottom: 70px;
  }
}

.u-mbMedium {
  margin-bottom: 100px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .u-mbMedium {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .u-mbMedium {
    margin-bottom: 60px;
  }
}

.u-mbMedium-more {
  margin-bottom: 60px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .u-mbMedium-more {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .u-mbMedium-more {
    margin-bottom: 24px;
  }
}

.u-mbSmall {
  margin-bottom: 40px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .u-mbSmall {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .u-mbSmall {
    margin-bottom: 20px;
  }
}

.u-mbSmall-more {
  margin-bottom: 30px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .u-mbSmall-more {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .u-mbSmall-more {
    margin-bottom: 16px;
  }
}

.u-mbSmallest {
  margin-bottom: 20px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .u-mbSmallest {
    margin-bottom: 18px;
  }
}
@media (max-width: 768px) {
  .u-mbSmallest {
    margin-bottom: 16px;
  }
}

.u-mbSmallest-more {
  margin-bottom: 8px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .u-mbSmallest-more {
    margin-bottom: 6px;
  }
}
@media (max-width: 768px) {
  .u-mbSmallest-more {
    margin-bottom: 4px;
  }
}

.u-nowrap {
  word-break: keep-all;
  overflow-wrap: break-word;
}

.u-mb4 {
  margin-bottom: 4px;
}

.u-mb6 {
  margin-bottom: 6px;
}

.u-mb8 {
  margin-bottom: 8px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb12 {
  margin-bottom: 12px;
}

.u-mb14 {
  margin-bottom: 14px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb18 {
  margin-bottom: 18px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb36 {
  margin-bottom: 36px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr14 {
  margin-right: 14px;
}

.u-mr16 {
  margin-right: 16px;
}

.u-mr20 {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .u-mr20.-confirm {
    margin-right: 0;
  }
}

.u-ml10 {
  margin-left: 10px;
}

.u-mt72 {
  margin-top: 72px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-fz16 {
  font-size: 16px;
}

.u-fz17 {
  font-size: 17px;
}

.u-fz18 {
  font-size: 18px;
}

.u-fz20 {
  font-size: 20px;
}

.u-fz24 {
  font-size: 24px;
}

.u-fz32 {
  font-size: 32px;
}

.u-fz40 {
  font-size: 40px;
}

.u-fz50 {
  font-size: 50px;
}

.u-fzSmall-more {
  font-size: 12px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .u-fzSmall-more {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .u-fzSmall-more {
    font-size: 10px;
  }
}

.u-fzSmall {
  font-size: 16px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .u-fzSmall {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .u-fzSmall {
    font-size: 12px;
  }
}

.u-fzMedium-more {
  font-size: 18px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .u-fzMedium-more {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .u-fzMedium-more {
    font-size: 14px;
  }
}

.u-fzMedium {
  font-size: 24px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .u-fzMedium {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .u-fzMedium {
    font-size: 18px;
  }
}

.u-fzLarge {
  font-size: 30px;
  font-weight: 700;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .u-fzLarge {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .u-fzLarge {
    font-size: 22px;
  }
}

.u-tac {
  text-align: center;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .u-onlyPc {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .u-onlyPc {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .u-onlyTab {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .u-onlyTab {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .u-onlyPcTab {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .u-onlySp {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .u-onlySp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .u-onlySp {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .u-onlyTabSp {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .u-onlyTabSp {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .u-onlyTabSp {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .u-onlyPcSp {
    display: block !important;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .u-onlyPcSp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .u-onlyPcSp {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */