@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&&family=Maven+Pro:wght@400;500;700&family=Hind:wght@700&display=swap");
/* ==========================================================================
viewport指定
============================================================================*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: #fff;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
}

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

body {
  position: relative;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #000;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  body {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

[lang="en"] {
  font-family: sans-serif;
}

/* */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

*:focus {
  outline: 0;
}

a {
  color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover {
  color: #666;
}

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

/* clearfix -------------*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* display -------------*/
/* pc/sp */
.for-pc {
  display: inherit;
}

.for-sp {
  display: none;
}

img.for-pc {
  display: inline;
}

img.for-sp {
  display: none;
}

table.for-pc {
  display: table;
}

table.for-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: inherit;
  }
  img.for-pc {
    display: none;
  }
  img.for-sp {
    display: inline;
  }
  table.for-pc {
    display: none;
  }
  table.for-sp {
    display: table;
  }
}

/* margin -------------*/
.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-0em {
  margin-top: 0em;
}

.mb-0em {
  margin-bottom: 0em;
}

.mt-1em {
  margin-top: 1em;
}

.mb-1em {
  margin-bottom: 1em;
}

.mt-2em {
  margin-top: 2em;
}

.mb-2em {
  margin-bottom: 2em;
}

.mt-3em {
  margin-top: 3em;
}

.mb-3em {
  margin-bottom: 3em;
}

.mt-4em {
  margin-top: 4em;
}

.mb-4em {
  margin-bottom: 4em;
}

.mt-5em {
  margin-top: 5em;
}

.mb-5em {
  margin-bottom: 5em;
}

.mt-6em {
  margin-top: 6em;
}

.mb-6em {
  margin-bottom: 6em;
}

.mt-7em {
  margin-top: 7em;
}

.mb-7em {
  margin-bottom: 7em;
}

.mt-8em {
  margin-top: 8em;
}

.mb-8em {
  margin-bottom: 8em;
}

.mt-9em {
  margin-top: 9em;
}

.mb-9em {
  margin-bottom: 9em;
}

.mt-10em {
  margin-top: 10em;
}

.mb-10em {
  margin-bottom: 10em;
}

/* padding -------------*/
.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-0em {
  padding-top: 0em;
}

.pb-0em {
  padding-bottom: 0em;
}

.pt-1em {
  padding-top: 1em;
}

.pb-1em {
  padding-bottom: 1em;
}

.pt-2em {
  padding-top: 2em;
}

.pb-2em {
  padding-bottom: 2em;
}

.pt-3em {
  padding-top: 3em;
}

.pb-3em {
  padding-bottom: 3em;
}

.pt-4em {
  padding-top: 4em;
}

.pb-4em {
  padding-bottom: 4em;
}

.pt-5em {
  padding-top: 5em;
}

.pb-5em {
  padding-bottom: 5em;
}

.pt-6em {
  padding-top: 6em;
}

.pb-6em {
  padding-bottom: 6em;
}

.pt-7em {
  padding-top: 7em;
}

.pb-7em {
  padding-bottom: 7em;
}

/* br ------------*/
br.br-mb1 {
  display: block;
  content: '';
  height: 1em;
}

@media screen and (max-width: 767px) {
  br.br-mb1.for-pc {
    display: none;
  }
}

br.br-mb1.for-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  br.br-mb1.for-sp {
    display: block;
  }
}

/* text -------------*/
/* ff */
.txt-gothic {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

.txt-en {
  font-family: sans-serif;
}

/* font color */
.txt-blk {
  color: #000;
}

.txt-gry {
  color: #868686;
}

.txt-org {
  color: #fe7235;
}

/* font size */
.txt-xsmall {
  font-size: 68.75%;
}

.txt-small {
  font-size: 81.25%;
}

.txt-large {
  font-size: 112.5%;
}

@media screen and (max-width: 767px) {
  .txt-large {
    font-size: 110%;
  }
}

.txt-large_2 {
  font-size: 137.5%;
}

@media screen and (max-width: 767px) {
  .txt-large_2 {
    font-size: 130%;
  }
}

.txt-xlarge {
  font-size: 162.5%;
}

@media screen and (max-width: 767px) {
  .txt-xlarge {
    font-size: 140%;
  }
}

.txt-xlarge_2 {
  font-size: 175%;
}

@media screen and (max-width: 767px) {
  .txt-xlarge_2 {
    font-size: 160%;
  }
}

/* align */
.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

.txt-center-left {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .txt-center-left {
    text-align: left;
  }
}

/* font weight */
.txt-fwL {
  font-weight: 300;
}

.txt-fwR {
  font-weight: 400;
}

.txt-fwM {
  font-weight: 500;
}

.txt-fwB {
  font-weight: 700;
}

/* font style */
.txt-italic {
  font-style: italic;
}

/* line height */
.lh-thin {
  line-height: 1.4;
}

.lh-middle {
  line-height: 1.6;
}

.lh-2 {
  line-height: 2;
}

/* letter space */
.ls-1 {
  letter-spacing: 1em;
}

.ls-_5 {
  letter-spacing: .5em;
}

.ls-__4 {
  letter-spacing: .04em;
}

.ls-__8 {
  letter-spacing: .08em;
}

/* indent */
/**/
.txt-lead {
  font-size: 112.5%;
}

.txt-lead.align-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .txt-lead.align-center {
    text-align: left;
  }
}

