/* ------------------------------------------------------------------------- */
/* reset */

h1,h2,h3,h4,h5,h6,
p,ol,ul,li,dl,dt,dd,figure {
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

ol,ul {
  list-style: none;
}

/* ------------------------------------------------------------------------- */
/* utility */

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  html,
  body {
    min-width: 320px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 769px), print {
  .smt {
    display: none !important;
  }

  html {
    font-size: 14px;
    min-width: 1400px;
  }
}

.designed {
  overflow: hidden;
  height: 0;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  line-height: 2;
}



/* ------------------------------------------------------------------------- */
/* base */

html {
  font-size: 14px;
}

body {
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  color: #000;
}

img {
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
}

/* font-family: 'Lato', sans-serif; */
/* font-weight: 400;  regular*/
/* font-weight: 700;  bold*/


/* ------------------------------------------------------------------------- */

header {
  height: 100px;
  background-color: #fff;
  position: fixed;
  min-width: 1400px;
  padding-bottom: 20px;
  width: 100%;
  z-index: 10000;
}
header h1 {
  float: left;
  width: 266px;
  height: 60px;
  margin: 40px 0 0 60px;
}
header h1 a {
  background-image: url(./../images/common/header-logo.gif);
  width: 266px;
  padding-top: 60px;
  display: block;
  background-size: contain;
}
header #site-nav {
  float: right;
  margin: 80px 60px 0 0;
}
header #site-nav ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  margin-right: 30px;
}
header #site-nav .site-nav-inner > ul > li:last-child {
	margin-right: 0;
}
header #site-nav ul li.site-nav-low {
  position: relative;
}
header #site-nav ul li.site-nav-low .site-nav-low-inner {
  position: absolute;
  top: 30px;
  left: -40px;
  background-color: #126990;
  width: 200px;
  padding: 20px;
  box-sizing: border-box;
  display: none;
  height: auto;
}
header #site-nav ul li.site-nav-low .site-nav-low-inner.sec {
  width: 145px;
left: -33px;
}
header #site-nav ul li.site-nav-low .site-nav-low-inner li {
  margin-bottom: 15px;
  margin-right: 0;
  display: block;
}
header #site-nav ul li.site-nav-low .site-nav-low-inner li.sec04-4,
header #site-nav ul li.site-nav-low .site-nav-low-inner li.sec02-3 {
  margin-bottom: 0;
}
header #site-nav ul li.site-nav-low .site-nav-low-inner li a {
  font-size: 14px;
  color: #fff;
}

header #site-nav ul li.site-nav-low .site-nav-low-inner li a span {
  width: 15px;
  display: inline-block;
  height: 1px;
  background-color: #ee933b;
  margin-right: 8px;
  vertical-align: middle;
}
header #site-nav > ul > li:last-child {
  margin-right: 0;
  padding-left: 30px;
  border-left: 1px solid #000;
  padding-right: 25px;
  background-image: url(./../images/common/header-nav-icon.png);
  background-size: 14px 10px;
  background-position: right center;
  background-repeat: no-repeat;
}
header #site-nav ul li a {
  line-height: 1em;
  font-weight: 500;
  position: relative;

}
header #site-nav ul li a span {
  z-index: 10;
  position: relative;
}
header #site-nav ul li a:after {
  background-image: url(./../images/common/header-nav-bg.png);
  background-position: bottom;
  background-repeat: repeat-x;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 1;
  content: '';
}
header #site-nav ul li.site-nav-low .site-nav-low-inner li a:after {
  background-image: none;
}

header #site-nav ul li a:hover:after {
  opacity: 1;
}
header .entry-btn {
  position: absolute;
  right: 60px;
  top: 40px;
  line-height: 30px;
  width: 135px;
  background-color: #126990;
  border-radius: 15px;
  transition: all 0.3s;
  opacity: 1;
}
header .entry-btn a {
  width: 100%;
  line-height: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  text-align: center;
  display: block;
  letter-spacing: 1px;
}
header .entry-btn:hover {
  opacity: 0.5;
}
footer {
  height: 470px;
  position: relative;
  padding-top: 156px;
  box-sizing: border-box;
}
footer > a {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 90px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 360px;
  letter-spacing: 1px;
}
footer > a span {
  display: block;
  width: 2px;
  height: 27px;
  background-color: #000;
  margin: 0 auto 14px;
  transition: all 0.3s;
}
footer > a:hover span {
  height: 50px;
}
footer > div {
  height: 235px;
  padding: 0 60px;
  width: 100%;
  box-sizing: border-box;
  background-image: url(./../images/common/footer-bg.jpg);
  background-size: cover;
}
footer > div section {
  float: left;
  margin-top: 60px;
}
footer > div section h2 {
  background-image: url(./../images/common/footer-text.png);
  padding-top: 64px;
  width: 178px;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
footer > div section p {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
}
footer > div > div {
  float: right;
  width: 610px;
  height: 135px;
  background-color: #fff;
  margin-top: 50px;
  padding: 35px 0 0 50px;
  box-sizing: border-box;
}
footer > div > div > p {
  font-size: 13px;
  margin-bottom: 27px;
  line-height: 1em;
}
footer > div > div ul li {
  display: inline-block;
  padding-right: 32px;
  background-image: url(./../images/common/footer-icon.png);
  background-position: right center;
  background-repeat: no-repeat;
  margin-right: 30px;
}
footer > div > div ul li a {
  font-size: 16px;
  color: #126990;
  letter-spacing: 3px;
  opacity: 1;
  transition: all 0.3s;
}
footer > div > div ul li a:hover {
  opacity: 0.5;
}
footer > div > div ul li a span {
  border-bottom: 1px solid #126990;
  padding-bottom: 3px;
}
.kv-area {
  padding-left: 60px;
  margin-bottom: 80px;
}
.kv-inner {
  padding-left: 60px;
  padding-bottom: 50px;
  position: relative;
  padding-top: 150px;
}
.copyright {
  line-height: 80px;
  width: 100%;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #fff;
  background-color: #005982;
  letter-spacing: 2px;
  font-size: 12px;
}
.kv-inner > p {
  position: absolute;
  left: -50px;
  bottom: 40px;
  transform: rotate(-90deg);
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 12px;
}
.kv-inner > p span {
  height: 1px;
  width: 50px;
  background-color: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.kv {
  width: 100%;
  height: 650px;
  background-image: url(./../images/kv.jpg);
  background-size: cover;
  position: relative;
}
.kv-title {
  width: 395px;
  height: 250px;
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 198px;
  left: -60px;
  padding: 50px;
  box-sizing: border-box;
}
.kv-title h2 {
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.kv-title h2:nth-child(2) {
  margin-bottom: 35px;
}
.kv-title h2:nth-child(1) strong {
  background-image: url(./../images/kv-title-1.png);
  width: 274px;
  padding-top: 36px;
  display: block;
}

.kv-title h2:nth-child(2) strong {
  background-image: url(./../images/kv-title-2.png);
  width: 170px;
  padding-top: 36px;
  display: block;
}
.kv-title p {
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.22em;
}

.news {
  margin: 0 120px;
  font-size: 0;
  height: 146px;
}
.news h3 {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  line-height: 146px;
  background-color: #126990;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  letter-spacing: 3px;
}
.news .news-content {
  display: inline-block;
  vertical-align: top;
  height: 146px;
  width: calc(100% - 200px);
  background-color: #e9f5f5;
  padding: 0px 0 0 60px;
  box-sizing: border-box;
  position: relative;
}
.news-list {
  padding-top: 32px;
  box-sizing: border-box;
}
.news-list > p {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #126990;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-right: 35px;
  letter-spacing: 1px;
  line-height: 85px;
}
.news-list > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.news-list > div p {
  line-height: 1.8em;
  font-weight: 700;
  /* margin-bottom: 12px; */
}
.news-list > div a {
  display: inline-block;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  margin-right: 26px;
  margin-top: 12px;
}
.news .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(./../images/news-prev-btn.png);
  width: 8px;
  height: 13px;
  background-size: contain;
  right: 88px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: auto
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(./../images/news-next-btn.png);
  right: 60px;
  width: 8px;
  height: 13px;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  left: auto
}

hr {
  width: 62px;
  height: 3px;
  background-color: #000;
  border-left: 31px solid #51dce8;
  border-bottom: 0;
  border-top: 0;
  border-right: 0;
  box-sizing: border-box;
  margin: 30px auto 50px 0;
  display: block;
}
.interview-contents.mv hr {
  border-left: 20px solid #126990;
  width: 40px;
  height: 2px;
  margin: 20px auto 60px 0;
}
.business {
  padding: 120px 0 0 120px;
}
.contents-header {
  font-size: 40px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #000;
  letter-spacing: 8px;
}
.contents-header span {
  font-size: 15px;
  font-weight: 500;
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  letter-spacing: 2px;
  margin-left: 30px;
}
.business {
  background-image: url(./../images/business/business-bg.jpg);
  background-position: right top;
  background-repeat: no-repeat;
}
.business .inner {
  position: relative;
  height: 520px;
  padding-top: 60px;
  box-sizing: border-box;
  font-size: 0;
  margin-bottom: 80px;
}
.business .inner figure {
  position: relative;
  z-index: 10;
  width: 400px;
  height: 400px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  display: inline-block;
  vertical-align: middle;
}
.business .inner section {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  padding-right: 200px;
  width: calc(100% - 670px);
  margin-left: 70px;
}
.business .inner section h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 55px;
}
.business .inner section h3 span {
  font-size: 26px;
  font-weight: 700;
  position: relative;
  z-index: 10;
  display: block;
}
.business .inner section p {
  line-height: 1.8em;
  text-align: justify;
}
.business .inner .bg {
  height: 520px;
  position: absolute;
  top: 0;
  left: 60px;
  width: calc(100% - 60px);
  background-color: #e9f5f5;
}
.business .product {
  padding-right: 120px;
}
.business .product > p {
  text-align: center;
  font-size: 18px;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 50px;
}
.business .product ul {
  background-image: url(./../images/business/product-img.png);
  background-repeat: no-repeat;
  width: 1171px;
  height: 280px;
  font-size: 0;
  margin: 0 auto;
  background-position: bottom center;
  padding-bottom: 150px;
}
.business .product li {
  height: 150px;
  width: 270px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: -45px;
  font-size: 14px;
  text-align: center;
  padding-top: 0;
  box-sizing: border-box;
  color: #126990;
  font-weight: 700;
}
.business .product li hr {
  width: 30px;
  height: 2px;
  background-color: #126990;
  border-left: none;
  border-bottom: 0;
  border-top: 0;
  border-right: 0;
  box-sizing: border-box;
  margin: 10px auto 15px;
  display: block;
}
.business .product li:nth-child(1) {
  margin-left: 0;
  padding-top: 0;
}
.business .product li span,
.business .product li small {
  display: block;
  line-height: 1.8em;
}
.business .product li p {
  font-size: 18px;
}
.business .product li p span {
  display: block;
  font-size: 14px;
  margin-top: 15px;
}
.business .product li p span:nth-child(2) {
  margin-top: 5px;
}
.business .product li p span small {
  display: block;
  font-size: 12px;
}
.company {
  padding: 120px 0 0 60px;
}
.company > h2,
.company > hr,
.company > section {
  margin-left: 60px;
}
.company > section h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}
.company > section h3 span {
  font-size: 26px;
  font-weight: 700;
  position: relative;
  z-index: 10;
  display: block;
  letter-spacing: 5px;
}
.company > section p {
  line-height: 2.3em;
}
.company-flow {
  padding-right: 60px;
  margin: 45px auto 85px;
}
.company-flow-inner {
  background-image: url(./../images/company/flow-bg.png);
  height: 250px;
  width: 1320px;
  margin: 0 auto;
  padding-left: 60px;
  box-sizing: border-box;
}
.company-flow-inner > div {
  width: 250px;
  height: 250px;
  float: left;
  margin-right: 65px;
  padding-top: 100px;
  box-sizing: border-box;
}
.company-flow-inner > div:nth-child(4) {
  margin-right: 0;
}
.company-flow-inner > div p {
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 1px;
}
.company-flow-inner > div p span {
  text-align: center;
  display: block;
  font-size: 14px;
  margin-top: 15px;
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: #000;
  border: none;
  outline: none;
  background: #000;
  right: 120px;
  left: auto;
  z-index: 1000;
}
.slick-next {right: 90px;}

.company-click {
  position: relative;
  margin-bottom: 60px;
  padding-right: 60px;
  z-index: 1100;
}
.company-click.low {z-index: 1000;}
.company-click-list {
  width: 370px;
  margin-right: 45px;
  float: left;
  padding-bottom: 50px;
  position: relative;
}
.company-click-inner > .company-click-list:nth-child(3) {
  margin-right: 0;
}
.company-click-inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
}
.company-click .bg {
  position: absolute;
  left: 0;
  top: 125px;
  right: 0;
  bottom: 0;
  background-color: #e9f5f5;
  z-index: 1;
}
.company-click .bg-low {
  position: absolute;
  left: -60px;
  top: 125px;
  right: auto;
  bottom: 0;
  background-color: #e9f5f5;
  z-index: 1;
/*  width: calc(50% + 300px);ITC2025-0478 */
   width: 42%;
}
.company-click-list > a,
.workplace-click-list > a,
.parent a {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  background-color: #126990;
  display: block;
  position: absolute;
  top: 270px;
  right: 0;
}
.workplace-click-list .parent a {
  top: 326px;
}
.company-click-list > a i,
.workplace-click-list > a i,
.parent a i {
  width: 50%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s;
}
.company-click-list > a i:nth-child(2),
.workplace-click-list > a i:nth-child(2),
.parent a i:nth-child(2) {
  transform: rotate(90deg);
}


@media only screen and (min-width: 769px), print {
.parent a:hover i {
  transform: rotate(-180deg);
}
.parent a:hover i:nth-child(2) {
  transform: rotate(-270deg);
  opacity: 1;
}
}

