@media (max-width: 1199px) {
  .pc-visibility {
    display: none;
  }
}
@media (min-width: 1200px) {
  .tb-visibility {
    display: none;
  }
}
@media (max-width: 767px) {
  .tb-visibility {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc-tb-visibility {
    display: none;
  }
}
@media (min-width: 1200px) {
  .tb-sp-visibility {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp-visibility {
    display: none;
  }
}
/*
 * common style
 */
ul {
  padding: 0;
}
ul li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: inherit;
}

html {
  font-size: 16px;
}
@media (max-width: 767px) {
  html {
    font-size: 3.5897435897vw;
  }
}

body {
  background: #F5F5F5;
  color: #383838;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
  min-width: 1200px;
}
@media (max-width: 767px) {
  body {
    min-width: auto;
  }
}

.fade-in-animation {
  opacity: 0;
  position: relative;
  transform: translate(0, 30px);
}
@media (max-width: 767px) {
  .fade-in-animation {
    transform: translate(0, 5.1282051282vw);
  }
}
.fade-in-animation.show {
  transform: translate(0, 0);
  transition: transform 0.9s, opacity 0.9s;
  opacity: 1;
}

#header {
  background: rgba(255, 255, 255, 0.8);
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 8;
}
#header.header-top {
  opacity: 0;
  transition: all 0.8s;
}
#header.header-top.show {
  opacity: 1;
}
#header .header-content {
  align-items: center;
  display: flex;
  height: 130px;
  justify-content: space-between;
  padding: 0 100px;
}
@media (max-width: 767px) {
  #header .header-content {
    height: 60px;
    padding: 0 20px;
  }
}
#header .header-content .logo-com {
  width: 178px;
}
@media (max-width: 767px) {
  #header .header-content .logo-com {
    width: 119px;
  }
}
@media (min-width: 768px) {
  #header .header-content .logo-com a:hover img {
    opacity: 0.8;
  }
  #header .header-content .logo-com a img {
    transition: all 0.4s;
  }
}
#header .header-content .logo-com img {
  vertical-align: top;
  width: 100%;
}
#header .header-content .btn-nav {
  display: none;
  height: 40px;
  position: relative;
  width: 40px;
}
@media (max-width: 767px) {
  #header .header-content .btn-nav {
    display: block;
  }
  #header .header-content .btn-nav.opened span {
    transition: left 0.3s ease 0s, bottom 0.3s ease 0s, top 0.3s ease 0s, transform 0.3s ease 0.3s, opacity 0.3s ease 0s;
  }
  #header .header-content .btn-nav.opened span:nth-of-type(1) {
    bottom: 0;
    left: 4px;
    transform: rotate(45deg);
  }
  #header .header-content .btn-nav.opened span:nth-of-type(2) {
    opacity: 0;
  }
  #header .header-content .btn-nav.opened span:nth-of-type(3) {
    top: 0;
    left: 4px;
    transform: rotate(-45deg);
  }
}
#header .header-content .btn-nav span {
  background: grey;
  bottom: 0;
  border-radius: 1px;
  display: block;
  height: 2px;
  margin: auto 0;
  position: absolute;
  top: 0;
  transition: left 0.3s ease 0.3s, bottom 0.3s ease 0.3s, top 0.3s ease 0.3s, transform 0.3s ease 0s, opacity 0.3s ease 0.3s;
  width: 32px;
}
#header .header-content .btn-nav span:nth-of-type(1) {
  bottom: 16px;
  left: 8px;
}
#header .header-content .btn-nav span:nth-of-type(2) {
  left: 4px;
}
#header .header-content .btn-nav span:nth-of-type(3) {
  top: 16px;
}
#header .header-content .nav-content {
  display: flex;
}
@media (max-width: 767px) {
  #header .header-content .nav-content {
    background: rgba(255, 255, 255, 0.8);
    display: block;
    left: 100%;
    padding: 0 0 5.1282051282vw;
    position: fixed;
    top: 60px;
    transition: all 0.3s;
    width: 100%;
  }
  #header .header-content .nav-content.opened {
    left: 0;
    --diff: 0.05s;
    --init: 0.2s;
  }
  #header .header-content .nav-content.opened .link-list li {
    opacity: 1;
    transform: translate(0, 0);
  }
  #header .header-content .nav-content.opened .link-list li:nth-of-type(1) {
    transition-delay: calc(var(--init) + var(--diff) * 0);
  }
  #header .header-content .nav-content.opened .link-list li:nth-of-type(2) {
    transition-delay: calc(var(--init) + var(--diff) * 1);
  }
  #header .header-content .nav-content.opened .link-list li:nth-of-type(3) {
    transition-delay: calc(var(--init) + var(--diff) * 2);
  }
  #header .header-content .nav-content.opened .link-list li:nth-of-type(4) {
    transition-delay: calc(var(--init) + var(--diff) * 3);
  }
  #header .header-content .nav-content.opened .link-list li:nth-of-type(5) {
    transition-delay: calc(var(--init) + var(--diff) * 4);
  }
  #header .header-content .nav-content.opened .link-list li:nth-of-type(6) {
    transition-delay: calc(var(--init) + var(--diff) * 5);
  }
  #header .header-content .nav-content.opened .lang-list {
    opacity: 1;
    transform: translate(0, 0);
    transition-delay: calc(var(--init) + var(--diff) * 6);
  }
}
#header .header-content .link-list {
  display: flex;
}
@media (max-width: 767px) {
  #header .header-content .link-list {
    display: block;
  }
}
#header .header-content .link-list li {
  color: #6E6E6E;
  font-size: 1.1875rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin: 0 30px;
}
@media (max-width: 767px) {
  #header .header-content .link-list li {
    font-size: 1.125rem;
    margin: 0;
    opacity: 0;
    padding: 0 5.1282051282vw;
    transition: all 0.4s;
    transform: translate(0, 20px);
    text-align: right;
  }
}
#header .header-content .link-list li a {
  position: relative;
  transition: all 0.3s;
}
#header .header-content .link-list li a::after {
  background: #005AA8;
  bottom: -2px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  transition: all 0.3s;
  transform: translate(-50%, 0);
  width: 0;
}
@media (min-width: 1200px) {
  #header .header-content .link-list li a:hover {
    color: #005AA8;
  }
  #header .header-content .link-list li a:hover::after {
    width: 120%;
  }
}
@media (max-width: 767px) {
  #header .header-content .link-list li a {
    display: block;
    padding: 2.5641025641vw 0;
  }
}
#header .header-content .lang-list {
  border: 1px solid #383838;
  box-sizing: content-box;
  display: flex;
  width: 100px;
}
@media (max-width: 767px) {
  #header .header-content .lang-list {
    margin: 2.5641025641vw 5.1282051282vw 0 auto;
    opacity: 0;
    transition: all 0.4s;
    transform: translate(0, 20px);
  }
}
#header .header-content .lang-list li {
  color: #383838;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}
#header .header-content .lang-list li a, #header .header-content .lang-list li span {
  background: #fff;
  display: block;
  width: 50px;
}
#header .header-content .lang-list li span {
  background: #383838;
  color: #fff;
}
#header .header-content .lang-list li a {
  transition: all 0.3s;
}
#header .header-content .lang-list li a:hover {
  background: rgba(0, 90, 168, 0.8);
  color: #fff;
}

#footer {
  background: #484848;
}
#footer .footer-content {
  padding: 50px 0 10px;
}
@media (max-width: 767px) {
  #footer .footer-content {
    padding: 12.8205128205vw 0 2.5641025641vw;
  }
}
#footer .footer-content.en {
  padding: 50px 0 50px;
}
@media (max-width: 767px) {
  #footer .footer-content.en {
    padding: 12.8205128205vw 0 12.8205128205vw;
  }
}
#footer .footer-content.en .copy {
  margin-top: 20px;
}
@media (max-width: 767px) {
  #footer .footer-content.en .copy {
    margin-top: 5.1282051282vw;
  }
}
#footer .footer-content .logo-footer {
  margin: 0 auto;
  width: 241px;
}
@media (max-width: 767px) {
  #footer .footer-content .logo-footer {
    width: 41.0256410256vw;
  }
}
#footer .footer-content .desc {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 81px auto 80px;
  text-align: center;
}
@media (max-width: 767px) {
  #footer .footer-content .desc {
    font-size: 1rem;
    margin: 10.2564102564vw auto 20.5128205128vw;
  }
}
#footer .footer-content .copy {
  color: #fff;
  font-size: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  #footer .footer-content .copy {
    font-size: 2.5641025641vw;
  }
}

#page-404 {
  padding: 200px 20px;
  text-align: center;
}
#page-404 .page-title {
  margin-bottom: 2em;
}
#page-404 p {
  margin-bottom: 1em;
}
#page-404 .btn-back {
  color: #005AA8;
  font-weight: bold;
  text-decoration: underline;
}

#page-top {
  overflow: hidden;
  padding: 0 0 200px;
}
@media (max-width: 767px) {
  #page-top {
    overflow: hidden;
    padding: 0 0 20.5128205128vw;
  }
}
#page-top .init-loading {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}
#page-top .init-loading .logo-loading {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
}
@media (max-width: 767px) {
  #page-top .init-loading .logo-loading {
    width: 51.2820512821vw;
  }
}
#page-top .init-loading .logo-loading::after {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 100%);
  content: "";
  display: block;
  height: 120%;
  left: 0;
  position: absolute;
  top: -10%;
  transform: rotate(20deg);
  width: 100px;
  z-index: 1;
  animation: slide 2s ease infinite;
  animation-fill-mode: forwards;
}
@keyframes slide {
  0% {
    left: -20%;
  }
  50% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
#page-top .init-loading .logo-loading svg path {
  fill: #005AA8;
}
#page-top .section-main-visual {
  position: relative;
}
#page-top .section-main-visual .bg-img {
  background-position: center;
  background-size: cover;
  height: 100vh;
  opacity: 0;
  transition: all 1.6s;
}
#page-top .section-main-visual .bg-img.show {
  opacity: 1;
}
@media (max-width: 1199px) {
  #page-top .section-main-visual .bg-img {
    height: 820px;
  }
}
@media (max-width: 767px) {
  #page-top .section-main-visual .bg-img {
    height: 115.3846153846vw;
  }
}
#page-top .section-main-visual .main-visual-content {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.2);
  bottom: 215px;
  height: 350px;
  position: absolute;
  right: 0;
  transition: all 0.8s;
  transform: translate(100%, 0);
  z-index: 1;
  width: calc(275px + 50vw);
}
#page-top .section-main-visual .main-visual-content.show {
  transform: translate(0, 0);
}
#page-top .section-main-visual .main-visual-content.show .main-visual-txt-box .sub-head {
  opacity: 1;
  transform: translate(0, 0);
}
#page-top .section-main-visual .main-visual-content.show .main-visual-txt-box .head {
  opacity: 1;
  transform: translate(0, 0);
}
@media (max-width: 1199px) {
  #page-top .section-main-visual .main-visual-content {
    bottom: 165px;
    width: 875px;
  }
}
@media (max-width: 767px) {
  #page-top .section-main-visual .main-visual-content {
    background: rgba(255, 255, 255, 0.6);
    bottom: 80px;
    height: auto;
    width: calc(100% - 40px);
  }
}
#page-top .section-main-visual .main-visual-content .main-visual-txt-box {
  padding-top: 63px;
  text-align: right;
  width: 825px;
}
@media (max-width: 767px) {
  #page-top .section-main-visual .main-visual-content .main-visual-txt-box {
    padding: 14px 20px 17px 0;
    width: 100%;
  }
}
#page-top .section-main-visual .main-visual-content .main-visual-txt-box .sub-head {
  color: #005AA8;
  font-family: "Oswald", sans-serif;
  font-size: 3.375rem;
  font-weight: bold;
  margin-bottom: 19px;
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 0.8s ease 1s;
}
@media (max-width: 767px) {
  #page-top .section-main-visual .main-visual-content .main-visual-txt-box .sub-head {
    font-size: 1.6875rem;
    margin-bottom: 2.5641025641vw;
  }
}
#page-top .section-main-visual .main-visual-content .main-visual-txt-box .head {
  color: #ffffff;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.667;
  opacity: 0;
  text-shadow: 0 3px 10px #484848;
  transform: translate(0, 20px);
  transition: all 0.8s ease 2.2s;
}
@media (max-width: 767px) {
  #page-top .section-main-visual .main-visual-content .main-visual-txt-box .head {
    font-size: 0.9375rem;
  }
}
#page-top .section-main-visual .scroll-down-area {
  bottom: -150px;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: all 0.8s;
  width: 200px;
}
#page-top .section-main-visual .scroll-down-area.show {
  opacity: 1;
}
#page-top .section-main-visual .scroll-down-area.show .line::after {
  height: 100%;
}
@media (max-width: 767px) {
  #page-top .section-main-visual .scroll-down-area {
    bottom: -19.2307692308vw;
    width: 35.8974358974vw;
  }
}
#page-top .section-main-visual .scroll-down-area .text {
  color: #005AA8;
  font-size: 1.3125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  #page-top .section-main-visual .scroll-down-area .text {
    font-size: 0.875rem;
  }
}
#page-top .section-main-visual .scroll-down-area .line {
  height: 200px;
  margin: 20px auto 0;
  position: relative;
  width: 2px;
}
#page-top .section-main-visual .scroll-down-area .line::after {
  background: #005AA8;
  content: "";
  display: block;
  height: 0;
  left: 0;
  top: 0;
  transition: all 2s ease 1s;
  width: 2px;
}
@media (max-width: 767px) {
  #page-top .section-main-visual .scroll-down-area .line {
    height: 25.641025641vw;
    margin-top: 2.5641025641vw;
  }
}
#page-top .section-news {
  padding: 190px 0 156px;
}
@media (max-width: 767px) {
  #page-top .section-news {
    padding: 15.3846153846vw 0 15.3846153846vw;
  }
}
#page-top .section-news .section-content {
  align-items: center;
  display: flex;
  margin: 50px auto 0;
  width: 900px;
}
@media (max-width: 767px) {
  #page-top .section-news .section-content {
    box-sizing: border-box;
    display: block;
    margin: 10.2564102564vw auto 0;
    padding: 0 5.1282051282vw;
    width: 100%;
  }
}
#page-top .section-news .section-content .head-area {
  width: 190px;
}
@media (max-width: 767px) {
  #page-top .section-news .section-content .head-area {
    margin-bottom: 15px;
  }
  #page-top .section-news .section-content .head-area::after {
    background: #383838;
    content: "";
    display: block;
    height: 2px;
    margin-top: -3.3333333333vw;
    width: 51.2820512821vw;
  }
}
#page-top .section-news .section-content .head-area .txt-news {
  color: #484848;
  font-family: "Oswald", sans-serif;
  font-size: 3.75rem;
  line-height: 1.4;
  width: 140px;
}
@media (max-width: 767px) {
  #page-top .section-news .section-content .head-area .txt-news {
    font-size: 3.75rem;
  }
}
#page-top .section-news .section-content .content-area {
  border-left: 1px solid #383838;
  box-sizing: border-box;
  padding-left: 50px;
  width: 710px;
}
@media (max-width: 767px) {
  #page-top .section-news .section-content .content-area {
    border: 0;
    padding-left: 0;
    width: 100%;
  }
}
#page-top .section-news .section-content .content-area .news-list li {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.45;
}
@media (max-width: 767px) {
  #page-top .section-news .section-content .content-area .news-list li {
    font-size: 1rem;
  }
}
#page-top .section-news .section-content .content-area .news-list li:nth-of-type(n+2) {
  margin-top: 3px;
}
@media (max-width: 767px) {
  #page-top .section-news .section-content .content-area .news-list li:nth-of-type(n+2) {
    border-top: 1px solid #ddd;
  }
}
#page-top .section-news .section-content .content-area .news-list li a {
  display: flex;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  #page-top .section-news .section-content .content-area .news-list li a {
    display: block;
    padding: 2.5641025641vw 0;
  }
}
@media (min-width: 1200px) {
  #page-top .section-news .section-content .content-area .news-list li a:hover {
    color: #005AA8;
  }
}
#page-top .section-news .section-content .content-area .news-list li time {
  display: block;
  min-width: 164px;
}
@media (max-width: 767px) {
  #page-top .section-news .section-content .content-area .news-list li .title {
    font-weight: normal;
  }
}
#page-top .section-news .section-content .content-area .link-area {
  margin-top: 7px;
  text-align: right;
}
#page-top .section-news .section-content .content-area .link-area .btn-more {
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.4285714286;
  padding-right: 15px;
  position: relative;
  transition: all 0.3s;
}
#page-top .section-news .section-content .content-area .link-area .btn-more::after {
  background: #005AA8;
  border-radius: 13px;
  content: "";
  display: block;
  height: 27px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.3s;
  transform: translate(0, -50%);
  width: 0;
}
@media (min-width: 1200px) {
  #page-top .section-news .section-content .content-area .link-area .btn-more:hover {
    color: #fff;
  }
  #page-top .section-news .section-content .content-area .link-area .btn-more:hover svg path {
    fill: #fff;
  }
  #page-top .section-news .section-content .content-area .link-area .btn-more:hover::after {
    width: 250px;
  }
}
#page-top .section-news .section-content .content-area .link-area .btn-more span {
  position: relative;
  z-index: 1;
}
#page-top .section-news .section-content .content-area .link-area .btn-more svg {
  display: inline;
  margin-left: 5px;
  vertical-align: -3px;
  width: 18px;
}
#page-top .section-news .section-content .content-area .link-area .btn-more svg path {
  transition: all 0.3s;
}
#page-top .section-vision {
  padding: 0 0 172px;
}
@media (max-width: 767px) {
  #page-top .section-vision {
    padding: 0 0 15.3846153846vw;
  }
}
#page-top .section-vision .section-content {
  margin: 0 auto;
  position: relative;
  width: 1100px;
}
@media (max-width: 767px) {
  #page-top .section-vision .section-content {
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 5.1282051282vw;
    width: 100%;
  }
}
#page-top .section-vision .section-content .bg-text {
  color: #EAEAEA;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 20rem;
  font-weight: bold;
  left: 20%;
  position: absolute;
  z-index: 0;
}
@media (max-width: 767px) {
  #page-top .section-vision .section-content .bg-text {
    font-size: 10rem;
  }
}
#page-top .section-vision .section-content .sub-head {
  color: #484848;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #page-top .section-vision .section-content .sub-head {
    font-size: 1.25rem;
    line-height: 1.45;
    margin-bottom: 4.1025641026vw;
    text-align: center;
  }
}
#page-top .section-vision .section-content .desc {
  color: #6E6E6E;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
  margin: 0 0 0 auto;
  position: relative;
  width: 610px;
  z-index: 1;
}
@media (max-width: 767px) {
  #page-top .section-vision .section-content .desc {
    font-size: 1rem;
    width: 100%;
  }
}
#page-top .section-product .section-content {
  margin: 0 auto;
  width: 1100px;
}
@media (max-width: 767px) {
  #page-top .section-product .section-content {
    width: 100%;
  }
}
#page-top .section-product .section-content .title-area {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  #page-top .section-product .section-content .title-area {
    display: block;
    margin-bottom: 3.5897435897vw;
    padding: 0 5.1282051282vw;
  }
}
#page-top .section-product .section-content .title-area .section-head {
  color: #484848;
  font-family: "Oswald", sans-serif;
  font-size: 7.5rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #page-top .section-product .section-content .title-area .section-head {
    font-size: 3.75rem;
  }
}
#page-top .section-product .section-content .title-area .head-ja {
  color: #484848;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: right;
}
@media (max-width: 767px) {
  #page-top .section-product .section-content .title-area .head-ja {
    font-size: 1.5625rem;
    margin-top: -8.9743589744vw;
  }
}
#page-top .section-product .section-content .title-area .head-ja.show::after {
  width: 600px;
}
#page-top .section-product .section-content .title-area .head-ja::after {
  background: #484848;
  content: "";
  display: block;
  height: 2px;
  margin: 0 0 0 auto;
  transition: all 1.2s;
  width: 0;
}
@media (max-width: 767px) {
  #page-top .section-product .section-content .title-area .head-ja::after {
    width: 100%;
  }
}
#page-top .section-product .section-content .columns {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1100px;
}
@media (max-width: 767px) {
  #page-top .section-product .section-content .columns {
    display: block;
    width: 100%;
  }
}
#page-top .section-product .section-content .columns .category-list {
  border-top: 1px solid #707070;
  width: 450px;
}
@media (max-width: 767px) {
  #page-top .section-product .section-content .columns .category-list {
    display: none;
    flex-wrap: wrap;
    width: 100%;
  }
}
#page-top .section-product .section-content .columns .category-list li {
  border-bottom: 1px solid #707070;
  color: #6E6E6E;
  font-size: 1.5rem;
  line-height: 120px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #page-top .section-product .section-content .columns .category-list li {
    font-size: 1rem;
    line-height: 15.3846153846vw;
    width: 50%;
  }
  #page-top .section-product .section-content .columns .category-list li:nth-of-type(n+1) {
    border-right: 1px solid #707070;
  }
}
#page-top .section-product .section-content .columns .category-list li a {
  display: block;
  height: 119px;
  padding: 0 0 0 54px;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  #page-top .section-product .section-content .columns .category-list li a {
    height: auto;
    padding-left: 5.1282051282vw;
  }
}
@media (min-width: 1200px) {
  #page-top .section-product .section-content .columns .category-list li a::before {
    box-shadow: 0 0 20px 10px inset #ffffff;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s;
    transform: scale(0.8);
    width: 100%;
  }
  #page-top .section-product .section-content .columns .category-list li a:hover::before {
    opacity: 1;
    transform: scale(1);
  }
  #page-top .section-product .section-content .columns .category-list li a:hover .icon-arrow {
    right: 109px;
  }
}
#page-top .section-product .section-content .columns .category-list li .logo-eforce {
  display: inline-block;
  vertical-align: middle;
  width: 229px;
}
@media (max-width: 767px) {
  #page-top .section-product .section-content .columns .category-list li .logo-eforce {
    width: 29.4871794872vw;
  }
}
#page-top .section-product .section-content .columns .category-list li .icon-arrow {
  bottom: 0;
  display: inline-block;
  fill: #6e6e6e;
  height: 26px;
  margin: auto 0;
  position: absolute;
  right: 119px;
  top: 0;
  transition: all 0.3s;
  width: 15px;
}
@media (max-width: 767px) {
  #page-top .section-product .section-content .columns .category-list li .icon-arrow {
    height: 4.6153846154vw;
    right: 5.1282051282vw;
    width: 2.5641025641vw;
  }
}
#page-top .section-product .section-content .columns .category-images {
  background: #000;
  height: 600px;
  overflow: hidden;
  position: relative;
  width: 600px;
}
@media (max-width: 767px) {
  #page-top .section-product .section-content .columns .category-images {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #page-top .section-product .section-content .columns .category-images:hover li a .bg-img {
    background-size: 110%;
  }
  #page-top .section-product .section-content .columns .category-images:hover li a .bg-img::after {
    opacity: 1;
  }
}
#page-top .section-product .section-content .columns .category-images li {
  height: 100%;
  opacity: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  #page-top .section-product .section-content .columns .category-images li {
    height: 66.96vw;
    opacity: 1;
    position: static;
    width: 89.29vw;
  }
}
#page-top .section-product .section-content .columns .category-images li a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  #page-top .section-product .section-content .columns .category-images li a {
    display: block;
    height: 66.96vw;
    position: relative;
    width: 89.29vw;
  }
}
#page-top .section-product .section-content .columns .category-images li.show {
  transition: all 0.4s;
  opacity: 1;
}
#page-top .section-product .section-content .columns .category-images li.show .num, #page-top .section-product .section-content .columns .category-images li.show .desc, #page-top .section-product .section-content .columns .category-images li.show .logo {
  opacity: 1;
  transition: all 0.4s;
}
#page-top .section-product .section-content .columns .category-images li.show .num {
  transition-delay: 0.1s;
  transform: translate(0, 0);
}
#page-top .section-product .section-content .columns .category-images li.show .desc {
  transition-delay: 0.15s;
  transform: translate(0, -50%);
}
#page-top .section-product .section-content .columns .category-images li.show .logo {
  transition-delay: 0.2s;
  transform: translate(0, 0);
}
#page-top .section-product .section-content .columns .category-images li.list-1 .logo {
  width: 249px;
}
@media (max-width: 767px) {
  #page-top .section-product .section-content .columns .category-images li.list-1 .logo {
    width: 32.0512820513vw;
  }
}
#page-top .section-product .section-content .columns .category-images li.list-2 .desc {
  font-size: 1.1875rem;
  letter-spacing: -0.06em;
}
@media (max-width: 767px) {
  #page-top .section-product .section-content .columns .category-images li.list-2 .desc {
    font-size: 0.8125rem;
  }
}
#page-top .section-product .section-content .columns .category-images li.list-2 .logo {
  width: 188px;
}
@media (max-width: 767px) {
  #page-top .section-product .section-content .columns .category-images li.list-2 .logo {
    width: 24.1025641026vw;
  }
}
#page-top .section-product .section-content .columns .category-images li.list-3 .logo {
  width: 188px;
}
@media (max-width: 767px) {
  #page-top .section-product .section-content .columns .category-images li.list-3 .logo {
    width: 24.1025641026vw;
  }
}
#page-top .section-product .section-content .columns .category-images li.list-4 .logo {
  width: 190px;
}
@media (max-width: 767px) {
  #page-top .section-product .section-content .columns .category-images li.list-4 .logo {
    width: 24.358974359vw;
  }
}
#page-top .section-product .section-content .columns .category-images li.list-5 .logo {
  width: 351px;
}
@media (max-width: 767px) {
  #page-top .section-product .section-content .columns .category-images li.list-5 .logo {
    width: 44.8717948718vw;
  }
}
#page-top .section-product .section-content .columns .category-images li .num, #page-top .section-product .section-content .columns .category-images li .desc, #page-top .section-product .section-content .columns .category-images li .logo {
  opacity: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #page-top .section-product .section-content .columns .category-images li .num, #page-top .section-product .section-content .columns .category-images li .desc, #page-top .section-product .section-content .columns .category-images li .logo {
    opacity: 1;
  }
}
#page-top .section-product .section-content .columns .category-images li .num {
  height: 145px;
  left: 50px;
  position: absolute;
  top: 50px;
  transform: translate(0, 20px);
}
@media (max-width: 767px) {
  #page-top .section-product .section-content .columns .category-images li .num {
    height: 18.4615384615vw;
    left: 5.1282051282vw;
    top: 5.1282051282vw;
    transform: translate(0, 0);
  }
}
#page-top .section-product .section-content .columns .category-images li .num img {
  height: 100%;
  width: auto;
}
#page-top .section-product .section-content .columns .category-images li .desc {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  left: 50px;
  letter-spacing: 0.02em;
  line-height: 1.45;
  position: absolute;
  top: 47%;
  transform: translate(0, calc(-50% + 20px));
}
@media (max-width: 767px) {
  #page-top .section-product .section-content .columns .category-images li .desc {
    left: 5.1282051282vw;
    letter-spacing: 0;
    font-size: 0.875rem;
    transform: translate(0, -50%);
    width: 91.08vw;
  }
}
#page-top .section-product .section-content .columns .category-images li .logo {
  bottom: 50px;
  position: absolute;
  right: 50px;
  transform: translate(0, 20px);
}
@media (max-width: 767px) {
  #page-top .section-product .section-content .columns .category-images li .logo {
    right: 5.1282051282vw;
    bottom: 5.1282051282vw;
    transform: translate(0, 0);
  }
}
#page-top .section-product .section-content .columns .category-images li .bg-img {
  background-position: center;
  background-size: 100%;
  padding-top: 100%;
  position: relative;
  transition: all 0.3s;
}
#page-top .section-product .section-content .columns .category-images li .bg-img::after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 100%;
}
@media (max-width: 767px) {
  #page-top .section-product .section-content .columns .category-images li .bg-img {
    padding-top: 75%;
  }
}

