@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@300;400;500;600;700&display=swap");
/* Noto Sans JP */
/* Lato */
/* Cormorant Garamond */
/* Cormorant Infant */
/* Cardo */
/* Noto Serif JP */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@300;400;500;600;700&display=swap");
/* Noto Sans JP */
/* Lato */
/* Cormorant Garamond */
/* Cormorant Infant */
/* Cardo */
/* Noto Serif JP */
/* ==================================
    COMMON
================================== */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: black;
  letter-spacing: 0.05em;
}

.outer {
  max-width: 100%;
  overflow: hidden;
}

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

a {
  color: black;
  text-decoration: none;
}

a:hover {
  opacity: .8;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

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

.newline {
  display: inline-block;
}

object {
  pointer-events: none;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 56.25%;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 50.0%;
  }
}

@media screen and (max-width: 576px) {
  html {
    font-size: 43.8%;
  }
  .no-newline {
    display: none;
  }
}

/* ==================================
    MAIN CONTENTS
================================== */
.main-container {
  position: relative;
  z-index: 1;
}

.contents-wrapper {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.contents-wrapper__inner {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.bgGray {
  background-color: #f3f4f5;
}

.pageTop {
  display: none;
  position: fixed;
  width: 5.1rem;
  height: 5.1rem;
  right: 4.7rem;
  bottom: 3.8rem;
  z-index: 99;
}

.pageTop__button {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(0px 0px 2px #fff);
          filter: drop-shadow(0px 0px 2px #fff);
}

@media screen and (max-width: 1200px) {
  .pageTop {
    right: 3.5rem;
    bottom: 13.6rem;
  }
}

@media screen and (max-width: 767px) {
  .pageTop {
    width: 5.1rem;
    height: 5.1rem;
    right: calc(15/375*100vw);
    bottom: calc(90/375*100vw);
  }
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
ul {
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: sans-serif;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul,
nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  font-size: 0px;
  line-height: 0px;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style: none;
}

input[type="button"],
input[type="submit"],
input[type="text"] {
  -webkit-appearance: none;
}

figure {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

/*utility*/
.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt12 {
  margin-top: 12px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.ml05 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml12 {
  margin-left: 12px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.mr05 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.pt05 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb05 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl05 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr05 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l,
td.txt_l,
.txt_l td {
  text-align: left;
}

.txt_r,
td.txt_r,
.txt_r td {
  text-align: right;
}

.txt_c,
td.txt_c,
.txt_c td {
  text-align: center;
}

.valign_t,
td.valign_t,
.valign_t td {
  vertical-align: top;
}

.valign_m,
td.valign_m,
.valign_m td {
  vertical-align: middle;
}

.valign_b,
td.valign_b,
.valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.ft_b {
  font-weight: bold;
}

.ft_13px {
  font-size: 1.3rem;
}

.ft_14px {
  font-size: 1.4rem;
}

.ft_15px {
  font-size: 1.5rem;
}

.ft_16px {
  font-size: 1.6rem;
}

.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
  margin: 0em !important;
}

/* ページ　画像 */
.alignright {
  float: right;
  margin: 0 0 5% 30px;
}

.alignright:after {
  float: right;
  margin: 0 0 5% 30px;
}

.alignleft {
  float: left;
  margin: 0 30px 1% 0px;
}

.alignleft:after {
  float: left;
  margin: 0 30px 5% 0px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.red_txt {
  color: #fa6b88;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

/* ==================================
    TITLE
================================== */
.page__titleHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 41.8rem;
  padding-top: 21.0rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  text-align: center;
}

.page__titleText {
  text-align: center;
}

.page__titleText--english {
  display: block;
  margin-top: 2.0rem;
  font-family: "Cormorant Garamond", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.page__titleText--japanese {
  display: block;
  font-family: "Noto Serif JP", "游明朝", YuMincho medium, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .page__titleText--english {
    margin-top: 1.0rem;
    font-size: 2.0rem;
  }
  .page__titleText--japanese {
    font-size: 3.2rem;
  }
}

/* ==================================
    BUTTON STYLE
================================== */
.contents-wrapper__buttonList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contents-wrapper__buttonList--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contents-wrapper__buttonLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  width: 24.0rem;
  height: 4.6rem;
  padding-bottom: 2px;
  background-color: #000;
  border-radius: 4.6rem;
  -webkit-transition: none;
  transition: none;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #fff;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.contents-wrapper__buttonLink--border {
  border: 1px solid #fff;
}

.contents-wrapper__buttonLink::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.0rem;
  height: 1.0rem;
  right: 3.4rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

.contents-wrapper__buttonLink:hover {
  background-color: #565656;
}

.contents-wrapper__buttonLink:hover::after {
  right: 3.2rem;
}

@media screen and (max-width: 767px) {
  .contents-wrapper__buttonList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -1.6rem;
  }
  .contents-wrapper__buttonList--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contents-wrapper__buttonLink {
    width: 34.6rem;
    height: 6.2rem;
    margin-top: 1.6rem;
    border-radius: 5.6rem;
    font-size: 2.0rem;
  }
}

/* ==================================
    SP NAV
================================== */
.nav-button {
  display: block;
  position: relative;
  width: 3.0rem;
  height: 3.0rem;
  z-index: 1000;
}

.nav-button__panel {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.nav-button__panel:hover {
  opacity: 1;
}

.nav-button__panel--icon {
  position: absolute;
  display: block;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background: #fff;
  z-index: 2000;
}

.nav-button__panel--icon::before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.nav-button__panel--icon::after {
  display: block;
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.is-headerFixed .nav-button__panel--icon {
  background: #000;
}

.is-headerFixed .nav-button__panel--icon::before {
  background: #000;
}

.is-headerFixed .nav-button__panel--icon::after {
  background: #000;
}

.open .nav-button__panel--icon {
  background: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

.open .nav-button__panel--icon::before {
  top: 0px;
  bottom: 0px;
  margin: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.open .nav-button__panel--icon::after {
  top: 0px;
  bottom: 0px;
  margin: auto;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.zdo_drawer_menu {
  position: relative;
  z-index: 99;
}

.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  top: 0;
  left: 0;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 101;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

/*+++ Default Navigation CSS +++*/
.global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}

.global-nav__list {
  max-width: 60.0rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.global-nav__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.global-nav__itemLink {
  display: block;
  padding-top: 2.0rem;
  padding-bottom: 2.0rem;
  padding-left: 2.0rem;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.8);
}

.global-nav__iconButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 3.0rem;
  margin-right: -3.5rem;
}

.global-nav__iconButtonItem {
  margin-right: 3.5rem;
}

@media screen and (max-width: 992px) {
  .nav-button {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .global-nav {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 11.0rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .global-nav__itemLink {
    font-size: 2.0rem;
  }
  .nav-button {
    display: block;
    position: relative;
    width: 4.0rem;
    height: 4.0rem;
    z-index: 1000;
  }
  .nav-button__panel {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .nav-button__panel:hover {
    opacity: 1;
  }
  .nav-button__panel--icon {
    position: absolute;
    display: block;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    margin: auto;
    background: #fff;
    z-index: 2000;
  }
  .nav-button__panel--icon::before {
    display: block;
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .nav-button__panel--icon::after {
    display: block;
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: .5s;
    transition: .5s;
  }
}

/* ==================================
    HEADER
================================== */
.header {
  position: absolute;
  width: 100%;
  height: 8.0rem;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 110;
}

.header-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-right: 4.4rem;
}

.header-contents__logo {
  position: absolute;
  width: 12.7rem;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-contents__logo svg {
  width: 100%;
  fill: #fff;
  -webkit-filter: drop-shadow(0px 0px 8px #000);
          filter: drop-shadow(0px 0px 8px #000);
}

.header-contents__logoLink {
  display: block;
}

.header-contents__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -2.5rem;
}

.header-contents__buttonItem {
  margin-left: 2.5rem;
}

.header-contents__buttonItem svg {
  fill: #fff;
}

.header-contents__buttonItemLink {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.is-headerFixed .header {
  position: fixed;
  top: 0;
  left: 0;
  height: 8.0rem;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 2.5px 4.3px 5px 0 rgba(103, 102, 102, 0.1);
          box-shadow: 2.5px 4.3px 5px 0 rgba(103, 102, 102, 0.1);
  z-index: 103;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.is-headerFixed .header-contents__logo svg {
  fill: #000;
  -webkit-filter: none;
          filter: none;
}

.is-headerFixed .header-contents__buttonItem svg {
  fill: #000;
}

.open.top .header {
  position: fixed;
  -webkit-box-shadow: 2.5px 4.3px 5px 0 rgba(103, 102, 102, 0.1);
          box-shadow: 2.5px 4.3px 5px 0 rgba(103, 102, 102, 0.1);
}

.open.top .header-contents__buttonItemLink {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .header {
    height: 75px;
  }
  .header-contents {
    padding-right: 3.4rem;
  }
  .header-contents__logo {
    width: 120px;
  }
  .header-contents__button {
    margin-left: 0rem;
  }
  .header-contents__buttonItem {
    margin-left: 0rem;
  }
  .header-contents__buttonItem:nth-of-type(1) {
    display: none;
  }
  .header-contents__buttonItem:nth-of-type(2) {
    display: none;
  }
}

/* ==================================
    GLOBALNAV
================================== */
.globalnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  height: 100%;
}

.globalnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc((225 * 5) / 1600 * 100vw);
  height: 100%;
}

.globalnav__item {
  width: calc(100% / 5);
  height: 100%;
}

.globalnav__itemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  border-left: solid 1px #e3e3e3;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: black;
}

.globalnav__itemLink::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0%;
  height: 2px;
  background-color: #0699c9;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 100;
}

.globalnav__itemLink:hover::after {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .globalnav {
    display: none;
  }
}

/* ==================================
FOOTER
================================== */
.footer {
  padding-top: 8.5rem;
  background-image: url(../images/common/ft_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-bunner {
  padding-top: 5.0rem;
  padding-bottom: 8.0rem;
}

.footer-bunner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -3.0rem;
  margin-right: -3.0rem;
}

.footer-bunner__item {
  max-width: 38.0rem;
  width: calc((100% / 3) - 3.0rem);
  margin-top: 3.0rem;
  margin-right: 3.0rem;
}

.footer-bunner__itemLink {
  display: block;
}

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

.footer-contents__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  color: #fff;
}

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

.footer-contents__title {
  font-family: "Cormorant Garamond", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 2.0rem;
  color: #c0c0c0;
}

.footer-contents__contactBox {
  margin-left: 4.0rem;
}

.footer-contents__contactBoxTel {
  font-family: "Lato", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.65;
}

.footer-contents__contactBoxTel--small {
  font-size: 1.4rem;
}

.footer-contents__contactBoxOpen {
  font-family: "Lato", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 300;
}

.footer-contents__contactBoxOpen--small {
  font-size: 1.4rem;
}

.footer-contents__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 6.4rem;
}

.footer-contents__addressBox {
  margin-left: 4.0rem;
  font-weight: 300;
}

.footer-contents__addressText {
  font-size: 1.5rem;
  line-height: 1.65;
}

.footer-contents__button {
  margin-top: 2.0rem;
}

.footer-contents__buttonLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 23.0rem;
  height: 4.6rem;
  border: solid 1px #a3a3a3;
  background-color: transparent;
  border-radius: 4.6rem;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer-contents__buttonLink::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  right: 3.0rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

.footer-contents__buttonLink:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.footer-contents__buttonLink:hover::after {
  right: 2.6rem;
}

.footer-under {
  margin-top: 6.5rem;
  padding-top: 3.5rem;
  padding-bottom: 5.8rem;
  border-top: 1px solid #575757;
}

.footer-under .contents-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-under__copyright {
  margin-left: auto;
  font-family: "Lato", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 1.4rem;
  color: #9c9c9c;
}

.footer-fixedButton {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  width: 100%;
  height: calc(77/375*100vw);
  bottom: 0;
  left: 0;
  gap: calc(9/375*100vw);
  padding-top: calc(12/375*100vw);
  padding-bottom: calc(12/375*100vw);
  padding-left: calc(15/375*100vw);
  padding-right: calc(15/375*100vw);
  background-color: rgba(36, 37, 36, 0.7);
  z-index: 1000;
}

.footer-fixedButton__itemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(112/375*100vw);
  height: calc(53/375*100vw);
  background-color: #000;
}

.footer-fixedButton__itemLinkIcon img {
  width: 100%;
  height: auto;
}

.footer-fixedButton__itemLinkIcon--tel {
  width: calc(13/375*100vw);
}

.footer-fixedButton__itemLinkIcon--mail {
  width: calc(18/375*100vw);
}

.footer-fixedButton__itemLinkIcon--access {
  width: calc(14/375*100vw);
}

.footer-fixedButton__itemLinkText {
  display: block;
  margin-top: calc(6/375*100vw);
  font-size: calc(12/375*100vw);
  line-height: 1.0;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .footer {
    padding-top: 6.4rem;
  }
  .footer-contents__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-contents__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5.0rem;
    margin-left: 0;
  }
}

@media screen and (max-width: 992px) {
  .footer-contents__address {
    margin-left: 4.8rem;
  }
  .footer-contents__addressBox {
    margin-left: 3.0rem;
  }
  .footer-under .contents-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-under__copyright {
    width: 100%;
    margin-top: 3.5rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 8.5rem;
    padding-bottom: calc(80/375*100vw);
  }
  .footer-bunner {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .footer-contents__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-contents__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4.0rem;
    margin-left: 0;
    margin-right: 0;
    color: #fff;
  }
  .footer-contents__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .footer-contents__title {
    font-size: 3.2rem;
    color: #c0c0c0;
  }
  .footer-contents__contactBox {
    width: 100%;
    margin-top: 1.0rem;
    margin-left: 0rem;
    text-align: center;
  }
  .footer-contents__contactBoxTel {
    font-size: 2.6rem;
  }
  .footer-contents__contactBoxTel--small {
    font-size: 2.0rem;
  }
  .footer-contents__contactBoxOpen {
    margin-top: 0.5rem;
    font-family: "Lato", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
    font-size: 2.1rem;
    line-height: 1.4;
  }
  .footer-contents__contactBoxOpen--small {
    font-size: 2.0rem;
  }
  .footer-contents__address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 5.0rem;
    margin-left: 0rem;
  }
  .footer-contents__addressBox {
    width: 100%;
    margin-top: 1.0rem;
    margin-left: 0rem;
  }
  .footer-contents__addressText {
    font-size: 2.0rem;
    line-height: 1.65;
  }
  .footer-contents__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 2.0rem;
  }
  .footer-contents__buttonLink {
    width: 100%;
    height: 6.2rem;
    border-radius: 6.2rem;
    font-size: 2.0rem;
  }
  .footer-contents__buttonLink::after {
    width: 1.0rem;
    height: 1.0rem;
  }
  .footer-under {
    margin-top: 6.5rem;
    padding-top: 3.5rem;
    padding-bottom: 5.8rem;
    border-top: 1px solid #575757;
  }
  .footer-under .contents-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-under__copyright {
    text-align: center;
    margin-top: 5.0rem;
    margin-left: 0;
    font-size: 2.0rem;
  }
  .footer-fixedButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 576px) {
  .footer-bunner__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -2.0rem;
    margin-right: 0;
  }
  .footer-bunner__item {
    width: 100%;
    margin-top: 2.0rem;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-bunner__itemLink {
    width: 100%;
  }
}

/* ==================================
    FOOTER CONTACT
================================== */
.footer-contact {
  position: relative;
  width: 100%;
  padding-top: 9.7rem;
  padding-bottom: 9.0rem;
  background-color: #eef0f2;
}

.footer-contact .contents-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-contact .contents-wrapper__text {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}


.footer-contact .contents-wrapper__button {
  margin-left: 3.3rem;
}

.footer-contact .contents-wrapper__buttonLink {
  width: 32.0rem;
  height: 6.0rem;
}

.footer-contact__titleText {
  font-size: 1.5rem;
  font-weight: 300;
  color: #333;
}

.footer-contact__titleText--english {
  display: block;
  margin-bottom: 2.0rem;
  font-family: "Cormorant Garamond", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 6.0rem;
  line-height: 1.0;
  font-weight: 500;
  color: #000;
}

.footer-contact__wrapper {
  padding-left: 16.0rem;
}

.footer-contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5rem;
}

.footer-contact__telNumber {
  font-family: "Cardo", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 3.3rem;
}

.footer-contact__telNumber--small {
  font-size: 2.2rem;
}

.footer-contact__telText {
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.footer-contact__telText--english {
  font-family: "Lato", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}

.footer-contact__text {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0rem;
}

@media screen and (max-width: 1200px) {
  .footer-contact {
    padding-top: 7.2rem;
    padding-bottom: 6.8rem;
  }
  .footer-contact .contents-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-contact .contents-wrapper__button {
    margin-left: 2.4rem;
  }
  .footer-contact__titleText {
    text-align: center;
  }
  .footer-contact__titleText--english {
    margin-bottom: 1.5rem;
    font-size: 4.5rem;
  }
  .footer-contact__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5.0rem;
    padding-left: 0rem;
  }
  .footer-contact__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.5rem;
  }
  .footer-contact__telNumber {
    font-size: 3.3rem;
  }
  .footer-contact__telNumber--small {
    font-size: 2.2rem;
  }
  .footer-contact__telText {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .footer-contact {
    padding-top: 5.4rem;
    padding-bottom: 5.0rem;
    background-color: #eef0f2;
  }
  .footer-contact__text {
    text-align: center;
    font-size: 2.0rem;
    line-height: 1.65;
    font-weight: 400;
  }
  .footer-contact .contents-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-contact .contents-wrapper__button {
    margin-top: 2.0rem;
    margin-left: 0rem;
  }
  .footer-contact .contents-wrapper__buttonLink {
    width: 34.6rem;
    height: 6.2rem;
  }
  .footer-contact__titleText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.8rem;
    font-weight: 400;
  }
  .footer-contact__titleText--english {
    margin-bottom: 1.5rem;
    font-size: 4.5rem;
  }
  .footer-contact__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4.0rem;
    padding-left: 0rem;
  }
  .footer-contact__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.5rem;
    text-align: center;
  }
  .footer-contact__telNumber {
    font-size: 3.8rem;
  }
  .footer-contact__telNumber--small {
    font-size: 2.8rem;
  }
  .footer-contact__telText {
    font-size: 1.8rem;
  }
}

/* ==================================
    FOOTER NAV
================================== */
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -3.0rem;
}

.footer-nav__item {
  margin-right: 3.0rem;
}

.footer-nav__itemLink {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #fff;
}

.footer-nav__itemLink::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 120%;
  left: 0;
  background-color: #575757;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.footer-nav__itemLink:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.footer-nav__iconButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2.3rem;
  padding-left: 4.0rem;
}

.footer-nav__iconButtonItem {
  width: 2.2rem;
  margin-right: 2.3rem;
  text-align: center;
}

.footer-nav__iconButtonItemLInk {
  display: block;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .footer-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -2.0rem;
  }
  .footer-nav__item {
    margin-right: 2.0rem;
  }
  .footer-nav__itemLink {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: normal;
    color: #fff;
  }
  .footer-nav__itemLink::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 120%;
    left: 0;
    background-color: #575757;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
  .footer-nav__itemLink:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .footer-nav__iconButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -2.3rem;
    padding-left: 4.0rem;
  }
  .footer-nav__iconButtonItem {
    width: 2.2rem;
    margin-right: 2.3rem;
    text-align: center;
  }
  .footer-nav__iconButtonItemLInk {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .footer-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: -3.5rem;
    margin-right: 0rem;
  }
  .footer-nav__item {
    margin-top: 3.5rem;
    margin-right: 0rem;
  }
  .footer-nav__itemLink {
    display: block;
    font-size: 2.2rem;
  }
  .footer-nav__itemLink::after {
    content: none;
  }
  .footer-nav__iconButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 5.0rem;
    padding-left: 0rem;
  }
  .footer-nav__iconButtonItem {
    width: 5.0rem;
    margin-right: 3.0rem;
  }
  .footer-nav__iconButtonItem img {
    width: 100%;
    height: auto;
  }
  .footer-nav__iconButtonItem:last-of-type {
    margin-right: 0;
  }
}