.parent > a.on i {
  transform: rotate(-360deg);
}
.parent > a.on i:nth-child(2) {
  transform: rotate(-270deg);
  opacity: 0;
}
.company-click-list section h3,
.workplace-click-list section h3 {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.company-click-list section p,
.workplace-click-list section p {
  float: right;
  color: #126990;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-right: 45px;
}
.company-click-list figure {
  margin-bottom: 30px;
}
.workplace-click-list figure {
  margin-bottom: 36px;
}
.low-contents {
  clear: both;
  padding: 20px;
  background-color: #126990;
}
.low-contents p {
  text-align: justify;
  line-height: 2.2em;
  color: #fff;
}
.office {
  width: 1100px;
  margin: -50px auto 0;
  padding-top: 150px;
}
.office .office-data {
  width: 503px;
  float: right;
}
.office div.map-image {
  height: 603px;
  width: 502px;
  float: left;
  background-image: url(./../images/office/company-map.png);
  background-repeat: no-repeat;
  position: relative;
}
.office div.map-image .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 603px;
  width: 502px;
}
.office div.map-image > div {
  width: 36px !important;
  height: 51px !important;
  position: absolute;
  display: block;
  transition: all 0.2s;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.office div.map-image div.active {
  z-index: 100;
}
.office div.map-image div.pinA {
  background-image: url(./../images/office/company-map-pinA.png);
  left: 305px;
  top: 378px;
}
.office div.map-image div.pinB {
  background-image: url(./../images/office/company-map-pinB.png);
  left: 290px;
  top: 323px;
}
.office div.map-image div.pinC {
  background-image: url(./../images/office/company-map-pinC.png);
  left: 75px;
  top: 421px;
}
.office div.map-image div.pinD {
  background-image: url(./../images/office/company-map-pinD.png);
  left: 362px;
  top: 293px;
}
.office div.map-image div.pinE {
  background-image: url(./../images/office/company-map-pinE.png);
  left: 319px;
  top: 323px;
}
.office div.map-image div.pinF {
  background-image: url(./../images/office/company-map-pinF.png);
  left: 175px;
  top: 421px;
}
.office div.map-image div.pinG {
  background-image: url(./../images/office/company-map-pinG.png);
  left: 233px;
  top: 393px;
}
.office div.map-image div.pinA.active {
  background-image: url(./../images/office/company-map-pinA-on.png);
}
.office div.map-image div.pinB.active {
  background-image: url(./../images/office/company-map-pinB-on.png);
}
.office div.map-image div.pinC.active {
  background-image: url(./../images/office/company-map-pinC-on.png);
}
.office div.map-image div.pinD.active {
  background-image: url(./../images/office/company-map-pinD-on.png);
}
.office div.map-image div.pinE.active {
  background-image: url(./../images/office/company-map-pinE-on.png);
}
.office div.map-image div.pinF.active {
  background-image: url(./../images/office/company-map-pinF-on.png);
}
.office div.map-image div.pinG.active {
  background-image: url(./../images/office/company-map-pinG-on.png);
}
.office > section,
.number > section {
  text-align: center;
}
.office > section h3,
.number > section h3,
.workplace > h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}
.office > section h3 span,
.number > section h3 span,
.workplace > h3 span {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 3px;
  position: relative;
  z-index: 10;
  display: block;
  letter-spacing: 5px;
}
.office-data ul li {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}
.office-data ul li:nth-child(5) {
  margin-right: 150px;
}
.office-data ul li span {
  line-height: 26px;
  height: 30px;
  width: 30px;
  border: 2px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 15px;
  margin-right: 15px;
  transition: all 0.3s;
}
.office-data ul li strong {
  color: #c1c1c1;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
  border-bottom: 2px solid rgba(238, 147, 59, 0);
}
.office-data ul li:hover span,
.office-data ul li.active span {
  color: #ee933b;
  border-color: #ee933b;
}
.office-data ul li:hover strong,
.office-data ul li.active strong {
  color: #ee933b;
  border-bottom: 2px solid rgba(238, 147, 59, 1);
}
.office-data-list {
  width: 502px;
}
.office-data-list figure {
  margin-bottom: 20px;
  margin-top: 30px;
}
.office-data-list figure a {
  display: block;
float: left;
}
.office-data-list h4 {
  line-height: 2.2em;
  font-weight: normal;
  text-align: right;
  margin-top: 15px;
}
.office-data-list p {
  line-height: 2.2em;
  margin-top: 15px;
}
#sec04-2,#sec04-3,
#sec04-2,#sec04-4 {
  padding-top: 80px;
  margin-top: -80px;
}
.number {
  background-color: #e9f5f5;
  padding-top: 80px;
  margin-top: 90px;
  padding-bottom: 80px;
}
.number-inner {
  width: 1080px;
  margin: 0 auto;
  font-size: 0;
  position: relative;
}
.number-inner > p {
  position: absolute;
  right: 0;
  bottom: -40px;
}
.number-inner .number-list {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 01s;
}
.number-inner .number-list.inview {
  opacity: 1;
  transform: translate(0, 0);
}
.number-inner:nth-child(2),
.number-inner:nth-child(3) {
  margin-bottom: 40px;
}
.number-inner:nth-child(2) .number-list {
  width: 240px;
  height: 275px;
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
.number-inner:nth-child(4) .number-list {
  width: 240px;
  height: 240px;
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
.number-inner:nth-child(3) .number-list {
  width: 333px;
  height: 270px;
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
.number-inner:nth-child(2) .number-list:nth-child(4),
.number-inner:nth-child(3) .number-list:last-child,
.number-inner:nth-child(4) .number-list:last-child {
  margin-right: 0;
}
.number-inner:nth-child(2) .number-list figure {
  margin-bottom: -10px;
  position: relative;
  z-index: 10;
}
.number-inner:nth-child(2) .number-list figure img {
  display: block;
  margin: 0 auto;
}
.number-inner:nth-child(2) .number-list > section {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  padding-top: 40px;
  box-sizing: border-box;
}
.number-inner:nth-child(2) .number-list > section p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 25px;
}
.number-inner:nth-child(2) .number-list > section h5 {
  font-size: 16px;
  font-weight: 700;
}
.number-inner:nth-child(2) .number-list > section h4 {
  font-size: 70px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 10px;
}
.number-inner:nth-child(2) .number-list > section h4 span {
  line-height: 1em;
  font-size: 15px;
  display: inline-block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: 6px;
  letter-spacing: 2px;
  vertical-align: baseline;
}
.number-inner:nth-child(3) .number-list {
  background-color: #fff;
  text-align: center;
  padding-top: 50px;
  box-sizing: border-box;
}
.number-inner:nth-child(3) .number-list p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 25px;
}
.number-inner:nth-child(3) .number-list h4 {
  font-size: 70px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 10px;
}
.number-inner:nth-child(3) .number-list h4 small {
  font-size: 40px;
}
.number-inner:nth-child(3) .number-list:nth-child(3) h4 small {
  font-weight: 700;
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
}
.number-inner:nth-child(3) .number-list > section h5 {
  font-size: 16px;
  font-weight: 700;
}
.number-inner:nth-child(3) .number-list:nth-child(1) {
  background-image: url(./../images/number/image-1.jpg);
}
.number-inner:nth-child(3) .number-list:nth-child(2) {
  background-image: url(./../images/number/image-2.jpg);
}
.number-inner:nth-child(3) .number-list:nth-child(3) {
  background-image: url(./../images/number/image-3.jpg);
}
.number-inner:nth-child(4) .number-list {
  background-color: #fff;
  text-align: center;
  padding-top: 36px;
  box-sizing: border-box;
}
.number-inner:nth-child(4) .number-list p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 35px;
}
.number-inner:nth-child(4) .number-list h4 {
  font-size: 50px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 5px;
}
.number-inner:nth-child(4) .number-list h4 span {
  font-size: 14px;
  margin-right: 10px;
  width: 60px;
  display: inline-block;
  text-align: right;
}
.number-inner:nth-child(4) .number-list h4 small {
  font-size: 20px;
}
.number-inner:nth-child(4) .number-list h5 {
  margin-top: 15px;
}
.number-inner:nth-child(4) .number-list:nth-child(4) h4 {
  text-align: left;
  margin-left: 25px;
}

.number-inner:nth-child(4) .number-list:nth-child(1) {
  background-image: url(./../images/number/image-4.jpg);
}
.number-inner:nth-child(4) .number-list:nth-child(2) {
  background-image: url(./../images/number/image-4.jpg);
}
.number-inner:nth-child(4) .number-list:nth-child(3) {
  background-image: url(./../images/number/image-5.jpg);
}
.number-inner:nth-child(4) .number-list:nth-child(4) {
  background-image: url(./../images/number/image-6.jpg);
  margin-right: 0;
}

.message {
  padding: 120px 120px 60px;
}
.message hr {
  margin-bottom: 80px;
}
.message-inner figure {
  width: 400px;
  float: left;
  position: relative;
}
.message-inner figure img {
  position: relative;
  z-index: 10;
}
.message-inner figure .bg {
  width: 400px;
  height: 500px;
  background-color: #f0f7f7;
  position: absolute;
  z-index: 1;
  left: -30px;
  bottom: -30px;
}
.message-inner > div {
  width: calc(100% - 450px);
  float: right;
  position: relative;
}
.message-inner > div section {
  padding: 40px 0 35px;
  width: 100%;
  border: 2px solid #ee933b;
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}
.message-inner > div section h3 {
  text-align: center;
  padding: 0 10px;
  background-color: #fff;
  line-height: 1em;
  margin: -50px auto 35px;
  position: relative;
  z-index: 10;
  width: 145px;
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: 500;
}
.message-inner > div section ul {
  width: 390px;
  margin: 0 auto;
}
.message-inner > div section ul li {
  font-size: 18px;
  line-height: 2.2em;
  letter-spacing: 0.15em;
  font-weight: 500;
}
.message-inner > div > .bg {
  width: 100%;
  height: 198px;
  background-color: #faf0e5;
  position: absolute;
  right: -15px;
  top: 15px;
  z-index: 1;
}
.message-inner > div > p {
  line-height: 2em;
  margin-bottom: 2em;
  text-align: justify;
}
.message-inner > div > p.name {
  text-align: right;
  font-size: 16px;
  letter-spacing: 2px;
}

.w-person {
  height: 615px;
  width: 100%;
  background-image: url(./../images/workandperson/image-1.png),url(./../images/workandperson/image-2.png);
  background-repeat: no-repeat;
  background-position: left bottom,right top;
  padding-top: 220px;
  box-sizing: border-box;
}
.w-person section {
  background-color: #e9f5f5;
  height: 350px;
  width: 50%;
  float: right;
  padding: 70px 0 0 100px;
  box-sizing: border-box;
}
.w-person section h2 {
  font-size: 40px;
  font-family: 'Lato', sans-serif;
  letter-spacing: 5px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 65px;
}
.w-person section h2 span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  margin-top: 10px;
}
.w-person section a {
  width: 220px;
  line-height: 45px;
  border: 1px solid #000;
  position: relative;
  display: block;
  background-color: #fff;
  text-align: center;
  transition: all 0.3s;
}
.w-person section a span {
  position: absolute;
  right: -30px;
  height: 1px;
  width: 60px;
  background-color: #000;
  top: 22px;
  transition: all 0.3s;
}
.w-person section a:hover {
  background-color: #000;
  color: #fff;
}
.w-person section a:hover span {
  right: -60px;
}
.workplace {
  padding-top: 120px;
}
.workplace > div {
  padding-left: 120px;
}
.workplace > h3 {
  margin-left: 120px;
}
.workplace-click-inner {
  width: 1150px;
  margin: 0 auto;
  position: relative;

  z-index: 10;
}
.workplace-click-inner .workplace-click-list {
  width: 550px;
  margin-right: 50px;
  float: left;
  padding-bottom: 50px;
  position: relative;
}
.workplace-click-inner .workplace-click-list:nth-child(2) {
  margin-right: 0;
}
.workplace-click {
  position: relative;
  margin-bottom: 60px;
  z-index: 1100;
}
.workplace-click.low {
  z-index: 1000;
}
.workplace-click .bg {
  position: absolute;
  left: 60px;
  top: 150px;
  right: 0;
  bottom: 0;
  background-color: #e9f5f5;
  z-index: 1;
}
.workplace-click .bg-low {
  position: absolute;
  left: 0;
  top: 150px;
  right: 60px;
  bottom: 0;
  background-color: #e9f5f5;
  z-index: 1;
}

.welfare {
  text-align: center;
  padding:100px 0 0;
  background-image: url(./../images/welfare-bg.png);
  background-position: right top 100px;
  background-repeat: no-repeat;
}

