@charset "UTF-8";
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sassを使用しているので、cssファイルを直接編集しないでください。
先祖返りの原因となります。
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* setting/_reset.scss
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: baseline;
  background: initial;
  border: 0;
}

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

body {
  line-height: inherit;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

body *:not(table), body *:not(table)::before, body *:not(table)::after, body *:not(tbody), body *:not(tbody)::before, body *:not(tbody)::after, body *:not(thead), body *:not(thead)::before, body *:not(thead)::after, body *:not(tfoot), body *:not(tfoot)::before, body *:not(tfoot)::after, body *:not(tr), body *:not(tr)::before, body *:not(tr)::after, body *:not(th), body *:not(th)::before, body *:not(th)::after, body *:not(td), body *:not(td)::before, body *:not(td)::after {
  position: relative;
  box-sizing: border-box;
}

/* setting/_extend.scss
-------------------------------------------------- */
html,
body, input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=search],
input[type=submit],
input[type=reset],
textarea,
button,
select {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* setting/_base.scss
-------------------------------------------------- */
html,
body {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

body {
  line-height: 1;
}

img,
svg {
  vertical-align: bottom;
}

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

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=search],
input[type=submit],
input[type=reset],
textarea,
button,
select {
  font-weight: 300;
  color: inherit;
  border: none;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=submit],
input[type=reset],
a,
button {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

[data-hidden] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  opacity: 0;
  transform: scale(0);
}

a[href=""] {
  pointer-events: none;
}

sub {
  font-size: 70%;
  vertical-align: bottom;
  position: relative;
  bottom: -0.2em;
}

@media print, screen and (min-width: 769px) {
  [data-device=sp] {
    display: none !important;
  }

  main {
    margin-top: 120px;
  }

  a[href^=tel] {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  body {
    -webkit-overflow-scrolling: touch;
  }

  main {
    margin-top: 60px;
  }

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

  [data-device=pc] {
    display: none !important;
  }
}
/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* status/_is.scss
-------------------------------------------------- */
body.is-open {
  overflow: hidden;
}

/* global/_wrap.scss
-------------------------------------------------- */
@media print, screen and (min-width: 769px) {
  .g-wrap {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
  }
}
@media all and (max-width: 1100px) {
  .g-wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .g-wrap {
    padding: 0 20px;
    margin: 0 auto;
  }
}

/* global/_inner.scss
-------------------------------------------------- */
@media print, screen and (min-width: 769px) {
  .g-inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .g-inner {
    margin: 0 auto;
  }
}

/* global/_ttl.scss
-------------------------------------------------- */
.g-ttl__head {
  text-align: center;
  font-weight: 600;
  line-height: 1.2777777778em;
}
.g-ttl__txt {
  margin-top: 15px;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .g-ttl-type0 {
    margin-top: 0;
  }
  .g-ttl-type1 {
    margin-top: 20px;
  }
  .g-ttl-type2 {
    margin-top: 40px;
  }
  .g-ttl-type3 {
    margin-top: 60px;
  }
  .g-ttl-type4 {
    margin-top: 80px;
  }
  .g-ttl-type5 {
    margin-top: 120px;
  }
  .g-ttl__head {
    font-size: 2rem;
  }
  .g-ttl__txt {
    font-size: 1rem;
    line-height: 2em;
  }
}
@media screen and (max-width: 768px) {
  .g-ttl, .g-ttl-type0, .g-ttl-type1, .g-ttl-type2, .g-ttl-type3, .g-ttl-type4, .g-ttl-type5 {
    margin-top: 60px;
  }
  .g-ttl__head {
    font-size: 1.2222222222rem;
  }
  .g-ttl__txt {
    font-size: 0.7777777778rem;
    line-height: 1.4285714286em;
  }
}

/* global/_header.scss
-------------------------------------------------- */
.g-header__block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  .g-header__block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    height: 120px;
    border-bottom: 1px solid #fff;
    transition: all 0.2s;
  }
  .g-header__logo {
    display: flex;
    align-items: center;
  }
  .g-header__logo img {
    width: 72px;
    margin-right: 30px;
    transition: all 0.2s;
  }
  .g-header__logo img:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .g-header__logo-txt {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3333333333em;
    letter-spacing: 0;
  }
  .g-header__logo-txt:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .is-scroll .g-header__block {
    padding: 10px 50px;
    height: auto;
    border-bottom: 1px solid #eeeeee;
  }
  .is-scroll .g-header__logo img {
    width: 44px;
    margin-right: 10px;
  }
}
@media all and (max-width: 1100px) {
  .g-header__logo img {
    width: 44px;
    margin-right: 10px;
  }
  .g-header__logo-txt {
    font-size: 0.7777777778rem;
  }
}
@media screen and (max-width: 768px) {
  .g-header__block {
    padding: 5px 15px;
    height: 60px;
  }
  .g-header__logo {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .g-header__logo img {
    width: 36px;
    margin-right: 10px;
  }
  .g-header__logo-txt {
    display: block;
    font-size: 0.6111111111rem;
    font-weight: 600;
    line-height: 1.2727272727em;
    letter-spacing: 0;
  }
  .is-open .g-header__block {
    height: 100%;
    overflow: auto;
    overflow-y: scroll;
  }
  .g-header__togglebtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
  }
  .g-header__togglebtn::before, .g-header__togglebtn::after {
    display: block;
    content: "";
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 1px;
    transition-duration: 0.3s;
    background: #000;
  }
  .g-header__togglebtn::after {
    top: 35px;
  }
  .is-open .g-header__togglebtn::before, .is-open .g-header__togglebtn::after {
    top: 30px;
  }
  .is-open .g-header__togglebtn::before {
    transform: rotate(-28deg);
  }
  .is-open .g-header__togglebtn::after {
    transform: rotate(28deg);
  }
}

/* global/_nav.scss
-------------------------------------------------- */
.g-nav__list-item {
  font-weight: 600;
}
.g-nav__list__list-item {
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .g-nav__block {
    display: flex;
  }
  .g-nav__list {
    margin-left: 20px;
  }
  .g-nav__list__block {
    background-color: #cccccc;
    color: #fff;
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    height: 460px;
    opacity: 0;
    overflow: hidden;
    padding: 30px 0;
  }
  .is-scroll .g-nav__list__block {
    top: 77px;
  }
  .is-open .g-nav__list__block {
    opacity: 1;
    display: -ms-grid;
    display: grid;
  }
  :not(.is-open) .g-nav__list__block {
    display: none;
  }
  .g-nav__list__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-rows: 1fr 0px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .g-nav__list-item {
    cursor: pointer;
  }
  .g-nav__list-item:hover {
    color: #00ae41;
  }
  .g-nav__list-item.is-open:after {
    content: "";
    display: block;
    border-top: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #cccccc;
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -52px;
  }
  .is-scroll .g-nav__list-item.is-open:after {
    bottom: -30px;
  }
}
@media print and (-ms-high-contrast: none), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .g-nav__list-item.is-open:after {
    bottom: -46px;
  }
  .is-scroll .g-nav__list-item.is-open:after {
    bottom: -24px;
  }
}
@media print, screen and (min-width: 769px) {
  .g-nav__list__list {
    margin: 10px;
    justify-items: center;
    align-items: center;
  }
}
@media print and (-ms-high-contrast: none), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .g-nav__list__list {
    width: 172px;
  }
}
@media print, screen and (min-width: 769px) {
  .g-nav__list__list:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/3/2;
    font-size: 2rem;
    display: flex;
  }
}
@media print, screen and (min-width: 769px) {
  .g-nav__list__list:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
  }
}
@media print, screen and (min-width: 769px) {
  .g-nav__list__list:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1/3/2/4;
  }
}
@media print, screen and (min-width: 769px) {
  .g-nav__list__list:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-area: 1/4/2/5;
  }
}
@media print, screen and (min-width: 769px) {
  .g-nav__list__list:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-area: 1/5/2/6;
  }
}
@media print, screen and (min-width: 769px) {
  .g-nav__list__list:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
}
@media print, screen and (min-width: 769px) {
  .g-nav__list__list:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 2/3/3/4;
  }
}
@media print, screen and (min-width: 769px) {
  .g-nav__list__list:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-area: 2/4/3/5;
  }
}
@media print, screen and (min-width: 769px) {
  .g-nav__list__list:nth-child(9) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-area: 2/5/3/6;
  }
}
@media print, screen and (min-width: 769px) {
  .g-nav__list__list-item {
    display: block;
    text-align: center;
    cursor: pointer;
  }
  .g-nav__list__list-item:hover {
    text-decoration: underline;
  }
  .g-nav__list__list-item i, .g-nav__list__list-item img {
    display: block;
    margin: 0 auto;
  }
  .g-nav__list__list-item i {
    margin-top: 10px;
  }
}
@media all and (max-width: 1100px) {
  .g-nav__list {
    margin-left: 10px;
  }
  .g-nav__list-item {
    font-size: 0.7777777778rem;
  }
}
@media screen and (max-width: 768px) {
  .g-nav {
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
  }
  .is-open .g-nav__block {
    opacity: 1;
    transition: opacity 0.3s 0.3s ease;
  }
  .g-nav__block {
    padding: 40px 15%;
    opacity: 0;
    transition: opacity 0.3s 0s ease;
  }
  .g-nav__list {
    margin: 0 auto;
    width: auto;
  }
  .g-nav__list img {
    display: none;
  }
  .g-nav__list > span em {
    position: relative;
  }
  .g-nav__list > span em::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: solid 3px #000;
    border-bottom: solid 3px #000;
    position: absolute;
    right: -25px;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg);
  }
  .g-nav__list > span.is-open em::after {
    transform: rotate(-135deg);
  }
  .g-nav__list__block {
    display: none;
  }
  .g-nav__list-site {
    border-top: 1px solid #eeeeee;
    font-size: 0.8888888889rem;
    margin-top: 20px;
    padding: 30px 0;
    font-weight: 600;
  }
  .g-nav__list-item {
    font-size: 1.2222222222rem;
    padding: 15px 0;
    display: block;
  }
  .g-nav__list__list {
    padding: 10px 0;
    display: block;
    font-size: 0.8888888889rem;
  }
  .g-nav__list-site {
    position: relative;
  }
  .g-nav__list-site a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.3em;
    height: 0.9em;
    background: url(../img/common/anchor.svg) no-repeat right center;
    background-size: auto 100%;
    position: relative;
  }
}

@media all and (-ms-high-contrast: none) {
  .g-nav__list__wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .g-nav__list__list:nth-child(1) {
    align-items: end;
  }

  .g-nav__list__list:nth-child(6) {
    margin-left: 200px;
  }
}
/* global/_footer.scss
-------------------------------------------------- */
.g-footer {
  position: relative;
  background-color: #bbbbbb;
  color: #fff;
  text-align: center;
}
.g-footer__ttl-catch {
  font-weight: 600;
  letter-spacing: -0.1em;
}
.g-footer__ttl-catch i {
  letter-spacing: -0.5em;
}
.g-footer__ttl-txt {
  letter-spacing: 0;
  margin-top: 25px;
  font-weight: 600;
}
.g-footer__ttl-en {
  letter-spacing: 0;
  margin-top: 10px;
}
.g-footer__logo img {
  width: 72px;
}
.g-footer__nav__list {
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .g-footer {
    margin-top: 160px;
    padding: 60px 15px 45px;
  }
  .g-footer__ttl-catch {
    font-size: 3rem;
  }
  .g-footer__ttl-txt {
    font-size: 1rem;
  }
  .g-footer__ttl-en {
    font-size: 0.6666666667rem;
  }
  .g-footer__logo {
    margin-top: 55px;
  }
  .g-footer__logo a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .g-footer__nav {
    font-size: 1.1111111111rem;
  }
  .g-footer__nav__block {
    display: flex;
    justify-content: center;
    margin-top: 55px;
  }
  .g-footer__nav__list {
    margin: 0 8px;
  }
  .g-footer__nav__list:hover {
    text-decoration: underline;
  }
  .g-footer__copy {
    margin-top: 40px;
    font-size: 0.7777777778rem;
  }
}
@media screen and (max-width: 768px) {
  .g-footer {
    margin-top: 60px;
    padding: 40px 5px 30px;
  }
  .g-footer__ttl-catch {
    font-size: 2.2222222222rem;
  }
  .g-footer__ttl-txt {
    font-size: 0.8333333333rem;
  }
  .g-footer__ttl-en {
    font-size: 0.5555555556rem;
  }
  .g-footer__logo {
    margin-top: 40px;
  }
  .g-footer__nav {
    font-size: 1rem;
  }
  .g-footer__nav__block {
    margin-top: 40px;
  }
  .g-footer__nav__list {
    margin: 25px 0 0 0;
  }
  .g-footer__copy {
    margin-top: 40px;
    font-size: 0.6111111111rem;
  }
}