/* ====== メインビジュアル ===== */
.mainvisual-contents {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.mainvisual-contents__wrapper {
  width: 100%;
  height: 100%;
}

.mainvisual-contents .slick-list,
.mainvisual-contents .slick-track {
  width: 100%;
  height: 100%;
}

.mainvisual-contents img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mainvisual-contents__textArea {
  position: absolute;
  bottom: 7.0rem;
  right: 12.6rem;
}

.mainvisual-contents__titleTextCompanyName {
  display: block;
  font-family: "Noto Serif JP", "游明朝", YuMincho medium, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.8);
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-name: fadein01;
  animation-name: fadein01;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.mainvisual-contents__titleTextCompanyName--large52px {
  padding-left: 2.0rem;
  font-size: 5.2rem;
}

.mainvisual-contents__titleText {
  display: block;
  margin-top: 3.0rem;
  font-family: "Noto Serif JP", "游明朝", YuMincho medium, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.8);
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-name: fadein01;
  animation-name: fadein01;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadein01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1200px) {
  .mainvisual-contents {
    height: auto;
  }
  .mainvisual-contents__wrapper {
    width: 100%;
    height: auto;
  }
  .mainvisual-contents .slick-list,
  .mainvisual-contents .slick-track {
    width: 100%;
    height: auto;
  }
  .mainvisual-contents img {
    max-width: none;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mainvisual-contents__textArea {
    position: absolute;
    bottom: 5.2rem;
    right: 9.4rem;
  }
}

@media screen and (max-width: 767px) {
  .mainvisual-contents {
    height: auto;
  }
  .mainvisual-contents__wrapper {
    width: 100%;
    height: auto;
  }
  .mainvisual-contents .slick-list,
  .mainvisual-contents .slick-track {
    width: 100%;
    height: auto;
  }
  .mainvisual-contents img {
    max-width: none;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mainvisual-contents__textArea {
    position: absolute;
    bottom: calc(49/375*100vw);
    right: calc(22/375*100vw);
  }
  .mainvisual-contents__titleTextCompanyName {
    text-align: right;
    font-size: calc(28/375*100vw);
  }
  .mainvisual-contents__titleTextCompanyName--large52px {
    padding-left: calc(10/375*100vw);
    font-size: calc(35/375*100vw);
  }
  .mainvisual-contents__titleText {
    margin-top: calc(14/375*100vw);
    font-size: calc(17/375*100vw);
  }
}

/* ====== TOPページ　コンテンツ ====== */
.about-contents {
  padding-top: 9.0rem;
  padding-bottom: 9.0rem;
}

.about-contents__mediaBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.about-contents__mediaImageBox {
  position: relative;
  max-width: 81.0rem;
  width: calc(810/1200*100%);
  z-index: 1;
}

.about-contents__mediaTextBox {
  position: relative;
  width: calc(540/1200*100%);
  min-height: 55.0rem;
  margin-right: -15.0rem;
  z-index: 5;
}

.about-contents__mediaTextBox:after {
  content: "";
  position: absolute;
  top: calc(-56/540*100%);
  left: calc(-50/540*100%);
  width: calc(354/540*100%);
  height: calc(362/540*100%);
  background-image: url(../images/top/about/box_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;
}

.about-contents__mediaTextBox .contents-wrapper__button {
  margin-top: 2.0rem;
}

.about-contents__mediaTextBox .contents-wrapper__buttonLink {
  width: 24.0rem;
  height: 4.6rem;
}

.about-contents__mediaTextBox .contents-wrapper__text {
  line-height: 1.75;
  letter-spacing: 0;
}



.about-contents__mediaTextBox2 {
  position: relative;
  width: calc(540/1200*100%);
  min-height: 55.0rem;
  margin-right: -15.0rem;
  z-index: 5;
}

.about-contents__mediaTextBox2:after {
  content: "";
  position: absolute;
  top: calc(-56/540*100%);
  left: calc(-50/540*100%);
  width: calc(354/540*100%);
  height: calc(362/540*100%);
  background-image: url(../images/top/about/box_bg2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;
}

.about-contents__mediaTextBox2 .contents-wrapper__button {
  margin-top: 2.0rem;
}

.about-contents__mediaTextBox2 .contents-wrapper__buttonLink {
  width: 24.0rem;
  height: 4.6rem;
}

.about-contents__mediaTextBox2 .contents-wrapper__text {
  line-height: 1.75;
  letter-spacing: 0;
}


.about-contents__mediaInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: 6.0rem;
  padding-bottom: 5.7rem;
  padding-left: 6.0rem;
  padding-right: 3.0rem;
  background-color: rgba(255, 255, 255, 0.98);
}

.about-contents__titleText--english {
  display: block;
  font-family: "Cormorant Garamond", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.0;
  letter-spacing: 0.03rem;
}

.about-contents__titleText--japanese {
  display: block;
  margin-top: 2.0rem;
  font-family: "Noto Serif JP", "游明朝", YuMincho medium, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.35;
}

.about-contents__problemTextBox {
  margin-top: 2.4rem;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 2.0rem;
  padding-right: 0;
  border-left: 1px solid #000;
}

.about-contents__problemText {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.45;
  letter-spacing: 0;
}

.about-contents__problemText:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  .about-contents__mediaImageBox {
    position: relative;
    max-width: 81.0rem;
    width: calc(810/1200*100%);
    z-index: 1;
  }
  .about-contents__mediaTextBox {
    position: relative;
    width: calc(540/1200*100%);
    min-height: 55.0rem;
    margin-right: -15.0rem;
    z-index: 5;
  }
  .about-contents__mediaTextBox:after {
    top: calc(-36/1200*100vw);
    left: calc(-30/1200*100vw);
    width: calc(354/540*100%);
    height: calc(362/540*100%);
  }
  
  
  .about-contents__mediaImageBox2 {
    position: relative;
    max-width: 81.0rem;
    width: calc(810/1200*100%);
    z-index: 1;
  }
  .about-contents__mediaTextBox2 {
    position: relative;
    width: calc(540/1200*100%);
    min-height: 55.0rem;
    margin-right: -15.0rem;
    z-index: 5;
  }
  .about-contents__mediaTextBox2:after {
    top: calc(-36/1200*100vw);
    left: calc(-30/1200*100vw);
    width: calc(354/540*100%);
    height: calc(362/540*100%);
  }
  
  
  .about-contents__mediaInner {
    padding-top: calc(45/1200*100vw);
    padding-bottom: calc(45/1200*100vw);
    padding-left: calc(45/1200*100vw);
    padding-right: calc(45/1200*100vw);
  }
}

@media screen and (max-width: 992px) {
  .about-contents__mediaImageBox {
    max-width: none;
    width: 100%;
    margin-top: calc(-100/1024*100vw);
    margin-left: auto;
  }
  .about-contents__mediaTextBox {
    width: calc(860/1024*100vw);
    min-height: auto;
    margin-right: 0rem;
  }
  .about-contents__mediaTextBox:after {
    top: calc(-36/1024*100vw);
    left: calc(-30/1024*100vw);
    width: calc(480/1024*100vw);
    height: calc(420/1024*100vw);
    background-size: cover;
  }
  .about-contents__mediaInner {
    padding-top: calc(60/1024*100vw);
    padding-bottom: calc(60/1024*100vw);
    padding-left: calc(60/1024*100vw);
    padding-right: calc(60/1024*100vw);
  }
}

@media screen and (max-width: 767px) {
  .about-contents {
    padding-top: 6.8rem;
    padding-bottom: 6.8rem;
  }
  .about-contents .contents-wrapper {
    width: 100%;
  }
  .about-contents__mediaImageBox {
    max-width: none;
    width: 100%;
    margin-top: calc(-80/375*100vw);
  }
  .about-contents__mediaTextBox {
    width: 85%;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    z-index: 5;
  }
  .about-contents__mediaTextBox:after {
    top: calc(-20/375*100vw);
    left: calc(-20/375*100vw);
    width: calc(240/375*100vw);
    height: calc(300/375*100vw);
  }
  .about-contents__mediaTextBox .contents-wrapper__button {
    margin-top: 3.0rem;
  }
  .about-contents__mediaTextBox .contents-wrapper__buttonLink {
    width: 32.0rem;
    height: 6.2rem;
  }
  
  
  .about-contents__mediaImageBox2 {
    max-width: none;
    width: 100%;
    margin-top: calc(-80/375*100vw);
  }
  .about-contents__mediaTextBox2 {
    width: 85%;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    z-index: 5;
  }
  .about-contents__mediaTextBox2:after {
    top: calc(-20/375*100vw);
    left: calc(-20/375*100vw);
    width: calc(240/375*100vw);
    height: calc(300/375*100vw);
  }
  .about-contents__mediaTextBox2 .contents-wrapper__button {
    margin-top: 3.0rem;
  }
  .about-contents__mediaTextBox2 .contents-wrapper__buttonLink {
    width: 32.0rem;
    height: 6.2rem;
  }
  
  
  .about-contents__mediaInner {
    padding-top: calc(30/375*100vw);
    padding-bottom: calc(28/375*100vw);
    padding-left: calc(30/375*100vw);
    padding-right: calc(30/375*100vw);
  }
  .about-contents__titleText--english {
    font-size: 2.2rem;
  }
  .about-contents__titleText--japanese {
    margin-top: calc(10/375*100vw);
    font-size: 2.8rem;
  }
  .about-contents__problemTextBox {
    margin-top: calc(12/375*100vw);
    padding-left: calc(10/375*100vw);
  }
  .about-contents__problemText {
    margin-top: 0.8rem;
    font-size: 2.0rem;
  }
}

.feature-contents {
  padding-top: 8.0rem;
  background-color: #eef0f2;
  background-image: url(../images/top/feature/bg_img.png);
  background-repeat: no-repeat;
  background-size: calc(1600/1920*100vw);
  background-position: right top;
}

.feature-contents__titleHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feature-contents__titleHeader .contents-wrapper__buttonList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}

.feature-contents__titleHeader .contents-wrapper__buttonList--spShow {
  display: none;
}

.feature-contents__titleHeader .contents-wrapper__buttonItem {
  margin-left: 1.6rem;
}

.feature-contents__titleText--english {
  display: block;
  font-family: "Cormorant Garamond", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 6.0rem;
  font-weight: 500;
  line-height: 1.0;
}

.feature-contents__titleText--japanese {
  display: block;
  margin-top: 2.5rem;
  font-size: 1.5rem;
  font-weight: 300;
  color: #333;
}

.feature-contents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.2rem;
}

