@charset "UTF-8";
.pc {
  display: block;
}
@media print, screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}

.mb {
  display: none;
}
@media print, screen and (max-width: 640px) {
  .mb {
    display: block;
  }
}

@media print, screen and (max-width: 640px) {
  html {
    font-size: 16px;
  }
}

body {
  min-width: 1000px;
  margin-bottom: 0;
}
@media print, screen and (max-width: 640px) {
  body {
    min-width: 375px;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 0;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}
a img {
  border: none;
}
a:hover {
  opacity: 0.8;
}

.header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (max-width: 640px) {
  .header {
    display: initial;
  }
}
.header .inner-header {
  transform: translateY(-6px);
}
@media print, screen and (max-width: 640px) {
  .header .inner-header {
    transform: initial;
  }
}
.header .inner-header .nav ul {
  margin-top: -4px;
}
@media print, screen and (max-width: 640px) {
  .header .inner-header .nav ul {
    margin-top: initial;
  }
}

.header {
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 640px) {
  .header {
    border-bottom: 1px solid #0068b7;
    width: 100%;
    height: 60px;
    background: #ffffff;
    position: fixed;
    z-index: 9999;
  }
}
@media print, screen and (max-width: 640px) {
  .header .inner-header {
    padding: 0 10px;
    background: rgba(255, 0, 0, 0.442);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 640px) {
  .header .inner-header h1 {
    display: none;
    margin: initial;
    max-height: 55px;
    float: initial;
    right: initial;
    z-index: -1;
    position: relative;
    z-index: 999999;
  }
}
@media print, screen and (max-width: 640px) {
  .header .inner-header h1 img {
    width: 180px;
  }
}
@media print, screen and (max-width: 640px) {
  .header .inner-header > ul {
    display: none;
  }
}
@media print, screen and (max-width: 640px) {
  .header .inner-header .nav {
    display: none;
  }
}
@media print, screen and (max-width: 640px) {
  .header .inner-header .logos {
    display: none;
  }
}

@media print, screen and (max-width: 640px) {
  .header .inner-header ul.hdr__link-wrapper {
    float: initial;
    display: initial;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media print, screen and (max-width: 640px) {
  .header .inner-header ul li.hdr__list {
    margin: 0 0 0 30px;
    height: 16.6666666667%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
}

.hdr {
  position: relative;
  z-index: 9999999;
}
@media print, screen and (max-width: 640px) {
  .hdr {
    display: block;
  }
}
@media print, screen and (max-width: 640px) {
  .hdr__ttl-mb {
    max-width: 190px;
    z-index: 101;
  }
}
@media print, screen and (max-width: 640px) {
  .hdr__ttl-mb a {
    display: block;
  }
}
@media print, screen and (max-width: 640px) {
  .hdr__ttl-mb a img {
    width: 100%;
  }
}
.hdr__nav-mb {
  display: none;
}
@media print, screen and (max-width: 640px) {
  .hdr__nav-mb {
    display: flex;
    width: 100%;
    background: #fff;
    justify-content: space-between;
    align-items: center;
  }
}
@media print, screen and (max-width: 640px) {
  .hdr__icon {
    width: 55px;
    height: 55px;
    display: block;
    position: relative;
    z-index: 101;
  }
}
@media print, screen and (max-width: 640px) {
  .hdr .line {
    content: " ";
    width: 20px;
    height: 3px;
    display: block;
    background: rgba(255, 255, 255, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: background 0.5s ease, transform 0.4s ease;
  }
}
@media print, screen and (max-width: 640px) {
  .hdr .line:before, .hdr .line:after {
    content: " ";
    width: 20px;
    height: 3px;
    display: block;
    transition: background 0.5s ease, transform 0.4s ease;
    background: #0046b9;
  }
}
@media print, screen and (max-width: 640px) {
  .hdr .line:before {
    transform: rotate(45deg) scaleX(1.3) translate(0.5px, 0.5px);
  }
}
@media print, screen and (max-width: 640px) {
  .hdr .line:after {
    transform: rotate(-45deg) scaleX(1.3) translate(1px, -1.5px);
  }
}
@media print, screen and (max-width: 640px) {
  .hdr__input[type=checkbox]:checked ~ .hdr__icon > span {
    background: #0046b9;
    transition: background 0.5s ease, transform 0.4s ease;
  }
}
@media print, screen and (max-width: 640px) {
  .hdr__input[type=checkbox]:checked ~ .hdr__icon > span:before, .hdr__input[type=checkbox]:checked ~ .hdr__icon > span:after {
    background: #0046b9;
    transition: background 0.5s ease, transform 0.4s ease;
  }
}
@media print, screen and (max-width: 640px) {
  .hdr__input[type=checkbox]:checked ~ .hdr__icon > span:before {
    transform: translateY(-7px);
  }
}
@media print, screen and (max-width: 640px) {
  .hdr__input[type=checkbox]:checked ~ .hdr__icon > span:after {
    transform: translateY(4px);
  }
}
@media print, screen and (max-width: 640px) {
  .hdr__belt {
    width: 100%;
    height: 60px;
    background: #fff;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.6901960784);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
}
@media print, screen and (max-width: 640px) {
  .hdr__menu {
    padding: 55px 0 0 0;
    width: 100%;
    height: 100vh;
    max-height: 896px;
    background: #0046b9;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.6901960784);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: transform 0.4s ease, opacity 0.5s ease-in-out;
  }
}
@media print, screen and (max-width: 640px) {
  .hdr__input[type=checkbox]:checked ~ .hdr__menu {
    transform: initial;
    transform: translateY(-104vh);
    transition: transform 0.4s ease, opacity 0.5s ease-in-out;
  }
}
@media print, screen and (max-width: 640px) {
  .hdr__link {
    color: #fff;
    font-size: 13px;
  }
}
@media print, screen and (max-width: 640px) {
  .hdr__link:before {
    content: "";
    width: 3px;
    height: 9px;
    display: inline-block;
    border-radius: 1.5px;
    background: #fff;
  }
}
@media print, screen and (max-width: 640px) {
  .hdr__link-space {
    margin-left: 8.5px;
  }
}
@media print, screen and (max-width: 640px) {
  .hdr__link-wrapper {
    padding: 0 10px;
  }
}

.header .inner-header .nav ul {
  margin-top: -5px;
}

.footer {
  padding: 40px 0;
  height: initial;
  position: static;
}
@media print, screen and (max-width: 640px) {
  .footer {
    min-width: 375px;
    padding: 40px 15px;
  }
}
@media print, screen and (max-width: 640px) {
  .footer .inner-footer {
    width: initial;
  }
}
.footer__logos {
  margin: 0 auto 20px;
  max-width: 375px;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.footer__logos img {
  max-width: 20%;
}
.footer__logos img:first-child, .footer__logos img:nth-child(2), .footer__logos img:nth-child(3) {
  width: 71px;
}

@media print, screen and (max-width: 640px) {
  .mb > .logos {
    margin: 0 0 40px;
    text-align: center;
  }
}
@media print, screen and (max-width: 640px) {
  .mb > .logos img {
    margin: 0 auto;
    width: 100%;
  }
}
@media print, screen and (max-width: 640px) {
  .mb > .logos img:first-child {
    max-width: 85px;
  }
}
@media print, screen and (max-width: 640px) {
  .mb > .logos img:nth-last-child(2) {
    margin: 0 20px;
  }
}
@media print, screen and (max-width: 640px) {
  .mb > .logos img:nth-last-child(2), .mb > .logos img:nth-last-child(1) {
    margin-bottom: 10px;
    max-width: 80px;
  }
}

@media print, screen and (max-width: 640px) {
  .mb > .iso-img {
    margin: 0 0 40px;
    text-align: center;
  }
}
@media print, screen and (max-width: 640px) {
  .mb > .iso-img a {
    color: #0046b9;
  }
}

.footer .inner-footer > ul > li {
  width: 25%;
}

.access-body {
  min-width: 1000px;
}
@media print, screen and (max-width: 640px) {
  .access-body {
    min-width: 375px;
  }
}
.access-body #map_canvas {
  width: 100%;
  margin: 0 auto 60px;
}
.access-body .heading {
  height: auto;
}
@media print, screen and (max-width: 640px) {
  .access-body .heading h2 {
    font-weight: normal;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
    padding: 0 15px;
  }
}
@media print, screen and (max-width: 640px) {
  .access-body .heading {
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-top: 80px;
  }
  .access-body .content {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
  .access-body .access dl {
    display: flex;
    flex-wrap: wrap;
  }
  .access-body .access dl dt {
    float: none;
    width: 20%;
  }
  .access-body .access dl dd {
    width: 80%;
    margin-left: 0;
  }
  .access-body .access h6 {
    margin-bottom: 5px;
  }
}

@media print, screen and (max-width: 640px) {
  .access-server-body .content {
    width: 100%;
  }
}
@media print, screen and (max-width: 640px) and (max-width: 640px) {
  .access-server-body .content {
    margin-top: 60px;
  }
}
@media print, screen and (max-width: 640px) {
  .access-server-body .insite-wrap {
    padding: 15px;
    min-width: 100%;
  }
  .access-server-body h2 {
    font-size: 20px;
    padding: 10px;
    margin-bottom: 20px;
  }
  .access-server-body dl {
    display: block;
    margin-top: 20px;
  }
  .access-server-body dl dt {
    float: none;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000;
    padding: 0 0 10px;
    margin-bottom: 5px;
  }
  .access-server-body dl dd {
    text-align: center;
    float: none;
    width: 100%;
    padding: 0;
    margin-left: 0;
  }
  .access-server-body dl dd span {
    font-size: 25px;
  }
  .access-server-body dl dd a {
    text-align: center;
    display: inline-block;
  }
  .access-server-body .ia > h2::before {
    margin-right: 5px;
  }
  .access-server-body .ia-login > .inner-ia-login:nth-of-type(1) > a {
    font-size: 20px;
  }
  .access-server-body .ia-login > .inner-ia-login:nth-of-type(1) > a > span {
    font-size: 25px;
  }
  .access-server-body .ia-login > .inner-ia-login:nth-of-type(1) > a {
    height: auto;
    width: 100%;
    margin: 20px 0;
  }
}

.access-server__red {
  color: red;
  font-size: 18px;
  font-weight: bold;
}

.business-line-body .biz-cont-new01 {
  margin-bottom: 50px;
}
.business-line-body .biz-cont-new01 ul {
  margin: 0 auto;
}
@media print, screen and (max-width: 640px) {
  .business-line-body .biz-cont-new01 ul {
    padding: 0 15px;
  }
}
.business-line-body .biz-cont-new01 ul li {
  background-image: url(../../img/pickup/pickup_arrow.png);
  background-size: 4% auto;
  background-repeat: no-repeat;
  background-position: right 2% center;
  margin: 0 auto;
  width: 1000px;
  border-top: 1px solid #bebebe;
  border-left: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
}
@media print, screen and (max-width: 640px) {
  .business-line-body .biz-cont-new01 ul li {
    width: 100%;
    background-size: 8% auto;
  }
}
.business-line-body .biz-cont-new01 ul li:last-child {
  border-bottom: 1px solid #bebebe;
  transition: all 0.3s;
}
.business-line-body .biz-cont-new01 ul li:hover {
  background-color: #eff7ff;
}
.business-line-body .biz-cont-new01 ul li a {
  padding: 50px;
  box-sizing: border-box;
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media print, screen and (max-width: 640px) {
  .business-line-body .biz-cont-new01 ul li a {
    min-height: 320px;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
  }
}
.business-line-body .biz-cont-new01 ul li a p {
  margin-left: 20px;
  font-size: 15px;
}
@media print, screen and (max-width: 640px) {
  .business-line-body .biz-cont-new01 ul li a p {
    margin-left: 0px;
    text-align: justify;
  }
}
.business-line-body .biz-cont-new01 ul li a img {
  max-width: 228px;
}
@media print, screen and (max-width: 640px) {
  .business-line-body .biz-cont-new01 ul li a img {
    width: 100%;
    margin-bottom: 20px;
    max-width: initial;
  }
}
.business-line-body .biz-cont-new02 {
  background-color: #eff7ff;
}
.business-line-body .biz-cont-new02 ul {
  margin: 0 auto;
  padding: 50px 0;
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media print, screen and (max-width: 640px) {
  .business-line-body .biz-cont-new02 ul {
    padding: 50px 15px;
    width: 100%;
  }
}
.business-line-body .biz-cont-new02 ul li {
  background-color: #fff;
  margin: 0 auto;
  border-top: 2px solid #eff7ff;
  border-left: 2px solid #eff7ff;
  border-right: 2px solid #eff7ff;
  display: flex;
  height: 223px;
  width: 50%;
}
@media print, screen and (max-width: 640px) {
  .business-line-body .biz-cont-new02 ul li {
    width: 100%;
    display: block;
    height: auto;
    border-top: none;
    border-left: none;
    border-right: none;
  }
}
.business-line-body .biz-cont-new02 ul li:last-child {
  border-bottom: 2px solid #eff7ff;
}
.business-line-body .biz-cont-new02 ul li img {
  width: 180px;
  margin-right: 30px;
}
@media print, screen and (max-width: 640px) {
  .business-line-body .biz-cont-new02 ul li img {
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
  }
}
.business-line-body .biz-cont-new02-flex {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 50px;
}
.business-line-body .biz-cont-new02-flex + .biz-cont-new02-flex {
  border-left: 2px solid #eff7ff;
}
@media print, screen and (max-width: 640px) {
  .business-line-body .biz-cont-new02-flex + .biz-cont-new02-flex {
    border-left: none;
  }
}
@media print, screen and (max-width: 640px) {
  .business-line-body .biz-cont-new02-flex {
    display: block;
    width: 100%;
    border-left: none;
    border-bottom: 2px solid #eff7ff;
  }
}
.business-line-body .biz-cont-new02-flex h3 {
  font-size: 15px;
  margin-bottom: 3px;
}
.business-line-body .biz-cont-new02-flex p {
  font-size: 12px;
  line-height: 1.4;
}
@media print, screen and (max-width: 640px) {
  .business-line-body .biz-bottom {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media print, screen and (max-width: 640px) {
  .business-line-body .biz-bottom p {
    padding: 0 15px;
  }
}
.business-line-body .biz-bottom a {
  width: 230px;
}
.business-line-body .biz p:last-child {
  margin: 0 0;
}
.business-line-body .heading {
  height: auto;
}
@media print, screen and (max-width: 640px) {
  .business-line-body .heading {
    padding: 100px 0 40px;
  }
}
@media print, screen and (max-width: 640px) {
  .business-line-body .heading h2 {
    font-weight: normal;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
    padding: 0 15px;
  }
}
@media print, screen and (max-width: 640px) {
  .business-line-body .bizline-nav-mb .dropmenu-mb {
    width: 100%;
  }
  .business-line-body .bizline-nav-mb .dropmenu-mb li a {
    color: white;
    width: 100%;
    padding: 15px 0;
    background-color: #0046b9;
    display: block;
    text-align: center;
  }
  .business-line-body .bizline-nav-mb .dropmenu-mb li ul {
    display: none;
  }
  .business-line-body .bizline-nav-mb .dropmenu-mb li ul li {
    display: block;
  }
  .business-line-body .bizline-nav-mb .dropmenu-mb li ul li a {
    color: white;
    padding: 15px 0;
    width: 100%;
    background-color: #6da1f5;
    border-bottom: 1px solid white;
    display: block;
    z-index: 10;
  }
}

.business-line-body .bizline-nav-mb .dropmenu-mb li .open-it {
  display: block;
}

.bizline-nav li {
  width: 16.5%;
}

.business-line-body .biz-cont-new02 ul li {
  margin: 0;
}

.company-profile-body {
  min-width: 1000px;
}
@media print, screen and (max-width: 640px) {
  .company-profile-body {
    min-width: 375px;
  }
}
.company-profile-body .profile {
  height: auto;
  padding: 20% 0 60px;
}
@media print, screen and (max-width: 640px) {
  .company-profile-body .profile {
    padding: 35% 15px 20px;
    background-image: url(../../img/prof/prof_01-mb.jpg);
  }
}
.company-profile-body .profile p span {
  font-size: 1.4rem;
}
.company-profile-body .heading {
  height: auto;
}
@media print, screen and (max-width: 640px) {
  .company-profile-body .heading {
    padding: 100px 0 40px;
  }
}
@media print, screen and (max-width: 640px) {
  .company-profile-body .heading h2 {
    padding: 0 15px;
    font-weight: normal;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
  }
}
@media print, screen and (max-width: 640px) {
  .company-profile-body .history .content {
    width: 100%;
    padding: 0 15px;
  }
}
.company-profile-body .history .content dl dd {
  width: 100%;
}
@media print, screen and (max-width: 640px) {
  .company-profile-body .history .content dl dd {
    padding-left: 120px;
  }
}
@media print, screen and (max-width: 640px) {
  .company-profile-body .history .content dl dt {
    width: 120px;
  }
}
@media print, screen and (max-width: 640px) {
  .company-profile-body .history .thepia {
    height: auto;
    padding-bottom: 26%;
    background-image: url(../../img/prof/prof_02-mb.jpg);
  }
}
@media print, screen and (max-width: 640px) {
  .company-profile-body .history .thepia p {
    padding: 0 15px;
  }
}
@media print, screen and (max-width: 640px) {
  .company-profile-body .roadmap .content {
    width: 100%;
    padding: 0 15px;
  }
}
.company-profile-body .roadmap .content dl dt {
  width: 228px;
}
@media print, screen and (max-width: 640px) {
  .company-profile-body .roadmap .content dl dt {
    position: relative;
    width: 110px;
  }
}
@media print, screen and (max-width: 640px) {
  .company-profile-body .roadmap .content dl dt:after {
    position: absolute;
    top: 20px;
    right: 0;
  }
}
@media print, screen and (max-width: 640px) {
  .company-profile-body .roadmap .content dl dt:first-child {
    padding-top: 20px;
  }
}
@media print, screen and (max-width: 640px) {
  .company-profile-body .roadmap .content dl dd {
    margin-left: 100px;
  }
}
@media print, screen and (max-width: 640px) {
  .company-profile-body .roadmap .content dl dd p {
    margin-left: 20px;
  }
}
@media print, screen and (max-width: 640px) {
  .company-profile-body .roadmap .content dl dd:nth-of-type(1) p {
    padding-top: 20px;
  }
}
@media print, screen and (max-width: 640px) {
  .company-profile-body .about-us {
    width: auto;
    padding: 0 15px;
  }
}
.company-profile-body .about-us__section {
  flex-direction: row-reverse;
}
@media print, screen and (max-width: 640px) {
  .company-profile-body .about-us__section {
    flex-direction: column-reverse;
  }
}
.company-profile-body .about-us__section .ceo {
  width: calc(50% - 35px);
  text-align: justify;
}
@media print, screen and (max-width: 640px) {
  .company-profile-body .about-us__section .ceo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
@media print, screen and (max-width: 640px) {
  .company-profile-body .about-us__section .ceo h3 {
    font-size: 19px;
    text-align: justify;
  }
}
@media print, screen and (max-width: 640px) {
  .company-profile-body .about-us__section .ceo ul {
    display: flex;
    align-items: flex-end;
  }
}
@media print, screen and (max-width: 640px) {
  .company-profile-body .about-us__section .ceo ul li:first-child {
    width: 50%;
    margin-right: 10px;
  }
  .company-profile-body .about-us__section .ceo ul li:nth-child(2) {
    width: calc(50% - 10px);
  }
  .company-profile-body .about-us__section .ceo ul li span {
    z-index: 10;
    font-size: 13px;
  }
}
@media print, screen and (max-width: 640px) {
  .company-profile-body .about-us__section .ceo ul li:last-of-type {
    height: 57px;
  }
}
.company-profile-body .middle-heading {
  padding: 10px;
  font-size: 20px;
}

.contact-body {
  overflow-x: visible;
}
.contact-body .heading {
  height: auto;
}
@media print, screen and (max-width: 640px) {
  .contact-body .heading {
    padding: 100px 0 40px;
  }
}
@media print, screen and (max-width: 640px) {
  .contact-body .heading h2 {
    font-weight: normal;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
    padding: 0 15px;
  }
}
.contact-body .hdr,
.contact-body input {
  display: initial;
}
@media screen and (max-width: 800px) {
  .contact-body form#mailformpro dl dt {
    float: left;
    font-size: 12px;
    text-align: right;
    width: 330px;
  }
  .contact-body form#mailformpro dl dd {
    clear: none;
    border-top: solid 1px #ccc;
    font-size: 12px;
    line-height: 1.5em;
    width: 1000px;
  }
  .contact-body div.mfp_buttons button {
    font-size: 14px;
  }
  .contact-body div#mfp_phase_confirm h4 {
    font-size: 18px;
  }
  .contact-body ul#mfp_phase_stat {
    padding: 0px;
  }
  .contact-body ul#mfp_phase_stat li {
    float: left;
    text-align: center;
    padding: 5px 0px;
    border-radius: 3px;
    margin: 5px;
    list-style: none;
    font-size: 14px;
    width: 28%;
  }
  .contact-body ul#mfp_phase_stat li.mfp_phase_arrow {
    bos-shadow: none;
    display: none;
  }
  .contact-body ul#mfp_phase_stat li.mfp_active_phase {
    background-color: #e8eef9;
    box-shadow: 0px 0px 5px #000;
  }
  .contact-body ul#mfp_phase_stat li.mfp_inactive_phase {
    background-color: #ccc;
    color: #666;
    box-shadow: 0px 0px 5px #ccc;
  }
  .contact-body table#mfp_confirm_table tr th {
    white-space: nowrap;
    width: 100px;
  }
  .contact-body div#mfp_thanks {
    text-align: center;
    font-size: 18px;
    padding: 20px 0px;
  }
  .contact-body div#mfp_thanks strong {
    color: #c00;
    font-size: 24px;
    display: block;
  }
}
@media print, screen and (max-width: 640px) {
  .contact-body .content {
    width: 100%;
    padding: 0 15px;
  }
  .contact-body form#mailformpro dl dt {
    width: 100%;
    padding: 15px 5px !important;
    text-align: left;
  }
  .contact-body form#mailformpro dl dd {
    clear: none;
    border-top: solid 1px #ccc;
    font-size: 12px;
    line-height: 1.5em;
    width: 100%;
    padding: 15px !important;
  }
  .contact-body dd.mfp > input {
    width: 100% !important;
  }
  .contact-body input {
    margin: 5px 0 !important;
  }
  .contact-body textarea {
    width: 100%;
  }
  .contact-body li > input {
    width: 100% !important;
  }
}