.txt-asterisk {
  color: #9FA0A0;
  font-size: 86% !important;
}

/* scroll */
.scrollIn.fade {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity .8s ease-out, -webkit-transform .8s ease-out;
  transition: opacity .8s ease-out, -webkit-transform .8s ease-out;
  transition: opacity .8s ease-out, transform .8s ease-out;
  transition: opacity .8s ease-out, transform .8s ease-out, -webkit-transform .8s ease-out;
}

.scrollIn.fade.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.l-wrapper {
  position: relative;
  width: 100%;
}

/*------------------------------
header
-------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 50;
}

.l-header .h-inner {
  position: relative;
  width: 100%;
  margin: auto;
}

.l-header .h-menubtn {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 55px;
  height: 22px;
  white-space: nowrap;
  text-indent: -999px;
  line-height: 1;
  pointer-events: auto;
  overflow: hidden;
}

.l-header .h-menubtn a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/hmenu_btn_open.png") no-repeat center center;
  background-size: contain;
}

.l-header .h-menubtn a:hover {
  opacity: .7;
}

.l-header .h-menucontainer {
  position: relative;
}

.l-header .h-menucontainer .h-menubtn-close {
  position: absolute;
  top: 10px;
  right: 15px;
  /*width: 52px;
      height: 76px;*/
  width: 26px;
  height: 38px;
  white-space: nowrap;
  text-indent: -999px;
  line-height: 1;
  pointer-events: auto;
  overflow: hidden;
  display: none;
}

.l-header .h-menucontainer .h-menubtn-close a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/hmenu_btn_close.png") no-repeat center center;
  background-size: contain;
}

.l-header .h-menucontainer .h-menubtn-close a:hover {
  opacity: .7;
}

.l-header .h-menucontainer .gNav {
  position: relative;
}

.l-header .h-menucontainer .gNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header .h-menucontainer .gNav li {
  position: relative;
  width: 25%;
  background: #fff;
}

.l-header .h-menucontainer .gNav li a {
  display: block;
  position: relative;
  height: 60px;
  border: 2px solid #000;
  border-right: 0;
  text-decoration: none;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.l-header .h-menucontainer .gNav li a:hover {
  opacity: .7;
}

.l-header .h-menucontainer .gNav li:nth-child(1) a {
  background-image: url("../images/gNav_1.png");
}

.l-header .h-menucontainer .gNav li:nth-child(2) a {
  background-image: url("../images/gNav_2.png");
}

.l-header .h-menucontainer .gNav li:nth-child(3) a {
  background-image: url("../images/gNav_3.png");
}

.l-header .h-menucontainer .gNav li:nth-child(4) a {
  background-image: url("../images/gNav_4.png");
}

.l-header .h-menucontainer .gNav li:last-child a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: #000;
}

@media screen and (max-width: 767px) {
  .l-header .h-menucontainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 70px 10px 20px;
    background: rgba(255, 255, 255, 0.9);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    overflow: hidden;
    pointer-events: none;
  }
  .l-header .h-menucontainer .h-menubtn-close {
    display: block;
  }
  .l-header .h-menucontainer .gNav ul {
    display: block;
  }
  .l-header .h-menucontainer .gNav li {
    width: auto;
  }
  .l-header .h-menucontainer .gNav li a {
    height: 13vh;
    max-height: 180px;
    border: 2px solid #000;
    border-bottom: 0;
    background-size: 90% auto;
  }
  .l-header .h-menucontainer .gNav li:nth-child(1) a {
    background-image: url("../images/gNav_sp_1.png");
  }
  .l-header .h-menucontainer .gNav li:nth-child(2) a {
    background-image: url("../images/gNav_sp_2.png");
  }
  .l-header .h-menucontainer .gNav li:nth-child(3) a {
    background-image: url("../images/gNav_sp_3.png");
  }
  .l-header .h-menucontainer .gNav li:nth-child(4) a {
    background-image: url("../images/gNav_sp_4.png");
  }
  .l-header .h-menucontainer .gNav li:last-child a:after {
    width: 100%;
    height: 2px;
  }
}

@media screen and (max-width: 767px) {
  .l-header.is-open .h-menucontainer {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }
}

/*------------------------------
footer
-------------------------------*/
.l-footer {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background: #000;
  color: #fff;
  z-index: 1;
}