.feature-contents__item {
  width: calc(100% / 3);
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2.0rem;
  padding-right: 3.0rem;
  border-left: 1px solid #82888e;
}

.feature-contents__textArea {
  margin-top: 2.0rem;
}

.feature-contents__text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.65;
}

.feature-contents__subTitleNumber {
  font-family: "Cormorant Infant", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 4.0rem;
  line-height: 1.0;
  letter-spacing: 0.04em;
  text-align: left;
  color: #82888e;
}

.feature-contents__subTitleNumber--english {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.feature-contents__subTitleNumber--japanese {
  display: block;
  margin-top: 2.0rem;
  font-family: "Noto Serif JP", "游明朝", YuMincho medium, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
}

.feature-contents__fullImage {
  width: 100vw;
  margin-top: 4.6rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.feature-contents__fullImage img {
  width: 100%;
  height: auto;
}

.feature-contents .contents-wrapper__textArea {
  margin-top: 3.4rem;
}

.feature-contents .contents-wrapper__text--catchText {
  font-family: "Noto Serif JP", "游明朝", YuMincho medium, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.65;
}

.feature-contents .contents-wrapper__button--spShow {
  display: none;
}

@media screen and (max-width: 992px) {
  .feature-contents {
    padding-top: 6.0rem;
    background-size: 100% auto;
  }
  .feature-contents__titleHeader {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .feature-contents__titleHeader .contents-wrapper__buttonList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -1.0rem;
    margin-left: auto;
  }
  .feature-contents__titleHeader .contents-wrapper__buttonItem {
    margin-top: 1.0rem;
    margin-left: 1.6rem;
  }
  .feature-contents__titleText--english {
    font-size: 6.0rem;
    line-height: 1.0;
  }
  .feature-contents__titleText--japanese {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }
  .feature-contents__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.2rem;
  }
  .feature-contents__item {
    padding-left: 2.0rem;
    padding-right: 2.0rem;
  }
  .feature-contents__textArea {
    margin-top: 2.0rem;
  }
  .feature-contents__text {
    font-size: 1.6rem;
  }
  .feature-contents__subTitleNumber {
    font-size: 4.6rem;
  }
  .feature-contents__subTitleNumber--english {
    font-size: 1.8rem;
  }
  .feature-contents__subTitleNumber--japanese {
    margin-top: 1.6rem;
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 767px) {
  .feature-contents {
    padding-top: 6.0rem;
    background-size: 100% auto;
  }
  .feature-contents__titleHeader {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feature-contents__titleHeader .contents-wrapper__buttonList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    padding-top: 3.5rem;
    margin-left: 0;
    margin-right: 0;
  }
  .feature-contents__titleHeader .contents-wrapper__buttonList--spHide {
    display: none;
  }
  .feature-contents__titleHeader .contents-wrapper__buttonList--spShow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .feature-contents__titleHeader .contents-wrapper__buttonItem {
    margin-left: 1.6rem;
  }
  .feature-contents__titleText--english {
    font-size: 4.8rem;
  }
  .feature-contents__titleText--japanese {
    font-size: 1.8rem;
  }
  .feature-contents__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0rem;
  }
  .feature-contents__item {
    width: 100%;
    margin-top: 3.5rem;
  }
  .feature-contents__textArea {
    margin-top: 2.0rem;
  }
  .feature-contents__text {
    font-size: 1.8rem;
  }
  .feature-contents__subTitleNumber {
    font-size: 4.0rem;
  }
  .feature-contents__subTitleNumber--english {
    font-size: 2.0rem;
  }
  .feature-contents__subTitleNumber--japanese {
    margin-top: 1.5rem;
    font-size: 2.6rem;
  }
  .feature-contents__fullImage {
    height: calc(250/375*100vw);
  }
  .feature-contents__fullImage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .feature-contents .contents-wrapper__textArea {
    margin-top: 3.4rem;
  }
  .feature-contents .contents-wrapper__text--catchText {
    font-size: 2.4rem;
  }
  .feature-contents .contents-wrapper__text--catchText br {
    display: none;
  }
  .feature-contents .contents-wrapper__button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -1.6rem;
    padding-top: 3.5rem;
    padding-bottom: 7.0rem;
  }
  .feature-contents .contents-wrapper__button--spShow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.worksMaker-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 74.0rem;
}