.hdr.hdr__nav-mb {
  display: none;
}
@media print, screen and (max-width: 640px) {
  .hdr.hdr__nav-mb {
    display: flex;
  }
  .hdr.hdr__nav-mb input {
    display: none;
  }
}

.facility-body .heading {
  height: auto;
  padding: 5% 0;
}
@media print, screen and (max-width: 640px) {
  .facility-body .heading {
    padding: 100px 0 40px;
    background-size: cover;
  }
}
@media print, screen and (max-width: 640px) {
  .facility-body .heading h2 {
    font-weight: normal;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
    padding: 0 15px;
  }
}
@media print, screen and (max-width: 640px) {
  .facility-body .facility .content {
    width: 100%;
    padding: 0 15px;
    background-position: top 6% left 10%;
  }
}
@media print, screen and (max-width: 640px) {
  .facility-body .facility .content h2 {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}
.facility-body .facility .content dl {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.facility-body .facility .content dl:nth-child(5) > dd:nth-child(30) {
  width: 15%;
}
@media print, screen and (max-width: 640px) {
  .facility-body .facility .content dl:nth-child(5) > dd:nth-child(30) {
    width: 30%;
  }
}
.facility-body .facility .content dl:nth-child(5) > dt:nth-child(29) {
  width: 85%;
}
@media print, screen and (max-width: 640px) {
  .facility-body .facility .content dl:nth-child(5) > dt:nth-child(29) {
    width: 70%;
  }
}
.facility-body .facility .content dl:nth-child(4) > dt:nth-child(11) {
  height: auto;
}
.facility-body .facility .content dl dt {
  width: 35%;
}
@media print, screen and (max-width: 640px) {
  .facility-body .facility .content dl dt {
    width: 70%;
  }
}
.facility-body .facility .content dl dt:nth-of-type(even) {
  width: 35%;
}
@media print, screen and (max-width: 640px) {
  .facility-body .facility .content dl dt:nth-of-type(even) {
    width: 70%;
    border-left: none;
  }
}
.facility-body .facility .content dl dd {
  width: 15%;
}
@media print, screen and (max-width: 640px) {
  .facility-body .facility .content dl dd {
    width: 30%;
  }
}
.facility-body .facility .content .facility__list01 > dt:nth-child(13) {
  width: 85%;
  line-height: 1.5;
}
@media print, screen and (max-width: 640px) {
  .facility-body .facility .content .facility__list01 > dt:nth-child(13) {
    width: 70%;
  }
}
.facility-body .facility .content .facility__list01 > dd:nth-child(14) {
  width: 15%;
  line-height: 1.5;
}
@media print, screen and (max-width: 640px) {
  .facility-body .facility .content .facility__list01 > dd:nth-child(14) {
    width: 30%;
  }
}

.faq-body {
  min-width: 1000px;
}
@media print, screen and (max-width: 640px) {
  .faq-body {
    min-width: 375px;
  }
}
@media print, screen and (max-width: 640px) {
  .faq-body .faq-wrap {
    padding: 100px 15px;
  }
  .faq-body .content {
    width: 100%;
    padding: 15px;
  }
  .faq-body .faq-wrap .content .faq h5 {
    margin-left: 0;
    font-size: 2.5rem;
    text-align: center;
  }
  .faq-body .faq-wrap .content .faq h5 span {
    font-size: 1.5rem;
  }
  .faq-body .faq-wrap .content .faq dl dt {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}

.health-body {
  min-width: 1000px;
}
@media print, screen and (max-width: 640px) {
  .health-body {
    min-width: 375px;
  }
}
@media print, screen and (max-width: 640px) {
  .health-body .health__ttl {
    font-size: 1.7rem;
    padding: 90px 15px 30px;
    line-height: 1.5;
  }
  .health-body .health__sub-ttl {
    font-size: 1.2rem;
    padding: 0 15px;
    line-height: 1.5;
  }
  .health-body .health__txt {
    padding: 0 15px;
  }
  .health-body .health__list {
    padding: 0 15px;
  }
}

.hdr,
input {
  display: none;
}

@media print, screen and (max-width: 640px) {
  .top .main-cont .bn-frame,
  .top .main-cont .sp-bn-frame,
  .top .main-cont .content .news,
  .top .sns-daibi .content,
  .top .footer__logos {
    padding: 0 15px;
    box-sizing: border-box;
  }
}

.sns-daibi {
  padding: 0;
}
@media print, screen and (max-width: 640px) {
  .sns-daibi {
    padding: 1px 0;
  }
}

@media print, screen and (max-width: 640px) {
  .top .main-cont {
    display: initial;
  }
}
@media print, screen and (max-width: 640px) {
  .top .main-cont .bn-frame {
    display: none;
  }
}
@media print, screen and (max-width: 640px) {
  .top .main-cont .bn-frame ul {
    display: initial;
  }
}
.top .main-cont .bn-frame li img {
  width: 100%;
}
.top .main-cont .sp-bn-frame {
  margin: 0 auto 30px;
  text-align: center;
}
.top .main-cont .sp-bn-frame p {
  font-size: 14px;
}
@media print, screen and (max-width: 640px) {
  .top .main-cont .sp-bn-frame ul a {
    color: #0000ee;
  }
  .top .main-cont .sp-bn-frame ul a:visited {
    color: #551a8b;
  }
}
.top .video-wrap {
  margin: 0 0 20px;
  width: initial;
}
@media print, screen and (max-width: 640px) {
  .top .video-wrap {
    padding: 60px 0 0 0;
  }
}
@media print, screen and (max-width: 640px) {
  .top .content {
    margin: 0 auto;
    width: initial;
    overflow: initial;
  }
}
@media print, screen and (max-width: 640px) {
  .top .main-cont .content .news {
    width: initial;
    height: initial;
    margin: initial;
    float: initial;
  }
}
@media print, screen and (max-width: 640px) {
  .top .main-cont .content .news h4 {
    margin: initial;
    font-size: 20px;
    text-align: center;
    float: initial;
  }
}
@media print, screen and (max-width: 640px) {
  .top .main-cont .content .news .info {
    margin: 0 auto 30px;
    padding: 30px;
    width: initial;
    max-width: 390px;
    height: initial;
    border: 1px solid #bebebe;
    float: initial;
  }
}
@media print, screen and (max-width: 640px) {
  .top .main-cont .content .news dl dt {
    padding: 5px 0;
    width: initial;
    float: initial;
  }
}
.top .main-cont .content .news dl dd {
  width: 560px;
}
@media print, screen and (max-width: 640px) {
  .top .main-cont .content .news dl dd {
    width: initial;
    padding: 5px 0;
    border-bottom: 1px solid #bebebe;
  }
}
@media print, screen and (max-width: 640px) {
  .top .main-cont .content .news dl dt:nth-child(4),
  .top .main-cont .content .news dl dd:nth-child(4) {
    padding-bottom: 0;
  }
}
.top .main-cont .content .news dl dd:nth-child(8) {
  border-bottom: none;
}
@media print, screen and (max-width: 640px) {
  .top .main-cont .content .iso-img {
    display: none;
  }
}
@media print, screen and (max-width: 640px) {
  .top h4 {
    color: #505050;
  }
}
@media print, screen and (max-width: 640px) {
  .top .pick-up .content {
    margin: 50px 0 0;
  }
}
@media print, screen and (max-width: 640px) {
  .top .pick-up .content h3 {
    font-size: 28px;
    color: #0046b9;
    text-align: center;
    margin: 0 0 30px 0;
  }
}
@media print, screen and (max-width: 640px) {
  .top .pick-up .content h4 {
    margin: 0 0 40px;
    font-size: 28px;
    display: block;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 641px) {
  .top .pick-up .content ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.top .pick-up .content ul li {
  width: calc(20% - 20px);
  float: initial;
}
@media print, screen and (max-width: 640px) {
  .top .pick-up .content ul li {
    padding: 5px 5px 10px;
    display: block;
    float: initial;
    width: initial;
    border: 1px solid #bebebe;
  }
}
@media print, screen and (max-width: 640px) {
  .top .pick-up .content ul li:last-child {
    padding: 12px 10px 10px;
  }
}
.top .pick-up .contact-btn {
  margin: 0 auto;
  float: initial;
}
@media print, screen and (max-width: 640px) {
  .top .pick-up .content ul li,
  .top .pick-up .content ul li:nth-of-type(5n) {
    height: initial !important;
    margin: 0 20px 20px;
  }
}
@media print, screen and (max-width: 640px) {
  .top .pick-up .content ul li p {
    padding: 0 10px;
    font-size: 18px;
    line-height: 1.5;
  }
}
@media print, screen and (max-width: 640px) {
  .top .pick-up .content-btn li {
    width: initial !important;
    padding: 0 !important;
    border: 0 !important;
  }
}
@media print, screen and (max-width: 640px) {
  .top .pick-up .content-btn li:last-of-type {
    margin-right: 20px !important;
  }
}
.top .pick-up .box-height {
  min-height: 200px;
}
@media print, screen and (max-width: 640px) {
  .top .pick-up .box-height {
    min-height: initial;
  }
}
.top .pick-up .box-height__acryal-pic:nth-child(2) {
  max-width: 50%;
  margin: -10px 0 10px 0px;
}
@media print, screen and (max-width: 640px) {
  .top .pick-up .box-height__acryal-pic:nth-child(2) {
    max-width: 40%;
  }
}
.top .pick-up .box-height__mother__img {
  position: relative;
}
.top .pick-up .box-height__mother__toptxt1, .top .pick-up .box-height__mother__toptxt2, .top .pick-up .box-height__mother__toptxt3, .top .pick-up .box-height__mother__toptxt4 {
  position: absolute;
  font-size: 10px;
  right: 0;
  padding: 0 2px 0 5px;
  background-color: #fff;
}
@media print, screen and (max-width: 640px) {
  .top .pick-up .box-height__mother__toptxt1, .top .pick-up .box-height__mother__toptxt2, .top .pick-up .box-height__mother__toptxt3, .top .pick-up .box-height__mother__toptxt4 {
    transform: translate(0, -50%);
  }
}
@media print, screen and (min-width: 641px) {
  .top .pick-up .box-height__mother__toptxt1 {
    top: 10px;
  }
}
@media print, screen and (max-width: 640px) {
  .top .pick-up .box-height__mother__toptxt1 {
    top: 20%;
  }
}
@media print, screen and (min-width: 641px) {
  .top .pick-up .box-height__mother__toptxt2 {
    top: 28px;
  }
}
@media print, screen and (max-width: 640px) {
  .top .pick-up .box-height__mother__toptxt2 {
    top: 40%;
  }
}
@media print, screen and (min-width: 641px) {
  .top .pick-up .box-height__mother__toptxt3 {
    top: 46px;
  }
}
@media print, screen and (max-width: 640px) {
  .top .pick-up .box-height__mother__toptxt3 {
    top: 60%;
  }
}
@media print, screen and (min-width: 641px) {
  .top .pick-up .box-height__mother__toptxt4 {
    top: 64px;
  }
}
@media print, screen and (max-width: 640px) {
  .top .pick-up .box-height__mother__toptxt4 {
    top: 80%;
  }
}
.top .pick-up .box-height__mother__txt {
  text-align: center;
  background-color: #fcf9ef;
}
@media print, screen and (min-width: 641px) {
  .top .pick-up .box-height__mother__txt {
    padding: 17px 0;
  }
}
@media print, screen and (max-width: 640px) {
  .top .pick-up .box-height__mother__txt {
    padding: 20px 0;
  }
}
.top .pick-up .box-height__mother__txt p {
  line-height: 1.5em;
}
@media print, screen and (min-width: 641px) {
  .top .pick-up .box-height__mother__txt p {
    font-size: 11px;
  }
}
.top .pick-up .box-height__hp img {
  margin: 15px 0;
}
.top .pick-up .content ul .interview-movie-frame {
  width: 100%;
}
@media print, screen and (max-width: 640px) {
  .top .pick-up .content ul .interview-movie-frame {
    width: initial;
  }
}
@media print, screen and (max-width: 640px) {
  .top .interview-movie-content h3 {
    margin: 0 auto !important;
    float: initial;
    height: initial;
    line-height: initial;
  }
}
@media print, screen and (max-width: 640px) {
  .top .interview-movie-content ul {
    margin: 0 0 30px;
    width: 100%;
    float: initial;
  }
}
@media print, screen and (max-width: 640px) {
  .top .sns-daibi .content {
    display: flex;
    flex-direction: column;
  }
}
@media print, screen and (max-width: 640px) {
  .top .sns-daibi__facebook, .top .sns-daibi__twitter {
    width: 100%;
  }
}
@media print, screen and (max-width: 640px) {
  .top .sns-daibi__facebook > div, .top .sns-daibi__twitter > div {
    margin: 0 auto;
    width: inherit;
  }
}
@media print, screen and (max-width: 640px) {
  .top .sns-daibi__facebook {
    margin-bottom: 20px;
  }
}
.top .job-offer {
  border: none;
}
@media print, screen and (max-width: 640px) {
  .top .job-offer {
    margin: 0 15px;
  }
}
@media print, screen and (max-width: 640px) {
  .top .job-offer a {
    display: block;
  }
}
@media print, screen and (max-width: 640px) {
  .top .job-offer a:first-child {
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 640px) {
  .top .job-offer a:last-child {
    margin-top: 0;
  }
}
.top .link {
  border: none;
}
.top .link > div {
  width: initial;
}
.top .link .link-inner {
  text-align: center;
  display: initial;
}
.top .link .link-inner .left-box,
.top .link .link-inner .right-box {
  margin: 0 auto;
}
.top .link .link-inner p {
  font-size: 18px;
  color: #0046b9;
  margin-top: 50px;
}
.top .inner-img {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 5rem;
  margin-top: 5rem;
}
@media print, screen and (max-width: 640px) {
  .top .inner-img {
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 0;
  }
}
.top .box-height.box-height__fukuro img {
  margin: 25px 0;
}
.top .box-height__fukuro__txt {
  padding-bottom: 66px;
}
.top .box-height.box-height__otoku img {
  margin: 28px 0;
}
.top .box-height__otoku__txt {
  padding-bottom: 66px;
}
.top .box-height____txt {
  padding-bottom: 66px;
}
@media print, screen and (min-width: 641px) {
  .top .box-height__set-panel img {
    margin: 10px auto 11px;
  }
}

.slider__size {
  max-width: 1000px;
  margin: 0 auto;
}

.slick {
  /*ドットナビゲーションの設定*/
  position: relative;
}
.slick-dots {
  margin: 20px 0 0 0;
  text-align: center;
}
@media print, screen and (max-width: 640px) {
  .slick-dots {
    margin: 10px 0 0 0;
  }
}
.slick-dots li {
  display: inline-block;
  margin: 0 3px;
  border-radius: 50%;
}
.slick-dots li button {
  display: block;
  width: 10px; /*ドットボタンのサイズ*/
  height: 10px; /*ドットボタンのサイズ*/
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #8e6262; /*ドットボタンの色*/
  color: transparent;
  font-size: 10px;
  outline: none;
}
.slick-dots .slick-active button {
  background: #d30000; /*ドットボタンの現在地表示の色*/
}

.sns__logo {
  display: flex;
  justify-content: center;
  margin: 15px 0 0;
}
.sns__logo a {
  display: block;
  width: 40px;
  height: auto;
  margin: 0 5px;
}

.tenjikai-banner {
  display: flex;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 1000px;
}
@media print, screen and (max-width: 640px) {
  .tenjikai-banner {
    max-width: 100%;
    display: block;
  }
}
.tenjikai-banner__link {
  display: block;
}
@media print, screen and (max-width: 640px) {
  .tenjikai-banner__link {
    width: 100%;
    margin-bottom: 20px;
  }
}

.iso-body {
  min-width: 1000px;
}
@media print, screen and (max-width: 640px) {
  .iso-body {
    min-width: 375px;
  }
}
@media print, screen and (max-width: 640px) {
  .iso-body .content {
    width: 100%;
  }
}
.iso-body .heading {
  height: auto;
}
@media print, screen and (max-width: 640px) {
  .iso-body .heading {
    padding: 100px 15px 30px;
  }
}
@media print, screen and (max-width: 640px) {
  .iso-body .heading h2 {
    font-weight: normal;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
    padding: 0 15px;
  }
}
@media print, screen and (max-width: 640px) {
  .iso-body .middle-heading {
    font-size: 1.5rem;
  }
}
@media print, screen and (max-width: 640px) {
  .iso-body .isoguide ul {
    padding: 0 15px;
  }
}
@media print, screen and (max-width: 640px) {
  .iso-body .isoguide ul li {
    float: none;
    height: auto;
    align-items: flex-start;
    margin-bottom: 30px;
    width: 100%;
    text-align: justify;
  }
}
@media print, screen and (max-width: 640px) {
  .iso-body .isoguide ul li p {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}
.iso-body .guide {
  padding: 0 15px;
  text-align: justify;
}

.mail-body {
  overflow-x: visible;
}
.mail-body .heading {
  height: auto;
}
@media print, screen and (max-width: 640px) {
  .mail-body .heading {
    padding: 100px 0 40px;
  }
}
@media print, screen and (max-width: 640px) {
  .mail-body .heading h2 {
    font-weight: normal;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
    padding: 0 15px;
  }
}
.mail-body .hdr,
.mail-body input {
  display: initial;
}
@media screen and (max-width: 800px) {
  .mail-body form#mailformpro dl dt {
    float: left;
    font-size: 12px;
    text-align: right;
    width: 330px;
  }
  .mail-body form#mailformpro dl dd {
    clear: none;
    border-top: solid 1px #ccc;
    font-size: 12px;
    line-height: 1.5em;
    width: 1000px;
  }
  .mail-body div.mfp_buttons button {
    font-size: 14px;
  }
  .mail-body div#mfp_phase_confirm h4 {
    font-size: 18px;
  }
  .mail-body ul#mfp_phase_stat {
    padding: 0px;
  }
  .mail-body ul#mfp_phase_stat li {
    float: left;
    text-align: center;
    padding: 5px 0px;
    border-radius: 3px;
    margin: 5px;
    list-style: none;
    font-size: 14px;
    width: 28%;
  }
  .mail-body ul#mfp_phase_stat li.mfp_phase_arrow {
    bos-shadow: none;
    display: none;
  }
  .mail-body ul#mfp_phase_stat li.mfp_active_phase {
    background-color: #e8eef9;
    box-shadow: 0px 0px 5px #000;
  }
  .mail-body ul#mfp_phase_stat li.mfp_inactive_phase {
    background-color: #ccc;
    color: #666;
    box-shadow: 0px 0px 5px #ccc;
  }
  .mail-body table#mfp_confirm_table tr th {
    white-space: nowrap;
    width: 100px;
  }
  .mail-body div#mfp_thanks {
    text-align: center;
    font-size: 18px;
    padding: 20px 0px;
  }
  .mail-body div#mfp_thanks strong {
    color: #c00;
    font-size: 24px;
    display: block;
  }
}
@media print, screen and (max-width: 640px) {
  .mail-body .content {
    width: 100%;
    padding: 0 15px;
  }
  .mail-body form#mailformpro dl dt {
    width: 100%;
    padding: 15px 5px !important;
    text-align: left;
  }
  .mail-body form#mailformpro dl dd {
    clear: none;
    border-top: solid 1px #ccc;
    font-size: 12px;
    line-height: 1.5em;
    width: 100%;
    padding: 15px !important;
  }
  .mail-body dd.mfp > input {
    width: 100% !important;
  }
  .mail-body input {
    margin: 5px 0 !important;
  }
  .mail-body textarea {
    width: 100%;
  }
  .mail-body li > input {
    width: 100% !important;
  }
  .mail-body .company-input input {
    width: 100%;
  }
}

