@charset "UTF-8";
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.2s;
  box-sizing: border-box;
  z-index: 991;
  width: 70px;
}

.menu-trigger {
  position: relative;
  width: 32px;
  height: 28px;
  top: 12px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  filter: drop-shadow(0 0 3px #000);
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 12px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}

#hamburger-list {
  list-style-type: none;
  opacity: 0;
  top: 52px;
  left: -100vw;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 999;
  transition: all 0.4s;
}
#hamburger-list.show {
  opacity: 1;
  top: 52px;
  left: 0;
  transition: all 0.4s;
}
#hamburger-list > li {
  padding: 1rem 2rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  transition: all 0.4s;
}
#hamburger-list .sec_sub ul {
  opacity: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  margin-left: 0;
}
#hamburger-list .sec_sub.open ul {
  display: block;
  max-height: 320px;
  height: auto;
  transition: all 0.2s;
  opacity: 1;
  margin-left: 2rem;
}
#hamburger-list .sec {
  opacity: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  margin-left: 2rem;
}
#hamburger-list .sec ul {
  color: #fff;
}
#hamburger-list .sec ul li {
  padding: 8px 0;
}
#hamburger-list .fst {
  display: block;
}
#hamburger-list .fst.open + .sec {
  display: block;
  max-height: 320px;
  height: auto;
  transition: all 0.2s;
  opacity: 1;
  margin-left: 4rem;
}
#hamburger-list a:link, #hamburger-list a:visited {
  color: #fff;
  text-decoration: none;
}

.sec-list-trigger {
  position: relative;
}
.sec-list-trigger .hmenu__third-level {
  position: relative;
  opacity: 0.5;
  left: 400px;
}

#___gcse_0 {
  width: 100% !important;
  display: flex !important;
  justify-content: flex-end;
}

.gsc-control-cse {
  background-color: transparent !important;
  border: none !important;
  width: 50% !important;
}

.gsc-input-box {
  background-color: transparent !important;
  border: none !important;
}

input[type=text]#gsc-i-id1 {
  background: rgba(225, 225, 225, 0.5) !important;
  background-image: none !important;
  text-indent: 16px !important;
  height: 32px !important;
  padding: 8px 4px !important;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3) inset;
  border-radius: 4px;
}
input[type=text]#gsc-i-id1::placeholder {
  color: #666;
}
input[type=text]#gsc-i-id1:focus {
  background-color: rgb(255, 255, 255) !important;
}

.gsc-search-button-v2 {
  font-size: 14px !important;
  margin-left: 4px !important;
  margin-top: -2px;
  height: 32px !important;
  width: 64px !important;
  border-radius: 4px !important;
  background-color: #333 !important;
  border: none !important;
}

table.gsc-search-box td.gsc-input {
  padding-right: 0 !important;
}

.gsib_a {
  padding: 0 !important;
}

input[type=text].search {
  font-size: 14px;
  width: 50%;
  height: 32px;
  border: none;
  border-radius: 4px;
  padding: 0 8px;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3) inset;
  background-color: rgba(225, 225, 225, 0.5);
}
input[type=text].search::placeholder {
  color: #666;
}

#gnav {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: 1.5s;
  padding: 10px 0 0;
  z-index: 10;
}
#gnav li:link,
#gnav li:visited {
  color: #fff;
}
#gnav.bg-white {
  background-color: rgb(255, 255, 255);
  box-shadow: 2px 2px 2px 0px rgba(96, 96, 96, 0.3);
  color: #000;
}
#gnav.bg-white a:link,
#gnav.bg-white a:visited {
  color: #000;
}
#gnav .gnav-container {
  display: flex;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 17px;
  align-items: center;
  justify-content: space-between;
}
#gnav .gnav-container figure {
  width: 35%;
}
#gnav .gnav-container > div {
  width: 60%;
}

#gnav-sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  #gnav {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #gnav-sp {
    display: flex;
    justify-content: space-between;
    height: 52px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 990;
    background-color: rgba(0, 0, 0, 0);
  }
  #gnav-sp #ne-logo-sp {
    opacity: 0;
    width: 40vw;
    padding: 10px;
  }
  #gnav-sp #ne-logo-sp img {
    width: 100%;
  }
  #gnav-sp.active {
    background-color: rgba(0, 0, 0, 0.85);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #gnav-sp.bg-smoke {
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.4s;
  }
  #gnav-sp.bg-smoke #ne-logo-sp {
    opacity: 1;
    transition: all 0.4s;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  }
}
@media screen and (max-width: 440px) {
  #gnav-sp #ne-logo-sp {
    width: 70vw;
    padding: 10px;
  }
}
#gnav.bg-white .menu .menu__single {
  position: relative;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.15));
}
#gnav.bg-white .menu > li:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.15);
  border-bottom: solid 2px #e50012;
}

.menu {
  position: relative;
  margin: 20px auto 0px;
  height: 100%;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  text-align: center;
  *zoom: 1;
}
.menu .menu__single {
  position: relative;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}
.menu > li {
  width: 20%;
  padding: 10px;
  border-bottom: solid 2px transparent;
}
.menu > li:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom: solid 2px #e50012;
}
.menu > li a {
  padding: 2px 8px;
  display: block;
  text-decoration: none;
}
.menu > li a:link, .menu > li a:visited {
  color: #fff;
}

ul.menu__second-level {
  position: absolute;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  top: 0px;
  min-width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  list-style-type: none;
  height: 0;
}
ul.menu__second-level.menu_inquiry {
  left: 0px;
  top: 50px;
}
ul.menu__second-level > li {
  position: relative;
  width: 100%;
  min-width: 300px;
}
ul.menu__second-level > li:link, ul.menu__second-level > li:visited {
  color: #fff;
}
ul.menu__second-level > li a:link,
ul.menu__second-level > li a:visited {
  color: #e7e7e7 !important;
  padding: 8px;
  white-space: nowrap;
  border-bottom: solid 1px black;
}
ul.menu__second-level > li a.cate {
  background: #132333;
}
ul.menu__second-level > li a:hover {
  background: rgba(255, 0, 0, 0.4);
}
ul.menu__second-level > li ul.menu__third-level {
  position: absolute;
  visibility: hidden;
  height: 200px;
  opacity: 0;
  left: 316px;
  list-style-type: none;
}
ul.menu__second-level > li ul.menu__third-level li {
  width: 200px !important;
}

li.menu__single:hover ul.menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
  height: auto;
  max-height: 320px;
}

li.menu__single:hover ul.menu__second-level.menu_inquiry {
  top: 50px;
  left: -163px;
}

li.menu__third-trigger:hover::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #c5c5c5;
  border-right: solid 2px #c5c5c5;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  margin-top: -24px;
  margin-right: 16px;
}

li.menu__third-trigger:hover ul.menu__third-level {
  position: absolute;
  left: 300px;
  visibility: visible;
  min-height: 100px;
  max-height: 300px;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  min-width: 150px;
  padding-left: 1rem;
  margin-top: -42px;
}
li.menu__third-trigger:hover ul.menu__third-level li {
  text-align: left;
  width: 150px;
  background-color: rgba(0, 0, 0, 0.5);
  margin-left: -1rem;
}

input[type=text].search {
  font-size: 14px;
  width: 50%;
  height: 32px;
  border: none;
  border-radius: 4px;
  padding: 0 8px;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3) inset;
  background-color: rgba(225, 225, 225, 0.5);
}
input[type=text].search::placeholder {
  color: #666;
}

button.search {
  font-size: 14px;
  margin-left: 4px;
  height: 32px;
  width: 64px;
  border-radius: 4px;
  background-color: #333;
  border: none;
}

.form-search {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#g-min {
  display: block;
  position: fixed;
  width: 100%;
  height: 120px;
  background-color: #000;
  transition: 1.5s;
  padding: 10px 0 0;
  z-index: 10;
  border-bottom: 2px solid #e50012;
}
#g-min li:link,
#g-min li:visited {
  color: #fff;
}
#g-min .gnav-container {
  display: flex;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 17px;
  align-items: center;
  justify-content: space-between;
}
#g-min .gnav-container figure {
  width: 35%;
}
#g-min .gnav-container > div {
  width: 60%;
}

.hero {
  margin: 0;
  display: block;
  min-width: 100vh;
}

@media screen and (max-width: 1024px) {
  .hero {
    display: none;
  }
}
.hero-wrapper {
  display: block;
  position: relative;
  z-index: 2;
  height: 100vh;
}

.hero-img {
  position: relative;
  width: 100%;
  vertical-align: bottom;
  opacity: 0; /* Javascriptでスクロール時にブラーをかけるため、初期状態はみえなくする */
  -webkit-filter: blur(40px);
  -moz-filter: blur(40px);
  -ms-filter: blur(40px);
  filter: blur(40px);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  z-index: 3;
}