.worksMaker-contents__titleText--english {
  font-family: "Cormorant Garamond", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 6.0rem;
  font-weight: 500;
  line-height: 1.2;
}

.worksMaker-contents__titleText--japanese {
  display: block;
  margin-top: 1.8rem;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.works-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding-top: 8.0rem;
  background-color: #000;
  background-image: url(../images/top/works/bg_img.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}

.works-contents .worksMaker-contents__titleHeader {
  position: relative;
  z-index: 3;
}

.works-contents .worksMaker-contents__titleText {
  color: #fff;
}

.works-contents__wrapper {
  max-width: 49.6rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.works-contents__image {
  position: relative;
  max-width: 37.6rem;
  width: calc(376/496*100vw);
  margin-top: -9.0rem;
  margin-left: auto;
  z-index: 1;
}

.works-contents .contents-wrapper__buttonList {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -1.6rem;
  margin-right: -1.6rem;
  padding-top: 3.0rem;
}

.works-contents .contents-wrapper__button {
  margin-top: 1.6rem;
  margin-right: 1.6rem;
}

.maker-contents {
  width: 50%;
  padding-top: 8.0rem;
  padding-bottom: 9.0rem;
}

.maker-contents__innerBox {
  max-width: 63.6rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.maker-contents__makerList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  width: 100%;
  padding-top: 5.0rem;
  gap: 3.0rem 1.8rem;
}

.maker-contents__makerItemLink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	border-bottom: 1px solid #cbc9c9;
  padding-bottom: 1.2rem;
}

.maker-contents__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 1.2rem;
}