.l-footer .f-inner {
  position: relative;
  /*display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
  width: 80%;
  max-width: 1080px;
  margin: auto;
}

.l-footer .f-inner:after {
  content: "";
  display: table;
  clear: both;
}

.l-footer .f-area-1 {
  float: left;
  width: 520px;
}

.l-footer .f-area-2 {
  float: right;
  width: 174px;
}

.l-footer .f-area-3 {
  clear: both;
  width: 40%;
  max-width: 290px;
  margin: 0 0 0 auto;
  color: #9fa0a0;
  position: absolute;
  right: 0;
  bottom: 40px;
}

.l-footer .f-area-3 p {
  margin: 0;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .03em;
}

.l-footer .f-area-4 {
  clear: both;
  position: absolute;
  right: 0;
  bottom: 0;
}

.l-footer .f-nav {
  float: left;
  width: 270px;
  padding-right: 40px;
}

.l-footer .f-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.l-footer .f-nav li {
  margin: 0 0 3px;
  line-height: 0;
}

.l-footer .f-nav a {
  display: block;
}

.l-footer .f-nav a:hover {
  opacity: .8;
}

.l-footer .f-sns {
  float: left;
  width: 230px;
  margin: 0;
}

.l-footer .f-sns ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #9D9E9E;
  margin-top: 25px;
  padding-top: 15px;
}

.l-footer .f-sns ul:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.l-footer .f-sns p {
  font-size: 90%;
  margin: 0 0 10px;
}

.l-footer .f-sns li {
  width: 82px;
  margin: 0;
  line-height: 0;
  display: inline-block;
}

.l-footer .f-sns li a:hover {
  opacity: .7;
}

.l-footer .f-sns li.btn {
  width: 25px;
  margin-left: 8px;
}

.l-footer .f-sns li.btn img {
  width: 25px;
}

.l-footer .copyright {
  margin: 0;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .03em;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 8% 0 50px;
  }
  .l-footer .f-inner {
    max-width: 500px;
  }
  .l-footer .f-area-1 {
    float: none;
    width: auto;
    margin: 0 auto 13%;
    padding: 0 0 7%;
  }
  .l-footer .f-area-2 {
    float: none;
    width: 55%;
    max-width: 277px;
    margin: auto;
  }
  .l-footer .f-area-3 {
    float: none;
    width: auto;
    max-width: 100%;
    margin: 7% auto;
    position: static;
  }
  .l-footer .f-area-3 p {
    text-align: left;
  }
  .l-footer .f-area-4 {
    float: none;
    width: auto;
    margin: 7% auto 0;
    -webkit-transform: none;
    transform: none;
    position: static;
  }
  .l-footer .f-nav {
    width: 100%;
    max-width: 500px;
    float: none;
    margin: 5% auto;
    padding-right: 0;
  }
  .l-footer .f-nav li {
    margin: 0 auto 0 auto;
  }
  .l-footer .f-sns {
    width: 100%;
    max-width: 500px;
    border-bottom: 1px solid #9D9E9E;
    padding-bottom: 20px;
    margin-bottom: 25px;
    text-align: center;
  }
  .l-footer .f-sns p {
    text-align: center;
  }
  .l-footer .f-sns ul:first-child {
    border-top: 1px solid #9D9E9E;
    padding-top: 15px;
  }
  .l-footer .f-sns li {
    /*width: 30px;*/
    width: 24%;
    max-width: 120px;
    margin: auto;
    display: block;
  }
  .l-footer .f-sns li.btn {
    display: inline-block;
    margin: 10px 5px;
    width: 35px;
  }
  .l-footer .f-sns li.btn img {
    width: 35px;
  }
  .l-footer .copyright {
    -webkit-transform: none;
    transform: none;
    font-size: 2vw;
  }
}

/*------------------------------
main
-------------------------------*/
.l-main {
  position: relative;
  min-height: 100vh;
  padding-top: 60px;
  z-index: 0;
}

.l-main .l-contents {
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 0;
  }
}

/*------------------------------
btn
-------------------------------*/
.btn-pdf {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 110px;
  padding: 10px 90px 10px 50px;
  background-color: #fe7235;
  border-radius: 100px;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
}

.btn-pdf span {
  margin-left: 10px;
  font-size: 80%;
}

.btn-pdf:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 2px;
  background: #000;
}

.btn-pdf:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 50px;
  height: 55px;
  background: url("../images/icon_pdf.svg") no-repeat center center;
  background-size: 100% auto;
}

.btn-pdf:hover {
  color: #000;
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .btn-pdf {
    padding: 10px 80px 10px 50px;
  }
  .btn-pdf:after {
    width: 40px;
  }
}

@media screen and (max-width: 640px) {
  .btn-pdf {
    height: 20vw;
    font-size: 4vw;
  }
}

.btn-pdf.wht {
  background: #FFF;
  border: 1px solid #000;
  color: #000;
}

.btn-pdf.crm {
  background: #FFA175;
}

.btn-pdf.gry {
  background: #DBDCDC;
}

.btn-pdf.blu {
  background: #E5F3F6;
}