.leave {
  text-align: center;
  padding:100px 0 0;
  background-image: url(./../images/leave-bg.png);
  background-position: right top 100px;
  background-repeat: no-repeat;
}
.gallery {
  text-align: center;
  padding:100px 0 0;
}
.qanda {
  text-align: center;
}
.welfare > h3,
.leave > h3,
.gallery > h3,
.qanda > h3,
.w-contents > h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 70px;
}
.welfare > h3 span,
.leave > h3 span,
.gallery > h3 span,
.qanda > h3 span,
.w-contents > h3 span {
  font-size: 26px;
  font-weight: 700;
  position: relative;
  z-index: 10;
  display: block;
  letter-spacing: 5px;
}
.welfare ul,
.leave ul {
  width: 1120px;
  margin: 0 auto;
}
.welfare ul li,
.leave ul li {
  background-image: url(./../images/common-bg-1.png);
  background-repeat: repeat;

  width: 250px;
  height: 150px;
  box-sizing: border-box;
  float: left;
  margin-right: 40px;
  margin-bottom: 50px;
  transition: all 0.3s;
}
.welfare ul li:hover,
.leave ul li:hover {

  background-color: #ee933b;
}
.welfare ul li a,
.leave ul li a {
  background-color: rgba(238, 147, 59, 0);
  width: 250px;
  height: 150px;
  display: block;
  position: relative;
  line-height: 2em;
  text-align: center;
  font-size: 15px;
  padding-top: 59px;
  box-sizing: border-box;
  transition: all 0.3s;
  font-weight: 500;
}
.welfare ul li:hover a,
.leave ul li:hover a {
  background-color: rgba(238, 147, 59, 1);
  color: #fff;
}
.welfare ul li:nth-child(8) a {
  padding-top: 44px;
}
.welfare ul li a strong,
.leave ul li a strong {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 1em;
  color: #ee933b;
  transition: all 0.3s;
}
.welfare ul li a span,
.leave ul li a span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  padding-bottom: 5px;
  transition: all 0.3s;
}
.welfare ul li:hover a span,
.leave ul li:hover a span {
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.leave ul li:nth-child(4),
.welfare ul li:nth-child(4),
.welfare ul li:nth-child(8) {
  margin-right: 0;
}
.leave ul li:nth-child(5),
.welfare ul li:nth-child(9) {
  margin-bottom: 0;
}

.gallery ul {
  width: 1140px;
  margin: 0 auto;
}

.gallery ul li {
  width: 270px;
  height: 170px;
  float: left;
  box-sizing: border-box;
  border: 2px solid #ee933b;
  background-color: #fff;
  padding: 6px;
  margin-right: 20px;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.gallery ul li:hover {
  border: 2px solid #fff;
  background-color: #ee933b;
}
.gallery ul li:nth-child(4),
.gallery ul li:nth-child(8) {
  margin-right: 0;
}
.gallery ul li a {
  border:  4px solid #fff;
  background-color: #ccc;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: #fff;
  padding-top: 65px;
  position: relative;
  font-size: 15px;
  transition: all 0.3s;
}
.gallery ul li:hover a {
  border-color: #ee933b;
}
.gallery ul li a strong {
  position: absolute;
  right: 12px;
  bottom: 10px;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 1em;
/* ITC2024-0482 gallery01削除によりギャラリー画像（一覧表示）を前にずらす */
}
.gallery ul li:nth-child(1) a {
  background-image: url(./../images/gallery/gallery-02-thumb.jpg);
}
.gallery ul li:nth-child(2) a {
  background-image: url(./../images/gallery/gallery-03-thumb.jpg);
}
.gallery ul li:nth-child(3) a {
  background-image: url(./../images/gallery/gallery-04-thumb.jpg);
}
.gallery ul li:nth-child(4) a {
  background-image: url(./../images/gallery/gallery-05-thumb.jpg);
}
.gallery ul li:nth-child(5) a {
  background-image: url(./../images/gallery/gallery-06-thumb.jpg);
}
.gallery ul li:nth-child(6) a {
  background-image: url(./../images/gallery/gallery-07-thumb.jpg);
}
.gallery ul li:nth-child(7) a {
  background-image: url(./../images/gallery/gallery-09-thumb.jpg);
  padding-top: 56px;
}
.gallery ul li:nth-child(8) a {
  background-image: url(./../images/gallery/gallery-08-thumb.jpg);
  padding-top: 56px;
}

.gallery-image {
  width: calc(100% - 120px);
  height: 400px;
  background-image: url(./../images/gallery/gallery-image01.jpg);
  background-size: cover;
  background-position: center bottom;
  margin-top: 90px;
  position: relative;
}
.gallery-image p {
  position: absolute;
  right: 0;
  bottom: -25px;
}

.gallery-modal,
.office-modal {
  width: 870px;
  height: 550px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.gallery-modal figure img,
.office-modal figure img {
  position: relative;
  display: block;
  z-index: 10;
  margin: 0 auto 30px;
  user-select:none;
}
.office-modal figure img {
  margin: 0 auto 30px;
}
.gallery-modal p,
.office-modal figure p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1em;
  user-select:none;
}
.gallery-modal .modal-line {
  height: 2px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 250px;
  z-index: 1;
}

.info {padding: 120px 120px 0;}

.info > section > h4 {
  line-height: 80px;
  border: 2px solid #126990;
  width: 1080px;
  margin: 0 auto 30px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.info > section > h4 span {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: #126990;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}
.info > section > h4 span i {
  width: 17px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s;
  opacity: 1;
}
.info > section > h4 span i:nth-child(2) {
  transform: rotate(90deg);
}

@media only screen and (min-width: 769px), print {

  a.scroll-text {
    display: none;
  }
.info > section > h4 span:hover i {
  transform: rotate(-180deg);
}
.info > section > h4 span:hover i:nth-child(2) {
  transform: rotate(-270deg);
  opacity: 1;
}

}

.info > section > h4.on span i {
  transform: rotate(-360deg);
}

.info > section > h4.on span i:nth-child(2) {
  transform: rotate(-270deg);
  opacity: 0;
}


.info > section > div {
  width: 1080px;
  margin: 0 auto 0;
  padding-bottom: 80px;
  display: none;
}
.info > section.info02 > div,
.info > section.info03 > div {
  padding: 30px 0;
}
.info > section > div > p {
  text-align: center;
  line-height: 2.2em;
  /* margin-top: 70px; */
}
.info > section > div > h5 {
  font-size: 18px;
  text-align: center;
  margin: 50px auto 40px;
  font-weight: bold;
}
.info > section > div.open {
  display: block;
}
.info > section > div table {
  width: 100%;
  margin-bottom: 80px;
}
.info > section > div table th {
  width: 150px;
  text-align: left;
  vertical-align: top;
  border-bottom: 2px solid #126990;
  padding-top: 40px;
}
.info > section.info02 > div table {
  margin-bottom: 80px;
}
.info > section.info02 > div table td,
.info > section.info03 > div table td {
  padding: 25px 0;
  width: 445px;
  box-sizing: border-box;
}
.info > section.info02 > div table td p,
.info > section.info03 > div table td p {
  padding: 15px 0 15px 30px;
  border-left: 2px solid #ccc;
}
.info > section.info02 > div table td span,
.info > section.info03 > div table td span {
  padding: 15px 0;
  display: inline-block;
  width: 100%;

}
.info > section.info02 > div table td,
.info > section.info03 > div table td {
  padding: 25px 0;
  width: 445px;
  box-sizing: border-box;
}
.info > section > div table td {
  border-bottom: 2px solid #d2d2d2;
  width: 850px;
  padding-bottom: 40px;
  padding-top: 40px;
}
.info > section > div table td {
  line-height: 1.8em;
}
.info > section > div table td p {
  margin-top: 2em;
}
.info > section > div table td p:first-child {
  margin-top: 0;
}
.info > section > div > div p {
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.8em;
  margin-bottom: 60px;
}
.info > section > div > div ul {
  text-align: center;
  margin-bottom: 60px
}
.info > section > div > div ul li {
  display: inline-block;
  margin: 0 20px;
}
.info > section > div > div ul li a {
  width: 259px;
  height: 70px;
  display: block;
  border-radius: 6px;
  opacity: 1;
  transition: all 0.3s;
}
.info > section > div > div ul li a:hover {
  opacity: 0.5;
}
.info > section > div > div ul li a img {
  width: 100%;
  height: auto;
}
.info > section > div > div figure {
  width: 650px;
  height: 203px;
  margin: 0 auto;
}
.info > section > div > div figure img {
  width: 100%;
  height: auto;
}

/* 20210810 ADD 中途採用比率対応 */
.info .mid-career h1 {
  font-size: 16px;
  width: 100%;
  line-height: 2.2em;
  padding: 0 0 0 0;
  margin: 50px auto 10px auto;
}
.info .mid-career table {
  width: 40%;
  margin-bottom: 0px;
}
.info .mid-career table td {
  width: 445px;
  box-sizing: border-box;
  border-bottom: 2px solid #d2d2d2;
}
.info .mid-career p {
  width: 100%;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 1.8em;
  box-sizing: border-box;
  margin: 20px auto 80px auto;
}

.contact {
  margin: 90px auto 100px;
  padding: 0 120px;
}
.contact > div {
  width: 65%;
  height: 200px;
  background-image: url(./../images/common/contact-bg.jpg);
  background-size: cover;
  float: left;
  padding: 50px 0 0 60px;
  box-sizing: border-box;
}
.contact > div h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 100px;
  border-right: 1px solid #000;
  width: 145px;
}
.contact > div p {
  display: inline-block;
  vertical-align: middle;
  line-height: 2.2em;
  margin-left: 55px;
}
.contact > a {
  width: 30%;
  height: 200px;
  background-color: #126990;
  color: #fff;
  float: right;
  text-align: center;
  font-size: 18px;
  padding-top: 85px;
  box-sizing: border-box;
  transition: all 0.3s;
  opacity: 1;
}
.contact > a:hover {
  opacity: 0.5;
}
.contact > a span {
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  display: inline-block;
  vertical-align: middle;
}
.contact > a i {
  display: inline-block;
  width: 19px;
  height: 13px;
  background-image: url(./../images/common/contact-icon.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 15px;
}
.qanda .qanda-bg {
  background-color: #e9f5f5;
  padding: 80px 0;
}
.qanda .qanda-bg .qanda-inner {
  width: 1200px;
  margin: 0 auto;
}
.qanda .qanda-bg .qanda-inner > section {
  width: 582px;
  box-sizing: border-box;
  padding: 55px 60px;
  position: relative;
  float: left;
  /* margin: 0 40px 40px 0; */
  background-color: #fff;
  border-radius: 10px;
}
.qanda .qanda-bg .qanda-inner > section h3 {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
.qanda .qanda-bg .qanda-inner > section p {
  line-height: 2.2em;
  text-align: justify;
}
.qanda .qanda-bg .qanda-inner > section .line {
  width: 50px;
  height: 1px ;
  background-color: #005982;
  position: absolute;
  left: -15px;
  top: 70px;
}

.w-contents-mv {
  padding-left: 120px;
  margin-bottom: 120px;
  padding-top: 220px;
}
.w-contents-mv .mv-img {
  background-image: url(./../images/work/mv-pc.png);
  width: 1330px;
  height: 370px;
  float: right;
}
.w-contents {
  text-align: right;
}
.w-contents > section {
  width: 1120px;
  margin: 0 auto;
}
.w-contents > section h4 {
  font-size: 18px;
  font-weight: 700;
  text-align: left;

  width: 1120px;
  margin: 0 auto 50px;
}
.w-contents > section h4 span {
  width: 80px;
  line-height: 30px;
  text-align: center;
  background-color: #078c26;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-right: 24px;
}
.w-contents > section.sales h4 span {
  background-color: #126990;
}
.w-contents > section.management h4 span {
  background-color: #d78600;
}
.w-contents > section ul li {
  width: 250px;
  height: 100px;
  float: left;
  margin: 0 40px 50px 0;
  background-image: url(./../images/work/tecnical-list-bg.jpg);
  background-repeat: no-repeat;
}
.w-contents > section.sales ul li {
  background-image: url(./../images/work/sales-list-bg.jpg);
}
.w-contents > section.management ul li {
  background-image: url(./../images/work/management-list-bg.jpg);
}
.w-contents > section ul li a {
  line-height: 100px;
  width: 100%;
  text-align: center;
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 500;
  background-color: rgba(7, 140, 38, 0);
  transition: all 0.3s;
}

.w-contents > section ul li a strong {
  position: absolute;
  right: 18px;
  bottom: 18px;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 1em;
  color: #8fc31f;
  transition: all 0.3s;
}
.w-contents > section.sales ul li a strong {
  color: #00a0e9;
}
.w-contents > section.management ul li a strong {
  color: #ee933b;
}
.w-contents > section ul li:hover a {
  background-color: rgba(7, 140, 38, 1);
  color: #fff;
}
.w-contents > section ul li:hover a.no-link {
  background-color: rgba(7, 140, 38, 0);
  color: #000;
}
.w-contents > section.sales ul li:hover a {
  background-color: rgba(0, 160, 230, 1);
}
.w-contents > section.management ul li:hover a {
  background-color: rgba(238, 147, 59, 1);
}
.w-contents > section ul li:hover a strong {
  color: #fff;
}
.w-contents > section ul li:nth-child(4),
.w-contents > section ul li:nth-child(8) {
  margin-right: 0;
}
.w-contents .tecnical-graph {
  width: 1120px;
  margin: 0 auto;
}
.w-contents .tecnical-graph > div {
  display: none;
}
.w-contents .tecnical-graph .graph-img {
  background-image: url(./../images/work/graph-img-5.gif);
  background-size: 100% auto;
  width: 100%;
  height: 680px;
  padding-top: 50px;
  padding-left: 147px;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
.w-contents .tecnical-graph .graph-img > div {
  height: 680px;
  width: 100%;
  position: relative;
}

.w-contents .tecnical-graph .graph-img a {
  display: block;
  position: absolute;
  transition: all 0.3s;
}
.w-contents .tecnical-graph .graph-img a:hover {
  opacity: 0.4;
}
.w-contents .tecnical-graph .graph-img a.p04 {
  top: 26px;
/*   left: 17px; ITC2024-0592 */
  left: 33px;
}
.w-contents .tecnical-graph .graph-img a.p02 {
  top: 26px;
  left: 48px;
}
.w-contents .tecnical-graph .graph-img a.p16 {
  top: 26px;
  left: 388px;
}
.w-contents .tecnical-graph .graph-img a.p06 {
  top: 26px;
  left: 492px;
}
.w-contents .tecnical-graph .graph-img a.p15 {
  top: 26px;
  left: 742px;
}
.w-contents .tecnical-graph .graph-img a.p06 {
  top: 26px;
  left: 477px;
}
.w-contents .tecnical-graph .graph-img a.p08 {
  top: 26px;
  left: 831px;
}
.w-contents .tecnical-graph .graph-img a.p01 {
  top: 125px;
  left: 33px;
}

.w-contents .tecnical-graph .graph-img a.p07 {
  top: 125px;
  left: 564px;
}
.w-contents .tecnical-graph .graph-img a.p05 {
  /* top: 322px; */
  top: 418px;
  left: 122px;
}
.w-contents .tecnical-graph .graph-img a.p09 {
  top: 322px;
  left: 122px;
}
.w-contents .tecnical-graph .graph-img a.p10 {
  top: 518px;
  left: 33px;
}
.w-contents .tecnical-graph img {
  width: 22px;
  height: auto;
}

.w-contents .tecnical-graph h4 {
  line-height: 80px;
  border: 2px solid #078c26;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.w-contents .tecnical-graph h4 span {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: #078c26;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}
.w-contents .tecnical-graph h4 span i {
  width: 17px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s;
  opacity: 1;
}
.w-contents .tecnical-graph h4 span i:nth-child(2) {
  transform: rotate(90deg);
}

@media only screen and (min-width: 769px), print {
.w-contents .tecnical-graph h4 span:hover i {
  transform: rotate(-180deg);
}
.w-contents .tecnical-graph h4 span:hover i:nth-child(2) {
  transform: rotate(-270deg);
  opacity: 1;
}
}

.w-contents .tecnical-graph h4.on span i {
  transform: rotate(-360deg);
}

.w-contents .tecnical-graph h4.on span i:nth-child(2) {
  transform: rotate(-270deg);
  opacity: 0;
}



.w-contents .tecnical-graph p {
  text-align: right;
font-size: 14px;
display: inline-block;
margin: 0 0 15px 30px;
}
.w-contents .tecnical-graph p img {
  width: 13px;
display: inline-block;
margin-right: 10px;
}
.w-contents .tecnical-graph p span {
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 15px;
  background-color: #078c26;
  border-radius: 50%;
  margin-right: 10px;
}
.w-contents > section.sales {
  padding-top: 80px;
  background-image: url(./../images/work/sales-bg.png);
  background-repeat: no-repeat;
  background-position: right top 80px;
  width: 100%;
}
.w-contents > section.sales ul,
.w-contents > section.management ul,
.w-contents > section.tecnical ul {
  width: 1120px;
  margin: 0 auto;
}

.w-contents > section.management {
  padding-top: 40px;
  background-image: url(./../images/work/management-bg.png);
  background-repeat: no-repeat;
  background-position: right top 80px;
  width: 100%;
}
.w-contents > section.tecnical {
  background-image: url(./../images/work/tecnical-bg.png);
  background-position: right top 0px;
  background-repeat: no-repeat;
  width: 100%;
}
.w-contents.person {
  padding-top: 50px;
  background-image: url(./../images/work/person-bg.png);
  background-position: right top 15px;
  background-repeat: no-repeat;
}
.w-contents.person .person-nav {
  margin-bottom: 70px;
}
.w-contents.person .person-nav div {
  width: 140px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #000;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 20px;
  background-image: url(./../images/work/person-arrow.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
}
.w-contents.person .person-nav div:hover,
.w-contents.person .person-nav div.active {
  background-color: #005982;
  border-color: #005982;
  color: #fff;
  background-image: url(./../images/work/person-arrow-w.png);
}

.w-contents.person #Container {
  width: 1080px;
  margin: 0 auto;
  font-size: 0;
  text-align: left
}
.w-contents.person #Container .mix {
  margin: 15px;
  width: 240px;
  /* display: inline-block; */
  position: relative;
}
.w-contents.person #Container .mix > a {
  width: 100%;
  display: block;
  height: 320px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.w-contents.person #Container .mix figure {
  margin-bottom: 10px;
  width: 240px;
  height: 240px;
  position: relative;
}
.w-contents.person #Container .mix.category-1 figure span,
.w-contents.person #Container .mix.category-2 figure span {
  border: 10px solid #078c26;
  width: 240px;
  height: 240px;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
  z-index: 10;
}
.w-contents.person #Container .mix.category-2 figure span {
  border-color: #005982;
}
.w-contents.person #Container .mix.category-2.pink figure span {
  border-color: #e8489b;
}
.w-contents.person #Container .mix.category-2.orange figure span {
  border-color: #d98b0b;
}
.w-contents.person #Container .mix:hover figure span {
  opacity: 1;
}
.w-contents.person #Container .mix h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}
.w-contents.person #Container .mix h3 > span {
  font-size: 12px;
  display: inline-block;
  margin-left: 15px;
  font-weight: 500;
}
.w-contents.person #Container .mix p {
  font-size: 12px;
  font-weight: 500;
  width: 140px;
  line-height: 26px;
  text-align: center;
  color: #078c26;
  border: 1px solid #078c26;
  border-radius: 15px;
  margin: 17px auto 0;
  box-sizing: border-box;

}
.w-contents.person #Container .mix.category-2 p{
  color: #126990;
  border-color: #126990;
}
.w-contents.person #Container .mix.category-2.pink p {
  color: #e8489b;
  border-color: #e8489b;
}
.w-contents.person #Container .mix.category-2.orange p{
  color: #d98b0b;
  border-color: #d98b0b;
}
.w-contents.talk {
  padding-top: 100px;
	overflow-x:hidden;
}
.w-contents.talk .w-contents-inner section {
  position: relative;
  height: 255px;
  padding-top: 35px;
  box-sizing: border-box;
  margin-top: -200px;
}
.w-contents.talk .w-contents-inner section h2 {
  font-size: 50px;
  text-align: right;
  margin-right: 120px;
  color: #126990;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: -8px;
  position: relative;
  z-index: 10;
  letter-spacing: 3px;
}
.w-contents.talk .w-contents-inner section h3 {
  font-size: 120px;
  text-align: left;
  position: absolute;
  right: -60px;
  top: -15px;
  color: #e9f5f5;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  z-index: 1;
}
.w-contents.talk .w-contents-inner section div {
  float: right;

  width: calc(50% + 52px);
  border: 2px solid #126990;
  border-right: 0;
  height: 180px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 90px 0 0 90px;
  position: relative;
  z-index: 10;
  padding-right: 120px;
  padding-top: 40px;
  text-align: left;
  transition: all 0.3s;
}
.w-contents.talk .w-contents-inner section div p {
  font-size: 16px;
  color: #126990;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 28px;
  line-height: 1.5em;
  text-align: right;
}
.w-contents.talk .w-contents-inner section div a {
  font-size: 15px;
  color: #126990;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1em;
  display: block;
  text-align: right;
}
.w-contents.talk .w-contents-inner section div a span {
  height: 2px;
  background-color: #126990;
  width: 60px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
  transition: all 0.3s;
}
.w-contents.talk .w-contents-inner section div a:hover span {
  width: 90px;
}
.w-contents.talk .w-contents-inner figure {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.w-contents.talk .w-contents-inner figure img {
  display: inline-block;
}
.w-contents.highschool {
  padding-top: 100px;
  background-image: url(./../images/work/highschool-bg.png);
  background-repeat: no-repeat;
  background-position: left 60px top 90px;
  margin-bottom: 40px;
}
.w-contents.highschool .w-contents-inner section {
  position: relative;
  height: 255px;
  padding-top: 35px;
  box-sizing: border-box;
  margin-top: -200px;
}
.w-contents.highschool .w-contents-inner section h2 {
  font-size: 50px;
  text-align: left;
  margin-left: 120px;
  color: #126990;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: -8px;
  position: relative;
  z-index: 10;
  letter-spacing: 3px;
}
.w-contents.highschool .w-contents-inner section h3 {
  font-size: 120px;
  text-align: left;
  position: absolute;
  left: -60px;
  top: -15px;
  color: #e9f5f5;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  z-index: 1;
}
.w-contents.highschool .w-contents-inner section div {
  float: left;

  width: calc(50% + 52px);
  border: 2px solid #126990;
  border-left: 0;
  height: 180px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 0 90px 90px 0;
  position: relative;
  z-index: 10;
  padding-left: 120px;
  padding-top: 60px;
  text-align: left;
  transition: all 0.3s;
}
.w-contents.highschool .w-contents-inner section div p {
  font-size: 16px;
  color: #126990;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 28px;
  line-height: 1em;
}
.w-contents.highschool .w-contents-inner section div a {
  font-size: 15px;
  color: #126990;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1em;
  display: block;
}
.w-contents.highschool .w-contents-inner section div a span {
  height: 2px;
  background-color: #126990;
  width: 60px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
  transition: all 0.3s;
}
.w-contents.highschool .w-contents-inner section div a:hover span {
  width: 90px;
}
.w-contents.highschool .w-contents-inner figure {
  width: 1200px;
  margin: 0 auto;
  text-align: right;
}
.w-contents.highschool .w-contents-inner figure img {
  display: inline-block;
}
#Container .mix{
	display: none;
}