.hero-cap {
  position: relative;
  width: 100%;
  max-width: 1366px;
  z-index: 6;
  display: flex;
  justify-content: flex-end;
  margin-top: -240px;
  margin-left: calc((100vw - 1366px) / 2);
  padding: 0 17px;
  filter: drop-shadow(0 0 0.75rem #172c56);
}
.hero-cap img {
  width: 375px;
}

@media screen and (max-width: 440px) {
  .hero-cap {
    position: relative;
    top: -240px;
    width: 50%;
    z-index: 6;
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    filter: drop-shadow(0 0 0.75rem #172c56);
  }
  .hero-cap img {
    width: 100%;
  }
}
.hero-sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .hero-sp {
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: #ccc;
    position: relative;
    top: 0;
    margin: 0;
  }
  .hero-wrapper-sp {
    display: block;
    position: relative;
    height: 100vh;
    width: 100vw;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    transition: background-image 2s linear;
    z-index: 2;
    transform: translate3d(0, 0, 0) !important;
  }
  .hero-wrapper-sp.bgimg-sp {
    background-image: url("../img/hrimg_pad-01.png");
  }
  .sp-logo {
    position: relative;
    height: 90vh;
    margin: 0 auto;
    width: 50vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
    z-index: 6;
  }
  .sp-logo .logo {
    width: 33vw;
  }
  .sp-logo .catch {
    width: 50vw;
    align-items: end;
    position: relative;
    top: 33vw;
    filter: drop-shadow(0 0 0.75rem #000);
  }
  .sp-logo img {
    width: 100%;
    align-self: flex-end;
    filter: drop-shadow(0 0 0.75rem #000);
  }
}
@media screen and (max-width: 440px) {
  .hero-sp {
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: #ccc;
    position: relative;
    top: 0;
    margin: 0;
  }
  .hero-wrapper-sp {
    display: block;
    position: relative;
    height: 100vh;
    width: 100vw;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    transition: background-image 2s linear;
    z-index: 2;
    transform: translate3d(0, 0, 0) !important;
  }
  .hero-wrapper-sp.bgimg-sp {
    background-image: url("../img/hrimg_sp-01.png");
  }
  .sp-logo {
    height: 90vh;
    margin: 0 auto;
    width: 50vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .sp-logo .logo {
    width: 33vw;
  }
  .sp-logo .catch {
    width: 50vw;
    align-items: end;
    position: relative;
    top: 48vw;
  }
  .sp-logo img {
    width: 100%;
    align-self: flex-end;
  }
}
.hero-container {
  height: 100vh;
  width: 100vw;
  background-color: #000;
  z-index: 1;
}
.hero-container.pc {
  display: block;
}
@media screen and (max-width: 440px) {
  .hero-container.pc {
    display: none;
  }
}
.hero-container.sp {
  display: none;
}
@media screen and (max-width: 440px) {
  .hero-container.sp {
    display: block;
    height: 100vh;
  }
}

#slide,
#slidemob {
  display: block;
  position: relative;
  background-color: #000;
  z-index: 2;
}
#slide img,
#slidemob img {
  position: absolute;
  display: none;
  background-color: #000;
  top: 0;
  left: 0;
  width: 100vw;
  opacity: 1;
  z-index: 2;
}
#slide img.cover,
#slidemob img.cover {
  opacity: 0.8;
}

.video-wrapper {
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
  background-color: #000;
}
.video-wrapper video {
  width: 100%;
  opacity: 1;
}

#gfooter {
  display: block;
  background-color: #1a1a1a;
  margin-top: 140px;
  padding-top: 8px;
  border-top: solid 2px #e50012;
}
#gfooter .gfooter-container {
  padding: 10px 40px;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  color: #e7e7e7;
}
#gfooter .gfooter-container > dl {
  font-size: 0.85rem;
  line-height: 2.4rem;
}
#gfooter .gfooter-container > dl dt {
  font-weight: 700;
  font-style: normal;
}
#gfooter .gfooter-container > dl dd {
  margin-left: 1rem;
}
#gfooter .gfooter-container > dl dd::after {
  content: url(/img/link-arrow.png);
}
#gfooter .gfooter-container > dl > dd {
  margin-left: 0;
}
#gfooter .gfooter-container > dl > dd::after {
  content: none;
}
#gfooter .gfooter-container > dl dd.address {
  line-height: 1.6rem;
}
#gfooter .gfooter-container > dl dd.address::after {
  content: "";
}
#gfooter .gfooter-container .footer_column-top {
  flex: 1 1 auto;
  border-left: solid 1px #333;
  border-right: solid 1px #333;
  padding-left: 1rem;
}
#gfooter .gfooter-container .footer_column-corp {
  flex: 1 1 auto;
  border-right: solid 1px #333;
  padding-left: 1rem;
}
#gfooter .gfooter-container .footer_column-biz {
  flex: 1 1 auto;
  border-right: solid 1px #333;
  padding-left: 1rem;
}
#gfooter .gfooter-container .footer_column-group {
  flex: 2 2 auto;
  border-right: solid 1px #333;
  padding-left: 1rem;
}
#gfooter .gfooter-container .gfooter-divide {
  display: flex;
}
#gfooter .gfooter-container .gfooter-divide dl {
  margin-right: 60px;
}
@media screen and (max-width: 440px) {
  #gfooter .gfooter-container .gfooter-divide {
    flex-direction: column;
  }
}
#gfooter .ne-logo-mono {
  width: 160px;
}
#gfooter .ne-logo-mono img {
  width: 100%;
}
#gfooter a {
  color: #fff;
}
#gfooter a:link, #gfooter a a:visited {
  text-decoration: none;
}

.address {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: auto;
}
.address dt {
  width: 150px;
  margin-right: 1rem;
}
.address dd {
  font-size: 0.9rem;
  line-height: 1.6rem;
}

.credit {
  display: block;
  width: 100%;
  color: #fff;
  max-width: 1366px;
  margin: auto;
  text-align: center;
}
.credit ul {
  width: 100%;
  display: flex;
  justify-content: center;
  list-style-type: none;
  font-size: 0.9rem;
  margin: 1rem auto;
}
.credit ul li {
  display: block;
  padding: 0 1rem;
  border-left: solid 1px #333;
}
.credit ul li:last-child {
  border-right: solid 1px #333;
}
.credit p {
  font-size: 0.75rem;
  padding-bottom: 1em;
  color: #999;
}

@media screen and (max-width: 1024px) {
  #gfooter {
    display: none;
  }
}
#gfooter-mob {
  display: none;
}