.maker-contents__logo--logo01 {
  height: 85px;
}

.maker-contents__logo--logo02 {
  height: 85px;
}

.maker-contents__logo--logo03 {
  height: 85px;
}

.maker-contents__logo--logo04 {
  height: 62px;
}

.maker-contents__logo--logo05 {
  height: 62px;
}

.maker-contents__logo--logo06 {
  height: 62px;
}

.maker-contents__logo--logo07 {
  height: 39px;
}

.maker-contents__logo--logo08 {
  height: 39px;
}

.maker-contents__nameText {
  margin-top: 1.0rem;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4;
  color: #333;
}

@media screen and (max-width: 992px) {
  .worksMaker-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    min-height: none;
  }
  .worksMaker-contents__titleText--english {
    font-size: 6.0rem;
  }
  .worksMaker-contents__titleText--japanese {
    margin-top: 1.8rem;
    font-size: 1.5rem;
  }
  .works-contents {
    width: 100%;
    padding-top: 8.0rem;
    padding-bottom: 8.0rem;
    background-color: #000;
  }
  .works-contents__image {
    max-width: 37.6rem;
    width: calc(376/496*100vw);
    margin-top: -9.0rem;
  }
  .maker-contents {
    width: 100%;
    padding-top: 8.0rem;
    padding-bottom: 9.0rem;
  }
  .maker-contents__innerBox {
    max-width: 63.6rem;
    width: 100%;
  }
  .maker-contents__makerList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    width: 100%;
    padding-top: 5.0rem;
    gap: 3.0rem 1.8rem;
  }
  .maker-contents__logo--logo01 {
    height: 85px;
  }
  .maker-contents__logo--logo02 {
    height: 85px;
  }
  .maker-contents__logo--logo03 {
    height: 85px;
  }
  .maker-contents__logo--logo04 {
    height: 62px;
  }
  .maker-contents__logo--logo05 {
    height: 62px;
  }
  .maker-contents__logo--logo06 {
    height: 62px;
  }
  .maker-contents__logo--logo07 {
    height: 39px;
  }
  .maker-contents__logo--logo08 {
    height: 39px;
  }
  .maker-contents__nameText {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 576px) {
  .worksMaker-contents__titleText--english {
    font-size: 4.5rem;
  }
  .worksMaker-contents__titleText--japanese {
    font-size: 1.9rem;
  }
  .works-contents {
    padding-top: 6.0rem;
    padding-bottom: 6.0rem;
  }
  .works-contents__wrapper {
    width: calc(318/375*100vw);
  }
  .works-contents__image {
    max-width: 37.6rem;
    width: 100%;
    margin-top: calc(-58/375*100vw);
  }
  .maker-contents {
    padding-top: 6.0rem;
    padding-bottom: 6.75rem;
  }
  .maker-contents__innerBox {
    max-width: none;
    width: calc(318/375*100vw);
  }
  .maker-contents__makerList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    width: 100%;
    padding-top: 3.8rem;
    gap: 2.2rem 1.4rem;
  }
  .maker-contents__logo--logo01 {
    height: 85px;
  }
  .maker-contents__logo--logo02 {
    height: 85px;
  }
  .maker-contents__logo--logo03 {
    height: 62px;
  }
  .maker-contents__logo--logo04 {
    height: 62px;
  }
  .maker-contents__logo--logo05 {
    height: 48px;
  }
  .maker-contents__logo--logo06 {
    height: 48px;
  }
  .maker-contents__logo--logo07 {
    height: 39px;
  }
  .maker-contents__logo--logo08 {
    height: 39px;
  }
  .maker-contents__nameText {
    font-size: 1.8rem;
  }
}