#page-en {
  overflow: hidden;
  padding: 0 0 95px;
}
@media (max-width: 767px) {
  #page-en {
    overflow: hidden;
    padding: 0 0 20.5128205128vw;
  }
}
#page-en .section-main-visual {
  position: relative;
}
#page-en .section-main-visual .bg-img {
  background-position: center;
  background-size: cover;
  height: 100vh;
  opacity: 0;
  transition: all 1.6s;
}
#page-en .section-main-visual .bg-img.show {
  opacity: 1;
}
@media (max-width: 1199px) {
  #page-en .section-main-visual .bg-img {
    height: 820px;
  }
}
@media (max-width: 767px) {
  #page-en .section-main-visual .bg-img {
    height: 115.3846153846vw;
  }
}
#page-en .section-main-visual .main-visual-content {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.2);
  bottom: 215px;
  height: 350px;
  position: absolute;
  right: 0;
  transition: all 0.8s;
  transform: translate(100%, 0);
  z-index: 1;
  width: calc(275px + 50vw);
}
#page-en .section-main-visual .main-visual-content.show {
  transform: translate(0, 0);
}
#page-en .section-main-visual .main-visual-content.show .main-visual-txt-box .sub-head {
  opacity: 1;
  transform: translate(0, 0);
}
#page-en .section-main-visual .main-visual-content.show .main-visual-txt-box .head {
  opacity: 1;
  transform: translate(0, 0);
}
@media (max-width: 1199px) {
  #page-en .section-main-visual .main-visual-content {
    bottom: 165px;
    width: 875px;
  }
}
@media (max-width: 767px) {
  #page-en .section-main-visual .main-visual-content {
    background: rgba(255, 255, 255, 0.6);
    bottom: 80px;
    height: auto;
    width: calc(100% - 40px);
  }
}
#page-en .section-main-visual .main-visual-content .main-visual-txt-box {
  padding-top: 63px;
  text-align: right;
  width: 825px;
}
@media (max-width: 767px) {
  #page-en .section-main-visual .main-visual-content .main-visual-txt-box {
    padding: 14px 20px 17px 0;
    width: 100%;
  }
}
#page-en .section-main-visual .main-visual-content .main-visual-txt-box .sub-head {
  color: #005AA8;
  font-family: "Oswald", sans-serif;
  font-size: 3.375rem;
  font-weight: bold;
  margin-bottom: 19px;
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 0.8s ease 1s;
}
@media (max-width: 767px) {
  #page-en .section-main-visual .main-visual-content .main-visual-txt-box .sub-head {
    font-size: 1.6875rem;
    margin-bottom: 2.5641025641vw;
  }
}
#page-en .section-main-visual .main-visual-content .main-visual-txt-box .head {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.375;
  opacity: 0;
  text-shadow: 0 3px 10px #484848;
  transform: translate(0, 20px);
  transition: all 0.8s ease 2.2s;
}
@media (max-width: 767px) {
  #page-en .section-main-visual .main-visual-content .main-visual-txt-box .head {
    font-size: 0.9375rem;
  }
}
#page-en .section-main-visual .scroll-down-area {
  bottom: -150px;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: all 0.8s;
  width: 200px;
}
#page-en .section-main-visual .scroll-down-area.show {
  opacity: 1;
}
#page-en .section-main-visual .scroll-down-area.show .line::after {
  height: 100%;
}
@media (max-width: 767px) {
  #page-en .section-main-visual .scroll-down-area {
    bottom: -19.2307692308vw;
    width: 35.8974358974vw;
  }
}
#page-en .section-main-visual .scroll-down-area .text {
  color: #005AA8;
  font-size: 1.3125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  #page-en .section-main-visual .scroll-down-area .text {
    font-size: 0.875rem;
  }
}
#page-en .section-main-visual .scroll-down-area .line {
  height: 200px;
  margin: 20px auto 0;
  position: relative;
  width: 2px;
}
#page-en .section-main-visual .scroll-down-area .line::after {
  background: #005AA8;
  content: "";
  display: block;
  height: 0;
  left: 0;
  top: 0;
  transition: all 2s ease 1s;
  width: 2px;
}
@media (max-width: 767px) {
  #page-en .section-main-visual .scroll-down-area .line {
    height: 25.641025641vw;
    margin-top: 2.5641025641vw;
  }
}
#page-en .section-vision {
  padding: 0 0 118px;
}
@media (max-width: 767px) {
  #page-en .section-vision {
    padding: 0;
  }
}
#page-en .section-vision .section-content {
  margin: 0 auto;
  padding: 252px 0 0px;
  position: relative;
  width: 1100px;
}
@media (max-width: 767px) {
  #page-en .section-vision .section-content {
    box-sizing: border-box;
    overflow: hidden;
    padding: 30.7692307692vw 5.1282051282vw 15.3846153846vw;
    width: 100%;
  }
}
#page-en .section-vision .section-content .bg-text {
  color: #EAEAEA;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 20rem;
  font-weight: bold;
  left: 20%;
  position: absolute;
  top: 102px;
  z-index: 0;
}
@media (max-width: 767px) {
  #page-en .section-vision .section-content .bg-text {
    font-size: 10rem;
    top: 28.2051282051vw;
  }
}
#page-en .section-vision .section-content .desc {
  color: #005AA8;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.3636363636;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media (max-width: 767px) {
  #page-en .section-vision .section-content .desc {
    font-size: 1rem;
    width: 100%;
  }
}
#page-en .section-product .section-content {
  margin: 0 auto;
  padding: 0 0 36px;
  width: 1100px;
}
@media (max-width: 767px) {
  #page-en .section-product .section-content {
    padding: 0 0 15.3846153846vw;
    width: 100%;
  }
}
#page-en .section-product .section-content .title-area {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  #page-en .section-product .section-content .title-area {
    display: block;
    margin-bottom: 3.5897435897vw;
    padding: 0 5.1282051282vw;
  }
}
#page-en .section-product .section-content .title-area .section-head {
  color: #484848;
  font-family: "Oswald", sans-serif;
  font-size: 7.5rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #page-en .section-product .section-content .title-area .section-head {
    font-size: 3.75rem;
  }
}
#page-en .section-product .section-content .title-area .head-ja {
  color: #484848;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: right;
}
@media (max-width: 767px) {
  #page-en .section-product .section-content .title-area .head-ja {
    font-size: 0.875rem;
    letter-spacing: 0;
    margin-top: -6.4102564103vw;
  }
}
#page-en .section-product .section-content .title-area .head-ja.show::after {
  width: 600px;
}
#page-en .section-product .section-content .title-area .head-ja::after {
  background: #484848;
  content: "";
  display: block;
  height: 2px;
  margin: 0 0 0 auto;
  transition: all 1.2s;
  width: 0;
}
@media (max-width: 767px) {
  #page-en .section-product .section-content .title-area .head-ja::after {
    width: 100%;
  }
}
#page-en .section-product .section-content .sub-title {
  color: #005AA8;
  font-family: "Oswald", sans-serif;
  font-size: 2.625rem;
  letter-spacing: 0.06em;
  margin: 57px 0 34px;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  #page-en .section-product .section-content .sub-title {
    font-size: 1.75rem;
    margin: 7.6923076923vw 0 3.8461538462vw;
  }
}
#page-en .section-product .section-content .sub-title::after {
  background: #EAEAEA;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 38px;
  width: 750px;
  z-index: -1;
}
@media (max-width: 767px) {
  #page-en .section-product .section-content .sub-title::after {
    height: 3.8461538462vw;
    top: 4.8717948718vw;
    width: 76.9230769231vw;
  }
}
#page-en .section-product .section-content > .desc {
  color: #6E6E6E;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  line-height: 1.67;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  #page-en .section-product .section-content > .desc {
    font-size: 0.875rem;
    padding: 0 5.1282051282vw;
    text-align: left;
  }
}
#page-en .section-product .section-content .sub-head {
  color: #005AA8;
  font-size: 1.875rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  #page-en .section-product .section-content .sub-head {
    font-size: 1.25rem;
    margin-bottom: 5.1282051282vw;
  }
}
#page-en .section-product .section-content .wrapper-sawafuji, #page-en .section-product .section-content .wrapper-eiko {
  margin-bottom: 170px;
  position: relative;
}
@media (max-width: 767px) {
  #page-en .section-product .section-content .wrapper-sawafuji, #page-en .section-product .section-content .wrapper-eiko {
    margin-bottom: 21.7948717949vw;
  }
}
#page-en .section-product .section-content .wrapper-sawafuji .bg-img, #page-en .section-product .section-content .wrapper-eiko .bg-img {
  bottom: -30px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  #page-en .section-product .section-content .wrapper-sawafuji .bg-img, #page-en .section-product .section-content .wrapper-eiko .bg-img {
    bottom: auto;
    top: -8.9743589744vw;
  }
}
#page-en .section-product .section-content .wrapper-sawafuji .bg-img img, #page-en .section-product .section-content .wrapper-eiko .bg-img img {
  vertical-align: top;
  width: 100%;
}
#page-en .section-product .section-content .wrapper-sawafuji .bg-img {
  width: 833px;
}
@media (max-width: 767px) {
  #page-en .section-product .section-content .wrapper-sawafuji .bg-img {
    width: 62.8205128205vw;
  }
}
#page-en .section-product .section-content .wrapper-eiko .bg-img {
  width: 418px;
}
@media (max-width: 767px) {
  #page-en .section-product .section-content .wrapper-eiko .bg-img {
    width: 53.5897435897vw;
  }
}
#page-en .section-product .section-content .logo {
  margin: 62px auto 20px;
}
@media (max-width: 767px) {
  #page-en .section-product .section-content .logo {
    margin: 7.9487179487vw auto 5.1282051282vw;
  }
}
#page-en .section-product .section-content .logo.sawafuji {
  width: 230px;
}
@media (max-width: 767px) {
  #page-en .section-product .section-content .logo.sawafuji {
    width: 39.2307692308vw;
  }
}
#page-en .section-product .section-content .logo.eiko {
  width: 230px;
}
@media (max-width: 767px) {
  #page-en .section-product .section-content .logo.eiko {
    width: 39.2307692308vw;
  }
}
#page-en .section-product .section-content .logo.e-force {
  width: 379px;
}
@media (max-width: 767px) {
  #page-en .section-product .section-content .logo.e-force {
    width: 64.8717948718vw;
  }
}
#page-en .section-product .section-content .logo img {
  vertical-align: top;
  width: 100%;
}
#page-en .section-product .section-content .product-list {
  display: flex;
  justify-content: center;
  margin: 15px 0 35px;
  width: 100%;
}
@media (max-width: 767px) {
  #page-en .section-product .section-content .product-list {
    flex-wrap: wrap;
    margin: 2.5641025641vw 0 7.6923076923vw;
  }
}
#page-en .section-product .section-content .product-list.products > li .img-box img {
  width: 160px;
}
#page-en .section-product .section-content .product-list.sawafuji > li .img-box img {
  width: 205px;
}
#page-en .section-product .section-content .product-list.eiko {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  #page-en .section-product .section-content .product-list.eiko > li:nth-of-type(n+6) {
    margin-top: 60px;
  }
}
#page-en .section-product .section-content .product-list.eiko > li .img-box img {
  width: 168px;
}
#page-en .section-product .section-content .product-list > li {
  width: 220px;
}
@media (max-width: 767px) {
  #page-en .section-product .section-content .product-list > li {
    width: 46%;
    margin: 0 2% 2.5641025641vw;
  }
  #page-en .section-product .section-content .product-list > li:nth-of-type(n+3) {
    margin-top: 5.1282051282vw;
  }
}
#page-en .section-product .section-content .product-list > li .img-box {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #page-en .section-product .section-content .product-list > li .img-box {
    margin-bottom: 1.2820512821vw;
  }
}
#page-en .section-product .section-content .product-list > li .img-box img {
  margin: 0 auto;
  max-width: 100%;
  vertical-align: top;
  width: 133px;
}
#page-en .section-product .section-content .product-list > li .list-head {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.25;
  margin-top: 26px;
  text-align: center;
}
@media (max-width: 767px) {
  #page-en .section-product .section-content .product-list > li .list-head {
    font-size: 0.875rem;
    margin-top: 3.5897435897vw;
  }
}
#page-en .section-product .section-content .figure-box-e-force {
  margin: 0 auto;
  width: 484px;
}
@media (max-width: 767px) {
  #page-en .section-product .section-content .figure-box-e-force {
    width: 83.3333333333vw;
  }
}
#page-en .section-product .section-content .figure-box-e-force img {
  vertical-align: top;
  width: 100%;
}
#page-en .section-product .section-content .link-eforce {
  background: #AC071F;
  border: 2px solid #AC071F;
  border-radius: 11px;
  color: #fff;
  display: block;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  line-height: 18px;
  margin: 30px auto 0;
  text-align: center;
  transition: all 0.4s;
  width: 214px;
}
#page-en .section-product .section-content .link-eforce:hover {
  background: #fff;
  color: #AC071F;
  letter-spacing: 0.15em;
}
#page-en .section-company {
  margin: 0 auto;
  padding: 40px 0 0;
  position: relative;
  width: 1100px;
}
@media (max-width: 767px) {
  #page-en .section-company {
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
  }
}
#page-en .section-company .bg-txt {
  color: #EAEAEA;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 15rem;
  font-weight: bold;
  line-height: 1;
  top: 16px;
  transform-origin: 100% 0;
  transform: rotate(-90deg);
  position: absolute;
  right: 210px;
}
@media (max-width: 767px) {
  #page-en .section-company .bg-txt {
    font-size: 5.375rem;
    right: 110px;
  }
}
#page-en .section-company .head-area {
  margin: 0 auto;
  position: absolute;
  top: 56px;
  width: 1100px;
}
@media (max-width: 767px) {
  #page-en .section-company .head-area {
    position: relative;
    top: auto;
    width: 100%;
  }
}
#page-en .section-company .head-area .section-head {
  color: #7AAACD;
  letter-spacing: 0.06em;
  font-family: "Oswald", sans-serif;
}
#page-en .section-company .company-info-list {
  margin-left: 254px;
  position: relative;
  width: 700px;
  z-index: 1;
}
@media (max-width: 767px) {
  #page-en .section-company .company-info-list {
    margin-left: 0;
    padding-top: 5.1282051282vw;
    width: 100%;
  }
}
#page-en .section-company .company-info-list > li {
  align-items: center;
  border-bottom: 1px solid #707070;
  display: flex;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding: 20px 0;
  --head-width: 176px;
}
@media (max-width: 767px) {
  #page-en .section-company .company-info-list > li {
    display: block;
    padding: 5.1282051282vw 0;
    --head-width: auto;
  }
}
#page-en .section-company .company-info-list > li:last-of-type {
  border-bottom: none;
}
#page-en .section-company .company-info-list > li .head {
  box-sizing: border-box;
  font-size: 0.9375rem;
  line-height: 1.4;
  padding-right: 48px;
  text-align: right;
  width: var(--head-width);
}
@media (max-width: 767px) {
  #page-en .section-company .company-info-list > li .head {
    font-weight: bold;
    padding-right: 0;
    padding-bottom: 1.2820512821vw;
    text-align: left;
  }
}
#page-en .section-company .company-info-list > li .body {
  font-size: 1rem;
  line-height: 1.5;
  width: calc(100% - var(--head-width));
}
@media (max-width: 767px) {
  #page-en .section-company .company-info-list > li .body {
    width: 100%;
  }
}
#page-en .section-company .company-info-list > li .body .caution {
  font-size: 0.6875rem;
  letter-spacing: 0.02em;
}
#page-en .section-company .company-info-list > li .officer-list > li {
  display: flex;
}
@media (max-width: 767px) {
  #page-en .section-company .company-info-list > li .officer-list > li {
    display: block;
  }
  #page-en .section-company .company-info-list > li .officer-list > li:nth-of-type(n+2) {
    margin-top: 1.2820512821vw;
  }
}
#page-en .section-company .company-info-list > li .officer-list > li .officer-head {
  width: 320px;
}
@media (max-width: 767px) {
  #page-en .section-company .company-info-list > li .officer-list > li .officer-head {
    width: 100%;
  }
}
#page-en .section-company .company-info-list > li .officer-list > li .officer-body {
  padding-left: 20px;
}
@media (max-width: 767px) {
  #page-en .section-company .company-info-list > li .officer-list > li .officer-body {
    padding-left: 0;
    text-align: right;
  }
}
#page-en .section-company .company-info-list > li .branch-list > li:nth-of-type(n+2) {
  margin-top: 27px;
}
@media (max-width: 767px) {
  #page-en .section-company .company-info-list > li .branch-list > li:nth-of-type(n+2) {
    margin-top: 3.8461538462vw;
  }
}
#page-en .section-company .company-info-list > li .branch-list > li .list-head {
  font-weight: bold;
}
@media (max-width: 767px) {
  #page-en .section-company .company-info-list > li .branch-list > li .list-head {
    margin-top: 1.2820512821vw;
  }
}
#page-en .section-company .company-info-list > li .branch-list > li .access-area {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 29px;
  padding-right: 105px;
}
@media (max-width: 767px) {
  #page-en .section-company .company-info-list > li .branch-list > li .access-area {
    margin-top: 2.5641025641vw;
    padding-right: 0;
  }
}
#page-en .section-company .company-info-list > li .branch-list > li .access-area .access {
  font-size: 0.75rem;
}
#page-en .section-company .company-info-list > li .branch-list > li .access-area .btn-google-map {
  height: 25px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 25px;
  padding: 0 20px;
  position: relative;
}
#page-en .section-company .company-info-list > li .branch-list > li .access-area .btn-google-map::before {
  background-color: #005AA8;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s;
  width: 5px;
}
#page-en .section-company .company-info-list > li .branch-list > li .access-area .btn-google-map span {
  position: relative;
  transition: all 0.4s;
  z-index: 1;
}
@media (min-width: 1200px) {
  #page-en .section-company .company-info-list > li .branch-list > li .access-area .btn-google-map:hover {
    color: #fff;
  }
  #page-en .section-company .company-info-list > li .branch-list > li .access-area .btn-google-map:hover::before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #page-en .section-company .company-info-list > li .branch-list > li .access-area .btn-google-map {
    height: 6.4102564103vw;
    line-height: 6.4102564103vw;
    padding: 0 3.8461538462vw;
  }
}
#page-en .section-contact .section-content {
  margin: 0 auto;
  padding: 82px 0 0;
  text-align: center;
  width: 1100px;
}
@media (max-width: 767px) {
  #page-en .section-contact .section-content {
    padding: 10.2564102564vw 0 0;
    width: 100%;
  }
}
#page-en .section-contact .section-content .sub-title {
  color: #005AA8;
  font-family: "Oswald", sans-serif;
  font-size: 2.625rem;
  letter-spacing: 0.06em;
  margin: 57px 0 34px;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  #page-en .section-contact .section-content .sub-title {
    font-size: 1.75rem;
    margin: 7.6923076923vw 0 3.8461538462vw;
  }
}
#page-en .section-contact .section-content .sub-title::after {
  background: #EAEAEA;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 38px;
  width: 750px;
  z-index: -1;
}
@media (max-width: 767px) {
  #page-en .section-contact .section-content .sub-title::after {
    height: 3.8461538462vw;
    top: 4.8717948718vw;
    width: 76.9230769231vw;
  }
}
#page-en .section-contact .section-content .sub-head {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.25;
  margin-top: 35px;
}
@media (max-width: 767px) {
  #page-en .section-contact .section-content .sub-head {
    font-size: 4.1025641026vw;
    margin-top: 5.1282051282vw;
  }
}
#page-en .section-contact .section-content .tel-num {
  color: #005AA8;
  font-size: 2.1875rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  #page-en .section-contact .section-content .tel-num {
    font-size: 1.75rem;
  }
}
#page-en .section-contact .section-content .tel-num:hover {
  text-decoration: underline;
}
#page-en .section-contact .section-content .link-mail {
  display: inline-block;
  margin-top: 11px;
  transition: all 0.4s;
  width: 100px;
}
@media (max-width: 767px) {
  #page-en .section-contact .section-content .link-mail {
    width: 20.5128205128vw;
  }
}
#page-en .section-contact .section-content .link-mail:hover {
  transform: scale(1.05);
}