.btn-back {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 4px solid #000;
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.btn-back:before {
  content: '';
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  background: url("../images/icon_arrow_prev.svg") no-repeat left center;
  background-size: 100% auto;
}

.btn-back:hover {
  color: #000;
  opacity: .7;
}

/*-----------
link
-------------*/
a.url {
  word-break: break-all;
}

/*------------------------------
common
-------------------------------*/
.sec-inner {
  width: 90%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.project-lineup-container {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.project-lineup-container .project-lineup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.project-lineup-container .project-lineup .project-lineup-item {
  position: relative;
  width: 33.33%;
}

.project-lineup-container .project-lineup .project-lineup-item.off {
  display: none;
}

.project-lineup-container .project-lineup .lineup-item-inner {
  position: relative;
  margin: 20px;
}

.project-lineup-container .project-lineup .lineup-item-inner > a {
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
}

.project-lineup-container .project-lineup .lineup-item-inner > a:hover {
  opacity: .7;
}

.project-lineup-container .project-lineup .item-img {
  margin-bottom: 20px;
  border-radius: 5px;
  line-height: 0;
  text-align: center;
  overflow: hidden;
}

.project-lineup-container .project-lineup .item-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-lineup-container .project-lineup .year {
  display: block;
  width: 78px;
  height: 78px;
  position: absolute;
  top: -15px;
  left: -15px;
}

.project-lineup-container .project-lineup .year a {
  text-indent: -9999px;
  display: block;
}

.project-lineup-container .project-lineup .year_r5 {
  background: url("../images/icon_reiwa5.png") no-repeat center top;
  background-size: 100%;
}

.project-lineup-container .project-lineup .year_r4 {
  background: url("../images/icon_reiwa4.png") no-repeat center top;
  background-size: 100%;
}

.project-lineup-container .project-lineup .year_r3 {
  background: url("../images/icon_reiwa3.png") no-repeat center top;
  background-size: 100%;
}

.project-lineup-container .project-lineup .item-body {
  position: relative;
}

.project-lineup-container .project-lineup .item-body .title {
  margin: 0 0 18px;
  padding-bottom: 18px;
  border-bottom: 2px solid #000;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.project-lineup-container .project-lineup .item-body .text {
  margin: 18px 0;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: .06em;
}

.project-lineup-container .project-lineup .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.project-lineup-container .project-lineup .tags .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.2em;
  margin: 0 8px 8px 0;
  padding: 3px 10px;
  background: #f9f0ea;
  border-radius: 100px;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}

.project-lineup-container .project-lineup.border {
  border-top: 3px solid #727171;
  padding-top: 50px;
  margin-top: 35px;
}

.project-lineup-container .project-lineup.fade {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .project-lineup-container .project-lineup .year {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .project-lineup-container .project-lineup .project-lineup-item {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .project-lineup-container .project-lineup {
    display: block;
    margin: auto;
  }
  .project-lineup-container .project-lineup .project-lineup-item {
    width: 100%;
  }
  .project-lineup-container .project-lineup .project-lineup-item .lineup-item-inner {
    margin: 0 0 70px;
  }
  .project-lineup-container .project-lineup .project-lineup-item:last-child .lineup-item-inner {
    margin-bottom: 0;
  }
  .project-lineup-container .project-lineup .item-body .title {
    min-height: initial;
  }
}

/*------------------------------
TOP
-------------------------------*/
.kv-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kv-container .kv-box1 {
  position: relative;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kv-container .kv-box2 {
  position: relative;
  width: 50%;
  line-height: 0;
}

.kv-container .kv-title {
  max-width: 556px;
}

.kv-container .movie_container {
  position: relative;
}

.kv-container .movie_container video {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .kv-container {
    display: block;
  }
  .kv-container .kv-box1 {
    width: 100%;
  }
  .kv-container .kv-box2 {
    width: 100%;
  }
}

/* ABOUT -----------*/
.sec-top-news {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  padding: 90px 0;
}

.sec-top-news .top-news-container {
  position: relative;
}

.sec-top-news .top-news-container .top-news-head .top-news-head-title img {
  width: 100px;
}

.sec-top-news .top-news-container .top-news-btn {
  position: absolute;
  top: 7px;
  right: 20px;
}

.sec-top-news .top-news-container .top-news-btn .btn {
  width: 132px;
  display: inline-block;
  margin-right: 10px;
}

.sec-top-news .top-news-container .top-news-btn .btn:hover {
  opacity: 0.7;
}

.sec-top-news .top-news-container .top-news-btn .btn img {
  vertical-align: top;
}

.sec-top-news .top-news-container .top-news-box {
  max-height: 320px;
  overflow-y: auto;
  margin-top: 20px;
}

.sec-top-news .top-news-container .top-news-box::-webkit-scrollbar {
  background: #f9e2d2;
  width: 6px;
  border-radius: 10px;
}

.sec-top-news .top-news-container .top-news-box::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 10px;
}

.sec-top-news .top-news-container .top-news-box .news-box-inner {
  margin: 0 auto;
}

.sec-top-news .top-news-container .top-news-box .news-box-inner ul li {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}

.sec-top-news .top-news-container .top-news-box .news-box-inner ul li a {
  display: block;
  text-decoration: none;
  padding: 6px 0;
}

.sec-top-news .top-news-container .top-news-box .news-box-inner ul li a:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/top/top-news_window.png") no-repeat center top;
  background-size: 18px;
  vertical-align: sub;
}

.sec-top-news .top-news-container .top-news-box .news-box-inner ul li span {
  font-size: 1.2rem;
  color: #b4b4b4;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .sec-top-news {
    padding: 70px 0;
  }
  .sec-top-news .top-news-container .top-news-head .top-news-head-title img {
    width: 90px;
  }
  .sec-top-news .top-news-container .top-news-btn {
    top: 14px;
    right: 0;
  }
  .sec-top-news .top-news-container .top-news-btn .btn {
    width: 26px;
    margin-right: 0;
    margin-left: 10px;
  }
  .sec-top-news .top-news-container .top-news-box {
    max-height: 250px;
  }
  .sec-top-news .top-news-container .top-news-box .news-box-inner ul li {
    font-size: 3.5vw;
    line-height: 1.6;
  }
  .sec-top-news .top-news-container .top-news-box .news-box-inner ul li a {
    padding: 6px 10px 6px 0;
  }
  .sec-top-news .top-news-container .top-news-box .news-box-inner ul li a:after {
    width: 14px;
    height: 14px;
    background-size: 14px;
    vertical-align: text-bottom;
  }
  .sec-top-news .top-news-container .top-news-box .news-box-inner ul li span {
    font-size: 1.5vw;
  }
}

/* ABOUT -----------*/
.sec-top-about {
  position: relative;
  padding: 60px 0;
  background: #fcf5ef;
}

.sec-top-about .top-about-head {
  margin: auto auto 30px;
}

.sec-top-about .top-about-head .top-about-head-title {
  text-align: center;
  line-height: 0;
}

.sec-top-about .top-about-text {
  position: relative;
  margin: auto;
  font-weight: bold;
}

.sec-top-about .top-about-text h3 {
  margin: 1em auto;
  font-size: 4rem;
  letter-spacing: .16em;
  line-height: 1.8;
  text-align: center;
}

.sec-top-about .top-about-text p {
  max-width: 46em;
  margin: 1em auto;
  font-size: 2rem;
  letter-spacing: .03em;
  line-height: 2.3;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .sec-top-about .top-about-text h3 {
    font-size: 3.5rem;
  }
  .sec-top-about .top-about-text p {
    font-size: 1.7vw;
  }
}

@media screen and (max-width: 767px) {
  .sec-top-about .top-about-head {
    max-width: 590px;
  }
  .sec-top-about .top-about-text h3 {
    font-size: 3rem;
  }
  .sec-top-about .top-about-text p {
    font-size: 2.5vw;
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  .sec-top-about .top-about-text h3 {
    font-size: 5.8vw;
  }
  .sec-top-about .top-about-text p {
    font-size: 3.5vw;
  }
}

.sec-top-about2 {
  position: relative;
  padding: 60px 0 0;
  background: #fff;
}

.sec-top-about2 .about2-container {
  position: relative;
  max-width: 890px;
  margin: auto;
  padding: 60px 40px;
  border: 5px solid #6db5cb;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px #000, inset 0 0 0 1px #000;
  box-shadow: 0 0 0 1px #000, inset 0 0 0 1px #000;
  overflow: hidden;
}

.sec-top-about2 h3 {
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.sec-top-about2 p {
  line-height: 2;
  font-size: 1.35rem;
}

.sec-top-about2 p:last-child {
  margin-bottom: 0;
}

.sec-top-about2 .related-head {
  position: relative;
  margin: 120px auto 30px;
}

.sec-top-about2 .related-head .related-head-title {
  margin: auto;
  text-align: center;
  line-height: 0;
}

.sec-top-about2 .related-box {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

.sec-top-about2 .related-box:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 13.5px 0 13.5px;
  border-color: #fff transparent transparent transparent;
}

.sec-top-about2 .related-box .related-box-inner {
  width: 90%;
  max-width: 890px;
  margin: auto;
}

.sec-top-about2 .related-box .related-box-inner h3 {
  position: relative;
  margin-bottom: 20px;
  font-size: 2.2rem;
  line-height: 1.5;
  text-align: left;
  font-weight: bold;
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
}

.sec-top-about2 .related-box .related-box-inner h3:after {
  content: '';
  display: block;
  position: relative;
  width: 80px;
  height: 4px;
  margin-top: 20px;
  background: #000;
}

.sec-top-about2 .related-box .related-box-inner p {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .02em;
}

.sec-top-about2 .related-box .related-box-inner p:last-child {
  margin-bottom: 0;
}

.sec-top-about2 .related-1 {
  background: #fe7235;
}

.sec-top-about2 .related-2 {
  background: #b7d8df;
}

.sec-top-about2 .related-3 {
  background: #6db5cb;
}

@media screen and (max-width: 767px) {
  .sec-top-about2 .about2-container {
    padding: 40px;
  }
  .sec-top-about2 .related-head {
    margin-top: 80px;
  }
  .sec-top-about2 .related-head .related-head-title {
    max-width: 590px;
  }
}

/* Whats -----------*/
.sec-top-whats {
  position: relative;
}

.sec-top-whats .top-whats-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 120px 0 60px;
  background: #fcf5ef;
}

.sec-top-whats .top-whats-box-1 {
  position: relative;
  width: 50%;
  padding: 50px;
  background: #fcf5ef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sec-top-whats .top-whats-box-1 .whats-box-1-inner {
  max-width: 463px;
  margin: auto;
}

.sec-top-whats .top-whats-box-1 .whats-head {
  max-width: 450px;
  margin: auto auto 25px;
  text-align: center;
  line-height: 0;
}

.sec-top-whats .top-whats-box-1 .whats-text {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .02em;
  line-height: 2;
}

.sec-top-whats .top-whats-box-1 .whats-text p:last-child {
  margin-bottom: 0;
}

.sec-top-whats .top-whats-box-2 {
  position: relative;
  width: 50%;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .sec-top-whats .top-whats-container {
    display: block;
    margin: 80px 0 30px;
  }
  .sec-top-whats .top-whats-box-1 {
    width: 100%;
    padding: 50px 0;
  }
  .sec-top-whats .top-whats-box-1 .whats-box-1-inner {
    width: 90%;
    max-width: 100%;
  }
  .sec-top-whats .top-whats-box-1 .whats-head {
    max-width: 590px;
  }
  .sec-top-whats .top-whats-box-2 {
    width: 100%;
  }
}

/* project -----------*/
.sec-top-project {
  position: relative;
  padding-top: 60px;
  background: #ffff;
}

.sec-top-project .top-project-head {
  margin: auto auto 30px;
}

.sec-top-project .top-project-head .top-project-head-title {
  text-align: center;
  line-height: 0;
}

.sec-top-project .top-project-lead {
  position: relative;
  max-width: 890px;
  margin: 50px auto;
  font-size: 2rem;
  letter-spacing: .03em;
  line-height: 1.9;
  text-align: center;
  font-weight: bold;
}

.sec-top-project .top-project-lead p:first-child {
  margin-top: 0;
}

.sec-top-project .top-project-lead p:last-child {
  margin-bottom: 0;
}

.sec-top-project .top-tag {
  margin: 60px auto;
}

.sec-top-project .top-tag .top-tag-head-title {
  margin: auto;
  text-align: center;
  line-height: 0;
}

.sec-top-project .tag-nav {
  position: relative;
  margin: 20px auto;
}

.sec-top-project .tag-nav ul {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-top-project .tag-nav ul.year {
  border-top: 1px solid #9B9C9C;
  margin-top: 25px;
  padding-top: 25px;
}

.sec-top-project .tag-nav li {
  position: relative;
  width: 25%;
  padding: 9px;
}

.sec-top-project .tag-nav li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 54px;
  border: 2px solid #000;
  border-radius: 100px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}

.sec-top-project .tag-nav li a:hover, .sec-top-project .tag-nav li a.current {
  background: #fe7235;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  color: #000;
}

.sec-top-project .project-note {
  margin-left: auto;
  margin-right: auto;
  color: #727171;
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: bold;
}

.sec-top-project .project-note p {
  display: table;
  margin: 0 auto .8em;
}

.sec-top-project .project-note p:last-child {
  margin-bottom: 0;
}

.sec-top-project .project-download {
  position: relative;
  margin-top: 80px;
}

.sec-top-project .project-download ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  border-top: 1px solid #9A9B9B;
  padding: 20px 0;
}

.sec-top-project .project-download ul:first-child {
  border-top: none;
}

.sec-top-project .project-download li {
  position: relative;
  width: 50%;
  padding: 12px 20px;
}

.sec-top-project .project-download li.wide {
  position: relative;
  width: 100%;
  padding: 12px 20px;
}

.sec-top-project .project-download li.wide a {
  display: block;
  height: auto;
}

.sec-top-project .project-download li.wide span.indent1 {
  margin-left: 8.6em;
  display: block;
}

@media screen and (max-width: 767px) {
  .sec-top-project .project-download li.wide {
    padding: 0;
  }
  .sec-top-project .project-download li.wide a {
    border-radius: 40px;
  }
  .sec-top-project .project-download li.wide span {
    display: inline-block;
    font-size: 70%;
    line-height: 1.3;
  }
  .sec-top-project .project-download li.wide span.indent1 {
    display: inline-block;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .sec-top-project {
    padding-top: 50px;
  }
  .sec-top-project .top-project-head {
    max-width: 590px;
  }
  .sec-top-project .top-project-lead {
    margin: 6vw auto;
  }
  .sec-top-project .top-tag {
    margin: 6vw auto;
  }
  .sec-top-project .top-tag .top-tag-head-title {
    max-width: 590px;
  }
  .sec-top-project .tag-nav li {
    width: 33.33%;
    padding: 5px;
  }
}

@media screen and (max-width: 640px) {
  .sec-top-project .tag-nav li {
    width: 50%;
    padding: 5px;
  }
  .sec-top-project .project-download {
    margin-top: 60px;
  }
  .sec-top-project .project-download ul {
    display: block;
  }
  .sec-top-project .project-download li {
    width: auto;
    margin: 14px auto;
    padding: 0;
  }
  .sec-top-project .project-download li:last-child {
    margin-bottom: 0;
  }
}

/* Contact -----------*/
.sec-top-contact {
  position: relative;
  padding: 100px 0;
}

.sec-top-contact .top-contact-head {
  margin: auto auto 30px;
}

.sec-top-contact .top-contact-head .top-about-head-title {
  text-align: center;
  line-height: 0;
}

.sec-top-contact .conatct-nav {
  position: relative;
  margin: 30px auto;
  max-width: 730px;
  line-height: 0;
}

.sec-top-contact .conatct-nav a {
  display: table;
  margin: auto;
  background: #000;
  border-radius: 500px;
  overflow: hidden;
}

.sec-top-contact .conatct-nav a:hover {
  opacity: .7;
}

.sec-top-contact .top-contact-text {
  position: relative;
  max-width: 890px;
  margin: auto;
  font-size: 2rem;
  letter-spacing: .03em;
  line-height: 2.3;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sec-top-contact .top-contact-head {
    max-width: 590px;
  }
}

#shortcut_project {
  position: relative;
  margin: auto;
  background: #fff;
}

#shortcut_project a {
  display: block;
  padding: 15px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

#shortcut_project a:hover {
  opacity: .7;
}

#shortcut_project span {
  display: block;
  max-width: 1340px;
  height: 26px;
  margin: auto;
  line-height: 0;
  text-align: center;
  white-space: nowrap;
  text-indent: 200%;
  overflow: hidden;
  background: url("../images/shortcut_project_1.png") no-repeat center top;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  #shortcut_project a {
    padding: 10px;
  }
  #shortcut_project span {
    max-width: 640px;
    height: 33px;
    background: url("../images/shortcut_project_1_sp.png") no-repeat center top;
    background-size: contain;
  }
}