/* ===== Pages ===== */
/* ==================================
    CURTAIN
================================== */
.curtain-contents {
  position: relative;
  padding-top: 6.0rem;
}

.curtain-contents:first-child {
  padding-top: 0;
}

.curtain-contents__image01 {
  margin-top: 2.0rem;
}

.curtain-contents__image01--line {
  padding-top: 2.0rem;
  border-top: 1px solid #82888e;
}

.curtain-contents .contents-wrapper__mediaTextBox {
  max-width: 41.5rem;
  width: 100%;
  margin-right: 6.5rem;
}

.curtain-contents .contents-wrapper__mediaImageBox {
  max-width: 72.0rem;
  width: 100%;
  margin-left: auto;
}

.curtain-contents .contents-wrapper__textArea + .contents-wrapper__button {
  margin-top: 2.0rem;
}

.curtain-contents .contents-wrapper__textArea + .contents-wrapper__button .contents-wrapper__buttonLink {
  width: 24.0rem;
  height: 4.6rem;
}

@media screen and (max-width: 992px) {
  .curtain-contents .contents-wrapper__mediaBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .curtain-contents .contents-wrapper__mediaTextBox {
    max-width: none;
    width: 100%;
    margin-right: 0rem;
  }
  .curtain-contents .contents-wrapper__mediaImageBox {
    max-width: 72.0rem;
    width: 100%;
    margin-top: 5.0rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .curtain-contents {
    position: relative;
    padding-top: 4.5rem;
  }
  .curtain-contents__image01 {
    margin-top: 1.5rem;
  }
  .curtain-contents__image01--line {
    padding-top: 1.5rem;
  }
  .curtain-contents .contents-wrapper__mediaBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .curtain-contents .contents-wrapper__mediaTextBox {
    max-width: none;
    width: 100%;
    margin-right: 0rem;
  }
  .curtain-contents .contents-wrapper__mediaImageBox {
    max-width: none;
    width: 100%;
    margin-top: 3.0rem;
    margin-left: 0;
  }
  .curtain-contents .contents-wrapper__textArea + .contents-wrapper__button {
    margin-top: 1.5rem;
  }
  .curtain-contents .contents-wrapper__textArea + .contents-wrapper__button .contents-wrapper__buttonLink {
    width: 28.0rem;
    height: 5.6rem;
  }
}

/* ==================================
    PAGE COMMON
================================== */
.lower .main-container {
  padding-top: 6.0rem;
  padding-bottom: 8.0rem;
}

.contents-wrapper {
  position: relative;
  margin-top: 6.0rem;
  z-index: 2;
}

.contents-wrapper--bg::after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 36.2rem;
  top: 0;
  left: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #eef0f2;
  background-image: url(../images/common/contents_bg.png);
  background-size: 65.0rem auto;
  background-position: right top;
  background-repeat: no-repeat;
  z-index: -1;
}

