@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@100..900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

.color-orange {
  color: #F47F2C;
}

.color-gray {
  color: #6A7481;
}

.color-d_gray {
  color: #555555;
}

.color-brown {
  color: #A84C3D;
}

.color-red {
  color: #D90000;
}

a {
  color: #0051AB;
}

.fz32 {
  font-size: clamp(12px, 2.162vw, 32px);
}

.fz28 {
  font-size: clamp(12px, 1.892vw, 28px);
}

.fz26 {
  font-size: clamp(12px, 1.757vw, 26px);
}

.fz24 {
  font-size: clamp(12px, 1.622vw, 24px);
}

.fz20 {
  font-size: clamp(12px, 1.351vw, 20px);
}

.fz18 {
  font-size: clamp(12px, 1.216vw, 18px);
}

.fz16 {
  font-size: clamp(12px, 1.081vw, 16px);
}

.fz14 {
  font-size: clamp(12px, 0.946vw, 14px);
}

.fz12 {
  font-size: clamp(10px, 0.811vw, 12px);
}

@media only screen and (max-width: 767px) {
  .fz24_sp {
    font-size: 6.154vw;
  }
}

@media only screen and (max-width: 767px) {
  .fz20_sp {
    font-size: 5.128vw;
  }
}

@media only screen and (max-width: 767px) {
  .fz18_sp {
    font-size: 4.615vw;
  }
}

@media only screen and (max-width: 767px) {
  .fz16_sp {
    font-size: 4.103vw;
  }
}

@media only screen and (max-width: 767px) {
  .fz14_sp {
    font-size: 3.59vw;
  }
}

@media only screen and (max-width: 767px) {
  .fz12_sp {
    font-size: 3.077vw;
  }
}

.fwr {
  font-weight: 400;
}

.fwm {
  font-weight: 500;
}