.hdr.hdr__nav-mb {
  display: none;
}
@media print, screen and (max-width: 640px) {
  .hdr.hdr__nav-mb {
    display: flex;
  }
  .hdr.hdr__nav-mb input {
    display: none;
  }
}

@media print, screen and (max-width: 640px) {
  .notice-body .notice-wrap .content {
    width: 100%;
  }
  .notice-body .notice-wrap {
    padding: 100px 15px 40px;
  }
  .notice-body .notice-wrap .content .notice .notice-01 h5 {
    width: 100%;
  }
  .notice-body .notice-wrap .content .notice h5 {
    width: 100%;
  }
  .notice-body .notice-wrap .content .notice ul {
    width: 100%;
  }
  .notice-body .notice-wrap .content {
    padding: 15px;
  }
  .notice-body dl {
    display: flex;
    flex-wrap: wrap;
  }
  .notice-body .notice-wrap .content .notice .notice-03 ul li dl dt {
    float: none;
    width: 38%;
  }
  .notice-body .notice-wrap .content .notice .notice-03 ul li dl dd {
    float: none;
    width: 61%;
    padding-left: 5px;
  }
  .notice-body .notice-wrap .content .notice .notice-04 ul li a,
  .notice-body .notice-wrap .content .notice .notice-05 ul li a {
    width: 100%;
    margin: 0 auto 10px;
    padding: 5px 5px 10px;
  }
  .notice-body .notice-wrap .content .notice .notice-04 ul li,
  .notice-body .notice-wrap .content .notice .notice-05 ul li {
    margin-left: 0;
  }
  .notice-body .notice-wrap .content .notice .notice-04 ul li p,
  .notice-body .notice-wrap .content .notice .notice-05 ul li p {
    line-height: 1.2;
  }
}