#page-sawafuji .section-main-visual {
  position: relative;
}
#page-sawafuji .section-main-visual .bg-img {
  background-position: center;
  background-size: cover;
  height: 700px;
}
@media (max-width: 767px) {
  #page-sawafuji .section-main-visual .bg-img {
    height: 125.641025641vw;
  }
}
#page-sawafuji .section-main-visual .logo-main {
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 14px;
  width: 267px;
}
@media (max-width: 767px) {
  #page-sawafuji .section-main-visual .logo-main {
    height: 30.7692307692vw;
    top: 25.641025641vw;
    margin: 0 auto;
    width: 41.0256410256vw;
  }
}
#page-sawafuji .section-main-visual .page-title {
  bottom: 136px;
  color: #fff;
  font-size: 3.125rem;
  left: 0;
  letter-spacing: 0.06em;
  line-height: 1.4;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  #page-sawafuji .section-main-visual .page-title {
    bottom: auto;
    font-size: 2.5rem;
    top: 88.4615384615vw;
  }
}
#page-sawafuji .section-main-visual .num {
  bottom: 0;
  color: #919191;
  font-size: 15rem;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  height: 300px;
  left: 0;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: auto;
  position: absolute;
  right: 600px;
  top: 100px;
  width: 240px;
}
@media (max-width: 767px) {
  #page-sawafuji .section-main-visual .num {
    font-size: 6.25rem;
    height: auto;
    left: 12.8205128205vw;
    right: auto;
    top: 61.5384615385vw;
    width: auto;
  }
}
#page-sawafuji .section-content .section-container {
  color: #6E6E6E;
  margin: 0 auto;
  padding: 50px 0 100px;
  width: 1100px;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container {
    box-sizing: border-box;
    padding: 10.2564102564vw 5.1282051282vw 10.2564102564vw;
    width: 100%;
  }
}
#page-sawafuji .section-content .section-container .intro {
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  line-height: 1.44;
  margin-bottom: 49px;
  text-align: center;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .intro {
    margin-bottom: 7.6923076923vw;
  }
}
#page-sawafuji .section-content .section-container .tag-list {
  display: flex;
  width: 1100px;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .tag-list {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
}
#page-sawafuji .section-content .section-container .tag-list li {
  background: #6E6E6E;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0.06em;
  text-align: center;
  transition: all 0.3s;
  width: 220px;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .tag-list li {
    font-size: 1rem;
    height: 10.2564102564vw;
    line-height: 10.2564102564vw;
    margin-top: 2.5641025641vw;
    width: calc(50% - 1.28vw);
  }
}
#page-sawafuji .section-content .section-container .tag-list li.current {
  background: #005AA8;
  cursor: inherit;
}
#page-sawafuji .section-content .section-container .tag-list li.current:hover {
  opacity: 1;
}
#page-sawafuji .section-content .section-container .tag-list li:hover {
  opacity: 0.7;
}
#page-sawafuji .section-content .section-container .content-list > li {
  display: none;
  padding: 51px 0 0;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li {
    padding: 10.2564102564vw 0 0;
  }
}
#page-sawafuji .section-content .section-container .content-list > li:nth-of-type(1) {
  display: block;
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-1 > .head {
  margin-bottom: 53px;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-1 > .head {
    margin-bottom: 5.1282051282vw;
    text-align: left;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-1 > .desc {
  margin-bottom: 104px;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-1 > .desc {
    margin-bottom: 10.2564102564vw;
    text-align: left;
  }
  #page-sawafuji .section-content .section-container .content-list > li#list-product-1 > .desc br {
    display: none;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-1 .large-product-list {
  display: flex;
  justify-content: center;
  margin-bottom: 148px;
  width: 100%;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-1 .large-product-list {
    justify-content: space-between;
    margin-bottom: 10.2564102564vw;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-1 .large-product-list > li {
  text-align: center;
  width: 50%;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-1 .large-product-list > li {
    width: calc(50% - 1.28vw);
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-1 .large-product-list > li .img-box {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-1 .large-product-list > li .img-box {
    margin-bottom: 5.1282051282vw;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-1 .large-product-list > li .img-box img {
  margin: 0 auto;
  max-width: 100%;
  vertical-align: top;
  width: 358px;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-1 .large-product-list > li .img-box img {
    width: 80%;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-1 .large-product-list > li .list-head {
  color: #005AA8;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-1 .large-product-list > li .list-head {
    font-size: 1.125rem;
    margin-bottom: 2.5641025641vw;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-1 .large-product-list > li .desc {
  font-size: 1.125rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-1 .large-product-list > li .desc {
    font-size: 0.875rem;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-1 .large-product-list > li .spec {
  color: #6E6E6E;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.43;
  margin-top: 20px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-1 .large-product-list > li .spec {
    transition: all 0.4s;
    position: relative;
  }
  #page-sawafuji .section-content .section-container .content-list > li#list-product-1 .large-product-list > li .spec::after {
    background: #005AA8;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    transition: all 0.4s;
    right: 0;
    top: 0;
    width: 0;
    z-index: -1;
  }
  #page-sawafuji .section-content .section-container .content-list > li#list-product-1 .large-product-list > li .spec:hover {
    color: #fff;
  }
  #page-sawafuji .section-content .section-container .content-list > li#list-product-1 .large-product-list > li .spec:hover::after {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-1 .large-product-list > li .spec {
    font-size: 0.75rem;
    margin-top: 2.5641025641vw;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-1 .other-list-head {
  color: #005AA8;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-1 .other-list-head {
    font-size: 1.125rem;
    margin-bottom: 2.5641025641vw;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-1 .other-list {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-1 .other-list {
    display: block;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-1 .other-list li {
  box-shadow: 2px 2px 2px rgba(72, 72, 72, 0.4), -5px -5px 3px white;
  height: 150px;
  margin: 0 10px;
  padding: 25px 0 0;
  position: relative;
  width: 320px;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-1 .other-list li {
    height: auto;
    margin: 5.1282051282vw auto;
    padding: 3.8461538462vw 0;
    width: 80%;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-1 .other-list li .list-head {
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-1 .other-list li .list-head {
    font-size: 1.125rem;
    margin-bottom: 2.5641025641vw;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-1 .other-list li .desc {
  font-size: 0.875rem;
  line-height: 1.45;
  left: 0;
  letter-spacing: 0.06em;
  text-align: center;
  position: absolute;
  top: calc(50% + 20px);
  transform: translate(0, -50%);
  width: 100%;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-1 .other-list li .desc {
    position: static;
    transform: translate(0, 0);
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-2 .feature-area {
  margin-top: -2px;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-2 .feature-area {
    margin-top: 0;
    margin-bottom: 10.2564102564vw;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-2 .feature-area .feature-head {
  height: 80px;
  margin: 0 auto;
  position: relative;
  top: 32px;
  width: 490px;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-2 .feature-area .feature-head {
    height: auto;
    top: auto;
    width: 100%;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-2 .feature-area .feature-head .sub-head-1 {
  font-size: 1rem;
  left: 0;
  line-height: 1.5;
  position: absolute;
  top: 16px;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-2 .feature-area .feature-head .sub-head-1 {
    left: auto;
    position: relative;
    text-align: center;
    top: auto;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-2 .feature-area .feature-head .sub-head-2 {
  bottom: 0;
  color: #F0AC00;
  font-size: 1.75rem;
  font-weight: bold;
  left: 0;
  letter-spacing: 0.15em;
  line-height: 1.5;
  position: absolute;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-2 .feature-area .feature-head .sub-head-2 {
    font-size: 1.5rem;
    position: relative;
    text-align: center;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-2 .feature-area .feature-head .head {
  bottom: 0;
  color: #005AA8;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  position: absolute;
  right: 0;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-2 .feature-area .feature-head .head {
    font-size: 1.875rem;
    margin-top: 1.2820512821vw;
    position: relative;
    text-align: center;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-2 .feature-area .feature-head .head span {
  display: inline-block;
  margin-right: 6px;
  vertical-align: -6px;
  width: 50px;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-2 .feature-area .feature-head .head span {
    width: 7.6923076923vw;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-2 .feature-area .feature-list {
  border-bottom: 3px solid #005AA8;
  border-left: 3px solid #005AA8;
  border-right: 3px solid #005AA8;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 62px 44px 37px;
  position: relative;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-2 .feature-area .feature-list {
    box-sizing: border-box;
    display: block;
    margin-top: 2.5641025641vw;
    padding: 5.1282051282vw 2.5641025641vw;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-2 .feature-area .feature-list::before, #page-sawafuji .section-content .section-container .content-list > li#list-product-2 .feature-area .feature-list::after {
  background: #005AA8;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  top: 0;
  width: 260px;
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-2 .feature-area .feature-list::before {
  left: 0;
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-2 .feature-area .feature-list::after {
  right: 0;
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-2 .feature-area .feature-list > li {
  display: flex;
  width: 31%;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-2 .feature-area .feature-list > li {
    width: 100%;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-2 .feature-area .feature-list > li:nth-of-type(n+4) {
  margin-top: 12px;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-2 .feature-area .feature-list > li:nth-of-type(n+4) {
    margin-top: 3.0769230769vw;
  }
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-2 .feature-area .feature-list > li:nth-of-type(n+2) {
    margin-top: 3.0769230769vw;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-2 .feature-area .feature-list > li .head {
  border-right: 1px solid #005AA8;
  box-sizing: border-box;
  color: #005AA8;
  font-family: "Oswald", sans-serif;
  font-size: 3.125rem;
  height: 42px;
  letter-spacing: 0.06em;
  line-height: 36px;
  padding-left: 20px;
  position: relative;
  text-align: center;
  width: 48px;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-2 .feature-area .feature-list > li .head {
    height: 10.7692307692vw;
    line-height: 9.2307692308vw;
    padding-left: 5.1282051282vw;
    width: 12.3076923077vw;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-2 .feature-area .feature-list > li .head span {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: bold;
  left: 2px;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  top: -14px;
  transform: rotate(90deg);
  transform-origin: 0 100%;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-2 .feature-area .feature-list > li .head span {
    top: -2.8205128205vw;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-2 .feature-area .feature-list > li .desc {
  color: #707070;
  font-size: 1.0625rem;
  line-height: 1.1;
  padding-left: 8px;
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-2 .feature-area .feature-list > li .desc {
    font-size: 1rem;
    line-height: 1.4;
    padding-left: 2.0512820513vw;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-2 .columns {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-2 .columns {
    flex-wrap: wrap;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-2 .columns .column.left {
  width: 650px;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-2 .columns .column.left {
    width: 100%;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-2 .columns .column.right {
  width: 400px;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-2 .columns .column.right {
    width: 100%;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-3 .columns {
  display: flex;
  justify-content: space-between;
  margin-top: 29px;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-3 .columns {
    display: block;
    margin-top: 3.8461538462vw;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-3 .columns .column {
  background-image: linear-gradient(to bottom, #005AA8, #002D54 100%);
  height: 570px;
  position: relative;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-3 .columns .column {
    box-sizing: border-box;
    height: auto;
    padding: 0 0 0 2.5641025641vw;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-3 .columns .column.left {
  width: 610px;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-3 .columns .column.left {
    width: 100%;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-3 .columns .column.right {
  width: 450px;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-3 .columns .column.right {
    margin-top: 5.1282051282vw;
    width: 100%;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-3 .columns .column .desc-column {
  color: #fff;
  font-size: 17px;
  line-height: 2.35;
  position: relative;
  text-align: center;
  top: 135px;
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-3 .columns .column .desc-column {
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.45;
    padding: 3.8461538462vw 5.1282051282vw 3.8461538462vw 0;
    top: auto;
    transform: none;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-3 .columns .column .column-content {
  background: #fff;
  bottom: 0;
  height: 300px;
  padding: 20px 0 0;
  position: absolute;
  right: 0;
  width: calc(100% - 10px);
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-3 .columns .column .column-content {
    bottom: auto;
    height: auto;
    padding: 2.5641025641vw 0;
    position: relative;
    right: auto;
    width: 100%;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-4 > .head {
  margin-bottom: 51px;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-4 > .head {
    margin-bottom: 5.1282051282vw;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-4 > .desc {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-4 > .desc {
    margin-bottom: 10.2564102564vw;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-4 .introduction-area {
  padding: 46px 0 32px;
  position: relative;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-4 .introduction-area {
    margin-bottom: 7.6923076923vw;
    padding: 7.6923076923vw 0 7.6923076923vw;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-4 .introduction-area::before {
  background: #7AAACD;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: -1;
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-4 .introduction-area .area-head {
  color: #005AA8;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.06em;
  left: 0;
  position: absolute;
  text-align: center;
  top: -16px;
  width: 100%;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-4 .introduction-area .area-head {
    font-size: 1.25rem;
    top: -3.3333333333vw;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-4 .introduction-area .area-intro {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.44;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-4 .introduction-area .area-intro {
    font-size: 1rem;
    text-align: left;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-4 .introduction-area .area-list {
  margin-top: 28px;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-4 .introduction-area .area-list {
    margin-top: 5.1282051282vw;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-4 .introduction-area .area-list li {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-4 .introduction-area .area-list li {
    font-size: 1rem;
    line-height: 1.45;
  }
}
#page-sawafuji .section-content .section-container .content-list > li#list-product-4 .introduction-area .area-list li:nth-of-type(n+2) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li#list-product-4 .introduction-area .area-list li:nth-of-type(n+2) {
    margin-top: 3.8461538462vw;
  }
}
#page-sawafuji .section-content .section-container .content-list > li > .head {
  color: #005AA8;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li > .head {
    font-size: 1.25rem;
    margin-bottom: 2.5641025641vw;
  }
}
#page-sawafuji .section-content .section-container .content-list > li > .desc {
  color: #6E6E6E;
  font-size: 1.125rem;
  line-height: 1.44;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li > .desc {
    font-size: 1rem;
    margin-bottom: 7.6923076923vw;
  }
}
#page-sawafuji .section-content .section-container .content-list > li > .list-head, #page-sawafuji .section-content .section-container .content-list > li .columns .column > .list-head {
  color: #005AA8;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.45;
  margin: 53px 0 15px;
  text-align: center;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li > .list-head, #page-sawafuji .section-content .section-container .content-list > li .columns .column > .list-head {
    font-size: 1.25rem;
    margin: 0 0 3.8461538462vw;
  }
}
#page-sawafuji .section-content .section-container .content-list > li > .list-head::after, #page-sawafuji .section-content .section-container .content-list > li .columns .column > .list-head::after {
  background: #6E6E6E;
  content: "";
  display: block;
  height: 2px;
  margin: 9px auto 0;
  width: 100%;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li > .list-head::after, #page-sawafuji .section-content .section-container .content-list > li .columns .column > .list-head::after {
    margin: 2.3076923077vw auto 0;
  }
}
#page-sawafuji .section-content .section-container .content-list > li .product-list {
  display: flex;
  justify-content: center;
  margin: 15px 0 35px;
  width: 100%;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li .product-list {
    flex-wrap: wrap;
    margin: 2.5641025641vw 0 7.6923076923vw;
  }
}
#page-sawafuji .section-content .section-container .content-list > li .product-list > li {
  padding-bottom: 30px;
  position: relative;
  text-align: center;
  width: 220px;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li .product-list > li {
    width: 46%;
    margin: 0 2% 2.5641025641vw;
    padding-bottom: 6.4102564103vw;
  }
  #page-sawafuji .section-content .section-container .content-list > li .product-list > li:nth-of-type(n+3) {
    margin-top: 2.5641025641vw;
  }
}
#page-sawafuji .section-content .section-container .content-list > li .product-list > li .img-box {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li .product-list > li .img-box {
    margin-bottom: 1.2820512821vw;
  }
}
#page-sawafuji .section-content .section-container .content-list > li .product-list > li .img-box img {
  margin: 0 auto;
  max-width: 100%;
  vertical-align: top;
  width: 133px;
}
#page-sawafuji .section-content .section-container .content-list > li .product-list > li .list-head {
  color: #005AA8;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li .product-list > li .list-head {
    font-size: 1.125rem;
  }
}
#page-sawafuji .section-content .section-container .content-list > li .product-list > li .desc {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li .product-list > li .desc {
    white-space: normal;
  }
}
#page-sawafuji .section-content .section-container .content-list > li .product-list > li .spec {
  color: #6E6E6E;
  bottom: 0;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  left: 50%;
  line-height: 1.43;
  margin-top: 10px;
  padding: 0 20px;
  position: absolute;
  transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  #page-sawafuji .section-content .section-container .content-list > li .product-list > li .spec {
    transition: all 0.4s;
    z-index: 2;
  }
  #page-sawafuji .section-content .section-container .content-list > li .product-list > li .spec::after {
    background: #005AA8;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    transition: all 0.4s;
    right: 0;
    top: 0;
    width: 0;
    z-index: -1;
  }
  #page-sawafuji .section-content .section-container .content-list > li .product-list > li .spec:hover {
    color: #fff;
  }
  #page-sawafuji .section-content .section-container .content-list > li .product-list > li .spec:hover::after {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #page-sawafuji .section-content .section-container .content-list > li .product-list > li .spec {
    font-size: 0.75rem;
    margin-top: 1.2820512821vw;
  }
}

#page-develop .section-main-visual {
  position: relative;
}
#page-develop .section-main-visual .bg-img {
  background-position: center;
  background-size: cover;
  height: 700px;
}
@media (max-width: 767px) {
  #page-develop .section-main-visual .bg-img {
    height: 125.641025641vw;
  }
}
#page-develop .section-main-visual .logo-main {
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
}
@media (max-width: 767px) {
  #page-develop .section-main-visual .logo-main {
    height: 30.7692307692vw;
    top: 25.641025641vw;
    margin: 0 auto;
    width: 30.7692307692vw;
  }
}
#page-develop .section-main-visual .page-title {
  bottom: 136px;
  color: #fff;
  font-size: 3.125rem;
  left: 0;
  letter-spacing: 0.06em;
  line-height: 1.4;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  #page-develop .section-main-visual .page-title {
    bottom: auto;
    font-size: 2.5rem;
    top: 88.4615384615vw;
  }
}
#page-develop .section-main-visual .page-sub-title {
  bottom: 106px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  left: 0;
  letter-spacing: 0.06em;
  line-height: 1.5;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  #page-develop .section-main-visual .page-sub-title {
    bottom: auto;
    font-size: 1.25rem;
    top: 102.5641025641vw;
  }
}
#page-develop .section-main-visual .num {
  bottom: 0;
  color: #919191;
  font-size: 15rem;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  height: 300px;
  left: 0;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: auto;
  position: absolute;
  right: 600px;
  top: 100px;
  width: 240px;
}
@media (max-width: 767px) {
  #page-develop .section-main-visual .num {
    font-size: 6.25rem;
    height: auto;
    left: 12.8205128205vw;
    right: auto;
    top: 61.5384615385vw;
    width: auto;
  }
}
#page-develop .section-content .section-container {
  color: #6E6E6E;
  margin: 0 auto;
  padding: 51px 0 0;
  width: 1100px;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container {
    box-sizing: border-box;
    padding: 10.2564102564vw 5.1282051282vw 0;
    width: 100%;
  }
}
#page-develop .section-content .section-container .section-head {
  color: #005AA8;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .section-head {
    font-size: 1.25rem;
    margin-bottom: 5.1282051282vw;
  }
}
#page-develop .section-content .section-container > .desc {
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  line-height: 1.44;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container > .desc {
    font-size: 1rem;
    margin-bottom: 10.2564102564vw;
    text-align: left;
  }
  #page-develop .section-content .section-container > .desc br {
    display: none;
  }
}
#page-develop .section-content .section-container .develop-head-en {
  color: #7AAACD;
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
}
#page-develop .section-content .section-container .develop-head-ja {
  color: #005AA8;
  font-size: 1.375rem;
  letter-spacing: 0.06em;
  line-height: 1.45;
  margin-bottom: 30px;
  text-align: center;
}
#page-develop .section-content .section-container .develop-head-ja::after {
  background: #7AAACD;
  content: "";
  display: block;
  height: 1px;
  margin: 0 auto;
  width: 300px;
}
#page-develop .section-content .section-container .order-flow-list {
  height: 310px;
  margin: 0 auto;
  position: relative;
  width: 950px;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .order-flow-list {
    box-sizing: border-box;
    height: auto;
    padding: 0 20px 0;
    width: 100%;
  }
}
#page-develop .section-content .section-container .order-flow-list > li {
  border: 1px solid #7AAACD;
  border-radius: 3px;
  box-sizing: border-box;
  height: 130px;
  list-style: none;
  padding: 9px 0 0;
  position: absolute;
  width: 200px;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .order-flow-list > li {
    display: block;
    height: 40vw;
    margin: 0 auto 15.3846153846vw;
    padding: 2.8205128205vw 0 0;
    position: relative;
    width: 61.5384615385vw;
  }
}
#page-develop .section-content .section-container .order-flow-list > li:nth-of-type(1) {
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .order-flow-list > li:nth-of-type(1) {
    left: auto;
    top: auto;
  }
}
#page-develop .section-content .section-container .order-flow-list > li:nth-of-type(2) {
  left: 250px;
  top: 0;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .order-flow-list > li:nth-of-type(2) {
    left: auto;
    top: auto;
  }
}
#page-develop .section-content .section-container .order-flow-list > li:nth-of-type(3) {
  left: 500px;
  top: 0;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .order-flow-list > li:nth-of-type(3) {
    left: auto;
    top: auto;
  }
}
#page-develop .section-content .section-container .order-flow-list > li:nth-of-type(4) {
  left: 750px;
  top: 0;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .order-flow-list > li:nth-of-type(4) {
    left: auto;
    top: auto;
  }
}
#page-develop .section-content .section-container .order-flow-list > li:nth-of-type(5) {
  left: 750px;
  top: 180px;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .order-flow-list > li:nth-of-type(5) {
    left: auto;
    top: auto;
  }
}
#page-develop .section-content .section-container .order-flow-list > li:nth-of-type(6) {
  left: 500px;
  top: 180px;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .order-flow-list > li:nth-of-type(6) {
    left: auto;
    top: auto;
  }
}
#page-develop .section-content .section-container .order-flow-list > li:nth-of-type(7) {
  left: 250px;
  top: 180px;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .order-flow-list > li:nth-of-type(7) {
    left: auto;
    top: auto;
  }
}
#page-develop .section-content .section-container .order-flow-list > li:nth-of-type(8) {
  left: 0;
  top: 180px;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .order-flow-list > li:nth-of-type(8) {
    left: auto;
    top: auto;
  }
}
#page-develop .section-content .section-container .order-flow-list > li:nth-of-type(1) .icon-arrow, #page-develop .section-content .section-container .order-flow-list > li:nth-of-type(2) .icon-arrow, #page-develop .section-content .section-container .order-flow-list > li:nth-of-type(3) .icon-arrow {
  bottom: 0;
  margin: auto 0;
  right: -37px;
  top: 0;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .order-flow-list > li:nth-of-type(1) .icon-arrow, #page-develop .section-content .section-container .order-flow-list > li:nth-of-type(2) .icon-arrow, #page-develop .section-content .section-container .order-flow-list > li:nth-of-type(3) .icon-arrow {
    bottom: -10.7692307692vw;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: auto;
    transform: rotate(90deg);
  }
}
#page-develop .section-content .section-container .order-flow-list > li:nth-of-type(4) .icon-arrow {
  bottom: -38px;
  left: 0;
  margin: 0 auto;
  right: 0;
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .order-flow-list > li:nth-of-type(4) .icon-arrow {
    bottom: -10.7692307692vw;
  }
}
#page-develop .section-content .section-container .order-flow-list > li:nth-of-type(5) .icon-arrow, #page-develop .section-content .section-container .order-flow-list > li:nth-of-type(6) .icon-arrow, #page-develop .section-content .section-container .order-flow-list > li:nth-of-type(7) .icon-arrow {
  bottom: 0;
  left: -37px;
  margin: auto 0;
  top: 0;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .order-flow-list > li:nth-of-type(5) .icon-arrow, #page-develop .section-content .section-container .order-flow-list > li:nth-of-type(6) .icon-arrow, #page-develop .section-content .section-container .order-flow-list > li:nth-of-type(7) .icon-arrow {
    bottom: -10.7692307692vw;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: auto;
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .order-flow-list > li:last-child {
    margin-bottom: 0;
  }
}
#page-develop .section-content .section-container .order-flow-list > li .bg-num {
  color: #EAEAEA;
  font-family: "Oswald", sans-serif;
  font-size: 130px;
  font-weight: bold;
  left: 0;
  line-height: 1;
  position: absolute;
  top: -5px;
  z-index: -1;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .order-flow-list > li .bg-num {
    font-size: 40vw;
  }
}
#page-develop .section-content .section-container .order-flow-list > li .list-head {
  color: #005AA8;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .order-flow-list > li .list-head {
    font-size: 1.1875rem;
  }
}
#page-develop .section-content .section-container .order-flow-list > li .list-head::after {
  background: #7AAACD;
  content: "";
  display: block;
  height: 1px;
  margin: 9px auto;
  width: 180px;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .order-flow-list > li .list-head::after {
    margin: 2.8205128205vw auto;
    width: 55.3846153846vw;
  }
}
#page-develop .section-content .section-container .order-flow-list > li .desc {
  color: #6E6E6E;
  font-size: 12px;
  line-height: 1.42;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .order-flow-list > li .desc {
    font-size: 3.5897435897vw;
  }
}
#page-develop .section-content .section-container .order-flow-list > li .icon-arrow {
  height: 22px;
  position: absolute;
  width: 22px;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .order-flow-list > li .icon-arrow {
    height: 5.641025641vw;
    width: 5.641025641vw;
  }
}
#page-develop .section-content .section-container .order-flow-list > li .icon-arrow img {
  vertical-align: top;
  width: 100%;
}
#page-develop .section-content .section-container .caution {
  color: #6E6E6E;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  line-height: 1.42;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .caution {
    font-size: 0.8125rem;
    margin-top: 2.5641025641vw;
  }
}
#page-develop .section-content .section-container .tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto 0;
  width: 1100px;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .tag-list {
    box-sizing: border-box;
    justify-content: space-between;
    height: auto;
    margin-top: 10.2564102564vw;
    width: 100%;
  }
}
#page-develop .section-content .section-container .tag-list.no-mt {
  margin-top: 0;
}
#page-develop .section-content .section-container .tag-list li {
  background: #6E6E6E;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0.06em;
  text-align: center;
  transition: all 0.3s;
  width: 220px;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .tag-list li {
    font-size: 1rem;
    height: 10.2564102564vw;
    line-height: 10.2564102564vw;
    margin-top: 2.5641025641vw;
    width: 48%;
  }
}
#page-develop .section-content .section-container .tag-list li.current {
  background: #005AA8;
  cursor: inherit;
}
#page-develop .section-content .section-container .tag-list li.current:hover {
  opacity: 1;
}
#page-develop .section-content .section-container .tag-list li:hover {
  opacity: 0.7;
}
#page-develop .section-content .section-container .content-list > li {
  display: none;
  padding: 50px 0 50px;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li {
    padding: 10.2564102564vw 0;
  }
}
#page-develop .section-content .section-container .content-list > li:nth-of-type(1) {
  display: block;
}
#page-develop .section-content .section-container .content-list > li > .head {
  color: #005AA8;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.45;
  margin-bottom: 31px;
  text-align: center;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li > .head {
    margin-bottom: 1.875rem;
  }
}
#page-develop .section-content .section-container .content-list > li > .desc {
  color: #6E6E6E;
  font-size: 1.125rem;
  line-height: 1.44;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li > .desc {
    font-size: 1rem;
    margin-bottom: 1.875rem;
    text-align: left;
  }
  #page-develop .section-content .section-container .content-list > li > .desc br {
    display: none;
  }
}
#page-develop .section-content .section-container .content-list > li > .list-head {
  color: #005AA8;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.45;
  margin: 49px 0 29px;
  text-align: center;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li > .list-head {
    margin: 7.6923076923vw 0 7.6923076923vw;
  }
}
#page-develop .section-content .section-container .content-list > li > .list-head::after {
  background: #6E6E6E;
  content: "";
  display: block;
  height: 2px;
  margin: 10px auto 0;
  width: 100%;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li > .list-head::after {
    margin-top: 2.5641025641vw;
  }
}
#page-develop .section-content .section-container .content-list > li .product-list {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li .product-list {
    flex-wrap: wrap;
    margin: 2.5641025641vw 0 7.6923076923vw;
  }
}
#page-develop .section-content .section-container .content-list > li .product-list > li {
  text-align: center;
  width: 20%;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li .product-list > li {
    width: 46%;
    margin: 0 2% 2.5641025641vw;
  }
  #page-develop .section-content .section-container .content-list > li .product-list > li:nth-of-type(n+3) {
    margin-top: 2.5641025641vw;
  }
}
#page-develop .section-content .section-container .content-list > li .product-list > li .img-box {
  margin: 0 auto 10px;
  width: 181px;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li .product-list > li .img-box {
    width: 100%;
  }
}
#page-develop .section-content .section-container .content-list > li .product-list > li .img-box img {
  margin: 0 auto;
  max-width: 100%;
  vertical-align: top;
}
#page-develop .section-content .section-container .content-list > li .product-list > li .list-head {
  color: #005AA8;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li .product-list > li .list-head {
    font-size: 1rem;
  }
}
#page-develop .section-content .section-container .content-list > li .product-list > li .desc {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-align: center;
}
#page-develop .section-content .section-container .content-list > li .product-list > li .spec {
  color: #6E6E6E;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.43;
  margin-top: 10px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  #page-develop .section-content .section-container .content-list > li .product-list > li .spec {
    transition: all 0.4s;
    position: relative;
    z-index: 2;
  }
  #page-develop .section-content .section-container .content-list > li .product-list > li .spec::after {
    background: #005AA8;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    transition: all 0.4s;
    right: 0;
    top: 0;
    width: 0;
    z-index: -1;
  }
  #page-develop .section-content .section-container .content-list > li .product-list > li .spec:hover {
    color: #fff;
  }
  #page-develop .section-content .section-container .content-list > li .product-list > li .spec:hover::after {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li .product-list > li .spec {
    font-size: 0.75rem;
    margin-top: 1.2820512821vw;
  }
}
#page-develop .section-content .section-container .content-list > li#list-develop-2 .img-box img, #page-develop .section-content .section-container .content-list > li#list-develop-3 .img-box img, #page-develop .section-content .section-container .content-list > li#list-develop-4 .img-box img, #page-develop .section-content .section-container .content-list > li#list-develop-5 .img-box img {
  width: 181px;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li#list-develop-2 .img-box img, #page-develop .section-content .section-container .content-list > li#list-develop-3 .img-box img, #page-develop .section-content .section-container .content-list > li#list-develop-4 .img-box img, #page-develop .section-content .section-container .content-list > li#list-develop-5 .img-box img {
    width: 100%;
  }
}
#page-develop .section-content .section-container .content-list > li#list-develop-1 .figure-box {
  margin: 0 auto;
}
#page-develop .section-content .section-container .content-list > li#list-develop-1 .figure-box img {
  vertical-align: top;
  width: 100%;
}
#page-develop .section-content .section-container .content-list > li#list-develop-1 .figure-box.box-1 {
  width: 1003px;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li#list-develop-1 .figure-box.box-1 {
    width: 100%;
  }
}
#page-develop .section-content .section-container .content-list > li#list-develop-1 .figure-box.box-2 {
  margin-top: 28px;
  width: 662px;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li#list-develop-1 .figure-box.box-2 {
    margin-top: 6.4102564103vw;
    width: 100%;
  }
}
#page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li {
  padding: 20px 0 130px 20px;
  position: relative;
  text-align: center;
  width: 49%;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li {
    box-sizing: border-box;
    padding: 5.1282051282vw 20px;
    width: 100%;
  }
}
#page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li:nth-of-type(n+3) {
  margin-top: 25px;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li:nth-of-type(n+3) {
    margin-top: 2.5641025641vw;
  }
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li:nth-of-type(n+2) {
    margin-top: 5.1282051282vw;
  }
}
#page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li::before, #page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li::after {
  background: #005AA8;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