.tecnical-modal,
.management-modal,
.sales-modal,
.leave-modal,
.welfare-modal {
  width: 800px;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  margin: auto;
  padding: 150px 100px 0;
  box-sizing: border-box;
  background-image: url(./../images/work/tec-modal-bg.jpg);
}
.management-modal {background-image: url(./../images/work/man-modal-bg.jpg);padding-top: 55px;}
.sales-modal {background-image: url(./../images/work/sales-modal-bg.jpg);padding-top: 100px;}
.leave-modal {background-image: url(./../images/leave-modal-bg.jpg);padding-top: 115px;}
.welfare-modal {background-image: url(./../images/welfare-modal-bg.jpg); padding: 135px 100px 0;}

#leave02.leave-modal {background-image: url(./../images/leave-modal-bg.jpg);padding-top: 50px;}

.tecnical-modal h3,
.management-modal h3,
.sales-modal h3,
.leave-modal h3,
.welfare-modal h3 {
  font-size: 20px;
  color: #078c26;
  font-weight: 700;
  border-bottom: 3px solid #078c26;
  padding-bottom: 15px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  user-select:none;
}
.sales-modal h3 {
  color: #126990;
  border-color: #126990;
}
.management-modal h3 {
  color: #d78600;
  border-color: #d78600;
}
.leave-modal h3,
.welfare-modal h3 {
  color: #ee933b;
  border-color: #ee933b;
  user-select:none;
}
.tecnical-modal p,
.management-modal p,
.sales-modal p,
.leave-modal p,
.welfare-modal p {
  font-size: 14px;
  line-height: 2.3em;
  text-align: justify;
  user-select:none;
  user-select:none;
}
#leave02.leave-modal p {
  line-height: 1.8em;
}
.leave-modal p span {
  display: inline-block;
  vertical-align: top;
}
.leave-modal p span:nth-child(1) {
  width: 120px;
}
.leave-modal p span:nth-child(2) {
  width: calc(100% - 130px);
}
.tecnical-modal button.mfp-close,
.management-modal button.mfp-close,
.sales-modal button.mfp-close,
.person-modal button.mfp-close,
.talk-modal button.mfp-close,
.interview-modal button.mfp-close,
.gallery-modal button.mfp-close,
.leave-modal button.mfp-close,
.welfare-modal button.mfp-close,
.office-modal button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
  content: '';
  background-image: url(./../images/work/close-btn-tec.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 46px;
  width: 37px;
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: 1;
}
.management-modal button.mfp-close {
  background-image: url(./../images/work/close-btn-man.png);
}
.sales-modal button.mfp-close {
  background-image: url(./../images/work/close-btn-sales.png);
}
.leave-modal button.mfp-close,
.welfare-modal button.mfp-close {
  background-image: url(./../images/close-btn-leave.png);
}
.person-modal button.mfp-close,
.talk-modal button.mfp-close,
.interview-modal button.mfp-close {
  background-image: url(./../images/work/close-btn-modal.png);
  top: 0;
  right: -50px;
}
.gallery-modal button.mfp-close,
.office-modal button.mfp-close {
  background-image: url(./../images/work/close-btn-modal.png);
  top: 0;
  right: 0px;
}

.person-modal,
.talk-modal,
.interview-modal {
  width: 1200px;
  position: absolute;
  top: 115px;
  left: 0;
  right: 0;
  margin: auto auto 100px;
  background-color: #fff;
  padding: 60px 60px 0;
  box-sizing: border-box;
}

.person-kv {
  position: relative;
  margin-bottom: 140px;
}
.person-kv hr {
  border-left: 31px solid #078c26;
}


#person09 .person-kv hr,
#person10 .person-kv hr {
  border-left: 31px solid #126990;
}
#person11 .person-kv hr,
#person17 .person-kv hr {
  border-left: 31px solid #d98b0b;
}
#person12 .person-kv hr {
  border-left: 31px solid #e37eb3;
}
.person-kv section {
  width: 425px;
  float: left;
  position: relative;
  z-index: 100;
  padding: 115px 0 0 35px;
  box-sizing: border-box;
}
#person05 .person-kv section {
  width: 505px;
}
#person14 .person-kv section {
  width: 500px;
}
.person-kv section h3 {
  background-color: #078c26;
  display: inline-block;
  padding: 10px;
  line-height: 1em;
  margin-bottom: 15px;
}

#person10 .person-kv section h3,
#person09 .person-kv section h3 {
  background-color: #126990;
}
#person11 .person-kv section h3,
#person17 .person-kv section h3 {
  background-color: #d98b0b;
}
#person12 .person-kv section h3 {
  background-color: #e37eb3;
}
#person01 .person-kv section h3,
#person04 .person-kv section h3,
#person06 .person-kv section h3,
#person12 .person-kv section h3 {
  margin-right: 70px;
}
#person09 .person-kv section h3:nth-child(4) {
  margin-right: 150px;
}
#person10 .person-kv section h3:nth-child(3) {
  margin-right: 100px;
}
#person10 .person-kv section h3:nth-child(4) {
  margin-right: 180px;
}

#person11 .person-kv section h3:nth-child(4){
  margin-right: 120px;
}
.person-kv section h3 span {
  color: #fff;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: 2px;
}
.person-kv section p.faculty {
  font-size: 12px;
  color: #078c26;
  border: 1px solid #078c26;
  line-height: 28px;
  padding: 0 15px;
  display: inline-block;
  margin-top: 50px;
}
#person09 .person-kv section p.faculty,
#person10 .person-kv section p.faculty {
  color: #126990;
  border: 1px solid #126990;
}
#person11 .person-kv section p.faculty,
#person17 .person-kv section p.faculty {
  color: #d98b0b;
  border: 1px solid #d98b0b;
}
#person12 .person-kv section p.faculty {
  color: #e74398;
  border: 1px solid #e74398;
}
.person-kv section p.name {
  font-size: 22px;
  font-weight: bold;
  line-height: 1em;
  margin-top: 25px;
}
.person-kv section p.name span {
  font-size: 18px;
  display: inline-block;
  margin-left: 10px;
}
.person-kv section p.place {
  font-size: 12px;
  line-height: 1em;
  margin-top: 20px;

}
.person-kv figure {
  width: 720px;
  right: 0;
  position: absolute;
  z-index: 10;
  top: 0;
}
.person-kv .bg {
  position: absolute;
  top: 60px;
  right: 60px;
  background-color: #f2f9f4;
  width: 1020px;
  height: 500px;
}

#person10 .person-kv .bg,
#person09 .person-kv .bg  {
  background-color: #f3f7f9;
}
#person11 .person-kv .bg {
  background-color: #fdf9f3;
}
#person12 .person-kv .bg {
  background-color: #fef8fb;
}
.person-kv section h2 {
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1em;
  margin-bottom: 15px;
}
.person-contents {
  width: 600px;
  margin: 0 auto 70px;
}
.person-contents > h3 {
  font-size: 20px;
  font-weight: bold;
  color: #078c26;
  text-align: center;
}

#person10 .person-contents > h3,
#person09 .person-contents > h3 {
  color: #126990;
}
#person11 .person-contents > h3,
#person17 .person-contents > h3 {
  color: #d98b0b;
}
#person12 .person-contents > h3 {
  color: #e74398;
}
.person-contents > h3:after {
  height: 3px;
  width: 100px;
  margin: 15px auto 30px;
  content: '';
  background-color: #078c26;
  display: block;
}

#person10 .person-contents > h3:after,
#person09 .person-contents > h3:after  {
  background-color: #126990;
}
#person11 .person-contents > h3:after,
#person17 .person-contents > h3:after  {
  background-color: #d98b0b;
}
#person12 .person-contents > h3:after  {
  background-color: #e74398;
}
.person-contents p {
  line-height: 2.2em;
  text-align: justify;
}
.person-contents.schedule {
  width: 700px;
  margin: 0 auto 80px;
}
.person-contents .other {
  text-align: center;

}
.person-contents .other > a {
  display: inline-block;
  margin: 0 24px;
}
.person-contents .other > a p {
  font-size: 12px;
  font-weight: 700;
  width: 140px;
  line-height: 26px;
  text-align: center;
  color: #078c26;
  border: 1px solid #078c26;
  border-radius: 15px;
  margin: 17px auto 0;
  box-sizing: border-box;
}
.person-contents .other > a p.blue {
  color: #126990;
  border: 1px solid #126990;
}
.person-contents .other > a p.orange {
  color: #d98b0b;
  border: 1px solid #d98b0b;
}

.person-contents .other > a p.pink {
  color: #e74398;
  border: 1px solid #e74398;
}


.person-contents .other > a figure {
  margin-bottom: 10px;
}
.person-contents .other > a h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}
.person-contents .other > a h3 > span {
  font-size: 12px;
  display: inline-block;
  margin-left: 15px;
}

.person-contents dl {
  width: 700px;
  height: auto;
  border: 2px solid #078c26;
  border-radius: 50px;
  box-sizing: border-box;
  padding: 20px 35px;
}
#person09 .person-contents dl,
#person10 .person-contents dl {
  border: 2px solid #126990;
}
#person12 .person-contents dl {
  border: 2px solid #e74398;
}
#person11 .person-contents dl,
#person17 .person-contents dl {
  border: 2px solid #d98b0b;
}
.person-contents dl dt {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  margin-right: 35px;
  border-right: 2px solid #078c26;
  color: #078c26;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}
#person12 .person-contents dl dt {
  color: #e74398;
  border-right: 2px solid #e74398;
}
#person10 .person-contents dl dt,
#person09 .person-contents dl dt {
  border-right: 2px solid #126990;
  color: #126990;
}
#person11 .person-contents dl dt,
#person17 .person-contents dl dt {
  border-right: 2px solid #d98b0b;
  color: #d98b0b;
}
.person-contents dl dd {
  width: 490px;
  display: inline-block;
  vertical-align: middle;
}
.person-contents.schedule hr {
  background-image: url(./../images/work/schedule-icon.png);
  height: 10px;
  width: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin: 15px auto;
  background-color: transparent;
  border: none;
  background-position: center;
}
#person09 .person-contents.schedule hr,
#person10 .person-contents.schedule hr {
  background-image: url(./../images/work/schedule-icon-bl.png);
}
#person11 .person-contents.schedule hr,
#person17 .person-contents.schedule hr {
  background-image: url(./../images/work/schedule-icon-or.png);
}

#person12 .person-contents.schedule hr {
  background-image: url(./../images/work/schedule-icon-pink.png);
}


.modalfooter {
  width: calc(100% + 120px);
  margin-left: -60px;
  height: 150px;
  background-color: #078c26;
  padding-top: 53px;
  box-sizing: border-box;
}
#person09 .modalfooter,
#person10 .modalfooter {
  background-color: #126990;
}
#person11 .modalfooter,
#person17 .modalfooter {
  background-color: #d98b0b;
}
#person12 .modalfooter {
  background-color: #e37eb3
}
.talk-modal .modalfooter,
.interview-modal .modalfooter {
background-color: #126990;
}
.modalfooter a {
  width: 220px;
  line-height: 45px;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #078c26;
  background-color: #fff;
  position: relative;
}
.talk-modal .modalfooter a,
.interview-modal .modalfooter a {
  color: #126990;
}

#person09 .modalfooter a,
#person10 .modalfooter a {
  color: #126990;
}
#person11 .modalfooter a,
#person17 .modalfooter a {
  color: #d98b0b;
}
#person12 .modalfooter a {
  color: #e37eb3
}
.modalfooter a span {
  width: 50px;
  height: 2px;
  background-color: #078c26;
  border-left: 25px solid #fff;
  display: block;
  position: absolute;
  left: -25px;
  top: 50%;
  box-sizing: border-box;
}
#person09 .modalfooter a span,
#person10 .modalfooter a span {
  background-color: #126990;
}
#person11 .modalfooter a span,
#person17 .modalfooter a span {
  background-color: #d98b0b;
}
#person12 .modalfooter a span {
  background-color: #e37eb3
}

.talk-modal .modalfooter a span,
.interview-modal .modalfooter a span {
  background-color: #126990;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
  height: 100vh;
}
@media only screen and (min-width: 769px), print {
.mfp-auto-cursor .mfp-content {
	overflow-x: auto;
}
}
.zadankai-kv {
  width: 100%;
  height: 550px;
  background-image: url(./../images/work/crosstalk/kv-pc.png);
  background-size: contain;
  background-position: bottom center;
  margin-bottom: 80px;
  background-repeat: no-repeat;
  text-align: center;
}
.zadankai-kv > h3,
.interview-kv > h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 350px;
}
.zadankai-kv > h3 span,
.interview-kv > h3 span {
  font-size: 26px;
  font-weight: 700;
  position: relative;
  z-index: 10;
  display: block;
  letter-spacing: 5px;
}
.zadankai-kv > h3:after,
.interview-kv > h3:after {
  height: 10px;
  width: 100%;
  background-color: #51dce8;
  display: block;
  position: absolute;
  bottom: 3px;
  content: '';
  z-index: 1;
}
.zadankai-kv > h4 {
  font-size: 32px;
  text-align: center;
  line-height: 54px;
  background-color: #126990;
  color: #fff;
  margin: 0 auto;
  font-weight: bold;
  display: block;
  width: 490px;
  letter-spacing: 3px;
}
.talk-modal nav {
  margin-bottom: 50px;
}
.talk-modal nav ul {
  font-size: 0;
  text-align: left;
}
.talk-modal nav ul li {
  display: inline-block;
  margin: 0 25px 50px;
  width: 465px;
}
.talk-modal nav ul li figure {
  width: 150px;
  height: 150px;
  display: inline-block;
  vertical-align: top;
}
.talk-modal nav ul li section {
  width: 290px;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
.talk-modal nav ul li section h3 {
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.talk-modal nav ul li section h4 {
  font-size: 12px;
  line-height: 1em;
  font-weight: 500;
  color: #126990;
  text-align: left;
  margin-bottom: 15px;
}
.talk-modal nav ul li section p {
  font-size: 12px;
  line-height: 1.8em;
  font-weight: 500;
  text-align: justify;
}
.zadankai-contents {
  width: 710px;
  margin: 0 auto 70px;
}
.zadankai-contents:nth-child(7) {
  margin-bottom: 90px;
}
.zadankai-contents h3 {
  font-size: 20px;
  font-weight: bold;
  color: #126990;
  text-align: center;
}
.zadankai-contents h3:after {
  height: 3px;
  width: 100px;
  margin: 15px auto 30px;
  content: '';
  background-color: #126990;
  display: block;
}
.zadankai-contents dl {
  font-size: 0;
  margin-bottom: 25px;
}
.zadankai-contents dl dt {
  display: inline-block;
  vertical-align: top;
  width: 110px;
  line-height: 2.2em;
  font-weight: bold;
}
.zadankai-contents dl dt span {
  height: 40px;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(./../images/work/crosstalk/img-hayano.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.zadankai-contents dl dt span.fujiwara {
  background-image: url(./../images/work/crosstalk/img-fujiwara.png);
}
.zadankai-contents dl dt span.takamure {
  background-image: url(./../images/work/crosstalk/img-takamure.png);
}
.zadankai-contents dl dt span.nishiyama {
  background-image: url(./../images/work/crosstalk/img-nishiyama.png);
}

.zadankai-contents dl dt p {
  display: inline-block;
  vertical-align: middle;
  margin-left: 17px;
}
.zadankai-contents dl dd {
  display: inline-block;
  vertical-align: top;
  width: 600px;
  line-height: 2.2em;
  padding-top: 5px;
  text-align: justify;
}
.zadankai-contents figure {
  width: 600px;
  margin: 70px auto 0;
}


.interview-kv {
  text-align: center;
  margin-bottom: 40px;
}
#iv01,#iv02,#iv03,#iv04,#iv05,#iv06 {
  padding-top: 90px;
}
.interview-kv ul li {
  background-color: #126990;
  margin: 14px;
  width: 388px;
  height: 113px;
  display: inline-block;
  padding-top: 22px;
    box-sizing: border-box;
    position: relative;
}
.interview-kv ul li a {
  width: 388px;
  height: 113px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.interview-kv ul li h3 {
  font-size: 40px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  margin-right: 25px;
}
.interview-kv ul li h4 {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  width: 235px;
  text-align: left;
}
.interview-kv ul li h4 span {
  display: inline-block;
  font-size: 18px;
  margin-left: 10px;
}
.interview-kv ul li h4 small {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  margin-top: 15px;
}
.interview-kv > h3 {
  margin-bottom: 55px;
}
.interview-contents.mv {
  position: relative;
  margin-bottom: 135px;
}
.interview-contents.mv p.no {
  position: absolute;
  left: 0;
  top: 0;
}
.interview-contents.mv section {
  width: 450px;
  float: left;
  position: relative;
  z-index: 10;
  padding: 115px 0 0 35px;
  box-sizing: border-box;
}
#iv05 .interview-contents.mv section {
  width: 500px;
}
.interview-contents.mv section h3 {
  display: block;
  line-height: 48px;
  margin-bottom: 15px;
}
.interview-contents.mv section h3 span {
  color: #fff;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: 2px;
  background-color: #126990;
    padding: 10px;
    display: inline-block;
}
.interview-contents.mv section p.faculty {
  font-size: 12px;
  color: #126990;
  border: 1px solid #126990;
  line-height: 28px;
  padding: 0 15px;
  display: inline-block;
  margin-top: 50px;
}
.interview-contents.mv section p.name {
  font-size: 22px;
  font-weight: bold;
  line-height: 1em;
  margin-top: 25px;
}
.interview-contents.mv section p.name span {
  font-size: 18px;
  display: inline-block;
  margin-left: 10px;
}
.interview-contents.mv section p.place {
  font-size: 12px;
  line-height: 1em;
  margin-top: 20px;

}
.interview-contents.mv figure {
  width: 720px;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
}
.interview-contents.mv .bg {
  position: absolute;
  top: 60px;
  right: 60px;
  background-color: #f4fafa;
  width: 1020px;
  height: 500px;
}
.interview-contents.mv section h2 {
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1em;
  margin-bottom: 15px;
}

.interview-contents-low {
  width: 600px;
  margin: 0 auto 70px;
}
.interview-contents-low > h3 {
  font-size: 20px;
  font-weight: bold;
  color: #126990;
  text-align: center;

}
.interview-contents-low > h3:after {
  height: 3px;
  width: 100px;
  margin: 15px auto 30px;
  content: '';
  background-color: #126990;
  display: block;
}
.interview-contents-low p {
  line-height: 2.2em;
  text-align: justify;
}
.interview-contents.mv p.no {
  line-height: 1em;
  text-align: justify;
  font-size: 50px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: 4px;
  top: -30px;
}
.interview-contents.mv p.no span {
  font-size: 16px;
  display: inline-block;
  margin-left: 15px;
}
.interview-contents-low.schedule {
  width: 700px;
  margin: 0 auto 80px;
}
.interview-contents-low dl {
  width: 700px;
  height: auto;
  border: 2px solid #126990;
  border-radius: 50px;
  box-sizing: border-box;
  padding: 20px 35px;
}
.interview-contents-low dl dt {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  margin-right: 35px;
  border-right: 2px solid #126990;
  color: #126990;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}
.interview-contents-low dl dd {
  width: 490px;
  display: inline-block;
  vertical-align: middle;
}
.interview-contents-low.schedule hr {
  background-image: url(./../images/work/interview/schedule-icon.png);
  height: 10px;
  width: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin: 15px auto;
  background-color: transparent;
  border: none;
  background-position: center;
}

#to-ivtop {
  width: 80px;
  display: block;
  position: fixed;
  bottom: 80px;
  left: calc(50% + 470px);
  opacity: 1;
  z-index: 1000;
  -webkit-transition: all .5s;
      transition: all .5s;
-webkit-transform: translate(0, 200px);
  -ms-transform: translate(0, 200px);
      transform: translate(0, 200px);
}
#to-ivtop:hover {
  opacity: 0.5;
}
#to-ivtop img {
  width: 100%;
  height: auto;
}
#to-ivtop.on {
  bottom: 50px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all .5s;
      transition: all .5s;
}