.contents-wrapper--bg02::after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 23.0rem;
  top: 0;
  left: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #eef0f2;
  background-image: url(../images/common/contents_bg.png);
  background-size: 65.0rem auto;
  background-position: right top;
  background-repeat: no-repeat;
  z-index: -1;
}

.contents-wrapper:first-child {
  margin-top: 0;
}

.contents-wrapper__inner {
  width: 100%;
  margin-top: 2.4rem;
  padding-top: 4.0rem;
  padding-bottom: 0rem;
  padding-left: 6.0rem;
  padding-right: 6.0rem;
  background-color: #fff;
}

.contents-wrapper__titleHeader {
  position: relative;
  margin-top: 5.0rem;
  padding-left: 1.5rem;
}

.contents-wrapper__titleHeader:first-child {
  margin-top: 0;
}

.contents-wrapper__titleHeader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.4rem;
  height: 100%;
  background-color: #9099a2;
}

.contents-wrapper__titleText {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0;
  color: #333;
}

.contents-wrapper__subTitleHeader {
  margin-top: 4.0rem;
  padding-top: 1.0rem;
  padding-bottom: 1.0rem;
  border-top: 1px solid #82888e;
  border-bottom: 1px solid #82888e;
}

.contents-wrapper__subTitleHeader:first-child {
  margin-top: 0;
}

.contents-wrapper__subTitleText {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #3c4044;
}

.contents-wrapper__textArea {
  margin-top: 2.0rem;
}

.contents-wrapper__text {
  margin-top: 2.0rem;
  font-size: 1.5rem;
  line-height: 1.65;
}

.contents-wrapper__text span{
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}


.contents-wrapper__text--red {
  color: #c30200;
}

.contents-wrapper__text--mt00 {
  margin-top: 0;
}

.contents-wrapper__cautionText {
  margin-top: 2.0rem;
  font-size: 1.5rem;
  line-height: 1.65;
  color: #c30200;
}

.contents-wrapper:first-child .contents-wrapper__text {
  margin-top: 0;
}

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

