.clearfix {
  display: block; }
  .clearfix::before, .clearfix::after {
    clear: both;
    content: "";
    display: block; }

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

body,
button,
input,
select,
textarea {
  font-family: "Zen Old Mincho", serif; }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
div,
span,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
a,
img,
label,
form,
input,
textarea {
  margin: 0;
  padding: 0; }

ol,
ul {
  list-style: none; }

img {
  border: 0;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  max-width: 100%; }

a {
  background: transparent;
  cursor: pointer;
  outline: 0 none; }

html {
  display: flex;
  flex-direction: column;
  font-size: 62.5%; }

body {
  color: #000;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  min-height: 100vh;
  line-height: 1.75; }

main {
  flex: 1 1 auto; }

html {
  scroll-behavior: smooth; }

body {
  overflow-x: hidden; }
  @media (max-width: 767px) {
    body {
      font-size: 1.4rem;
      line-height: 1.75; } }

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

a {
  transition: all 0.3s;
  color: #284684;
  text-decoration: none;
  -webkit-text-decoration-skip: none;
  transition: background .3s, color .3s; }
  a:hover {
    color: #c1ad5f; }
  @media (min-width: 768px), print {
    a[href^="tel:"] {
      pointer-events: none; } }

img {
  vertical-align: middle;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

@media (min-width: 768px), print {
  .pc_hide {
    display: none !important; } }

@media (max-width: 767px) {
  .sp_hide {
    display: none !important; } }

::placeholder {
  color: #ccc;
  font-size: 1.4rem;
  opacity: 1; }

:-ms-input-placeholder {
  color: #ccc;
  font-size: 1.4rem; }

::-ms-input-placeholder {
  color: #ccc;
  font-size: 1.4rem; }

@media (max-width: 767px) {
  input[type=text] {
    font-size: 1.6rem; } }

main {
  overflow: hidden; }

.wrap {
  margin: auto;
  max-width: 1140px; }

@media (min-width: 768px), print {
  .scrollify {
    min-height: 100svh; } }

.scrollify_page {
  list-style: none;
  position: fixed;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20; }
  @media (max-width: 767px) {
    .scrollify_page {
      left: 15px; } }
  .scrollify_page li {
    margin-bottom: 12px; }
    @media (max-width: 767px) {
      .scrollify_page li {
        margin-bottom: 8px; } }
  .scrollify_page a {
    border: 1px solid #000;
    border-radius: 50%;
    display: block;
    height: 10px;
    width: 10px; }
    @media (max-width: 767px) {
      .scrollify_page a {
        height: 8px;
        width: 8px; } }
    .scrollify_page a.active {
      background: #000; }

.bg_container {
  background-color: #fff;
  background-image: linear-gradient(-90deg, #f1f2f5 1px, transparent 1px, transparent 50%, #f1f2f5 calc(50% + 1px), transparent calc(50% + 1px), transparent calc(100% - 1px), #f1f2f5 calc(100% - 1px));
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 1140px 10px; }
  @media (max-width: 1140px) {
    .bg_container {
      background-size: calc(100% - 100px) 10px; } }
  @media (max-width: 767px) {
    .bg_container {
      background-size: calc(100% - 40px) 10px; } }

header {
  font-family: "Zen Kaku Gothic New", sans-serif;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 30; }
  @media (min-width: 768px), print {
    header {
      align-items: center;
      display: flex;
      justify-content: space-between;
      padding: 20px 30px;
      transition: .5s background; }
      header.fixed {
        background: rgba(0, 0, 0, 0.7);
        left: 0;
        padding: 10px 30px;
        position: fixed;
        right: 0;
        top: 0; } }
  @media (max-width: 767px) {
    header {
      padding: 15px; } }

.header_logo {
  font-size: 1.4rem;
  font-weight: 400;
  width: 210px; }
  @media (max-width: 767px) {
    .header_logo {
      width: 160px; } }
  .header_logo a {
    color: #fff;
    text-align: left !important; }

.header_logo_txt {
  display: block;
  margin-top: 3px; }
  @media (max-width: 767px) {
    .header_logo_txt {
      font-size: 1.2rem; } }

@media (min-width: 768px), print {
  .header_nav {
    display: block !important; } }
@media (max-width: 767px) {
  .header_nav {
    background: #284684;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .3s;
    z-index: 2; }
    .header_nav.header_nav_show {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      opacity: 1; } }
@media (min-width: 768px), print {
  .header_nav ul {
    display: flex; } }
.header_nav a {
  color: #fff;
  display: block;
  padding: 0 15px; }
  @media (max-width: 1140px) {
    .header_nav a {
      font-size: 1.4rem;
      padding: 0 10px; } }
  @media (max-width: 767px) {
    .header_nav a {
      text-align: center;
      padding: 5px 10px; } }
  .header_nav a:hover {
    color: #c1ad5f; }

.header_nav_logo {
  margin-bottom: 30px;
  width: 200px; }
  @media (min-width: 768px), print {
    .header_nav_logo {
      display: none; } }

.header_menu {
  cursor: pointer;
  height: 47px;
  position: fixed;
  right: 15px;
  top: 15px;
  width: 47px;
  z-index: 3; }
  @media (min-width: 768px), print {
    .header_menu {
      display: none; } }
  .header_menu span,
  .header_menu span::before,
  .header_menu span::after {
    background: #fff;
    height: 1px;
    position: absolute;
    width: 30px; }
  .header_menu span {
    left: 10px;
    top: 23px;
    transition: background .3s; }
    .header_menu span::before, .header_menu span::after {
      content: "";
      left: 0;
      transition: transform .3s, background .3s, top .3s, bottom .3s; }
    .header_menu span::before {
      bottom: 10px; }
    .header_menu span::after {
      top: 10px; }
  .header_menu.header_menu_scr span,
  .header_menu.header_menu_scr span::before,
  .header_menu.header_menu_scr span::after {
    background: #284684; }
  .header_menu.header_menu_close span {
    background-color: transparent !important; }
    .header_menu.header_menu_close span::before, .header_menu.header_menu_close span::after {
      background-color: #fff; }
    .header_menu.header_menu_close span::before {
      transform: rotate(45deg);
      bottom: 0; }
    .header_menu.header_menu_close span::after {
      transform: rotate(-45deg);
      top: 0; }

.main_container {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  height: 100svh;
  padding-bottom: 50px;
  position: relative; }
  @media (min-width: 768px), print {
    .main_container {
      min-height: 800px; } }
  @media (max-width: 1140px) {
    .main_container {
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    .main_container {
      min-height: 500px; } }

.main_background {
  bottom: 50px;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }
  @media (max-width: 1140px) {
    .main_background {
      bottom: 40px; } }
  .main_background::after {
    background-color: #fff;
    /*background-image: linear-gradient(-90deg, #000 50%, transparent 50%), linear-gradient(#000 50%, transparent 50%);*/
    background-size: 2px 2px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .3;
    position: absolute;
    right: 0;
    top: 0; }

.main_background video {
  height: 100%;
  object-fit: cover;
  width: 100%; }

.main_count {
  padding: 20px; }
  .main_count dt {
    font-size: 3.6rem;
    font-weight: 400; }
    @media (max-width: 1140px) {
      .main_count dt {
        font-size: 3rem; } }
    @media (max-width: 767px) {
      .main_count dt {
        font-size: 2rem;
        margin-bottom: 10px; } }
    .main_count dt span {
      background: linear-gradient(180deg, transparent 70%, #c1ad5f 70%);
      display: inline-block;
      letter-spacing: .1em;
      line-height: 1.4;
      padding-left: .1em; }
  .main_count dd {
    font-family: "Lato", sans-serif;
    line-height: 1; }
    @media (min-width: 768px), print {
      .main_count dd {
        display: flex; } }

.count_days,
.count_time {
  align-items: center;
  display: flex; }

@media (min-width: 768px), print {
  .count_time {
    margin-left: 30px; } }
@media (max-width: 767px) {
  .count_time {
    margin-top: 10px; } }

.count_sub {
  font-size: 3rem;
  margin-right: 15px; }
  @media (max-width: 1140px) {
    .count_sub {
      font-size: 2.4rem;
      margin-right: 10px; } }
  @media (max-width: 767px) {
    .count_sub {
      font-size: 2rem; } }

.count_number {
  font-size: 18rem; }
  @media (max-width: 1140px) {
    .count_number {
      font-size: 10rem; } }
  @media (max-width: 767px) {
    .count_number {
      font-size: 5rem; } }

.count_seconds {
  align-self: flex-end;
  font-size: 10rem;
  margin-left: 30px; }
  @media (max-width: 1140px) {
    .count_seconds {
      font-size: 7rem;
      margin-left: 20px; } }
  @media (max-width: 767px) {
    .count_seconds {
      font-size: 3rem;
      margin-left: 10px; } }

.main_img {
  width: 60%;
  max-width: 500px; }

.main_txt {
  background: #284684;
  bottom: 0;
  color: #fff;
  padding: 30px 0;
  position: absolute;
  right: 0;
  width: calc(50% + 570px);
  min-width: 1140px; }
  @media (max-width: 1140px) {
    .main_txt {
      padding: 20px 0;
      width: calc(100% - 80px);
      min-width: 0; } }
  @media (max-width: 767px) {
    .main_txt {
      width: calc(100% - 40px); } }
  .main_txt h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 0 70px; }
    @media (max-width: 1140px) {
      .main_txt h2 {
        font-size: 2.4rem;
        padding: 0 50px; } }
    @media (max-width: 767px) {
      .main_txt h2 {
        font-size: 1.6rem;
        padding: 0 20px; } }
    .main_txt h2 span {
      display: inline-block; }

.main_txt_logo {
  margin: 0 10px;
  vertical-align: baseline;
  width: 240px; }
  @media (max-width: 1140px) {
    .main_txt_logo {
      width: 200px; } }
  @media (max-width: 767px) {
    .main_txt_logo {
      width: 140px; } }

.main_scroll_link {
  bottom: 50px;
  left: -100px;
  position: absolute;
  transform-origin: bottom right;
  transform: rotate(90deg); }
  @media (max-width: 1140px) {
    .main_scroll_link {
      bottom: 40px;
      left: -120px; } }
  .main_scroll_link a {
    color: #fff;
    display: block;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    padding-right: 70px;
    position: relative; }
    .main_scroll_link a::before, .main_scroll_link a::after {
      background: #fff;
      content: "";
      position: absolute;
      right: 0;
      width: 60px; }
    .main_scroll_link a::before {
      height: 1px;
      top: 14px; }
    .main_scroll_link a::after {
      height: 3px;
      top: 13px;
      animation: scrollBar 2000ms infinite ease; }

.introduction {
  padding: 305px 0 130px;
  position: relative; }
  @media (max-width: 1140px) {
    .introduction {
      padding: 400px 0 100px; } }
  @media (max-width: 767px) {
    .introduction {
      padding: 200px 0 65px; } }

.intro_photo {
  left: 0;
  position: absolute;
  height: 500px;
  top: 100px;
  width: calc(50% + 300px);
  min-width: 870px; }
  @media (max-width: 1140px) {
    .intro_photo {
      top: 50px;
      width: 80%;
      min-width: 0; } }
  @media (max-width: 767px) {
    .intro_photo {
      height: 200px;
      width: 90%; } }
  .intro_photo img {
    object-fit: cover;
    object-position: left center;
    height: 100%;
    width: 100%; }

.intro_message {
  background: #fff;
  box-shadow: 30px 30px 0 0 #c1ad5f;
  margin-left: auto;
  padding: 30px 70px 40px;
  position: relative;
  width: 600px;
  z-index: 2; }
  @media (max-width: 1140px) {
    .intro_message {
      margin-right: 50px; } }
  @media (max-width: 767px) {
    .intro_message {
      box-shadow: 15px 15px 0 0 #c1ad5f;
      margin-right: 30px;
      padding: 30px 30px 40px;
      width: calc(100% - 80px); }
      .intro_message br {
        display: none; } }
  .intro_message::after {
    background: url("images/intro_img01.svg") center/contain no-repeat;
    bottom: -80px;
    content: "";
    height: 220px;
    position: absolute;
    right: -30px;
    width: 260px;
    z-index: 3; }
    @media (max-width: 767px) {
      .intro_message::after {
        bottom: -40px;
        height: 150px;
        right: -20px;
        width: 178px; } }

.intro_message_ttl {
  margin-left: -107px;
  width: 507px; }
  @media (max-width: 767px) {
    .intro_message_ttl {
      margin-left: -35px;
      width: 270px; } }
  .intro_message_ttl svg {
    fill: #c1ad5f; }

.intro_message_txt {
  font-size: 1.8rem;
  line-height: 2.2; }
  @media (max-width: 767px) {
    .intro_message_txt {
      font-size: 1.5rem; } }

.update {
  padding-bottom: 90px;
  position: relative; }
  @media (max-width: 1140px) {
    .update {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 767px) {
    .update {
      padding-bottom: 50px;
      padding-left: 20px;
      padding-right: 20px; } }
  .update::before {
    background: #f5f5f4;
    bottom: 90px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    min-width: 1080px;
    width: calc(50% + 510px);
    z-index: -1; }
    @media (max-width: 1140px) {
      .update::before {
        width: calc(100% - 50px);
        min-width: 0; } }
    @media (max-width: 767px) {
      .update::before {
        bottom: 50px; } }
  @media (min-width: 768px), print {
    .update .wrap {
      display: flex; } }

.update_ttl {
  font-size: 5rem;
  line-height: 1;
  padding-top: 35px;
  width: 310px; }
  @media (max-width: 1140px) {
    .update_ttl {
      font-size: 4rem;
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .update_ttl {
      font-size: 3rem;
      padding-left: 0; } }
  .update_ttl span {
    display: block;
    width: 180px; }
    @media (max-width: 767px) {
      .update_ttl span {
        width: 150px; } }
    .update_ttl span svg {
      fill: #c1ad5f; }

.update_list {
  padding: 60px 0;
  width: 700px; }
  @media (max-width: 1140px) {
    .update_list {
      width: auto; } }
  @media (max-width: 767px) {
    .update_list {
      padding: 30px 0; } }
  .update_list dl {
    align-items: center;
    border-top: 1px solid #fff;
    display: flex;
    padding: 12px 0; }
    @media (max-width: 1140px) {
      .update_list dl {
        align-items: flex-start; } }
    .update_list dl:first-of-type {
      border-top: 0; }
  .update_list dt {
    color: #c1ad5f;
    font-family: "Caveat", cursive;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.2;
    width: 120px; }
    @media (max-width: 767px) {
      .update_list dt {
        font-size: 2rem;
        width: 90px; } }
  .update_list dd {
    width: calc(100% - 120px); }
    @media (max-width: 767px) {
      .update_list dd {
        font-size: 1.3rem;
        width: calc(100% - 90px); } }

.thoughts {
  position: relative; }
  @media (min-width: 768px), print {
    .thoughts {
      align-items: center;
      display: flex;
      min-height: 1020px;
      padding: 90px 0 330px; } }
  @media (max-width: 767px) {
    .thoughts {
      padding-top: 200px; } }
  .thoughts::before {
    background: #fff;
    border-bottom: 1px solid #f1f2f5;
    content: "";
    height: 30%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1; }
    @media (max-width: 767px) {
      .thoughts::before {
        height: 100px; } }
  .thoughts::after {
    background: #c1ad5f;
    content: "";
    height: 600px;
    left: calc(-10% - 30px);
    overflow: hidden;
    position: absolute;
    top: 120px;
    transform: skewX(8deg);
    width: 50%; }
    @media (max-width: 767px) {
      .thoughts::after {
        height: 200px;
        top: 20px;
        width: 90%; } }

.thoughts_photo {
  left: -10%;
  overflow: hidden;
  position: absolute;
  transform: skewX(8deg);
  z-index: 2; }
  @media (min-width: 768px), print {
    .thoughts_photo {
      height: 600px;
      top: 90px;
      width: 50%; } }
  @media (max-width: 767px) {
    .thoughts_photo {
      height: 200px;
      top: 0;
      width: 90%; } }
  .thoughts_photo img {
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transform-origin: 0 100%;
    transform: skewX(-8deg);
    width: 100%; }

.thoughts_box {
  padding-left: 45%; }
  @media (max-width: 1140px) {
    .thoughts_box {
      padding-right: 50px; } }
  @media (max-width: 767px) {
    .thoughts_box {
      padding: 50px 30px; } }

.thou_sttl {
  margin-bottom: 10px;
  position: relative;
  width: 252px; }
  @media (max-width: 767px) {
    .thou_sttl {
      width: 200px; } }
  .thou_sttl svg {
    fill: #c1ad5f; }

.thou_sttl_txt {
  bottom: 7px;
  font-size: 2rem;
  font-weight: 700;
  left: 0;
  position: absolute; }
  @media (max-width: 767px) {
    .thou_sttl_txt {
      font-size: 1.6rem; } }

.thou_ttl {
  color: #284684;
  font-size: 5rem;
  line-height: 1.4;
  margin-bottom: 50px;
  padding-bottom: 40px;
  position: relative; }
  @media (max-width: 1140px) {
    .thou_ttl {
      font-size: 4rem;
      margin-bottom: 40px;
      padding-bottom: 30px; } }
  @media (max-width: 767px) {
    .thou_ttl {
      font-size: 2.8rem;
      margin-bottom: 25px;
      padding-bottom: 25px; } }
  .thou_ttl::before {
    background: #000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 120px; }
    @media (max-width: 1140px) {
      .thou_ttl::before {
        width: 100px; } }
    @media (max-width: 767px) {
      .thou_ttl::before {
        width: 80px; } }

.thou_txt {
  font-size: 1.8rem;
  line-height: 2.2; }
  @media (max-width: 767px) {
    .thou_txt {
      font-size: 1.4rem; } }

.message {
  background: linear-gradient(90deg, #c1ad5f 50%, transparent 50%);
  position: relative; }
  @media (min-width: 768px), print {
    .message {
      display: flex; } }
  @media (max-width: 767px) {
    .message {
      padding-left: 15px; } }

.message_photo {
  margin-left: auto;
  height: 710px;
  padding-top: 130px;
  width: calc(50% + 570px); }
  @media (max-width: 1140px) {
    .message_photo {
      width: 80%; } }
  @media (max-width: 767px) {
    .message_photo {
      height: 360px;
      padding-top: 30px;
      width: 100%; } }
  .message_photo img {
    object-fit: cover;
    object-position: left center;
    height: 100%;
    width: 100%; }
    @media (max-width: 767px) {
      .message_photo img {
        object-position: center; } }

.message_ceo {
  bottom: 50px;
  left: 50%;
  position: absolute;
  width: 570px; }
  @media (max-width: 767px) {
    .message_ceo {
      bottom: 15px;
      left: 42px;
      right: 0;
      width: auto; } }
  .message_ceo a {
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    display: block;
    padding: 60px 95px 20px 40px; }
    @media (max-width: 767px) {
      .message_ceo a {
        padding: 35px 48px 10px 15px; } }
    .message_ceo a::before, .message_ceo a::after {
      background: #000;
      content: "";
      height: 50px;
      position: absolute;
      right: 30px;
      transition: .3s right;
      width: 3px; }
      @media (max-width: 767px) {
        .message_ceo a::before, .message_ceo a::after {
          height: 30px;
          right: 15px !important;
          width: 2px; } }
    .message_ceo a::before {
      top: calc(50% - 50px);
      transform: rotate(-30deg);
      transform-origin: right bottom; }
      @media (max-width: 767px) {
        .message_ceo a::before {
          top: calc(50% - 30px); } }
    .message_ceo a::after {
      bottom: calc(50% - 50px);
      transform: rotate(30deg);
      transform-origin: right top; }
      @media (max-width: 767px) {
        .message_ceo a::after {
          bottom: calc(50% - 30px); } }
    .message_ceo a:hover::before, .message_ceo a:hover::after {
      right: 20px; }

.message_ceo_ttl {
  left: -5px;
  position: absolute;
  top: -35px;
  width: 288px; }
  @media (max-width: 767px) {
    .message_ceo_ttl {
      left: -10px;
      top: -25px;
      width: 180px; } }
  .message_ceo_ttl svg {
    fill: #284684; }

.message_ceo_txt {
  font-size: 1.8rem;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .message_ceo_txt {
      font-size: 1.2rem;
      margin-bottom: 5px; } }

.message_ceo_name {
  font-size: 1.4rem;
  line-height: 1.6; }
  @media (min-width: 768px), print {
    .message_ceo_name br {
      display: none; } }
  @media (max-width: 767px) {
    .message_ceo_name {
      font-size: 1.2rem;
      text-align: right; } }

.message02_ceo {
  background: url("images/thou_photo02_02.jpg") center/cover no-repeat;
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .message02_ceo {
      background: none;
      margin-bottom: 20px; } }
  .message02_ceo_inner {
    margin: 0 auto;
    max-width: 1140px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 100%;
    min-height: 450px; }
    @media (max-width: 767px) {
      .message02_ceo_inner {
        padding: 0; } }
  @media (min-width: 768px), print {
    .message02_ceo_img {
      display: none; } }
  .message02_ceo_svg {
    width: 100%; }
    @media (min-width: 768px), print {
      .message02_ceo_svg {
        right: 0;
        position: absolute;
        top: 13%;
        max-width: 490px;
        z-index: 2; } }
    @media (max-width: 767px) {
      .message02_ceo_svg {
        margin: 20px 20px 0 auto;
        max-width: 300px; } }
    .message02_ceo_svg svg {
      fill: #fff; }
      @media (max-width: 767px) {
        .message02_ceo_svg svg {
          fill: #c1ad5f; } }
  .message02_ceo_ttl {
    font-size: 5rem;
    line-height: 1.6; }
    @media (min-width: 768px), print {
      .message02_ceo_ttl {
        right: 10%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3; }
        .message02_ceo_ttl span {
          background-color: #fff;
          box-decoration-break: clone;
          -webkit-box-decoration-break: clone;
          display: inline;
          padding: 0 20px; } }
    @media (max-width: 767px) {
      .message02_ceo_ttl {
        font-size: 3rem;
        margin-top: -40px;
        padding: 0 20px; } }
.message02_txt {
  margin: 0 auto;
  max-width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
  line-height: 2;
  padding-bottom: 80px; }
  .message02_txt p {
    margin-bottom: 2em; }
    .message02_txt p:last-of-type {
      margin-bottom: 0; }
  .message02_txt_name {
    font-size: 1.4rem;
    margin-top: 80px;
    text-align: right; }
    @media (max-width: 767px) {
      .message02_txt_name {
        margin-top: 40px; } }
    .message02_txt_name span {
      display: inline-block; }

.history_inner {
  min-height: 100svh; }

.history_wrap {
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  /*	&.show {
  		.history_bg {
  			opacity: 1;
  		}
  	}*/ }

.history_bg {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  position: fixed;
  background-position: center center;
  opacity: 0;
  background-size: cover;
  transition: all 0.5s ease 0s;
  z-index: -1; }
  .history_bg.show {
    opacity: 1; }
  .history_bg.bg01 {
    background-image: url("images/history_bg01.jpg"); }
  .history_bg.bg02 {
    background-image: url("images/history_bg02.jpg"); }
  .history_bg.bg03 {
    background-image: url("images/history_bg03.jpg"); }

.history_ttl {
  padding: 180px 0 70px; }
  @media (max-width: 767px) {
    .history_ttl {
      padding: 60px 0 30px; } }
  .history_ttl svg {
    fill: #c1ad5f;
    left: calc(50% - 186px);
    position: absolute;
    top: 111px;
    width: 432px; }
    @media (max-width: 767px) {
      .history_ttl svg {
        left: calc(50% - 50px);
        top: 30px;
        width: 200px; } }
  .history_ttl span {
    color: #fff;
    display: block;
    font-size: 5rem;
    margin: 0 50% 0 auto;
    position: relative;
    text-align: right;
    z-index: 2; }
    @media (max-width: 767px) {
      .history_ttl span {
        font-size: 2.8rem;
        margin-right: 40%; } }

.history_timeline {
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative;
  max-width: 990px; }
  .history_timeline.history_timeline_start {
    padding-top: 40px; }
    @media (max-width: 767px) {
      .history_timeline.history_timeline_start {
        padding-top: 30px; } }
  @media (max-width: 1140px) {
    .history_timeline {
      width: 86.8421052632vw; } }

.history_time {
  align-items: center;
  background: #c1ad5f;
  display: flex;
  height: 45px;
  justify-content: center;
  padding-top: 3px;
  position: absolute;
  width: 180px; }
  @media (max-width: 767px) {
    .history_time {
      height: 35px;
      width: 120px; } }
  .history_time svg {
    fill: #fff;
    height: 39px; }
    @media (max-width: 767px) {
      .history_time svg {
        height: 29px; } }
  .history_time.history_time_past {
    right: -74px;
    top: -40px; }
    @media (max-width: 767px) {
      .history_time.history_time_past {
        right: -49px;
        top: -30px; } }
  .history_time.history_time_future {
    right: -89px;
    bottom: 0; }
    @media (max-width: 767px) {
      .history_time.history_time_future {
        right: -59px; } }

.history_timeline_ttl {
  font-size: 1.8rem;
  padding: 35px 28px 70px; }
  @media (max-width: 1140px) {
    .history_timeline_ttl {
      font-size: 1.4rem;
      padding: 20px 2.4561403509vw 40px; } }
  @media (max-width: 767px) {
    .history_timeline_ttl {
      font-size: 1rem; } }

.history_timeline_yokohama_ttl {
  color: #9cc4ff;
  text-align: right; }

.history_timeline_rk_ttl {
  color: #ffe378;
  text-align: left; }

.history_timeline_yokohama {
  border-right: 2px solid #c1ad5f;
  line-height: 1;
  position: relative;
  width: 371px; }
  @media (max-width: 1140px) {
    .history_timeline_yokohama {
      width: 32.5438596491vw; } }
  @media (max-width: 767px) {
    .history_timeline_yokohama {
      border-right-width: 1px; } }

.history_timeline_yokohama_box {
  padding-right: 63px;
  position: relative; }
  @media (max-width: 1140px) {
    .history_timeline_yokohama_box {
      padding-right: 5.5263157895vw; } }
  .history_timeline_yokohama_box::before, .history_timeline_yokohama_box::after {
    background: #9cc4ff;
    content: "";
    position: absolute; }
  .history_timeline_yokohama_box::before {
    height: 1px;
    right: 21px;
    top: 14px;
    width: 30px; }
    @media (max-width: 1140px) {
      .history_timeline_yokohama_box::before {
        right: 1.8421052632vw;
        top: 1.2280701754vw;
        width: 2.6315789474vw; } }
  .history_timeline_yokohama_box::after {
    border-radius: 100%;
    height: 14px;
    right: -8px;
    top: 8px;
    width: 14px; }
    @media (max-width: 1140px) {
      .history_timeline_yokohama_box::after {
        height: 1.2280701754vw;
        right: -0.701754386vw;
        top: 0.701754386vw;
        width: 1.2280701754vw; } }

.history_timeline_rk {
  line-height: 1;
  position: relative;
  width: 619px; }
  @media (max-width: 1140px) {
    .history_timeline_rk {
      width: 54.298245614vw; } }

.history_timeline_rk_box {
  padding-left: 96px;
  position: relative; }
  @media (max-width: 1140px) {
    .history_timeline_rk_box {
      padding-left: 8.4210526316vw; } }
  .history_timeline_rk_box::before, .history_timeline_rk_box::after {
    background: #ffe378;
    content: "";
    position: absolute; }
  .history_timeline_rk_box::before {
    height: 1px;
    left: 21px;
    top: 14px;
    width: 60px; }
    @media (max-width: 1140px) {
      .history_timeline_rk_box::before {
        left: 1.8421052632vw;
        top: 1.2280701754vw;
        width: 5.2631578947vw; } }
  .history_timeline_rk_box::after {
    border: 4px solid #fff;
    border-radius: 100%;
    height: 22px;
    left: -12px;
    top: 4px;
    width: 22px; }
    @media (max-width: 1140px) {
      .history_timeline_rk_box::after {
        border-width: 0.350877193vw;
        height: 1.9298245614vw;
        left: -1.0526315789vw;
        top: 0.350877193vw;
        width: 1.9298245614vw; } }
  .history_timeline_rk_box.history_timeline_rk_box_none::before, .history_timeline_rk_box.history_timeline_rk_box_none::after {
    display: none; }

.history_timeline_last {
  padding-bottom: 95px; }
  @media (max-width: 767px) {
    .history_timeline_last {
      padding-bottom: 60px; } }

.history_wrap_last {
  height: 90px; }
  @media (max-width: 767px) {
    .history_wrap_last {
      height: 60px; } }
  .history_wrap_last .history_timeline {
    height: 100%; }

.mission_ttl {
  line-height: 1;
  margin-bottom: 40px;
  position: relative;
  text-align: center; }
  @media (min-width: 768px), print {
    .mission_ttl {
      height: 160px; } }
  @media (max-width: 767px) {
    .mission_ttl {
      margin-bottom: 25px; } }
  .mission_ttl svg {
    fill: #c1ad5f;
    left: calc(50% - 100px);
    position: absolute;
    top: 25px;
    width: 372px;
    z-index: -1; }
    @media (max-width: 767px) {
      .mission_ttl svg {
        left: calc(50% - 50px);
        width: 200px; } }
  .mission_ttl span {
    display: block;
    font-size: 5rem;
    padding-top: 100px; }
    @media (max-width: 767px) {
      .mission_ttl span {
        font-size: 2.8rem;
        padding-right: 50px;
        padding-top: 60px; } }

.mission_intro {
  margin: 0 auto;
  max-width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
  text-align: center; }
  @media (min-width: 768px), print {
    .mission_intro {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .mission_intro {
      margin-bottom: 20px; } }

.mission_slider {
  overflow: hidden;
  position: relative; }
  @media (min-width: 768px), print {
    .mission_slider {
      height: 620px; } }
  .mission_slider .slick-prev,
  .mission_slider .slick-next,
  .mission_slider .slick-num {
    bottom: 30px; }
    @media (max-width: 767px) {
      .mission_slider .slick-prev,
      .mission_slider .slick-next,
      .mission_slider .slick-num {
        bottom: 20px; } }
  @media (min-width: 1141px) {
    .mission_slider .slick-prev {
      left: calc(50% + 218px); } }
  @media (max-width: 1140px) {
    .mission_slider .slick-prev {
      right: 146px; } }
  @media (max-width: 767px) {
    .mission_slider .slick-prev {
      right: 110px; } }
  @media (min-width: 1141px) {
    .mission_slider .slick-next {
      left: calc(50% + 334px); } }
  @media (max-width: 1140px) {
    .mission_slider .slick-next {
      right: 20px; } }
  @media (min-width: 1141px) {
    .mission_slider .slick-num {
      left: calc(50% + 254px); } }
  @media (max-width: 1140px) {
    .mission_slider .slick-num {
      right: 66px; } }
  @media (max-width: 767px) {
    .mission_slider .slick-num {
      right: 50px; } }

.mission_slider_item {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex !important;
  justify-content: center;
  position: relative;
  width: 100%; }
  @media (min-width: 768px), print {
    .mission_slider_item {
      height: 620px; } }
  @media (max-width: 767px) {
    .mission_slider_item {
      height: 420px; } }
  .mission_slider_item::before {
    background: rgba(162, 143, 61, 0.6);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }

.mission_slider_item01 {
  background-image: url("images/mission_photo01.jpg"); }

.mission_slider_item02 {
  background-image: url("images/mission_photo02.jpg"); }

.mission_slider_item03 {
  background-image: url("images/mission_photo03.jpg"); }

.mission_slider_item04 {
  background-image: url("images/mission_photo04.jpg"); }

.mission_slider_item05 {
  background-image: url("images/mission_photo05.jpg"); }

.mission_slider_wrap {
  padding: 50px 0;
  position: relative;
  text-align: center;
  max-width: 750px;
  width: 85%;
  z-index: 3; }
  @media (max-width: 767px) {
    .mission_slider_wrap {
      padding: 40px 20px 80px;
      width: 100%; } }

.mission_slider_sttl {
  font-size: 3.4rem;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .mission_slider_sttl {
      font-size: 1.5rem;
      margin-bottom: 20px; } }
  .mission_slider_sttl span {
    display: inline-block;
    padding: 0 30px;
    position: relative; }
    @media (max-width: 767px) {
      .mission_slider_sttl span {
        padding: 0 15px; } }
    .mission_slider_sttl span::before, .mission_slider_sttl span::after {
      background: #fff;
      content: "";
      height: 2px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 20px; }
      @media (max-width: 767px) {
        .mission_slider_sttl span::before, .mission_slider_sttl span::after {
          height: 1px;
          width: 10px; } }
    .mission_slider_sttl span::before {
      left: 0; }
    .mission_slider_sttl span::after {
      right: 0; }

.mission_slider_ttl {
  background: linear-gradient(transparent 0%, rgba(40, 70, 132, 0.9) 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 4rem;
  font-weight: 400;
  padding: 0 50px;
  text-align: center; }
  @media (max-width: 767px) {
    .mission_slider_ttl {
      font-size: 1.8rem;
      padding: 0 20px; } }

.mission_slider_txt {
  font-size: 2.2rem;
  line-height: 2;
  margin-top: 30px; }
  @media (max-width: 767px) {
    .mission_slider_txt {
      font-size: 1.4rem;
      margin-top: 20px; } }

.bg_currently_temporary {
  position: relative;
  z-index: 10; }
  @media (min-width: 768px), print {
    .bg_currently_temporary {
      margin-bottom: 10px; } }

.about {
  align-items: center;
  background: url("images/about_photo01.jpg") center/cover no-repeat;
  color: #fff;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px), print {
    .about {
      padding-bottom: 90px; } }
  .about::before {
    background: rgba(40, 70, 132, 0.8);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }

.about_wrap {
  padding: 40px 20px 60px;
  position: relative;
  text-align: center;
  max-width: 100%;
  z-index: 3; }
  @media (max-width: 767px) {
    .about_wrap {
      padding-bottom: 90px; } }

.about_sttl {
  margin: auto;
  width: 242px; }
  @media (max-width: 767px) {
    .about_sttl {
      width: 160px; } }
  .about_sttl svg {
    fill: #ffe378; }

.about_ttl {
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .about_ttl {
      font-size: 2rem;
      margin-bottom: 30px; } }

.about_slider {
  display: none;
  margin: auto;
  width: 100%;
  max-width: 800px; }
  .about_slider.slick-initialized {
    display: block; }
  @media (min-width: 768px), print {
    .about_slider .slick-prev,
    .about_slider .slick-next,
    .about_slider .slick-num {
      bottom: 0; } }
  @media (max-width: 767px) {
    .about_slider .slick-prev,
    .about_slider .slick-next,
    .about_slider .slick-num {
      bottom: -45px; } }
  .about_slider .slick-prev {
    right: 116px; }
    @media (max-width: 767px) {
      .about_slider .slick-prev {
        right: 90px; } }
  .about_slider .slick-next {
    right: 0; }
  .about_slider .slick-num {
    right: 36px; }
    @media (max-width: 767px) {
      .about_slider .slick-num {
        right: 30px; } }

.about_video {
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .about_video {
      margin-bottom: 10px; } }
  .about_video iframe {
    aspect-ratio: 16 / 9;
    height: 100%;
    width: 100%;
    max-width: 100%; }

.about_video_ttl {
  font-size: 3rem;
  line-height: 1.4;
  padding-right: 160px;
  text-align: left; }
  @media (max-width: 767px) {
    .about_video_ttl {
      font-size: 1.6rem;
      padding-right: 0; } }

.thanks {
  background: url("images/thanks_photo01.jpg") center/cover no-repeat;
  background-attachment: fixed;
  position: relative; }
  @media (max-width: 1140px) {
    .thanks {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 767px) {
    .thanks {
      padding-left: 20px;
      padding-right: 20px; } }
  .thanks::before {
    background: linear-gradient(rgba(241, 242, 245, 0.85) 0%, rgba(255, 255, 255, 0.4) 100%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }

.thanks_wrap {
  padding-bottom: 90px;
  padding-top: 60px;
  position: relative;
  z-index: 3; }
  @media (max-width: 767px) {
    .thanks_wrap {
      padding-bottom: 50px;
      padding-top: 30px; } }

.thanks_ttl {
  color: #c1ad5f;
  font-size: 5rem;
  margin-bottom: 20px;
  padding-top: 75px;
  position: relative; }
  @media (min-width: 768px), print {
    .thanks_ttl br {
      display: none; } }
  @media (max-width: 767px) {
    .thanks_ttl {
      font-size: 2.4rem;
      padding-top: 30px; } }
  .thanks_ttl span {
    display: block;
    left: -5px;
    position: absolute;
    top: 0;
    width: 562px;
    z-index: -1; }
    @media (max-width: 767px) {
      .thanks_ttl span {
        width: 250px; } }
    .thanks_ttl span svg {
      fill: #fff; }

.thanks_txt {
  font-size: 1.8rem;
  margin-bottom: 45px; }
  @media (max-width: 767px) {
    .thanks_txt {
      font-size: 1.4rem;
      margin-bottom: 30px; } }

.thanks_tab input[name="thanks_tab_item"] {
  display: none; }

.thanks_tab_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .thanks_tab_list li {
    font-family: "Zen Kaku Gothic New", sans-serif; }
    @media (min-width: 768px), print {
      .thanks_tab_list li {
        margin: 0 0 20px 20px;
        width: calc((100% - 40px) / 3); }
        .thanks_tab_list li:nth-of-type(3n+1) {
          margin-left: 0; } }
    @media (max-width: 767px) {
      .thanks_tab_list li {
        margin: 0 0 10px 10px;
        width: calc((100% - 10px) / 2); }
        .thanks_tab_list li:nth-of-type(2n+1) {
          margin-left: 0; } }

.thanks_tab_item {
  align-items: center;
  background: #fff;
  border: 1px solid #8b8671;
  color: #8b8671;
  cursor: pointer;
  display: flex;
  height: 100%;
  padding: 10px 40px 10px 20px;
  position: relative;
  transition: background .3s, color .3s;
  width: 100%; }
  @media (max-width: 767px) {
    .thanks_tab_item {
      font-size: 1.4rem;
      padding: 10px 30px 10px 15px; } }
  .thanks_tab_item svg {
    fill: #8b8671;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: fill .3s;
    width: 17px; }
    @media (max-width: 767px) {
      .thanks_tab_item svg {
        right: 10px;
        width: 12px; } }
  .thanks_tab_item:hover {
    background: #8b8671;
    color: #fff; }
    .thanks_tab_item:hover svg {
      fill: #fff; }

.thanks_tab_content {
  display: none; }

@media (min-width: 768px), print {
  .thanks_tab_content_item {
    display: flex;
    flex-wrap: wrap; } }
.thanks_tab_content_item li {
  background: #fff;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
  padding: 25px 30px; }
  @media (min-width: 768px), print {
    .thanks_tab_content_item li {
      margin: 0 0 20px 20px;
      width: calc((100% - 40px) / 3); }
      .thanks_tab_content_item li:nth-of-type(3n+1) {
        margin-left: 0; } }
  @media (max-width: 767px) {
    .thanks_tab_content_item li {
      margin-bottom: 10px;
      padding: 20px; } }
  .thanks_tab_content_item li:nth-of-type(n + 7) {
    display: none; }
  .thanks_tab_content_item li.thanks_tab_content_ttl {
    align-items: center;
    background: #c1ad5f;
    display: flex;
    padding: 50px; }
    .thanks_tab_content_item li.thanks_tab_content_ttl h3 {
      font-size: 2rem;
      line-height: 1;
      width: 100%; }
      .thanks_tab_content_item li.thanks_tab_content_ttl h3 span {
        display: block;
        margin-bottom: -25px; }
        .thanks_tab_content_item li.thanks_tab_content_ttl h3 span svg {
          fill: #fff;
          height: 48px; }
  .thanks_tab_content_item li h4 {
    color: #284684;
    margin-bottom: 10px; }

.thanks_tab_content_item_txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  line-height: 1.75; }

.thanks_tab_content_item_name {
  color: #8b8671;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.3rem;
  margin-top: 10px;
  text-align: right; }

.thanks_tab_content_more {
  background: #fff;
  border: 1px solid #8b8671;
  color: #8b8671;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  margin-top: 30px;
  padding: 10px 20px;
  text-align: center; }
  @media (max-width: 767px) {
    .thanks_tab_content_more {
      margin-top: 20px; } }

#thanks-tab1:checked ~ #thanks-tab1_content {
  display: block; }

#thanks-tab2:checked ~ #thanks-tab2_content {
  display: block; }

#thanks-tab3:checked ~ #thanks-tab3_content {
  display: block; }

#thanks-tab4:checked ~ #thanks-tab4_content {
  display: block; }

#thanks-tab5:checked ~ #thanks-tab5_content {
  display: block; }

#thanks-tab6:checked ~ #thanks-tab6_content {
  display: block; }

#thanks-tab7:checked ~ #thanks-tab7_content {
  display: block; }

#thanks-tab8:checked ~ #thanks-tab8_content {
  display: block; }

#thanks-tab9:checked ~ #thanks-tab9_content {
  display: block; }

#thanks-tab1:checked ~ .thanks_tab_list li .thanks_tab_item[for="thanks-tab1"] {
  background: #8b8671;
  color: #fff; }
  #thanks-tab1:checked ~ .thanks_tab_list li .thanks_tab_item[for="thanks-tab1"] svg {
    fill: #fff; }

#thanks-tab2:checked ~ .thanks_tab_list li .thanks_tab_item[for="thanks-tab2"] {
  background: #8b8671;
  color: #fff; }
  #thanks-tab2:checked ~ .thanks_tab_list li .thanks_tab_item[for="thanks-tab2"] svg {
    fill: #fff; }

#thanks-tab3:checked ~ .thanks_tab_list li .thanks_tab_item[for="thanks-tab3"] {
  background: #8b8671;
  color: #fff; }
  #thanks-tab3:checked ~ .thanks_tab_list li .thanks_tab_item[for="thanks-tab3"] svg {
    fill: #fff; }

#thanks-tab4:checked ~ .thanks_tab_list li .thanks_tab_item[for="thanks-tab4"] {
  background: #8b8671;
  color: #fff; }
  #thanks-tab4:checked ~ .thanks_tab_list li .thanks_tab_item[for="thanks-tab4"] svg {
    fill: #fff; }

#thanks-tab5:checked ~ .thanks_tab_list li .thanks_tab_item[for="thanks-tab5"] {
  background: #8b8671;
  color: #fff; }
  #thanks-tab5:checked ~ .thanks_tab_list li .thanks_tab_item[for="thanks-tab5"] svg {
    fill: #fff; }

#thanks-tab6:checked ~ .thanks_tab_list li .thanks_tab_item[for="thanks-tab6"] {
  background: #8b8671;
  color: #fff; }
  #thanks-tab6:checked ~ .thanks_tab_list li .thanks_tab_item[for="thanks-tab6"] svg {
    fill: #fff; }

#thanks-tab7:checked ~ .thanks_tab_list li .thanks_tab_item[for="thanks-tab7"] {
  background: #8b8671;
  color: #fff; }
  #thanks-tab7:checked ~ .thanks_tab_list li .thanks_tab_item[for="thanks-tab7"] svg {
    fill: #fff; }

#thanks-tab8:checked ~ .thanks_tab_list li .thanks_tab_item[for="thanks-tab8"] {
  background: #8b8671;
  color: #fff; }
  #thanks-tab8:checked ~ .thanks_tab_list li .thanks_tab_item[for="thanks-tab8"] svg {
    fill: #fff; }

#thanks-tab9:checked ~ .thanks_tab_list li .thanks_tab_item[for="thanks-tab9"] {
  background: #8b8671;
  color: #fff; }
  #thanks-tab9:checked ~ .thanks_tab_list li .thanks_tab_item[for="thanks-tab9"] svg {
    fill: #fff; }

.concept {
  padding: 80px 0; }
  @media (max-width: 767px) {
    .concept {
      padding: 50px 20px; } }

.concept_ttl {
  font-size: 5rem;
  padding-bottom: 40px;
  padding-top: 60px;
  position: relative;
  text-align: center;
  z-index: 2; }
  @media (max-width: 767px) {
    .concept_ttl {
      font-size: 2.8rem;
      padding-bottom: 20px;
      padding-top: 20px; } }
  .concept_ttl span {
    display: block;
    line-height: 1;
    right: 0;
    position: absolute;
    top: 0;
    width: 678px;
    z-index: -1; }
    @media (max-width: 767px) {
      .concept_ttl span {
        right: 0;
        width: 70%; } }
    .concept_ttl span svg {
      fill: #c1ad5f; }

.concept_wrap {
  margin: auto;
  max-width: 800px; }

.concept_logo {
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .concept_logo {
      margin-bottom: 15px; } }

.concept_ttl02 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 30px; }

.concept_txt {
  line-height: 2; }

.share {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20; }
  @media (max-width: 767px) {
    .share {
      right: 10px; } }
  .share dl {
    align-items: center;
    display: flex;
    flex-direction: column; }
  .share dt {
    font-family: "Lato", sans-serif;
    font-size: 1.4rem;
    transform: rotate(90deg); }
  .share dd {
    height: 20px;
    margin-bottom: 15px;
    position: relative;
    width: 21px; }
    .share dd:first-of-type {
      margin-top: 55px;
      margin-top: 55px; }
      .share dd:first-of-type::before {
        background: #000;
        content: "";
        height: 20px;
        left: 10px;
        position: absolute;
        top: -35px;
        width: 1px; }
    .share dd svg {
      fill: #000; }

.coming {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100svh; }

.coming_txt {
  color: #c1ad5f;
  font-size: 8rem;
  line-height: 1.5;
  padding: 50px;
  text-align: center; }
  @media (max-width: 767px) {
    .coming_txt {
      font-size: 3rem;
      padding: 50px 20px 100px; } }

.slick-prev,
.slick-next,
.slick-num {
  position: absolute;
  z-index: 10; }

.slick-prev,
.slick-next {
  background: none;
  border: 1px solid #fff;
  cursor: pointer;
  font-size: 0;
  height: 36px;
  width: 36px; }
  @media (max-width: 767px) {
    .slick-prev,
    .slick-next {
      height: 30px;
      width: 30px; } }
  .slick-prev::before, .slick-prev::after,
  .slick-next::before,
  .slick-next::after {
    background: #fff;
    content: "";
    height: 12px;
    position: absolute;
    width: 2px; }
    @media (max-width: 767px) {
      .slick-prev::before, .slick-prev::after,
      .slick-next::before,
      .slick-next::after {
        height: 8px;
        width: 1px; } }
  .slick-prev::before,
  .slick-next::before {
    top: calc(50% - 12px); }
    @media (max-width: 767px) {
      .slick-prev::before,
      .slick-next::before {
        top: calc(50% - 8px); } }
  .slick-prev::after,
  .slick-next::after {
    bottom: calc(50% - 12px); }
    @media (max-width: 767px) {
      .slick-prev::after,
      .slick-next::after {
        bottom: calc(50% - 8px); } }

.slick-prev::before, .slick-prev::after {
  left: 12px; }
.slick-prev::before {
  transform: rotate(30deg);
  transform-origin: left bottom; }
.slick-prev::after {
  transform: rotate(-30deg);
  transform-origin: left top; }

.slick-next::before, .slick-next::after {
  right: 12px; }
.slick-next::before {
  transform: rotate(-30deg);
  transform-origin: right bottom; }
.slick-next::after {
  transform: rotate(30deg);
  transform-origin: right top; }

.slick-num {
  color: #fff;
  font-family: "Caveat", cursive;
  font-size: 3rem;
  line-height: 36px;
  text-align: center;
  width: 80px; }
  @media (max-width: 767px) {
    .slick-num {
      font-size: 2rem;
      line-height: 30px;
      width: 60px; } }

footer,
.foot_content {
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif; }

@keyframes scrollBar {
  0% {
    width: 0;
    right: 60px; }
  50% {
    width: 60px;
    right: 0; }
  100% {
    width: 0;
    right: 0; } }