#gfooter-sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  #gfooter-mob {
    display: block;
    background-color: #1a1a1a;
    padding: 10px 40px;
    margin-top: 80px;
    border-top: solid 2px #e50012;
  }
  #gfooter-mob .gfooter-container {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    color: #e7e7e7;
  }
  #gfooter-mob .gfooter-container > dl {
    font-size: 0.85rem;
    line-height: 2rem;
    display: inline-block;
    width: 33.3%;
  }
  #gfooter-mob .gfooter-container > dl dt {
    font-weight: 700;
    font-style: normal;
    margin: 0.35rem 0;
  }
  #gfooter-mob .gfooter-container > dl dd.address {
    line-height: 1.6rem;
  }
  #gfooter-mob .gfooter-container > dl dd.address::after {
    content: "";
  }
  #gfooter-mob .gfooter-container .gfooter-divide {
    display: flex;
  }
  #gfooter-mob .gfooter-container .gfooter-divide dl {
    margin-right: 60px;
  }
  #gfooter-mob .gfooter-container dd .foot-secondary {
    height: 0;
    max-height: 0;
    overflow: hidden;
    list-style-type: none;
    opacity: 0;
    transition: all 0.4s ease;
  }
  #gfooter-mob .gfooter-container dd .foot-secondary li {
    display: block;
    margin-top: 1px;
    padding: 0.2rem 0 0.2rem;
  }
  #gfooter-mob .gfooter-container dd .foot-secondary li a:after {
    content: url(/img/link-arrow.png);
    left: 10px;
  }
  #gfooter-mob .gfooter-container dd.fopen .foot-secondary {
    transition: all 0.4s ease;
    height: auto;
    max-height: 300px;
    opacity: 1;
  }
  #gfooter-mob a:link,
  #gfooter-mob a:visited {
    color: #fff;
    text-decoration: none;
  }
  #gfooter-mob .credit {
    margin: 0 auto;
  }
  #gfooter-mob .credit span {
    display: block;
    font-size: 0.8rem;
    text-align: center;
  }
  #gfooter-mob .ne-logo-mono {
    width: 140px;
    text-align: center;
    margin: auto !important;
  }
  #gfooter-mob .ne-logo-mono img {
    display: block;
  }
}
@media screen and (max-width: 440px) {
  #gfooter-mob {
    display: none;
  }
  #gfooter-sp {
    display: block;
    align-items: flex-end;
    background-color: #1a1a1a;
    padding: 10px 40px;
    margin-top: 80px;
    border-top: solid 2px #e50012;
  }
  #gfooter-sp .gfooter-container {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    flex-direction: column;
    color: #e7e7e7;
  }
  #gfooter-sp .gfooter-container > dl {
    font-size: 0.85rem;
    line-height: 2rem;
  }
  #gfooter-sp .gfooter-container > dl dt {
    font-weight: 700;
    font-style: normal;
    margin: 0.35rem 0;
  }
  #gfooter-sp .gfooter-container > dl dd.address {
    line-height: 1.6rem;
  }
  #gfooter-sp .gfooter-container > dl dd.address::after {
    content: "";
  }
  #gfooter-sp .gfooter-container .gfooter-divide {
    display: flex;
  }
  #gfooter-sp .gfooter-container .gfooter-divide dl {
    margin-right: 60px;
  }
  #gfooter-sp .gfooter-container dd .foot-secondary {
    height: 0;
    max-height: 0;
    overflow: hidden;
    list-style-type: none;
    opacity: 0;
    transition: all 0.4s ease;
  }
  #gfooter-sp .gfooter-container dd .foot-secondary li {
    display: block;
    margin-top: 1px;
    padding: 0.2rem 2rem;
    background-color: rgba(0, 0, 0, 0.2);
  }
  #gfooter-sp .gfooter-container dd .foot-secondary li a:after {
    content: url(/img/link-arrow.png);
    left: 10px;
  }
  #gfooter-sp .gfooter-container dd.fopen .foot-secondary {
    transition: all 0.4s ease;
    height: auto;
    max-height: 300px;
    opacity: 1;
  }
  #gfooter-sp a:link,
  #gfooter-sp a:visited {
    color: #fff;
    text-decoration: none;
  }
  #gfooter-sp .credit {
    margin: 0 auto;
  }
  #gfooter-sp .credit span {
    display: block;
    font-size: 0.8rem;
    text-align: center;
  }
  #gfooter-sp .ne-logo-mono {
    width: 140px;
    text-align: center;
    margin: auto !important;
  }
  #gfooter-sp .ne-logo-mono img {
    display: block;
  }
}
@media screen and (max-width: 440px) {
  #gfooter-sp .credit {
    margin-top: 1.5rem;
  }
}
#sidebar-container {
  position: sticky;
  top: 0px;
  transition: all 0.3s ease;
}
#sidebar-container.slidedwn {
  position: sticky;
  top: 140px;
  transition: all 0.3s ease;
}
#sidebar-container figure {
  margin-bottom: 20px;
}
#sidebar-container figure img {
  margin: 0 auto;
}
#sidebar-container div {
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  #sidebar-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 440px) {
  #sidebar-container {
    width: 100%;
    margin: auto;
    overflow: hidden;
  }
  #sidebar-container iframe {
    width: 100%;
    max-width: 375px;
  }
  #sidebar-container figure {
    width: 100%;
  }
  #sidebar-container figure img {
    width: 100%;
  }
}
.sidemenu {
  margin-top: 2rem;
  font-size: 0.9rem;
  background-color: #fff;
}
.sidemenu dt {
  text-align: center;
  padding: 1rem;
  margin-top: 1px;
  font-weight: 700;
  font-style: normal;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: left;
}
.sidemenu dt.current {
  background-color: #fff;
  border-bottom: solid 2px transparent !important;
}
.sidemenu dt.current a {
  text-indent: -1rem;
  color: #336699 !important;
}
.sidemenu dt.current a::before {
  content: url(/img/link-arrow.png);
  position: relative;
  top: 0px;
  left: -4px;
}
.sidemenu dt.current a::after {
  content: "";
}
.sidemenu dt.dt-biz {
  border-left: 8px solid #336699;
}
.sidemenu dt.dt-corp {
  border-left: 8px solid #e50012;
}
.sidemenu dt.dt-group {
  border-left: 8px solid #96c0b6;
}
.sidemenu dt:first-child {
  margin-top: 0;
}
.sidemenu dt a::after {
  content: url(/img/link-arrow-bk.png);
  left: 10px;
}
.sidemenu dt a:link, .sidemenu dt a:visited {
  text-decoration: none;
  color: #000;
}
.sidemenu dd {
  margin-top: 1px;
  background-color: #f3f3f3;
}
.sidemenu dd.current {
  background-color: #fff;
  font-weight: 400;
}
.sidemenu dd.current a {
  text-indent: -1rem;
  color: #666 !important;
}
.sidemenu dd.current a::before {
  content: url(/img/link-arrow.png);
  position: relative;
  top: 0px;
  left: -4px;
}
.sidemenu dd.current a::after {
  content: "";
}
.sidemenu dd a {
  display: block;
  padding: 1rem 2rem;
  text-align: left;
}
.sidemenu dd a::after {
  content: url(/img/link-arrow.png);
  left: 10px;
}
.sidemenu dd a:link, .sidemenu dd a:visited {
  text-decoration: none;
  color: #000;
}
.sidemenu dd a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1024px) {
  .sidemenu {
    width: 500px;
  }
}
@media screen and (max-width: 440px) {
  .sidemenu {
    margin-top: 2rem;
    font-size: 0.8rem;
    width: 100%;
    background-color: #fff;
  }
  .sidemenu dt {
    text-align: left;
    padding: 8px;
    margin-top: 1px;
    font-weight: 500;
    font-style: normal;
  }
  .sidemenu dt.dt-biz {
    border: none;
    text-align: center;
    border-bottom: solid 1px #336699;
  }
  .sidemenu dt.dt-corp {
    border: none;
    text-align: center;
    border-bottom: solid 1px #e50012;
  }
  .sidemenu dt.dt-group {
    background-color: #96c0b6;
  }
  .sidemenu dt:first-child {
    margin-top: 0;
  }
  .sidemenu dt a::after {
    content: url(/img/link-arrow-bk.png);
    left: 10px;
  }
  .sidemenu dt a:link, .sidemenu dt a:visited {
    text-decoration: none;
    color: #000;
  }
  .sidemenu dd {
    text-align: left;
    padding: 8px;
    margin-top: 1px;
    background-color: #f3f3f3;
    font-size: 0.8rem;
  }
  .sidemenu dd.current {
    background-color: #fff;
  }
  .sidemenu dd.current::before {
    content: "";
    display: none;
  }
  .sidemenu dd a::after {
    content: url(/img/link-arrow.png);
    left: 10px;
  }
  .sidemenu dd a:link, .sidemenu dd a:visited {
    text-decoration: none;
    color: #000;
  }
}
#snsbtn-pc {
  display: flex;
  justify-content: space-around;
  width: 375px;
  margin: 20px auto;
}
#snsbtn-pc div {
  width: 48px;
}
#snsbtn-pc div img {
  width: 100%;
}

#snsbtn-sp {
  display: none;
}

@media screen and (max-width: 440px) {
  #snsbtn-pc {
    display: none;
  }
  #snsbtn-sp {
    width: 70vw;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 80px auto 0;
  }
  #snsbtn-sp div {
    width: 48px;
  }
}
.fb-page {
  display: block !important;
  width: 100%;
  max-width: 500px;
}

@media screen and (max-width: 1024px) {
  .fb-page {
    width: 500px;
  }
}
.include {
  margin: 2rem auto;
  display: block !important;
}
.include iframe {
  width: 100%;
}

.main {
  width: 991px;
  margin: 0 auto;
}

@media screen and (max-width: 440px) {
  .main {
    width: 100%;
  }
}
.phil-container {
  display: flex;
  align-items: center;
}
.phil-container .img-container {
  flex: 1 1 auto;
}
.phil-container .img-container img {
  width: 100%;
}
.phil-container p {
  flex: 1 2 auto;
  padding: 0 4rem;
  line-height: 2rem;
  letter-spacing: 0.15rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.phil-container .phil {
  flex: 3 3 auto;
  margin: auto;
  font-weight: 700;
  font-style: normal;
  color: #132333;
  list-style-type: none;
  text-align: center;
}
.phil-container .phil li {
  max-width: 90%;
  margin: 40px auto;
  line-height: 2rem;
}
.phil-container .phil li span {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: dotted 2px #a7bfd8;
}

@media screen and (max-width: 1024px) {
  .phil-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 2.5rem;
  }
  .phil-container .img-container {
    flex: 1 1 auto;
  }
  .phil-container .img-container img {
    width: 75%;
    margin: auto;
  }
  .phil-container p {
    flex: 1 2 auto;
    width: 75%;
    padding: 0;
    margin: 2rem auto 0;
    line-height: 2rem;
    letter-spacing: 0;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 0.9rem;
  }
  .phil-container .phil {
    font-weight: 700;
    font-style: normal;
    font-size: 0.9rem;
    color: #132333;
    list-style-type: none;
    text-align: center;
  }
  .phil-container .phil li {
    margin: 30px auto;
    line-height: 1.5rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .phil-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0;
  }
  .phil-container .img-container {
    flex: 1 1 auto;
  }
  .phil-container .img-container img {
    width: 75%;
    margin: auto;
  }
  .phil-container p {
    flex: 1 2 auto;
    width: 100%;
    padding: 0;
    margin: 2rem auto 0;
    line-height: 2rem;
    letter-spacing: 0;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 0.9rem;
  }
  .phil-container .phil {
    font-weight: 700;
    font-style: normal;
    font-size: 0.9rem;
    color: #132333;
    list-style-type: none;
    text-align: center;
  }
  .phil-container .phil li {
    margin: 30px auto;
    line-height: 1.5rem;
    max-width: 100%;
  }
}
.profile {
  list-style-type: none;
  width: 100%;
}
.profile li {
  display: flex;
  margin: 20px 0;
  line-height: 1.4rem;
}
.profile li span:first-child {
  width: 20%;
  font-weight: 700;
  font-style: normal;
  text-align: right;
  margin-right: 1rem;
  color: #333;
  line-height: 2rem;
}
.profile li span:nth-child(2) {
  border-left: #c5c5c5 1px solid;
  padding-left: 1rem;
  line-height: 2rem;
}
.profile li span:nth-child(2) ul {
  margin: 0;
}
.profile li span:nth-child(2) ul li {
  margin: 0;
  line-height: 2rem;
}
.profile li span:nth-child(2) ul li span {
  width: 6rem;
  font-weight: 400;
  font-style: normal;
  text-align: left;
}

