@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Antique&display=swap");
@import url(slick.css);
@import url(slick-theme.css);
html, body, div, span, em, small, main, header, footer, section, ::before, ::after,
h1, h2, h3, h4, h5, h6, p, a, img,
dl, dt, dd, ol, ul, li,
table, caption, tr, th, td,
input, button, textarea, select, option {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

ol, ul {
  list-style: none;
}

img {
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  width: 100%;
  height: auto;
}

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

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

select {
  background-color: transparent;
}
select:focus-visible {
  outline: none;
}

svg {
  width: 100%;
}

select,
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="radio"],
button {
  -webkit-appearance: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  border-radius: 0;
}

textarea:focus,
input:focus {
  outline: none;
}

/* ========================================

common

======================================== */
.en_r {
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
}

.is-fade > *:not(.is-not) {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.is-fade > .is-not {
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.is-fade.fadeIn > * {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.box-fade {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.box-fade.fadeIn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p_hover a:hover {
  opacity: 0.7;
}

.svg.c_white svg {
  fill: #fff;
}
.svg.c_black svg {
  fill: #000;
}

.img-fit {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.img-fit::before {
  width: 100%;
  height: 0;
  content: '';
  display: block;
  padding-top: 100%;
  position: relative;
}
.img-fit img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.replace_img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.l_tel {
  pointer-events: none;
}

@media screen and (max-width: 800px) {
  .l_tel {
    pointer-events: auto;
  }
}
/* ========================================

link

======================================== */
.link_arrow a::after {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 800px) {
  .link_arrow a:hover {
    opacity: 0.7;
  }
  .link_arrow a:hover::after {
    translate: 4px 0px;
  }
}

.cmn_link {
  position: relative;
  padding: 120px 0;
  z-index: 10;
}
.cmn_link_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cmn_link .link {
  width: 48.3334%;
}
.cmn_link .link a {
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.06em;
  width: 100%;
  height: 150px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
}
.cmn_link .link a::after {
  width: 116px;
  height: 122px;
  display: block;
  position: absolute;
  right: 48px;
  bottom: 0;
  content: '';
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: contain;
}
@media screen and (min-width: 800px) {
  .cmn_link .link a:hover {
    opacity: 0.6;
  }
}
.cmn_link .link._about a {
  background-color: var(--c_blue);
}
.cmn_link .link._about a::after {
  background-image: url(../img/common/cmn_link_illust01.png);
}
.cmn_link .link._initiative a {
  background-color: var(--c_orange);
}
.cmn_link .link._initiative a::after {
  background-image: url(../img/common/cmn_link_illust02.png);
}

@media screen and (max-width: 800px) {
  .cmn_link {
    padding: 0;
  }
  .cmn_link .link {
    width: 50%;
  }
  .cmn_link .link a {
    font-size: 13px;
    height: 110px;
    border-radius: 0;
  }
  .cmn_link .link a::after {
    width: 100%;
    height: 58px;
    right: 0;
    position: absolute;
    bottom: 50%;
    translate: 0% -29px;
  }
  .cmn_link .link a span {
    width: 83.7334%;
    height: 58px;
    display: block;
    background-color: #fff;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cmn_link .link._about a {
    color: var(--c_blue);
    background-color: var(--c_blue);
  }
  .cmn_link .link._about a::after {
    background-image: url(../img/common/cmn_link_illust01_sp.png);
  }
  .cmn_link .link._initiative a {
    color: var(--c_orange);
    background-color: var(--c_orange);
  }
  .cmn_link .link._initiative a::after {
    background-image: url(../img/common/cmn_link_illust02_sp.png);
  }
}
/* ========================================

column

======================================== */
.column_list_item a, .cmn_column_list_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 800px) {
  .column_list_item a:hover .img img, .cmn_column_list_item a:hover .img img {
    opacity: 0.7;
  }
  .column_list_item a:hover h3, .cmn_column_list_item a:hover h3,
  .column_list_item a:hover .date,
  .cmn_column_list_item a:hover .date,
  .column_list_item a:hover .txt,
  .cmn_column_list_item a:hover .txt {
    color: var(--c_blue);
  }
}
.column_list_item .img, .cmn_column_list_item .img {
  aspect-ratio: 335 / 216;
  overflow: hidden;
  margin-bottom: 22px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.column_list_item .img img, .cmn_column_list_item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.column_list_item h3, .cmn_column_list_item h3 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.column_list_item .cat, .cmn_column_list_item .cat {
  margin-bottom: 16px;
}
.column_list_item .cat span, .cmn_column_list_item .cat span {
  color: var(--c_blue);
  font-size: 13px;
  display: inline-block;
  padding: 5.5px 13px;
  border: 1px solid var(--c_blue);
  border-radius: 50px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.column_list_item .date, .cmn_column_list_item .date {
  color: #666;
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.column_list_item .txt, .cmn_column_list_item .txt {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 800px) {
  .column_list_item .img, .cmn_column_list_item .img {
    margin-bottom: 6px;
    background-color: transparent;
    border-radius: 7px;
  }
  .column_list_item h3, .cmn_column_list_item h3 {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .column_list_item .cat, .cmn_column_list_item .cat {
    margin-bottom: 3px;
    scale: 0.8;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .column_list_item .cat span, .cmn_column_list_item .cat span {
    font-size: 10px;
  }
  .column_list_item .date, .cmn_column_list_item .date {
    font-size: 10px;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
/* ========================================

column

======================================== */
.cmn_column {
  padding: 85px 0;
  background-image: url(../img/common/cmn_column_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cmn_column_title {
  max-width: 1086px;
  margin: 0 auto 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmn_column_title .illust {
  width: 157px;
  margin-right: 48px;
}
.cmn_column_title h2 {
  width: 194px;
  margin-bottom: 15px;
}
.cmn_column_title .desc {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.08em;
}
.cmn_column_list {
  width: 100%;
}
.cmn_column_list_inner {
  margin-bottom: 68px;
}
.cmn_column_list_inner .slick-arrow {
  width: 48px;
  height: 48px;
  top: 108px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  z-index: 2;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.cmn_column_list_inner .slick-arrow::before {
  width: 12px;
  height: 8.5px;
  display: block;
  content: '';
  background-color: #000;
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.cmn_column_list_inner .slick-arrow.slick-prev {
  left: 40px;
}
.cmn_column_list_inner .slick-arrow.slick-prev::before {
  margin-right: 2px;
  scale: -1 1;
}
.cmn_column_list_inner .slick-arrow.slick-next {
  right: 40px;
}
.cmn_column_list_inner .slick-arrow.slick-next::before {
  margin-left: 2px;
}
.cmn_column_list_inner .slick-arrow:hover {
  opacity: 0.4;
}
.cmn_column_list_item {
  width: 335px;
  margin-left: 46px;
}
.cmn_column .link {
  position: relative;
  z-index: 2;
}
.cmn_column .link a {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.06em;
  width: 300px;
  height: 50px;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0 20px 2px;
  background-color: var(--c_blue);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cmn_column .link a::after {
  width: 9px;
  height: 5.8px;
  display: block;
  content: '';
  position: absolute;
  top: calc(50% - 2.4px);
  right: 18px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

@media screen and (max-width: 800px) {
  .cmn_column {
    padding: 28px 0 48px;
  }
  .cmn_column_title {
    display: block;
    margin-bottom: 32px;
  }
  .cmn_column_title .illust {
    width: 141px;
    margin: 0 auto 24px;
  }
  .cmn_column_title h2 {
    width: 187px;
    margin: 0 auto 10px;
  }
  .cmn_column_title .desc {
    font-size: 17px;
    line-height: 1.76;
    letter-spacing: 0;
    width: 82.1334%;
    margin: 0 auto;
  }
  .cmn_column_list {
    width: 89.3334%;
    margin: 0 auto 40px;
  }
  .cmn_column_list_inner {
    margin-bottom: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cmn_column_list_item {
    width: 45.7972%;
    margin: 0 0 15px;
  }
}
/* ========================================

page_title

======================================== */
.page_title {
  color: var(--c_orange);
  max-width: 1100px;
  position: relative;
  margin: 0 auto 82px;
  padding-top: 82px;
  padding-bottom: 18px;
  border-bottom: 2px solid #c4c4c4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page_title::before {
  width: 136px;
  height: 2px;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: var(--c_orange);
  z-index: 2;
}
.page_title::after {
  width: 82px;
  height: 90px;
  display: block;
  content: '';
  position: absolute;
  right: 10px;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: contain;
  z-index: 2;
}
.page_title h1 {
  font-size: 30px;
  letter-spacing: 0.1em;
}
.page_title .en {
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media screen and (max-width: 800px) {
  .page_title {
    width: 86.4307%;
    margin-bottom: 30px;
    padding: 0 0 12px;
  }
  .page_title h1 {
    font-size: 18px;
  }
  .page_title .en {
    font-size: 10px;
    scale: 0.8;
    margin-bottom: 6px;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}
/* ========================================

hl01

======================================== */
.hl01 {
  color: var(--c_orange);
  font-size: 24px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hl01::before {
  width: 4px;
  height: 22px;
  display: block;
  content: '';
  margin-right: 24px;
  background-color: var(--c_orange);
  translate: 0 2px;
}

@media screen and (max-width: 800px) {
  .hl01 {
    font-size: 15px;
  }
  .hl01::before {
    width: 3px;
    height: 14px;
    margin-right: 15px;
    translate: 0 1px;
  }
}
/*
	max-width: 1366px;

*/
:root {
  --c_orange: #ff8040;
  --c_blue: #00b1cb;
  --c_base: #4d4d4d;
  --c_gray: #c4c4c4;
}

html {
  font-size: 10px;
}

body {
  color: #4d4d4d;
  line-height: 1;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","MS PGothic","MS Pゴシック",sans-serif;
  font-weight: 400;
  position: relative;
  -webkit-text-size-adjust: 100%;
  min-width: 1366px;
}
body::before {
  width: 100%;
  height: 100vh;
  display: block;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (min-width: 800px) {
  main {
    min-height: calc(100vh - 100px - 1236px);
    padding-top: 100px;
  }

  .pc_off {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  body {
    min-width: 320px;
  }

  .sp_off {
    display: none !important;
  }

  main {
    padding-top: 75px;
  }
}
/* ========================================

header

======================================== */
.header {
  width: 100%;
  position: fixed;
  margin: 0 auto;
  z-index: 100;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
body.active .header {
  background-color: rgba(255, 255, 255, 0.8);
}
.header_inner {
  width: 100%;
  height: 100px;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo {
  width: 242px;
}
.header_nav {
  margin-right: 90px;
}
.header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_nav ul li {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.header_nav ul li:not(:last-of-type) {
  margin-right: 2em;
}
@media screen and (min-width: 800px) {
  .header_nav ul li a:hover {
    color: var(--c_orange);
  }
}
.header .btn_nav {
  position: absolute;
  top: calc(50% - 12px);
  right: 40px;
  z-index: 999;
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.header .btn_nav .menu {
  width: 52px;
  height: 24px;
  display: block;
  position: relative;
  cursor: pointer;
}
.header .btn_nav .menu::before, .header .btn_nav .menu::after {
  width: 24px;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  overflow: hidden;
  border: 1px solid #4d4d4d;
  border-radius: 12px;
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.header .btn_nav .menu::before {
  left: 0%;
  -webkit-clip-path: inset(0% 50% 0% 0%);
          clip-path: inset(0% 50% 0% 0%);
  -webkit-animation: btn_nav_top_off cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
          animation: btn_nav_top_off cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
}
.header .btn_nav .menu::after {
  right: 0%;
  -webkit-clip-path: inset(0% 0% 0% 50%);
          clip-path: inset(0% 0% 0% 50%);
  -webkit-animation: btn_nav_bottom_off cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
          animation: btn_nav_bottom_off cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
}
.header .btn_nav .menu span {
  width: 18px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0%;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.header .btn_nav .menu span::before {
  width: 100%;
  height: 1px;
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  background-color: #4d4d4d;
}
.header .btn_nav:hover {
  scale: 1.08;
}
.header .btn_nav .title {
  display: none;
}
body.nav_active {
  height: 100vh;
  overflow: hidden;
}
body.nav_active::before {
  visibility: visible;
  opacity: 1;
}
body.nav_active .header .btn_nav .menu::before {
  width: 40px;
  -webkit-animation: btn_nav_top_on cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
          animation: btn_nav_top_on cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
}
body.nav_active .header .btn_nav .menu::after {
  width: 40px;
  -webkit-animation: btn_nav_bottom_on cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
          animation: btn_nav_bottom_on cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
}
body.nav_active .header .btn_nav .menu span {
  opacity: 0;
}
body.nav_active .header_sitemap {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}
.header_sitemap {
  width: 100%;
  height: 100vh;
  min-height: 520px;
  max-height: 850px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f0f0f0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.header_sitemap::before {
  width: 75%;
  height: 97%;
  display: block;
  content: '';
  position: absolute;
  top: -7%;
  right: 0;
  background-color: #fff;
  border-radius: 413px 0 0 413px;
  z-index: 0;
}
.header_sitemap::after {
  width: 100%;
  height: 285px;
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/common/head_sitemap_illust.png);
  background-repeat: no-repeat;
  background-position: 7% 0%;
  background-size: contain;
}
.header_sitemap .logo {
  width: 242px;
  height: 100px;
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_sitemap_nav {
  width: 75%;
  height: 90%;
  padding-top: 95px;
  position: relative;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  z-index: 2;
}
.header_sitemap_nav ul {
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header_sitemap_nav ul li {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  width: calc(100% - 175px);
}
.header_sitemap_nav ul li:nth-child(even) {
  width: 175px;
}
.header_sitemap_nav ul li:not(:last-child) {
  margin-bottom: 28px;
}
.header_sitemap_nav ul li > a {
  position: relative;
  padding-left: 30px;
}
.header_sitemap_nav ul li > a::before {
  width: 17px;
  height: 9.6px;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 4.8px;
  background-color: #c3c3c3;
  -webkit-transition: all .2s;
  transition: all .2s;
}
@media screen and (min-width: 800px) {
  .header_sitemap_nav ul li a:hover {
    color: var(--c_orange);
  }
  .header_sitemap_nav ul li a:hover::before {
    background-color: var(--c_orange);
  }
}
.header_sitemap_nav ul li .sub {
  margin-top: 30px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header_sitemap_nav ul li .sub span {
  display: block;
  width: calc(100% - 7em);
  margin-bottom: 17px;
}
.header_sitemap_nav ul li .sub span:nth-child(odd) {
  width: 7em;
}
.header_sitemap_nav ul li._posting a {
  background-image: url(../img/common/ico_blank.png);
  background-repeat: no-repeat;
  background-position: 100% 60%;
  background-size: 17px;
  padding-right: 24px;
}
.header_sitemap_nav ol {
  position: absolute;
  right: 55px;
  bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_sitemap_nav ol li {
  margin-left: 10px;
}
.header_sitemap_nav ol li._fb img {
  width: 8.5px;
}
.header_sitemap_nav ol li._inst img {
  width: 16.5px;
}
.header_sitemap_nav ol li a {
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 800px) {
  .header_sitemap_nav ol li a:hover {
    background-color: #f0f0f0;
  }
}
.header_sitemap .copyright {
  height: 10%;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1em;
  z-index: 2;
}
.header_sitemap .copyright span {
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  color: #666;
  letter-spacing: 0.06em;
  scale: 0.9;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

@-webkit-keyframes btn_nav_top_off {
  0% {
    left: 50%;
  }
  100% {
    left: 0%;
  }
}

@keyframes btn_nav_top_off {
  0% {
    left: 50%;
  }
  100% {
    left: 0%;
  }
}
@-webkit-keyframes btn_nav_top_on {
  0% {
    left: 0%;
  }
  100% {
    left: 50%;
  }
}
@keyframes btn_nav_top_on {
  0% {
    left: 0%;
  }
  100% {
    left: 50%;
  }
}
@-webkit-keyframes btn_nav_bottom_off {
  0% {
    right: 50%;
  }
  100% {
    right: 0%;
  }
}
@keyframes btn_nav_bottom_off {
  0% {
    right: 50%;
  }
  100% {
    right: 0%;
  }
}
@-webkit-keyframes btn_nav_bottom_on {
  0% {
    right: 0%;
  }
  100% {
    right: 50%;
  }
}
@keyframes btn_nav_bottom_on {
  0% {
    right: 0%;
  }
  100% {
    right: 50%;
  }
}
@media screen and (max-width: 800px) {
  .header_inner {
    height: 75px;
    padding: 0 17.5px;
  }
  .header .logo {
    width: 193px;
  }
  .header_nav {
    display: none;
  }
  .header .btn_nav {
    right: 17.5px;
  }
  .header .btn_nav::after {
    font-family: "Shippori Antique", sans-serif;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.1em;
    content: 'MENU';
    display: block;
    margin-top: 5px;
    scale: 0.78;
  }
  .header .btn_nav .menu {
    width: 40px;
    height: 20px;
  }
  .header .btn_nav .menu::before, .header .btn_nav .menu::after {
    width: 20px;
  }
  .header .btn_nav .menu span {
    width: 12px;
  }
  .header .btn_nav .title {
    font-family: "Shippori Antique", sans-serif;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.1em;
    display: block;
    margin-top: 5px;
    scale: 0.78;
  }
  body.nav_active .header .btn_nav::after {
    content: 'CLOSE';
  }
  body.nav_active .header .btn_nav .menu::before, body.nav_active .header .btn_nav .menu::after {
    width: 30px;
  }
  .header_sitemap {
    height: 100vh;
    height: 100dvh;
    min-height: 0;
    max-height: 685px;
    display: block;
    padding-bottom: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
  }
  .header_sitemap::before {
    display: none;
  }
  .header_sitemap::after {
    height: 192px;
    bottom: auto;
    top: 100%;
    background-image: url(../img/common/head_sitemap_illust_sp.png);
    background-position: calc(100% - 38px) 0%;
    z-index: 2;
    translate: 0 -100%;
    display: none;
  }
  .header_sitemap .logo {
    height: 75px;
    margin-left: 17.5px;
  }
  .header_sitemap_nav {
    width: calc(100% - 36px);
    height: auto;
    margin: 0 auto 20px;
    display: block;
    padding-top: 0;
  }
  .header_sitemap_nav ul {
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
    padding: 70px clamp(17px, 5.3334vw, 20px) 60px;
    background-color: #fff;
    border-radius: 20px;
  }
  .header_sitemap_nav ul li {
    font-size: clamp(12.5px, 3.8667vw, 14.5px);
    font-weight: 400;
    width: 58%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header_sitemap_nav ul li:nth-child(even) {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 42%;
  }
  .header_sitemap_nav ul li:not(:last-child) {
    margin-bottom: 1.8em;
  }
  .header_sitemap_nav ul li > a {
    padding-left: clamp(23px, 7.4667vw, 28px);
  }
  .header_sitemap_nav ul li > a::before {
    width: clamp(13px, 4.1334vw, 15.5px);
    height: 8.6px;
    background-color: #e4e4e4;
  }
  .header_sitemap_nav ul li._store {
    width: 100%;
  }
  .header_sitemap_nav ul li .sub {
    margin-top: 24px;
    padding-left: clamp(23px, 7.4667vw, 28px);
  }
  .header_sitemap_nav ul li._posting {
    width: 100%;
  }
  .header_sitemap_nav ol {
    position: relative;
    right: auto;
    bottom: auto;
  }
  .header_sitemap_nav ol li._fb img {
    width: 12px;
  }
  .header_sitemap_nav ol li._inst img {
    width: 22.5px;
  }
  .header_sitemap_nav ol li a {
    width: 48px;
    height: 48px;
  }
  .header_sitemap .copyright {
    line-height: 1.75;
    height: auto;
    position: relative;
    right: auto;
    bottom: auto;
    margin-left: 28px;
    padding-right: 0;
  }
  .header_sitemap .copyright span {
    scale: 0.8;
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .header_sitemap .copyright::before {
    width: 104px;
    height: 192px;
    display: block;
    content: '';
    position: absolute;
    right: 38px;
    bottom: 0;
    background-image: url(../img/common/head_sitemap_illust_sp.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    z-index: 2;
  }
}
/* ========================================

footer

======================================== */
.footer {
  position: relative;
  padding-top: calc(max(531px, 38.8427vw) - 70px);
}
.footer_cont {
  position: relative;
  padding: 68px 0 70px;
  background-color: #fff;
  border-radius: 70px 70px 0 0;
  z-index: 2;
}
.footer_cont_inner {
  width: 83.4554%;
  margin: 0 auto;
}
.footer_cont_top {
  padding-bottom: 35px;
  border-bottom: 1px solid var(--c_gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer_cont_top .logo {
  width: 320px;
}
.footer_cont_top .logo img {
  width: 100%;
}
.footer_cont_top ul {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_cont_top ul li:not(:first-child) {
  margin-left: 15px;
}
.footer_cont_top ul li._fb img {
  width: 12px;
}
.footer_cont_top ul li._inst img {
  width: 22px;
}
.footer_cont_top ul li a {
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 800px) {
  .footer_cont_top ul li a:hover {
    background-color: #f0f0f0;
  }
}
.footer_cont_nav {
  padding: 45px 0 30px;
  border-bottom: 1px solid var(--c_gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_cont_nav ul:not(:last-child) {
  margin-right: 70px;
}
.footer_cont_nav ul li {
  font-size: 16px;
  letter-spacing: 0.02em;
}
.footer_cont_nav ul li:not(:last-child) {
  margin-bottom: 1.75em;
}
.footer_cont_nav ul li > a {
  position: relative;
  padding-left: 30px;
}
.footer_cont_nav ul li > a::before {
  width: 17px;
  height: 9.6px;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 4.8px;
  background-color: #e5e5e5;
  -webkit-transition: all .2s;
  transition: all .2s;
}
@media screen and (min-width: 800px) {
  .footer_cont_nav ul li a:hover {
    color: var(--c_orange);
  }
  .footer_cont_nav ul li a:hover::before {
    background-color: var(--c_orange);
  }
}
.footer_cont_nav ul li .sub {
  max-width: 260px;
  margin-top: 30px;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer_cont_nav ul li .sub span {
  display: block;
  width: calc(100% - 7em);
  margin-bottom: 17px;
}
.footer_cont_nav ul li .sub span:nth-child(odd) {
  width: 7em;
}
.footer_cont_nav ul li._posting a {
  background-image: url(../img/common/ico_blank.png);
  background-repeat: no-repeat;
  background-position: 100% 60%;
  background-size: 17px;
  padding-right: 24px;
}
.footer_cont_info {
  position: relative;
  padding: 46px 0 40px;
  border-bottom: 1px solid var(--c_gray);
}
.footer_cont_info dl {
  color: #666;
}
.footer_cont_info dl dt {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.footer_cont_info dl dd ul li {
  font-size: 14px;
  line-height: 1.7142;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_cont_info dl dd ul li em {
  width: 7em;
}
.footer_cont_info .pagetop {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 32px;
  border: 1px solid #000;
  border-radius: 50%;
}
.footer_cont_info .pagetop a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.footer_cont_info .pagetop a::before {
  width: 10px;
  height: 20px;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: #000;
  -webkit-clip-path: polygon(50% 0, 100% 48%, calc(100% - 0.8px) calc(48% + 0.5px), calc(50% + 0.5px) 2.5px, calc(50% + 0.5px) 100%, calc(50% - 0.5px) 100%, calc(50% - 0.5px) 2.5px, 0.8px calc(48% + 0.5px), 0 48%);
          clip-path: polygon(50% 0, 100% 48%, calc(100% - 0.8px) calc(48% + 0.5px), calc(50% + 0.5px) 2.5px, calc(50% + 0.5px) 100%, calc(50% - 0.5px) 100%, calc(50% - 0.5px) 2.5px, 0.8px calc(48% + 0.5px), 0 48%);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 800px) {
  .footer_cont_info .pagetop a:hover::before {
    translate: -50% calc(-50% - 4px);
  }
}
.footer_cont .copyright {
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  color: #666;
  text-align: right;
  letter-spacing: 0.1em;
  padding-top: 25px;
  z-index: 2;
  scale: 0.9;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.footer_slide {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.footer_slide img {
  max-width: none;
}

@media screen and (max-width: 800px) {
  .footer {
    padding-top: calc(max(186px, 58.1334vw) - 35px);
  }
  .footer_cont {
    padding: 38px 0 33px;
    border-radius: 35px 35px 0 0;
  }
  .footer_cont_inner {
    width: 80%;
  }
  .footer_cont_top {
    padding-bottom: 42px;
    border-bottom: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer_cont_top .logo {
    width: 247px;
    margin-right: 8px;
  }
  .footer_cont_top ul {
    position: absolute;
    left: 10%;
    bottom: 80px;
    z-index: 2;
  }
  .footer_cont_nav {
    margin-bottom: 25px;
    padding: 0 0 10px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_cont_nav ul:not(:last-child) {
    margin-right: 0;
  }
  .footer_cont_nav ul:nth-child(1) {
    width: 60%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer_cont_nav ul:nth-child(3) {
    width: 40%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer_cont_nav ul:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer_cont_nav ul:nth-child(2) li {
    margin-bottom: 15px;
  }
  .footer_cont_nav ul:nth-child(4) {
    width: 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .footer_cont_nav ul li {
    font-size: 14.5px;
    max-width: none;
    margin-bottom: 1.75em;
  }
  .footer_cont_nav ul li .sub {
    margin-top: 25px;
  }
  .footer_cont_nav ul li .sub span {
    width: calc(100% - 8em);
  }
  .footer_cont_nav ul li .sub span:nth-child(odd) {
    width: 8em;
  }
  .footer_cont_info {
    margin-bottom: 40px;
    padding: 0;
    border-bottom: none;
  }
  .footer_cont_info dl {
    margin-bottom: 30px;
  }
  .footer_cont_info dl dt {
    margin-bottom: 15px;
  }
  .footer_cont_info dl dd ul li {
    line-height: 1.5;
    display: block;
  }
  .footer_cont_info dl dd ul li em {
    display: block;
    font-weight: 700;
  }
  .footer_cont_info .pagetop {
    position: relative;
    right: auto;
    bottom: auto;
    margin-left: auto;
  }
  .footer_cont .copyright {
    text-align: center;
    padding-top: 0;
    scale: 0.8;
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}

/*# sourceMappingURL=common.css.map */