#page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li::before {
  border-radius: 0 100% 100% 0;
  height: 5px;
  width: 100%;
}
#page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li::after {
  border-radius: 0 0 100% 100%;
  height: 100%;
  width: 5px;
}
#page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li .list-head {
  color: #005AA8;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li .list-head {
    margin-bottom: 1.2820512821vw;
  }
}
#page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li .list-sub-head {
  box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 1.45;
  left: 0;
  letter-spacing: 0.06em;
  padding: 0 20px;
  position: absolute;
  top: 44px;
  width: 100%;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li .list-sub-head {
    padding: 0;
    position: static;
  }
}
#page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li .feature-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li .feature-list {
    margin-top: 5.1282051282vw;
  }
}
#page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li .feature-list > li {
  align-items: flex-start;
  display: flex;
  text-align: left;
  width: 100%;
}
#page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li .feature-list > li:nth-of-type(n+2) {
  margin-top: 14px;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li .feature-list > li:nth-of-type(n+2) {
    margin-top: 3.5897435897vw;
  }
}
#page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li .feature-list > li.half {
  margin-top: 0;
  width: 50%;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li .feature-list > li.half {
    margin-top: 3.5897435897vw;
    width: 100%;
  }
  #page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li .feature-list > li.half:nth-of-type(1) {
    margin-top: 0;
  }
}
#page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li .feature-list > li .head {
  border-right: 1px solid #005AA8;
  box-sizing: border-box;
  color: #005AA8;
  font-family: "Oswald", sans-serif;
  font-size: 2.125rem;
  letter-spacing: 0.06em;
  line-height: 43px;
  padding-left: 14px;
  position: relative;
  text-align: center;
  width: 34px;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li .feature-list > li .head {
    line-height: 11.0256410256vw;
    padding-left: 3.5897435897vw;
    width: 8.7179487179vw;
  }
}
#page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li .feature-list > li .head span {
  display: inline-block;
  font-size: 0.6875rem;
  left: 2px;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  top: -2px;
  transform: rotate(90deg);
  transform-origin: 0 100%;
}
#page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li .feature-list > li .desc {
  color: #707070;
  font-size: 0.75rem;
  line-height: 1.1;
  padding-left: 6px;
  text-align: left;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li .feature-list > li .desc {
    line-height: 1.3;
    flex: 1;
  }
}
#page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li .feature-list > li .desc .color {
  color: #F0AC00;
  display: block;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li .feature-list > li .desc .color {
    margin-bottom: 0.5128205128vw;
  }
}
#page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li .product-wrap {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li .product-wrap {
    left: auto;
    position: static;
    transform: translate(0, 0);
  }
}
#page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li .product-wrap > .img-box {
  margin: 15px auto 0;
  width: 134px;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li .product-wrap > .img-box {
    margin: 3.8461538462vw auto 0;
  }
}
#page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li .product-wrap > .img-box img {
  margin: 0 auto;
}
#page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li .product-wrap > .spec {
  color: #6E6E6E;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.43;
  padding: 0 20px;
}
@media (min-width: 768px) {
  #page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li .product-wrap > .spec {
    transition: all 0.4s;
    position: relative;
    z-index: 2;
  }
  #page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li .product-wrap > .spec::after {
    background: #005AA8;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    transition: all 0.4s;
    right: 0;
    top: 0;
    width: 0;
    z-index: -1;
  }
  #page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li .product-wrap > .spec:hover {
    color: #fff;
  }
  #page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li .product-wrap > .spec:hover::after {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li#list-develop-5 .mekatoro-list > li .product-wrap > .spec {
    font-size: 0.75rem;
  }
}
#page-develop .section-content .section-container .content-list > li#list-develop-7 .product-detail-list, #page-develop .section-content .section-container .content-list > li#list-develop-8 .product-detail-list {
  margin: 0 auto;
  width: 681px;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li#list-develop-7 .product-detail-list, #page-develop .section-content .section-container .content-list > li#list-develop-8 .product-detail-list {
    box-sizing: border-box;
    width: 100%;
  }
}
#page-develop .section-content .section-container .content-list > li#list-develop-7 .product-detail-list > li:nth-of-type(n+2), #page-develop .section-content .section-container .content-list > li#list-develop-8 .product-detail-list > li:nth-of-type(n+2) {
  margin-top: 28px;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li#list-develop-7 .product-detail-list > li:nth-of-type(n+2), #page-develop .section-content .section-container .content-list > li#list-develop-8 .product-detail-list > li:nth-of-type(n+2) {
    margin-top: 6.4102564103vw;
  }
}
#page-develop .section-content .section-container .content-list > li#list-develop-7 .product-detail-list > li .head-area, #page-develop .section-content .section-container .content-list > li#list-develop-8 .product-detail-list > li .head-area {
  border-bottom: 2px solid #6E6E6E;
  margin-bottom: 10px;
  padding-bottom: 12px;
  position: relative;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li#list-develop-7 .product-detail-list > li .head-area, #page-develop .section-content .section-container .content-list > li#list-develop-8 .product-detail-list > li .head-area {
    margin-bottom: 2.5641025641vw;
    padding-bottom: 1.2820512821vw;
  }
}
#page-develop .section-content .section-container .content-list > li#list-develop-7 .product-detail-list > li .head-area .head, #page-develop .section-content .section-container .content-list > li#list-develop-8 .product-detail-list > li .head-area .head {
  color: #005AA8;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.06em;
}
#page-develop .section-content .section-container .content-list > li#list-develop-7 .product-detail-list > li .head-area .maker, #page-develop .section-content .section-container .content-list > li#list-develop-8 .product-detail-list > li .head-area .maker {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li#list-develop-7 .product-detail-list > li .head-area .maker, #page-develop .section-content .section-container .content-list > li#list-develop-8 .product-detail-list > li .head-area .maker {
    bottom: 1.2820512821vw;
    position: absolute;
    right: 0;
  }
}
#page-develop .section-content .section-container .content-list > li#list-develop-7 .product-detail-list > li .head-area .code, #page-develop .section-content .section-container .content-list > li#list-develop-8 .product-detail-list > li .head-area .code {
  color: #005AA8;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.06em;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li#list-develop-7 .product-detail-list > li .head-area .code, #page-develop .section-content .section-container .content-list > li#list-develop-8 .product-detail-list > li .head-area .code {
    position: relative;
  }
}
#page-develop .section-content .section-container .content-list > li#list-develop-7 .product-detail-list > li .body-area, #page-develop .section-content .section-container .content-list > li#list-develop-8 .product-detail-list > li .body-area {
  display: flex;
  justify-content: space-between;
}
#page-develop .section-content .section-container .content-list > li#list-develop-7 .product-detail-list > li .body-area .img-box, #page-develop .section-content .section-container .content-list > li#list-develop-8 .product-detail-list > li .body-area .img-box {
  width: 103px;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li#list-develop-7 .product-detail-list > li .body-area .img-box, #page-develop .section-content .section-container .content-list > li#list-develop-8 .product-detail-list > li .body-area .img-box {
    width: 30%;
  }
}
#page-develop .section-content .section-container .content-list > li#list-develop-7 .product-detail-list > li .body-area .txt-box, #page-develop .section-content .section-container .content-list > li#list-develop-8 .product-detail-list > li .body-area .txt-box {
  width: 562px;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li#list-develop-7 .product-detail-list > li .body-area .txt-box, #page-develop .section-content .section-container .content-list > li#list-develop-8 .product-detail-list > li .body-area .txt-box {
    box-sizing: border-box;
    padding-left: 2%;
    width: 70%;
  }
}
#page-develop .section-content .section-container .content-list > li#list-develop-7 .product-detail-list > li .body-area .txt-box .desc, #page-develop .section-content .section-container .content-list > li#list-develop-8 .product-detail-list > li .body-area .txt-box .desc {
  font-size: 0.875rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li#list-develop-7 .product-detail-list > li .body-area .txt-box .desc, #page-develop .section-content .section-container .content-list > li#list-develop-8 .product-detail-list > li .body-area .txt-box .desc {
    white-space: normal;
  }
}
#page-develop .section-content .section-container .content-list > li#list-develop-7 .product-detail-list > li .body-area .txt-box .spec, #page-develop .section-content .section-container .content-list > li#list-develop-8 .product-detail-list > li .body-area .txt-box .spec {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.06em;
  margin-top: 4px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