@media print, screen and (max-width: 640px) {
  .recruit-body .recruit-nav ul {
    width: 100%;
  }
}
.recruit-body .heading {
  height: auto;
}
@media print, screen and (max-width: 640px) {
  .recruit-body .heading {
    padding: 100px 0 40px;
  }
}
@media print, screen and (max-width: 640px) {
  .recruit-body .heading h2 {
    font-weight: normal;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
    padding: 0 15px;
  }
}
@media print, screen and (max-width: 640px) {
  .recruit-body .content {
    width: 100%;
  }
}
.recruit-body .recruit__img {
  padding: 15px;
}
@media print, screen and (max-width: 640px) {
  .recruit-body .ricruit__list {
    width: 100%;
    padding: 0 15px;
  }
  .recruit-body .ricruit__list dt {
    width: 65px;
  }
  .recruit-body .ricruit__list dd {
    padding-left: 70px;
    text-align: justify;
  }
}
.recruit-body .recruit-info {
  height: auto;
}
@media print, screen and (max-width: 640px) {
  .recruit-body .recruit-info .ricruit__list01 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 640px) {
  .recruit-body .recruit-info .ricruit__list01 dt {
    width: 35%;
    float: none;
    border-top: 1px solid #bebebe;
    border-left: 1px solid #bebebe;
  }
}
@media print, screen and (max-width: 640px) {
  .recruit-body .recruit-info .ricruit__list01 dd {
    padding-left: 10px;
    padding-right: 10px;
    width: 65%;
    float: none;
    border-left: none;
    text-align: justify;
  }
  .recruit-body .recruit-info .ricruit__list01 dd dl {
    border: none;
    width: auto;
    display: block;
    padding-left: 0px;
  }
  .recruit-body .recruit-info .ricruit__list01 dd dl dt {
    width: 100%;
    border: none;
    margin-bottom: 0;
    float: none;
  }
  .recruit-body .recruit-info .ricruit__list01 dd dl dd {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    padding-left: 0;
  }
}
@media print, screen and (max-width: 640px) {
  .recruit-body .recruit-info .ricruit__list02 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
  }
}
@media print, screen and (max-width: 640px) {
  .recruit-body .recruit-info .ricruit__list02 dt:nth-child(19) {
    border-bottom: 1px solid #bebebe;
  }
}
@media print, screen and (max-width: 640px) {
  .recruit-body .recruit-info .ricruit__list02 dt {
    width: 35%;
    float: none;
    padding-left: 10px;
    border-top: 1px solid #bebebe;
    border-left: 1px solid #bebebe;
  }
}
@media print, screen and (max-width: 640px) {
  .recruit-body .recruit-info .ricruit__list02 dd {
    padding-left: 10px;
    padding-right: 10px;
    width: 65%;
    float: none;
    border-left: none;
    text-align: justify;
  }
  .recruit-body .recruit-info .ricruit__list02 dd dl {
    border: none;
    width: auto;
    display: block;
    padding-left: 0px;
  }
  .recruit-body .recruit-info .ricruit__list02 dd dl dt {
    width: 100%;
    border: none;
    margin-bottom: 0;
    float: none;
  }
  .recruit-body .recruit-info .ricruit__list02 dd dl dd {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    padding-left: 0;
  }
}
.recruit-body .recruit-info ul li {
  width: 100%;
}
.recruit-body .recruit-info__figcaption {
  width: 210px;
  height: 210px;
  z-index: 1;
}
@media print, screen and (max-width: 640px) {
  .recruit-body .recruit-info__figcaption {
    width: 100px;
    height: 100px;
    padding-top: 25px;
    top: 50px;
    right: 15px;
    left: auto;
    float: none;
    position: absolute;
  }
  .recruit-body .recruit-info__figcaption p {
    font-size: 15px;
  }
}
.recruit-body .recruit-info__figcaption02 {
  width: 210px;
  height: 210px;
  z-index: 1;
  padding-top: 60px;
  top: 45px;
  left: 15px;
  float: none;
  position: absolute;
  z-index: 1;
}
@media print, screen and (max-width: 640px) {
  .recruit-body .recruit-info__figcaption02 {
    width: 100px;
    height: 100px;
    padding-top: 25px;
    top: 45px;
    left: 15px;
    float: none;
    position: absolute;
  }
  .recruit-body .recruit-info__figcaption02 p {
    font-size: 15px;
  }
}
.recruit-body .recruit-info__img {
  position: relative;
}