/* global/_btn.scss
-------------------------------------------------- */
.g-btn__anchor, .g-btn__anchor-left {
  margin: 0 auto;
  text-align: center;
  display: block;
  border: 3px solid #000;
  font-weight: 600;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.g-btn__anchor-left {
  margin-left: 0;
}
@media print, screen and (min-width: 769px) {
  .g-btn-type0 {
    margin-top: 0;
  }
  .g-btn-type1 {
    margin-top: 20px;
  }
  .g-btn-type2 {
    margin-top: 40px;
  }
  .g-btn-type3 {
    margin-top: 60px;
  }
  .g-btn-type4 {
    margin-top: 80px;
  }
  .g-btn-type5 {
    margin-top: 120px;
  }
  .g-btn__anchor, .g-btn__anchor-left {
    width: 300px;
    font-size: 1.1111111111rem;
    line-height: 1.3em;
    padding: 28px 10px;
    transition-property: background-color;
  }
  .g-btn__anchor:hover, .g-btn__anchor-left:hover {
    background-color: #000;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .g-btn, .g-btn-type0, .g-btn-type1, .g-btn-type2, .g-btn-type3, .g-btn-type4, .g-btn-type5 {
    margin-top: 40px;
  }
  .g-btn__anchor, .g-btn__anchor-left {
    width: 220px;
    font-size: 0.8888888889rem;
    line-height: 1.375em;
    padding: 15px 5px;
  }
}

/* global/_pagetop.scss
-------------------------------------------------- */
.g-pagetop {
  position: absolute;
  right: 0;
  top: 0;
}
.g-pagetop a {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #d0d0d0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 5;
}
.g-pagetop a:hover {
  cursor: pointer;
  opacity: 0.7;
}
.g-pagetop a::before {
  content: "";
  height: 0;
  width: 0;
  padding: 12%;
  border-left: solid 4px #fff;
  border-top: solid 4px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8%;
  margin-left: -12%;
}

/* global/_breadcrumbs.scss
-------------------------------------------------- */
@media print, screen and (min-width: 769px) {
  .g-breadcrumbs {
    padding: 15px 50px;
  }
  .g-breadcrumbs__item {
    font-size: 0.6666666667rem;
    line-height: 1;
    letter-spacing: 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding-right: 2.4em;
  }
  .g-breadcrumbs__item a {
    text-decoration: underline;
  }
  .g-breadcrumbs__item::after {
    content: "";
    display: block;
    width: 0.4em;
    height: 0.4em;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    transform: rotate(-45deg);
    cursor: default;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -0.2em;
  }
  .g-breadcrumbs__item:last-child::after {
    display: none;
  }
}

/* modules/_mv.scss
-------------------------------------------------- */
.m-mv {
  width: 100%;
  overflow: hidden;
}
.m-mv__copy {
  font-weight: 600;
  position: absolute;
  right: 40px;
  top: 40px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 4.4444444444rem;
  line-height: 1.25em;
}
.m-mv__ttl {
  font-weight: 600;
  position: absolute;
  width: 100%;
  left: 40px;
  bottom: 45px;
}
.m-mv__ttl-txt {
  font-size: 1.5555555556rem;
  line-height: 1.4285714286em;
}
.m-mv__ttl-en {
  margin-top: 5px;
  font-size: 1rem;
  line-height: 1.1111111111em;
}
@media print, screen and (min-width: 769px) {
  .m-mv__items {
    height: calc(100vh - 120px);
  }
  .m-mv__items video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
  }
}
@media print and (aspect-ratio: 14/9), print and (min-aspect-ratio: 14/9), screen and (min-width: 769px) and (aspect-ratio: 14/9), screen and (min-width: 769px) and (min-aspect-ratio: 14/9) {
  .m-mv__items video {
    width: 100%;
    height: auto;
  }
}
@media print and (max-aspect-ratio: 14/9), screen and (min-width: 769px) and (max-aspect-ratio: 14/9) {
  .m-mv__items video {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .m-mv__items {
    min-height: auto;
    position: relative;
    width: 100%;
    height: auto;
  }
  .m-mv__items::before {
    padding-top: 100%;
    content: "";
    display: block;
  }
  .m-mv__items video {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .m-mv__item {
    min-height: auto;
    position: relative;
    width: 100%;
    height: auto;
  }
  .m-mv__item::before {
    padding-top: 130%;
    content: "";
    display: block;
  }
  .m-mv__copy {
    right: 10px;
    top: 20px;
    font-size: 2.3888888889rem;
    line-height: 1.3023255814em;
  }
  .m-mv__ttl {
    margin-top: 20px;
    position: static;
    padding: 0 15px;
  }
  .m-mv__ttl-txt {
    font-size: 1.3333333333rem;
    line-height: 1.375em;
  }
  .m-mv__ttl-en {
    margin-top: 5px;
    font-size: 0.6111111111rem;
    line-height: 1.8181818182em;
  }
}

/* modules/_text.scss
-------------------------------------------------- */
.m-text, .m-text-type0, .m-text-type1, .m-text-type2, .m-text-type3, .m-text-type4, .m-text-type5 {
  font-size: 1rem;
  line-height: 2em;
}
.m-text a, .m-text-type0 a, .m-text-type1 a, .m-text-type2 a, .m-text-type3 a, .m-text-type4 a, .m-text-type5 a {
  text-decoration: underline;
  font-weight: 600;
}
.m-text a[target=_blank]::after, .m-text-type0 a[target=_blank]::after, .m-text-type1 a[target=_blank]::after, .m-text-type2 a[target=_blank]::after, .m-text-type3 a[target=_blank]::after, .m-text-type4 a[target=_blank]::after, .m-text-type5 a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.3em;
  height: 0.9em;
  background: url(../img/common/anchor.svg) no-repeat right center;
  background-size: auto 100%;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .m-text a:hover, .m-text-type0 a:hover, .m-text-type1 a:hover, .m-text-type2 a:hover, .m-text-type3 a:hover, .m-text-type4 a:hover, .m-text-type5 a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .m-text-type0 {
    margin-top: 0;
  }
  .m-text-type1 {
    margin-top: 20px;
  }
  .m-text-type2 {
    margin-top: 40px;
  }
  .m-text-type3 {
    margin-top: 60px;
  }
  .m-text-type4 {
    margin-top: 80px;
  }
  .m-text-type5 {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .m-text, .m-text-type0, .m-text-type1, .m-text-type2, .m-text-type3, .m-text-type4, .m-text-type5 {
    margin-top: 20px;
    font-size: 0.8888888889rem;
    line-height: 1.625em;
  }
}

/* modules/_textExp.scss
-------------------------------------------------- */
.m-textExp, .m-textExp-type0, .m-textExp-type1, .m-textExp-type2, .m-textExp-type3, .m-textExp-type4, .m-textExp-type5 {
  font-size: 1rem;
  line-height: 1.6666666667em;
}
.m-textExp a, .m-textExp-type0 a, .m-textExp-type1 a, .m-textExp-type2 a, .m-textExp-type3 a, .m-textExp-type4 a, .m-textExp-type5 a {
  text-decoration: underline;
}
.m-textExp a[target=_blank]::after, .m-textExp-type0 a[target=_blank]::after, .m-textExp-type1 a[target=_blank]::after, .m-textExp-type2 a[target=_blank]::after, .m-textExp-type3 a[target=_blank]::after, .m-textExp-type4 a[target=_blank]::after, .m-textExp-type5 a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.3em;
  height: 0.9em;
  background: url(../img/common/anchor.svg) no-repeat right center;
  background-size: auto 100%;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .m-textExp-type0 {
    margin-top: 0;
  }
  .m-textExp-type1 {
    margin-top: 20px;
  }
  .m-textExp-type2 {
    margin-top: 40px;
  }
  .m-textExp-type3 {
    margin-top: 60px;
  }
  .m-textExp-type4 {
    margin-top: 80px;
  }
  .m-textExp-type5 {
    margin-top: 120px;
  }
  .m-textExp a:hover, .m-textExp-type0 a:hover, .m-textExp-type1 a:hover, .m-textExp-type2 a:hover, .m-textExp-type3 a:hover, .m-textExp-type4 a:hover, .m-textExp-type5 a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .m-textExp, .m-textExp-type0, .m-textExp-type1, .m-textExp-type2, .m-textExp-type3, .m-textExp-type4, .m-textExp-type5 {
    margin-top: 20px;
    font-size: 0.8888888889rem;
    line-height: 1.5em;
  }
}

/* modules/_sentence.scss
-------------------------------------------------- */
.m-sentence, .m-sentence-type0, .m-sentence-type1, .m-sentence-type2, .m-sentence-type3, .m-sentence-type4, .m-sentence-type5 {
  margin-top: 20px;
  font-size: 1.1111111111rem;
  line-height: 1.75em;
  font-weight: 600;
}
.m-sentence a, .m-sentence-type0 a, .m-sentence-type1 a, .m-sentence-type2 a, .m-sentence-type3 a, .m-sentence-type4 a, .m-sentence-type5 a {
  text-decoration: underline;
  font-weight: 600;
}
.m-sentence a[target=_blank]::after, .m-sentence-type0 a[target=_blank]::after, .m-sentence-type1 a[target=_blank]::after, .m-sentence-type2 a[target=_blank]::after, .m-sentence-type3 a[target=_blank]::after, .m-sentence-type4 a[target=_blank]::after, .m-sentence-type5 a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.3em;
  height: 0.9em;
  background: url(../img/common/anchor.svg) no-repeat right center;
  background-size: auto 100%;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .m-sentence a:hover, .m-sentence-type0 a:hover, .m-sentence-type1 a:hover, .m-sentence-type2 a:hover, .m-sentence-type3 a:hover, .m-sentence-type4 a:hover, .m-sentence-type5 a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .m-sentence-type0 {
    margin-top: 0;
  }
  .m-sentence-type1 {
    margin-top: 20px;
  }
  .m-sentence-type2 {
    margin-top: 40px;
  }
  .m-sentence-type3 {
    margin-top: 60px;
  }
  .m-sentence-type4 {
    margin-top: 80px;
  }
  .m-sentence-type5 {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .m-sentence, .m-sentence-type0, .m-sentence-type1, .m-sentence-type2, .m-sentence-type3, .m-sentence-type4, .m-sentence-type5 {
    margin-top: 20px;
    font-size: 0.8888888889rem;
  }
}

/* modules/_lead.scss
-------------------------------------------------- */
@media print, screen and (min-width: 769px) {
  .m-lead {
    margin-top: 110px;
    display: flex;
  }
  .m-lead__img {
    width: 500px;
  }
  .m-lead__img img {
    width: 200px;
  }
  .m-lead__img p,
.m-lead__img h2 {
    margin-top: 20px;
    font-size: 1.6666666667rem;
    line-height: 1.6666666667em;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .m-lead__txt {
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 768px) {
  .m-lead {
    margin-top: 60px;
  }
  .m-lead__img {
    text-align: center;
  }
  .m-lead__img img {
    width: 180px;
  }
  .m-lead__img p,
.m-lead__img h2 {
    margin-top: 20px;
    font-size: 1.1111111111rem;
    line-height: 1.5em;
    font-weight: 600;
  }
}

/* modules/_columnImg.scss
-------------------------------------------------- */
.m-columnImg img {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .m-columnImg {
    margin-top: 60px;
  }
  .m-columnImg li {
    overflow: hidden;
  }
  .m-columnImg li a {
    position: relative;
    display: block;
    background: #000;
  }
  .m-columnImg li a img {
    transition: all 0.1s ease;
    opacity: 1;
  }
  .m-columnImg li a i {
    transition: all 0.1s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    color: #fff;
    display: block;
    text-align: center;
    opacity: 0;
    font-weight: 600;
    line-height: 1.4444444444em;
  }
  .m-columnImg li a:hover img {
    transform: scale(1.08);
    opacity: 0.6;
  }
  .m-columnImg li a:hover i {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .m-columnImg {
    margin-top: 20px;
  }
}

/* modules/_energy.scss
-------------------------------------------------- */
.m-energy {
  margin-top: 80px;
}
.m-energy img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .m-energy {
    margin-top: 20px;
  }
}

/* modules/_btnList.scss
-------------------------------------------------- */
.m-btnList__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m-btnList__item, .m-btnList__item-int {
  width: 48%;
  text-align: center;
  min-width: 0;
}
.m-btnList__item a, .m-btnList__item-int a {
  border: solid 1px #cccccc;
  color: #999999;
  width: 100%;
  position: relative;
}
.m-btnList__item a::after, .m-btnList__item-int a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.3em;
  height: 0.9em;
  background: url(../img/common/anchor.svg) no-repeat right center;
  background-size: auto 100%;
  position: relative;
}
.m-btnList__item a:hover::after, .m-btnList__item-int a:hover::after {
  background-image: url(../img/common/anchor_w.svg);
}
.m-btnList__item-int a::after {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .m-btnList {
    margin-top: 60px;
  }
  .m-btnList__item, .m-btnList__item-int {
    margin-top: 20px;
  }
  .m-btnList__item a, .m-btnList__item-int a {
    display: block;
    padding: 28px 10px;
    height: 80px;
    font-size: 1.1111111111rem;
  }
  .m-btnList__item a:hover, .m-btnList__item-int a:hover {
    background-color: #cccccc;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .m-btnList {
    margin-top: 20px;
  }
  .m-btnList__item, .m-btnList__item-int {
    margin-top: 10px;
    display: table;
  }
  .m-btnList__item a, .m-btnList__item-int a {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: middle;
    height: 60px;
    padding: 10px;
    line-height: 1.4;
    font-size: 0.7777777778rem;
  }
}

/* modules/_infoList.scss
-------------------------------------------------- */
.m-infoList {
  text-align: center;
  margin-bottom: 40px;
}
.m-infoList__items {
  text-align: left;
  display: inline-block;
}
.m-infoList__dt {
  float: left;
  padding: 2em 0;
  color: #999999;
}
.m-infoList__dt:last-of-type {
  margin-bottom: 0;
}
.m-infoList__dd {
  padding: 2em 0 2em 9em;
  border-top: 1px solid #cccccc;
}
.m-infoList__dd:last-of-type {
  margin-bottom: 0;
  border-bottom: 1px solid #cccccc;
}
.m-infoList__tag {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  min-width: 150px;
  font-size: 0.8333333333rem;
  background-color: #999999;
  color: #fff;
  line-height: 0.88rem;
  padding: 8px 5px;
  margin-top: -6px;
  float: left;
}
.m-infoList__tag a {
  display: block;
}
.m-infoList__txt {
  padding-left: 1.8em;
  line-height: 1.2em;
  overflow: hidden;
  color: #000;
}
@media all and (-ms-high-contrast: none) {
  .m-infoList__txt {
    line-height: 1.4em;
  }
}
.m-infoList__txt a {
  text-decoration: none;
}
.m-infoList__txt a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.3em;
  height: 0.9em;
  background: url(../img/common/anchor_b.svg) no-repeat right center;
  background-size: auto 100%;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .m-infoList {
    margin-top: 50px;
  }
  .m-infoList__items {
    width: 1060px;
  }
  .m-infoList__tag:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .m-infoList__txt a:hover {
    text-decoration: underline;
  }
}
@media all and (max-width: 1100px) {
  .m-infoList__items {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .m-infoList {
    margin-top: 40px;
    text-align: center;
  }
  .m-infoList__items {
    width: 100%;
    text-align: left;
    display: inline-block;
  }
  .m-infoList__dt {
    font-size: 0.7777777778rem;
    padding: 1em 1em 1em 0;
  }
  .m-infoList__dd {
    padding: 2em 0 1em 0;
  }
  .m-infoList__tag {
    float: left;
    font-size: 0.5555555556rem;
    min-width: 110px;
    padding: 2px;
    margin-top: -25px;
  }
  .m-infoList__txt {
    clear: both;
    padding-left: 0;
    font-size: 0.7777777778rem;
  }
}

/* modules/_columnBox.scss
-------------------------------------------------- */
@media print, screen and (min-width: 769px) {
  .m-columnBox {
    margin-top: 50px;
  }
  .m-columnBox__items {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    overflow: hidden;
  }
  .m-columnBox__item {
    width: 31%;
    padding: 0 0 30px;
    margin-right: 3.333%;
    box-sizing: border-box;
  }
  .m-columnBox__item:nth-child(3n) {
    margin-right: 0;
  }
  .m-columnBox__item a:hover p {
    text-decoration: underline;
  }
  .m-columnBox__img img {
    width: 100%;
    height: auto;
    transition-duration: 0.2s;
    transition-property: opacity;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .m-columnBox__txt {
    margin-top: 10px;
    line-height: 1.5555555556em;
  }
}
@media screen and (max-width: 768px) {
  .m-columnBox {
    margin-top: 20px;
  }
  .m-columnBox__item {
    margin-top: 20px;
  }
  .m-columnBox__img img {
    width: 100%;
    height: auto;
  }
  .m-columnBox__txt {
    font-size: 0.7777777778rem;
    margin-top: 10px;
    line-height: 1.2857142857em;
  }
}

/* modules/_concept.scss
-------------------------------------------------- */
.m-concept {
  text-align: center;
  background-color: #f0f0f0;
  margin-top: 120px;
  padding: 80px;
}
.m-concept__ttl {
  font-weight: 600;
}
.m-concept__subttl {
  margin-top: 15px;
}
.m-concept__head {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 2;
}
.m-concept__head-inner {
  padding: 30px 70px;
  text-align: center;
}
.m-concept__head-inner.is-off, .m-concept__head-inner:hover {
  transition: opacity 0.2s ease 0s;
  opacity: 0.2;
}
.m-concept__head-ttl {
  font-size: 3.3333333333rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.m-concept__head-sub {
  margin-top: 20px;
  font-size: 0.7777777778rem;
  padding-bottom: 8px;
}
.is-on .m-concept__head-sub {
  border-bottom: 2px solid #000;
}
@media print, screen and (min-width: 769px) {
  .m-concept__sec01, .m-concept__sec02, .m-concept__sec03 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    scroll-snap-align: start;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
  }
  .m-concept__ttl {
    font-size: 2rem;
  }
  .m-concept__subttl {
    font-size: 1rem;
    line-height: 2em;
  }
  .m-concept__block {
    display: flex;
    flex-wrap: wrap;
    max-width: 860px;
  }
  .m-concept__list {
    width: 25%;
    padding: 30px 0 0;
  }
  .m-concept__list:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .m-concept__list img {
    width: 150px;
  }
  .m-concept__list-item {
    text-align: center;
  }
  .m-concept__list-item i {
    display: block;
    font-weight: 600;
    margin-top: 10px;
  }
  .m-concept__sec01 .m-concept__block {
    max-width: 800px;
    width: 100%;
    justify-content: space-around;
  }
  .m-concept__sec01 .m-concept__list {
    width: 260px;
    padding: 0;
  }
  .m-concept__sec01 img {
    width: 100%;
  }
  .m-concept__sec02 + .m-concept__sec03 {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 768px) {
  .m-concept {
    margin-top: 60px;
    padding: 60px 0;
  }
  .m-concept__ttl {
    font-size: 1.2222222222rem;
  }
  .m-concept__subttl {
    font-size: 0.7777777778rem;
    line-height: 1.4285714286em;
  }
  .m-concept__head-inner {
    padding: 5%;
  }
  .m-concept__head-ttl {
    font-size: 1.6666666667rem;
  }
  .m-concept__head-sub {
    margin-top: 5px;
    font-size: 0.5555555556rem;
  }
  .m-concept__sec01, .m-concept__sec02, .m-concept__sec03 {
    padding: 40px 0;
  }
  .m-concept__sec03 {
    padding-bottom: 100px;
  }
  .m-concept__block {
    display: flex;
    flex-wrap: wrap;
  }
  .m-concept__list {
    width: 50%;
    padding: 5px;
  }
  .m-concept__list-item {
    margin-top: 20px;
  }
  .m-concept__list-item img {
    width: 80%;
  }
  .m-concept__list-item i {
    display: block;
    margin-top: 10px;
    font-size: 0.7777777778rem;
    line-height: 1.4285714286em;
    font-weight: 600;
  }
}

/* modules/_project.scss
-------------------------------------------------- */
.m-project {
  text-align: center;
  background-color: #f0f0f0;
  margin-top: 120px;
  padding: 80px 0 80px;
}
.m-project__ttl {
  font-size: 1.3888888889rem;
  font-weight: 600;
}
.m-project__head {
  display: flex;
  justify-content: center;
}
.m-project__head-inner {
  text-align: center;
}
.m-project__head-inner:hover {
  transition: opacity 0.2s ease 0s;
  opacity: 0.2;
}
.m-project__head-ttl {
  font-size: 3.3333333333rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}
@media print, screen and (min-width: 769px) {
  .m-project__inner {
    display: flex;
    align-items: flex-start;
  }
  .m-project__sec01, .m-project__sec02, .m-project__sec03 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    scroll-snap-align: start;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
  }
  .m-project__sec02 .m-project__block {
    width: 540px;
  }
  .m-project__sec03 .m-project__block {
    width: 360px;
  }
  .m-project__block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .m-project__list {
    width: 180px;
    padding: 30px 0 0;
  }
  .m-project__list img {
    width: 150px;
  }
  .m-project__list-item {
    text-align: center;
  }
  .m-project__list-item i {
    display: block;
    font-size: 0.7777777778rem;
    font-weight: 600;
    margin-top: 10px;
  }
}
@media print and (max-width: 1100px), screen and (min-width: 769px) and (max-width: 1100px) {
  .m-project__sec02 .m-project__block {
    width: 360px;
  }
}
@media screen and (max-width: 768px) {
  .m-project {
    margin-top: 60px;
    padding: 60px 0;
  }
  .m-project__ttl {
    font-size: 0.8888888889rem;
    line-height: 1.75em;
  }
  .m-project__head {
    margin-top: 40px;
  }
  .m-project__head-inner {
    padding: 5%;
  }
  .m-project__head-ttl {
    font-size: 1.6666666667rem;
  }
  .m-project__block {
    display: flex;
    flex-wrap: wrap;
  }
  .m-project__list {
    width: 50%;
    padding: 5px;
  }
  .m-project__list-item {
    margin-top: 20px;
  }
  .m-project__list-item img {
    width: 80%;
  }
  .m-project__list-item i {
    display: block;
    margin-top: 10px;
    font-size: 0.7777777778rem;
    line-height: 1.4285714286em;
    font-weight: 600;
  }
}

/* modules/_kv.scss
-------------------------------------------------- */
.m-kv,
.m-kv02 {
  position: relative;
  overflow: hidden;
  height: 588px;
}
.m-kv img,
.m-kv02 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.m-kv__txt,
.m-kv02__txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  font-size: 2.7777777778rem;
  font-weight: 600;
}
.m-kv__txt span,
.m-kv02__txt span {
  margin-top: 20px;
  display: block;
  font-size: 1.1111111111rem;
  line-height: 1.5em;
}
.m-kv__copy,
.m-kv02__copy {
  font-weight: 600;
  position: absolute;
  right: 40px;
  top: 40px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 4.4444444444rem;
  line-height: 1.25em;
}
.m-kv__copy.-w,
.m-kv02__copy.-w {
  color: #fff;
}
@media all and (max-width: 1100px) {
  .m-kv__copy,
.m-kv02__copy {
    font-size: 2.7777777778rem;
  }
}
@media screen and (max-width: 768px) {
  .m-kv,
.m-kv02 {
    height: 280px;
  }
  .m-kv__txt,
.m-kv02__txt {
    font-size: 1.6666666667rem;
  }
  .m-kv__txt span,
.m-kv02__txt span {
    margin-top: 10px;
    font-size: 0.6666666667rem;
  }
  .m-kv__copy,
.m-kv02__copy {
    right: 10px;
    top: 20px;
    font-size: 1.1111111111rem;
    line-height: 1.3em;
  }
}

.m-kv02 {
  height: 260px;
}
.m-kv02__txt {
  color: #000;
}
@media screen and (max-width: 768px) {
  .m-kv02 + .m-contents, .m-kv02 + .m-concept {
    margin-top: 0;
  }
}

/* modules/_kvTtl.scss
-------------------------------------------------- */
.m-kvTtl {
  position: relative;
  overflow: hidden;
  height: 330px;
}
.m-kvTtl img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.m-kvTtl__txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  font-size: 1.6666666667rem;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .m-kvTtl {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .m-kvTtl {
    height: 200px;
    margin-top: 40px;
  }
  .m-kvTtl__txt {
    font-size: 1.1111111111rem;
  }
}

/* global/_heading.scss
-------------------------------------------------- */
.m-heading, .m-heading-type0, .m-heading-type1, .m-heading-type2, .m-heading-type3, .m-heading-type4, .m-heading-type5 {
  font-size: 1.6666666667rem;
  line-height: 1.3333333333em;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.m-heading__sub, .m-heading__sub-type0, .m-heading__sub-type1, .m-heading__sub-type2, .m-heading__sub-type3, .m-heading__sub-type4, .m-heading__sub-type5 {
  font-size: 1.3333333333rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-bottom: 30px;
  line-height: 1.3333333333em;
  position: relative;
}
.m-heading__sub::after, .m-heading__sub-type0::after, .m-heading__sub-type1::after, .m-heading__sub-type2::after, .m-heading__sub-type3::after, .m-heading__sub-type4::after, .m-heading__sub-type5::after {
  position: absolute;
  content: "";
  background-color: #00ae41;
  width: 20px;
  height: 2px;
  bottom: 0;
  left: 0;
}
@media print, screen and (min-width: 769px) {
  .m-heading-type0 {
    margin-top: 0;
  }
  .m-heading-type1 {
    margin-top: 20px;
  }
  .m-heading-type2 {
    margin-top: 40px;
  }
  .m-heading-type3 {
    margin-top: 60px;
  }
  .m-heading-type4 {
    margin-top: 80px;
  }
  .m-heading-type5 {
    margin-top: 120px;
  }
  .m-heading__sub-type0 {
    margin-top: 0;
  }
  .m-heading__sub-type1 {
    margin-top: 20px;
  }
  .m-heading__sub-type2 {
    margin-top: 40px;
  }
  .m-heading__sub-type3 {
    margin-top: 60px;
  }
  .m-heading__sub-type4 {
    margin-top: 80px;
  }
  .m-heading__sub-type5 {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .m-heading, .m-heading-type0, .m-heading-type1, .m-heading-type2, .m-heading-type3, .m-heading-type4, .m-heading-type5 {
    font-size: 1.2222222222rem;
    margin-top: 60px;
    line-height: 1.4545454545em;
  }
  .m-heading__sub, .m-heading__sub-type0, .m-heading__sub-type1, .m-heading__sub-type2, .m-heading__sub-type3, .m-heading__sub-type4, .m-heading__sub-type5 {
    margin-top: 40px;
    font-size: 1.1111111111rem;
    line-height: 1.4em;
    padding-bottom: 20px;
  }
}

/* modules/_singleImg.scss
-------------------------------------------------- */
.m-singleImg img, .m-singleImg-type0 img, .m-singleImg-type1 img, .m-singleImg-type2 img, .m-singleImg-type3 img, .m-singleImg-type4 img, .m-singleImg-type5 img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
.m-singleImg iframe, .m-singleImg-type0 iframe, .m-singleImg-type1 iframe, .m-singleImg-type2 iframe, .m-singleImg-type3 iframe, .m-singleImg-type4 iframe, .m-singleImg-type5 iframe {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: 542px;
}
.m-singleImg__caption {
  margin-top: 20px;
  font-size: 0.8333333333rem;
  line-height: 1.3333333333em;
}
@media print, screen and (min-width: 769px) {
  .m-singleImg-type0 {
    margin-top: 0;
  }
  .m-singleImg-type1 {
    margin-top: 20px;
  }
  .m-singleImg-type2 {
    margin-top: 40px;
  }
  .m-singleImg-type3 {
    margin-top: 60px;
  }
  .m-singleImg-type4 {
    margin-top: 80px;
  }
  .m-singleImg-type5 {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .m-singleImg, .m-singleImg-type0, .m-singleImg-type1, .m-singleImg-type2, .m-singleImg-type3, .m-singleImg-type4, .m-singleImg-type5 {
    margin-top: 20px;
  }
  .m-singleImg iframe, .m-singleImg-type0 iframe, .m-singleImg-type1 iframe, .m-singleImg-type2 iframe, .m-singleImg-type3 iframe, .m-singleImg-type4 iframe, .m-singleImg-type5 iframe {
    height: 320px;
  }
  .m-singleImg__icon {
    width: 130px;
  }
  .m-singleImg__caption {
    font-size: 0.6666666667rem;
  }
}

/* modules/_contents.scss
-------------------------------------------------- */
.m-contents {
  margin-top: 80px;
  padding: 30px 0 50px;
  background-color: #f0f0f0;
}
.m-contents__ttl {
  font-size: 1rem;
  font-weight: 600;
}
.m-contents__item {
  border-bottom: 1px solid #bbbbbb;
  font-size: 0.8888888889rem;
  line-height: 1.375em;
}
.m-contents__item a {
  display: block;
  padding: 15px 40px 15px 0;
}
.m-contents__item__inner a {
  padding: 10px 40px 10px 2em;
}
.m-contents__item__inner a::before {
  position: absolute;
  content: "・";
  left: 10px;
}
@media print, screen and (min-width: 769px) {
  .m-contents__inner {
    display: flex;
  }
  .m-contents__ttl {
    width: 180px;
    margin-top: 15px;
  }
  .m-contents__items {
    width: 100%;
  }
  .m-contents__items a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .m-contents {
    margin-top: 60px;
    padding: 40px 0;
  }
  .m-contents__ttl {
    margin-bottom: 20px;
  }
}

/* modules/_arrow.scss
-------------------------------------------------- */
.m-arrow {
  position: relative;
}
.m-arrow::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  margin-top: -2px;
  width: 14px;
  height: 7px;
  background-image: url("../img/common/arrow.svg");
  background-repeat: no-repeat;
}

/* modules/_conpositBox.scss
-------------------------------------------------- */
.m-conpositBox__img img {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .m-conpositBox {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
  }
  .m-conpositBox__img {
    width: calc(100% - 500px);
  }
  .m-conpositBox__txt {
    width: 460px;
  }
}
@media screen and (max-width: 768px) {
  .m-conpositBox {
    margin-top: 40px;
  }
}

/* modules/_boderBox.scss
-------------------------------------------------- */
.m-boderBox {
  padding-bottom: 80px;
  border-bottom: 1px solid #318cdd;
}
@media screen and (max-width: 768px) {
  .m-boderBox {
    padding-bottom: 60px;
  }
}

/* modules/_reference.scss
-------------------------------------------------- */
.m-reference {
  font-size: 0.8333333333rem;
  margin-top: 10px;
  line-height: 1.4666666667em;
  padding-left: 5em;
  text-indent: -5em;
}
.m-reference a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.3em;
  height: 0.9em;
  background: url(../img/common/anchor.svg) no-repeat right center;
  background-size: auto 100%;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .m-reference a {
    text-decoration: underline;
  }
  .m-reference a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .m-reference {
    font-size: 0.7222222222rem;
    padding-left: 5em;
    text-indent: -5em;
  }
  .m-reference a {
    text-decoration: underline;
  }
}

/* modules/_detailBox.scss
-------------------------------------------------- */
.m-detailBox__ttl {
  margin-top: 10px;
  font-size: 1.3888888889rem;
  line-height: 1.4em;
  font-weight: 600;
}
.m-detailBox__name {
  margin-top: 5px;
}
.m-detailBox__img {
  margin-top: 20px;
}
.m-detailBox__img img {
  width: 100%;
}
.m-detailBox__txt {
  margin-top: 10px;
  line-height: 1.3888888889em;
}
.m-detailBox__dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #bbbbbb;
}
.m-detailBox__dl dt, .m-detailBox__dl dd {
  width: 36%;
  line-height: 2.2222222222em;
}
.m-detailBox__dl dd {
  width: 62%;
}
.m-detailBox__dl:nth-of-type(1) {
  margin-top: 15px;
}
@media print, screen and (min-width: 769px) {
  .m-detailBox {
    margin-top: 60px;
    display: flex;
  }
  .m-detailBox__inner {
    width: calc(50% - 20px);
  }
  .m-detailBox__inner:nth-child(2n) {
    margin-left: 40px;
  }
  .m-detailBox__block {
    min-height: 95px;
  }
}
@media screen and (max-width: 768px) {
  .m-detailBox {
    margin-top: 30px;
  }
  .m-detailBox__inner {
    margin-top: 60px;
    font-size: 0.8888888889rem;
  }
  .m-detailBox__ttl {
    font-size: 1.2222222222rem;
  }
}

@media print, screen and (min-width: 769px) {
  .-single .m-detailBox__inner {
    width: 680px;
    margin: 0 auto;
  }
}

/* patches/_glossary_list.scss
-------------------------------------------------- */
.m-glossary__list {
  display: flex;
  flex-wrap: wrap;
}
.m-glossary__list li {
  border-bottom: 1px solid #cccccc;
}
.m-glossary__list li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media print, screen and (min-width: 769px) {
  .m-glossary__list li {
    width: calc(33% - 18px);
    margin: 30px 30px 0 0;
  }
  .m-glossary__list li:hover {
    border-bottom: 1px solid #00ae41;
  }
  .m-glossary__list li:hover a {
    color: #00ae41;
  }
  .m-glossary__list li a {
    padding: 10px 0 10px;
    line-height: 1.4285714286em;
  }
  .m-glossary__list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .m-glossary__list {
    justify-content: space-between;
  }
  .m-glossary__list li {
    width: calc(50% - 10px);
    font-size: 0.7777777778rem;
    line-height: 1.4285714286em;
    margin-top: 20px;
  }
  .m-glossary__list li a {
    display: block;
    padding: 10px 0;
  }
}

@media print, screen and (min-width: 769px) {
  .m-glossary__list02 li,
.m-glossary__list03 li {
    width: calc(33% - 25px);
    margin: 10px 42px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .m-glossary__list02 li,
.m-glossary__list03 li {
    width: calc(50% - 20px);
    margin-top: 10px;
  }
}
.m-glossary__list02 li {
  border-bottom: none;
}
.m-glossary__list02 li:hover {
  border-bottom: none;
}
.m-glossary__list02 li:hover a {
  color: inherit;
}
.m-glossary__list02 li a {
  height: auto;
  display: inline-block;
}
.m-glossary__list02 li a:hover {
  color: #00ae41;
}

.m-glossary__list03 li {
  border-bottom: none;
}
.m-glossary__list03 li:hover {
  border-bottom: none;
}
.m-glossary__list03 li:hover a {
  color: inherit;
}
.m-glossary__list03 li a {
  display: inline-block;
  text-decoration: underline;
  height: auto;
}
.m-glossary__list03 li a:hover {
  color: #00ae41;
}

/* module/_news_list.scss
-------------------------------------------------- */
.m-news__list {
  display: flex;
  flex-wrap: wrap;
}
.m-news__list li {
  position: relative;
}
.m-news__list li.is-active {
  color: #00ae41;
}
.m-news__list li.is-active::after {
  position: absolute;
  content: "";
  background-color: #00ae41;
  width: 80%;
  height: 2px;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .m-news__list li {
    min-width: 8%;
    margin-bottom: 30px;
  }
  .m-news__list li:hover {
    color: #00ae41;
  }
  .m-news__list li:hover::after {
    position: absolute;
    content: "";
    background-color: #00ae41;
    width: 80%;
    height: 2px;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .m-news__list li a {
    display: block;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .m-news__list li {
    min-width: 8%;
  }
  .m-news__list li.is-active::after {
    bottom: 5px;
  }
  .m-news__list li a {
    display: block;
    padding: 10px;
  }
}

/* module/_news_date.scss
-------------------------------------------------- */
.m-news__date {
  display: flex;
  justify-content: center;
}
.m-news__date-time {
  display: inline-block;
  margin-right: 20px;
}
.m-news__date-tag {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 0.8333333333rem;
  background-color: #999999;
  color: #fff;
}
.m-news__date-tag a {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .m-news__date {
    margin-top: 40px;
  }
  .m-news__date-time {
    margin-right: 20px;
  }
  .m-news__date-tag {
    min-width: 150px;
    font-size: 0.8333333333rem;
    line-height: 0.88rem;
    padding: 8px 5px;
    margin-top: -6px;
  }
  .m-news__date-tag:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .m-news__date {
    margin-top: 40px;
  }
  .m-news__date-time {
    margin-right: 10px;
    font-size: 0.6666666667rem;
  }
  .m-news__date-tag {
    min-width: 120px;
    font-size: 0.6666666667rem;
    line-height: 0.88rem;
    padding: 5px 1px;
    margin-top: -6px;
  }
}

/* module/_news_post.scss
-------------------------------------------------- */
.m-news__post-ul, .m-news__post-ul-type0, .m-news__post-ul-type1, .m-news__post-ul-type2, .m-news__post-ul-type3, .m-news__post-ul-type4, .m-news__post-ul-type5, .m-news__post-ol, .m-news__post-ol-type0, .m-news__post-ol-type1, .m-news__post-ol-type2, .m-news__post-ol-type3, .m-news__post-ol-type4, .m-news__post-ol-type5 {
  list-style-type: disc;
  line-height: 2em;
  padding-left: 1em;
}
.m-news__post-ol, .m-news__post-ol-type0, .m-news__post-ol-type1, .m-news__post-ol-type2, .m-news__post-ol-type3, .m-news__post-ol-type4, .m-news__post-ol-type5 {
  list-style-type: decimal;
}
@media print, screen and (min-width: 769px) {
  .m-news__post-ul-type0, .m-news__post-ol-type0 {
    margin-top: 0;
  }
  .m-news__post-ul-type1, .m-news__post-ol-type1 {
    margin-top: 20px;
  }
  .m-news__post-ul-type2, .m-news__post-ol-type2 {
    margin-top: 40px;
  }
  .m-news__post-ul-type3, .m-news__post-ol-type3 {
    margin-top: 60px;
  }
  .m-news__post-ul-type4, .m-news__post-ol-type4 {
    margin-top: 80px;
  }
  .m-news__post-ul-type5, .m-news__post-ol-type5 {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .m-news__post-ul, .m-news__post-ul-type0, .m-news__post-ul-type1, .m-news__post-ul-type2, .m-news__post-ul-type3, .m-news__post-ul-type4, .m-news__post-ul-type5, .m-news__post-ol, .m-news__post-ol-type0, .m-news__post-ol-type1, .m-news__post-ol-type2, .m-news__post-ol-type3, .m-news__post-ol-type4, .m-news__post-ol-type5 {
    margin-top: 20px;
    font-size: 0.8888888889rem;
    line-height: 1.625em;
  }
}

/* patches/_index.scss
-------------------------------------------------- */
@media print, screen and (min-width: 769px) {
  .index .m-columnImg {
    margin-top: 80px;
  }
}

/* patches/_hydrogen.scss
-------------------------------------------------- */
@media print, screen and (min-width: 769px) {
  .hydrogen .-single .m-detailBox__inner {
    width: 512px;
    margin: 0 auto;
  }
}
/* patches/_production.scss
-------------------------------------------------- */
.production .m-concept__sec02 {
  padding: 50px 0 80px;
}

/* patches/_glossary.scss
-------------------------------------------------- */
.glossary .m-heading-type3 {
  text-align: left;
}
.glossary .m-news__list li {
  min-width: auto;
}
@media print, screen and (min-width: 769px) {
  .glossary .m-news__list {
    justify-content: center;
  }
}
/* status/_print.scss
-------------------------------------------------- */
@page {
  margin-top: 0.4cm;
  margin: 0.5cm;
}
@media print {
  body {
    zoom: 0.8;
  }
  body main {
    width: 1200px !important;
  }

  .g-header,
.g-breadcrumbs,
.g-footer {
    display: none;
  }
}
@media print and (-ms-high-contrast: none) {
  .m-mv__items {
    height: 50vh;
    width: 100%;
  }
}
/* patches/_news.scss
-------------------------------------------------- */
.news_post .g-ttl__head,
.news_category .g-ttl__head {
  text-align: left;
}
.news_post .m-heading, .news_post .m-heading-type0, .news_post .m-heading-type1, .news_post .m-heading-type2, .news_post .m-heading-type3, .news_post .m-heading-type4, .news_post .m-heading-type5,
.news_category .m-heading,
.news_category .m-heading-type0,
.news_category .m-heading-type1,
.news_category .m-heading-type2,
.news_category .m-heading-type3,
.news_category .m-heading-type4,
.news_category .m-heading-type5 {
  text-align: left;
}
.news_post .m-infoList__txt a::after,
.news_category .m-infoList__txt a::after {
  display: none;
}
.news_post .m-infoList__txt a[target=_blank]::after,
.news_category .m-infoList__txt a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.3em;
  height: 0.9em;
  background: url(../img/common/anchor_b.svg) no-repeat right center;
  background-size: auto 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news_post,
.news_category {
    padding-top: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .news_category .g-inner {
    max-width: 1060px;
  }
}
@media screen and (max-width: 768px) {
  .news_category .m-heading, .news_category .m-heading-type0, .news_category .m-heading-type1, .news_category .m-heading-type2, .news_category .m-heading-type3, .news_category .m-heading-type4, .news_category .m-heading-type5 {
    padding-top: 0;
    margin-top: 0;
  }
}
/*# sourceMappingURL=style.css.map */