#page-develop .section-content .section-container .content-list > li#list-develop-7 .product-detail-list > li .body-area .txt-box .spec::before, #page-develop .section-content .section-container .content-list > li#list-develop-8 .product-detail-list > li .body-area .txt-box .spec::before {
  background: #005AA8;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.4s;
  top: 0;
  width: 5px;
  z-index: -1;
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li#list-develop-7 .product-detail-list > li .body-area .txt-box .spec::before, #page-develop .section-content .section-container .content-list > li#list-develop-8 .product-detail-list > li .body-area .txt-box .spec::before {
    width: 0.7692307692vw;
  }
}
@media (min-width: 768px) {
  #page-develop .section-content .section-container .content-list > li#list-develop-7 .product-detail-list > li .body-area .txt-box .spec, #page-develop .section-content .section-container .content-list > li#list-develop-8 .product-detail-list > li .body-area .txt-box .spec {
    transition: all 0.4s;
  }
  #page-develop .section-content .section-container .content-list > li#list-develop-7 .product-detail-list > li .body-area .txt-box .spec:hover, #page-develop .section-content .section-container .content-list > li#list-develop-8 .product-detail-list > li .body-area .txt-box .spec:hover {
    color: #fff;
  }
  #page-develop .section-content .section-container .content-list > li#list-develop-7 .product-detail-list > li .body-area .txt-box .spec:hover::before, #page-develop .section-content .section-container .content-list > li#list-develop-8 .product-detail-list > li .body-area .txt-box .spec:hover::before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #page-develop .section-content .section-container .content-list > li#list-develop-7 .product-detail-list > li .body-area .txt-box .spec, #page-develop .section-content .section-container .content-list > li#list-develop-8 .product-detail-list > li .body-area .txt-box .spec {
    margin-top: 1.5384615385vw;
    padding: 0 2.5641025641vw;
  }
}

#page-news .page-container {
  padding: 174px 0 50px;
}
@media (max-width: 767px) {
  #page-news .page-container {
    padding: 23.0769230769vw 5.1282051282vw 12.8205128205vw;
  }
}
#page-news .page-container .page-title {
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  margin-bottom: 38px;
  text-align: center;
}
@media (max-width: 767px) {
  #page-news .page-container .page-title {
    margin-bottom: 7.6923076923vw;
  }
}
#page-news .page-container .news-list {
  margin: 0 auto;
  width: 550px;
}
@media (max-width: 767px) {
  #page-news .page-container .news-list {
    width: 100%;
  }
}
#page-news .page-container .news-list li {
  font-size: 0.875rem;
  line-height: 1.7;
}
@media (max-width: 767px) {
  #page-news .page-container .news-list li {
    font-size: 1rem;
    line-height: 1.45;
  }
}
#page-news .page-container .news-list li:nth-of-type(n+2) {
  margin-top: 10px;
}
@media (max-width: 767px) {
  #page-news .page-container .news-list li:nth-of-type(n+2) {
    margin-top: 3.8461538462vw;
  }
}
#page-news .page-container .news-list li a {
  display: flex;
  transition: all 0.3s;
}
#page-news .page-container .news-list li a:hover {
  color: #005AA8;
}
@media (max-width: 767px) {
  #page-news .page-container .news-list li a {
    display: block;
  }
}
#page-news .page-container .news-list li time {
  width: 100px;
}
@media (max-width: 767px) {
  #page-news .page-container .news-list li time {
    width: 100%;
  }
}
#page-news .page-container .news-list li .list-head {
  width: 450px;
}
@media (max-width: 767px) {
  #page-news .page-container .news-list li .list-head {
    margin-top: 0.7692307692vw;
    width: 100%;
  }
}
#page-news .page-container .pagination-list {
  display: flex;
  justify-content: center;
  margin-top: 39px;
}
@media (max-width: 767px) {
  #page-news .page-container .pagination-list {
    margin-top: 10.2564102564vw;
  }
}
#page-news .page-container .pagination-list li {
  margin: 0 15px;
}
@media (max-width: 767px) {
  #page-news .page-container .pagination-list li {
    margin: 0 2.5641025641vw;
  }
}
#page-news .page-container .pagination-list li span, #page-news .page-container .pagination-list li a {
  color: #fff;
  display: block;
  font-size: 1.25rem;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}
@media (max-width: 767px) {
  #page-news .page-container .pagination-list li span, #page-news .page-container .pagination-list li a {
    height: 7.6923076923vw;
    line-height: 7.6923076923vw;
    width: 7.6923076923vw;
  }
}
#page-news .page-container .pagination-list li a {
  background: #707070;
}
#page-news .page-container .pagination-list li span {
  background: #005AA8;
}

#page-news-single .page-container {
  padding: 192px 0 50px;
}
@media (max-width: 767px) {
  #page-news-single .page-container {
    padding: 23.0769230769vw 5.1282051282vw 12.8205128205vw;
  }
}
#page-news-single .page-container .page-title {
  color: #005AA8;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
#page-news-single .page-container .date {
  color: #005AA8;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
#page-news-single .page-container .content-area {
  margin: 0 auto 52px;
  padding: 40px 0 0;
  width: 756px;
}
@media (max-width: 767px) {
  #page-news-single .page-container .content-area {
    margin: 0 auto 12.8205128205vw;
    padding: 7.6923076923vw 0 0;
    width: 100%;
  }
}
#page-news-single .page-container .content-area h2 {
  border-left: 5px solid #005AA8;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1em;
  padding-left: 5px;
}
#page-news-single .page-container .content-area h3 {
  color: #005AA8;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1em;
}
#page-news-single .page-container .content-area h4 {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 1em;
}
#page-news-single .page-container .content-area ul {
  margin-bottom: 1em;
}
#page-news-single .page-container .content-area ul li {
  font-size: 0.875rem;
  padding-left: 1em;
  position: relative;
}
#page-news-single .page-container .content-area ul li:nth-of-type(n+2) {
  margin-top: 0.5em;
}
#page-news-single .page-container .content-area ul li:before {
  background: #005AA8;
  border-radius: 50%;
  content: "";
  display: block;
  height: 5px;
  left: calc(0.5em - 2px);
  position: absolute;
  top: calc(0.5em + 2px);
  width: 5px;
}
#page-news-single .page-container .content-area ol {
  counter-reset: item;
  margin-bottom: 1em;
}
#page-news-single .page-container .content-area ol li {
  counter-increment: item;
  font-size: 0.875rem;
  padding-left: 1em;
  position: relative;
}
#page-news-single .page-container .content-area ol li:nth-of-type(n+2) {
  margin-top: 0.5em;
}
#page-news-single .page-container .content-area ol li::before {
  content: counter(item) ". ";
  color: #005AA8;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
#page-news-single .page-container .content-area blockquote {
  background: #e1e1e1;
  border-left: 5px solid #484848;
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom: 1em;
  padding: 0.5em 1em;
}
#page-news-single .page-container .content-area blockquote > *:last-child {
  margin-bottom: 0;
}
#page-news-single .page-container .content-area a {
  color: #005AA8;
  font-weight: bold;
  text-decoration: underline;
}
#page-news-single .page-container .content-area a:hover {
  color: #003f75;
}
#page-news-single .page-container .content-area p {
  font-size: 0.875rem;
  line-height: 1.7;
  margin-bottom: 1em;
}
#page-news-single .page-container .btn-back {
  background: #484848;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: 34px;
  line-height: 34px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  transition: all 0.3s;
  width: 222px;
}
@media (min-width: 1200px) {
  #page-news-single .page-container .btn-back:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  #page-news-single .page-container .btn-back {
    height: 7.6923076923vw;
    line-height: 7.4358974359vw;
    width: 51.2820512821vw;
  }
}
#page-news-single .page-container .btn-back svg {
  bottom: 0;
  margin: auto 0;
  position: absolute;
  right: 20px;
  top: 0;
  width: 11px;
}
@media (max-width: 767px) {
  #page-news-single .page-container .btn-back svg {
    right: 5.1282051282vw;
    width: 2.8205128205vw;
  }
}
#page-news-single .page-container .btn-back svg path {
  fill: #fff;
}