@media print, screen and (max-width: 640px) {
  .recruit-info dl dt {
    padding-left: 10px;
  }
}

@media print, screen and (max-width: 640px) {
  .recruit-body .recruit-info .ricruit__list01 dt.bt-first {
    border-bottom: 1px solid #bebebe;
  }
}

.recruit__mynavi {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media print, screen and (max-width: 640px) {
  .recruit__mynavi {
    justify-content: flex-start;
    padding: 0 15px;
    padding-top: 20px;
  }
}
@media print, screen and (max-width: 640px) {
  .recruit__mynavi-center {
    justify-content: center;
  }
}
.recruit__mynavi__link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 640px) {
  .recruit__mynavi__link {
    display: block;
  }
}
.recruit__mynavi__txt {
  display: flex;
  align-items: flex-end;
}
.recruit__mynavi__txt p {
  margin-left: 10px;
}
@media print, screen and (max-width: 640px) {
  .recruit__mynavi__txt p {
    margin-left: 0;
    margin-top: 2px;
  }
}
.recruit__mynavi__txt p span {
  color: #0046b9;
}
.recruit__mynavi__txt-icon {
  width: 13px;
  display: inline-block;
  height: auto;
  padding-bottom: 3px;
}
.recruit__mynavi__bmline {
  border-bottom: 1px solid #bebebe;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 640px) {
  .recruit__mynavi__bmline {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

img.recruit__mynavi-img {
  margin: 0 auto;
}

.saiyou-contact-body {
  overflow-x: visible;
}
.saiyou-contact-body .heading {
  height: auto;
}
@media print, screen and (max-width: 640px) {
  .saiyou-contact-body .heading {
    padding: 100px 0 40px;
  }
}
@media print, screen and (max-width: 640px) {
  .saiyou-contact-body .heading h2 {
    font-weight: normal;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
    padding: 0 15px;
  }
}
.saiyou-contact-body .hdr,
.saiyou-contact-body input {
  display: initial;
}
@media screen and (max-width: 800px) {
  .saiyou-contact-body form#mailformpro dl dt {
    float: left;
    font-size: 12px;
    text-align: right;
    width: 330px;
  }
  .saiyou-contact-body form#mailformpro dl dd {
    clear: none;
    border-top: solid 1px #ccc;
    font-size: 12px;
    line-height: 1.5em;
    width: 1000px;
  }
  .saiyou-contact-body div.mfp_buttons button {
    font-size: 14px;
  }
  .saiyou-contact-body div#mfp_phase_confirm h4 {
    font-size: 18px;
  }
  .saiyou-contact-body ul#mfp_phase_stat {
    padding: 0px;
  }
  .saiyou-contact-body ul#mfp_phase_stat li {
    float: left;
    text-align: center;
    padding: 5px 0px;
    border-radius: 3px;
    margin: 5px;
    list-style: none;
    font-size: 14px;
    width: 28%;
  }
  .saiyou-contact-body ul#mfp_phase_stat li.mfp_phase_arrow {
    bos-shadow: none;
    display: none;
  }
  .saiyou-contact-body ul#mfp_phase_stat li.mfp_active_phase {
    background-color: #e8eef9;
    box-shadow: 0px 0px 5px #000;
  }
  .saiyou-contact-body ul#mfp_phase_stat li.mfp_inactive_phase {
    background-color: #ccc;
    color: #666;
    box-shadow: 0px 0px 5px #ccc;
  }
  .saiyou-contact-body table#mfp_confirm_table tr th {
    white-space: nowrap;
    width: 100px;
  }
  .saiyou-contact-body div#mfp_thanks {
    text-align: center;
    font-size: 18px;
    padding: 20px 0px;
  }
  .saiyou-contact-body div#mfp_thanks strong {
    color: #c00;
    font-size: 24px;
    display: block;
  }
}
@media print, screen and (max-width: 640px) {
  .saiyou-contact-body .content {
    width: 100%;
    padding: 0 15px;
  }
  .saiyou-contact-body form#mailformpro dl dt {
    width: 100%;
    padding: 15px 5px !important;
    text-align: left;
  }
  .saiyou-contact-body form#mailformpro dl dd {
    clear: none;
    border-top: solid 1px #ccc;
    font-size: 12px;
    line-height: 1.5em;
    width: 100%;
    padding: 15px !important;
  }
  .saiyou-contact-body dd.mfp > input {
    width: 100% !important;
  }
  .saiyou-contact-body input {
    margin: 5px 0 !important;
  }
  .saiyou-contact-body textarea {
    width: 100%;
  }
  .saiyou-contact-body li > input {
    width: 100% !important;
  }
  .saiyou-contact-body select {
    width: 100%;
  }
  .saiyou-contact-body .company-input input {
    width: 100%;
  }
}