@media screen and (max-width: 640px) {
  #shortcut_project a {
    padding: 2.5vw 1.5vw;
  }
  #shortcut_project span {
    height: 7.15vw;
  }
}

#shortcut_project2 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  pointer-events: none;
  z-index: 48;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
}

#shortcut_project2 a {
  display: block;
  padding: 15px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

#shortcut_project2 a:hover {
  opacity: .7;
}

#shortcut_project2 span {
  display: block;
  max-width: 1340px;
  height: 26px;
  margin: auto;
  line-height: 0;
  text-align: center;
  white-space: nowrap;
  text-indent: 200%;
  overflow: hidden;
  background: url("../images/shortcut_project_1.png") no-repeat center top;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  #shortcut_project2 a {
    padding: 10px;
  }
  #shortcut_project2 span {
    max-width: 640px;
    height: 33px;
    background: url("../images/shortcut_project_1_sp.png") no-repeat center top;
    background-size: contain;
  }
}

@media screen and (max-width: 640px) {
  #shortcut_project2 a {
    padding: 2.5vw 1.5vw;
  }
  #shortcut_project2 span {
    height: 7.15vw;
  }
}

#shortcut_project2.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

#shortcut_project2.up span {
  background-image: url("../images/shortcut_project_2.png");
}

@media screen and (max-width: 767px) {
  #shortcut_project2.up span {
    background-image: url("../images/shortcut_project_2_sp.png");
  }
}