.contents-wrapper__mediaBox--middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .lower .main-container {
    padding-top: 6.2rem;
    padding-bottom: 4.5rem;
  }
  .contents-wrapper {
    margin-top: 4.5rem;
  }
  .contents-wrapper--bg::after {
    max-height: 420px;
    height: calc(420/375*100vw);
    background-size: calc(270/375*100vw) auto;
  }
  .contents-wrapper__inner {
    margin-top: calc(12/375*100vw);
    padding-top: calc(15/375*100vw);
    padding-left: calc(15/375*100vw);
    padding-right: calc(15/375*100vw);
  }
  .contents-wrapper__titleHeader {
    margin-top: calc(20/375*100vw);
    padding-left: calc(10/375*100vw);
  }
  .contents-wrapper__titleText {
    font-size: 2.4rem;
  }
  .contents-wrapper__subTitleHeader {
    margin-top: calc(20/375*100vw);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .contents-wrapper__subTitleText {
    font-size: 2.2rem;
  }
  .contents-wrapper__textArea {
    margin-top: 2.0rem;
  }
  .contents-wrapper__text {
    margin-top: 2.0rem;
    font-size: 2.0rem;
  }
  .contents-wrapper__text--mt00 {
    margin-top: 0;
  }
  .contents-wrapper__cautionText {
    margin-top: 2.0rem;
    font-size: 2.0rem;
  }
  .contents-wrapper__mediaBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contents-wrapper__mediaBox--middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}



/*** レスポンシブテーブルデザイン ***/
.shokai{
  width:100%;
  border: 2px solid #d6ceb4;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin-bottom: 60px;
}
 
.shokai th{
  padding: 15px;
  border-top: solid 1px #ffffff;
  width: 30%;
  overflow: hidden;
  color: #13131e;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #eeece4;
}
 
.shokai td{
padding: 15px;
text-align: left;
vertical-align: top;
color: #595960;
background-color: #ffffff;
border-top: dotted 1px #e0dccc;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
 
@media (max-width: 768px){
.shokai th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
}
.shokai td{
  display: list-item;
  width: 95%;
  border-top: none !important;
}
}
/*** レスポンシブテーブルデザイン　おわり ***/


/* イメージリスト */
#imageList{
	max-width:1200px;
	overflow:hidden;
	margin-top:20px;
}

#imageList li{
	width:33.3333%;
	float:left;
	margin-bottom:20px;
	padding:0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}


#imageList p.txt01 {
	line-height:45px;
	text-align:center;
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	background-color: #333333;
}

#imageList p.txt02 {
	color:#333333;
}



.img-responsive{
	width:100%;
	height:auto;
}


/* TABLET */
@media screen and (max-width: 992px){

#imageList li{
	width:50%;
	float:left;
	padding:0 15px;
}
}

/* TABLET */
@media screen and (max-width: 768px){

#imageList li{
	width:100%;
	float:none;
	padding:0 ;
}


}



/* イメージリスト */
#imageList02{
	max-width:1200px;
	overflow:hidden;
	margin-top:20px;
}

#imageList02 li{
	width:33.3333%;
	float:left;
	margin-bottom:20px;
	padding:0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}

.img-responsive{
	width:100%;
	height:auto;
}



/*プライバシーポリシーテーブル*/
.table_privacy{
	width: 98%;
	border-collapse: collapse;
	margin-left: 15px;
}
.table_privacy th{
	width: 5%;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-weight: normal;
	vertical-align: top;

}
.table_privacy td{
	padding: 15px;
	vertical-align: top;

}

/*Q&A dl01*/
.question{
	margin:15px 0;
}
.question dt{
	min-height: 28px;
	line-height: 28px;
	padding: 11px 10px 10px 50px;
	background-color: #F0EFEF;
	background-image: url(../images/page/faq/icon-q.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.question dd{
	min-height:28px;
	line-height:1.6;
	background:url(../images/page/faq/icon-a.png) no-repeat 10px 10px;
	margin-bottom: 20px;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-left: 0px;
}



/*FLOW　01　*/

.flow01 {
	padding-left: 120px;
	position: relative;
	display: inline-block;
}
.flow01::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #eee;
	margin-left: -8px;
	display: block;
	position: absolute;
	top: 0;
	left: 130px;
}
.flow01 > li {
	position: relative;
}
.flow01 > li {
	margin-bottom: 8vh;
	display: inline-block;
	width: 100%;
}
.flow01 > li .icon {
	font-size: 16px;
	color: #fff;
	background: #000;
	background: -moz-linear-gradient(left, #000 0%, #000 100%);
	background: -webkit-linear-gradient(left, #000 0%,#000 100%);
	background: linear-gradient(to right, #000 0%,#000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=1 );
	padding: 8px 20px;
	display: block;
	position: absolute;
	top: 0;
	left: -120px;
	z-index: 100;
}
.flow01 > li .icon::after {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #000;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flow01 > li dl {
	padding-left: 70px;
	position: relative;
}
.flow01 > li dl::before,
.flow01 > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}
.flow01 > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: 5px;
	background: #000;
	border-radius: 50%;
	left: 6px;
}
.flow01 > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
	top: 23px;
}
.flow01 > li dl dt {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-bottom: 1vh;
}

@media screen and (max-width:767px){
.flow01 {
    padding-left: 0px;
    display: inline-block;
	margin-bottom: 50px;
}
.flow01::before {
    left: 10px;
}
.flow01 > li .icon {
    left: 0px;
    width: 100%;
	text-align: center;
	font-size: 20px;
}
.flow01 > li .icon::after {
    display: none;
}
.flow01 > li dl dt {
    margin-top: 70px;
	font-size: 22px;
}
.flow01 > li dl::after {
    width: 30px;
}
.flow01 > li dl {
    padding-left: 40px;
}
.flow01 > li dl dd {
    font-size: 130%;
}
.flow01 dd figure {
    width: 100%;
	display: inline-block;
}
.flow01 img {
    max-width: 95%;
	display: inline-block;
}
}



/* イメージリスト */
#imageListwork01{
	max-width: 1200px;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}

#imageListwork01 li{
	width:33.3333%;
	float:left;
	margin-bottom:60px;
	padding:0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}


#imageListwork01 p.txt01 {
	line-height:45px;
	text-align:center;
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	background-color: #333333;
}

#imageListwork01 p.txt02 {
	color:#333333;
}



.img-responsive{
	width:100%;
	height:auto;
}


/* TABLET */
@media screen and (max-width: 992px){

#imageListwork01 li{
	width:50%;
	float:left;
	padding:0 15px;
	margin-bottom:20px;
}
}