@media screen and (max-width: 440px) {
  .profile {
    padding: 0 1.5rem;
    font-size: 0.9rem;
  }
  .profile li {
    display: flex;
    margin: 20px 0;
    line-height: 1.4rem;
  }
  .profile li span:first-child {
    width: 25%;
    font-weight: 700;
    font-style: normal;
    text-align: right;
    margin-right: 0.5rem;
    color: #333;
    white-space: nowrap;
  }
  .profile li span:nth-child(2) {
    border-left: #c5c5c5 1px solid;
    padding-left: 0.5rem;
  }
}
.history {
  list-style-type: none;
}
.history li {
  display: flex;
  margin: 20px 0;
  line-height: 1.4rem;
}
.history li span:first-child {
  width: 25%;
  font-size: 0.75rem;
  text-align: right;
  margin-right: 1rem;
  color: #336699;
}

@media screen and (max-width: 1024px) {
  .history {
    font-size: 0.9rem;
    padding: 0;
  }
  .history li {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
    line-height: 1.4rem;
    border-bottom: dotted 1px #666;
    padding-bottom: 8px;
  }
  .history li span:first-child {
    width: 100%;
    font-size: 0.75rem;
    text-align: left;
    margin-right: 1rem;
    color: #336699;
  }
}
#accessmap-container {
  width: 991px;
}

@media screen and (max-width: 1024px) {
  #accessmap-container {
    width: 100%;
  }
}
.accessmap {
  width: 75%;
  margin: auto;
}
.accessmap iframe {
  margin: 40px auto;
}
.accessmap .gmap {
  border: solid 1px #f00;
  width: 100%;
  height: 450px;
  -webkit-filter: grayscale(25%);
  -moz-filter: grayscale(25%);
  -ms-filter: grayscale(25%);
  -o-filter: grayscale(25%);
  filter: grayscale(25%);
}

@media screen and (max-width: 1024px) {
  .accessmap {
    width: 90vw;
    padding: 0 1.5rem;
    margin: auto;
    box-sizing: border-box;
  }
  .accessmap iframe {
    margin: 0 auto;
    width: 80%;
  }
  .accessmap .gmap {
    border: solid 1px #f00;
    width: 100%;
    height: 50vw;
    -webkit-filter: grayscale(25%);
    -moz-filter: grayscale(25%);
    -ms-filter: grayscale(25%);
    -o-filter: grayscale(25%);
    filter: grayscale(25%);
  }
}
.access-info > dt {
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  color: #336699;
  margin: 1.5rem 0 0.5rem;
}
.access-info > dt span {
  display: block;
  line-height: 1.8rem;
  font-size: 0.85rem;
}
.access-info .info {
  display: flex;
}
.access-info .info dt {
  margin: 0.5rem 0;
  font-weight: 700;
  font-style: normal;
  color: #999;
  font-size: 0.85rem;
  width: 8rem;
  text-align: right;
  border-right: solid 1px #999;
  padding: 0 1rem;
}
.access-info .info dd {
  font-size: 0.9rem;
  padding: 0 1rem;
}
.access-info .info dd ul {
  list-style-type: none;
}
.access-info .info dd ul li {
  margin: 0.5rem 0;
}
.access-info .remark {
  padding: 0.5rem 2rem 1rem;
  border: #c5c5c5 solid 1px;
  font-size: 0.9rem;
  margin: 1rem auto;
  border-radius: 8px;
}
.access-info .remark ul {
  list-style-type: none;
}
.access-info .remark ul li {
  display: flex;
  flex-direction: column;
}
.access-info .remark ul li span {
  padding: 0.3rem 0;
  border-radius: 4px;
  border-bottom: 2px dotted #a7bfd8;
  margin: 0.3rem 0;
  color: #666;
}

@media screen and (max-width: 440px) {
  .access-info > dt {
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    color: #336699;
    margin: 1.5rem 0 0.5rem;
  }
  .access-info > dt span {
    display: block;
    line-height: 1.3rem;
    font-size: 0.85rem;
  }
  .access-info .info {
    flex-direction: column;
  }
  .access-info .info dt {
    margin: 0.5rem 0;
    font-weight: 700;
    font-style: normal;
    color: #999;
    font-size: 0.85rem;
    width: 8rem;
    text-align: left;
    border-right: none;
    border-bottom: solid 1px #999;
    padding: 0;
  }
  .access-info .info dd {
    font-size: 0.85rem;
    padding: 0;
  }
  .access-info .info dd ul {
    list-style-type: none;
  }
  .access-info .info dd ul li {
    margin: 0;
  }
  .access-info .remark {
    padding: 0.5rem 1rem 1.5rem;
    border: #c5c5c5 solid 1px;
    font-size: 0.9rem;
    margin: 1rem auto;
    border-radius: 8px;
  }
  .access-info .remark ul {
    list-style-type: none;
  }
  .access-info .remark ul li {
    display: flex;
    flex-direction: column;
  }
  .access-info .remark ul li span {
    padding: 0.3rem 0;
    border-radius: 4px;
    border-bottom: 2px dotted #a7bfd8;
    margin: 0.3rem 0;
    color: #666;
  }
}
.base {
  margin: 2rem auto;
}

@media screen and (max-width: 1024px) {
  .base {
    padding: 0 1.5rem;
  }
}
.group-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.group-title .group-icon {
  width: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.group-title .group-icon img {
  width: 100%;
}
.group-title .group-icon p {
  font-size: 0.7rem;
  color: #e50012;
  font-weight: 700;
  font-style: normal;
  line-height: 1rem;
  text-align: center;
}
.group-title .group-icon p.ovs {
  color: #336699;
}
.group-title h3 {
  margin-left: 1rem;
  font-size: 1.1rem;
  display: block;
}
.group-title h3 span {
  display: block;
  font-size: 0.9rem;
  color: #e50012;
  position: relative;
}
.group-title h3 span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  top: 10px;
  margin-left: 2px;
  border-bottom: solid 1px #e50012;
}
.group-title h4 {
  font-size: 1rem;
  margin-left: 1rem;
  color: #666;
  margin-top: 8px;
}

@media screen and (max-width: 440px) {
  .group-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .group-title figure {
    max-width: 60px;
  }
  .group-title figure img {
    width: 100%;
  }
  .group-title .title-name {
    width: 85%;
    margin-left: 0.5rem;
  }
  .group-title .title-name h3 {
    margin-left: 0.3rem;
    font-size: 1rem;
    display: block;
  }
  .group-title .title-name h3 span {
    display: block;
    font-size: 0.9rem;
    color: #e50012;
  }
  .group-title .title-name h4 {
    font-size: 0.9rem;
    margin-left: 0.3rem;
  }
}
.prof {
  width: 100%;
  margin: 8px 0;
  display: flex;
  align-items: center;
  padding-bottom: 4px;
  border-bottom: dotted 1px #666;
}
.prof dt {
  display: inline-block;
  width: 20%;
  font-size: 0.8rem;
  padding-right: 1rem;
  color: #336699;
}
.prof dd {
  display: inline-block;
  font-size: 0.8rem;
}