/*------------------------------
PROJECT
-------------------------------*/
.project-reiwa4 {
  background: #FFF0EA;
}

.project-header {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.project-header h1 {
  /*display: flex;
    align-items: flex-end;
    justify-content: center;*/
  margin: 0;
  padding: 60px 0 50px;
  font-size: 3.9rem;
  line-height: 1.1;
  letter-spacing: .16em;
}

.project-header h1 .num {
  display: inline-block;
  margin-bottom: 0.03em;
  font-size: 32%;
  letter-spacing: 0.1em;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  padding: 0 15px;
}

.project-header h1 .year {
  display: block;
  width: 78px;
  height: 78px;
  text-indent: -9999px;
  margin: 15px auto;
}

.project-header h1 .year_r5 {
  background: url("../images/icon_reiwa5.png") no-repeat center top;
  background-size: 100%;
}

.project-header h1 .year_r4 {
  background: url("../images/icon_reiwa4.png") no-repeat center top;
  background-size: 100%;
}

.project-header h1 .year_r3 {
  background: url("../images/icon_reiwa3.png") no-repeat center top;
  background-size: 100%;
}

.project-header .project-mainimg {
  max-width: 1100px;
  margin: auto;
  border-radius: 10px;
  line-height: 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .project-header h1 {
    width: 90%;
    margin: auto;
    display: block;
    line-height: 1.5;
  }
  .project-header h1 .num {
    display: block;
    width: 80px;
    margin: 0 auto 15px;
  }
}

@media screen and (max-width: 767px) {
  .project-header h1 {
    width: 90%;
    margin: auto;
    display: block;
    font-size: 2.5rem;
    line-height: 1.5;
  }
  .project-header h1 .num {
    display: block;
    width: 23vw;
    max-width: 80px;
    margin: 0 auto 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .project-reiwa4 .project-header h1 .num {
    display: inline;
    width: inherit;
  }
}

@media screen and (max-width: 767px) {
  .project-reiwa4 .project-header h1 .num {
    display: inline;
    width: inherit;
    max-width: inherit;
  }
}

.project-contents {
  position: relative;
}

.project-contents .project-lead {
  width: 90%;
  max-width: 900px;
  margin: 50px auto;
  line-height: 0;
  text-align: center;
}

.project-contents .project-text {
  position: relative;
  width: 90%;
  max-width: 750px;
  margin: 50px auto;
}

.project-contents .project-text h3 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: left;
  font-weight: bold;
  letter-spacing: .08em;
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
}

.project-contents .project-text h3:after {
  content: '';
  display: block;
  position: relative;
  width: 80px;
  height: 4px;
  margin-top: 20px;
  background: #000;
}

.project-contents .project-text h3:first-child {
  margin-top: 0;
}

.project-contents .project-text p {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: .02em;
}

.project-contents .project-text p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .project-contents .project-text h3 {
    font-size: 4.9vw;
  }
}