.fwb {
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .act__01 {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .act__01:hover {
    -webkit-transform: translateY(-0.1875em);
            transform: translateY(-0.1875em);
  }
}

.ico-wrap .ico {
  position: relative;
  display: block;
  margin-left: 1em;
  line-height: 0;
}
.ico-wrap .ico .circle {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.36, 0.14, 0, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.36, 0.14, 0, 1);
  transition: transform 0.5s cubic-bezier(0.36, 0.14, 0, 1);
  transition: transform 0.5s cubic-bezier(0.36, 0.14, 0, 1), -webkit-transform 0.5s cubic-bezier(0.36, 0.14, 0, 1);
  display: inline-block;
  width: min(2.162vw, 32px);
  height: min(2.162vw, 32px);
  background: #333;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .ico-wrap .ico .circle {
    width: 8.205vw;
    height: 8.205vw;
  }
}
.ico-wrap .ico .arrow {
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .ico-wrap .ico .arrow {
    width: 2.308vw;
    height: 2.308vw;
  }
}
.ico-wrap .ico .arrow .arrow_nm {
  width: 0.8em;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .ico-wrap .ico .arrow .arrow_nm {
    width: 2.308vw;
  }
}
.ico-wrap .ico .arrow .arrow_ov {
  width: 0.8em;
  position: absolute;
  left: -0.8em;
  top: 0;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .ico-wrap .ico .arrow .arrow_ov {
    width: 2.308vw;
    left: -2.308vw;
  }
}
@media print, screen and (min-width: 768px) {
  .ico-wrap:hover .ico .circle {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  .ico-wrap:hover .ico .arrow .arrow_nm {
    opacity: 0;
    left: 1em;
    -webkit-transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .ico-wrap:hover .ico .arrow .arrow_ov {
    opacity: 1;
    left: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: YakuHanJP, "Lato", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  font-size: clamp(12px, 1.081vw, 16px);
  color: #333;
}
body.active {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  text-decoration: none;
  color: #333;
}

.inner {
  width: 100%;
  max-width: min(100vw, 1480px);
  padding: 0 min(1.351vw, 20px);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .inner {
    padding: 0 7.692vw;
  }
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.forPC {
  display: block;
}
@media only screen and (max-width: 767px) {
  .forPC {
    display: none;
  }
}

.forSP {
  display: none;
}
@media only screen and (max-width: 767px) {
  .forSP {
    display: block;
  }
}

.rc24 {
  overflow: hidden;
  border-radius: 24px;
}
@media only screen and (max-width: 767px) {
  .rc24 {
    border-radius: 6.154vw;
  }
}

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

.header {
  padding: 20px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 3.846vw 0;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .header .inner {
    padding: 0 0 0 5.128vw;
  }
}
@media only screen and (max-width: 767px) {
  .header .inner h1 {
    width: 14.872vw;
  }
}
@media print, screen and (min-width: 768px) {
  .header .inner h1 a {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
  .header .inner h1 a:hover {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0.75;
  }
}
@media only screen and (max-width: 767px) {
  .header .inner h1 a {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .header .inner h1 a img {
    width: 14.872vw;
  }
}
.header .inner h1 a span {
  color: rgb(51, 51, 51);
}
.header .inner h1 a span.forPC {
  padding-left: min(1.622vw, 24px);
}
.header .inner h1 a span.forSP {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header .inner h1 a span.forSP {
    font-size: 2.564vw;
    padding-left: 0;
    padding-top: 1em;
    text-align: justify;
    -moz-text-align-last: justify;
         text-align-last: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header .inner .flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .header__nav .flex {
    display: none;
  }
}
.header__nav .flex > li {
  margin-right: min(2.973vw, 44px);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header__nav .flex > li {
    margin-right: 0;
  }
}
.header__nav .flex > li:before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 2px solid #D90000;
  border-color: #F47F2C;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media print, screen and (min-width: 768px) {
  .header__nav .flex > li:hover:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.header__nav .flex > li > span, .header__nav .flex > li > a {
  color: #333;
  display: block;
  padding: 1em 0;
  position: relative;
  z-index: 5;
}
@media print, screen and (min-width: 768px) {
  .header__nav .flex > li > span, .header__nav .flex > li > a {
    font-size: clamp(12px, 1.081vw, 16px);
  }
}
.header__nav__drop {
  position: absolute;
  top: 0;
  left: min(-3.378vw, -50px);
  z-index: 4;
  padding-top: min(5vw, 74px);
  width: min(17.568vw, 260px);
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .header__nav__drop {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
    width: 100%;
    padding-top: 0;
  }
}
.header__nav__drop.open {
  opacity: 1;
  visibility: visible;
}
.header__nav__drop .drop__list {
  background-color: #fff;
  overflow: hidden;
  border-radius: min(1.622vw, 24px);
  -webkit-box-shadow: 0px 2px 20px 0px rgba(204, 204, 204, 0.35);
          box-shadow: 0px 2px 20px 0px rgba(204, 204, 204, 0.35);
}
@media only screen and (max-width: 767px) {
  .header__nav__drop .drop__list {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.header__nav__drop .drop__list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: auto;
}
.header__nav__drop .drop__list li:first-child a {
  padding: min(2.027vw, 30px) 0 min(2.027vw, 30px) min(2.027vw, 30px);
}
.header__nav__drop .drop__list li:last-child, .header__nav__drop .drop__list li.noBorder {
  border: none;
}
.header__nav__drop .drop__list li a {
  display: block;
  padding: min(1.351vw, 20px) 0 min(1.351vw, 20px) min(3.784vw, 56px);
}
@media print, screen and (min-width: 768px) {
  .header__nav__drop .drop__list li a {
    font-size: clamp(12px, 0.946vw, 14px);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header__nav__drop .drop__list li a:hover {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #FAF7F4;
  }
}
.header__entry {
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .header__entry {
    position: fixed;
    top: 3.846vw;
    right: 22.051vw;
    z-index: 5;
  }
}
.header__entry a {
  color: #fff;
  background-color: #F47F2C;
  display: grid;
  place-content: center;
  width: min(10.135vw, 150px);
  text-align: center;
  padding: 1em 0;
  border-radius: min(2.027vw, 30px);
  letter-spacing: 0.1em;
  font-size: clamp(12px, 1.216vw, 18px);
}
@media only screen and (max-width: 767px) {
  .header__entry a {
    width: 33.333vw;
    font-size: 5.128vw;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #fff;
    border-radius: 7.692vw;
    padding: 0.86em 0;
  }
}
.header__entry.target_visible {
  top: -10vw;
}
@media only screen and (max-width: 767px) {
  .header__entry.target_visible {
    top: -25.641vw;
  }
}
.header__contents.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  background-color: #F3EBE3;
  width: 100vw;
  min-height: 100vh;
  display: block;
  padding: 23.077vw 5.128vw;
  overflow: auto;
}
.header__contents.active .header__entry {
  right: 22.051vw;
}
.header__contents.active .header__entry a {
  width: 73.333vw;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header__contents.active .header__entry.target_visible {
  top: 3.846vw;
}
.header__contents.active .header__nav {
  background-color: #fff;
  overflow: hidden;
  border-radius: 3.077vw;
}
.header__contents.active .header__nav .flex {
  display: block;
}
.header__contents.active .header__nav .flex li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.header__contents.active .header__nav .flex li:last-child {
  border-bottom: none;
}
.header__contents.active .header__nav .flex li span, .header__contents.active .header__nav .flex li a {
  font-size: 5.128vw;
  padding: 1.8em;
  display: block;
}
.header__contents.active .header__nav .flex li:not(header__nav__list) a {
  background: url(/assets/img/header_arrow.svg) no-repeat center right 7.692vw;
}
.header__contents.active .header__nav .flex .header__nav__list span {
  background: url(/assets/img/header_open.svg) no-repeat center right 7.692vw;
}
.header__contents.active .header__nav .flex .header__nav__list span.open {
  background: url(/assets/img/header_close.svg) no-repeat center right 7.692vw;
}
@media only screen and (max-width: 767px) {
  .header__contents.active .header__nav .flex .header__nav__list > a {
    font-size: 4.615vw;
    padding: 5.128vw;
  }
}
.header__contents.active .header__nav .flex .header__nav__list .header__nav__drop .drop__list {
  padding-bottom: 2.564vw;
}
.header__contents.active .header__nav .flex .header__nav__list .header__nav__drop .drop__list li {
  border-bottom: none;
}
.header__contents.active .header__nav .flex .header__nav__list .header__nav__drop .drop__list li:first-child a {
  padding-top: 0;
}
.header__contents.active .header__nav .flex .header__nav__list .header__nav__drop .drop__list li a {
  font-size: 4.103vw;
  padding: 5.128vw 5.128vw 5.128vw 20.513vw;
  background: none;
}
.header .btn {
  position: fixed;
  top: 3.846vw;
  right: 2.564vw;
  z-index: 5;
  width: 15.385vw;
  height: 15.385vw;
  background: #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .header .btn {
    display: grid;
    place-content: center;
  }
}
.header .btn-trigger {
  position: relative;
  width: 7.179vw;
  height: 4.103vw;
  cursor: pointer;
}
.header .btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #6A7481;
  border-radius: 4px;
}
.header .btn-trigger span:nth-of-type(1) {
  top: 0;
}
.header .btn-trigger span:nth-of-type(2) {
  top: 1.795vw;
}
.header .btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
.header .btn-trigger, .header .btn-trigger span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header #btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(1.795vw) rotate(-45deg);
  transform: translateY(1.795vw) rotate(-45deg);
}
.header #btn01.active span:nth-of-type(2) {
  opacity: 0;
}
.header #btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-1.795vw) rotate(45deg);
  transform: translateY(-1.795vw) rotate(45deg);
}

.footer .inner {
  max-width: 1140px;
  position: relative;
}
.footer .inner .pagetop {
  position: absolute;
  top: min(2.703vw, 40px);
  right: 20px;
  width: min(2.703vw, 40px);
  height: min(2.703vw, 40px);
}
@media print, screen and (min-width: 768px) {
  .footer .inner .pagetop {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
  .footer .inner .pagetop:hover {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0.75;
  }
}
@media only screen and (max-width: 767px) {
  .footer .inner .pagetop {
    width: 12.308vw;
    height: 12.308vw;
    top: -5.128vw;
    right: 2.564vw;
  }
}
.footer__entry {
  background-color: #F47F2C;
}
.footer__entry .inner {
  position: relative;
  padding: min(4.054vw, 60px) 20px min(5.541vw, 82px);
  background: url(/assets/img/footer_entry.svg) no-repeat bottom right 20px;
  background-size: min(24.324vw, 360px) auto;
}
@media only screen and (max-width: 767px) {
  .footer__entry .inner {
    padding: 12.821vw 7.692vw 19.231vw;
    background-size: 76.923vw auto;
    background-position: center bottom;
  }
}
.footer__entry .inner .flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer__entry .inner .flex {
    display: block;
  }
}
.footer__entry__copy {
  font-size: min(2.703vw, 40px);
  color: #fff;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .footer__entry__copy {
    font-size: 9.231vw;
    margin-bottom: 1.2em;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
}
.footer__entry__copy span {
  display: block;
  padding-top: 1.5em;
}
@media only screen and (max-width: 767px) {
  .footer__entry__copy span {
    font-size: 4.615vw;
    padding-top: 1em;
  }
}
.footer__entry .btn a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(24.324vw, 360px);
  height: min(4.595vw, 68px);
  background: #fff url(/assets/img/top/arrow_orange.svg) no-repeat center right 1.2em;
  border-radius: 60px;
}
@media only screen and (max-width: 767px) {
  .footer__entry .btn a {
    width: 100%;
    height: 15.385vw;
  }
}
@media only screen and (max-width: 767px) {
  .footer__contents {
    padding: 12.821vw 0 10.256vw;
  }
}
.footer__contents h2 {
  padding: min(2.703vw, 40px) 0;
}
@media only screen and (max-width: 767px) {
  .footer__contents h2 {
    width: 23.077vw;
    margin-bottom: 12.821vw;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer__contents h2 img {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__contents h2 a {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
  .footer__contents h2 a:hover {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0.75;
  }
}
.footer__contents__nav {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer__contents__nav {
    display: block;
  }
}
.footer__contents__nav__01 {
  margin-bottom: min(4.865vw, 72px);
  max-width: min(71.149vw, 1053px);
}
@media only screen and (max-width: 767px) {
  .footer__contents__nav__01 {
    max-width: none;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer__contents__nav__01 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15.385vw;
  }
}
.footer__contents__nav__01 ul li {
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .footer__contents__nav__01 ul li {
    width: 50%;
    margin-bottom: 7.179vw;
  }
}
.footer__contents__nav__01 ul li:first-child {
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .footer__contents__nav__01 ul li:first-child {
    width: 100%;
    margin-bottom: 7.179vw;
  }
}
.footer__contents__nav__01 ul li:first-child a {
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer__contents__nav__01 ul li:first-child a {
    font-size: 4.615vw;
  }
}
.footer__contents__nav__01 ul li:last-child {
  margin-bottom: 0;
}
.footer__contents__nav__01 ul li a {
  position: relative;
  display: block;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .footer__contents__nav__01 ul li a {
    font-size: 3.59vw;
    padding-bottom: 0;
  }
}
.footer__contents__nav__01 ul li a:before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 2px solid #D90000;
  border-color: #F47F2C;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media print, screen and (min-width: 768px) {
  .footer__contents__nav__01 ul li a:hover:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@media only screen and (max-width: 767px) {
  .footer__contents__nav__02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .footer__contents__nav__02 ul:first-of-type {
    display: block;
  }
}
.footer__contents__nav__02 ul:first-of-type li {
  margin-right: 2em;
}
@media only screen and (max-width: 767px) {
  .footer__contents__nav__02 ul:first-of-type li {
    margin-right: 0;
    margin-bottom: 7.179vw;
  }
}
@media only screen and (max-width: 767px) {
  .footer__contents__nav__02 ul:first-of-type li:last-child {
    margin-bottom: 0;
  }
}
.footer__contents__nav__02 ul:first-of-type li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .footer__contents__nav__02 ul:first-of-type li a {
    font-size: 4.103vw;
  }
}
.footer__contents__nav__02 ul:first-of-type li a:before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 2px solid #D90000;
  border-color: #F47F2C;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media print, screen and (min-width: 768px) {
  .footer__contents__nav__02 ul:first-of-type li a:hover:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.footer__contents__nav__02 ul:first-of-type li a:after {
  content: "";
  display: block;
  width: 0.65em;
  height: 0.65em;
  background: url(/assets/img/icon_blank.svg) no-repeat;
  background-size: contain;
  margin-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .footer__contents__nav__02 ul:last-of-type li {
    width: 10.256vw;
  }
}
.footer__contents__nav__02 ul:last-of-type li:first-child {
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .footer__contents__nav__02 ul:last-of-type li:first-child {
    margin-right: 3.846vw;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__contents__nav__02 ul:last-of-type li a {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
  .footer__contents__nav__02 ul:last-of-type li a:hover {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0.75;
  }
}
@media only screen and (max-width: 767px) {
  .footer__contents__nav__02 ul:last-of-type li a img {
    width: 100%;
  }
}
.footer .copyright {
  padding: min(2.027vw, 30px) 0 min(4.054vw, 60px);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer .copyright {
    padding: 10.256vw 0;
    font-size: 3.59vw;
  }
}

.breadcrumb {
  padding: min(1.689vw, 25px) 0 min(5.405vw, 80px);
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    padding: 8.205vw 0 14.615vw;
  }
}
.breadcrumb .inner {
  max-width: min(77.027vw, 1140px);
}
@media only screen and (max-width: 767px) {
  .breadcrumb .inner {
    max-width: none;
  }
}
.breadcrumb .inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb .inner ul li {
  font-size: clamp(12px, 0.946vw, 14px);
  padding-right: 12px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .breadcrumb .inner ul li {
    font-size: 3.59vw;
    padding-right: 3.077vw;
  }
}
.breadcrumb .inner ul li:after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #F47F2C;
  margin-left: 12px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb .inner ul li:after {
    margin-left: 3.077vw;
    width: 2.051vw;
  }
}
.breadcrumb .inner ul li:last-child:after {
  display: none;
}
.breadcrumb .inner ul li a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .breadcrumb .inner ul li a:hover {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #D90000;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb__person .inner {
    white-space: nowrap;
    overflow: auto;
    padding-bottom: 3.205vw;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb__person {
    margin-bottom: -3.205vw;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb__event {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb__event .inner {
    white-space: nowrap;
    overflow: auto;
    padding-bottom: 3.205vw;
  }
}

.mv__type01 {
  overflow: hidden;
  padding-bottom: min(6.419vw, 95px);
}
@media only screen and (max-width: 767px) {
  .mv__type01 {
    padding-bottom: 15.897vw;
  }
}
.mv__type01 .inner {
  max-width: min(77.027vw, 1140px);
}
@media only screen and (max-width: 767px) {
  .mv__type01 .inner {
    max-width: none;
  }
}
.mv__type01 .inner:after {
  content: "";
  display: block;
  clear: both;
}
.mv__type01 .inner .left {
  float: left;
  width: 100%;
  max-width: calc(100% - min(37.162vw, 550px));
}
@media only screen and (max-width: 767px) {
  .mv__type01 .inner .left {
    float: none;
    max-width: none;
  }
}
.mv__type01 .inner .left h1 {
  font-size: min(5.135vw, 76px);
  margin-bottom: min(5.405vw, 80px);
}
@media only screen and (max-width: 767px) {
  .mv__type01 .inner .left h1 {
    font-size: 10.769vw;
    margin-bottom: 9.231vw;
  }
}
.mv__type01 .inner .left h1 span {
  display: block;
  font-size: clamp(12px, 1.216vw, 18px);
  padding-top: 1.6em;
}
@media only screen and (max-width: 767px) {
  .mv__type01 .inner .left h1 span {
    font-size: 4.103vw;
  }
}
.mv__type01 .inner .left h1 span:before {
  content: "●";
  display: inline-block;
  color: #F47F2C;
  margin-right: 0.5em;
}
.mv__type01 .inner .left p {
  font-size: clamp(12px, 1.216vw, 18px);
  line-height: 1.8;
  padding-right: min(6.081vw, 90px);
}
@media only screen and (max-width: 767px) {
  .mv__type01 .inner .left p {
    font-size: 4.615vw;
    padding: 16.154vw 0 0;
  }
}
.mv__type01 .inner .right {
  float: right;
  position: relative;
  width: 100%;
  max-width: min(37.162vw, 550px);
}
@media only screen and (max-width: 767px) {
  .mv__type01 .inner .right {
    float: none;
    max-width: none;
  }
}
.mv__type01 .inner .right:before {
  content: "";
  display: block;
  background-color: rgba(244, 127, 44, 0.85);
  height: min(29.73vw, 440px);
  position: absolute;
  top: 0;
  left: min(4.73vw, 70px);
  width: 100vw;
  z-index: 1;
  border-radius: 24px 0 0 24px;
}
@media only screen and (max-width: 767px) {
  .mv__type01 .inner .right:before {
    left: 17.949vw;
    height: 67.692vw;
  }
}
.mv__type01 .inner .right p {
  top: min(3.378vw, 50px);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .mv__type01 .inner .right p {
    top: 7.692vw;
  }
}
.mv__type01 .inner .right p img {
  border-radius: 24px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .mv__type01 .inner .right p img {
    border-radius: 6.154vw;
  }
}
.mv__type02 .inner .left h1 {
  margin-bottom: min(4.324vw, 64px);
}
@media only screen and (max-width: 767px) {
  .mv__type02 .inner .left h1 {
    margin-bottom: 8.205vw;
  }
}
@media only screen and (max-width: 767px) {
  .mv__type02 .inner .left h1 span {
    padding-top: 6.154vw;
  }
}
.mv__type02 .inner .left h1 span.small {
  padding-top: 0;
}
.mv__type02 .inner .left .small {
  font-size: clamp(12px, 2.432vw, 36px);
  margin-bottom: min(1.014vw, 15px);
}
@media only screen and (max-width: 767px) {
  .mv__type02 .inner .left .small {
    font-size: 6.154vw;
    margin-bottom: 2.564vw;
  }
}
.mv__type02 .inner .left .small:before {
  display: none;
}
.mv__type02 .inner .left__02 {
  position: relative;
  padding-top: min(6.081vw, 90px);
}
@media only screen and (max-width: 767px) {
  .mv__type02 .inner .left__02 {
    padding: 46.154vw 13.59vw 0;
    background-color: #FAF7F4;
    margin: -25.641vw -7.692vw 0;
    width: 100vw;
  }
}
.mv__type02 .inner .left__02:before {
  content: "";
  display: block;
  background-color: #FAF7F4;
  position: absolute;
  top: 0;
  left: -100vw;
  height: 100%;
  width: 200vw;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .mv__type02 .inner .left__02:before {
    top: -25.641vw;
    width: 100vw;
    left: 0;
    display: none;
  }
}
.mv__type02 .inner .left__02 p {
  font-size: clamp(12px, 2.162vw, 32px);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .mv__type02 .inner .left__02 p {
    font-size: 6.154vw;
    padding-top: 0;
  }
}
.mv__type02 .inner .left__02 p.small {
  padding-top: min(3.378vw, 50px);
  font-size: clamp(12px, 1.081vw, 16px);
  padding-bottom: min(4.73vw, 70px);
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .mv__type02 .inner .left__02 p.small {
    font-size: 4.103vw;
    padding: 8.974vw 0;
  }
}
.mv__type02 .inner .left__02 p.small span {
  font-size: clamp(12px, 1.892vw, 28px);
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .mv__type02 .inner .left__02 p.small span {
    font-size: 5.128vw;
  }
}
.mv__type02 .inner .right {
  margin-top: min(4.054vw, 60px);
  z-index: 2;
}
.mv__type02 .inner .right:before {
  height: min(33.784vw, 500px);
}
@media only screen and (max-width: 767px) {
  .mv__type02 .inner .right:before {
    height: 84.231vw;
    top: 7.692vw;
  }
}
.mv__type02 .inner .right p {
  top: 0;
}
@media only screen and (max-width: 767px) {
  .mv__type02 .inner .right p {
    margin-right: -7.692vw;
  }
}
.mv__type02 .inner .right p img {
  border-radius: 24px 0 0 24px;
  width: min(37.162vw, 550px);
}
@media only screen and (max-width: 767px) {
  .mv__type02 .inner .right p img {
    width: 100%;
  }
}
.mv__type03 .inner {
  max-width: min(77.027vw, 1140px);
}
@media only screen and (max-width: 767px) {
  .mv__type03 .inner {
    max-width: none;
  }
}
.mv__type03 .inner h1 {
  font-size: min(5.135vw, 76px);
  margin-bottom: min(4.73vw, 70px);
}
@media only screen and (max-width: 767px) {
  .mv__type03 .inner h1 {
    font-size: 10.769vw;
    margin-bottom: 8.718vw;
  }
}
.mv__type03 .inner h1 span {
  position: relative;
  display: block;
  font-size: clamp(12px, 1.216vw, 18px);
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  .mv__type03 .inner h1 span {
    font-size: 4.103vw;
  }
}
.mv__type03 .inner h1 span:before {
  content: "●";
  display: inline-block;
  color: #F47F2C;
  margin-right: 0.5em;
}

.event__list {
  margin-bottom: min(4.054vw, 60px);
}
@media only screen and (max-width: 767px) {
  .event__list {
    margin-bottom: 10.256vw;
  }
}
.event__list article {
  margin-bottom: min(2.027vw, 30px);
  padding: 0 0 min(2.027vw, 30px) 0;
  border-bottom: 1px solid #6A7481;
}
@media only screen and (max-width: 767px) {
  .event__list article {
    padding: 0;
    margin-bottom: 7.692vw;
  }
}
.event__list article:last-child {
  margin-bottom: 0;
}
.event__list article a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .event__list article a:hover .thumbnail img {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@media only screen and (max-width: 767px) {
  .event__list article a {
    display: block;
    padding: 0 0 11.026vw;
  }
}
.event__list article a .thumbnail {
  width: min(18.919vw, 280px);
  overflow: hidden;
  border-radius: 6px;
}
@media only screen and (max-width: 767px) {
  .event__list article a .thumbnail {
    width: 100%;
    border-radius: 1.538vw;
  }
}
.event__list article a .thumbnail img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .event__list article a .thumbnail img {
    width: 100%;
  }
}
.event__list article a .contents {
  padding: 0 min(5.405vw, 80px) 0 min(5.405vw, 80px);
  width: calc(100% - min(18.919vw, 280px));
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .event__list article a .contents {
    width: 100%;
    padding: 4.103vw 0 0;
  }
}
.event__list article a .contents .ttl {
  margin-bottom: 0.6em;
}
.event__list article a .contents .desc {
  line-height: 2.4;
}
@media only screen and (max-width: 767px) {
  .event__list article a .contents .desc {
    line-height: 1.8;
  }
}
.event__list article a .contents .cat {
  margin-bottom: min(1.351vw, 20px);
}
@media only screen and (max-width: 767px) {
  .event__list article a .contents .cat {
    margin-bottom: 5.769vw;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.event__list article a .contents .cat li {
  padding: 0.5em min(1.081vw, 16px);
  background-color: #333;
  color: #fff;
  margin-right: 1em;
  border-radius: 24px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .event__list article a .contents .cat li {
    font-size: 3.59vw;
    padding: 0.5em 4.103vw;
    margin-bottom: 1.282vw;
    border-radius: 6.154vw;
    margin-right: 0.5em;
  }
}
.event__list article a .contents .date, .event__list article a .contents .place {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  .event__list article a .contents .date, .event__list article a .contents .place {
    font-size: 4.103vw;
  }
}
.event__list article a .contents .date dt, .event__list article a .contents .place dt {
  margin-right: 1em;
  min-width: 5em;
  font-weight: 500;
}
.event__list article a .contents .date {
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .event__list article a .ico {
    position: absolute;
    bottom: 3.846vw;
    right: 0;
  }
}

.person__contents {
  max-width: min(75vw, 1110px);
  width: 100%;
  margin: 0 auto min(5.405vw, 80px);
  padding-top: min(1.351vw, 20px);
}
@media only screen and (max-width: 767px) {
  .person__contents {
    max-width: none;
    margin-bottom: 12.821vw;
    padding-top: 8.974vw;
  }
}
.person__contents h2 {
  font-size: min(3.784vw, 56px);
  margin-bottom: min(3.243vw, 48px);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .person__contents h2 {
    font-size: 9.231vw;
    margin-bottom: 7.179vw;
  }
}
.person__contents h2 span {
  display: block;
  padding-top: min(2.027vw, 30px);
}
@media only screen and (max-width: 767px) {
  .person__contents h2 span {
    font-size: 4.103vw;
    padding-top: 3.077vw;
  }
}
.person__contents__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .person__contents__list {
    display: block;
  }
}
.person__contents__list__top {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  .person__contents__list__top {
    display: block;
  }
}
.person__contents__list:after {
  content: "";
  display: block;
  clear: both;
}
.person__contents__list li {
  max-width: min(21.622vw, 320px);
  float: left;
  margin-right: min(4.73vw, 70px);
  margin-bottom: min(4.73vw, 70px);
}
@media only screen and (max-width: 767px) {
  .person__contents__list li {
    float: none;
    max-width: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15.385vw;
  }
}
.person__contents__list li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .person__contents__list li:last-child {
    margin-bottom: 0;
  }
}
.person__contents__list li a {
  display: block;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .person__contents__list li a:hover .thumb img {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.person__contents__list li a .label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 24px 0 0 0;
  overflow: hidden;
  width: min(4.865vw, 72px);
  height: min(4.865vw, 72px);
}
.person__contents__list li a .label.career {
  background: url(/assets/img/person/label_career.png);
  background-size: 100%;
}
.person__contents__list li a .label.new {
  background: url(/assets/img/person/label_new.png);
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .person__contents__list li a .label {
    width: 19.487vw;
    height: 19.487vw;
  }
}
.person__contents__list li a .thumb {
  margin-bottom: min(2.703vw, 40px);
  position: relative;
  line-height: 0;
  overflow: hidden;
  border-radius: 24px;
}
@media only screen and (max-width: 767px) {
  .person__contents__list li a .thumb {
    margin-bottom: 7.692vw;
  }
}
.person__contents__list li a .thumb img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  will-change: transform;
}
.person__contents__list li a h3 {
  margin-bottom: min(1.351vw, 20px);
  line-height: 1.8;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .person__contents__list li a h3 {
    font-size: 5.128vw;
    margin-bottom: 4.103vw;
  }
}
.person__contents__list li a p.post {
  margin-bottom: min(1.216vw, 18px);
  color: #A84C3D;
}
@media only screen and (max-width: 767px) {
  .person__contents__list li a p.post {
    font-size: 4.103vw;
    margin-bottom: 2.564vw;
  }
}
.person__contents__list li a p.place {
  margin-bottom: min(1.216vw, 18px);
}
@media only screen and (max-width: 767px) {
  .person__contents__list li a p.place {
    font-size: 3.59vw;
    margin-bottom: 5.128vw;
  }
}

@media only screen and (max-width: 767px) {
  .tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.tags li {
  height: min(2.027vw, 30px);
  padding: 0 0.8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ccc;
  border-radius: min(2.027vw, 30px);
  margin: 0 min(0.541vw, 8px) min(0.541vw, 8px) 0;
}
@media only screen and (max-width: 767px) {
  .tags li {
    font-size: 3.077vw;
    height: 7.692vw;
    width: auto;
    border-radius: 6.154vw;
    margin: 0 1.282vw 1.282vw 0;
  }
}
.tags li:before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background-color: #ccc;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.3em;
}
.tags li.customersupport:before {
  background: -webkit-linear-gradient(225deg, #785AA9 11.87%, #C578C7 100%);
  background: linear-gradient(225deg, #785AA9 11.87%, #C578C7 100%);
}
.tags li.gamedebug:before {
  background: -webkit-linear-gradient(225deg, #EA4F5D 0%, #F37C2F 100%);
  background: linear-gradient(225deg, #EA4F5D 0%, #F37C2F 100%);
}
.tags li.softwaretest:before {
  background: -webkit-linear-gradient(223deg, #04AA90 11.76%, #65C865 100%);
  background: linear-gradient(227deg, #04AA90 11.76%, #65C865 100%);
}
.tags li.netsupport:before {
  background: -webkit-linear-gradient(227deg, #2E65A6 13.68%, #0BBAF2 100%);
  background: linear-gradient(223deg, #2E65A6 13.68%, #0BBAF2 100%);
}