#page-about {
  overflow: hidden;
  padding: 0 0 50px;
}
@media (max-width: 767px) {
  #page-about {
    padding: 0 0 12.8205128205vw;
  }
}
#page-about .section-main-visual {
  position: relative;
}
#page-about .section-main-visual .bg-img {
  background-position: center;
  background-size: cover;
  height: 700px;
}
@media (max-width: 767px) {
  #page-about .section-main-visual .bg-img {
    height: 125.641025641vw;
  }
}
#page-about .section-main-visual .logo-main {
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 14px;
  width: 200px;
  z-index: 1;
}
@media (max-width: 767px) {
  #page-about .section-main-visual .logo-main {
    height: 30.7692307692vw;
    top: 25.641025641vw;
    margin: 0 auto;
    width: 30.7692307692vw;
  }
}
#page-about .section-main-visual .page-title {
  bottom: 82px;
  color: #fff;
  font-size: 3.125rem;
  left: 0;
  line-height: 1.2;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  #page-about .section-main-visual .page-title {
    bottom: auto;
    font-size: 2rem;
    top: 88.4615384615vw;
  }
}
#page-about .section-main-visual .bg-txt {
  bottom: 0;
  font-family: "M PLUS 1p", sans-serif;
  left: 0;
  margin: auto;
  position: absolute;
  right: 678px;
  top: 280px;
  width: 678px;
}
@media (max-width: 767px) {
  #page-about .section-main-visual .bg-txt {
    bottom: auto;
    height: auto;
    left: 3.8461538462vw;
    right: auto;
    top: 66.6666666667vw;
    width: 41.0256410256vw;
  }
}
#page-about .tab-list {
  display: flex;
  justify-content: center;
  padding-top: 90px;
}
@media (max-width: 767px) {
  #page-about .tab-list {
    padding-top: 10.2564102564vw;
  }
}
#page-about .tab-list li {
  color: #484848;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 0.06em;
  margin: 0 50px;
  position: relative;
  text-align: center;
  width: 190px;
}
@media (max-width: 767px) {
  #page-about .tab-list li {
    font-size: 1rem;
    line-height: 7.6923076923vw;
    margin: 0 5.1282051282vw;
    width: 30.7692307692vw;
  }
}
#page-about .tab-list li::after {
  background: #005AA8;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transition: all 0.4s;
  width: 0;
}
#page-about .tab-list li:hover::after {
  width: 100%;
}
#page-about .tab-list li.current::after {
  width: 100%;
}
#page-about .toggle-wrapper {
  display: none;
}
#page-about .toggle-wrapper.show {
  display: block;
  animation: appear 0.6s ease;
}
@keyframes appear {
  0% {
    opacity: 0;
    transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
#page-about .section-mission {
  margin: 0 auto;
  padding: 141px 0 0;
  position: relative;
  width: 1100px;
}
@media (max-width: 767px) {
  #page-about .section-mission {
    box-sizing: border-box;
    padding: 10.2564102564vw 20px 0;
    width: 100%;
  }
}
#page-about .section-mission .bg-txt {
  color: #EAEAEA;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 11.1875rem;
  font-weight: bold;
  left: 20%;
  line-height: 1;
  position: absolute;
  top: 66px;
}
@media (max-width: 767px) {
  #page-about .section-mission .bg-txt {
    font-size: 5.375rem;
    top: 16.9230769231vw;
  }
}
#page-about .section-mission .section-head {
  color: #005AA8;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 3.75rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 41px;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media (max-width: 767px) {
  #page-about .section-mission .section-head {
    font-size: 1.875rem;
    margin-bottom: 6.4102564103vw;
  }
}
#page-about .section-mission .mission-list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1000px;
}
@media (max-width: 767px) {
  #page-about .section-mission .mission-list {
    display: block;
    width: 100%;
  }
}
#page-about .section-mission .mission-list li {
  background: #f5f5f5;
  box-shadow: 2px 2px 2px rgba(72, 72, 72, 0.4), -5px -5px 3px white;
  height: 300px;
  position: relative;
  width: 300px;
}
@media (max-width: 767px) {
  #page-about .section-mission .mission-list li {
    height: 20.5128205128vw;
    margin: 0 auto;
    width: 51.2820512821vw;
  }
  #page-about .section-mission .mission-list li:nth-of-type(n+2) {
    margin-top: 6.4102564103vw;
  }
}
#page-about .section-mission .mission-list li::before, #page-about .section-mission .mission-list li::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
#page-about .section-mission .mission-list li::before {
  border-bottom: 15px solid transparent;
  border-left: 15px solid #005AA8;
  border-right: 15px solid transparent;
  border-top: 15px solid #005AA8;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  #page-about .section-mission .mission-list li::before {
    border-width: 2.5641025641vw;
  }
}
#page-about .section-mission .mission-list li::after {
  border-bottom: 15px solid #005AA8;
  border-left: 15px solid transparent;
  border-right: 15px solid #005AA8;
  border-top: 15px solid transparent;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  #page-about .section-mission .mission-list li::after {
    border-width: 2.5641025641vw;
  }
}
#page-about .section-mission .mission-list li .list-head, #page-about .section-mission .mission-list li .list-head-en {
  color: #707070;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 2.8125rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #page-about .section-mission .mission-list li .list-head, #page-about .section-mission .mission-list li .list-head-en {
    font-size: 1.875rem;
  }
}
#page-about .section-mission .mission-list li .list-head {
  z-index: 2;
}
#page-about .section-mission .mission-list li .list-head-en {
  color: #EAEAEA;
  top: calc(50% + 17px);
  z-index: 1;
}
@media (max-width: 767px) {
  #page-about .section-mission .mission-list li .list-head-en {
    top: calc(50% + 8px);
  }
}
#page-about .section-message {
  margin: 0 auto 87px;
  padding: 87px 0 0;
  position: relative;
  width: 1100px;
}
@media (max-width: 767px) {
  #page-about .section-message {
    box-sizing: border-box;
    margin: 0 auto 22.3076923077vw;
    padding: 22.3076923077vw 20px 0;
    width: 100%;
  }
}
#page-about .section-message .bg-txt {
  color: #EAEAEA;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 15rem;
  font-weight: bold;
  left: 20%;
  line-height: 1;
  position: absolute;
  top: 66px;
}
@media (max-width: 767px) {
  #page-about .section-message .bg-txt {
    font-size: 5.375rem;
    top: 16.9230769231vw;
  }
}
#page-about .section-message .section-head {
  color: #005AA8;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 3.75rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #page-about .section-message .section-head {
    font-size: 1.875rem;
    margin-bottom: 6.4102564103vw;
  }
}
#page-about .section-message .columns {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #page-about .section-message .columns {
    display: block;
  }
}
#page-about .section-message .columns .column.txt {
  width: 798px;
}
@media (max-width: 767px) {
  #page-about .section-message .columns .column.txt {
    width: 100%;
  }
}
#page-about .section-message .columns .column.img {
  width: 272px;
}
@media (max-width: 767px) {
  #page-about .section-message .columns .column.img {
    margin: 5.1282051282vw auto 0;
    width: 60%;
  }
}
#page-about .section-message .columns .column .desc {
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.25;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  #page-about .section-message .columns .column .desc {
    margin-bottom: 5.1282051282vw;
  }
}
#page-about .section-message .columns .column .head {
  color: #005AA8;
  font-weight: bold;
  font-size: 2.1875rem;
  letter-spacing: 0.06em;
  line-height: 1.125;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #page-about .section-message .columns .column .head {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 7.6923076923vw;
  }
}
#page-about .section-message .columns .column .sign-area {
  align-items: center;
  display: flex;
  justify-content: end;
}
@media (max-width: 767px) {
  #page-about .section-message .columns .column .sign-area {
    display: block;
  }
}
#page-about .section-message .columns .column .sign-area .role {
  color: #707070;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 0.625rem;
  letter-spacing: 0.06em;
  line-height: 1.25;
  margin-right: 18px;
  text-align: right;
}
@media (max-width: 767px) {
  #page-about .section-message .columns .column .sign-area .role {
    margin-right: 0;
    text-align: center;
  }
}
#page-about .section-message .columns .column .sign-area .figure-sign {
  width: 171px;
}
@media (max-width: 767px) {
  #page-about .section-message .columns .column .sign-area .figure-sign {
    margin: 2.5641025641vw auto 0;
    width: 51.2820512821vw;
  }
}
#page-about .section-about-us {
  margin: 90px auto 0;
  position: relative;
  width: 1100px;
}
@media (max-width: 767px) {
  #page-about .section-about-us {
    box-sizing: border-box;
    margin: 10.2564102564vw auto 0;
    padding: 0 20px;
    width: 100%;
  }
}
#page-about .section-about-us .bg-txt {
  color: #EAEAEA;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 15rem;
  font-weight: bold;
  line-height: 1;
  top: 16px;
  transform-origin: 100% 0;
  transform: rotate(-90deg);
  position: absolute;
  right: 210px;
}
@media (max-width: 767px) {
  #page-about .section-about-us .bg-txt {
    font-size: 5.375rem;
    right: 110px;
  }
}
#page-about .section-about-us .head-area {
  margin: 0 auto;
  position: absolute;
  top: 16px;
  width: 1100px;
}
@media (max-width: 767px) {
  #page-about .section-about-us .head-area {
    position: relative;
    top: auto;
    width: 100%;
  }
}
#page-about .section-about-us .head-area .section-head {
  width: 104px;
}
@media (max-width: 767px) {
  #page-about .section-about-us .head-area .section-head {
    width: 26.6666666667vw;
  }
}
#page-about .section-about-us .head-area .section-sub-head {
  color: #707070;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-top: 3px;
}
#page-about .section-about-us .company-info-list {
  margin-left: 254px;
  position: relative;
  width: 700px;
  z-index: 1;
}
@media (max-width: 767px) {
  #page-about .section-about-us .company-info-list {
    margin-left: 0;
    padding-top: 5.1282051282vw;
    width: 100%;
  }
}
#page-about .section-about-us .company-info-list > li {
  align-items: center;
  border-bottom: 1px solid #707070;
  display: flex;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding: 20px 0;
  --head-width: 176px;
}
@media (max-width: 767px) {
  #page-about .section-about-us .company-info-list > li {
    display: block;
    padding: 5.1282051282vw 0;
    --head-width: auto;
  }
}
#page-about .section-about-us .company-info-list > li:last-of-type {
  border-bottom: none;
}
#page-about .section-about-us .company-info-list > li .head {
  box-sizing: border-box;
  font-size: 0.9375rem;
  line-height: 1.4;
  padding-right: 48px;
  text-align: right;
  width: var(--head-width);
}
@media (max-width: 767px) {
  #page-about .section-about-us .company-info-list > li .head {
    font-weight: bold;
    padding-right: 0;
    padding-bottom: 1.2820512821vw;
    text-align: left;
  }
}
#page-about .section-about-us .company-info-list > li .body {
  font-size: 1rem;
  line-height: 1.5;
  width: calc(100% - var(--head-width));
}
@media (max-width: 767px) {
  #page-about .section-about-us .company-info-list > li .body {
    width: 100%;
  }
}
#page-about .section-about-us .company-info-list > li .officer-list > li {
  display: flex;
}
#page-about .section-about-us .company-info-list > li .officer-list > li .officer-head {
  text-align-last: justify;
  width: 130px;
}
@media (max-width: 767px) {
  #page-about .section-about-us .company-info-list > li .officer-list > li .officer-head {
    width: 30.7692307692vw;
  }
}
#page-about .section-about-us .company-info-list > li .officer-list > li .officer-body {
  padding-left: 40px;
}
@media (max-width: 767px) {
  #page-about .section-about-us .company-info-list > li .officer-list > li .officer-body {
    padding-left: 7.6923076923vw;
  }
}
#page-about .section-about-us .company-info-list > li .branch-list > li:nth-of-type(n+2) {
  margin-top: 17px;
}
@media (max-width: 767px) {
  #page-about .section-about-us .company-info-list > li .branch-list > li:nth-of-type(n+2) {
    margin-top: 3.8461538462vw;
  }
}
#page-about .section-about-us .company-info-list > li .branch-list > li .list-head {
  font-weight: bold;
}
@media (max-width: 767px) {
  #page-about .section-about-us .company-info-list > li .branch-list > li .list-head {
    margin-top: 1.2820512821vw;
  }
}
#page-about .section-about-us .company-info-list > li .branch-list > li .access-area {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding-right: 105px;
}
@media (max-width: 767px) {
  #page-about .section-about-us .company-info-list > li .branch-list > li .access-area {
    margin-top: 2.5641025641vw;
    padding-right: 0;
  }
}
#page-about .section-about-us .company-info-list > li .branch-list > li .access-area .access {
  font-size: 0.75rem;
}
#page-about .section-about-us .company-info-list > li .branch-list > li .access-area .btn-google-map {
  height: 25px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 25px;
  padding: 0 20px;
  position: relative;
}
#page-about .section-about-us .company-info-list > li .branch-list > li .access-area .btn-google-map::before {
  background-color: #005AA8;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s;
  width: 5px;
}
#page-about .section-about-us .company-info-list > li .branch-list > li .access-area .btn-google-map span {
  position: relative;
  transition: all 0.4s;
  z-index: 1;
}
@media (min-width: 1200px) {
  #page-about .section-about-us .company-info-list > li .branch-list > li .access-area .btn-google-map:hover {
    color: #fff;
  }
  #page-about .section-about-us .company-info-list > li .branch-list > li .access-area .btn-google-map:hover::before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #page-about .section-about-us .company-info-list > li .branch-list > li .access-area .btn-google-map {
    height: 6.4102564103vw;
    line-height: 6.4102564103vw;
    padding: 0 3.8461538462vw;
  }
}
#page-about .btn-enviroment-policy {
  border-bottom: 1px solid #005AA8;
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.45;
  margin: 84px auto 0;
  text-align: center;
  width: 448px;
}
@media (max-width: 767px) {
  #page-about .btn-enviroment-policy {
    box-sizing: border-box;
    font-size: 1.125rem;
    margin: 10.2564102564vw auto 0;
    width: calc(100% - 10.26vw);
  }
}

#page-history {
  padding: 230px 0 98px;
}
@media (max-width: 767px) {
  #page-history {
    overflow: hidden;
    padding: 39.7435897436vw 0 15.3846153846vw;
  }
}
#page-history .page-container {
  margin: 0 auto;
  position: relative;
  width: 1100px;
}
@media (max-width: 767px) {
  #page-history .page-container {
    width: 100%;
  }
}
#page-history .page-container .bg-image {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -41px;
  width: 452px;
  z-index: -1;
}
@media (max-width: 767px) {
  #page-history .page-container .bg-image {
    top: -16.1538461538vw;
    width: 56.4102564103vw;
  }
}
#page-history .page-container .page-title {
  margin: 0 auto 99px;
  width: 694px;
}
@media (max-width: 767px) {
  #page-history .page-container .page-title {
    width: 88.9743589744vw;
  }
}
#page-history .page-container .columns {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #page-history .page-container .columns {
    display: block;
    padding: 0 5.1282051282vw;
  }
}
#page-history .page-container .columns .column.left {
  width: 725px;
}
@media (max-width: 767px) {
  #page-history .page-container .columns .column.left {
    width: 100%;
  }
}
#page-history .page-container .columns .column.right {
  width: 366px;
}
@media (max-width: 767px) {
  #page-history .page-container .columns .column.right {
    padding: 7.6923076923vw 10.2564102564vw 0;
    width: 100%;
  }
}
#page-history .page-container .columns .column .head {
  color: #005AA8;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.45;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  #page-history .page-container .columns .column .head {
    font-size: 1.25rem;
    text-align: center;
  }
}
#page-history .page-container .columns .column .desc {
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 1.45;
}
@media (max-width: 767px) {
  #page-history .page-container .columns .column .desc {
    font-size: 1rem;
  }
}
#page-history .page-container .columns .column .txt-since-1940 {
  margin: 36px 14px 0 auto;
  width: 606px;
}
@media (max-width: 767px) {
  #page-history .page-container .columns .column .txt-since-1940 {
    margin: 6.6666666667vw 3.5897435897vw 0 auto;
    width: 77.6923076923vw;
  }
}
#page-history .page-container .columns .column .caption {
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 9px;
  text-align: center;
}
#page-history .page-container .graph-history-area {
  padding: 58px 0 0;
}
@media (max-width: 767px) {
  #page-history .page-container .graph-history-area .scroll-wrapper {
    overflow: scroll;
    scroll-behavior: smooth;
  }
  #page-history .page-container .graph-history-area .scroll-wrapper::-webkit-scrollbar {
    display: none;
  }
}
#page-history .page-container .graph-history-area .period-area {
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-right: 30px;
  position: relative;
  width: 550px;
}
@media (max-width: 767px) {
  #page-history .page-container .graph-history-area .period-area {
    box-sizing: border-box;
    padding: 0 7.6923076923vw 0 5.1282051282vw;
    width: calc(100% - 40px);
  }
}
#page-history .page-container .graph-history-area .period-area.top .bar {
  background: #7AAACD;
}
#page-history .page-container .graph-history-area .period-area.top .bar::before {
  border-top-color: #7AAACD;
}
#page-history .page-container .graph-history-area .period-area.top .area-head::after {
  background: #7AAACD;
}
#page-history .page-container .graph-history-area .period-area.top .detail-list li::before, #page-history .page-container .graph-history-area .period-area.top .detail-list li::after {
  background: #7AAACD;
}
#page-history .page-container .graph-history-area .period-area.top .detail-list li:nth-of-type(1) {
  top: 3.56%;
}
#page-history .page-container .graph-history-area .period-area.top .detail-list li:nth-of-type(2) {
  top: 23.36%;
}
#page-history .page-container .graph-history-area .period-area.top .detail-list li:nth-of-type(3) {
  top: 31.34%;
}
#page-history .page-container .graph-history-area .period-area.top .detail-list li:nth-of-type(4) {
  top: 49.72%;
}
#page-history .page-container .graph-history-area .period-area.top .detail-list li:nth-of-type(5) {
  top: 57.62%;
}
#page-history .page-container .graph-history-area .period-area.top .detail-list li:nth-of-type(6) {
  top: 64.67%;
}
#page-history .page-container .graph-history-area .period-area.top .detail-list li:nth-of-type(7) {
  top: 86.54%;
}
#page-history .page-container .graph-history-area .period-area.top .detail-list li:nth-of-type(8) {
  top: 96.44%;
}
#page-history .page-container .graph-history-area .period-area.middle {
  padding-top: 49px;
}
#page-history .page-container .graph-history-area .period-area.middle .bar {
  background: #F0AC00;
}
#page-history .page-container .graph-history-area .period-area.middle .bar::before {
  border-top-color: #F0AC00;
}
#page-history .page-container .graph-history-area .period-area.middle .area-head::after {
  background: #F0AC00;
}
#page-history .page-container .graph-history-area .period-area.middle .detail-list li::before, #page-history .page-container .graph-history-area .period-area.middle .detail-list li::after {
  background: #F0AC00;
}
#page-history .page-container .graph-history-area .period-area.middle .detail-list li:nth-of-type(1) {
  top: 10.21%;
}
#page-history .page-container .graph-history-area .period-area.middle .detail-list li:nth-of-type(2) {
  top: 63.61%;
}
#page-history .page-container .graph-history-area .period-area.middle .detail-list li:nth-of-type(3) {
  top: 95.57%;
}
#page-history .page-container .graph-history-area .period-area.bottom {
  margin-bottom: 69px;
  padding-bottom: 306px;
  padding-top: 15px;
}
#page-history .page-container .graph-history-area .period-area.bottom .bar {
  background: #AC071F;
}
#page-history .page-container .graph-history-area .period-area.bottom .bar::before {
  border-top-color: #AC071F;
}
#page-history .page-container .graph-history-area .period-area.bottom .area-head::after {
  background: #AC071F;
}
#page-history .page-container .graph-history-area .period-area.bottom .term-box .box-head {
  line-height: 1.14;
  margin-bottom: 34px;
}
#page-history .page-container .graph-history-area .period-area.bottom .term-box .desc .img-box .caption {
  margin-bottom: 0;
}
#page-history .page-container .graph-history-area .period-area.bottom .detail-list li::before, #page-history .page-container .graph-history-area .period-area.bottom .detail-list li::after {
  background: #AC071F;
}
#page-history .page-container .graph-history-area .period-area.bottom .detail-list li:nth-of-type(1) {
  top: 5%;
}
#page-history .page-container .graph-history-area .period-area.bottom .detail-list li:nth-of-type(2) {
  top: 15%;
}
#page-history .page-container .graph-history-area .period-area.bottom .detail-list li:nth-of-type(3) {
  top: 25%;
}
#page-history .page-container .graph-history-area .period-area.bottom .detail-list li:nth-of-type(4) {
  top: 35%;
}
#page-history .page-container .graph-history-area .period-area.bottom .detail-list li:nth-of-type(5) {
  top: 45%;
}
#page-history .page-container .graph-history-area .period-area.bottom .detail-list li:nth-of-type(6) {
  top: 55%;
}
#page-history .page-container .graph-history-area .period-area.bottom .detail-list li:nth-of-type(7) {
  top: 65%;
}
#page-history .page-container .graph-history-area .period-area.bottom .detail-list li:nth-of-type(8) {
  top: 75%;
}
#page-history .page-container .graph-history-area .period-area.bottom .detail-list li:nth-of-type(9) {
  top: 85%;
}
#page-history .page-container .graph-history-area .period-area.bottom .detail-list li:nth-of-type(10) {
  top: 95%;
}
#page-history .page-container .graph-history-area .period-area .bar {
  background: #7AAACD;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
  width: 20px;
}
#page-history .page-container .graph-history-area .period-area .bar::before, #page-history .page-container .graph-history-area .period-area .bar::after {
  border-top: 8px solid #7AAACD;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -8px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}