.project-contents .project-comment {
  position: relative;
  width: 90%;
  max-width: 750px;
  margin: 120px auto;
}

.project-contents .project-comment .comment-icon {
  position: relative;
  width: 47px;
  margin: auto auto 10px;
  line-height: 0;
}

.project-contents .project-comment .comment-head {
  position: relative;
  margin-bottom: -20px;
  z-index: 1;
}

.project-contents .project-comment .comment-head h3 {
  display: table;
  max-width: 82%;
  margin: auto;
  padding: 0 20px;
  background: #fff;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: .16em;
  font-weight: bold;
  line-height: 1.5;
}

.project-contents .project-comment .comment-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 40px 40px;
  border: 3px solid #000;
  border-radius: 10px;
  z-index: 0;
}

.project-contents .project-comment .comment-img {
  width: 116px;
}

.project-contents .project-comment .comment-img .face {
  border-radius: 100%;
  line-height: 0;
  overflow: hidden;
}

.project-contents .project-comment .comment-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}

.project-contents .project-comment .comment-text .name {
  margin: 0 0 20px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .06em;
}

.project-contents .project-comment .comment-text .name span {
  margin-left: .2em;
  font-size: 1.2rem;
}

.project-contents .project-comment .comment-text p {
  line-height: 2;
}

.project-contents .project-comment .comment-text p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .project-contents .project-comment {
    margin: 80px auto;
  }
}

@media screen and (max-width: 640px) {
  .project-contents .project-comment .comment-head h3 {
    font-size: 4.6vw;
    background: url("../images/bg_commenthead.png") repeat-x center;
  }
  .project-contents .project-comment .comment-box {
    display: block;
    padding: 40px 20px 30px;
  }
  .project-contents .project-comment .comment-img {
    margin: 0 auto 20px;
  }
  .project-contents .project-comment .comment-text {
    padding: 0;
  }
}

.project-contents .project-data {
  position: relative;
  width: 90%;
  max-width: 750px;
  margin: 120px auto;
}

.project-contents .project-data h3 {
  margin: 0 0 20px;
  font-size: 2.2rem;
  text-align: left;
  letter-spacing: .16em;
  font-weight: bold;
  line-height: 1.5;
}

.project-contents .project-data table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #000;
}

.project-contents .project-data table tr {
  position: relative;
}

.project-contents .project-data table tr:nth-child(2n+1) {
  background: #fff;
}

.project-contents .project-data table tr:nth-child(2n) {
  background: #edf5f7;
}

.project-contents .project-data table th {
  width: 20%;
  padding: 40px;
  border-bottom: 1px solid #000;
  color: #808080;
  text-align: left;
  letter-spacing: .06em;
  font-weight: bold;
}

.project-contents .project-data table td {
  padding: 40px;
  border-bottom: 1px solid #000;
  letter-spacing: .03em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .project-contents .project-data {
    margin: 80px auto;
  }
  .project-contents .project-data table th {
    padding: 30px 20px;
  }
  .project-contents .project-data table td {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 640px) {
  .project-contents .project-data h3 {
    font-size: 4.6vw;
  }
  .project-contents .project-data table {
    display: block;
  }
  .project-contents .project-data table tbody {
    display: block;
  }
  .project-contents .project-data table tr {
    display: block;
  }
  .project-contents .project-data table tr:nth-child(2n) {
    background: #fff;
  }
  .project-contents .project-data table th {
    display: block;
    width: auto;
    padding: 20px 0 0;
    border: none;
  }
  .project-contents .project-data table td {
    display: block;
    width: auto;
    padding: 0 0 20px;
  }
}

.project-contents .project-download {
  position: relative;
  width: 90%;
  max-width: 750px;
  margin: 120px auto;
}

.project-contents .project-download h3 {
  margin: 0 0 20px;
  font-size: 2.2rem;
  letter-spacing: .16em;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.project-contents .project-download ul {
  max-width: 590px;
  margin: 50px auto;
}

.project-contents .project-download li {
  margin: 20px auto;
}

@media screen and (max-width: 767px) {
  .project-contents .project-download {
    margin: 80px auto;
  }
  .project-contents .project-download ul {
    margin: 30px auto;
  }
}

@media screen and (max-width: 640px) {
  .project-contents .project-download h3 {
    font-size: 4.4vw;
  }
}

.project-reiwa4 {
  background: #FFF0EA;
}

.project-reiwa4 .project-contents .project-lead {
  max-width: 932px;
}

.project-reiwa4 .project-contents .project-text h3 {
  border-left: 9px solid #000;
  padding-left: 15px;
}

.project-reiwa4 .project-contents .project-text h3:after {
  display: none;
}

.project-reiwa4 .project-contents .project-comment .comment-head h3 {
  background: url("../images/bg_commenthead.png") repeat-x center;
}

.project-reiwa4 .project-contents .project-comment .comment-box {
  background: #fff;
}

.project-reiwa4 .project-contents .project-data table {
  border-top: none;
}

.project-reiwa4 .project-contents .project-data table tr:nth-child(2n+1) {
  background: none;
}

.project-reiwa4 .project-contents .project-data table tr:nth-child(2n) {
  background: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .project-reiwa4 .project-contents .project-data table tr:nth-child(2n) {
    background: none;
  }
}

@media screen and (max-width: 767px) {
  .project-reiwa4 .project-contents .project-data table tr:nth-child(2n) {
    background: none;
  }
}

.project-reiwa4 .project-contents .project-download li .btn-pdf {
  border-radius: 0;
}

.project-pagenation {
  position: relative;
  display: table;
  margin: 120px auto;
}

@media screen and (max-width: 767px) {
  .project-pagenation {
    margin: 80px auto;
  }
}