.hdr.hdr__nav-mb {
  display: none;
}
@media print, screen and (max-width: 640px) {
  .hdr.hdr__nav-mb {
    display: flex;
  }
  .hdr.hdr__nav-mb input {
    display: none;
  }
}

.section-body .heading {
  height: auto;
}
@media print, screen and (max-width: 640px) {
  .section-body .heading {
    padding: 100px 0 40px;
  }
}
@media print, screen and (max-width: 640px) {
  .section-body .heading h2 {
    font-weight: normal;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
    padding: 0 15px;
  }
}
@media print, screen and (max-width: 640px) {
  .section-body .sections ul {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.section-body .sections ul li .content-left {
  margin: 0 auto 50px;
  width: 1000px;
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (max-width: 640px) {
  .section-body .sections ul li .content-left {
    width: 100%;
    padding: 0 15px;
    display: block;
    margin-bottom: 40px;
  }
}
.section-body .sections ul li .content-left img {
  width: 60%;
  margin-right: 20px;
  margin-left: 0;
}
@media print, screen and (max-width: 640px) {
  .section-body .sections ul li .content-left img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section-body .sections ul li .content-left__grp {
  width: calc(40% - 20px);
}
@media print, screen and (max-width: 640px) {
  .section-body .sections ul li .content-left__grp {
    width: 100%;
  }
}
.section-body .sections ul li .content-left__grp p {
  float: none;
  width: auto;
  text-align: justify;
  font-size: 13px;
  line-height: 1.5em;
}
.section-body .sections ul li .content-left__grp p span {
  text-align: justify;
  font-size: 13px;
  line-height: 1.5em;
}
.section-body .sections ul li .content-left__grp h5 {
  position: relative;
  color: #0046b9;
  font-size: 25px;
  margin-bottom: 15px;
  border-bottom: 2px solid #0046b9;
  padding-bottom: 5px;
  margin-top: 20px;
}
.section-body .sections ul li .section-person-right {
  display: flex;
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
}
@media print, screen and (max-width: 640px) {
  .section-body .sections ul li .section-person-right {
    width: 100%;
    padding: 0 15px;
    align-items: flex-start;
    display: block;
  }
}
.section-body .sections ul li .section-person-right img {
  width: 27%;
  height: auto;
  order: 2;
}
@media print, screen and (max-width: 640px) {
  .section-body .sections ul li .section-person-right img {
    width: 50%;
    height: auto;
    margin-right: 0px;
    margin-left: 0;
  }
}
.section-body .sections ul li .section-person-right__grp {
  order: 1;
}
.section-body .sections ul li .section-person-right__grp p {
  float: none;
  width: auto;
  text-align: justify;
}
.section-body .sections ul li .section-person-right__grp p:last-child {
  text-align: right;
  margin-top: 15px;
}
.section-body .sections ul li .section-person-right__grp h6 {
  font-size: 20px;
  margin-bottom: 20px;
}
.section-body .sections ul li .content-right {
  width: 1000px;
  padding-top: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (max-width: 640px) {
  .section-body .sections ul li .content-right {
    width: 100%;
    padding: 0 15px;
    display: block;
    margin-bottom: 40px;
  }
}
.section-body .sections ul li .content-right img {
  width: 60%;
  margin-left: 20px;
  margin-left: 0;
  order: 2;
}
@media print, screen and (max-width: 640px) {
  .section-body .sections ul li .content-right img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section-body .sections ul li .content-right__grp {
  width: calc(40% - 20px);
  order: 1;
}
@media print, screen and (max-width: 640px) {
  .section-body .sections ul li .content-right__grp {
    width: 100%;
  }
}
.section-body .sections ul li .content-right__grp p {
  float: none;
  width: auto;
  text-align: justify;
  line-height: 1.5em;
}
.section-body .sections ul li .content-right__grp h5 {
  position: relative;
  color: #0046b9;
  font-size: 25px;
  margin-bottom: 15px;
  border-bottom: 2px solid #0046b9;
  padding-bottom: 5px;
  margin-top: 20px;
}
.section-body .sections ul li .section-person-left {
  display: flex;
  overflow: hidden;
  width: 1000px;
  margin: 50px auto 0;
  order: 3;
}
@media print, screen and (max-width: 640px) {
  .section-body .sections ul li .section-person-left {
    width: 100%;
    padding: 0 15px;
    align-items: flex-start;
    display: block;
  }
}
.section-body .sections ul li .section-person-left img {
  width: 27%;
  height: auto;
  order: 1;
  margin-right: 20px;
  margin-left: 0;
}
@media print, screen and (max-width: 640px) {
  .section-body .sections ul li .section-person-left img {
    width: 50%;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
}
.section-body .sections ul li .section-person-left__grp {
  order: 2;
}
.section-body .sections ul li .section-person-left__grp p {
  float: none;
  width: auto;
  text-align: justify;
}
.section-body .sections ul li .section-person-left__grp p:last-child {
  text-align: right;
  margin-top: 15px;
}
.section-body .sections ul li .section-person-left__grp h6 {
  font-size: 20px;
  margin-bottom: 20px;
}
.section-body #dep-soft-packaging {
  height: auto;
  padding-top: 0;
}
@media print, screen and (max-width: 640px) {
  .section-body .sections ul li .section-person-right {
    margin: 0 auto;
    text-align: center;
  }
}
@media print, screen and (max-width: 640px) {
  .section-body .sections ul li .section-person-right img {
    float: none;
    width: 70%;
    margin-bottom: 10px;
  }
}
@media print, screen and (max-width: 640px) {
  .section-body .sections ul li .section-person-right h6 {
    text-align: left;
  }
}
@media print, screen and (max-width: 640px) {
  .section-body .sections ul li .section-person-left {
    text-align: center;
  }
}
@media print, screen and (max-width: 640px) {
  .section-body .sections ul li .section-person-left img {
    float: none;
    width: 70%;
    margin-bottom: 10px;
  }
}
@media print, screen and (max-width: 640px) {
  .section-body .sections ul li .section-person-left h6 {
    text-align: left;
  }
}
.section-body h2.middle-heading.section-middle-heading {
  font-size: 1.8rem;
  padding: 15px;
}
@media print, screen and (max-width: 640px) {
  .section-body .section-nav ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .section-body .section-nav ul li {
    float: none;
    width: 25%;
  }
  .section-body .section-nav ul li a {
    font-size: 14px;
    padding: 10px 0;
  }
  .section-body .section-nav ul li a span {
    font-size: 10px;
  }
}

.thanks-body .heading {
  height: auto;
}
@media print, screen and (max-width: 640px) {
  .thanks-body .heading {
    padding: 100px 0 40px;
  }
}
@media print, screen and (max-width: 640px) {
  .thanks-body .heading h2 {
    font-weight: normal;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
    padding: 0 15px;
  }
}
@media print, screen and (max-width: 640px) {
  .thanks-body .content {
    width: 100%;
    padding: 0 15px;
  }
}

.closed {
  margin: 0 auto;
  width: 800px;
}
@media print, screen and (max-width: 640px) {
  .closed {
    min-width: 375px;
    width: 100%;
    padding: 0 15px;
  }
}
.closed__heading-top {
  height: auto;
  text-align: center;
  margin: 80px 0 30px;
  color: #0046b9;
}
@media print, screen and (max-width: 640px) {
  .closed__heading-top {
    margin: 0;
    padding-top: 100px;
  }
}
.closed__heading-top h2 {
  font-size: 25px;
}
@media print, screen and (max-width: 640px) {
  .closed__heading-top h2 {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
.closed__txt {
  font-size: 13px;
  text-align: justify;
}
.closed__txt-last {
  margin-bottom: 30px;
}
.closed__txt-red {
  color: red;
}
.closed__day {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 640px) {
  .closed__day {
    font-size: 20px;
  }
}
.closed__border-bottom {
  border-bottom: 1px solid rgb(159, 159, 159);
  margin-bottom: 30px;
}
.closed__btn {
  color: #fff;
  background-color: #0046b9;
  text-align: center;
  display: block;
  padding: 20px;
  border-radius: 10px;
  font-size: 13px;
  margin-bottom: 100px;
  margin-top: 20px;
}
.closed__list dt {
  font-size: 15px;
}
@media print, screen and (max-width: 640px) {
  .closed__list dt {
    font-size: 14px;
  }
}
.closed__list dd {
  font-weight: normal;
  font-size: 15px;
}
@media print, screen and (max-width: 640px) {
  .closed__list dd {
    font-size: 14px;
  }
}
.closed__item {
  margin-bottom: 20px;
}

.popstar .heading {
  height: auto;
}
@media print, screen and (max-width: 640px) {
  .popstar .heading {
    padding: 100px 0 40px;
  }
}
@media print, screen and (max-width: 640px) {
  .popstar .heading h2 {
    font-weight: normal;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
    padding: 0 15px;
  }
}
.popstar__padding {
  padding: 0 0 50px;
  display: block;
}
@media print, screen and (max-width: 640px) {
  .popstar .content {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */