@charset "UTF-8";
:root {
  --font-jp: aktiv-grotesk, Gothic MB101 Regular, sans-serif;
  --font-jp-b: aktiv-grotesk, Gothic MB101 DemiBold, sans-serif;
  --font-en: aktiv-grotesk, sans-serif;
  --font-en-sub: "Roboto", sans-serif;
  --font-mono: Arial, Baskerville, monospace;
  --font-awesome: "FontAwesome";
  --font-icon: "icon";
  --color-black: #222;
  --color-white: #fff;
  --color-gray: #999;
  --color-darkgray: #666;
  --color-lightgray: #f0f0f0;
  --color-blue: #64acd4;
  --color-blue-pale: rgba(100, 172, 212, 0.1);
  --width-max: 1180px;
  --padding-edge-sp: 24px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-size: 62.5%;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  html,
  body {
    height: 100vh;
  }
}
body {
  font-family: var(--font-jp);
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

header,
article,
footer {
  width: 100%;
  min-width: 1120px;
  min-width: 1200px;
}

.sugg {
  color: #ccc;
}

a {
  text-decoration: none;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

ul, ol {
  list-style: none;
}

pre {
  font-family: var(--font-jp);
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}

input[type=text], input[type=number], input[type=email], input[type=submit],
input textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

img {
  border: 0;
  max-width: 100%;
  line-height: 1em;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

.naka {
  text-align: center;
}

.hidari {
  float: left;
  margin: 0 15px 15px 0;
}

.migi {
  float: right;
  margin: 0 0 15px 15px;
}

.thumb a {
  display: block;
  width: 100%;
  height: 100%;
}

article,
aside,
footer,
header,
menu,
main,
nav,
section {
  display: block;
  margin: 0;
}

#container {
  width: 100%;
  height: auto !important;
  min-width: 1120px;
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
  transition: filter 0.3s ease;
  font-family: var(--font-jp);
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: var(--color-black);
  background: var(--color-white);
  z-index: 2;
}

#container.blur {
  position: relative;
  opacity: 0.25;
  -ms-filter: blur(8px) !important;
  -moz-filter: blur(8px) !important;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='8' /></filter></svg>#blur");
}

#container.blur:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.container {
  width: 1080px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #container,
  header,
  article,
  footer,
  .container {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--color-white);
  opacity: 1;
  transition: opacity 1s ease-in-out;
  z-index: 1000;
}

#loading.hide {
  opacity: 0;
}

#loading.break {
  display: none;
}

#loading .loading_bar {
  width: 0;
  height: 1px;
  background: var(--color-black);
  position: fixed;
  top: 50%;
  left: 0;
  transition: all 0.5s ease;
}

#loading.hide .loading_bar {
  top: 0;
  height: 100%;
}

@font-face {
  font-family: "icon";
  src: url("font/icon/icon.ttf?hrbvhe") format("truetype"), url("font/icon/icon.woff?hrbvhe") format("woff"), url("font/icon/icon.svg?hrbvhe#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change font/icon */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pagetop:before {
  content: "\e900";
}

.icon-zoom:before {
  content: "\e901";
}

.icon-list:before {
  content: "\e902";
}

.icon-arrow:before {
  content: "\e903";
}

.icon-blank:before {
  content: "\e904";
}

.icon-instagram:before {
  content: "\e905";
}

#video {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #video {
    margin-top: 70px;
    height: calc(100vh - 70px);
    height: calc(100svh - 70px);
  }
}
@media screen and (max-width: 768px) {
  #video {
    height: calc(100vh - 70px);
    height: calc(100svh - 70px);
  }
}
#video video {
  width: 177.777vh;
  width: 177.777svh;
  height: 100vh;
  height: 100svh;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 1s ease;
  transform: translate(-50%, -50%) scale(1);
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#video video.zoom {
  transform: translate(-50%, -50%) scale(1.2);
}
@media (min-aspect-ratio: 16/9) {
  #video video {
    width: 100vw;
    height: 56.25vw;
  }
}
@media screen and (max-width: 768px) {
  #video video {
    height: calc(100vh - 70px);
    height: calc(100svh - 70px);
    width: calc((100vh - 70px) * 1.7777);
    width: calc((100svh - 70px) * 1.7777);
  }
}
#video .read {
  width: 100%;
  padding: 80px 3.90625%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  color: var(--color-white);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #video .read {
    padding: 40px 3.90625%;
  }
}
@media screen and (max-width: 479px) {
  #video .read {
    padding: 60px 7.692%;
  }
}
#video .title p {
  letter-spacing: 0;
  font-size: 8rem;
  line-height: 1.1;
}
@media screen and (max-width: 479px) {
  #video .title p {
    font-size: min(12.3vw, 4.8rem);
    line-height: 1.1;
  }
}
#video .btn {
  margin-top: 26px;
}
#video .btn a {
  position: relative;
  display: inline-block;
  color: var(--color-white);
  font-size: 1.5rem;
  letter-spacing: 0.066em;
  line-height: 2;
  transition: color, background 0.3s ease;
  padding-left: 70px;
}
#video .btn a:hover {
  color: var(--color-blue);
}
#video .btn a:hover::before {
  background: var(--color-blue);
}
#video .btn a::before {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: var(--color-white);
}
@media screen and (max-width: 479px) {
  #video .btn {
    margin-top: 20px;
  }
  #video .btn a {
    padding-left: 100px;
  }
  #video .btn a::before {
    width: 80px;
  }
}

header {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  background: white;
  z-index: 4;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 35px;
}
header.is_open {
  background: rgba(255, 255, 255, 0);
}
header.is_open .sitetitle {
  opacity: 0;
}

header {
  transition: all 0.3s ease;
}
header.is_active {
  padding-bottom: 90px;
}
header.intro.is_active {
  padding-bottom: 100px;
}

header .sitetitle {
  width: 220px;
  height: 70px;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 1024px) {
  header {
    padding-left: 24px;
    padding-right: 30px;
  }
  header .sitetitle {
    width: 179px;
    height: 70px;
  }
}
header .sitetitle a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../img/header/logo.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain !important;
  transition: all 0.3s ease;
}

header nav {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  header nav {
    display: none;
  }
}
header nav ul {
  display: flex;
  align-items: center;
  flex-wrap: no-wrap;
  justify-content: space-between;
  text-align: center;
}

header nav ul li {
  letter-spacing: 0px;
  font-family: var(--font-jp);
  font-size: 1.2rem;
  line-height: 2rem;
}

header nav ul li > a,
header nav ul li > div {
  font-family: var(--font-en);
  font-size: 1.4rem;
  line-height: 3rem;
  font-weight: 500;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  transition: color 0.3s ease, opacity 0.3s ease;
  color: #051A6E;
}

@media (any-hover: hover) {
  header nav ul li > a:hover {
    opacity: 0.5;
  }
}
header nav p {
  font-size: 2.6rem;
  line-height: 4rem;
}

header nav p.instagram {
  font-size: 16px;
  line-height: 16px;
}

header nav p.instagram a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 20px;
  transition: color 0.3s ease, opacity 0.3s ease;
  color: var(--color-black);
}

header nav p.instagram a:hover {
  opacity: 0.5;
}

header #open {
  display: none;
}

@media screen and (max-width: 1024px) {
  header #open {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 2;
  }
  header #open > div {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.5s ease;
    background: var(--color-black);
  }
  header #open > div:nth-of-type(1) {
    transform: translate(-50%, -4px) rotate(0);
  }
  header #open > div:nth-of-type(2) {
    transform: translate(-50%, 4px) rotate(0);
  }
  header #open.close > div {
    background: var(--color-white);
  }
  header #open.close > div:nth-of-type(1) {
    transform: translate(-50%, 0) rotate(225deg);
  }
  header #open.close > div:nth-of-type(2) {
    transform: translate(-50%, 0) rotate(-225deg);
  }
}
header.intro {
  background: rgba(255, 255, 255, 0);
}

@media screen and (max-width: 1024px) {
  header.intro {
    padding: 0 30px;
    background: white;
    transition: background 0.3s ease;
  }
  header.intro .sitetitle {
    transition: opacity 0.3s ease;
  }
  header.intro.is_open {
    background: rgba(255, 255, 255, 0);
  }
  header.intro.is_open .sitetitle {
    opacity: 0;
  }
}
header.intro h1 a {
  background-image: url(../img/header/intro/logo.png);
}

@media screen and (max-width: 1024px) {
  header.intro h1 a {
    background-image: url(../img/header/logo.png);
  }
}
header.intro nav p a,
header.intro nav ul li > a,
header.intro nav ul li > div {
  color: var(--color-white);
}

header.intro nav p a:hover,
header.intro nav ul li > a:hover {
  opacity: 0.5;
}

header.intro #open > div {
  background: var(--color-white);
}

@media screen and (max-width: 1024px) {
  header.intro #open > div {
    background: var(--color-black);
  }
  header #open.close > div {
    background: var(--color-white);
  }
}
header.scroll {
  background: white;
}

header.scroll h1 a {
  background-image: url(../img/header/logo.png);
}

header.scroll nav p a,
header.scroll nav ul li > a,
header.scroll nav ul li > div {
  color: #051A6E;
}

header.scroll nav p a:hover,
header.scroll nav ul li > a:hover {
  opacity: 0.5;
}

header.scroll #open > div {
  background: #051A6E;
}

.nav__about {
  position: relative;
  display: block;
}
.nav__about-main {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.nav__about-main::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
  transform: rotate(135deg);
  margin-top: -6px;
  display: block;
  transition: all 0.3s ease;
}
.nav__about-main.is_active {
  opacity: 0.5;
}
.nav__about-main.is_active::after {
  margin-top: 3px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  .nav__about-main.is_active {
    color: var(--color-white);
  }
  .nav__about-main.is_active::after {
    border-color: var(--color-white);
  }
}
.nav__about-sub {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .nav__about-sub {
    position: relative;
    top: 0;
    left: 0;
  }
}
.nav__about-sub > ul {
  display: flex;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  gap: 15px 0;
}
@media screen and (max-width: 1024px) {
  .nav__about-sub > ul {
    padding-top: 20px;
  }
}
.nav__about-sub > ul li + li {
  margin-top: 0 !important;
}
.nav__about-sub > ul li a {
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: 500;
  letter-spacing: 1.2px;
  font-family: var(--font-ja);
  padding: 0;
}
.nav__about-sub.is_active {
  max-height: 70px;
}
@media screen and (max-width: 1024px) {
  .nav__about-sub.is_active {
    max-height: 90px;
  }
}

header .nav__about-main {
  color: #051A6E;
}
header .nav__about-main::after {
  border-color: #051A6E;
}
header .nav__about-main.is_active {
  opacity: 0.5;
}

header.intro .nav__about-main {
  color: var(--color-white);
}
header.intro .nav__about-main::after {
  border-color: var(--color-white);
}
header.intro .nav__about-main.is_active {
  opacity: 0.5;
}

header.scroll .nav__about-main {
  color: #051A6E;
}
header.scroll .nav__about-main::after {
  border-color: #051A6E;
}
header.scroll .nav__about-main.is_active {
  opacity: 0.5;
}

article#news, article#csrreport {
  padding-bottom: 350px;
}
@media screen and (max-width: 479px) {
  article#news, article#csrreport {
    padding-bottom: 500px;
  }
}
article#news #title, article#csrreport #title {
  padding: 84px 120px 87px;
}
@media screen and (max-width: 1024px) {
  article#news #title, article#csrreport #title {
    padding-top: 40px;
  }
}
@media screen and (max-width: 479px) {
  article#news #title, article#csrreport #title {
    padding: 59px var(--padding-edge-sp) 69px;
  }
}
article#news #title .pagetitle, article#csrreport #title .pagetitle {
  letter-spacing: 0.08em;
  font-family: var(--font-jp);
  font-size: 1.5rem;
  line-height: 1.66;
  font-weight: 400;
}
article#news #title .pagetitle span, article#csrreport #title .pagetitle span {
  display: block;
  margin-bottom: 6px;
  letter-spacing: 0;
  font-family: var(--font-en);
  font-size: 4.8rem;
  line-height: 1.25;
  font-weight: 400;
}
@media screen and (max-width: 479px) {
  article#news #title .pagetitle span, article#csrreport #title .pagetitle span {
    margin-bottom: 4px;
    font-size: 4rem;
  }
}
article#news .container, article#csrreport .container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 479px) {
  article#news .container, article#csrreport .container {
    padding: 0 var(--padding-edge-sp);
  }
}
article#news .container #main, article#csrreport .container #main {
  width: calc(100% - 320px);
}
@media screen and (max-width: 768px) {
  article#news .container #main, article#csrreport .container #main {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 479px) {
  article#news .container #main, article#csrreport .container #main {
    margin-bottom: 60px;
  }
}
article#news .container aside, article#csrreport .container aside {
  width: 250px;
}
@media screen and (max-width: 768px) {
  article#news .container aside, article#csrreport .container aside {
    width: 200px;
  }
}
@media screen and (max-width: 479px) {
  article#news .container #main,
  article#news .container aside, article#csrreport .container #main,
  article#csrreport .container aside {
    width: 100%;
  }
}
article#news .container .result, article#csrreport .container .result {
  padding-bottom: 18px;
  margin-bottom: 60px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 400;
  border-bottom: 1px solid var(--color-black);
}
@media screen and (max-width: 479px) {
  article#news .container .result, article#csrreport .container .result {
    font-size: 1.8rem;
    margin-bottom: 40px;
    padding-bottom: 11px;
  }
}
article#news .container .result + .meta, article#csrreport .container .result + .meta {
  margin: -50px 0 70px;
  text-align: right;
  font-size: 1.2rem;
  line-height: 2rem;
}
@media screen and (max-width: 479px) {
  article#news .container .result + .meta, article#csrreport .container .result + .meta {
    margin: -20px 0 40px;
  }
}
article#news .container .result + .meta a, article#csrreport .container .result + .meta a {
  color: var(--color-black);
  text-decoration: underline;
}
article#news .container .result + .meta a:hover, article#csrreport .container .result + .meta a:hover {
  text-decoration: none;
}
article#news .container ul.list, article#csrreport .container ul.list {
  margin-bottom: 70px;
}
@media screen and (max-width: 479px) {
  article#news .container ul.list, article#csrreport .container ul.list {
    margin-bottom: 58px;
  }
}
article#news .container ul.list li, article#csrreport .container ul.list li {
  margin-bottom: 47px;
}
@media screen and (max-width: 479px) {
  article#news .container ul.list li, article#csrreport .container ul.list li {
    margin-bottom: 50px;
  }
}
article#news .container ul.list li:last-of-type, article#csrreport .container ul.list li:last-of-type {
  margin-bottom: 0;
}
article#news .container ul.list li a, article#csrreport .container ul.list li a {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: space-between;
  color: var(--color-black);
}
article#news .container ul.list li a .thumb, article#csrreport .container ul.list li a .thumb {
  width: 300px;
  position: relative;
}
@media screen and (max-width: 768px) {
  article#news .container ul.list li a .thumb, article#csrreport .container ul.list li a .thumb {
    width: 200px;
  }
}
@media screen and (max-width: 479px) {
  article#news .container ul.list li a .thumb, article#csrreport .container ul.list li a .thumb {
    width: 100%;
    margin-bottom: 20px;
  }
}
article#news .container ul.list li a .thumb::before, article#csrreport .container ul.list li a .thumb::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.3s ease;
  background: rgba(100, 172, 212, 0);
  z-index: 2;
}
article#news .container ul.list li a .snipet, article#csrreport .container ul.list li a .snipet {
  width: calc(100% - 340px);
}
@media screen and (max-width: 768px) {
  article#news .container ul.list li a .snipet, article#csrreport .container ul.list li a .snipet {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 479px) {
  article#news .container ul.list li a .snipet, article#csrreport .container ul.list li a .snipet {
    width: 100%;
  }
}
article#news .container ul.list li a .snipet h3, article#csrreport .container ul.list li a .snipet h3 {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
  font-weight: 400;
  transition: color 0.3s ease;
}
@media screen and (max-width: 479px) {
  article#news .container ul.list li a .snipet h3, article#csrreport .container ul.list li a .snipet h3 {
    margin-bottom: 11px;
  }
}
article#news .container ul.list li a .snipet p.meta, article#csrreport .container ul.list li a .snipet p.meta {
  font-size: 1.2rem;
  line-height: 2rem;
  opacity: 0.5;
  letter-spacing: 0.01em;
}
article#news .container ul.list li a .snipet p.excerpt, article#csrreport .container ul.list li a .snipet p.excerpt {
  margin-top: 21px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 479px) {
  article#news .container ul.list li a .snipet p.excerpt, article#csrreport .container ul.list li a .snipet p.excerpt {
    margin-top: 10px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
}
article#news .container ul.list li a:hover .thumb::before, article#csrreport .container ul.list li a:hover .thumb::before {
  background: rgba(100, 172, 212, 0.6);
}
article#news .container ul.other, article#csrreport .container ul.other {
  padding: 20px 0;
  position: relative;
  text-align: center;
  font-family: var(--font-en);
  font-size: 1.8rem;
  line-height: 3rem;
}
article#news .container ul.other li, article#csrreport .container ul.other li {
  width: 33%;
}
article#news .container ul.other li.prev, article#news .container ul.other li.next, article#csrreport .container ul.other li.prev, article#csrreport .container ul.other li.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
article#news .container ul.other li.prev a::before, article#news .container ul.other li.next a::before, article#csrreport .container ul.other li.prev a::before, article#csrreport .container ul.other li.next a::before {
  display: block;
  font-family: var(--font-icon);
  content: "\e903";
  width: 18px;
  height: 30px;
  position: absolute;
  top: 50%;
  font-size: 18px;
  line-height: 30px;
}
article#news .container ul.other li.prev, article#csrreport .container ul.other li.prev {
  left: 0;
}
article#news .container ul.other li.prev a, article#csrreport .container ul.other li.prev a {
  padding-left: 30px;
}
article#news .container ul.other li.prev a::before, article#csrreport .container ul.other li.prev a::before {
  left: 0;
  transform: translateY(-50%);
}
article#news .container ul.other li.next, article#csrreport .container ul.other li.next {
  right: 0;
}
article#news .container ul.other li.next a, article#csrreport .container ul.other li.next a {
  padding-right: 30px;
}
article#news .container ul.other li.next a::before, article#csrreport .container ul.other li.next a::before {
  right: 0;
  transform: translate(0, -50%) rotate(180deg);
}
article#news .container ul.other li.back, article#csrreport .container ul.other li.back {
  margin: 0 auto;
}
article#news .container ul.other li a, article#csrreport .container ul.other li a {
  display: block;
  position: relative;
  color: var(--color-black);
}
article#news .container ul.other li a:hover, article#csrreport .container ul.other li a:hover {
  color: var(--color-blue);
}
article#news .container aside, article#csrreport .container aside {
  background: #f0f7fb;
  padding: 30px;
}
article#news .container aside .widget-title, article#csrreport .container aside .widget-title {
  margin-bottom: 10px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.87;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--color-black);
}
article#news .container aside .archive + .widget-title, article#csrreport .container aside .archive + .widget-title {
  margin-top: 30px;
}
article#news .container aside .archive ul li, article#csrreport .container aside .archive ul li {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
article#news .container aside .archive ul li a, article#csrreport .container aside .archive ul li a {
  display: block;
  position: relative;
  padding-left: 1em;
  color: var(--color-black);
  text-decoration: underline;
}
article#news .container aside .archive ul li a::before, article#csrreport .container aside .archive ul li a::before {
  display: block;
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 7px;
  background: var(--color-black);
  border-radius: 1px 1px;
}
article#news .container aside .archive ul li a:hover, article#csrreport .container aside .archive ul li a:hover {
  text-decoration: none;
}
article#news .container aside .archive ul li ul, article#csrreport .container aside .archive ul li ul {
  margin-top: 10px;
  padding-left: 1em;
}
article#news .entry, article#csrreport .entry {
  padding: 40px 0;
}
article#news .entry *:first-of-type, article#csrreport .entry *:first-of-type {
  margin-top: 0;
}
article#news .entry h2, article#news .entry h3, article#news .entry h4, article#news .entry h5, article#csrreport .entry h2, article#csrreport .entry h3, article#csrreport .entry h4, article#csrreport .entry h5 {
  position: relative;
}
article#news .entry h2, article#news .entry h3, article#news .entry h4, article#news .entry h5, article#news .entry p, article#news .entry li, article#csrreport .entry h2, article#csrreport .entry h3, article#csrreport .entry h4, article#csrreport .entry h5, article#csrreport .entry p, article#csrreport .entry li {
  letter-spacing: 0px;
}
article#news .entry h2, article#csrreport .entry h2 {
  font-family: var(--font-jp);
  font-size: 3rem;
  line-height: 3.6rem;
  margin: 60px 0;
  padding: 30px;
  color: var(--color-blue);
  background: var(--color-lightgray);
}
article#news .entry h2 a, article#csrreport .entry h2 a {
  color: var(--color-blue);
  text-decoration: underline;
}
article#news .entry h2 a:hover, article#csrreport .entry h2 a:hover {
  text-decoration: none;
}
article#news .entry h3, article#csrreport .entry h3 {
  font-family: var(--font-jp);
  font-size: 2.6rem;
  line-height: 3rem;
  margin: 80px 0 50px;
  padding: 1em 1em 1em 2em;
  color: var(--color-black);
  border-top: 1px dotted var(--color-black);
  border-bottom: 1px dotted var(--color-black);
}
article#news .entry h3::before, article#csrreport .entry h3::before {
  display: block;
  font-family: var(--font-awesome);
  content: "\f0f6";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 20px;
}
article#news .entry h4, article#csrreport .entry h4 {
  font-family: var(--font-jp);
  font-size: 2rem;
  line-height: 2.4rem;
  margin: 50px 0;
  padding-left: 25px;
}
article#news .entry h4::before, article#csrreport .entry h4::before {
  display: block;
  font-family: var(--font-awesome);
  width: 20px;
  height: 20px;
  content: "\f040";
  position: absolute;
  top: 0;
  left: 2px;
}
article#news .entry h4 a, article#csrreport .entry h4 a {
  color: var(--color-blue);
  text-decoration: underline;
}
article#news .entry h4 a:hover, article#csrreport .entry h4 a:hover {
  text-decoration: none;
}
article#news .entry h5, article#csrreport .entry h5 {
  font-family: var(--font-jp);
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 50px 0;
  padding-left: 20px;
}
article#news .entry h5::before, article#csrreport .entry h5::before {
  display: block;
  font-family: var(--font-awesome);
  content: "\f138";
  width: 1.6rem;
  height: 2rem;
  position: absolute;
  top: 0;
  left: 2px;
}
article#news .entry h5 a, article#csrreport .entry h5 a {
  color: var(--color-blue);
  text-decoration: underline;
}
article#news .entry h5 a:hover, article#csrreport .entry h5 a:hover {
  text-decoration: none;
}
article#news .entry p, article#csrreport .entry p {
  font-family: var(--font-jp);
  font-size: 1.6rem;
  line-height: 4rem;
  margin-bottom: 50px;
}
article#news .entry p + h2,
article#news .entry p + h3,
article#news .entry p + h4,
article#news .entry p + h5,
article#news .entry p + .video-container,
article#news .entry p + blockquote,
article#news .entry p + #toc_container,
article#news .entry p + ul,
article#news .entry p + ol, article#csrreport .entry p + h2,
article#csrreport .entry p + h3,
article#csrreport .entry p + h4,
article#csrreport .entry p + h5,
article#csrreport .entry p + .video-container,
article#csrreport .entry p + blockquote,
article#csrreport .entry p + #toc_container,
article#csrreport .entry p + ul,
article#csrreport .entry p + ol {
  clear: both;
}
article#news .entry p a, article#csrreport .entry p a {
  color: var(--color-blue);
  text-decoration: underline;
}
article#news .entry p a:hover, article#csrreport .entry p a:hover {
  text-decoration: none;
}
article#news .entry p a[href$=".pdf"], article#csrreport .entry p a[href$=".pdf"] {
  padding: 15px 20px 15px 40px;
  position: relative;
  text-decoration: none;
  background: var(--color-lightgray);
  border: 1px solid #dcdcdc;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 1px 1px 0 var(--color-white) inset, -1px -1px 0 var(--color-white) inset;
}
article#news .entry p a[href$=".pdf"]:hover, article#csrreport .entry p a[href$=".pdf"]:hover {
  text-decoration: none;
  color: var(--color-white);
  background: var(--color-blue);
  border: 1px solid var(--color-blue);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6), 0 0 1px white inset;
}
article#news .entry p a[href$=".pdf"]::after, article#csrreport .entry p a[href$=".pdf"]::after {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 15px;
  left: 15px;
  display: block;
  font-family: var(--font-awesome);
  font-size: 1em;
  content: "\f1c1";
  vertical-align: middle;
}
article#news .entry .important, article#csrreport .entry .important {
  font-size: 1.5em;
  color: var(--color-blue);
}
article#news .entry .complete, article#csrreport .entry .complete {
  padding: 15px 20px;
  font-family: var(--font-jp);
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: center;
  color: var(--color-white);
  background: var(--color-blue);
}
article#news .entry .complete p, article#csrreport .entry .complete p {
  margin: 0;
}
article#news .entry .submit input, article#csrreport .entry .submit input {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding-left: 0.5em;
  font-family: var(--font-jp);
  font-size: 1.4rem;
  line-height: 4rem;
  letter-spacing: 0.5em;
  border: none;
  cursor: pointer;
  color: var(--color-white);
  background: var(--color-blue);
  border: 2px solid var(--color-blue);
}
article#news .entry .submit input:hover, article#csrreport .entry .submit input:hover {
  color: var(--color-blue);
  background: var(--color-white);
}
article#news .entry a[target=_blank], article#csrreport .entry a[target=_blank] {
  display: inline-block;
  margin-right: 5px;
  padding-right: 1.2em;
  position: relative;
}
article#news .entry a[target=_blank]::after, article#csrreport .entry a[target=_blank]::after {
  display: block;
  font-family: var(--font-icon);
  content: "\e904";
  font-size: 0.8em;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: middle;
}
article#news .entry table, article#csrreport .entry table {
  width: 100%;
  margin: 0 0 28px;
  border-collapse: collapse;
}
@media screen and (max-width: 479px) {
  article#news .entry table tr, article#csrreport .entry table tr {
    display: block;
  }
}
article#news .entry table th,
article#news .entry table td, article#csrreport .entry table th,
article#csrreport .entry table td {
  border-collapse: collapse;
  padding: 15px 20px;
}
article#news .entry table th, article#csrreport .entry table th {
  color: var(--color-white);
  background: var(--color-black);
  border: 1px solid var(--color-darkgray);
}
article#news .entry table td, article#csrreport .entry table td {
  max-width: 55%;
  background: var(--color-white);
  border: 1px solid var(--color-lightgray);
}
article#news .entry table td input[type=text],
article#news .entry table td input[type=url],
article#news .entry table td input[type=email],
article#news .entry table td textarea, article#csrreport .entry table td input[type=text],
article#csrreport .entry table td input[type=url],
article#csrreport .entry table td input[type=email],
article#csrreport .entry table td textarea {
  width: 100%;
  padding: 5px;
  font-size: 14px;
  line-height: 20px;
  background: var(--color-lightgray);
  border: none;
}
article#news .entry table td .upload, article#csrreport .entry table td .upload {
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 5px 10px;
  font-family: var(--font-jp);
  font-size: 1.2rem;
  line-height: 2rem;
  color: var(--color-white);
  background: var(--color-blue);
  border: 1px solid var(--color-blue);
}
article#news .entry table td .upload input[type=file], article#csrreport .entry table td .upload input[type=file] {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 100px;
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  article#news .entry table th, article#news .entry table td, article#csrreport .entry table th, article#csrreport .entry table td {
    display: list-item;
    width: 100%;
    max-width: 100%;
    border: none;
    list-style: none;
  }
  article#news .entry table th, article#csrreport .entry table th {
    text-align: left;
  }
}
article#news .entry img, article#csrreport .entry img {
  max-width: 100%;
  height: auto;
}
article#news .entry img.alignleft, article#news .entry img.alignright, article#csrreport .entry img.alignleft, article#csrreport .entry img.alignright {
  max-width: 300px;
  height: auto;
}
@media screen and (max-width: 479px) {
  article#news .entry img.alignleft, article#news .entry img.alignright, article#csrreport .entry img.alignleft, article#csrreport .entry img.alignright {
    float: none;
    max-width: 100%;
  }
}
article#news .entry img.aligncenter, article#csrreport .entry img.aligncenter {
  max-width: 100%;
  height: auto;
}
article#news .entry > ul li,
article#news .entry > ol li, article#csrreport .entry > ul li,
article#csrreport .entry > ol li {
  font-family: var(--font-jp);
  font-size: 1.4rem;
  line-height: 2.4rem;
  position: relative;
  border-top: 1px dotted #dcdcdc;
}
article#news .entry > ul li:first-child,
article#news .entry > ol li:first-child, article#csrreport .entry > ul li:first-child,
article#csrreport .entry > ol li:first-child {
  border-top: none;
}
article#news .entry > ul li a,
article#news .entry > ol li a, article#csrreport .entry > ul li a,
article#csrreport .entry > ol li a {
  color: var(--color-blue);
}
article#news .entry > ul li a:hover,
article#news .entry > ol li a:hover, article#csrreport .entry > ul li a:hover,
article#csrreport .entry > ol li a:hover {
  color: var(--color-white);
  background: var(--color-blue);
}
article#news .entry > ul li, article#csrreport .entry > ul li {
  padding: 10px;
}
article#news .entry > ol,
article#news .entry > ul, article#csrreport .entry > ol,
article#csrreport .entry > ul {
  margin-bottom: 50px;
  padding: 5px 15px;
  background: var(--color-white);
}
article#news .entry > ol, article#csrreport .entry > ol {
  list-style: none;
  counter-reset: number;
}
article#news .entry > ol li, article#csrreport .entry > ol li {
  position: relative;
  padding: 1em 1em 1em 2.5em;
}
article#news .entry > ol li::before, article#csrreport .entry > ol li::before {
  counter-increment: number;
  content: counter(number);
  width: 24px;
  height: 24px;
  font-family: var(--font-jp);
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-style: italic;
  position: absolute;
  left: 0;
  text-align: center;
  color: #211f25;
  background: var(--color-lightgray);
  border-radius: 50%;
}
article#news .entry .video-container, article#csrreport .entry .video-container {
  position: relative;
  padding: 30px 0 56.25%;
  height: 0;
  overflow: hidden;
}
article#news .entry .video-container iframe, article#news .entry .video-container object, article#news .entry .video-container embed, article#csrreport .entry .video-container iframe, article#csrreport .entry .video-container object, article#csrreport .entry .video-container embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
article#news .entry blockquote, article#csrreport .entry blockquote {
  margin: 0 0 50px;
  padding: 10px 40px;
  position: relative;
  color: var(--color-darkgray);
  background: var(--color-white);
  word-break: break-all;
}
article#news .entry blockquote p, article#csrreport .entry blockquote p {
  font-style: italic;
}
article#news .entry blockquote::before, article#news .entry blockquote::after, article#csrreport .entry blockquote::before, article#csrreport .entry blockquote::after {
  display: block;
  font-family: var(--font-awesome);
  font-size: 10px;
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  color: #ccc;
}
article#news .entry blockquote::before, article#csrreport .entry blockquote::before {
  content: "\f10d";
  left: 10px;
  top: 5px;
}
article#news .entry blockquote::after, article#csrreport .entry blockquote::after {
  content: "\f10e";
  right: 15px;
  bottom: 20px;
}
article#news .entry blockquote p, article#csrreport .entry blockquote p {
  margin: 0;
  padding: 0.5em 0;
}
article#news .entry #toc_container, article#csrreport .entry #toc_container {
  padding: 30px;
  background: var(--color-white);
}
article#news .entry .toc_title, article#csrreport .entry .toc_title {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #ededed;
}
article#news .entry .toc_list a, article#csrreport .entry .toc_list a {
  color: var(--color-blue);
}
article#news .entry .toc_list ul, article#csrreport .entry .toc_list ul {
  padding: 10px;
}
article#news .entry .toc_list > li, article#csrreport .entry .toc_list > li {
  font-size: 14px;
  margin: 0 0 10px;
}
article#news .entry .toc_list > li li, article#csrreport .entry .toc_list > li li {
  font-size: 12px;
  padding: 5px 0;
}
article#news .entry .toc_list > li li li, article#csrreport .entry .toc_list > li li li {
  padding: 0;
}
article#news .entry span.wpcf7-list-item, article#csrreport .entry span.wpcf7-list-item {
  display: block;
}
article .nopost {
  padding-bottom: 80px;
}

article #searchform div {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}

article #searchform input[type=text] {
  width: -o-calc(100% - 50px);
  width: calc(100% - 50px);
  line-height: 2rem;
  padding: 5px 10px;
  border: none;
  background: var(--color-lightgray);
}

article #searchform input[type=submit] {
  width: 50px;
  padding: 5px;
  cursor: pointer;
  letter-spacing: 0px;
  font-size: 1.2rem;
  line-height: 2rem;
  color: var(--color-white);
  background: var(--color-blue);
  border: 0;
  outline: none;
}

article #searchform label {
  display: none;
}

article #banner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 68px;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  article #banner {
    margin-top: 80px;
    padding: 0 40px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 479px) {
  article #banner {
    margin-top: 32px;
  }
}
article #banner li {
  margin: 0 15px 30px;
  max-width: calc(33% - 30px);
}
article #banner li a {
  display: block;
  transition: opacity 0.3s ease;
  opacity: 1;
}
article #banner li a:hover {
  opacity: 0.6;
}
article #banner li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  article #banner li {
    max-width: calc(50% - 30px);
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 479px) {
  article #banner li {
    max-width: 100%;
  }
}

#intro {
  text-align: left;
  padding-bottom: 320px;
}
@media screen and (max-width: 479px) {
  #intro {
    padding-bottom: 470px;
  }
}
#intro section.news .title, #intro section.about .title, #intro section.brand .title, #intro section.production .title, #intro section.csr .title {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
}
#intro section.news .title h2, #intro section.about .title h2, #intro section.brand .title h2, #intro section.production .title h2, #intro section.csr .title h2 {
  letter-spacing: 0.07em;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}
#intro section.news .title h2 span, #intro section.about .title h2 span, #intro section.brand .title h2 span, #intro section.production .title h2 span, #intro section.csr .title h2 span {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-en);
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 479px) {
  #intro section.news .title h2 span, #intro section.about .title h2 span, #intro section.brand .title h2 span, #intro section.production .title h2 span, #intro section.csr .title h2 span {
    margin-bottom: 12px;
    font-size: 3rem;
  }
}
#intro section.news .title p.more, #intro section.about .title p.more, #intro section.brand .title p.more, #intro section.production .title p.more, #intro section.csr .title p.more {
  letter-spacing: 0;
  font-family: var(--font-en);
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 479px) {
  #intro section.news .title p.more, #intro section.about .title p.more, #intro section.brand .title p.more, #intro section.production .title p.more, #intro section.csr .title p.more {
    line-height: 1.5;
  }
}
#intro section.news .title p.more a, #intro section.about .title p.more a, #intro section.brand .title p.more a, #intro section.production .title p.more a, #intro section.csr .title p.more a {
  position: relative;
  color: var(--color-black);
  transition: color, background 0.3s ease;
}
#intro section.news .title p.more a:hover, #intro section.about .title p.more a:hover, #intro section.brand .title p.more a:hover, #intro section.production .title p.more a:hover, #intro section.csr .title p.more a:hover {
  color: var(--color-blue);
}
#intro section.news .title p.more a::before, #intro section.about .title p.more a::before, #intro section.brand .title p.more a::before, #intro section.production .title p.more a::before, #intro section.csr .title p.more a::before {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translate(-100%, 0);
  background: var(--color-black);
}
#intro section.news .title p.more a:hover::before, #intro section.about .title p.more a:hover::before, #intro section.brand .title p.more a:hover::before, #intro section.production .title p.more a:hover::before, #intro section.csr .title p.more a:hover::before {
  background: var(--color-blue);
}
@media screen and (max-width: 479px) {
  #intro section.news .title p.more a::before, #intro section.about .title p.more a::before, #intro section.brand .title p.more a::before, #intro section.production .title p.more a::before, #intro section.csr .title p.more a::before {
    left: -10px;
  }
}
#intro section.news {
  padding-top: 160px;
  width: 100%;
  max-width: var(--width-max);
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #intro section.news {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 479px) {
  #intro section.news {
    padding-top: 84px;
    padding-left: var(--padding-edge-sp);
    padding-right: var(--padding-edge-sp);
  }
}
#intro section.news .title {
  margin-bottom: 38px;
}
@media screen and (max-width: 479px) {
  #intro section.news .title {
    margin-bottom: 37px;
  }
}
#intro section.news ul {
  margin-bottom: -62px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #intro section.news ul {
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 479px) {
  #intro section.news ul {
    margin-bottom: -40px;
  }
}
#intro section.news ul li {
  width: calc((100% - 79px) / 3);
  margin-bottom: 62px;
}
@media screen and (max-width: 1024px) {
  #intro section.news ul li {
    width: calc((100% - 39.5px) / 2);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 479px) {
  #intro section.news ul li {
    width: 100%;
    margin-bottom: 40px;
  }
}
#intro section.news ul li.empty {
  height: 0;
  margin-bottom: 0;
}
#intro section.news ul li a {
  display: block;
  color: var(--color-black);
  transition: color 0.3s ease;
}
#intro section.news ul li a .thumb {
  margin-bottom: 20px;
  position: relative;
  aspect-ratio: 367/260;
}
#intro section.news ul li a .thumb:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.3s ease;
  background: rgba(100, 172, 212, 0);
  z-index: 2;
}
@media screen and (max-width: 479px) {
  #intro section.news ul li a .thumb {
    aspect-ratio: 327/260;
  }
}
#intro section.news ul li a h3 {
  margin-bottom: 23px;
  letter-spacing: 0.02em;
  font-size: 1.56rem;
  line-height: 1.55;
  font-weight: 400;
}
@media screen and (max-width: 479px) {
  #intro section.news ul li a h3 {
    margin-bottom: 12px;
  }
}
#intro section.news ul li a p {
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0.012em;
  opacity: 0.5;
}
#intro section.news ul li a:hover {
  color: var(--color-blue);
}
#intro section.news ul li a:hover .thumb:before {
  background: rgba(100, 172, 212, 0.6);
}
#intro section.about {
  position: relative;
  padding-top: 153px;
}
@media screen and (max-width: 479px) {
  #intro section.about {
    padding-top: 125px;
  }
}
#intro section.about .title {
  width: 100%;
  max-width: var(--width-max);
  margin: 0 auto 36px;
}
@media screen and (max-width: 1024px) {
  #intro section.about .title {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 479px) {
  #intro section.about .title {
    margin-bottom: 38px;
    padding-left: var(--padding-edge-sp);
    padding-right: var(--padding-edge-sp);
  }
}
#intro section.brand {
  width: 100%;
  max-width: var(--width-max);
  margin: 0 auto;
  padding-top: 123px;
}
@media screen and (max-width: 1024px) {
  #intro section.brand {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 479px) {
  #intro section.brand {
    padding-left: var(--padding-edge-sp);
    padding-right: var(--padding-edge-sp);
    padding-top: 84px;
  }
}
#intro section.brand ul {
  margin-top: 67px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #intro section.brand ul {
    margin-bottom: -32px;
  }
}
@media screen and (max-width: 768px) {
  #intro section.brand ul {
    margin-bottom: -32px;
  }
}
@media screen and (max-width: 479px) {
  #intro section.brand ul {
    margin-top: 57px;
    width: 100%;
    margin-bottom: -27px;
  }
}
#intro section.brand ul li {
  width: calc((100% - 160px) / 6);
  aspect-ratio: 1/1;
  margin-bottom: 32px;
  transition: background 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #intro section.brand ul li {
    width: calc((100% - 96px) / 4);
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  #intro section.brand ul li {
    width: calc((100% - 64px) / 3);
  }
}
@media screen and (max-width: 479px) {
  #intro section.brand ul li {
    margin-bottom: 27px;
    width: calc((100% - 47px) / 2);
  }
}
#intro section.brand ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: opacity 0.3s ease;
}
#intro section.brand ul li:hover {
  background: rgba(100, 172, 212, 0.7);
}
#intro section.brand ul li:hover a {
  opacity: 0.3;
}
#intro section.brand ul li.empty {
  height: 0;
  margin-bottom: 0;
}
#intro section.brand ul li.empty:hover {
  background: none;
}
#intro section.production {
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  #intro section.production {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 479px) {
  #intro section.production {
    padding-top: 84px;
    padding-left: 0;
    padding-right: 0;
  }
}
#intro section.production .title {
  width: 100%;
  max-width: var(--width-max);
  margin: 0 auto 59px;
}
@media screen and (max-width: 1024px) {
  #intro section.production .title {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 479px) {
  #intro section.production .title {
    margin-bottom: 40px;
    padding-left: var(--padding-edge-sp);
    padding-right: var(--padding-edge-sp);
  }
}
#intro section.production ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
#intro section.production ul li {
  width: calc(50% - 40px);
}
@media screen and (max-width: 768px) {
  #intro section.production ul li {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 479px) {
  #intro section.production ul li {
    margin-bottom: 0;
  }
}
#intro section.production ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 0 50px 60px;
}
@media screen and (max-width: 479px) {
  #intro section.production ul li a {
    padding: 0;
  }
}
#intro section.production ul li a .title {
  padding: 40px 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  min-width: 87.4%;
  margin: auto;
  transition: background 0.3s ease;
  color: var(--color-white);
  background: var(--color-black);
}
@media screen and (max-width: 1024px) {
  #intro section.production ul li a .title {
    padding: 40px;
  }
}
@media screen and (max-width: 479px) {
  #intro section.production ul li a .title {
    max-width: 100%;
    background: transparent;
    padding: 40px var(--padding-edge-sp);
  }
}
#intro section.production ul li a .title h2 {
  letter-spacing: 0.07em;
  font-size: 1.4rem;
  line-height: 2.14;
}
#intro section.production ul li a .title h2 span {
  display: block;
  font-family: var(--font-en);
  font-size: 2.5rem;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0;
}
#intro section.production ul li a:hover .title {
  background: var(--color-blue);
}
#intro section.csr {
  padding-top: 132px;
}
@media screen and (max-width: 479px) {
  #intro section.csr {
    padding-top: 84px;
  }
}
#intro section.csr .title {
  width: 100%;
  max-width: var(--width-max);
  margin: 0 auto 78px;
}
@media screen and (max-width: 1024px) {
  #intro section.csr .title {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 479px) {
  #intro section.csr .title {
    margin-bottom: 51px;
    padding-left: var(--padding-edge-sp);
    padding-right: var(--padding-edge-sp);
  }
}
#intro section.csr .kojima {
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 479px) {
  #intro section.csr .kojima {
    margin-bottom: 0;
  }
}
#intro section.csr .kojima .bg {
  width: 100%;
  height: 420px;
}
@media screen and (max-width: 479px) {
  #intro section.csr .kojima .bg {
    height: 200px;
  }
}
#intro section.csr .kojima .copy {
  width: 100%;
  max-width: 680px;
  padding: 32px 0 11px 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--color-white);
}
@media screen and (max-width: 479px) {
  #intro section.csr .kojima .copy {
    padding: 30px var(--padding-edge-sp) 28px;
    position: relative;
    right: auto;
    bottom: auto;
  }
}
#intro section.csr .kojima .copy p {
  letter-spacing: 0.08em;
  font-family: var(--font-jp);
  font-size: 1.5rem;
  line-height: 1.9;
  font-weight: 700;
  overflow-wrap: break-word;
}
#intro section.csr .kojima .copy p br {
  content: "";
}
@media screen and (max-width: 479px) {
  #intro section.csr .kojima .copy p br::after {
    margin-right: -0.333em;
    content: "";
  }
}
#intro section.csr ul {
  margin-bottom: 10px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #intro section.csr ul {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 479px) {
  #intro section.csr ul {
    padding-left: var(--padding-edge-sp);
    padding-right: var(--padding-edge-sp);
  }
}
#intro section.csr ul li {
  width: calc((100% - 176px) / 3);
  margin-bottom: 62px;
}
@media screen and (max-width: 1024px) {
  #intro section.csr ul li {
    width: calc((100% - 88px) / 2);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 479px) {
  #intro section.csr ul li {
    width: 100%;
    margin-bottom: 36px;
  }
}
#intro section.csr ul li.empty {
  height: 0;
  margin-bottom: 0;
}
#intro section.csr ul li a {
  display: block;
  color: var(--color-black);
  transition: color 0.3s ease;
}
#intro section.csr ul li a .thumb {
  margin-bottom: 20px;
  position: relative;
  aspect-ratio: 301/201;
}
#intro section.csr ul li a .thumb:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.3s ease;
  background: rgba(100, 172, 212, 0);
  z-index: 2;
}
#intro section.csr ul li a h3 {
  margin-bottom: 10px;
  letter-spacing: 0.03em;
  font-size: 1.56rem;
  line-height: 1.55;
  font-weight: 400;
}
#intro section.csr ul li a p {
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0.012em;
  opacity: 0.5;
}
#intro section.csr ul li a:hover {
  color: var(--color-blue);
}
#intro section.csr ul li a:hover .thumb:before {
  background: rgba(100, 172, 212, 0.6);
}
#intro section.csr .report {
  width: 100%;
  max-width: 300px;
  margin: 10px auto 0;
  text-align: center;
  letter-spacing: 0px;
  font-family: var(--font-en);
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 400;
}
#intro section.csr .report a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: color, background 0.3s ease;
  color: var(--color-black);
  border: 1px solid var(--color-black);
}
#intro section.csr .report a:hover {
  color: var(--color-white);
  background: var(--color-blue);
  border: 1px solid var(--color-blue);
}
@media screen and (max-width: 479px) {
  #intro section.csr .report {
    margin-top: 20px;
    max-width: 100%;
    padding: 0 var(--padding-edge-sp);
  }
}

#about #title {
  padding: 160px 120px;
  position: relative;
  color: var(--color-white);
}

@media screen and (max-width: 768px) {
  #about #title {
    padding: 80px 40px;
  }
}
#about #title h1 {
  letter-spacing: 0.4em;
  font-size: 1.5rem;
  line-height: 3rem;
}

#about #title h1 span {
  display: block;
  margin-bottom: 20px;
  font-family: var(--font-en);
  font-size: 5rem;
  line-height: 6rem;
  font-weight: 400;
}

#about #title ul {
  width: 100%;
  max-width: 840px;
  margin: 50px auto -40px;
  text-align: left;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}

#about #title ul li {
  margin-bottom: 40px;
  width: -o-calc(50% - 20px);
  width: calc(50% - 20px);
}

@media screen and (max-width: 479px) {
  #about #title ul li {
    width: 100%;
  }
}
#about #title ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  letter-spacing: 0.4em;
  font-family: var(--font-jp);
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 700;
  transition: color, background 0.3s ease;
  color: var(--color-white);
  border: 1px solid var(--color-white);
}

#about #title ul li a span {
  display: block;
  font-family: var(--font-en);
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: 400;
}

@media screen and (max-width: 479px) {
  #about #title ul li a span {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#about #title ul li a:hover {
  color: var(--color-black);
  background: var(--color-white);
}

#about #title ul li.current a {
  color: var(--color-black);
  background: var(--color-white);
}

#about #title .bg {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#about #title .bg:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.3);
}

#about section {
  text-align: left;
  padding: 0 120px 160px;
}
#about section.about__menu {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 479px) {
  #about section {
    padding: 0 40px 80px;
  }
}
#about section:first-of-type {
  padding-top: 160px;
}

@media screen and (max-width: 479px) {
  #about section:first-of-type {
    padding-top: 80px;
  }
}
#about section:last-of-type {
  padding-bottom: 0;
}

#about section p {
  margin-bottom: 30px;
}

#about section p:last-of-type {
  margin-bottom: 0;
}

#about section .jp,
#about section .en {
  letter-spacing: 0em;
  overflow: hidden;
}

#about section .jp {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

#about section .en {
  margin-top: 50px;
  color: var(--color-gray);
  font-family: var(--font-en-sub);
  font-size: 1.4rem;
  line-height: 2.4rem;
}

#about section .en .alignright {
  text-align: right;
}

#about section.philosophy .title h2, #about section.motto .title h2, #about section.message .title h2, #about section.profile .title h2, #about section.works .title h2, #about section.company .title h2, #about section.history .title h2, #about section.entry .title h2 {
  letter-spacing: 0.4em;
  font-size: 1.5rem;
  line-height: 2.5rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
  #about section.philosophy .title h2, #about section.motto .title h2, #about section.message .title h2, #about section.profile .title h2, #about section.works .title h2, #about section.company .title h2, #about section.history .title h2, #about section.entry .title h2 {
    text-align: center;
  }
}

#about section.philosophy .title h2 span, #about section.motto .title h2 span, #about section.message .title h2 span, #about section.profile .title h2 span, #about section.works .title h2 span, #about section.company .title h2 span, #about section.history .title h2 span, #about section.entry .title h2 span {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-en);
  font-size: 4.8rem;
  line-height: 110%;
  font-weight: 400;
  letter-spacing: 0px;
}
@media screen and (max-width: 1024px) {
  #about section.philosophy .title h2 span, #about section.motto .title h2 span, #about section.message .title h2 span, #about section.profile .title h2 span, #about section.works .title h2 span, #about section.company .title h2 span, #about section.history .title h2 span, #about section.entry .title h2 span {
    font-size: 4rem;
  }
}

#about section.philosophy, #about section.message, #about section.company, #about section.history, #about section.entry {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}

#about section.philosophy .title, #about section.message .title, #about section.company .title, #about section.history .title, #about section.entry .title {
  width: 330px;
}

@media screen and (max-width: 768px) {
  #about section.philosophy .title, #about section.message .title, #about section.company .title, #about section.history .title, #about section.entry .title {
    width: 100%;
    margin-bottom: 40px;
  }
}
#about section.philosophy .snipet, #about section.message .snipet, #about section.company .snipet, #about section.history .snipet, #about section.entry .snipet {
  width: -o-calc(100% - 400px);
  width: calc(100% - 400px);
}

@media screen and (max-width: 768px) {
  #about section.philosophy .snipet, #about section.message .snipet, #about section.company .snipet, #about section.history .snipet, #about section.entry .snipet {
    width: 100%;
  }
}
#about section.motto {
  text-align: center;
}

#about section.motto .title {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  #about section.motto .title {
    margin-bottom: 40px;
  }
}
#about section.motto .snipet {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  position: relative;
}

#about section.motto .snipet li {
  width: 52.9%;
}

#about section.motto .snipet li:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#about section.motto .snipet li:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  left: 0;
}

#about section.motto .snipet li:nth-of-type(3) {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 479px) {
  #about section.motto .snipet li {
    width: 100%;
    margin: 20px 0;
  }
  #about section.motto .snipet li:nth-of-type(1) {
    position: relative;
    top: auto;
    left: auto;
    transform: translateX(0);
  }
  #about section.motto .snipet li:nth-of-type(2) {
    position: relative;
    bottom: auto;
    left: auto;
  }
  #about section.motto .snipet li:nth-of-type(3) {
    position: relative;
    right: auto;
    bottom: auto;
  }
}
#about section.message .sign {
  max-width: 150px;
}

#about section.message strong {
  font-size: 2.4rem;
  line-height: 3.2rem;
}

#about section.profile {
  padding: 0 0 160px;
}

@media screen and (max-width: 479px) {
  #about section.profile {
    padding: 0 0 80px;
  }
}
#about section.profile .title {
  margin-bottom: 80px;
  position: relative;
  padding-right: 120px;
}

@media screen and (max-width: 479px) {
  #about section.profile .title {
    padding: 0;
  }
}
#about section.profile .title h2 {
  color: var(--color-white);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 120px 50px;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  #about section.profile .title h2 {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 0 40px 40px;
    color: var(--color-black);
  }
}
#about section.profile .title .face {
  width: 100%;
  position: relative;
  max-width: 1160px;
}

#about section.profile .title .face img {
  display: block;
  position: relative;
  z-index: 1;
}

#about section.profile .title .face:before, #about section.profile .title .face:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#about section.profile .title .face:before {
  background: rgba(34, 34, 34, 0.15);
  z-index: 2;
}

#about section.profile .title .face:after {
  transform: translate(50px, 50px);
  background: url(../img/article/intro/about/bg.png) repeat 0 0;
  background-size: 8px 8px;
  z-index: 0;
}

#about section.profile .tabsec {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  #about section.profile .tabsec {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 479px) {
  #about section.profile .tabsec {
    display: block;
  }
}
#about section.profile .tabsec ul.tabs {
  width: 260px;
  margin: -20px 0;
}

@media screen and (max-width: 768px) {
  #about section.profile .tabsec ul.tabs {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 479px) {
  #about section.profile .tabsec ul.tabs {
    display: block;
  }
}
#about section.profile .tabsec ul.tabs li {
  list-style: none;
  margin: 20px 0;
  padding: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0px;
  font-family: var(--font-en);
  font-size: 2rem;
  line-height: 3rem;
  font-style: italic;
  color: var(--color-black);
  background: var(--color-white);
  border: 1px solid var(--color-black);
}

@media screen and (max-width: 768px) {
  #about section.profile .tabsec ul.tabs li {
    width: -o-calc(33% - 20px);
    width: calc(33% - 20px);
  }
}
@media screen and (max-width: 479px) {
  #about section.profile .tabsec ul.tabs li {
    width: 100%;
  }
}
#about section.profile .tabsec ul.tabs li.selected {
  position: relative;
  color: var(--color-white);
  background: var(--color-blue);
  border: 1px solid var(--color-blue);
}

#about section.profile .tabsec ul.tabs li.selected:before, #about section.profile .tabsec ul.tabs li.selected:after {
  display: block;
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 50%;
}

@media screen and (max-width: 768px) {
  #about section.profile .tabsec ul.tabs li.selected:before, #about section.profile .tabsec ul.tabs li.selected:after {
    width: 1px;
    height: 15px;
    right: 50%;
    bottom: 0;
  }
}
#about section.profile .tabsec ul.tabs li.selected:before {
  background: var(--color-white);
}

#about section.profile .tabsec ul.tabs li.selected:after {
  transform: translate(100%, 0);
  background: var(--color-blue);
}

@media screen and (max-width: 768px) {
  #about section.profile .tabsec ul.tabs li.selected:after {
    transform: translate(50%, 100%);
  }
}
#about section.profile .tabsec .box {
  width: -o-calc(100% - 330px);
  width: calc(100% - 330px);
}

@media screen and (max-width: 768px) {
  #about section.profile .tabsec .box {
    width: 100%;
  }
}
#about section.profile .tabsec .box .tab {
  display: none;
}

#about section.profile .tabsec .box .tab.selected {
  display: block;
}

#about section.profile .tabsec .box .tab dl {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}

#about section.profile .tabsec .box .tab dl dt, #about section.profile .tabsec .box .tab dl dd {
  padding: 20px 0;
  letter-spacing: 0px;
}

#about section.profile .tabsec .box .tab dl dt {
  width: 90px;
  font-family: var(--font-en);
  font-size: 2rem;
  line-height: 3rem;
  font-style: italic;
}

#about section.profile .tabsec .box .tab dl dd {
  width: -o-calc(100% - 90px);
  width: calc(100% - 90px);
  font-size: 1.4rem;
  line-height: 3rem;
}

#about section.profile .en {
  width: 100%;
  max-width: 1080px;
  margin: 70px auto 0;
}

@media screen and (max-width: 1024px) {
  #about section.profile .en {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #about section.works {
    padding: 0 40px;
  }
}
#about section.works .title {
  margin-bottom: 70px;
  text-align: center;
}

#about section.works ul {
  margin-bottom: -60px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}

#about section.works ul li {
  width: -o-calc(33% - 45px);
  width: calc(33% - 45px);
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #about section.works ul li {
    width: -o-calc(33% - 25px);
    width: calc(33% - 25px);
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 479px) {
  #about section.works ul li {
    width: 100%;
  }
}
#about section.works ul li.empty {
  height: 0;
  margin-bottom: 0;
}

#about section.works ul li .thumb {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #about section.works ul li .thumb {
    margin-bottom: 20px;
  }
}
#about section.works ul li .thumb a {
  display: block;
  position: relative;
}

#about section.works ul li .thumb a:before {
  display: block;
  font-family: var(--font-icon);
  content: "\e901";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 17px;
  line-height: 30px;
  color: var(--color-white);
  background: var(--color-blue);
}

#about section.works ul li h3, #about section.works ul li p {
  letter-spacing: 0px;
}

#about section.works ul li h3 {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 400;
}

#about section.works ul li p {
  font-size: 1.2rem;
  line-height: 2rem;
}

#about section.company dl, #about section.history dl {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}

#about section.company dt, #about section.company dd, #about section.history dt, #about section.history dd {
  padding: 15px 0;
  letter-spacing: 0;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

@media screen and (max-width: 1024px) {
  #about section.company dl.en dt, #about section.company dl.en dd, #about section.history dl.en dt, #about section.history dl.en dd {
    padding: 10px 0;
  }
}

#about section.company dt:first-of-type, #about section.company dd:first-of-type, #about section.history dt:first-of-type, #about section.history dd:first-of-type {
  padding-top: 0;
}

#about section.company dt:last-of-type, #about section.company dd:last-of-type, #about section.history dt:last-of-type, #about section.history dd:last-of-type {
  padding-bottom: 0;
}

#about section.company dt, #about section.history dt {
  width: 170px;
  word-break: break-all;
}

#about section.company dd, #about section.history dd {
  width: -o-calc(100% - 190px);
  width: calc(100% - 190px);
}

#about section.company dl.en {
  margin-top: 80px;
}

@media screen and (max-width: 479px) {
  #about section.company dl.en {
    margin-top: 80px;
  }
}
#about section.company dl.en dt, #about section.company dl.en dd {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

@media screen and (max-width: 479px) {
  #about section.company dt {
    width: 84px;
  }
}
@media screen and (max-width: 479px) {
  #about section.company dd {
    width: calc(100% - 104px);
  }
}
#about section.history dt br {
  display: none;
}

@media screen and (max-width: 479px) {
  #about section.history dt {
    width: 100px;
  }
  #about section.history dt br {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  #about section.history dd {
    width: -o-calc(100% - 120px);
    width: calc(100% - 120px);
  }
}
#about section.history p {
  margin-bottom: 0;
}

#about section.history p.en {
  margin-top: 1em;
}

#about section.entry .img {
  margin-bottom: 70px;
}

@media screen and (max-width: 1024px) {
  #about section.company, #about section.history {
    padding: 60px 24px 80px;
  }
}
.about__menu .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#brand #title {
  padding: 84px 120px 87px;
}
@media screen and (max-width: 1024px) {
  #brand #title {
    padding-top: 40px;
  }
}
@media screen and (max-width: 479px) {
  #brand #title {
    padding: 59px var(--padding-edge-sp) 69px;
  }
}
#brand #title .pagetitle {
  letter-spacing: 0.08em;
  font-family: var(--font-jp);
  font-size: 1.5rem;
  line-height: 1.66;
  font-weight: 400;
}
#brand #title .pagetitle span {
  display: block;
  margin-bottom: 6px;
  letter-spacing: 0;
  font-family: var(--font-en);
  font-size: 4.8rem;
  line-height: 1.25;
  font-weight: 400;
}
@media screen and (max-width: 479px) {
  #brand #title .pagetitle span {
    margin-bottom: 4px;
    font-size: 4rem;
  }
}
#brand section {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #brand section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#brand section p, #brand section li {
  font-size: 1.6rem;
  line-height: 3rem;
}
#brand section .en {
  margin-top: 20px;
  color: var(--color-gray);
  font-family: var(--font-en-sub);
  font-size: 1.2rem;
  line-height: 2.4rem;
}
#brand section .en p {
  font-family: var(--font-en-sub);
  font-size: 1.2rem;
  line-height: 2.4rem;
}
#brand section.tabsec ul.tabs {
  width: 100%;
  margin-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
#brand section.tabsec ul.tabs li {
  width: -o-calc(50% - 10px);
  width: calc(50% - 10px);
  padding: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0px;
  font-family: var(--font-en);
  font-size: 2rem;
  line-height: 3rem;
  color: var(--color-black);
  background: var(--color-white);
  border: 1px solid var(--color-black);
}
#brand section.tabsec ul.tabs li.selected {
  position: relative;
  color: var(--color-white);
  background: var(--color-blue);
  border: 1px solid var(--color-blue);
}
#brand section.tabsec ul.tabs li.selected:before, #brand section.tabsec ul.tabs li.selected:after {
  display: block;
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 50%;
}
#brand section.tabsec ul.tabs li.selected:before {
  background: var(--color-white);
}
#brand section.tabsec ul.tabs li.selected:after {
  transform: translate(0, 100%);
  background: var(--color-blue);
}
#brand section.tabsec .tab {
  display: none;
}
#brand section.tabsec .tab.selected {
  display: block;
}
#brand section.tabsec .tab li {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}
#brand section.tabsec .tab li .thumb {
  width: 300px;
  background: rgba(100, 172, 212, 0);
  border: 1px solid rgba(34, 34, 34, 0.05);
  transition: border, background 0.3s ease;
}
@media screen and (max-width: 479px) {
  #brand section.tabsec .tab li .thumb {
    width: 100%;
    margin-bottom: 40px;
  }
}
#brand section.tabsec .tab li .thumb a {
  opacity: 1;
  transition: opacity 0.3s ease;
}
#brand section.tabsec .tab li .thumb:hover {
  background: rgba(100, 172, 212, 0.7);
  border: 1px solid rgba(100, 172, 212, 0.3);
}
#brand section.tabsec .tab li .thumb:hover a {
  opacity: 0.3;
}
#brand section.tabsec .tab li .snipet {
  width: calc(100% - 370px);
  text-align: left;
}
@media screen and (max-width: 479px) {
  #brand section.tabsec .tab li .snipet {
    width: 100%;
  }
}
#brand section.tabsec .tab li .snipet h2, #brand section.tabsec .tab li .snipet p {
  letter-spacing: 0px;
}
#brand section.tabsec .tab li .snipet h2 a, #brand section.tabsec .tab li .snipet p a {
  color: var(--color-blue);
  text-decoration: underline;
}
#brand section.tabsec .tab li .snipet h2 a:hover, #brand section.tabsec .tab li .snipet p a:hover {
  text-decoration: none;
}
#brand section.tabsec .tab li .snipet h2 a[target=_blank], #brand section.tabsec .tab li .snipet p a[target=_blank] {
  display: inline-block;
  margin-right: 5px;
  padding-right: 1.2em;
  position: relative;
}
#brand section.tabsec .tab li .snipet h2 a[target=_blank]:after, #brand section.tabsec .tab li .snipet p a[target=_blank]:after {
  display: block;
  font-family: var(--font-icon);
  content: "\e904";
  font-size: 0.8em;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: middle;
}
#brand section.tabsec .tab li .snipet h2 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 400;
}
#brand section.brandshop {
  padding-top: 80px;
  text-align: center;
}
#brand section.brandshop .title {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #brand section.brandshop .title {
    margin-bottom: 40px;
  }
}
#brand section.brandshop .title h2 {
  letter-spacing: 0.07em;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}
#brand section.brandshop .title h2 span {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-en);
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 479px) {
  #brand section.brandshop .title h2 span {
    margin-bottom: 12px;
    font-size: 3rem;
  }
}
#brand section.brandshop ul {
  margin-top: 40px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
#brand section.brandshop ul li {
  width: calc(50% - 20px);
  margin-bottom: 40px;
  letter-spacing: 0px;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  #brand section.brandshop ul li {
    width: 100%;
  }
}
#brand section.brandshop ul li h3 {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 10px;
  font-family: var(--font-jp-b);
}
#brand section.brandshop ul li p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
#brand section.brandshop ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: all 0.3s ease;
  color: var(--color-black);
  background: var(--color-white);
  border: 1px solid var(--color-black);
}
#brand section.brandshop ul li a:hover {
  color: var(--color-white);
  background: var(--color-blue);
  border: 1px solid var(--color-blue);
}

#production #title {
  padding: 160px 120px;
  min-height: 430px;
  position: relative;
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #production #title {
    padding: 80px 40px;
  }
}
#production #title h1 {
  letter-spacing: 0.08em;
  font-family: var(--font-jp);
  font-size: 1.5rem;
  line-height: 1.66;
  font-weight: 400;
}
#production #title h1 span {
  display: block;
  margin-bottom: 6px;
  letter-spacing: 0;
  font-family: var(--font-en);
  font-size: 4.8rem;
  line-height: 1.25;
  font-weight: 400;
}
@media screen and (max-width: 479px) {
  #production #title h1 span {
    margin-bottom: 4px;
    font-size: 4rem;
  }
}
#production #title .bg {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#production #title .bg:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.3);
}
#production section {
  padding: 0 120px 160px;
}
@media screen and (max-width: 479px) {
  #production section {
    padding: 0 40px 80px;
  }
}
#production section:first-of-type {
  padding-top: 160px;
}
@media screen and (max-width: 479px) {
  #production section:first-of-type {
    padding-top: 80px;
  }
}
#production section:last-of-type {
  padding-bottom: 0;
}
#production section.manufacturing {
  text-align: center;
}
#production section.manufacturing .title {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #production section.manufacturing .title {
    margin-bottom: 40px;
  }
}
#production section.manufacturing .title h2 {
  letter-spacing: 0.07em;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}
#production section.manufacturing .title h2 span {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-en);
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 479px) {
  #production section.manufacturing .title h2 span {
    margin-bottom: 12px;
    font-size: 3rem;
  }
}
#production section.manufacturing .circle {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 80px;
  position: relative;
}
#production section.manufacturing .circle li {
  width: 56.25%;
}
#production section.manufacturing .circle li:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#production section.manufacturing .circle li:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  left: 0;
}
#production section.manufacturing .circle li:nth-of-type(3) {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 479px) {
  #production section.manufacturing .circle li {
    width: 100%;
    margin: 20px 0;
  }
  #production section.manufacturing .circle li:nth-of-type(1) {
    position: relative;
    top: auto;
    left: auto;
    transform: translateX(0);
  }
  #production section.manufacturing .circle li:nth-of-type(2) {
    position: relative;
    bottom: auto;
    left: auto;
  }
  #production section.manufacturing .circle li:nth-of-type(3) {
    position: relative;
    right: auto;
    bottom: auto;
  }
}
#production section.manufacturing .entry {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
#production section.manufacturing .entry p {
  margin-bottom: 30px;
}
#production section.manufacturing .entry p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #production section.manufacturing .entry p br {
    display: none;
  }
}
#production section.manufacturing .entry .jp, #production section.manufacturing .entry .en {
  letter-spacing: 0px;
  overflow: hidden;
}
#production section.manufacturing .entry .jp {
  font-size: 1.6rem;
  line-height: 3rem;
}
#production section.manufacturing .entry .en {
  margin-top: 50px;
  color: var(--color-gray);
  font-family: var(--font-en-sub);
  font-size: 1.2rem;
  line-height: 2.4rem;
}
#production section.manufacturing .entry .en .alignright {
  text-align: right;
}
#production section.process {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #production section.process {
    width: 100%;
  }
}
#production section.process .title {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #production section.process .title {
    margin-bottom: 40px;
  }
}
#production section.process .title h2 {
  letter-spacing: 0.08em;
  font-family: var(--font-jp);
  font-size: 1.5rem;
  line-height: 1.66;
  font-weight: 400;
}
#production section.process .title h2 span {
  display: block;
  margin-bottom: 6px;
  letter-spacing: 0;
  font-family: var(--font-en);
  font-size: 4.8rem;
  line-height: 1.25;
  font-weight: 400;
}
@media screen and (max-width: 479px) {
  #production section.process .title h2 span {
    margin-bottom: 4px;
    font-size: 4rem;
  }
}
#production section.process ol {
  counter-reset: number;
}
#production section.process ol > li {
  margin: 80px 0;
}
#production section.process ol > li:first-of-type {
  margin-top: 0;
}
#production section.process ol > li:last-of-type {
  margin-bottom: 0;
}
#production section.process ol > li h3 {
  margin-bottom: 40px;
  letter-spacing: 0px;
  font-size: 2.4rem;
  line-height: 3.2rem;
  position: relative;
  font-family: var(--font-jp-b);
}
#production section.process ol > li h3:before {
  counter-increment: number;
  content: counter(number) ". ";
}
#production section.process ol > li ul, #production section.process ol > li .entry {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
#production section.process ol > li li, #production section.process ol > li .jp, #production section.process ol > li .en {
  width: calc(50% - 20px);
  max-width: 400px;
}
@media screen and (max-width: 479px) {
  #production section.process ol > li li, #production section.process ol > li .jp, #production section.process ol > li .en {
    width: 100%;
  }
}
#production section.process ol > li ul {
  margin-bottom: 40px;
}
@media screen and (max-width: 479px) {
  #production section.process ol > li ul li {
    margin-bottom: 20px;
  }
  #production section.process ol > li ul li:last-of-type {
    margin-bottom: 0;
  }
}
#production section.process ol > li .entry {
  text-align: left;
}
#production section.process ol > li .entry p {
  margin-bottom: 30px;
}
#production section.process ol > li .entry p:last-of-type {
  margin-bottom: 0;
}
#production section.process ol > li .entry .jp, #production section.process ol > li .entry .en {
  letter-spacing: 0px;
  overflow: hidden;
}
#production section.process ol > li .entry .jp {
  font-size: 1.6rem;
  line-height: 3rem;
}
#production section.process ol > li .entry .en {
  color: var(--color-gray);
  font-family: var(--font-en-sub);
  font-size: 1.2rem;
  line-height: 2.4rem;
}
@media screen and (max-width: 479px) {
  #production section.process ol > li .entry .en {
    margin-top: 20px;
  }
}

#csr #title {
  padding: 84px 120px 87px;
}
@media screen and (max-width: 1024px) {
  #csr #title {
    padding-top: 40px;
  }
}
@media screen and (max-width: 479px) {
  #csr #title {
    padding: 59px var(--padding-edge-sp) 69px;
  }
}
#csr #title .pagetitle {
  letter-spacing: 0.08em;
  font-family: var(--font-jp);
  font-size: 1.5rem;
  line-height: 1.66;
  font-weight: 400;
}
#csr #title .pagetitle span {
  display: block;
  margin-bottom: 6px;
  letter-spacing: 0;
  font-family: var(--font-en);
  font-size: 4.8rem;
  line-height: 1.25;
  font-weight: 400;
}
@media screen and (max-width: 479px) {
  #csr #title .pagetitle span {
    margin-bottom: 4px;
    font-size: 4rem;
  }
}
#csr section {
  text-align: left;
}
#csr section:first-of-type {
  padding-top: 160px;
}
@media screen and (max-width: 479px) {
  #csr section:first-of-type {
    padding-top: 80px;
  }
}
#csr section:last-of-type {
  padding-bottom: 0;
}
#csr section p {
  margin-bottom: 30px;
}
#csr section p:last-of-type {
  margin-bottom: 0;
}
#csr section .jp,
#csr section .en {
  letter-spacing: 0px;
  overflow: hidden;
}
#csr section .jp {
  font-size: 1.6rem;
  line-height: 3rem;
}
#csr section .en {
  margin-top: 40px;
  color: var(--color-gray);
}
#csr section .en .alignright {
  text-align: right;
}
#csr section .en p, #csr section .en li {
  font-family: var(--font-en-sub);
  font-size: 1.2rem;
  line-height: 2.4rem;
}
#csr section.action {
  padding: 0 0 160px;
}
@media screen and (max-width: 479px) {
  #csr section.action {
    padding: 0 0 80px;
  }
}
#csr section.action .title {
  margin-bottom: 80px;
  position: relative;
  padding-right: 120px;
}
@media screen and (max-width: 479px) {
  #csr section.action .title {
    padding: 0;
  }
}
#csr section.action .title h2 {
  padding: 0 120px 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  letter-spacing: 0.08em;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  color: var(--color-white);
  z-index: 3;
}
#csr section.action .title h2 span {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-en);
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #csr section.action .title h2 {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 0 40px 40px;
    color: var(--color-black);
  }
}
@media screen and (max-width: 479px) {
  #csr section.action .title h2 span {
    margin-bottom: 12px;
    font-size: 3rem;
  }
}
#csr section.action .title .face {
  width: 100%;
  position: relative;
  max-width: 1160px;
}
#csr section.action .title .face img {
  display: block;
  position: relative;
  z-index: 1;
}
#csr section.action .title .face::before, #csr section.action .title .face::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#csr section.action .title .face::before {
  background: rgba(34, 34, 34, 0.15);
  z-index: 2;
}
#csr section.action .title .face::after {
  transform: translate(50px, 50px);
  background: url(../img/article/intro/about/bg.png) repeat 0 0;
  background-size: 8px 8px;
  z-index: 0;
}
#csr section.action .snipet,
#csr section.action .container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #csr section.action .snipet,
  #csr section.action .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#csr section.action .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #csr section.action .container {
    align-items: flex-start;
  }
}
@media screen and (max-width: 479px) {
  #csr section.action .container {
    display: block;
  }
}
#csr section.action .container .thumb {
  width: 100%;
  max-width: 400px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #csr section.action .container .thumb {
    max-width: 300px;
  }
}
@media screen and (max-width: 479px) {
  #csr section.action .container .thumb {
    width: 100%;
    margin-bottom: 40px;
  }
}
#csr section.action .container .thumb .img,
#csr section.action .container .thumb .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#csr section.action .container .thumb .img {
  z-index: 1;
}
#csr section.action .container .thumb .bg {
  transform: translate(-120px, 50px);
  background: url(../img/article/intro/about/bg.png) repeat 0 0;
  background-size: 8px 8px;
  z-index: 0;
}
#csr section.action .container .activity {
  width: calc(100% - 470px);
}
@media screen and (max-width: 768px) {
  #csr section.action .container .activity {
    width: calc(100% - 340px);
  }
}
@media screen and (max-width: 479px) {
  #csr section.action .container .activity {
    width: 100%;
  }
}
#csr section.action .container .activity h3 {
  margin-bottom: 40px;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
  font-family: var(--font-jp-b);
}
#csr section.action .container .activity li {
  padding-left: 1.5em;
  position: relative;
  width: 100%;
  height: 100%;
}
#csr section.action .container .activity li::before {
  display: block;
  content: "";
  width: 3px;
  height: 3px;
}
#csr section.action .container .activity .jp li::before {
  position: absolute;
  top: 15px;
  left: 8px;
  background: var(--color-black);
}
#csr section.action .container .activity .en li::before {
  position: absolute;
  top: 12px;
  left: 6px;
  background: var(--color-gray);
}
#csr section.report {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 160px;
}
@media screen and (max-width: 1024px) {
  #csr section.report {
    margin-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
#csr section.report .title {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media screen and (max-width: 479px) {
  #csr section.report .title {
    margin-bottom: 30px;
  }
}
#csr section.report .title h2 {
  letter-spacing: 0.07em;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}
#csr section.report .title h2 span {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-en);
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 479px) {
  #csr section.report .title h2 {
    margin-bottom: 40px;
  }
  #csr section.report .title h2 span {
    margin-bottom: 12px;
    font-size: 3rem;
  }
}
#csr section.report .title p.more {
  letter-spacing: 0;
  font-family: var(--font-en);
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 479px) {
  #csr section.report .title p.more {
    line-height: 1.5;
  }
}
#csr section.report .title p.more a {
  position: relative;
  color: var(--color-black);
  transition: color, background 0.3s ease;
}
#csr section.report .title p.more a:hover {
  color: var(--color-blue);
}
#csr section.report .title p.more a::before {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translate(-100%, 0);
  background: var(--color-black);
}
#csr section.report .title p.more a:hover::before {
  background: var(--color-blue);
}
@media screen and (max-width: 479px) {
  #csr section.report .title p.more a::before {
    left: -10px;
  }
}
#csr section.report ul {
  margin-bottom: 10px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto -62px;
}
@media screen and (max-width: 1024px) {
  #csr section.report ul {
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 479px) {
  #csr section.report ul {
    margin-bottom: -36px;
  }
}
#csr section.report ul li {
  width: calc((100% - 176px) / 3);
  margin-bottom: 62px;
}
@media screen and (max-width: 1024px) {
  #csr section.report ul li {
    width: calc((100% - 88px) / 2);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 479px) {
  #csr section.report ul li {
    width: 100%;
    margin-bottom: 36px;
  }
}
#csr section.report ul li.empty {
  height: 0;
  margin-bottom: 0;
}
#csr section.report ul li a {
  display: block;
  color: var(--color-black);
  transition: color 0.3s ease;
}
#csr section.report ul li a .thumb {
  margin-bottom: 20px;
  position: relative;
  aspect-ratio: 301/201;
  height: auto !important;
}
#csr section.report ul li a .thumb:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.3s ease;
  background: rgba(100, 172, 212, 0);
  z-index: 2;
}
#csr section.report ul li a h3 {
  margin-bottom: 10px;
  letter-spacing: 0.03em;
  font-size: 1.56rem;
  line-height: 1.55;
  font-weight: 400;
}
#csr section.report ul li a p {
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0.012em;
  opacity: 0.5;
}
#csr section.report ul li a:hover {
  color: var(--color-blue);
}
#csr section.report ul li a:hover .thumb:before {
  background: rgba(100, 172, 212, 0.6);
}
#csr section.contact {
  padding: 70px 40px;
  text-align: center;
  background: var(--color-blue-pale);
}
#csr section.contact h2 {
  letter-spacing: 0px;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
  font-family: var(--font-jp-b);
  color: var(--color-blue);
  margin-bottom: 70px;
}
#csr section.contact p {
  margin-bottom: 0;
  letter-spacing: 0px;
  font-size: 1.6rem;
  line-height: 3rem;
}
#csr section.contact p.en {
  margin-top: 30px;
  font-size: 1.2rem;
  line-height: 2rem;
  font-family: var(--font-en-sub);
  color: var(--color-gray);
}
#csr section.contact p.more {
  width: 100%;
  max-width: 300px;
  margin: 70px auto 0;
  letter-spacing: 0px;
  font-family: var(--font-en);
  font-size: 1.5rem;
  line-height: 3rem;
}
#csr section.contact p.more a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: color, background 0.3s ease;
  color: var(--color-white);
  background: var(--color-blue);
}
#csr section.contact p.more a:hover {
  color: var(--color-blue);
  background: var(--color-white);
}

#contact #title {
  padding: 84px 120px 87px;
}
@media screen and (max-width: 1024px) {
  #contact #title {
    padding-top: 40px;
  }
}
@media screen and (max-width: 479px) {
  #contact #title {
    padding: 59px var(--padding-edge-sp) 69px;
  }
}
#contact #title .pagetitle {
  letter-spacing: 0.08em;
  font-family: var(--font-jp);
  font-size: 1.5rem;
  line-height: 1.66;
  font-weight: 400;
}
#contact #title .pagetitle span {
  display: block;
  margin-bottom: 6px;
  letter-spacing: 0;
  font-family: var(--font-en);
  font-size: 4.8rem;
  line-height: 1.25;
  font-weight: 400;
}
@media screen and (max-width: 479px) {
  #contact #title .pagetitle span {
    margin-bottom: 4px;
    font-size: 4rem;
  }
}
#contact section {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  #contact section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#contact section p, #contact section li {
  font-size: 1.6rem;
  line-height: 3rem;
}
#contact section p.en, #contact section li.en {
  margin-top: 20px;
  color: var(--color-gray);
  font-family: var(--font-en-sub);
  font-size: 1.2rem;
  line-height: 2.4rem;
}
#contact section .title {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #contact section .title {
    margin-bottom: 40px;
  }
}
#contact section .title h2 {
  letter-spacing: 0.07em;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}
#contact section .title h2 span {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-en);
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 479px) {
  #contact section .title h2 span {
    margin-bottom: 12px;
    font-size: 3rem;
  }
}
#contact section .list {
  margin: 40px 0 -40px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contact section .list li {
  width: calc(33% - 20px);
  margin-bottom: 40px;
  letter-spacing: 0px;
  word-break: break-all;
}
#contact section .list li.empty {
  height: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #contact section .list li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 479px) {
  #contact section .list li {
    width: 100%;
  }
}
#contact section .list li .thumb img {
  max-width: 200px;
}
#contact section .list li h3 {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: var(--font-jp-b);
}
#contact section .list li p {
  letter-spacing: 0;
  transition: all 0.3s ease;
  font-size: 1.2rem;
  line-height: 2rem;
  color: var(--color-gray);
}
#contact section .list li p + dl {
  margin-top: 20px;
}
#contact section .list li dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #contact section .list li dl {
    display: block;
  }
}
#contact section .list li dl dt {
  padding: 5px 5px 5px 10px;
  color: var(--color-white);
  background: var(--color-black);
}
#contact section .list li dl dd {
  padding: 5px 10px;
  color: var(--color-black);
  background: var(--color-lightgray);
}
#contact section .list li dl dt, #contact section .list li dl dd {
  transition: all 0.3s ease;
  font-size: 1.2rem;
  line-height: 2rem;
}
#contact section .list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: all 0.3s ease;
  color: var(--color-black);
  background: var(--color-white);
  border: 1px solid var(--color-black);
}
#contact section .list li a:hover {
  color: var(--color-black);
  background: var(--color-blue);
  border: 1px solid var(--color-blue);
}
#contact section .list li a:hover p {
  color: var(--color-black);
}
#contact section .list li a:hover dl dt {
  color: var(--color-blue);
  background: var(--color-black);
}
#contact section .list li a:hover dl dd {
  color: var(--color-black);
  background: transparent;
}
#contact section .list li.full {
  width: 100%;
}
#contact section .snipet p a {
  color: var(--color-black);
  text-decoration: underline;
}
#contact section .snipet p a:hover {
  text-decoration: none;
}
#contact section .snipet p.en a {
  color: var(--color-gray);
}
#contact section.consumer {
  padding-top: 0;
  text-align: center;
}
#contact section.recruit {
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
}
#contact section.recruit p {
  margin-bottom: 40px;
}
#contact section.recruit .more {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  letter-spacing: 0px;
  word-break: break-all;
}
#contact section.recruit .more a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px;
  transition: all 0.3s ease;
}
#contact section.recruit .more a div.bntitle {
  width: 100%;
  position: relative;
  z-index: 2;
  color: var(--color-white);
}
#contact section.recruit .more a div.bntitle h3 {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 10px;
}
#contact section.recruit .more a div.bntitle p {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
#contact section.recruit .more a div.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#contact section.recruit .more a div.bg:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.3s ease;
  background: rgba(34, 34, 34, 0.3);
}
#contact section.recruit .more a div.bg:after {
  display: block;
  font-family: var(--font-icon);
  content: "\e904";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-20px, 20px);
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: var(--color-white);
}
#contact section.recruit .more a:hover .bg:before {
  background: rgba(100, 172, 212, 0.7);
}
#contact section.business {
  padding-bottom: 0;
}
#contact section .mailform {
  padding-top: 80px;
}
#contact section .mailform h3 {
  margin: 80px 0 40px;
  letter-spacing: 0px;
  font-size: 2rem;
  line-height: 3em;
  font-weight: 400;
}
#contact section .mailform h3:first-of-type {
  margin-top: 0;
}
#contact section .mailform h3 span {
  padding: 10px 50px;
  position: relative;
  border-bottom: 1px solid var(--color-black);
}
#contact section .mailform h3 span:before {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: left bottom;
  transform: translate(0, 1px) rotate(-45deg);
  background: var(--color-black);
}
#contact section .mailform dl {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contact section .mailform dl dt, #contact section .mailform dl dd {
  text-align: left;
  padding: 20px 0;
  letter-spacing: 0px;
}
#contact section .mailform dl dt {
  width: 300px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contact section .mailform dl dt {
    width: 240px;
    padding-right: 70px;
  }
}
@media screen and (max-width: 479px) {
  #contact section .mailform dl dt {
    width: 100%;
  }
}
#contact section .mailform dl dt strong {
  padding: 7px 20px;
  letter-spacing: 0px;
  font-size: 1.1rem;
  line-height: 1.4rem;
  position: absolute;
  top: 20px;
  right: 0;
  color: var(--color-white);
  background: var(--color-blue);
}
#contact section .mailform dl dd {
  width: calc(100% - 370px);
}
@media screen and (max-width: 768px) {
  #contact section .mailform dl dd {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 479px) {
  #contact section .mailform dl dd {
    width: 100%;
    padding-top: 0;
  }
}
#contact section .mailform dl dd label {
  display: block;
  margin: 0;
}
#contact section .mailform dl dd label + label {
  margin-top: 10px;
}
#contact section .mailform dl dd input[type=text],
#contact section .mailform dl dd input[type=number],
#contact section .mailform dl dd input[type=email],
#contact section .mailform dl dd select,
#contact section .mailform dl dd textarea {
  width: 100%;
  padding: 10px;
  letter-spacing: 0px;
  font-family: var(--font-jp);
  font-size: 1.3rem;
  line-height: 2.1rem;
  background: var(--color-blue-pale);
  border: none;
}
#contact section .mailform dl dd .select {
  position: relative;
}
#contact section .mailform dl dd .select:after {
  display: block;
  font-family: var(--font-icon);
  content: "\e903";
  width: 13px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 20px;
  font-weight: 700;
  transform: translate(0, -50%) rotate(-90deg);
}
#contact section .mailform dl dd input[type=radio] {
  width: auto;
}
#contact section .mailform dl dd select {
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#contact section .mailform dl dd textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  height: 16em;
}
#contact section .mailform dl dd input[type=text].address, #contact section .mailform dl dd input[type=email].address {
  margin-top: 10px;
}
#contact section .mailform dl dd input[type=text].zipcode, #contact section .mailform dl dd input[type=email].zipcode {
  width: 50%;
}
@media screen and (max-width: 479px) {
  #contact section .mailform dl dd input[type=text].zipcode, #contact section .mailform dl dd input[type=email].zipcode {
    width: 100%;
  }
}
#contact section .mailform dl dd .message {
  width: 100%;
  height: 16em;
}
@media screen and (max-width: 479px) {
  #contact section .mailform dl dd .message {
    height: 10em;
  }
}
#contact section .mailform .alert {
  font-family: var(--font-jp);
  font-size: 1.4rem;
  line-height: 2.4em;
  padding: 0 0 20px;
}
#contact section .mailform .button {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  padding: 80px 0 0;
  text-align: center;
}
#contact section .mailform .button li {
  width: calc(50% - 20px);
}
#contact section .mailform .button li input[type=submit], #contact section .mailform .button li input[type=button] {
  width: 100%;
  height: 100%;
  padding: 20px;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
  font-family: var(--font-jp);
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0px;
  color: var(--color-white);
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
}
#contact section .mailform .button li#submit input {
  background: var(--color-blue);
}
#contact section .mailform .button li#submit input:hover {
  color: var(--color-blue);
  background: var(--color-blue-pale);
}
#contact section .mailform .button li#back input {
  color: var(--color-darkgray);
  background: #dcdcdc;
}
#contact section .mailform .button li#back input:hover {
  color: var(--color-white);
  background: var(--color-darkgray);
}

#privacy #title {
  padding: 84px 120px 87px;
}

@media screen and (max-width: 768px) {
  #privacy #title {
    padding: 40px;
  }
}
@media screen and (max-width: 479px) {
  #privacy #title {
    padding: 59px var(--padding-edge-sp) 69px;
  }
}
#privacy #title .pagetitle {
  letter-spacing: 0.08em;
  font-family: var(--font-jp);
  font-size: 1.5rem;
  line-height: 1.66;
  font-weight: 400;
}

#privacy #title .pagetitle span {
  display: block;
  margin-bottom: 6px;
  letter-spacing: 0;
  font-family: var(--font-en);
  font-size: 4.8rem;
  line-height: 1.25;
  font-weight: 400;
}
@media screen and (max-width: 479px) {
  #privacy #title .pagetitle span {
    margin-bottom: 4px;
    font-size: 4rem;
  }
}

#privacy section {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  #privacy section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#privacy section h2, #privacy section p, #privacy section li {
  letter-spacing: 0px;
}

#privacy section h2.en, #privacy section p.en, #privacy section li.en {
  color: var(--color-gray);
}

#privacy section h2 a, #privacy section p a, #privacy section li a {
  color: var(--color-blue);
  text-decoration: underline;
}

#privacy section h2 a:hover, #privacy section p a:hover, #privacy section li a:hover {
  text-decoration: none;
}

#privacy section h2 a[target=_blank], #privacy section p a[target=_blank], #privacy section li a[target=_blank] {
  display: inline-block;
  margin-right: 5px;
  padding-right: 1.2em;
  position: relative;
}

#privacy section h2 a[target=_blank]:after, #privacy section p a[target=_blank]:after, #privacy section li a[target=_blank]:after {
  display: block;
  font-family: var(--font-icon);
  content: "\e904";
  font-size: 0.8em;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: middle;
}

#privacy section h2 {
  margin-bottom: 50px;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 400;
}

#privacy section h2 span {
  margin-top: 20px;
  display: block;
  color: var(--color-gray);
  font-family: var(--font-en-sub);
  font-size: 1.6rem;
  line-height: 3rem;
}

#privacy section p, #privacy section li {
  font-size: 1.4rem;
  line-height: 2rem;
}

#privacy section p.en, #privacy section li.en {
  font-family: var(--font-en-sub);
  font-size: 1.2rem;
  line-height: 1.8rem;
}

#privacy section p {
  margin-bottom: 20px;
}

#privacy section p.more {
  width: 100%;
  max-width: 300px;
  margin: 70px auto 0;
  letter-spacing: 0px;
  text-align: center;
  font-family: var(--font-en);
  font-size: 1.5rem;
  line-height: 3rem;
}

#privacy section p.more a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: color, background 0.3s ease;
  text-decoration: none;
  color: var(--color-white);
  background: var(--color-blue);
}

#privacy section p.more a:hover {
  color: var(--color-blue);
  background: var(--color-blue-pale);
}

#privacy section p.en {
  margin-bottom: 50px;
}

#privacy section ol {
  counter-reset: number;
}

#privacy section ol li {
  margin-bottom: 50px;
  padding-left: 1.5em;
  position: relative;
}

#privacy section ol li:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
}

#privacy section ol li p.en {
  margin-bottom: 0;
}

#privacy section .date {
  text-align: right;
}

#sitemaps #title {
  padding: 84px 120px 87px;
}

@media screen and (max-width: 768px) {
  #sitemaps #title {
    padding: 40px;
  }
}
@media screen and (max-width: 479px) {
  #sitemaps #title {
    padding: 59px var(--padding-edge-sp) 69px;
  }
}
#sitemaps #title .pagetitle {
  letter-spacing: 0.08em;
  font-family: var(--font-jp);
  font-size: 1.5rem;
  line-height: 1.66;
  font-weight: 400;
}

#sitemaps #title .pagetitle span {
  display: block;
  margin-bottom: 6px;
  letter-spacing: 0;
  font-family: var(--font-en);
  font-size: 4.8rem;
  line-height: 1.25;
  font-weight: 400;
}
@media screen and (max-width: 479px) {
  #sitemaps #title .pagetitle span {
    margin-bottom: 4px;
    font-size: 4rem;
  }
}

#sitemaps section {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  #sitemaps section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#sitemaps section > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

#sitemaps section > ul > li {
  width: -o-calc(33% - 20px);
  width: calc(33% - 20px);
  margin: 40px 0;
}

@media screen and (max-width: 768px) {
  #sitemaps section > ul > li {
    width: -o-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 20px 0;
  }
}
@media screen and (max-width: 479px) {
  #sitemaps section > ul > li {
    width: 100%;
  }
}
#sitemaps section > ul > li a {
  color: var(--color-black);
}

#sitemaps section > ul > li > a {
  letter-spacing: 0px;
  font-size: 1.5rem;
  line-height: 3rem;
  transition: color 0.3s ease;
}

#sitemaps section > ul > li > a:hover {
  color: var(--color-blue);
}

#sitemaps section > ul > li > a span {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-en);
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: 400;
}

#sitemaps section > ul > li > ul {
  margin-top: 20px;
}

#sitemaps section > ul > li > ul ul {
  margin-top: 10px;
}

#sitemaps section > ul > li ul li {
  padding: 5px 0 5px 1.5em;
  letter-spacing: 0px;
  position: relative;
}

#sitemaps section > ul > li ul li:before {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 12px;
  left: 0;
  border-left: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
}

#sitemaps section > ul > li ul li a {
  transition: color 0.3s ease;
}

#sitemaps section > ul > li ul li a:hover {
  color: var(--color-blue);
}

#notfound #title {
  padding: 80px 120px;
}

@media screen and (max-width: 768px) {
  #notfound #title {
    padding: 40px;
  }
}
#notfound #title .pagetitle {
  letter-spacing: 0px;
  font-family: var(--font-jp);
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 700;
}

#notfound #title .pagetitle span {
  display: block;
  margin-bottom: 15px;
  letter-spacing: 0px;
  font-family: var(--font-en);
  font-size: 5rem;
  line-height: 6rem;
  font-weight: 400;
}

#notfound .entry {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  #notfound .entry {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#notfound .entry p {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 2rem;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  color: var(--color-white);
  background: #0A142C;
}

footer #banner {
  padding: 30px 70px;
  background: #f0f7fb;
}

footer address {
  padding: 30px 70px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  font-style: normal;
  background: #101D40;
}

@media screen and (max-width: 768px) {
  footer address {
    padding: 40px;
  }
}
footer address .logo {
  width: 179px;
  height: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/footer/logo.png) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 479px) {
  footer address .logo {
    width: 179px;
    margin-inline: auto;
    margin-bottom: 40px;
  }
}
footer address ul {
  padding: 20px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (max-width: 479px) {
  footer address ul {
    width: 100%;
    padding: 0;
    justify-content: center;
  }
}
footer address ul li {
  padding: 0 10px;
}

footer address ul li a {
  color: var(--color-white);
}

footer address ul.nav {
  margin-left: auto;
}

footer address ul.nav li .ico-instagram {
  width: 20px;
  height: 20px;
  background: url(../img/footer/insta_icon.svg) no-repeat center center;
  background-size: contain;
  display: block;
  margin-left: 10px;
}

@media screen and (max-width: 1024px) {
  footer address ul.nav li:nth-of-type(2) {
    border-right: 0;
  }
  footer address ul.nav .list-instagram {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  footer address ul.nav li .ico-instagram {
    margin-left: 0;
  }
}
footer address ul.nav li {
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0px;
  border-right: 1px solid var(--color-white);
}
footer address ul.nav li:last-of-type {
  border-right: 0;
}

@media screen and (max-width: 479px) {
  footer address ul.nav li:last-of-type {
    border-right: 0;
  }
}
footer address ul.sns {
  margin-left: 10px;
}

@media screen and (max-width: 479px) {
  footer address ul.sns {
    margin-top: 20px;
    margin-left: 0;
  }
}
footer address ul.sns li {
  font-size: 2rem;
  line-height: 3rem;
}

footer address .pagetop {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: var(--font-en);
  font-size: 1.1rem;
  line-height: 1.6rem;
  letter-spacing: 0px;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 479px) {
  footer address .pagetop {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
footer address .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -0.2em;
  padding-top: 44px;
  position: relative;
  text-align: center;
  color: var(--color-white);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6rem;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 479px) {
  footer address .pagetop a {
    color: #101D40;
  }
}
footer address .pagetop a:before {
  display: block;
  font-family: var(--font-icon);
  content: "\e900";
  width: 50px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: transform 0.3s ease;
  font-size: 50px;
  line-height: 44px;
}

footer address .pagetop:hover a:before {
  transform: translate(-50%, -10px);
}

footer .copyright {
  padding: 20px;
  letter-spacing: 0em;
  font-family: var(--font-en);
  font-size: 1.2rem;
  line-height: 2rem;
  font-style: normal;
  text-align: center;
}

@media screen and (max-width: 479px) {
  footer .copyright {
    font-size: 1.1rem;
    line-height: 2rem;
  }
}
#menu {
  width: 100%;
  height: 100%;
  transition: opacity 1s ease;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  background: #051A6E;
  z-index: 3;
  pointer-events: none;
}

#menu:before, #menu:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background: inherit;
}

#menu:before {
  bottom: -100%;
}

#menu:after {
  top: -100%;
}

#menu > div {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-white);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

#menu > div ul.nav li {
  letter-spacing: 0px;
  font-family: var(--font-jp);
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}
#menu > div ul.nav li + li {
  margin-top: 20px;
}

#menu > div ul.nav li a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--color-white);
}

#menu > div ul.nav li a span {
  font-family: var(--font-en);
  font-weight: 500;
  display: block;
}

#menu > div ul.sns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 32px;
}
#menu > div ul.sns i {
  display: block;
}

#menu > div ul.sns li a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: var(--font-jp);
  font-size: 2rem;
  line-height: 3rem;
  transition: color 0.3s ease;
  color: var(--color-white);
}

#menu.action {
  opacity: 1;
  z-index: 3;
  background: #051A6E;
  pointer-events: all;
}

#menu.action > div li a {
  transform: translate(0, 0%);
}

#cover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  display: none;
}

#slider {
  padding: 0 50px;
}

@media screen and (max-width: 479px) {
  #slider {
    padding: 0;
  }
}
#slider .slide {
  width: 100%;
  height: 400px;
  position: relative;
}

@media screen and (max-width: 479px) {
  #slider .slide {
    height: 200px;
  }
}
#slider .slide li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 2s ease;
  opacity: 0;
}

#slider .slide li div {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

@media screen and (max-width: 479px) {
  #slider .slide li div {
    border-radius: 0;
  }
}
#slider .slide li.show {
  opacity: 1;
  z-index: 1;
}

#about ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
#about ul li {
  width: 50%;
}
@media screen and (max-width: 479px) {
  #about ul li {
    width: 100%;
  }
}
#about ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: var(--color-white);
}
#about ul li a .thumb {
  width: 100%;
  height: 100%;
  position: relative;
  aspect-ratio: 640/498;
}
@media screen and (max-width: 479px) {
  #about ul li a .thumb {
    aspect-ratio: 375/292;
  }
}
#about ul li a .thumb:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.3s ease;
  background: rgba(0, 0, 0, 0.2);
}
#about ul li a h3 {
  width: 100%;
  padding: 36px 50px;
  letter-spacing: 0.07em;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.4rem;
  line-height: 2.14;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #about ul li a h3 {
    padding: 39px 30px;
  }
}
#about ul li a h3 span {
  display: block;
  font-weight: 400;
  font-family: var(--font-en);
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 479px) {
  #about ul li a h3 span {
    margin-bottom: -3px;
  }
}
#about ul li a:hover .thumb:before {
  background: rgba(100, 172, 212, 0.7);
}

.formError {
  display: block;
  position: absolute;
  top: 300px;
  left: 300px;
  cursor: pointer;
  text-align: left;
  z-index: 990;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.formError .formErrorArrow {
  z-index: 996;
}

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrowBottom {
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  display: block;
  height: 1px;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  background: #ee0101;
}

.formError .formErrorContent {
  width: 100%;
  min-width: 120px;
  padding: 4px 10px;
  position: relative;
  font-size: 11px;
  color: var(--color-white);
  background: #ee0101;
  border-radius: 3px;
  z-index: 991;
}

.formError.inline .formErrorContent {
  border: none;
  border-radius: 0;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.ajaxSubmit {
  display: none;
  padding: 20px;
  background: #55ea55;
  border: 1px solid var(--color-gray);
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: var(--color-white);
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir=rtl] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: var(--color-white);
}

/*インライン用*/
.inline {
  position: relative;
  margin: 10px auto;
  max-width: 700px;
  background: var(--color-white);
  padding: 20px;
}

.inline table {
  width: 100%;
  border-collapse: collapse;
}

.inline table th, .inline table td {
  font-weight: normal;
  padding: 15px;
  vertical-align: top;
  border-collapse: collapse;
  border-bottom: 1px solid var(--color-lightgray);
}

.inline table td {
  width: 75%;
}

.inline table td a {
  color: var(--color-blue);
  text-decoration: underline;
}

.inline table td a:hover {
  text-decoration: none;
}

.inline li {
  padding-left: 1em;
  position: relative;
}

.inline li:before {
  display: block;
  content: "・";
  width: 1em;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 479px) {
  .inline table {
    width: 100%;
    border-collapse: collapse;
  }
  .inline table tr {
    display: block;
    margin-bottom: 1.5em;
  }
  .inline table th, .inline table td {
    display: list-item;
    width: 100%;
    padding: 10px;
    border: none;
    list-style: none;
  }
  .inline table th {
    text-align: left;
  }
  .inline table td {
    color: var(--color-blue);
    background: #f6f6f6;
  }
}
/*表示のエフェクト*/
.mfp-fade.mfp-bg {
  opacity: 0.001;
  /* Chrome opacity transition bug */
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #0b0b0b;
  overflow: hidden;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 1042;
}

.mfp-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1043;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  text-align: center;
  box-sizing: border-box;
}

.mfp-container:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  width: auto;
  margin-top: -0.8em;
  position: absolute;
  top: 50%;
  right: 8px;
  bottom: auto;
  left: 8px;
  text-align: center;
  color: #ccc;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: var(--color-white);
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  padding: 0 0 18px 10px;
  line-height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  color: var(--color-white);
  font-style: normal;
  font-size: 28px;
  font-family: var(--font-mono);
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  width: 100%;
  padding-right: 6px;
  right: -6px;
  text-align: right;
  color: var(--color-white);
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  width: 90px;
  height: 110px;
  margin: 0;
  margin-top: -55px;
  padding: 0;
  position: absolute;
  top: 50%;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

img.size-auto, img.size-full, img.size-large, img.size-medium {
  max-width: 100%;
  height: auto;
}

img.alignleft, img.alignright {
  display: inline;
  margin-top: 4px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 15px;
}

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

.alignleft, .alignright {
  display: inline;
  margin-top: 4px;
}

.alignleft, img.alignleft {
  float: left;
  margin-right: 24px;
}

.alignright, img.alignright {
  float: right;
  margin-left: 24px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-pagenavi {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  font-family: var(--font-en);
  font-size: 1.2rem;
  line-height: 2rem;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  background: #efefef;
}

.wp-pagenavi a, .wp-pagenavi span {
  margin: 5px;
  padding: 10px 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  color: var(--color-white);
  background: var(--color-blue);
}

.wp-pagenavi a:hover, .wp-pagenavi span.current, .wp-pagenavi span.extend {
  text-decoration: none;
  color: var(--color-blue);
  background: var(--color-white);
}

.wp-pagenavi + .list {
  margin-top: 50px;
}