#page-history .page-container .graph-history-area .period-area .bar::after {
  border-top: 8px solid #fff;
  bottom: auto;
  top: 0;
}
#page-history .page-container .graph-history-area .period-area .area-head {
  height: 36px;
  margin-bottom: 15px;
  padding-left: 3px;
  position: relative;
}
@media (max-width: 767px) {
  #page-history .page-container .graph-history-area .period-area .area-head {
    height: 7.6923076923vw;
  }
}
#page-history .page-container .graph-history-area .period-area .area-head::after {
  background: #000;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  margin: auto 0;
  position: absolute;
  right: -20px;
  top: 0;
  width: 300px;
}
@media (max-width: 767px) {
  #page-history .page-container .graph-history-area .period-area .area-head::after {
    width: 30.7692307692vw;
  }
}
#page-history .page-container .graph-history-area .period-area .area-head img {
  height: 100%;
}
#page-history .page-container .graph-history-area .period-area .term-box {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  #page-history .page-container .graph-history-area .period-area .term-box {
    margin-bottom: 10.2564102564vw;
  }
}
#page-history .page-container .graph-history-area .period-area .term-box.mb-0 {
  margin-bottom: 0;
}
#page-history .page-container .graph-history-area .period-area .term-box .box-head {
  color: #005AA8;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.45;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  #page-history .page-container .graph-history-area .period-area .term-box .box-head {
    font-size: 1.25rem;
    margin-bottom: 5.1282051282vw;
  }
  #page-history .page-container .graph-history-area .period-area .term-box .box-head br {
    display: none;
  }
}
#page-history .page-container .graph-history-area .period-area .term-box .desc {
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 1.45;
  margin-bottom: 1.45em;
}
@media (max-width: 767px) {
  #page-history .page-container .graph-history-area .period-area .term-box .desc {
    font-size: 1rem;
  }
}
#page-history .page-container .graph-history-area .period-area .term-box .desc:last-of-type {
  margin-bottom: 0;
}
#page-history .page-container .graph-history-area .period-area .term-box .desc.mb-0 {
  margin-bottom: 0;
}
#page-history .page-container .graph-history-area .period-area .term-box .desc::after {
  clear: both;
  content: "";
  display: block;
}
#page-history .page-container .graph-history-area .period-area .term-box .desc .img-box {
  width: 260px;
}
@media (max-width: 767px) {
  #page-history .page-container .graph-history-area .period-area .term-box .desc .img-box {
    width: 46.1538461538vw;
  }
}
#page-history .page-container .graph-history-area .period-area .term-box .desc .img-box.right {
  float: right;
  margin-left: 13px;
}
#page-history .page-container .graph-history-area .period-area .term-box .desc .img-box.left {
  float: left;
  margin-right: 13px;
}
#page-history .page-container .graph-history-area .period-area .term-box .desc .img-box .caption {
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  line-height: 1.45;
  margin-bottom: 4px;
  margin-top: 12px;
  text-align: center;
}
@media (max-width: 767px) {
  #page-history .page-container .graph-history-area .period-area .term-box .desc .img-box .caption {
    font-size: 0.75rem;
    margin-top: 2.5641025641vw;
  }
}
#page-history .page-container .graph-history-area .period-area .detail-list {
  bottom: 0;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  #page-history .page-container .graph-history-area .period-area .detail-list {
    box-sizing: border-box;
    padding: 0 5.1282051282vw 0 0;
    width: calc(100% - 40px);
  }
}
#page-history .page-container .graph-history-area .period-area .detail-list li {
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 1.45;
  padding-left: 50px;
  padding-top: 8px;
  position: absolute;
}
@media (max-width: 767px) {
  #page-history .page-container .graph-history-area .period-area .detail-list li {
    font-size: 1rem;
    padding-right: 3.8461538462vw;
    padding-left: 10.2564102564vw;
  }
}
#page-history .page-container .graph-history-area .period-area .detail-list li span {
  transition: all 0.9s ease 0.6s;
  opacity: 0;
}
#page-history .page-container .graph-history-area .period-area .detail-list li.show span {
  opacity: 1;
}
#page-history .page-container .graph-history-area .period-area .detail-list li.show::before {
  height: 36px;
  width: 36px;
}
#page-history .page-container .graph-history-area .period-area .detail-list li.show::after {
  width: 43px;
}
@media (max-width: 767px) {
  #page-history .page-container .graph-history-area .period-area .detail-list li.show::after {
    width: 8.9743589744vw;
  }
}
#page-history .page-container .graph-history-area .period-area .detail-list li::before {
  background: #7AAACD;
  border: 3px solid #F5F5F5;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 0;
  left: -18px;
  position: absolute;
  transition: all 0.3s;
  top: 0;
  width: 0;
}
#page-history .page-container .graph-history-area .period-area .detail-list li::after {
  background: #7AAACD;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 16.5px;
  transition: all 0.3s ease 0.3s;
  width: 0;
}
#page-history .page-container .graph-history-area .future-area {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  --img-box-width: 521px;
}
@media (max-width: 767px) {
  #page-history .page-container .graph-history-area .future-area {
    display: block;
  }
}
#page-history .page-container .graph-history-area .future-area .img-box {
  width: var(--img-box-width);
}
@media (max-width: 767px) {
  #page-history .page-container .graph-history-area .future-area .img-box {
    box-sizing: border-box;
    margin-bottom: 7.6923076923vw;
    padding: 0 5.1282051282vw;
    width: 100%;
  }
}
#page-history .page-container .graph-history-area .future-area .txt-box {
  width: calc(100% - var(--img-box-width) - 10px);
}
@media (max-width: 767px) {
  #page-history .page-container .graph-history-area .future-area .txt-box {
    box-sizing: border-box;
    padding: 0 5.1282051282vw;
    width: 100%;
  }
}
#page-history .page-container .graph-history-area .future-area .txt-box .box-head {
  color: #005AA8;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.45;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #page-history .page-container .graph-history-area .future-area .txt-box .box-head {
    font-size: 1.25rem;
    margin-bottom: 4.1025641026vw;
  }
}
#page-history .page-container .graph-history-area .future-area .txt-box .desc {
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 1.45;
}
@media (max-width: 767px) {
  #page-history .page-container .graph-history-area .future-area .txt-box .desc {
    font-size: 1rem;
  }
}
#page-history .page-container .graph-history-area .future-area .txt-box .txt-future {
  margin-left: auto;
  margin-right: 11px;
  margin-top: 10px;
  width: 284px;
}
@media (max-width: 767px) {
  #page-history .page-container .graph-history-area .future-area .txt-box .txt-future {
    margin-right: 0;
    margin-top: 7.6923076923vw;
    width: 72.8205128205vw;
  }
}

.header-balloon {
  opacity: 0;
}
.header-balloon.show {
  opacity: 1;
  transition: opacity 1.2s;
}

#page-balloon {
  background-image: linear-gradient(180deg, #000000 0%, #6F6F6F 100%);
}
#page-balloon .init-wrapper {
  background: #111111;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
#page-balloon .page-container {
  overflow: hidden;
  padding: calc(50vh - 315px) 0 149px;
  position: relative;
}
@media (max-width: 767px) {
  #page-balloon .page-container {
    padding: 38.4615384615vw 0 15.3846153846vw;
  }
}
#page-balloon .page-container .num {
  opacity: 0;
  margin: 0 auto 28px;
  width: 221px;
}
@media (max-width: 767px) {
  #page-balloon .page-container .num {
    width: 37.4358974359vw;
  }
}
#page-balloon .page-container .num.show {
  opacity: 1;
  transition: opacity 1.2s;
}
#page-balloon .page-container .page-title {
  margin: 0 auto 15px;
  opacity: 0;
  position: relative;
  width: 669px;
  z-index: 3;
}
@media (max-width: 767px) {
  #page-balloon .page-container .page-title {
    margin: 0 auto 2.5641025641vw;
    width: 85.641025641vw;
  }
}
#page-balloon .page-container .page-title img {
  max-width: none;
  width: 669px;
}
@media (max-width: 767px) {
  #page-balloon .page-container .page-title img {
    width: 85.641025641vw;
  }
}
#page-balloon .page-container .page-title .hidden-wrapper {
  overflow: hidden;
  transition: width 1s linear;
  width: 0;
}
#page-balloon .page-container .page-title.show {
  opacity: 1;
  transition: opacity 1.2s;
}
#page-balloon .page-container .page-title.show .hidden-wrapper {
  width: 100%;
}
#page-balloon .page-container .page-title.show::after {
  width: 805px;
}
@media (max-width: 767px) {
  #page-balloon .page-container .page-title.show::after {
    width: 100%;
  }
}
#page-balloon .page-container .page-title::after {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  margin: 25px auto 0;
  position: relative;
  transition: width 1s linear;
  transform: translate(-50%, 0);
  width: 0;
}
@media (max-width: 767px) {
  #page-balloon .page-container .page-title::after {
    margin: 3.5897435897vw auto 0;
  }
}
#page-balloon .page-container .page-sub-title {
  color: #fff;
  font-size: 1.875rem;
  letter-spacing: 0.06em;
  line-height: 1.45;
  margin-bottom: 529px;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media (max-width: 767px) {
  #page-balloon .page-container .page-sub-title {
    font-size: 1.5rem;
    margin-bottom: 105.8974358974vw;
  }
}
#page-balloon .page-container .img-shine-ball-whole {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: calc(50vh - 328px);
  width: 663px;
}
@media (max-width: 767px) {
  #page-balloon .page-container .img-shine-ball-whole {
    top: 102.5641025641vw;
    width: 84.8717948718vw;
  }
}
#page-balloon .page-container .main-desc {
  color: #9FC238;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.45;
  margin-bottom: 139px;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media (max-width: 767px) {
  #page-balloon .page-container .main-desc {
    font-size: 1.75rem;
    margin-bottom: 17.9487179487vw;
  }
}
#page-balloon .page-container .information-area {
  background: rgba(0, 0, 0, 0.5);
  margin-bottom: 46px;
  padding: 74px 0 88px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #page-balloon .page-container .information-area {
    padding: 9.4871794872vw 0 11.2820512821vw;
  }
}
#page-balloon .page-container .information-area .information-list {
  display: flex;
  justify-content: space-around;
  margin: 0 auto 23px;
  width: 1100px;
}
@media (max-width: 767px) {
  #page-balloon .page-container .information-area .information-list {
    display: block;
    width: 100%;
  }
}
#page-balloon .page-container .information-area .information-list li {
  position: relative;
  width: 313px;
}
@media (max-width: 767px) {
  #page-balloon .page-container .information-area .information-list li {
    margin: 0 auto;
    width: 89.7435897436vw;
  }
}
#page-balloon .page-container .information-area .information-list li:nth-of-type(2) .head {
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  #page-balloon .page-container .information-area .information-list li:nth-of-type(n+2) {
    margin-top: 7.6923076923vw;
  }
}
#page-balloon .page-container .information-area .information-list li::before, #page-balloon .page-container .information-area .information-list li::after {
  border: 1px solid #fff;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 71px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 8px;
}
#page-balloon .page-container .information-area .information-list li::before {
  border-right: 0;
  left: 0;
}
#page-balloon .page-container .information-area .information-list li::after {
  border-left: 0;
  right: 0;
}
#page-balloon .page-container .information-area .information-list li .head {
  color: #9FC238;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.45;
  margin-bottom: 9px;
  text-align: center;
}
@media (max-width: 767px) {
  #page-balloon .page-container .information-area .information-list li .head {
    font-size: 1.375rem;
  }
}
#page-balloon .page-container .information-area .information-list li .desc {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767px) {
  #page-balloon .page-container .information-area .information-list li .desc {
    font-size: 1.125rem;
  }
}
#page-balloon .page-container .information-area .information-list li .desc .unit {
  font-size: 1.5625rem;
  letter-spacing: -0.2em;
}
#page-balloon .page-container .information-area .information-list li .desc sup {
  font-size: 0.625rem;
}
#page-balloon .page-container .information-area .information-list li .caution {
  color: #fff;
  font-size: 0.625rem;
  line-height: 1.2;
  margin-top: 3px;
  text-align: center;
}
#page-balloon .page-container .information-area .information-desc {
  color: #fff;
  font-size: 1.0625rem;
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-align: center;
}
@media (max-width: 767px) {
  #page-balloon .page-container .information-area .information-desc {
    font-size: 1rem;
    padding: 0 5.1282051282vw;
  }
}
#page-balloon .page-container .img-shine-ball-large {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 1264px;
  width: 1053px;
}
@media (max-width: 767px) {
  #page-balloon .page-container .img-shine-ball-large {
    left: 50%;
    top: 877px;
    transform: translate(-50%, 0);
    width: 770px;
  }
}
#page-balloon .page-container .img-shine-ball-large img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#page-balloon .page-container .btn-area {
  position: relative;
  text-align: center;
  z-index: 1;
}
#page-balloon .page-container .btn-area .btn-more-info {
  color: #6E6E6E;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.45;
  margin: 0 auto;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  #page-balloon .page-container .btn-area .btn-more-info {
    color: #ffffff;
  }
}
#page-balloon .page-container .btn-area .btn-more-info:hover {
  color: #9FC238;
  text-decoration: underline;
}

#page-contact {
  overflow: hidden;
}
#page-contact .page-container {
  padding: 282px 0 100px;
  position: relative;
}
@media (max-width: 767px) {
  #page-contact .page-container {
    padding: 25.641025641vw 5.1282051282vw 25.641025641vw;
  }
}
#page-contact .page-container .bg-txt {
  color: #EAEAEA;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 15rem;
  font-weight: bold;
  left: 30%;
  line-height: 1;
  position: absolute;
  top: 179px;
  z-index: -1;
}
@media (max-width: 767px) {
  #page-contact .page-container .bg-txt {
    font-size: 6.25rem;
    left: 45%;
    top: 20.2564102564vw;
  }
}
#page-contact .page-container .page-title {
  color: #005AA8;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 9px;
  text-align: center;
}
@media (max-width: 767px) {
  #page-contact .page-container .page-title {
    font-size: 1.25rem;
    margin-bottom: 2.5641025641vw;
  }
}
#page-contact .page-container .desc {
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 1.45;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 767px) {
  #page-contact .page-container .desc {
    font-size: 1rem;
    margin-bottom: 5.1282051282vw;
  }
}
#page-contact .page-container .form-contact {
  margin: 0 auto;
  width: 640px;
}
@media (max-width: 767px) {
  #page-contact .page-container .form-contact {
    width: 100%;
  }
}
#page-contact .page-container .form-contact .form-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page-contact .page-container .form-contact .form-list .head, #page-contact .page-container .form-contact .form-list .body {
  margin-bottom: 20px;
}
#page-contact .page-container .form-contact .form-list .head {
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: right;
  width: 115px;
}
@media (max-width: 767px) {
  #page-contact .page-container .form-contact .form-list .head {
    border-left: 3px solid #005AA8;
    margin-bottom: 2.0512820513vw;
    padding-left: 1.7948717949vw;
    text-align: left;
    width: 100%;
  }
}
#page-contact .page-container .form-contact .form-list .body {
  width: 500px;
}
@media (max-width: 767px) {
  #page-contact .page-container .form-contact .form-list .body {
    width: 100%;
  }
}
#page-contact .page-container .form-contact .form-list .body .input {
  background: #fff;
  border: 1px solid #919191;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 0.9375rem;
  height: 35px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding: 5px 7px;
  width: 100%;
}
#page-contact .page-container .form-contact .form-list .body .input.textarea {
  height: 200px;
  resize: none;
}
#page-contact .page-container .form-contact .form-list .body .input-value {
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding: 5px 7px;
}
#page-contact .page-container .form-contact .policy {
  background: #fff;
  border: 1px solid #919191;
  box-sizing: border-box;
  color: #919191;
  font-size: 0.75rem;
  height: 300px;
  letter-spacing: 0.06em;
  line-height: 1.45;
  overflow: scroll;
  padding: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  #page-contact .page-container .form-contact .policy {
    font-size: 0.875rem;
    padding: 3.8461538462vw;
  }
}
#page-contact .page-container .form-contact .check-area {
  text-align: center;
  margin-top: 13px;
}
@media (max-width: 767px) {
  #page-contact .page-container .form-contact .check-area {
    margin-top: 5.1282051282vw;
  }
}
#page-contact .page-container .form-contact .check-area .check {
  display: none;
}
#page-contact .page-container .form-contact .check-area .check:checked + .check-label::after {
  bottom: 6px;
  border-bottom: 3px solid #005AA8;
  border-left: 3px solid #005AA8;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 8px;
  left: 3px;
  position: absolute;
  transform: rotate(-45deg);
  width: 15px;
}
#page-contact .page-container .form-contact .check-area .check-label {
  color: #707070;
  cursor: pointer;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  line-height: 1.45;
  position: relative;
}
@media (max-width: 767px) {
  #page-contact .page-container .form-contact .check-area .check-label {
    font-size: 0.875rem;
  }
}
#page-contact .page-container .form-contact .check-area .check-label::before {
  background: #fff;
  border: 1px solid #707070;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 15px;
  margin-right: 10px;
  width: 15px;
  vertical-align: -3px;
}
#page-contact .page-container .form-contact .submit-area {
  position: relative;
}
#page-contact .page-container .form-contact .submit-area.disabled::after {
  z-index: 1;
  opacity: 1;
}
#page-contact .page-container .form-contact .submit-area::after {
  background: rgba(245, 245, 245, 0.7);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 100%;
  z-index: 0;
}
#page-contact .page-container .form-contact .btn-submit {
  appearance: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid #005AA8;
  color: #6E6E6E;
  cursor: pointer;
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.45;
  margin: 51px auto 0;
  position: relative;
  text-align: center;
  transition: all 0.3s;
  width: 448px;
}
#page-contact .page-container .form-contact .btn-submit::after {
  background: #005AA8;
  border-radius: 16px;
  bottom: -1px;
  content: "";
  display: block;
  height: 32px;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  transition: all 0.3s;
  transform: translate(-50%, 0);
  width: 0;
}
#page-contact .page-container .form-contact .btn-submit span {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #page-contact .page-container .form-contact .btn-submit {
    margin-top: 10.2564102564vw;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #page-contact .page-container .form-contact .btn-submit:hover {
    color: #fff;
  }
  #page-contact .page-container .form-contact .btn-submit:hover::after {
    width: calc(100% + 36px);
  }
}
#page-contact .page-container .form-contact .g-recaptcha {
  display: flex;
  justify-content: center;
  margin: 20px auto 0;
}

#header-recruit {
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
#header-recruit .header-container {
  height: 80px;
  position: relative;
}
@media (max-width: 767px) {
  #header-recruit .header-container {
    height: 15.3846153846vw;
  }
}
#header-recruit .header-container .logo-main {
  margin: 0 auto;
  padding-top: 20px;
  width: 178px;
}
@media (max-width: 767px) {
  #header-recruit .header-container .logo-main {
    padding-top: 4.358974359vw;
    width: 30.5128205128vw;
  }
}
#header-recruit .header-container .btn-nav {
  bottom: 0;
  cursor: pointer;
  height: 22px;
  position: absolute;
  right: 50px;
  margin: auto 0;
  top: 0;
  width: 22px;
}
@media (max-width: 767px) {
  #header-recruit .header-container .btn-nav {
    right: 5.1282051282vw;
  }
}
#header-recruit .header-container .btn-nav.opened span {
  transition: bottom 0.4s ease 0s, top 0.4s ease 0s, transform 0.4s ease 0.4s, opacity 0.4s ease 0s;
}
#header-recruit .header-container .btn-nav.opened span:nth-of-type(1) {
  transform: rotate(45deg);
  bottom: 0;
}
#header-recruit .header-container .btn-nav.opened span:nth-of-type(2) {
  opacity: 0;
}
#header-recruit .header-container .btn-nav.opened span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 0;
}
#header-recruit .header-container .btn-nav span {
  background: #707070;
  border-radius: 1px;
  bottom: 0;
  display: block;
  height: 2px;
  margin: auto 0;
  position: absolute;
  top: 0;
  transition: bottom 0.4s ease 0.4s, top 0.4s ease 0.4s, transform 0.4s ease 0s, opacity 0.4s ease 0.4s;
  width: 22px;
}
#header-recruit .header-container .btn-nav span:nth-of-type(1) {
  bottom: 13px;
}
#header-recruit .header-container .btn-nav span:nth-of-type(3) {
  top: 13px;
}
#header-recruit .header-container .nav-area {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: calc(100vh - 80px);
  left: 0;
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 9;
}
@media (max-width: 767px) {
  #header-recruit .header-container .nav-area {
    height: calc(100vh - 15.38vw);
    top: 15.3846153846vw;
  }
}
#header-recruit .header-container .nav-area .link-list {
  padding-right: 50px;
  text-align: right;
}
@media (max-width: 767px) {
  #header-recruit .header-container .nav-area .link-list {
    padding-right: 5.1282051282vw;
  }
}
#header-recruit .header-container .nav-area .link-list li {
  color: #707070;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.45;
  padding: 20px 0;
}
@media (max-width: 767px) {
  #header-recruit .header-container .nav-area .link-list li {
    font-size: 4.6153846154vw;
    padding: 3.8461538462vw 0;
  }
}
#header-recruit .header-container .nav-area .link-list li a {
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  #header-recruit .header-container .nav-area .link-list li a:hover {
    color: #005AA8;
  }
}