@media screen and (max-width: 440px) {
  .prof {
    width: 100%;
    margin: 8px 0;
    font-size: 0.9rem;
    display: flex;
    flex-direction: column;
  }
  .prof dt {
    display: block;
    width: 100%;
    font-size: 0.85rem;
    padding-right: 1rem;
    color: #4e9281;
    text-align: left;
  }
  .prof dd {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.prof-divided {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.prof-divided .photo {
  flex: 1 1 40%;
}
.prof-divided .group-prof {
  padding-left: 1rem;
  flex: 2 2 60%;
}
.prof-divided .group-prof dl {
  display: flex;
  margin: 6px auto;
  font-size: 0.8rem;
}
.prof-divided .group-prof dt {
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  min-width: 6rem;
  color: #336699;
  border-right: solid 1px #c5c5c5;
  text-align: right;
  padding-right: 8px;
}
.prof-divided .group-prof dd {
  display: inline-block;
  padding-left: 8px;
}
.prof-divided .group-prof ul {
  list-style-type: none;
}
.prof-divided .group-prof ul li {
  margin: 0;
}

@media screen and (max-width: 440px) {
  .prof-divided {
    display: flex;
    flex-direction: column;
  }
  .prof-divided .group-prof {
    margin-top: 1rem;
    padding-left: 0;
  }
  .prof-divided div:first-child {
    width: 100%;
  }
  .prof-divided div:first-child img {
    width: 100%;
  }
  .prof-divided div:last-child {
    width: 100%;
  }
  .prof-divided div:last-child img {
    width: 100%;
  }
}
.img-frame {
  display: flex;
  justify-content: space-between;
}
.img-frame figure {
  margin: 2px 0;
  overflow: hidden;
}
.img-frame figure:nth-child(2) {
  margin: 2px;
}

@media screen and (max-width: 440px) {
  .img-frame {
    display: flex;
    justify-content: space-between;
  }
  .img-frame figure {
    margin: 2px 0;
    height: calc((100vw - 16px) * 0.33 * 0.625);
    overflow: hidden;
  }
  .img-frame figure:nth-child(2) {
    margin: 2px;
  }
}
.group-example {
  text-align: right;
  font-size: 0.8rem;
  font-weight: 400;
  font-style: normal;
}

.tbl-group {
  max-width: 75%;
  margin: 1rem auto 2rem;
  font-size: 0.8rem;
  list-style-type: none;
}
.tbl-group li {
  display: flex;
  flex-direction: column;
  padding: 8px 16px;
}
.tbl-group li.head {
  background-color: #cad3e9 !important;
  border: solid 1px #336699 !important;
}
.tbl-group li:nth-child(odd) {
  background-color: #e7e7e7;
  border: solid 1px #e7e7e7;
}
.tbl-group li:nth-child(even) {
  background-color: #fafafa;
  border: solid 1px #e7e7e7;
}
.tbl-group li div {
  margin: 2px 0;
}
.tbl-group li div:first-child {
  color: #336699;
  font-weight: 700;
  font-style: normal;
}
.tbl-group td {
  padding: 8px 16px;
}
.tbl-group td:first-child {
  width: 100%;
  display: block;
}
.tbl-group td:nth-child(2) {
  width: 55%;
}
.tbl-group.nwn th {
  background-color: #e1bfbf;
}
.tbl-group.nwn tr:nth-child(odd) {
  background-color: #e7e7e7;
}
.tbl-group.nwn tr:nth-child(even) {
  background-color: #f5f5f5;
}
.tbl-group.sec th {
  background-color: #cad3e9;
}
.tbl-group.sec tr:nth-child(odd) {
  background-color: #e7e7e7;
}
.tbl-group.sec tr:nth-child(even) {
  background-color: #f5f5f5;
}

@media screen and (max-width: 1024px) {
  .tbl-group {
    max-width: 100%;
    padding: 0 1.5rem;
  }
}
.table-index {
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.table-index.ne {
  color: #336699;
}
.table-index.nwn {
  color: #336699;
}
.table-index.sec {
  color: #336699;
}
.table-index span {
  color: #666;
}

@media screen and (max-width: 1024px) {
  .table-index {
    max-width: 100%;
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 440px) {
  .group-example {
    text-align: right;
    font-size: 0.8rem;
    font-weight: 400;
    font-style: normal;
  }
  .tbl-group {
    width: 100%;
    font-size: 0.8rem;
    list-style-type: none;
    padding: 0;
  }
  .tbl-group li {
    display: flex;
    flex-direction: column;
    padding: 8px 16px;
  }
  .tbl-group li.head {
    background-color: #cad3e9 !important;
    border: solid 1px #336699 !important;
  }
  .tbl-group li:nth-child(odd) {
    background-color: #e7e7e7;
    border: solid 1px #e7e7e7;
  }
  .tbl-group li:nth-child(even) {
    background-color: #fafafa;
    border: solid 1px #e7e7e7;
  }
  .tbl-group li div {
    margin: 2px 0;
  }
  .tbl-group li div:first-child {
    color: #336699;
    font-weight: 700;
    font-style: normal;
  }
  .tbl-group td {
    padding: 8px 16px;
  }
  .tbl-group td:first-child {
    width: 100%;
    display: block;
  }
  .tbl-group td:nth-child(2) {
    width: 55%;
  }
  .tbl-group.nwn th {
    background-color: #e1bfbf;
  }
  .tbl-group.nwn tr:nth-child(odd) {
    background-color: #e7e7e7;
  }
  .tbl-group.nwn tr:nth-child(even) {
    background-color: #f5f5f5;
  }
  .tbl-group.sec th {
    background-color: #cad3e9;
  }
  .tbl-group.sec tr:nth-child(odd) {
    background-color: #e7e7e7;
  }
  .tbl-group.sec tr:nth-child(even) {
    background-color: #f5f5f5;
  }
  .table-index {
    margin: 20px 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .table-index.nwn {
    color: #336699;
  }
  .table-index.sec {
    color: #336699;
  }
  .table-index span {
    color: #666;
  }
}
.group-list {
  margin-top: 2rem;
}

@media screen and (max-width: 440px) {
  .group-list {
    margin-top: 0;
    padding: 0;
  }
}
.inquiry {
  display: flex;
  justify-content: row;
  flex-direction: column;
  align-items: flex-end;
}
.inquiry ul {
  list-style-type: none;
  margin: 0 auto;
}
.inquiry ul:first-child {
  width: 70%;
}
.inquiry ul li {
  margin: 24px 0;
}
.inquiry ul li label {
  font-size: 0.8rem;
}

@media screen and (max-width: 440px) {
  .form-box {
    padding: 0 1.5rem;
  }
  .inquiry {
    display: flex;
    justify-content: row;
    flex-direction: column;
    align-items: flex-end;
  }
  .inquiry ul {
    list-style-type: none;
    margin: 0 auto;
  }
  .inquiry ul:first-child {
    width: 100%;
  }
  .inquiry ul li {
    margin: 0 0 24px;
  }
  .inquiry ul li label {
    font-size: 0.8rem;
  }
}
.require::after {
  content: "*";
  font-size: 1.2rem;
  color: #e50012;
  position: relative;
  left: 4px;
  top: 4px;
}

input[type=text],
input[type=email],
input[type=number] {
  height: 32px;
  padding: 8px;
  width: 100%;
  border: none;
  border-bottom: solid 1px #c5c5c5;
  font-size: 1rem;
  background-color: #f5f5f5;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus {
  background-color: #fff;
}

textarea.contents {
  display: block;
  background-color: #f5f5f5;
  width: 100%;
  height: 192px;
  border: none;
  border-bottom: solid 1px #c5c5c5;
  resize: vertical;
  padding: 8px;
  font-size: 16px;
}

.radio-group input[type=radio] {
  position: relative;
  top: 2px;
  margin-right: 2px;
}
.radio-group label {
  margin-right: 0.5rem;
}

select {
  border: solid 1px #c5c5c5;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
  position: relative;
  z-index: 1;
}
select::before {
  content: "";
  position: relative;
  top: 0;
  right: 0;
  z-index: 2;
}

.message {
  display: block;
  width: 100%;
  min-height: 200px;
  max-height: 600px;
  padding: 8px;
  resize: vertical;
  border: none;
  border-bottom: solid 1px #c5c5c5;
  background-color: #f5f5f5;
}
.message:focus {
  background-color: #fff;
}

input[type=submit] {
  background-color: #336699;
  color: #fff;
  padding: 8px 48px;
  border-radius: 6px;
  margin: 0 auto;
  margin-left: 1rem;
}

input[type=button] {
  background-color: #e7e7e7;
  color: #333;
  padding: 8px 48px;
  border-radius: 6px;
  margin: 0 auto;
  margin-left: 1rem;
}

.btn_back {
  display: block;
  text-align: center;
  padding: 12px;
  border-radius: 4px;
  background-color: #e7e7e7;
  margin: 0 auto;
  font-size: 0.9rem;
  min-width: 200px;
  width: 300px;
}
.btn_back:hover {
  background-color: #c5c5c5;
}
.btn_back a {
  padding: 12px 24px;
  color: #333;
}
.btn_back a:link, .btn_back a a:visited {
  text-decoration: none;
  color: #333;
}
.btn_back a:hover {
  color: #666;
}

span.error {
  color: #c00;
  font-size: 0.9rem;
  font-weight: 700;
}

.confirm_val {
  padding-top: 0.25rem;
  margin-left: 2rem;
  font-size: 0.9rem;
}

/**********送信ボタン**********/
.confirm_btn {
  display: flex;
}

.feature {
  padding-left: 1rem;
  margin: 0 auto;
  font-size: 0.9rem;
}
.feature ul {
  list-style-type: none;
}
.feature ul li {
  margin: 16px 0;
  margin: 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feature ul li span:first-child {
  width: 24px;
}
.feature ul li span:last-child {
  width: calc(100% - 24px);
}

@media screen and (max-width: 440px) {
  .feature {
    padding-left: 0;
    margin: 0 auto;
    font-size: 0.85rem;
  }
  .feature ul {
    list-style-type: none;
  }
  .feature ul li {
    margin: 16px 0;
    margin: 8px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .feature ul li span:first-child {
    width: 24px;
  }
  .feature ul li span:last-child {
    width: calc(100% - 24px);
  }
}
.example {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 75%;
  margin: auto;
}
.example.nega figure figcaption {
  color: #fff;
}
.example-pattern {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 622px;
  margin: auto;
}
.example-pattern figure {
  width: 100%;
  margin: 16px 0;
}
.example-pattern figure img {
  width: 100%;
}
.example-pattern figure figcaption {
  margin-top: 8px;
  font-size: 0.9rem;
  text-align: center;
}
.example-pattern span {
  display: block;
  color: #555;
  font-size: 0.8rem;
  text-align: center;
  width: 100%;
}
.example figure {
  width: 25%;
  margin: 16px;
}
.example figure img {
  width: 100%;
}
.example figure figcaption {
  margin-top: 8px;
  font-size: 0.9rem;
  text-align: center;
}
.example span {
  display: block;
  color: #555;
  font-size: 0.8rem;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .example {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 80%;
    padding: 0 1rem;
    margin: auto;
  }
  .example figure {
    width: 30%;
    margin: 4px;
  }
  .example figure img {
    width: 100%;
  }
  .example figure figcaption {
    margin-top: 8px;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 440px) {
  .example {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 0 1rem;
    margin: auto;
  }
  .example figure {
    width: 30%;
    margin: 4px;
  }
  .example figure img {
    width: 100%;
  }
  .example figure figcaption {
    margin-top: 8px;
    font-size: 0.8rem;
  }
}
.video_container-yt {
  position: relative;
  width: 745px;
  height: 0px;
  padding-top: 56.25%;
  margin: auto;
}
.video_container-yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 440px) {
  .video_container-yt {
    position: relative;
    width: 100%;
    height: 0px;
    padding-top: 56.25%;
    margin: auto;
  }
  .video_container-yt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.profile.recruit {
  list-style-type: none;
  width: 100%;
}
.profile.recruit li {
  display: flex;
  margin: 20px 0;
  line-height: 1.4rem;
}
.profile.recruit li span:first-child {
  width: 40%;
  font-weight: 700;
  font-style: normal;
  text-align: right;
  margin-right: 1rem;
  color: #333;
}
.profile.recruit li span:nth-child(2) {
  border-left: #c5c5c5 1px solid;
  padding-left: 1rem;
}

.table_recruit {
  max-width: 80%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 20px;
}
.table_recruit tr th {
  text-align: right;
  border-right: solid 1px #ccc;
  color: #333;
  white-space: nowrap;
  padding: 10px 20px;
  vertical-align: top;
}
.table_recruit tr td {
  color: #333;
  padding: 10px 0px;
}
.table_recruit tr td dl dt {
  font-weight: bold;
}
.table_recruit tr td dl dd {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 1rem;
  font-size: 0.9rem;
}
.table_recruit tr td p span {
  display: block;
}

@media screen and (max-width: 1024px) {
  .profile.recruit {
    list-style-type: none;
    width: 100%;
    padding: 0 1.5rem;
  }
  .profile.recruit li {
    display: flex;
    justify-content: flex-start;
    margin: 20px 0;
    line-height: 1.4rem;
  }
  .profile.recruit li span:first-child {
    width: 15%;
    font-weight: 700;
    font-style: normal;
    text-align: right;
    margin-right: 0.5rem;
    color: #333;
  }
  .profile.recruit li span:nth-child(2) {
    width: 85%;
    border-left: #c5c5c5 1px solid;
    padding-left: 0.5rem;
  }
}
@media screen and (max-width: 440px) {
  .profile.recruit {
    list-style-type: none;
    width: 100%;
    padding: 0;
  }
  .profile.recruit li {
    display: flex;
    justify-content: flex-start;
    margin: 20px 0;
    line-height: 1.4rem;
  }
  .profile.recruit li span:first-child {
    width: 25%;
    font-weight: 700;
    font-style: normal;
    text-align: right;
    margin-right: 0.5rem;
    color: #333;
  }
  .profile.recruit li span:nth-child(2) {
    width: 85%;
    border-left: #c5c5c5 1px solid;
    padding-left: 0.5rem;
  }
  .table_recruit {
    max-width: 100%;
    border-spacing: 10px;
  }
  .table_recruit tr th {
    font-size: 0.9rem;
    padding: 10px 20px;
  }
  .table_recruit tr td {
    font-size: 0.9rem;
    color: #333;
    padding: 10px 0px;
  }
  .table_recruit tr td dl dd {
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 0.85rem;
  }
}
.pp {
  width: 75%;
  margin: 0 auto;
}
.pp h1 {
  margin: 1rem 0;
  font-size: 1.5rem;
}
.pp h2 {
  margin: 1rem 0 0.5rem;
  font-size: 1.1rem;
}
.pp p {
  line-height: 1.8rem;
}

@media screen and (max-width: 1024px) {
  .pp {
    width: 75%;
    font-size: 0.9rem;
  }
  .pp h2 {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 440px) {
  .pp {
    width: 100%;
    font-size: 0.9rem;
  }
  .pp h2 {
    font-size: 0.9rem;
  }
}
.info-pp {
  display: flex;
  align-items: top;
}
.info-pp > dt {
  flex: 1 1 30%;
  text-align: right;
  padding: 0 0.5rem;
  border-right: solid 1px #c5c5c5;
  font-weight: 700;
  font-style: normal;
}
.info-pp > dd {
  flex: 3 1 70%;
  padding-left: 0.5rem;
}
.info-pp > dd dd {
  margin: 0.25rem 0;
}

.info-wrapper {
  padding: 1rem 0 2rem 0;
  border: solid 2px #96c0b6;
  border-radius: 8px;
  width: 75%;
}

@media screen and (max-width: 440px) {
  .info-wrapper {
    width: 100%;
  }
}
.swiper-container {
  margin-top: 2px !important;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  display: block;
  width: 480px;
}

.gtmb-prd,
.gtmb-tech {
  width: 480px;
}
.gtmb-prd .swiper-wrapper,
.gtmb-tech .swiper-wrapper {
  height: 56.25%;
  margin-top: 2px;
}
.gtmb-prd .gallery-thumbs,
.gtmb-tech .gallery-thumbs {
  margin-top: 2px;
  border: solid 1px #f00;
}

.gallery-thumbs .swiper-slide {
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #54b1ff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  width: 75%;
  padding: 16px;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  color: white;
  margin: 2rem auto;
}
.hvr-shutter-in-vertical.dwnload {
  background: #e7e7e7;
  border: solid 1px #c5c5c5;
  color: #333;
}

.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #4286c0;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 6px;
}

.hvr-shutter-in-vertical.dwnload:before {
  background: #c5c5c5;
}

.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white;
}
.hvr-shutter-in-vertical:hover.dwnload, .hvr-shutter-in-vertical:focus.dwnload, .hvr-shutter-in-vertical:active.dwnload {
  color: #333;
}

.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

@font-face {
  font-family: "tetsubin-g"; /*フォント名日本語OK*/
  src: url(../fonts/tetsubin-g.otf); /*フォントファイルパス*/
}
html,
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: arial, sans-serif;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  z-index: 1;
}

section {
  height: auto;
  padding: 2rem 0;
}

@media screen and (max-width: 1024px) {
  section {
    height: auto;
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 440px) {
  section {
    height: auto;
    padding: 0 1rem;
  }
}
img {
  display: block;
}

figure {
  width: 100%;
}
figure img {
  width: 100%;
}

i {
  margin-right: 0.5rem;
}

.anchor {
  padding-top: 140px;
  margin-top: -140px;
}

.br-sp {
  display: none;
}

.br-tb {
  display: none;
}

@media screen and (max-width: 440px) {
  .br-sp {
    display: block;
  }
  .br-tb {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .br-tb {
    display: block;
  }
}
.breadcrumb {
  margin: 0 auto;
  max-width: 1366px;
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
.breadcrumb h1 {
  font-size: 0.8rem;
  font-weight: normal;
  display: inline-block;
}
.breadcrumb span::after {
  content: "＞";
  position: relative;
  right: -4px;
  z-index: 2;
  font-size: 0.6rem;
  margin-right: 4px;
  color: #c5c5c5;
}
.breadcrumb span:last-child::after {
  content: "";
}
.breadcrumb span a:link,
.breadcrumb span a:visited {
  color: #666;
  text-decoration: none;
}

@media screen and (max-width: 440px) {
  .breadcrumb {
    margin-bottom: 1.5rem;
  }
  .breadcrumb h1 {
    font-size: 0.7rem;
  }
}
.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.wrapper {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  background-color: #fff;
  z-index: 3;
  padding-top: 0.5rem;
}
.wrapper.dark {
  margin-top: 100vh;
  background-color: #132333;
}
.wrapper.darkpage {
  background-color: #132333;
}

@media screen and (max-width: 1024px) {
  .wrapper {
    position: relative;
    display: block;
    min-height: 100%;
    flex-direction: column;
    background-color: #fff;
    z-index: 3;
    padding-top: 0.5rem;
  }
}
.content {
  position: relative;
  height: 100%;
  min-height: 100%;
  max-width: 1366px;
  margin: auto;
  z-index: 5;
  display: flex;
}
.content .main {
  flex: 0 1 auto;
}
.content .sidebar {
  flex: 0 1 auto;
  position: relative;
  width: 375px;
}

span.caption {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5), -1px 1px 2px rgba(0, 0, 0, 0.5), 1px -1px 2px rgba(0, 0, 0, 0.5), -1px -1px 2px rgba(0, 0, 0, 0.5);
  margin-top: 8px;
}

@media screen and (max-width: 1024px) {
  span.caption {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
    font-size: 1rem !important;
    margin-top: 8px;
  }
}
@media screen and (max-width: 440px) {
  span.caption {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .content {
    display: block;
  }
  .content .main {
    flex: none;
    display: block;
  }
  .content .sidebar {
    flex: none;
    display: block;
    position: relative;
    width: 75%;
    margin: auto;
  }
}
@media screen and (max-width: 440px) {
  .content .sidebar {
    width: 90%;
  }
}
.index_section {
  display: block;
  font-size: 2rem;
  text-align: center;
  font-weight: 400;
  font-style: normal;
}
.index_section.top {
  color: #f3f3f3;
  font-family: "tetsubin-g", arial, sans-serif;
}
.index_section.top span {
  font-family: inherit;
  margin-top: 10px;
}
.index_section span {
  display: block;
  font-size: 0.85rem;
  color: #c5c5c5;
}
.index_section span:after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  border-bottom: solid 2px #e50012;
  margin: 10px auto 20px;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1024px) {
  .index_section {
    margin-top: 2rem;
  }
  .index_section span {
    width: 100%;
  }
}
.cont_section {
  display: block;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-family: "tetsubin-g", arial, sans-serif;
}
.cont_section span {
  display: block;
  font-size: 1rem;
  margin-top: 0.5rem;
  color: #336699;
  letter-spacing: 0.1rem;
}
.cont_section.nega {
  color: #fff;
}
.cont_section.nega span {
  color: #99caff;
}

.embed-yt {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 746px;
  padding-top: -56.25%;
}

.cont_sub_section {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  color: #132333;
}
.cont_sub_section.nega span {
  color: #99caff;
}
.cont_sub_section span {
  display: block;
  font-size: 0.9rem;
  margin-top: 0.3rem;
  color: #336699;
  letter-spacing: 0.1rem;
}

.read_section {
  max-width: 75%;
  margin: 2rem auto;
  font-size: 1rem;
  line-height: 2.2rem;
  text-align: justify;
  text-justify: inter-ideograph;
  text-align-last: left;
  padding: 2rem;
  border: solid 1px #c5c5c5;
  border-radius: 6px;
  letter-spacing: 0.1rem;
  background: #fff;
}
.read_section span {
  display: block;
  text-align: justify;
  text-justify: inter-ideograph;
  text-indent: 1.1rem;
}
.read_section.nega {
  border: solid 1px rgba(255, 255, 255, 0.3);
  color: #f3f3f3;
  background: rgba(0, 0, 0, 0.3);
}

.pdf-link {
  display: block;
  width: 350px;
  margin: auto;
}
.pdf-link a:link,
.pdf-link a:visited {
  display: block;
  text-align: center;
  color: #99caff;
  border: solid 1px #99caff;
  border-radius: 4px;
  padding: 20px 40px;
  margin: auto;
}
.pdf-link a:hover {
  background: rgba(153, 202, 255, 0.3);
}

.img-full {
  width: 75%;
  margin: 40px auto;
}
.img-full img {
  object-fit: cover;
  width: 100%;
}

.link-icon {
  max-width: 75%;
  margin: auto;
  list-style-type: none;
  display: flex;
  justify-content: space-around;
}
.link-icon figure {
  flex: 0 0 128px;
}
.link-icon figure img {
  width: 100%;
}
.link-icon figure figcaption {
  text-align: center;
  margin: 10px 0;
  white-space: nowrap;
}

.icon-rotate {
  position: relative;
}
.icon-rotate figcaption {
  color: #f3f3f3;
}

.rotate-container {
  transform: rotateZ(360);
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.rotate-container:hover .rotate {
  transition: 0.3s;
  transform: rotateZ(360deg);
  opacity: 1;
}

.rotate {
  transform: rotateZ(0deg);
  background-position: top left;
  background-size: contain;
  opacity: 0;
}

.no-rotate {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

.link-icon {
  max-width: 75%;
  margin: auto;
  list-style-type: none;
  display: flex;
  justify-content: space-around;
}
.link-icon figure {
  flex: 0 0 128px;
}
.link-icon figure img {
  width: 100%;
}
.link-icon figure img.rotate:hover {
  transform: rotateZ(360);
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.link-icon figure figcaption {
  text-align: center;
  margin: 10px 0;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .divide {
    display: block;
    width: calc(100vw - 16px);
    max-width: 1366px;
  }
  .divide .main {
    width: 100%;
  }
  .divide .main .index_section {
    display: block;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 3rem;
  }
  .divide .main .index_section span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 10px auto 20px;
  }
  .divide .main .cont_section {
    display: block;
    font-size: 1.3rem;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 2rem;
  }
  .divide .main .cont_section span {
    display: block;
    font-size: 0.9rem;
    color: #336699;
  }
  .divide .main .cont_section span.corp {
    color: #e05b66;
  }
  .divide .main .cont_sub_section {
    display: block;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    color: #132333;
    margin: 3rem auto 1rem;
  }
  .divide .main .cont_sub_section span {
    display: block;
    font-size: 0.9rem;
    color: #336699;
  }
  .divide .main .cont_sub_section span.corp {
    color: #e05b66;
  }
  .divide .main .read_section {
    max-width: 100%;
    margin: 2rem 2.5rem;
    font-size: 0.85rem;
    line-height: 1.8rem;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align-last: left;
    padding: 1.5rem;
    border: solid 1px #c5c5c5;
    border-radius: 6px;
    letter-spacing: 0.1rem;
  }
  .divide .link-icon {
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
  }
  .divide .link-icon figure {
    width: 50%;
    max-width: 128px;
    margin: 14px;
  }
  .divide .link-icon figure img {
    width: 100%;
  }
  .divide .link-icon figure figcaption {
    text-align: center;
    margin: 10px 0;
    white-space: nowrap;
  }
  .divide .bnr_inquiry {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    background-color: #f90;
    font-size: 1.1rem;
    margin: 20px 0;
  }
  .divide .bnr_inquiry:hover {
    background-color: #fc0;
  }
}
@media screen and (max-width: 440px) {
  .divide .main .read_section {
    max-width: 100%;
    margin: 2rem 0rem;
    font-size: 0.85rem;
    line-height: 1.8rem;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align-last: left;
    padding: 1.5rem;
    border: solid 1px #c5c5c5;
    border-radius: 6px;
    letter-spacing: 0.1rem;
  }
}
.information {
  padding: 2rem;
  width: 100%;
  max-width: 880px;
  display: block;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.1);
  list-style-type: none;
  border: solid 8px rgba(255, 255, 255, 0.1);
}
.information li {
  font-size: 0.9rem;
  margin: 15px;
  color: #c5c5c5;
  border-bottom: dotted 2px rgba(197, 197, 197, 0.2);
  display: flex;
  align-items: center;
}
.information li .notice {
  padding: 1rem;
  border: solid 1px #c00;
  margin: 0.5rem;
  text-align: center;
}
.information li .notice dt {
  color: #c00;
  padding-bottom: 4px;
  border-bottom: solid 1px #c00;
}
.information li .notice dd {
  margin-top: 0.5rem;
}
.information li span:first-child {
  font-size: 0.8rem;
  color: #538cc6;
  flex: 1;
}
.information li span:last-child {
  flex: 6;
  color: #c5c5c5;
}
.information li span:last-child br {
  display: block;
}

@media screen and (max-width: 1024px) {
  .information {
    padding: 8px;
  }
  .information li {
    margin: 16px 0;
    font-size: 0.8rem;
    display: flex;
    gap: 10px;
  }
  .information li span:first-child {
    flex: 1;
  }
  .information li span:last-child {
    flex: 4;
  }
  .information li span:last-child br {
    display: none;
  }
}
.link {
  display: flex;
  justify-content: center;
}
.link figure {
  flex: 0 1 20%;
}
.link figure a {
  display: block;
  text-align: center;
}
.link figure a:link, .link figure a:visited {
  text-align: center;
  color: #fff;
}
.link figure a.bright:link, .link figure a.bright:visited {
  color: #333;
}

@media screen and (max-width: 1024px) {
  .link {
    display: flex;
    justify-content: center;
    flex-direction: center;
  }
  .link figure {
    width: 25%;
    margin: 1rem auto;
  }
  .link figure a {
    display: block;
    text-align: center;
  }
  .link figure a:link, .link figure a:visited {
    color: #fff;
  }
  .link figure.bright:link, .link figure.bright:visited {
    color: #333;
  }
}
@media screen and (max-width: 440px) {
  .link {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .link figure {
    width: 50%;
    margin: 1rem auto;
  }
  .link figure a {
    display: block;
    text-align: center;
  }
  .link figure a:link, .link figure a:visited {
    color: #fff;
  }
  .link figure.bright:link, .link figure.bright:visited {
    color: #333;
  }
}
#body-start {
  width: 100%;
}

.swiper-slide {
  width: 100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-slide.kv01 {
  background-image: url("../img/hrimg_main-01.png");
}
.swiper-slide.kv02 {
  background-image: url("../img/hrimg_main-02.png");
}
.swiper-slide.kv03 {
  background-image: url("../img/hrimg_main-03.png");
}
.swiper-slide.kv04 {
  background-image: url("../img/hrimg_main-04.png");
}
.swiper-slide.kv05 {
  background-image: url("../img/hrimg_main-05.png");
}
.swiper-slide.kv06 {
  background-image: url("../img/hrimg_main-06.png");
}
.swiper-slide.kv07 {
  background-image: url("../img/hrimg_movie-01.png");
}

.kv {
  width: 100%;
  height: 375px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.kv #kv_shade-right {
  width: 32vw;
  height: 375px;
  background-color: rgba(0, 0, 0, 0.5);
  transform: skew(-22.5deg);
  position: fixed;
  top: 0px;
  left: -80px;
  z-index: 1;
  opacity: 1;
  transition: all 0.35s ease;
}
.kv #kv_shade-right.fade {
  opacity: 0;
  width: 0vw;
  transition: all 0.7s ease;
}
.kv #kv_shade {
  width: 30vw;
  height: 375px;
  background-color: rgba(0, 0, 0, 0.5);
  transform: skew(-22.5deg);
  position: fixed;
  top: 0px;
  left: -80px;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  opacity: 1;
  transition: all 0.5s ease;
}
.kv #kv_shade.fade {
  opacity: 0;
  width: 0vw;
  transition: all 0.5s ease;
}
.kv #kv_shade .page-title {
  position: relative;
  z-index: 2;
  font-size: 2rem;
  color: #fff;
  transform: skew(22.5deg) !important;
  padding-right: 2rem;
  margin-right: 2px;
}
.kv #kv_shade .page-title span {
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  display: block;
  letter-spacing: 0;
  margin-top: 8px;
}
.kv #kv_shade .page-title span:before {
  content: "";
  width: 100%;
  border-bottom: solid 2px #e50012;
  position: absolute;
  top: 48px;
}
.kv.b-top {
  background-image: url("../img/header_biz-top.png");
}
.kv.b-peening {
  background-image: url("../img/header_biz-peening.png");
}
.kv.b-laser {
  background-image: url("../img/header_biz-laser.png");
}
.kv.corp-top {
  background-image: url("../img/header_corp-philosophy.png");
  background-size: cover;
}
.kv.corp-info {
  background-image: url("../img/header_corp-info.png");
  background-size: cover;
}
.kv.corp-misc {
  background-image: url("../img/header_corp-tamagawa.png");
  background-size: cover;
}
.kv.env-top {
  background-image: url("../img/header_corp-env.png");
}
.kv.group-top {
  background-image: url("../img/header_group-top.png");
}
.kv.recruit {
  background-image: url("../img/header_recruit.png");
}
.kv.inquiry {
  background-image: url("../img/header_inquiry.png");
}
.kv.privacy {
  background-image: url("../img/header_pp.png");
}

.kv-sp {
  display: none;
}

.kv-tb {
  display: none;
}

@media screen and (max-width: 1024px) {
  .kv {
    display: none;
  }
  .kv-sp {
    display: none;
  }
  .kv-tb {
    display: flex;
    align-items: center;
    width: 100%;
    height: 56.25vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #000;
  }
  .kv-tb .page-title {
    font-size: 2rem;
    letter-spacing: 4px;
    position: absolute;
    color: #fff;
    left: 40px;
    top: 160px;
    padding-bottom: 4px;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  }
  .kv-tb .page-title span {
    border-top: 2px solid #e50012;
    padding-top: 8px;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    display: block;
    letter-spacing: 0;
  }
  .kv-tb.corp-top {
    background-image: url("../img/header_tb-corp-top.png");
  }
  .kv-tb.corp-env {
    background-image: url("../img/header_tb-env.png");
  }
  .kv-tb.corp-profile {
    background-image: url("../img/header_tb-corp-profile.png");
  }
  .kv-tb.corp-history {
    background-image: url("../img/header_tb-corp-history.png");
  }
  .kv-tb.corp-access {
    background-image: url("../img/header_tb-corp-access.png");
  }
  .kv-tb.b-top {
    background-image: url("../img/header_tb-biz-top.png");
  }
  .kv-tb.b-peening {
    background-image: url("../img/header_tb-biz-peening.png");
  }
  .kv-tb.b-laser {
    background-image: url("../img/header_tb-biz-laser.png");
  }
  .kv-tb.group-top {
    background-image: url("../img/header_tb-group.png");
  }
  .kv-tb.inquiry {
    background-image: url("../img/header_tb-inquiry.png");
  }
  .kv-tb.recruit {
    background-image: url("../img/header_tb-recruit.png");
  }
  .kv-tb.pp {
    background-image: url("../img/header_tb-pp.png");
  }
}
@media screen and (max-width: 440px) {
  .kv {
    display: none;
  }
  .kv-tb {
    display: none;
  }
  .kv-sp {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
  }
  .kv-sp .page-title {
    font-size: 2rem;
    letter-spacing: 4px;
    position: absolute;
    color: #fff;
    left: 40px;
    top: 160px;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  }
  .kv-sp .page-title span {
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    display: block;
    letter-spacing: 0;
  }
  .kv-sp.b-top {
    background-image: url("../img/header_sp-biz-top.png");
  }
  .kv-sp.b-peening {
    background-image: url("../img/header_sp-biz-peening.png");
  }
  .kv-sp.b-laser {
    background-image: url("../img/header_sp-biz-laser.png");
  }
  .kv-sp.corp-top {
    background-image: url("../img/header_sp-corp-top.png");
  }
  .kv-sp.corp-env {
    background-image: url("../img/header_sp-corp-env.png");
  }
  .kv-sp.corp-history {
    background-image: url("../img/header_sp-corp-history.png");
  }
  .kv-sp.corp-profile {
    background-image: url("../img/header_sp-corp-profile.png");
  }
  .kv-sp.corp-access {
    background-image: url("../img/header_sp-corp-access.png");
  }
  .kv-sp.group-top {
    background-image: url("../img/header_sp-group.png");
  }
  .kv-sp.inquiry {
    background-image: url("../img/header_sp-inquiry.png");
  }
  .kv-sp.recruit {
    background-image: url("../img/header_sp-recruit.png");
  }
  .kv-sp.pp {
    background-image: url("../img/header_sp-pp.png");
  }
}
@media screen and (max-width: 440px) {
  .blank {
    position: relative;
    top: 414px;
  }
}
.inner-devided {
  display: flex;
  justify-content: space-between;
  max-width: 75%;
  margin: auto;
}
.inner-devided.nega {
  color: #fff;
}
.inner-devided dl {
  width: 66.6%;
}
.inner-devided figure {
  width: 33.3%;
}
.inner-devided figure img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .inner-devided {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    padding: 0 2.5rem;
    margin: auto;
  }
  .inner-devided dl {
    width: 50%;
    padding-right: 1rem;
  }
  .inner-devided figure {
    width: 50%;
  }
  .inner-devided figure img {
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .inner-devided {
    display: flex;
    flex-direction: column;
    font-size: 0.9rem;
    max-width: 100%;
    padding: 0 1.5rem;
  }
  .inner-devided figure {
    width: 100%;
    margin: 0 auto 20px;
  }
  .inner-devided figure img {
    width: 100%;
  }
  .inner-devided dl {
    width: 100%;
  }
}
.nom-btn {
  width: 100%;
  padding: 0.5rem;
  border-radius: 4px;
  border: solid 1px #c5c5c5;
  text-align: center;
}

.mg-a {
  margin: 1rem auto;
}

.kv-min {
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-bottom: solid 2px #e50012;
}

.kv-tb-min {
  display: none;
}

.kv-sp-min {
  display: none;
}/*# sourceMappingURL=common.css.map */