.marker-animation,
.marker-animation02 {
  background-image: -webkit-linear-gradient(left, transparent 50%, #51dce8 0%);
  background-image: -moz-linear-gradient(left, transparent 50%, #51dce8 0%);
  background-image: -ms-linear-gradient(left, transparent 50%, #51dce8 0%);
  background-image: -o-linear-gradient(left, transparent 50%, #51dce8 0%);
  background-image: linear-gradient(left, transparent 50%, #51dce8 0%);
  background-repeat: repeat-x;
  background-size: 200% 10px;
  background-position: 0 bottom;
  transition: all 0.4s ease;
  font-weight: bold;
}
.marker-animation02 {
  transition-delay: 0.5s;
}
.marker-animation.active,
.marker-animation02.active {
  background-position: -100% bottom;
}
.marker-animation:nth-child(2).active {
  transition-delay: 0.3s;
}

.gallery-arrow,
.gallery-arrow02 {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  background-color: transparent;
  display: block;
  height: 18px;
  width: 136px;
  border-radius: 0;
  text-align: center;
  line-height: auto;
  cursor: pointer;
  z-index: 9000;
}
.gallery-arrow02 {
  top: 48%;
}
.gallery-arrow-left {
  right: calc(50% + 400px);
}
.gallery-arrow-right {
  left: calc(50% + 400px);
}
.gallery-arrow02-left {
  right: calc(50% + 375px);
}
.gallery-arrow02-right {
  left: calc(50% + 375px);
}
.gallery-arrow-left:before,
.gallery-arrow02-left:before {
  content:'';
  color: transparent;
  background-image: url(./../images/modal-prev.png);
  height: 18px;
  width: 136px;
  background-size: contain;
  background-position: center center;
  display: block;
  background-repeat: no-repeat;
}

.gallery-arrow-right:before,
.gallery-arrow02-right:before {
  content:'';
  color: transparent;
  background-image: url(./../images/modal-next.png);
  height: 18px;
  width: 136px;
  background-size: contain;
  background-position: center center;
  display: block;
  background-repeat: no-repeat;
}
.w-contents {
  text-align: center;
}
.sa {
  opacity: 0;
  transition: all .5s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--up {
  transform: translate(0, 100px);
}
.mod_dropnavi_child {
  display:none;
  position: absolute;
  top: 315px;
  background-color: #004969;
  padding: 15px 20px;
  box-sizing: border-box;
  width: 430px;
  left: -30px;
}
.mod_dropnavi_child p {
  color: #fff;
  line-height: 2em;
  text-align: justify;
}
.workplace-click-list .mod_dropnavi_child {
  width: 580px;
  left: -15px;
  top: 375px;
}


@media only screen and (max-width: 768px) {

header {
  height: 60px;
  background-color: #fff;
  position: fixed;
  min-width: 320px;
  margin-bottom: 0;
  padding-bottom: 0;
}
header h1 {
  float: left;
  width: 141px;
  height: 28px;
  margin: 16px 0 0 24px;
}
header h1 a {
  background-image: url(./../images/common/header-logo.jpg);
  width: 141px;
  padding-top: 28px;
  display: block;
  background-size: contain;
}
header .entry-btn {
  position: static;
  line-height: 40px;
  width: 150px;
  background-color: #126990;
  border-radius: 20px;
  display: block;
  margin: 30px auto 0;
}
header .entry-btn a {
  width: 100%;
  line-height: 40px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: block;
  letter-spacing: 3px;
}

header #site-nav {
  float: none;
  margin: 0;
  /* display: none; */
}

button {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  border: 0;
}
.site-nav-button {
  z-index: 10000;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  pointer-events: auto;
  position: absolute;
  top: 5px;
  right: 15px;
  left: auto;
  margin: auto;
  width: 50px;
  height: 50px;
  background-color: rgba(0,0,0,0);
}
 .site-nav-button.on {
  position: fixed;
  top: 5px;
  right: 15px;
  left: auto;
  margin: auto;
  width: 50px;
  height: 50px;
  background-color: rgba(255,255,255,0);

}
.site-nav-button > i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  margin-top: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  background: #000;
  width: 30px;
  margin-left: -15px;
}
#toppage .site-nav-button > i {
  background: #333;
}
.site-nav-button > i:nth-child(1) {
  -webkit-transform: translate(0, -8px);
      -ms-transform: translate(0, -8px);
          transform: translate(0, -8px);
}
.site-nav-button > i:nth-child(3) {
  -webkit-transform: translate(0, 8px);
      -ms-transform: translate(0, 8px);
          transform: translate(0, 8px);
}
.site-nav-button.on > i:nth-child(1) {
-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    background-color: #000!important;
}
  .site-nav-button.on > i:nth-child(2) {
    opacity: 0;
  }
  .site-nav-button.on > i:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
    background-color: #000!important;
}
#site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  background-image: url(./../images/common/menu-bg-sp.jpg);
  background-size: cover;
  background-position: center bottom;
  z-index: 9000;
  transition: all .3s ease-in;
  visibility: hidden;
  opacity: 0;
  color: #fff;

}
#site-nav.on {
  visibility: visible;
  opacity: 1;
}
#site-nav .site-nav-inner {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 120px;
  box-sizing: border-box;
}
#site-nav-position {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1000px;
  height: 600px;
}
header #site-nav ul li {
  display: inline-block;
  font-size: 17px;
  line-height: 1em;
  margin-right: 0;
  margin-bottom: 30px;
  width: 100%;
}
header #site-nav ul li:last-child {
  margin-right: 0;
  padding-left: 0;
  border-left: none;
  padding-right: 0;
  background-image: none;
}
header #site-nav ul li a {
  line-height: 1em;
  font-weight: 500;
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 2px;
  width: 210px;
  margin: 0 auto;
}
header #site-nav ul li a:after {
  display: none;
}
header #site-nav ul li:last-child a span {
  padding-right: 26px;
  background-image: url(./../images/common/header-nav-icon.png);
  background-position: right center;
  background-size: 16px auto;
  background-repeat: no-repeat;
}

footer {
  height: auto;
  position: relative;
  padding-top: 90px;
  box-sizing: border-box;
}
footer > a {
  font-size: 12px;
  display: block;
  width: 90px;
  margin: auto;
  bottom: 408px;
  letter-spacing: 1px;
}
footer > a span {
  height: 15px;
  margin: 0 auto 5px;
}


footer > div {
  height: 330px;
  padding: 30px 25px 0;
  width: 100%;
  box-sizing: border-box;
  background-image: url(./../images/common/footer-bg-sp.jpg);
  background-size: cover;
  text-align: center;
}
footer > div section {
  float: none;
  margin-top: 25px;
}
footer > div > div > p {
  font-size: 12px;
  margin-bottom: 16px;
}
footer > div > div {
  float: none;
  width: 100%;
  height: 170px;
  background-color: #fff;
  margin-top: 0px;
  padding: 30px 0 25px;
  box-sizing: border-box;
}
footer > div > div ul li {
  display: block;
  padding-right:0;
  background-image: none;
  margin-right: 0;
  margin-bottom: 10px;
}
footer > div > div ul li a {
  font-size: 11px;
  color: #126990;
  letter-spacing: 3px;
  padding-right: 20px;
  background-image: url(./../images/common/footer-icon.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 13px auto;
}


.kv-area {
  padding-left: 0;
  margin-bottom: 30vw;
  padding-top: 60px;
}
.kv-inner {
  padding-left: 25px;
  padding-bottom: 50px;
  position: relative;
  padding-top: 0;
}
.kv-inner > p {
  position: absolute;
  right: -5vw;
  bottom: -15vw;
  transform: rotate(-90deg);
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 3vw;
  left: auto;
}
.marker-animation {
  background-size: 200% 2vw;
}

.kv {
  width: 100%;
  height: 103vw;
  background-image: url(./../images/kv-sp.jpg);
  background-size: cover;
  position: relative;
}
.kv-title {
  width: 70vw;
  height: 45vw;
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -23vw;
  left: -12px;
  padding: 8vw;
  box-sizing: border-box;
  top: auto;
}
.kv-title h2 {
  display: inline-block;
  padding-bottom: 0.2vw;
  margin-bottom: 3vw;
}
.kv-title h2:nth-child(2) {
  margin-bottom: 6vw;
}
.kv-title h2:nth-child(1) strong {
  background-image: url(./../images/kv-title-1.png);
  width: 53vw;
  padding-top: 8vw;
  display: block;
  background-size: 53vw auto;
  padding-right: 5px;
}
.kv-title h2:nth-child(2) strong {
  background-image: url(./../images/kv-title-2.png);
  width: 34vw;
  padding-top: 8vw;
  display: block;
  background-size: 34vw auto;
  padding-right: 5px;
}
.kv-title p {
  line-height: 1em;
  font-size: 3vw;
  letter-spacing: 0.12em;
}

.contents-header {
  font-size: 30px;
  letter-spacing: 6px;
}
.contents-header span {
  font-size: 10px;
  margin-left: 0;
  display: block;
  margin-top: 10px;
}
hr {
  width: 40px;
  height: 2px;
  background-color: #000;
  border-left: 20px solid #51dce8;
  box-sizing: border-box;
  margin: 20px auto 40px 0;
  display: block;
}


.news {
  margin: 0 auto;
  font-size: 0;
  height: auto;
}
.news h3 {
  display: block;
  width: 108px;
  line-height: 31px;
  background-color: #126990;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  letter-spacing: 3px;
  position: relative;
  z-index: 10;
}
.news .news-content {
  display: block;
  height: 200px;
  width: 100%;
  background-color: #e9f5f5;
  padding: 35px 0;
  box-sizing: border-box;
  position: relative;
  margin-top: -15px;
}
.news-list {
  padding: 0 25px 0;
  box-sizing: border-box;
}
.news-list > p {
  font-size: 11px;
  display: block;
  color: #126990;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-right: 0;
  letter-spacing: 1px;
  margin-bottom: 5px;
  line-height: 1.6em;
}
.news-list div p {
  line-height: 1.6em;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 12px;
}
.news-list div a {
  font-size: 12px;
}
.news .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(./../images/news-prev-btn.png);
  width: 8px;
  height: 13px;
  background-size: contain;
  right: auto;
  top: auto;
  bottom: 22px;
  margin: auto;
  left: 25px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(./../images/news-next-btn.png);
  right: auto;
  width: 8px;
  height: 13px;
  background-size: contain;
  top: auto;
  bottom: 22px;
  margin: auto;
  left: 55px;
}


.business {
  padding: 60px 25px 0 25px;
  background-image: url(./../images/business/business-bg-sp.png);
  background-position: right top 65px;
  background-repeat: no-repeat;
  background-size: 80%;
}
.business .inner section p {
  line-height: 2em;
  text-align: justify;
  font-size: 12px;
}
.business .product {
  padding-right: 0;
}
.business .product > p {
  text-align: center;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 35px;
}
.business .product li {
  height: auto;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-size: 0px;
  text-align: center;
  padding-top: 0;
  box-sizing: border-box;
  color: #126990;
  font-weight: 700;
  margin-left: 0;
}
.business .product li hr {
  display: none;
}
.business .product li span {
  font-size: 12px;
}
.business .product li p {
  font-size: 14px;
  margin-bottom: 7px;
}
.business .product li div {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 160px);
  text-align: left;
}
.business .product li figure {
  width: 140px;
  height: 140px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
.business .product li figure img {
  width: 100%;
  height: auto;
}
.company {
  padding: 60px 0 0;
}
.company > section p {
  line-height: 2em;
  font-size: 12px;
  padding-right: 25px;
}
.company-flow {
  padding-right: 0;
  margin: 30px auto 40px;
}
.company-flow-inner > div {
  display: none;
}
.company-flow #scroll {
width: 100%;
min-width: 320px;
overflow-x: scroll;
}

.company-click {
  position: relative;
  margin-bottom: 0;
  padding-right: 0;
}

.company-click-list {
  width: 100%;
  margin-right: 0;
  float: none;
  position: relative;
  padding: 0 50px 35px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.company-click-list:nth-child(1) {
  z-index: 100;
}
.company-click-list:nth-child(2) {
  z-index: 90;
}
.company-click-list:nth-child(3) {
  z-index: 80;
}
.company-click-list:nth-child(4) {
  z-index: 70;
}
.company-click-list:nth-child(5) {
  z-index: 60;
}

.company-click-list figure {
  margin-bottom: 25px;
  position: relative;
  z-index: 10;
}
.company-click-list figure img {
  width: 100%;
  height: auto;
}
.company-click-list section,
.workplace-click-list section {
  position: relative;
  z-index: 10;
}
.company-click-list .parent,
.workplace-click-list .parent {
  position: relative;
  z-index: 100;
}
.company-click-list .smt.blue-bg,
.workplace-click-list .smt.blue-bg {
  height: 40vw;
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: #e9f5f5;
  z-index: 1;
}
.company-click .bg {
  display: none;
}
.company-flow-inner {
  background-image: url(./../images/company/flow-bg-sp.png);
  width: 961px;
  height: 190px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0;
  padding-right: 0;
  box-sizing: border-box;
}
#scroll .scroll-inner {
  margin-left: 25px;
}
#scroll .scroll-inner p {
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 500;
  padding-right: 60px;
  background-image: url(./../images/company/scroll-arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 50px auto;
  display: inline-block;
}
.company-click-inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
}

.company > h2, .company > hr, .company > section {
  margin-left: 25px;
}
.company-click .bg-low {
  position: absolute;
  left: 0;
  top: 125px;
  right: auto;
  bottom: 0;
  background-color: #e9f5f5;
  z-index: 1;
  width: 100%;
  display: none;
}
.mod_dropnavi_child,
.workplace-click-list .mod_dropnavi_child {
  display: none;
  position: absolute;
  top: 12px;
  background-color: #004969;
  padding: 15px 20px;
  box-sizing: border-box;
  width: calc(100% + 30px);
  left: -15px;
  right: 0;
  margin: auto;
}
.mod_dropnavi_child p {
  color: #fff;
  line-height: 2em;
  text-align: justify;
  font-size: 12px;
}

.business .inner {
  position: relative;
  height: auto;
  padding-top: 0px;
  box-sizing: border-box;
  font-size: 0;
  margin-bottom: 60px;
  padding-bottom: 30px;
}
.business .inner section {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  padding-right: 0;
  width: 100%;
  margin-left: 0;
}
.business .inner figure {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 90vw;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 6vw;
}
.business .inner figure img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.business .inner .bg {
  height: 90vw;
  position: absolute;
  top: auto;
  left: -25px;
  width: calc(100% + 50px);
  bottom: 0;
}

.business .product ul {
  background-image: none;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  background-size: contain;
  font-size: 0;
  margin: 0 auto 20px;
  background-position: center center;
  padding-bottom: 0;
}

.office {
  width: 100%;
  margin: 100px auto 0;
  padding-top: 0;
}
.office > section h3, .number > section h3, .workplace > h3,
.business .inner > h3,
.company > section h3,
.zadankai-kv > h3,
.interview-kv > h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.zadankai-kv > h3 {
  margin-bottom: 20px;
}
.business .inner > h3,
.company > section h3 {
  margin-bottom: 20px;
}
.office > section h3 span, .number > section h3 span, .workplace > h3 span,.business .inner > h3 span,.company > section h3 span,
.zadankai-kv > h3 span, .interview-kv > h3 span {
  font-size: 16px;
  position: relative;
  z-index: 10;
  padding-left: 5px;
}
.office div.map-image {
  height: 92vw;
  width: calc(100% - 20vw);
  float: none;
  background-image: url(./../images/office/company-map.png);
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
  margin-left: 10vw;
  margin-bottom: 30px;
}
.office .office-data {
  width: 100%;
  float: none;
  padding: 0 25px;
  box-sizing: border-box;
}
.office-data-list {
  width: 100%;
}
.office-data ul li {
  float: left;
  margin-right: 25px;
  margin-bottom: 16px;
}
.office-data ul li:nth-child(5) {
  margin-right: 30px;
}
.office-data ul li strong {
  font-size: 12px;
  line-height: 22px;
}
.office-data ul li span {
  line-height: 18px;
  height: 22px;
  width: 22px;
  font-size: 12px;
  margin-right: 8px;
}
.office-data-list p {
  line-height: 2.2em;
  font-size: 12px;
}
.office-data-list h4 {
  line-height: 1em;
  font-weight: normal;
  text-align: right;
  margin-top: 15px;
  font-size: 12px;
  color: #888;
}
.office-data-list figure {
  margin-bottom: 25px;
  margin-top: 15px;
}
.office-data-list figure a {
  width: 50%;
}
.office-data-list figure a.medium {
  width: 60%;
}
.office-data-list figure a.small {
  width: 40%;
}
.office-data-list figure img {
  width: 100%;
  height: auto;
}
.office div.map-image > div {
  width: 6vw !important;
  height: 9vw !important;
  position: absolute;
  display: block;
  transition: all 0.2s;
  background-repeat: no-repeat;
}
.office div.map-image div.pinA {
  left: 45.8vw;
  top: 56.0vw;
}
.office div.map-image div.pinB {
  left: 43.4vw;
  top: 47.5vw;
}
.office div.map-image div.pinC {
  left: 11vw;
  top: 62vw;
}
.office div.map-image div.pinD {
  left: 54.5vw;
  top: 43vw;
}
.office div.map-image div.pinE {

  left: 47.8vw;
  top: 47.5vw;
}
.office div.map-image div.pinF {
  left: 26.2vw;
  top: 62vw;
}
.office div.map-image div.pinG {
  left: 35vw;
  top: 58vw;
}
.number {
  background-color: #e9f5f5;
  margin-top: 50px;
  padding: 40px 25px 20px;
}
.number-inner {
  width: 100%;
  margin: 0 auto;
  font-size: 0;
}
.number-inner > p {
  position: static;
  right: 0;
  text-align: center;
  margin: -10px auto 30px;
  font-size: 12px;
}
.number-inner:nth-child(2), .number-inner:nth-child(3) {
  margin-bottom: 0;
}
.number-inner:nth-child(2) .number-list {
  width: 47%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin-right: 6%;
  margin-bottom: 6%;
}
.number-inner:nth-child(2) .number-list:nth-child(2),
.number-inner:nth-child(2) .number-list:nth-child(4) {
  margin-right: 0;
}
.number-inner:nth-child(2) .number-list > section {
  width: 100%;
  height: 41.3vw;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  padding-top: 7.5vw;
  box-sizing: border-box;
}
.number-inner:nth-child(2) .number-list figure {
  margin-bottom: -10px;
  position: relative;
  z-index: 10;
  width: 10vw;
  margin: 0 auto -2vw;
}
.number-inner:nth-child(2) .number-list figure img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.number-inner:nth-child(2) .number-list > section p {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 2vw;
}
.number-inner:nth-child(2) .number-list > section h4 {
  font-size: 13vw;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 1.5vw;
}
.number-inner:nth-child(2) .number-list > section h4 span {
  line-height: 1em;
  font-size: 3vw;
  display: inline-block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: 6px;
  letter-spacing: 2px;
  vertical-align: top;
  margin-top: 1.5vw;
}
.number-inner:nth-child(2) .number-list > section h5 {
  font-size: 3.5vw;
  font-weight: 700;
}

.number-inner:nth-child(3) .number-list {
  width: 100%;
  height: 50vw;
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 6%;
  padding-top: 9vw;
}
.number-inner:nth-child(3) .number-list:nth-child(1) {
  background-image: url(./../images/number/image-1-sp.jpg);
}
.number-inner:nth-child(3) .number-list:nth-child(2) {
  background-image: url(./../images/number/image-2-sp.jpg);
}
.number-inner:nth-child(3) .number-list:nth-child(3) {
  background-image: url(./../images/number/image-3-sp.jpg);
}
.number-inner:nth-child(3) .number-list h4 {
  font-size: 13vw;
}
.number-inner:nth-child(3) .number-list h5 {
  font-size: 3vw;
}
.number-inner:nth-child(3) .number-list p {
  font-size: 4vw;
  letter-spacing: 3px;
}

.number-inner:nth-child(4) .number-list {
  width: 47%;
  height: 41vw;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin-right: 6%;
  margin-bottom: 6%;
  background-size: cover;
}
.number-inner:nth-child(4) .number-list:nth-child(2),
.number-inner:nth-child(4) .number-list:nth-child(4) {
  margin-right: 0;
}
.number-inner:nth-child(4) .number-list h4 {
  font-size: 10vw;
}
.number-inner:nth-child(4) .number-list h4 span {
  font-size: 2vw;
  margin-right: 2vw;
  width: 11vw;
  line-height: 1em;
}
.number-inner:nth-child(4) .number-list h4 small {
  font-size: 4vw;
  line-height: 1em;
}

.number-inner:nth-child(4) .number-list p {
  font-size: 3.5vw;
  margin-bottom: 5vw;
}
.number-inner:nth-child(4) .number-list h5 {
  margin-top: 5px;
  font-size: 2vw;
}
.number-inner:nth-child(4) .number-list:nth-child(4) h4 {
  text-align: left;
  margin-left: 0;
  display: inline-block;
  font-size: 8vw;
  width: 33vw;
}


.message {
  padding: 60px 25px 40px;
}

.message-inner figure {
  width: 100%;
  float: none;
  position: relative;
  margin-bottom: 35px;
}
.message-inner figure img {
  width: 100%;
  height: auto;
}
.message-inner > div {
  width: 100%;
  float: none;
  position: relative;
}
.message-inner > div section {
  padding: 25px 0;
  text-align: center;
  margin-bottom: 30px;
}
.message-inner > div section ul {
  width: auto;
  margin: 0 auto;
  display: inline-block;
}
.message-inner figure .bg {
  display: none;
}
.message-inner > div section h3 {
  margin: -32px auto 18px;
  width: 105px;
  font-size: 14px;
  letter-spacing: 2px;
}
.message-inner > div section ul li {
  font-size: 12px;
  line-height: 2.2em;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: left;
}
.message-inner > div > .bg {
  width: 100%;
  height: 132px;
  background-color: #faf0e5;
  position: absolute;
  right: -8px;
  top: 8px;
  z-index: 1;
}
.message-inner > div > p,
.message-inner > div > p.name {
  font-size: 12px;
}

.w-person section {
  background-color: #e9f5f5;
  height: 180px;
  width: calc(100% - 50px);
  float: right;
  padding: 35px 0 0 30px;
  box-sizing: border-box;
  margin-top: 9vw;
margin-bottom: 60px;

}
.w-person {
  height: 50vw;
  width: 100%;
  background-image: url(./../images/workandperson/image-sp.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 33vw;
  box-sizing: border-box;
  background-size: contain;
}
.w-person section h2 {
  font-size: 24px;
  letter-spacing: 5px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 20px;
}
.w-person section h2 span {
  font-size: 11px;
}
.w-person section a {
  width: 130px;
  line-height: 30px;
  font-size: 12px;
}
.w-person section a span {
  right: -18px;
  width: 36px;
  top: 50%;
  transition: all 0.3s;
}
.w-person section a:hover span {
  right: -36px;
}
.workplace {
  padding-top: 70px;
}
.workplace-click {
  position: relative;
  margin-bottom: 0;
  z-index: 1100;
}
.workplace-click-inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.workplace-click-list figure {
  margin-bottom: 25px;
  position: relative;
  z-index: 10;
}
.workplace-click-list figure img {
  width: 100%;
  height: auto;
}
.workplace-click-inner .workplace-click-list {
  width: 100%;
  margin-right: 0;
  float: none;
  position: relative;
  padding: 0 50px 35px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.workplace-click-inner .workplace-click-list:nth-child(1) {
  z-index: 100;
}
.workplace-click-inner .workplace-click-list:nth-child(2) {
  z-index: 90;
}
.workplace-click-inner .workplace-click-list:nth-child(3) {
  z-index: 80;
}
.workplace-click-inner .workplace-click-list:nth-child(4) {
  z-index: 70;
}

.company-click-list > a, .workplace-click-list > a, .parent a {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  background-color: #126990;
  display: block;
  position: absolute;
  top: -30px;
  right: 0;
}
.workplace-click-list .parent a {
  top: -30px;
}
.company-click-list section p, .workplace-click-list section p {
  float: right;
  color: #126990;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-right: 45px;
  margin-top: 5px;
}
.workplace > div {
  padding-left: 25px;
}
.workplace > h3 {
  margin-left: 25px;
}
.company-click-list section h3, .workplace-click-list section h3 {
  font-size: 15px;
}

.welfare ul, .leave ul {
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  box-sizing: border-box;
}
.welfare ul li, .leave ul li {
  background-image: url(./../images/common-bg-1.png);
  background-repeat: repeat;
  width: 47%;
  height: 25.5vw;
  box-sizing: border-box;
  float: left;
  margin-right: 6%;
  margin-bottom: 6%;
  background-size: contain;
  background-repeat: no-repeat;
}
.welfare ul li:hover, .leave ul li:hover {
  background-color: transparent;
}

.welfare ul li:nth-child(2),
.welfare ul li:nth-child(4),
.welfare ul li:nth-child(6),
.leave ul li:nth-child(2),
.leave ul li:nth-child(4),
.leave ul li:nth-child(6) {
  margin-right: 0;
}

.welfare ul li a, .leave ul li a {
  background-color: rgba(238, 147, 59, 0);
  width: 100%;
  height: 25.5vw;
  display: block;
  position: relative;
  line-height: 2em;
  text-align: center;
  font-size: 13px;
  padding-top: 8.8vw;
  box-sizing: border-box;
}
.welfare ul li:hover a, .leave ul li:hover a {
  background-color: transparent;
  color: #000;
}

.welfare ul li a span, .leave ul li a span {
  border-bottom: none;
}
.welfare ul li:hover a span, .leave ul li:hover a span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.welfare {
  text-align: center;
  padding: 60px 0 0;
  background-image: url(./../images/welfare-bg.png);
  background-position: right top 40px;
  background-repeat: no-repeat;
  background-size: 30%;
}
.leave {
  text-align: center;
  padding: 60px 0 0;
  background-image: url(./../images/leave-bg.png);
  background-position: right -10px top 70px;
  background-repeat: no-repeat;
  background-size: 30%;
}
.welfare > h3, .leave > h3, .gallery > h3, .qanda > h3, .w-contents > h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.welfare > h3 span, .leave > h3 span, .gallery > h3 span, .qanda > h3 span, .w-contents > h3 span {
  font-size: 18px;
  padding-left: 5px;
}
.welfare ul li a strong, .leave ul li a strong {
  font-size: 11px;
  right: 3vw;
  bottom: 3vw;
}
.welfare ul li:nth-child(8) a {
  padding-top: 7vw;
  line-height: 1.6em;
}

.gallery {
  text-align: center;
  padding: 60px 25px 0;
}
.gallery ul {
  width: 100%;
  margin: 0 auto;
}
.gallery ul li {
  width: 48%;
  height: 28vw;
  float: left;
  box-sizing: border-box;
  border: 1px solid #ee933b;
  background-color: #fff;
  padding: 0.2vw;
  margin-right: 4%;
  margin-bottom: 4%;
  transition: all 0.3s;
}
.gallery ul li:nth-child(2),
.gallery ul li:nth-child(4),
.gallery ul li:nth-child(6),
.gallery ul li:nth-child(8) {
  margin-right: 0;
}
.gallery ul li a {
  border: 1vw solid #fff;
  background-color: #ccc;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: #fff;
  padding-top: 10vw;
  position: relative;
  font-size: 13px;
  transition: all 0.3s;
  background-size: cover;
}
.gallery ul li a strong {
  right: 3vw;
  bottom: 3vw;
  font-size: 11px;
}
.gallery ul li:nth-child(7) a,
.gallery ul li:nth-child(8) a {
  padding-top: 7.5vw;
  line-height: 1.5em;
}
.gallery-image {
  width: calc(100% - 25px);
  height: 160px;
  background-image: url(./../images/gallery/gallery-image01-sp.jpg);
  background-size: cover;
  background-position: center bottom;
  margin-top: 50px;
}

.info {
  padding: 60px 25px 0;
}

.info > section > h4 {
  line-height: 60px;
  font-size: 13px;
  width: 100%;
}
.info > section > div {
  width: 100%;
  margin: 0 auto 0;
  padding-bottom: 40px;
  /* display: none; */
}
.info > section > div > p {
  text-align: center;
  line-height: 2em;
  font-size: 13px;
}
.info > section > div > div figure {
  width: 100%;
  height: 28vw;
  margin: 0 auto;
}
.info > section > div > h5 {
  font-size: 16px;
  text-align: center;
  margin: 40px auto 30px;
  font-weight: bold;
}
.info > section > div table th {
  width: 100px;
  font-size: 11px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.info > section > div table td {
  font-size: 11px;
  line-height: 2em;
  width: calc(100% - 100px);
  padding-top: 20px;
  padding-bottom: 20px;
}
.info > section > div table td p {
  font-size: 11px;
  line-height: 2em;
}
.info > section.info02 > div table td p,
.info > section.info03 > div table td p {
  padding: 10px 0 10px 15px;
  border-left: 2px solid #ccc;
}
.info > section.info02 > div table td,
.info > section.info03 > div table td {
  padding: 10px 10px 10px 0;
  width: 38%;
  box-sizing: border-box;
}
.info > section.info02 > div table td span,
.info > section.info03 > div table td span {
  padding: 10px 0;
  display: inline-block;
}


.info > section > div > div ul {
  text-align: center;
  margin-bottom: 35px;
}
.info > section > div > div ul li {
  display: inline-block;
  margin: 0 2vw;
}
.info > section > div > div ul li a {
  width: 38vw;
  height: 10.5vw;
  display: block;
  border-radius: 6px;
}
.info > section > h4 span {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #126990;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}


.contact {
  margin: 40px auto 40px;
  padding: 0;
}
.contact > div {
  width: 100%;
  height: auto;
  background-image: url(./../images/common/contact-bg-sp.jpg);
  background-size: cover;
  float: none;
  padding: 30px 25px;
  box-sizing: border-box;
}
.contact > div h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 100px;
  border-right: 1px solid #000;
  width: 80px;
  letter-spacing: 1px;
}
.contact > div p {
  display: inline-block;
  vertical-align: middle;
  line-height: 2em;
  margin-left: 30px;
  width: calc(100% - 120px);
  font-size: 11px;
}
.contact > a {
  width: 88%;
  height: 75px;
  background-color: #126990;
  color: #fff;
  float: none;
  text-align: center;
  font-size: 13px;
  padding-top: 0;
  box-sizing: border-box;
  display: block;
  margin: 25px auto 0;
  line-height: 75px;
}


.qanda .qanda-bg .qanda-inner {
  width: 100%;
  margin: 0 auto;
}
.qanda .qanda-bg {
  background-color: #e9f5f5;
  padding: 80px 25px;
}
.qanda .qanda-bg .qanda-inner > section {
  padding: 25px;
  border-radius: 6px;
}
.qanda .qanda-bg .qanda-inner > section p {
  line-height: 2em;
  text-align: justify;
  font-size: 12px;
}
.qanda .qanda-bg .qanda-inner > section .line {
  width: 25px;
  height: 2px;
  background-color: #005982;
  position: absolute;
  left: -12px;
  top: 36px;
}
.qanda .qanda-bg .qanda-inner > section h3 {
  font-size: 14px;
  margin-bottom: 15px;
}
.qanda .qanda-bg {
  padding: 30px 25px 15px;
}
.copyright {
  line-height: 50px;
  width: 100%;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #fff;
  background-color: #005982;
  letter-spacing: 1px;
  font-size: 10px;
}
footer > div section h2 {
  background-image: url(./../images/common/footer-text.png);
  padding-top: 40px;
  width: 110px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 20px;
}
footer > div section p {
  font-size: 10px;
  letter-spacing: 2px;
  text-align: center;
}

.tecnical-modal, .management-modal, .sales-modal, .leave-modal, .welfare-modal {
  width: 90%;
  height: 305px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  margin: auto;
  padding: 40px 25px 0;
  box-sizing: border-box;
  background-size: cover;
  background-position: right;
}
#leave02.leave-modal {padding-top: 40px;}

.gallery-modal,
.office-modal {
  width: calc(100% - 80px);
  height: 58vw;
  position: absolute;
  margin-top: auto;
}
.gallery-modal figure img,
.office-modal figure img {
  position: relative;
  display: block;
  z-index: 10;
  margin: 0;
  width: 100%;
  height: auto;
}
.office-modal figure img {
  margin-bottom: 3vw;
}
.gallery-modal figure,
.office-modal figure {
  margin-bottom: 4vw;
}
.mfp-wrap {
  min-width: 320px;
  overflow-x: hidden;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
  /* height: 300px; */
  padding: 0px 20px;
  box-sizing: border-box;
}
.tecnical-modal h3, .management-modal h3, .sales-modal h3, .leave-modal h3, .welfare-modal h3 {
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.tecnical-modal p, .management-modal p, .sales-modal p, .leave-modal p, .welfare-modal p {
  font-size: 12px;
  line-height: 2em;
  text-align: justify;
  height: 180px;
  overflow-y: scroll;
}
a.scroll-text {
  background-image: url(./../images/common/modal-scroll.png);
  padding-top: 18px;
  width: 52px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  bottom: 8px;
}
a.scroll-text.blue {
  background-image: url(./../images/common/modal-scroll-blue.png);
}
a.scroll-text.green {
  background-image: url(./../images/common/modal-scroll-green.png);
}
.management-modal button.mfp-close, .person-modal button.mfp-close, .talk-modal button.mfp-close, .interview-modal button.mfp-close, .gallery-modal button.mfp-close, .leave-modal button.mfp-close, .welfare-modal button.mfp-close {
  top: -35px;
  right: 18px;
}
.management-modal button.mfp-close,
.tecnical-modal button.mfp-close,
.sales-modal button.mfp-close {
  background-image: url(./../images/work/close-btn-man-sp.png);
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-size: contain;
}
.tecnical-modal button.mfp-close {
  background-image: url(./../images/work/close-btn-tec-sp.png);
}
.sales-modal button.mfp-close {
  background-image: url(./../images/work/close-btn-sales-sp.png);
}
.gallery-modal button.mfp-close,
.office-modal button.mfp-close {
  top: 0;
  right: -25px;
  width: 20px;
  height: 30px;
    background-size: contain;
    background-position: center;
}
.gallery-arrow-left {
  right: auto;
  left: 25px;
  top: calc(50vh + 180px);
  width: 30vw;
  height:6vw;
}
.gallery-arrow-right {
  left: auto;
  right: 25px;
  top: calc(50vh + 180px);
  width: 30vw;
  height: 6vw;

}

html.android .gallery-arrow-left {
  right: auto;
  left: 25px;
  bottom: 7%;
  width: 30vw;
  height:6vw;
  top: auto;
  margin: 0;
}
html.android .gallery-arrow-right {
  left: auto;
  right: 25px;
  bottom: 7%;
  width: 30vw;
  height: 6vw;
  top: auto;
  margin: 0;
}
.gallery-arrow-right:before, .gallery-arrow02-right:before {
  content: '';
  color: transparent;
  background-image: url(./../images/common/modal-next-btn.png);
  width: 30vw;
  height: 6vw;
  background-size: contain;
  background-position: center center;
  display: block;
  background-repeat: no-repeat;
}
.gallery-arrow-left:before, .gallery-arrow02-left:before {
  content: '';
  color: transparent;
  background-image: url(./../images/common/modal-prev-btn.png);
  width: 30vw;
  height: 6vw;
  background-size: contain;
  background-position: center center;
  display: block;
  background-repeat: no-repeat;
}

.gallery-arrow02-left {
  right: auto;
  left: 45px;
  top: calc(50vh + 36vw);
  width: 30vw;
  height: 6vw;
}
.gallery-arrow02-right {
  left: auto;
right: 45px;
top: calc(50vh + 36vw);
width: 30vw;
height: 6vw;
}
html.android .gallery-arrow02-left {
  right: auto;
  left: 45px;
  top: calc(50vh + 43vw);
  width: 30vw;
  height: 6vw;
}
html.android .gallery-arrow02-right {
  left: auto;
right: 45px;
top: calc(50vh + 43vw);
width: 30vw;
height: 6vw;
}

.leave-modal button.mfp-close, .welfare-modal button.mfp-close {
  background-image: url(./../images/close-btn.png);
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.gallery-modal p,
.office-modal figure p {
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
}


.w-contents-mv .mv-img {
  background-image: url(./../images/work/mv-sp.png);
  width: 100%;
  height: 38vw;
  float: right;
  background-size: contain;
  background-repeat: no-repeat;
}
.w-contents-mv {
  padding-left: 25px;
  margin-bottom: 50px;
  padding-top: 60px;
}
.w-contents-mv h2 a {
  display: none;
}
#w-person .contents-header {
  font-size: 30px;
  padding-top: 50px;
}
.w-contents .tecnical-graph {
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  box-sizing: border-box;
}
.w-contents .tecnical-graph .graph-img {
  background-image: url(./../images/work/graph-img-sp-2.gif);
  background-size: 100% auto;
  width: 100%;
  height: 54vw;
  padding-top: 0;
  padding-left: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

.w-contents > section.sales ul, .w-contents > section.management ul, .w-contents > section.tecnical ul {
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  box-sizing: border-box;
}
.w-contents.person #Container {
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  text-align: left;
  padding: 0 25px;
  box-sizing: border-box;
}
.w-contents.talk {
  overflow: hidden;
  padding-bottom: 11vw;
}
.w-contents.talk .w-contents-inner figure {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.w-contents.talk .w-contents-inner figure img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.w-contents.highschool .w-contents-inner section {
  position: relative;
  height: auto;
  padding-top: 35px;
  box-sizing: border-box;
  margin-top: -21vw;
}
.w-contents > section ul li {
  width: 47%;
  height: 28vw;
  float: left;
  margin: 0 6% 6% 0;
  background-image: url(./../images/work/tecnical-list-bg-sp.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.w-contents > section.sales ul li {
  background-image: url(./../images/work/sales-list-bg-sp.jpg);
}
.w-contents > section.management ul li {
  background-image: url(./../images/work/management-list-bg-sp.jpg);
}

.w-contents > section ul li:nth-child(2),
.w-contents > section ul li:nth-child(4),
.w-contents > section ul li:nth-child(6),
.w-contents > section ul li:nth-child(8) {
  margin-right: 0;
}
.w-contents > section ul li a {
  line-height: 27vw;
  width: 100%;
  text-align: center;
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 500;
  background-color: rgba(7, 140, 38, 0);
  transition: all 0.3s;
}
.w-contents > section ul li:hover a,
.w-contents > section.sales ul li:hover a,
.w-contents > section.management ul li:hover a {
  background-color: transparent;
  color: #000;
}

.w-contents > section ul li a strong {
  position: absolute;
  right: 3vw;
  bottom: 3vw;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 1em;
  color: #8fc31f;
  transition: all 0.3s;
}
.w-contents > section ul li:hover a strong {
  color: #8fc31f;
}
.w-contents > section.sales ul li:hover a strong {
  color: #00a0e9;
}
.w-contents > section.management ul li:hover a strong {
  color: #ee933b;
}

.w-contents > section h4 {
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.w-contents .tecnical-graph h4 {
  line-height: 60px;
  border: 2px solid #078c26;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
}
.w-contents .tecnical-graph h4 span {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #078c26;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}
.w-contents .tecnical-graph div {
  display: none;
  margin-bottom: 40px;
}
.w-contents .tecnical-graph p {
  text-align: right;
  font-size: 12px;
  margin-bottom: 10px;
  margin-left: 0;
}
.w-contents .tecnical-graph p span {
  display: inline-block;
  vertical-align: middle;
  height: 11px;
  width: 11px;
  background-color: #078c26;
  border-radius: 50%;
  margin-right: 5px;
}

.w-contents > section.tecnical {
  background-image: url(./../images/work/tecnical-bg.png);
  background-position: right top 0px;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 20%;
  padding-top: 50px;
  margin-top: -35px;
}

.w-contents > section.sales {
  padding-top: 20px;
  background-image: url(./../images/work/sales-bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  width: 100%;
  background-size: 25%;
}
.w-contents > section.management {
  padding-top: 40px;
  background-image: url(./../images/work/management-bg.png);
  background-repeat: no-repeat;
  background-position: right top 4vw;
  width: 100%;
  background-size: 25%;
}
.w-contents > section h4 span {
  width: 50px;
  line-height: 22px;
  text-align: center;
  background-color: #078c26;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  margin-right: 15px;
}
.w-contents.person {
  padding-top: 50px;
  background-image: url(./../images/work/person-bg.png);
  background-position: right -12vw top 15px;
  background-repeat: no-repeat;
  background-size: 35%;
}
.w-contents.person .person-nav div {
  width: 24%;
  line-height: 28px;
  text-align: center;
  border: 1px solid #000;
  box-sizing: border-box;
  display: inline-block;
  margin: 0px 2%;
  background-image: url(./../images/work/person-arrow.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 500;
  background-size: 10px;
}
.w-contents.person .person-nav div.active {
  background-color: #005982;
  border-color: #005982;
  color: #fff;
  background-image: url(./../images/work/person-arrow-w.png);
}
.w-contents.person #Container .mix {
  margin: 4%;
  width: 42%;
  position: relative;
  /* display: inline-block; */
  height: calc(36vw + 90px);
}
.w-contents.person #Container .mix > a {
  height: calc(36vw + 90px);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.w-contents.person #Container .mix figure {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  position: relative;
}
.w-contents.person #Container .mix figure span{
  display: none;
}
.w-contents.person #Container .mix figure img {
  width: 100%;
  height: auto;
}
.w-contents.person #Container .mix h3 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}
.w-contents.person #Container .mix h3 a {
  display: none;
}
.w-contents.person #Container .mix h3 > span {
  font-size: 11px;
  display: block;
  margin-left: 0;
}
.w-contents.person #Container .mix h3 > span span {
  display: none;
}
.w-contents.person #Container .mix p {
  font-size: 11px;
  font-weight: 500;
  width: 92%;
  line-height: 22px;
  text-align: center;
  color: #078c26;
  border: 1px solid #078c26;
  border-radius: 15px;
  margin: 15px auto 0;
  box-sizing: border-box;
}
.w-contents.person .person-nav {
  margin-bottom: 40px;
}
.w-contents.talk .w-contents-inner section div a {
  font-size: 11px;
}
.w-contents.talk .w-contents-inner section div,
.w-contents.highschool .w-contents-inner section div {
  float: none;
  width: calc(100% - 50px);
  border: 1px solid #126990;
  border-right: 0;
  height: auto;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 50px 0 0 50px;
  position: relative;
  z-index: 10;
  padding: 30px;
  text-align: left;
  margin-left: 50px;
}
.w-contents.talk .w-contents-inner section div p,
.w-contents.highschool .w-contents-inner section div p {
  font-size: 12px;
  color: #126990;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 20px;
  line-height: 1.8;
  text-align: left;
}
.w-contents.talk .w-contents-inner section h2,
.w-contents.highschool .w-contents-inner section h2 {
  font-size: 26px;
  text-align: right;
  margin-right: 20px;
  color: #126990;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: -4px;
  position: relative;
  z-index: 10;
  letter-spacing: 3px;
}
.w-contents.talk .w-contents-inner section {
  position: relative;
  height: auto;
  padding-top: 35px;
  box-sizing: border-box;
  margin-top: -21vw;
}
.w-contents.talk .w-contents-inner section h3 {
  font-size: 16vw;
  text-align: left;
  position: absolute;
  right: 1vw;
  top: auto;
  color: #e9f5f5;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  z-index: 1;
  bottom: -11vw;
}
.w-contents.highschool {
  padding-top: 80px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: left 60px top 90px;
  margin-bottom: 12vw;
}
.w-contents.highschool .w-contents-inner figure,
.w-contents.talk .w-contents-inner figure {
  width: calc(100% - 60px);
  margin: 0 auto 0 0;
  text-align: left;
}
.w-contents.highschool .w-contents-inner section h3 {
  font-size: 16vw;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: -11vw;
  color: #e9f5f5;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  z-index: 1;
  top: auto;
  right: 0;
  left: auto;
  letter-spacing: 0.05em;
}
.w-contents.highschool .w-contents-inner section div a {
  text-align: right;
  font-size: 12px;
}
.w-contents.talk .w-contents-inner section div a span {
  height: 2px;
  background-color: #126990;
  width: 40px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
}

.w-contents.highschool .w-contents-inner figure img,
.w-contents.talk .w-contents-inner figure img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.person-modal, .talk-modal, .interview-modal {
  width: 90%;
  position: absolute;
  top: 60px;
  left: 0px;
  right: 0px;
  margin: auto auto 100px;
  background-color: #fff;
  padding: 50px 0 0;
  box-sizing: border-box;
}
.person-modal {
  padding-top: 0;
}
.zadankai-kv > h4 {
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  background-color: #126990;
  color: #fff;
  margin: 0 auto;
  font-weight: bold;
  display: block;
  width: 240px;
  letter-spacing: 3px;
  padding: 0 10px;
}
.talk-modal nav ul li {
  display: inline-block;
  margin: 0 20px 23px;
  width: auto;
  box-sizing: border-box;
}
.zadankai-kv {
  height: 65vw;
  margin-bottom: 30px;
}
.zadankai-contents {
  width: 100%;
  margin: 0 auto 70px;
}
.zadankai-contents {
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 20px;
  box-sizing: border-box;
}
.zadankai-contents dl dd {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 45px);
  line-height: 2em;
  padding-top: 0;
  text-align: justify;
  margin-top: -8px;
  font-size: 12px;
}
.zadankai-contents figure {
  width: 100%;
  margin: 30px auto 0;
}
.zadankai-contents figure img {
  width: 100%;
  height: auto;
}
.modalfooter {
  width: 100%;
  margin-left: 0;
  height: 150px;
  background-color: #078c26;
  padding-top: 53px;
  box-sizing: border-box;
}
.talk-modal nav ul li {
  position: relative;
}
.talk-modal nav ul li figure {
  width: 50px;
  height: 50px;
  display: block;
  margin-bottom: 12px;
}
.talk-modal nav ul li figure img {
  width: 100%;
  height: auto;
}
.talk-modal nav ul li section h3 {
  font-size: 13px;
  line-height: 1em;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
  letter-spacing: 2px;
  position: absolute;
  top: 10px;
  left: 70px;
}
.talk-modal nav ul li section h4 {
  font-size: 10px;
  line-height: 1em;
  font-weight: 500;
  color: #126990;
  text-align: left;
  margin-bottom: 15px;
  position: absolute;
  top: 30px;
  left: 70px;
}
.talk-modal nav ul li section {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}
.zadankai-contents h3 {
  font-size: 16px;
}
.zadankai-contents h3:after {
  height: 3px;
  width: 50px;
  margin: 10px auto 20px;
}
.zadankai-contents dl dt span {
  height: 30px;
  width: 30px;
  display: block;
}
.zadankai-contents dl dt p {
  display: block;
  text-align: center;
  margin-left: 0;
  font-size: 11px;
}
.zadankai-contents dl dt p a {
  display: none;
}
.zadankai-contents dl dt {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  line-height: 2.2em;
  font-weight: bold;
  margin-right: 15px;
}
.modalfooter {
  width: 100%;
  margin-left: 0;
  height: 90px;
  padding-top: 30px;
  box-sizing: border-box;
}
.modalfooter a {
  width: 142px;
  line-height: 30px;
}
.modalfooter a span {
  width: 30px;
  height: 1px;
  border-left: 15px solid #fff;
  display: block;
  position: absolute;
  left: -15px;
}
.zadankai-contents:nth-child(6) {
  margin-bottom: 40px;
}
.talk-modal button.mfp-close,
.interview-modal button.mfp-close,
.person-modal button.mfp-close {
  background-image: url(./../images/work/close-btn-modal-sp.png);
  top: -40px;
  right: -3px;
  width: 32px;
  height: 33px;
  background-size: contain;
}
.interview-kv ul li {
  margin: 0 10px 15px;
  width: 85%;
  height: 65px;
  padding-top: 12px;
  text-align: left;
  padding-left: 25px;
}
.interview-kv ul li a {
  width: 100%;
  height: 65px;
}
.interview-kv ul li h3 {
  font-size: 20px;
  margin-right: 15px;
}
.interview-kv ul li h4 {
  font-size: 14px;
  width: auto;
}
.interview-kv ul li h4 span {
  display: inline-block;
  font-size: 12px;
}
.interview-kv ul li h4 small {
  display: block;
  font-size: 11px;
  font-weight: 500;
  text-align: left;
  margin-top: 3px;
}
.interview-contents.mv figure {
  width: 100%;
  position: static;
}
.interview-contents.mv figure img {
  width: 100%;
  height: auto;
}
.interview-contents.mv section,
.person-kv section,
#iv05 .interview-contents.mv section {
  width: 100%;
  float: none;
  position: relative;
  z-index: 10;
  padding: 40px 20px;
}
#person05 .person-kv section,
#person13 .person-kv section,
#person14 .person-kv section {
  width: 100%;
}
.interview-contents.mv .bg,
.person-kv .bg {
  display: none;
}
.interview-contents.mv,
.person-kv {
  position: relative;
  margin-bottom: 40px;
  background-color: #f4fafa;
  text-align: center;
}
#person10 .person-kv,
#person09 .person-kv {
  background-color: #f3f7f9;
}
#person11 .person-kv{
  background-color: #fdf9f3;
}
#person12 .person-kv{
  background-color: #fef8fb;
}
.interview-contents-low,
.person-contents {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0 20px;
  box-sizing: border-box;
}

.interview-contents-low > h3 {
  font-size: 16px;
}
.interview-contents-low > h3:after,
.person-contents > h3:after {
  height: 2px;
  width: 40px;
  margin: 12px auto 20px;
}
.interview-contents-low p,
.person-contents p {
  line-height: 1.8em;
  text-align: justify;
  font-size: 12px;
}
.interview-contents-low.schedule,
.person-contents.schedule {
  width: 100%;
  margin: 0 auto 80px;
}
.interview-contents-low dl,
.person-contents.schedule dl {
  width: 100%;
  height: auto;
  border: 1px solid #126990;
  padding: 15px 20px;
}
.person-contents.schedule dl {
  border-color: #078c26;
}
.interview-contents-low dl dt,
.person-contents.schedule dl dt {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  margin-right: 20px;
  border-right: none;
  color: #126990;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 12px;

}
.person-contents.schedule dl dt {
  color: #078c26;
}
#person12 .person-contents dl dt,
#person09 .person-contents dl dt,
#person10 .person-contents dl dt,
#person11 .person-contents dl dt {
  border-right: none;
}
.interview-contents-low dl dd,
.person-contents.schedule dl dd {
  width: calc(100% - 70px);
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.interview-contents.mv p.no {
  display: inline-block;
  line-height: 1em;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  text-align: center;
}
.interview-contents.mv p.no span {
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
}
.interview-contents.mv section h2 {
  text-align: center;
}
.interview-contents.mv hr,
.person-kv hr {
  border-left: 20px solid #126990;
  width: 40px;
  height: 2px;
  margin: 15px auto 30px;
}
.person-kv hr {
  border-left: 20px solid #078c26;
}

#person09 .person-kv hr,
#person10 .person-kv hr {
  border-left: 20px solid #126990;
}
#person11 .person-kv hr {
  border-left: 20px solid #d98b0b;
}

#person12 .person-kv hr {
  border-left: 20px solid #e37eb3;
}


.interview-contents.mv section h3 {
    display: block;
    line-height: 27px;
    margin-bottom: 5px;
}
.interview-contents.mv section h3 span {
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 2px;
  background-color: #126990;
  padding: 5px;
}
.person-kv section h3 {
  display: block;
  line-height: 27px;
  margin-bottom: 5px;
  padding: 0;
  background-color: transparent;
}
#person11 .person-kv section h3 {
  background-color: transparent;
}

#person01 .person-kv section h3,
#person04 .person-kv section h3,
#person06 .person-kv section h3,
#person09 .person-kv section h3,
#person10 .person-kv section h3:nth-child(4),
#person11 .person-kv section h3:nth-child(3),
#person11 .person-kv section h3:nth-child(4),
#person17 .person-kv section h3:nth-child(3),
#person17 .person-kv section h3:nth-child(4),
#person12 .person-kv section h3:nth-child(4) {
  margin-right: 0;
  background-color: transparent;
}
.person-kv section h3 span {
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 2px;
  background-color: #078c26;
  padding: 2px 5px;
}
#person09 .person-kv section h3 span,
#person10 .person-kv section h3 span {
  background-color: #126990;
}
#person09 .person-kv section h3,
#person10 .person-kv section h3,
#person12 .person-kv section h3,
#person09 .person-kv section h3:nth-child(4),
#person10 .person-kv section h3:nth-child(3){
  background-color:transparent;
  margin-right: 0;
}

#person11 .person-kv section h3 span,
#person17 .person-kv section h3 span {
  background-color: #d98b0b;
}
#person12 .person-kv section h3 span {
  background-color: #e37eb3;
}
.interview-contents.mv section figure,
.person-kv section figure {
  margin-top: 25px;
}
.interview-contents.mv section p.faculty {
  font-size: 11px;
  color: #126990;
  border: 1px solid #126990;
  line-height: 21px;
  padding: 0px 9px;
  display: inline-block;
  margin-top: 20px;
}
.interview-contents.mv section p.name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  margin-top: 15px;
}
.interview-contents.mv section p.name span {
  font-size: 12px;
  display: inline-block;
  margin-left: 6px;
}
.interview-contents-low {
  margin: 0 auto 30px;
}
.interview-contents-low.schedule {
  margin: 0 auto 40px;
}
.w-contents.highschool .w-contents-inner section div a span {
  width: 40px
}
.interview-contents.mv section p.place {
  font-size: 11px;
  line-height: 1em;
  margin-top: 12px;
}
.interview-contents-low.schedule hr,
.person-contents.schedule hr {
  margin: 10px auto;
}
.person-kv figure {
  width: 100%;
  right: 0;
  position: static;
  z-index: 10;
  top: 0;
}
.person-kv figure img {
  width: 100%;
  height: auto;
}
.person-kv section p.faculty {
  font-size: 11px;
  color: #078c26;
  border: 1px solid #078c26;
  line-height: 21px;
  padding: 0px 9px;
  display: inline-block;
  margin-top: 20px;
}
.person-kv section p.name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  margin-top: 15px;
}
.person-kv section p.name span {
  font-size: 12px;
  display: inline-block;
  margin-left: 6px;
}
.person-kv section p.place {
  font-size: 11px;
  line-height: 1em;
  margin-top: 12px;
}
.person-contents > h3 {
  font-size: 16px;
}
.person-contents .other {
  text-align: center;
  font-size: 0;
  margin-top: 30px;
  margin-bottom: 60px;
}
.person-contents .other > a {
  display: inline-block;
  margin: 0 3%;
  width: 44%;
}
.person-contents .other > a p {
  font-size: 11px;
  font-weight: 700;
  width: 90%;
  line-height: 22px;
}
.person-contents .other figure {
  width: 100%;
}
.person-contents .other figure img {
  width: 100%;
  height: auto;
}
.person-contents .other > a h3 {
  font-size: 14px;
}
.person-contents .other > a h3 > span span {
  display: none;
}
.person-contents .other > a h3 > span {
  font-size: 11px;
  display: block;
  margin-left: 0px;
}

}

.gallery00-arrow {
  display: none;
}



@media screen and (max-width: 768px) and (orientation: landscape) {

.zadankai-kv {
  height: 54vw;
  margin-bottom: 30px;
}
.zadankai-kv > h4 {
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  background-color: #126990;
  color: #fff;
  margin: 0 auto;
  font-weight: bold;
  display: block;
  width: auto;
  letter-spacing: 3px;
  padding: 0 10px;
  width: 245px;
}
.talk-modal nav ul {
  width: 84%;
  margin: 0 auto;
  text-align: left;
}
.interview-contents-low, .person-contents {
  width: 90%;
}
.interview-contents-low dl, .person-contents.schedule dl {
  width: 90%;
  margin: 0 auto;
}
.w-contents.person {
  padding-top: 50px;
  background-image: url(./../images/work/person-bg.png);
  background-position: right -5vw top 0;
  background-repeat: no-repeat;
  background-size: 25%;
}
.w-contents > section ul li a strong {
  position: absolute;
  right: 5vw;
  bottom: 3vw;
  font-size: 14px;
}

#site-nav .site-nav-inner {
  padding-top: 50px;
}
header #site-nav ul li {
  font-size: 15px;
  margin-bottom: 15px;
}
header .entry-btn {
  line-height: 30px;
  margin: 10px auto 0;
}
header .entry-btn a {
  line-height: 30px;
}
.kv {
  width: 100%;
  height: 44vw;
  background-image: url(./../images/kv.jpg);
  background-size: cover;
  position: relative;
}
.kv-inner > p {
  position: absolute;
  right: -3vw;
  bottom: -7vw;
  font-size: 2vw;
}
.business .inner figure {
  width: 60vw;
  height: 59.5vw;
}
.business .inner figure {
  position: relative;
  z-index: 10;
  width: 60vw;
  height: 59.5vw;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto 30px;
}
.welfare ul li a strong, .leave ul li a strong {
  font-size: 13px;
  right: 4vw;
  bottom: 3vw;
}
.gallery ul li a strong {
  right: 2vw;
  bottom: 2vw;
  font-size: 13px;
}
.kv-title {
  width: 50vw;
  height: 29vw;
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -19vw;
  left: -12px;
  padding: 5vw;
}
.kv-title h2:nth-child(1) strong {
  background-image: url(./../images/kv-title-1.png);
  width: 39vw;
  padding-top: 6vw;
  display: block;
  background-size: contain;
}
.kv-title h2:nth-child(2) strong {
  background-image: url(./../images/kv-title-2.png);
  width: 29vw;
  padding-top: 5.6vw;
  display: block;
  background-size: contain;
}
.kv-title p {
  line-height: 1em;
  font-size: 2vw;
}
.kv-title h2 {
  display: inline-block;
  padding-bottom: 0.2vw;
  margin-bottom: 2vw;
}
.kv-title h2:nth-child(2) {
  margin-bottom: 3vw;
}
.kv-area {
  padding-left: 0;
  margin-bottom: 19vw;
}
.business .inner .bg {
  display: none;
}
.business .inner {
  position: relative;
  height: auto;
  padding-top: 0px;
  font-size: 0;
  margin-bottom: 60px;
  padding-bottom: 30px;
  background-color: #e9f5f5;
  width: calc(100% + 50px);
  margin-left: -25px;
  padding: 30px 25px;
  box-sizing: border-box;
  text-align: center;
}

.w-person {
  height: auto;
  width: 100%;
  background-image: url(./../images/workandperson/image-sp.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 220px;
  box-sizing: border-box;
}
.w-person section {
  background-color: #e9f5f5;
  height: 180px;
  width: calc(100% - 50px);
  float: none;
  padding: 35px 0 0 30px;
  box-sizing: border-box;
  margin-top: 4vw;
  margin-left: 50px;
}
.welfare ul li a, .leave ul li a {
  background-color: rgba(238, 147, 59, 0);
  width: 100%;
  height: 25.5vw;
  display: block;
  position: relative;
  line-height: 2em;
  text-align: center;
  font-size: 2.5vw;
  padding-top: 10.4vw;
  box-sizing: border-box;
}
.welfare ul li:nth-child(8) a {
  padding-top: 9vw;
  line-height: 1.6em;
}
.gallery ul li a {
  border: 1vw solid #fff;
  background-color: #ccc;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: #fff;
  padding-top: 10.4vw;
  position: relative;
  font-size: 2.5vw;
  transition: all 0.3s;
  background-size: cover;
}
.gallery ul li:nth-child(7) a, .gallery ul li:nth-child(8) a {
  padding-top: 9vw;
  line-height: 1.5em;
}
.w-contents > section ul li a {
  line-height: 28vw;
  width: 100%;
  text-align: center;
  position: relative;
  display: block;
  font-size: 2.5vw;
  font-weight: 500;
  background-color: rgba(7, 140, 38, 0);
  transition: all 0.3s;
}

}


.arrowWrap {
  position: absolute;
  left: -19px;
  bottom: -15px;
  height: 100px;
}
.arrowInner p {
  font-size: 12px;
  text-align: end;
  transform: rotate(-90deg);
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.arrow {
  width: 2px;
  height: 50px;
  margin: 25px auto 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.arrow::before {
  content: '';
  width: 2px;
  height: 50px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -100px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@media only screen and (max-width: 768px) {
.arrowWrap {
  position: absolute;
  right: 2vw;
  left: auto;
  bottom: -25vw;
  height: 20vw;
}
.arrow {
  width: 2px;
  height: 10vw;
  margin: 5vw auto 0;
}
.arrowInner p {
  font-size: 2.5vw;
}
.arrow::before {
  content: '';
  width: 1px;
  height: 10vw;
  margin: 3vw auto 0;
  top: -10vw;
  left: auto;
  right: 0;
}

.scroll-prevent {
   overflow: hidden;
}
.gallery-image p {
  position: absolute;
  right: 0;
  bottom: -20px;
  font-size: 11px;
}

#to-ivtop {
  width: 50px;
  display: block;
  position: fixed;
  bottom: 60px;
  right: 20px;
  left: auto;
  opacity: 1;
  z-index: 1000;
  -webkit-transition: all .5s;
      transition: all .5s;
-webkit-transform: translate(0, 200px);
  -ms-transform: translate(0, 200px);
      transform: translate(0, 200px);
}

#to-ivtop img {
  width: 100%;
  height: auto;
}
#to-ivtop.on {
  bottom: 60px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all .5s;
      transition: all .5s;
}



}

@media screen and (max-width: 768px) and (orientation: landscape) {

.arrowWrap {
  position: absolute;
  right: 2vw;
  left: auto;
  bottom: -18vw;
  height: 16vw;
}
.arrowInner p {
  font-size: 1.6vw;
}
.arrow::before {
  content: '';
  width: 1px;
  height: 10vw;
  margin: 3vw auto 0;
  top: -5vw;
  left: auto;
  right: 0;
}


}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}


@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}


body.fixed {
  height: 100%;
  overflow: hidden;
}