#page-recruit {
  overflow: hidden;
  padding: 0 0 116px;
}
@media (max-width: 767px) {
  #page-recruit {
    overflow: hidden;
  }
}
#page-recruit .main-visual {
  position: relative;
}
#page-recruit .main-visual .bg-main {
  background: #000;
  background-position: center;
  background-size: cover;
  height: 100vh;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #page-recruit .main-visual .bg-main {
    height: 80vh;
  }
}
#page-recruit .main-visual .bg-main video {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
#page-recruit .main-visual .bg-logo {
  left: 0;
  margin: 0 auto;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 452px;
  z-index: 1;
}
@media (max-width: 767px) {
  #page-recruit .main-visual .bg-logo {
    width: 61.5384615385vw;
  }
}
#page-recruit .main-visual .head-main {
  color: #fff;
  font-size: 1.8125rem;
  left: 0;
  letter-spacing: 0.19em;
  line-height: 1.5;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  #page-recruit .main-visual .head-main {
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
}
#page-recruit .main-visual .scroll-down-area {
  bottom: -50px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 200px;
  z-index: 1;
}
#page-recruit .main-visual .scroll-down-area.show {
  opacity: 1;
}
#page-recruit .main-visual .scroll-down-area.show .line::after {
  height: 100%;
}
@media (max-width: 767px) {
  #page-recruit .main-visual .scroll-down-area {
    width: 35.8974358974vw;
  }
}
#page-recruit .main-visual .scroll-down-area .text {
  color: #005AA8;
  font-size: 1.3125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  #page-recruit .main-visual .scroll-down-area .text {
    font-size: 0.875rem;
  }
}
#page-recruit .main-visual .scroll-down-area .line {
  height: 200px;
  margin: 20px auto 0;
  position: relative;
  width: 2px;
}
#page-recruit .main-visual .scroll-down-area .line::after {
  background: #005AA8;
  content: "";
  display: block;
  height: 0;
  left: 0;
  top: 0;
  transition: all 2s ease 1s;
  width: 2px;
}
@media (max-width: 767px) {
  #page-recruit .main-visual .scroll-down-area .line {
    margin: 2.5641025641vw auto 0;
    height: 25.641025641vw;
  }
}
#page-recruit .section-introduction {
  padding: 149px 0 0;
}
@media (max-width: 767px) {
  #page-recruit .section-introduction {
    padding: 10.2564102564vw 0 0;
  }
}
#page-recruit .section-introduction .section-container {
  font-family: YuMincho, "Yu Mincho", serif;
  margin: 0 auto;
  padding: 100px 0 0;
  position: relative;
  width: 1100px;
}
@media (max-width: 767px) {
  #page-recruit .section-introduction .section-container {
    padding: 10.2564102564vw 0 0;
    width: 100%;
  }
}
#page-recruit .section-introduction .section-container .txt-area {
  background: #005AA8;
  box-sizing: border-box;
  color: #fff;
  height: 600px;
  padding: 38px 0 0 55px;
  position: absolute;
  right: -210px;
  top: 0;
  width: 900px;
  z-index: 1;
}
@media (max-width: 767px) {
  #page-recruit .section-introduction .section-container .txt-area {
    height: auto;
    margin: 0 0 0 auto;
    padding: 6.4102564103vw 0 5.1282051282vw 5.1282051282vw;
    position: relative;
    right: auto;
    width: calc(100% - 10.26vw);
    z-index: 1;
  }
}
#page-recruit .section-introduction .section-container .txt-area .intro {
  font-size: 1.0625rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 36px;
  text-align: right;
}
@media (max-width: 767px) {
  #page-recruit .section-introduction .section-container .txt-area .intro {
    margin-bottom: 5.641025641vw;
    padding-right: 5.1282051282vw;
  }
}
#page-recruit .section-introduction .section-container .txt-area .intro::after {
  background: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 9px;
  vertical-align: 6px;
  width: 250px;
}
@media (max-width: 767px) {
  #page-recruit .section-introduction .section-container .txt-area .intro::after {
    position: relative;
    right: -5.1282051282vw;
    width: 64.1025641026vw;
  }
}
#page-recruit .section-introduction .section-container .txt-area .section-head {
  font-size: 3.125rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.3;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  #page-recruit .section-introduction .section-container .txt-area .section-head {
    font-size: 1.5625rem;
  }
}
#page-recruit .section-introduction .section-container .txt-area .desc {
  font-size: 1.0625rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  width: 650px;
}
@media (max-width: 767px) {
  #page-recruit .section-introduction .section-container .txt-area .desc {
    box-sizing: border-box;
    font-size: 1rem;
    padding: 0 5.1282051282vw 0 0;
    width: 100%;
  }
}
#page-recruit .section-introduction .section-container .img-area {
  height: 600px;
  left: -190px;
  position: relative;
  width: 700px;
}
@media (max-width: 767px) {
  #page-recruit .section-introduction .section-container .img-area {
    height: 85.71vw;
    left: auto;
    margin-top: -10.2564102564vw;
    width: calc(100% - 10.26vw);
  }
}
#page-recruit .section-work .section-container {
  font-family: YuMincho, "Yu Mincho", serif;
  margin: 0 auto;
  padding: 204px 0 0;
  position: relative;
  width: 1100px;
}
@media (max-width: 767px) {
  #page-recruit .section-work .section-container {
    padding: 15.3846153846vw 0 0;
    width: 100%;
  }
}
#page-recruit .section-work .section-container .bg-txt {
  color: #EAEAEA;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 12.5rem;
  font-weight: bold;
  left: 20%;
  position: absolute;
  top: 50px;
  z-index: 0;
}
@media (max-width: 767px) {
  #page-recruit .section-work .section-container .bg-txt {
    font-size: 6.25rem;
  }
}
#page-recruit .section-work .section-container .section-head {
  color: #005AA8;
  font-size: 5rem;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 34px;
  text-align: right;
}
@media (max-width: 767px) {
  #page-recruit .section-work .section-container .section-head {
    font-size: 2.5rem;
    margin-bottom: 4.358974359vw;
    padding: 0 5.1282051282vw;
    text-align: left;
  }
}
#page-recruit .section-work .section-container .txt-area {
  background: #F5F5F5;
  box-sizing: border-box;
  height: 310px;
  left: 0;
  padding: 0 15px 0 0;
  position: absolute;
  width: 660px;
  z-index: 1;
}
@media (max-width: 767px) {
  #page-recruit .section-work .section-container .txt-area {
    background: transparent;
    height: auto;
    padding: 0 0 5.1282051282vw;
    position: relative;
    width: calc(100% - 10.26vw);
  }
  #page-recruit .section-work .section-container .txt-area::after {
    background: #F5F5F5;
    bottom: 0;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
}
#page-recruit .section-work .section-container .txt-area::before {
  background: #005AA8;
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 15px;
  width: 640px;
}
@media (max-width: 767px) {
  #page-recruit .section-work .section-container .txt-area::before {
    width: 100%;
  }
}
#page-recruit .section-work .section-container .txt-area .area-head {
  color: #005AA8;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.25;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  #page-recruit .section-work .section-container .txt-area .area-head {
    line-height: 1.45;
    padding: 0 5.1282051282vw;
  }
}
#page-recruit .section-work .section-container .txt-area .desc {
  font-size: 1.0625rem;
  letter-spacing: 0.04em;
  line-height: 1.88;
}
@media (max-width: 767px) {
  #page-recruit .section-work .section-container .txt-area .desc {
    font-size: 1rem;
    padding: 0 5.1282051282vw;
  }
}
#page-recruit .section-work .section-container .img-area {
  margin: 0 0 0 auto;
  width: 841px;
}
@media (max-width: 767px) {
  #page-recruit .section-work .section-container .img-area {
    margin: -10.2564102564vw 0 0 auto;
    width: calc(100% - 10.26vw);
  }
}
#page-recruit .section-future .section-container {
  font-family: YuMincho, "Yu Mincho", serif;
  margin: 0 auto;
  padding: 197px 0 0;
  position: relative;
  width: 1100px;
}
@media (max-width: 767px) {
  #page-recruit .section-future .section-container {
    padding: 15.3846153846vw 0 0;
    width: 100%;
  }
}
#page-recruit .section-future .section-container .bg-txt {
  color: #EAEAEA;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 12.5rem;
  font-weight: bold;
  position: absolute;
  top: 50px;
  z-index: 0;
}
@media (max-width: 767px) {
  #page-recruit .section-future .section-container .bg-txt {
    font-size: 6.25rem;
  }
}
#page-recruit .section-future .section-container .section-head {
  color: #005AA8;
  font-size: 5rem;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 31px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #page-recruit .section-future .section-container .section-head {
    font-size: 2.5rem;
  }
}
#page-recruit .section-future .section-container .txt-area {
  margin: 0 auto 21px;
  width: 783px;
}
@media (max-width: 767px) {
  #page-recruit .section-future .section-container .txt-area {
    width: 100%;
  }
}
#page-recruit .section-future .section-container .txt-area .area-head {
  color: #005AA8;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.25;
  margin-bottom: 12px;
  text-align: center;
}
@media (max-width: 767px) {
  #page-recruit .section-future .section-container .txt-area .area-head {
    line-height: 1.45;
  }
}
#page-recruit .section-future .section-container .txt-area .desc {
  font-size: 1.0625rem;
  letter-spacing: 0.04em;
  line-height: 1.88;
}
@media (max-width: 767px) {
  #page-recruit .section-future .section-container .txt-area .desc {
    font-size: 1rem;
    padding: 0 5.1282051282vw;
  }
}
#page-recruit .section-interview .section-container {
  margin: 0 auto;
  padding: 194px 0 0;
  position: relative;
  width: 1100px;
}
@media (max-width: 767px) {
  #page-recruit .section-interview .section-container {
    padding: 15.3846153846vw 0 0;
    width: 100%;
  }
}
#page-recruit .section-interview .section-container > .bg-txt {
  color: #EAEAEA;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 12.5rem;
  font-weight: bold;
  position: absolute;
  top: 40px;
  z-index: 0;
}
@media (max-width: 767px) {
  #page-recruit .section-interview .section-container > .bg-txt {
    font-size: 6.25rem;
  }
}
#page-recruit .section-interview .section-container .section-head {
  color: #005AA8;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 5rem;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 51px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #page-recruit .section-interview .section-container .section-head {
    font-size: 2.5rem;
    margin-bottom: 5.1282051282vw;
    padding: 0 5.1282051282vw;
  }
}
#page-recruit .section-interview .section-container .main-content {
  margin: 0 auto;
  padding: 0 0 80px;
  width: 850px;
}
@media (max-width: 767px) {
  #page-recruit .section-interview .section-container .main-content {
    padding: 0 0 10.2564102564vw;
    width: 100%;
  }
}
#page-recruit .section-interview .section-container .main-content.reverse .head-area .staff-info-area {
  left: 0;
  right: auto;
}
#page-recruit .section-interview .section-container .main-content.reverse .head-area .img-main {
  margin: 0 0 0 auto;
}
#page-recruit .section-interview .section-container .main-content.reverse .head-area .btn-toggle {
  left: 0;
  right: auto;
}
#page-recruit .section-interview .section-container .main-content .head-area {
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  #page-recruit .section-interview .section-container .main-content .head-area {
    margin-bottom: 0;
  }
}
#page-recruit .section-interview .section-container .main-content .head-area .staff-info-area {
  background: #fff;
  box-sizing: border-box;
  height: 200px;
  padding: 69px 0px 0px 51px;
  position: absolute;
  right: 0;
  top: 125px;
  width: 500px;
}
@media (max-width: 767px) {
  #page-recruit .section-interview .section-container .main-content .head-area .staff-info-area {
    height: auto;
    margin: 0 0 0 auto;
    padding: 8.2051282051vw 5.1282051282vw 4.1025641026vw;
    position: relative;
    top: -10.2564102564vw;
    width: calc(100% - 10.26vw);
  }
}
#page-recruit .section-interview .section-container .main-content .head-area .staff-info-area .bg-txt {
  bottom: -7px;
  color: #EAEAEA;
  font-family: "Oswald", sans-serif;
  font-size: 3.6875rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4;
  position: absolute;
  right: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  #page-recruit .section-interview .section-container .main-content .head-area .staff-info-area .bg-txt {
    font-size: 2.8125rem;
  }
}
#page-recruit .section-interview .section-container .main-content .head-area .staff-info-area .message {
  background: #005AA8;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  height: 49px;
  letter-spacing: 0.06em;
  line-height: 49px;
  padding: 0 18px;
  position: absolute;
  right: 0;
  top: -24px;
}
@media (max-width: 767px) {
  #page-recruit .section-interview .section-container .main-content .head-area .staff-info-area .message {
    font-size: 0.875rem;
    height: 10.2564102564vw;
    line-height: 10.2564102564vw;
    padding: 0 3.5897435897vw;
    top: -5.1282051282vw;
  }
}
#page-recruit .section-interview .section-container .main-content .head-area .staff-info-area .name-area {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #page-recruit .section-interview .section-container .main-content .head-area .staff-info-area .name-area {
    margin-bottom: 3.5897435897vw;
  }
}
#page-recruit .section-interview .section-container .main-content .head-area .staff-info-area .name-area .name {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.45;
}
#page-recruit .section-interview .section-container .main-content .head-area .staff-info-area .name-area .en-name {
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 1.45;
  margin-left: 30px;
}
@media (max-width: 767px) {
  #page-recruit .section-interview .section-container .main-content .head-area .staff-info-area .name-area .en-name {
    margin-left: 5.1282051282vw;
  }
}
#page-recruit .section-interview .section-container .main-content .head-area .staff-info-area .department-area {
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
#page-recruit .section-interview .section-container .main-content .head-area .img-main {
  width: 450px;
}
@media (max-width: 767px) {
  #page-recruit .section-interview .section-container .main-content .head-area .img-main {
    width: 100%;
  }
}
#page-recruit .section-interview .section-container .main-content .head-area .btn-toggle {
  bottom: 0;
  cursor: pointer;
  height: 50px;
  position: absolute;
  right: 0;
  transition: all 0.4s;
  width: 50px;
}
@media (max-width: 767px) {
  #page-recruit .section-interview .section-container .main-content .head-area .btn-toggle {
    height: 7.6923076923vw;
    margin: 0 auto 5.1282051282vw;
    position: static;
    width: 7.6923076923vw;
  }
}
#page-recruit .section-interview .section-container .main-content .head-area .btn-toggle.opened {
  transform: rotate(135deg);
}
#page-recruit .section-interview .section-container .main-content .head-area .btn-toggle span {
  background: #707070;
  border-radius: 2px;
  bottom: 0;
  display: block;
  height: 5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
@media (max-width: 767px) {
  #page-recruit .section-interview .section-container .main-content .head-area .btn-toggle span {
    height: 0.7692307692vw;
    width: 7.6923076923vw;
  }
}
#page-recruit .section-interview .section-container .main-content .head-area .btn-toggle span:nth-of-type(2) {
  transform: rotate(90deg);
}
#page-recruit .section-interview .section-container .main-content .desc-area {
  display: none;
}
@media (max-width: 767px) {
  #page-recruit .section-interview .section-container .main-content .desc-area {
    padding: 0 5.1282051282vw;
  }
}
#page-recruit .section-interview .section-container .main-content .desc-area > *.clear-right {
  clear: right;
}
#page-recruit .section-interview .section-container .main-content .desc-area .area-head {
  color: #005AA8;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  line-height: 1.45;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #page-recruit .section-interview .section-container .main-content .desc-area .area-head {
    margin-bottom: 2.5641025641vw;
  }
}
#page-recruit .section-interview .section-container .main-content .desc-area .area-head.clear {
  clear: both;
}
#page-recruit .section-interview .section-container .main-content .desc-area .area-head.center {
  text-align: center;
}
#page-recruit .section-interview .section-container .main-content .desc-area > p {
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  #page-recruit .section-interview .section-container .main-content .desc-area > p {
    margin-bottom: 6.1538461538vw;
  }
}
#page-recruit .section-interview .section-container .main-content .desc-area > p.w-766 {
  margin: 0 auto;
  width: 766px;
}
@media (max-width: 767px) {
  #page-recruit .section-interview .section-container .main-content .desc-area > p.w-766 {
    width: 100%;
  }
}
#page-recruit .section-interview .section-container .main-content .desc-area .img-box {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #page-recruit .section-interview .section-container .main-content .desc-area .img-box {
    margin-bottom: 6.1538461538vw;
    margin-top: 1.2820512821vw;
  }
}
#page-recruit .section-interview .section-container .main-content .desc-area .img-box.left {
  float: left;
  margin-right: 20px;
}
@media (max-width: 767px) {
  #page-recruit .section-interview .section-container .main-content .desc-area .img-box.left {
    margin-right: 3.8461538462vw;
  }
}
#page-recruit .section-interview .section-container .main-content .desc-area .img-box.right {
  float: right;
  margin-left: 10px;
}
@media (max-width: 767px) {
  #page-recruit .section-interview .section-container .main-content .desc-area .img-box.right {
    margin-left: 3.8461538462vw;
  }
}
#page-recruit .section-interview .section-container .main-content .desc-area .img-box.w-326 {
  width: 326px;
}
@media (max-width: 767px) {
  #page-recruit .section-interview .section-container .main-content .desc-area .img-box.w-326 {
    width: 41.7948717949vw;
  }
}
#page-recruit .section-interview .section-container .main-content .desc-area .img-box.w-307 {
  width: 307px;
}
@media (max-width: 767px) {
  #page-recruit .section-interview .section-container .main-content .desc-area .img-box.w-307 {
    width: 39.2307692308vw;
  }
}
#page-recruit .section-entry {
  padding: 77px 0 0;
}
@media (max-width: 767px) {
  #page-recruit .section-entry {
    padding: 2.5641025641vw 0 0;
  }
}
#page-recruit .section-entry .section-container {
  border-top: 3px solid #005AA8;
  margin: 0 auto;
  padding: 56px 0 0;
  text-align: center;
  width: 1100px;
}
@media (max-width: 767px) {
  #page-recruit .section-entry .section-container {
    padding: 10.2564102564vw 0 0;
    width: 100%;
  }
}
#page-recruit .section-entry .section-container .section-head {
  color: #005AA8;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.45;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #page-recruit .section-entry .section-container .section-head {
    font-size: 1.25rem;
    margin-bottom: 2.5641025641vw;
  }
}
#page-recruit .section-entry .section-container .desc {
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.45;
  margin-bottom: 30px;
}
#page-recruit .section-entry .section-container .btn-recnavi {
  color: #005AA8;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0 auto 195px;
  width: 200px;
}
#page-recruit .section-entry .section-container .btn-recnavi img {
  height: auto;
}
#page-recruit .section-entry .section-container .btn-recnavi .link-recnavi {
  background: #fff;
  border: 1px solid #005AA8;
  display: inline-block;
  padding: 5px;
}
@media (max-width: 767px) {
  #page-recruit .section-entry .section-container .btn-recnavi {
    margin: 0 auto 15.3846153846vw;
  }
}
#page-recruit .section-entry .section-container .career-desc {
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 10px;
}
#page-recruit .section-entry .section-container .btn-career {
  background: #fff;
  border: 1px solid #005AA8;
  box-sizing: border-box;
  color: #005AA8;
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  height: 100px;
  letter-spacing: 0.06em;
  line-height: 100px;
  margin: 0 auto 50px;
  text-align: center;
  transition: all 0.4s;
  position: relative;
  width: 550px;
}
@media (max-width: 767px) {
  #page-recruit .section-entry .section-container .btn-career {
    margin: 0 auto 10.2564102564vw;
    width: calc(100% - 10.26vw);
  }
}
@media (min-width: 1200px) {
  #page-recruit .section-entry .section-container .btn-career:hover {
    background: #005AA8;
    color: #fff;
  }
  #page-recruit .section-entry .section-container .btn-career:hover::before {
    height: 100%;
    width: 100%;
  }
}
#page-recruit .section-entry .section-container .btn-career::before {
  bottom: 0;
  box-sizing: border-box;
  border: 1px solid #005AA8;
  content: "";
  display: block;
  height: 88px;
  left: 0;
  margin: auto;
  position: absolute;
  transition: all 0.4s;
  right: 0;
  top: 0;
  width: 538px;
}
@media (max-width: 767px) {
  #page-recruit .section-entry .section-container .btn-career::before {
    width: calc(100% - 12px);
  }
}
#page-recruit .section-entry .section-container .btn-contact-form {
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media (min-width: 1200px) {
  #page-recruit .section-entry .section-container .btn-contact-form:hover {
    color: #005AA8;
    text-decoration: underline;
  }
}

#footer.footer-recruit .footer-content {
  padding: 40px 0 19px;
}
#footer.footer-recruit .link-area {
  margin: 14px 0 41px;
  text-align: center;
}
#footer.footer-recruit .link-area .btn-link {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.45;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  #footer.footer-recruit .link-area .btn-link:hover {
    color: #005AA8;
  }
}

#page-enviromental .page-container {
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  line-height: 1.45;
  margin: 0 auto;
  padding: 180px 0 50px;
  position: relative;
  width: 1100px;
}
@media (max-width: 767px) {
  #page-enviromental .page-container {
    font-size: 1rem;
    padding: 25.641025641vw 5.1282051282vw 15.3846153846vw;
    width: 100%;
  }
}
#page-enviromental .page-container .icon-enviromental {
  bottom: 50px;
  position: absolute;
  right: 10px;
  width: 262px;
}
@media (max-width: 767px) {
  #page-enviromental .page-container .icon-enviromental {
    margin: 10.2564102564vw 0 0 auto;
    position: static;
    width: 39.4871794872vw;
  }
}

/*# sourceMappingURL=style.css.map */
