@charset "UTF-8";
/*
 * nishimura recruit.css
 */
* {
  box-sizing: border-box;
  color: #646464;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  min-width: 980px;
}

html {
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: none;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic",
    Verdana, Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
  vertical-align: middle;
}
a:hover {
  opacity: 0.8;
}
a[target="_blank"]:after {
  content: "\f08e";
  display: inline;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}

h2 {
  padding-left: 15px;
  font-size: 26px;
  line-height: 1em;
  margin-bottom: 20px;
}

h3 {
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 20px;
  clear: both;
}

h4 {
  font-size: 120%;
  line-height: 1.5em;
  padding-left: 15px;
  clear: both;
  margin-bottom: 7px;
}

h5 {
  clear: both;
  font-size: 110%;
  line-height: 1.5em;
  padding-left: 15px;
  margin-bottom: 5px;
  font-weight: bold;
}

strong {
  font-weight: bold;
}

.visible-pc {
  display: block;
}

.visible-inline-pc {
  display: inline;
}

.visible-inline-block-pc {
  display: inline-block;
}

.visible-sp {
  display: none !important;
}

.pagetop {
  float: right;
  position: fixed;
  right: 10px;
  bottom: 10px;
  text-align: right;
  z-index: 10;
}
.pagetop.fixed {
  position: relative;
  display: block;
  width: 110px;
  height: 90px;
  margin-top: -90px;
}

.clear {
  clear: both;
}

.title-border {
  position: relative;
  background-image: url(../img/h2_line.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 0 0 15px 15px;
  margin-top: 80px;
  margin-bottom: 30px;
}

.contents-wrapper p {
  margin-bottom: 20px;
  line-height: 1.5em;
  padding-left: 15px;
}

/* bread_crumb */
.bread_crumb {
  width: 92%;
  max-width: 900px;
  margin: 30px auto 40px;
  font-size: 13px;
}
.bread_crumb:before {
  display: table;
  content: " ";
}
.bread_crumb:first-child {
  margin-left: 12px;
}
.bread_crumb:after {
  display: table;
  content: " ";
  clear: both;
}
.bread_crumb li {
  float: left;
  margin-right: 3px;
}
.bread_crumb li:before {
  display: inline-block;
  content: "";
  position: relative;
  top: 0;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  border-right: 1px solid #656565;
  border-bottom: 1px solid #656565;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bread_crumb li:first-child:before {
  display: none !important;
}
.bread_crumb li,
.bread_crumb li a {
  color: #656565;
}

.colorbutton {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #666;
  color: #fff;
  padding: 0.3em 1em;
  margin-bottom: 0.3em;
}
.colorbutton * {
  color: #fff;
}

.notfound .bg-on {
  background-image: url("../img/404_bg.jpg");
}
.notfound .item {
  overflow: hidden;
}
.notfound .item .left {
  padding: 35px 42px;
  float: left;
}
.notfound .item .right {
  float: left;
}
.notfound .item .left h2,
.notfound .item .left p {
  padding-left: 0;
}
.notfound .item .left h2 {
  font-size: 28px;
}
.notfound .item li {
  padding-left: 20px;
  background-image: url("../img/list.png");
  background-repeat: no-repeat;
  background-position: 1px 11px;
}
.notfound .item li a {
  line-height: 36px;
}
.notfound .item li:after {
  display: inline-block;
  content: "";
  position: relative;
  top: 0;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-right: 3px;
  border-right: 1px solid #656565;
  border-bottom: 1px solid #656565;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-wrap {
  position: relative;
  margin: 15px auto;
  width: 100%;
  background: url("../img/hohoemi_ribbon.jpg") top right no-repeat;
  background-size: auto 68px;
}
.header-wrap:before {
  display: table;
  content: " ";
}
.header-wrap:after {
  display: table;
  content: " ";
  clear: both;
}
.header-wrap .logo {
  float: left;
  margin: 0 0 0 5%;
}
.header-wrap .logo img {
  width: 400px;
}
.header-wrap .menu {
  float: right;
  margin-right: 100px;
}
@media screen and (min-width: 768px) {
  .header-wrap .menu {
    margin-top: 0 !important;
    display: flex;
    align-items: center;
  }
}
.header-wrap .menu:before {
  display: table;
  content: " ";
}
.header-wrap .menu:after {
  display: table;
  content: " ";
  clear: both;
}
.header-wrap .menu li {
  float: left;
  padding-right: 5px;
  padding-left: 20px;
}
/* .header-wrap .menu li.visible-pc:nth-child(2) {
  margin-top: -20px;
} */

.header-wrap .menu a::after {
  display: none;
}

.gnavi {
  box-shadow: 0 9px 12px -9px #333;
  position: relative;
  z-index: 2;
}
.gnavi:before {
  display: table;
  content: " ";
}
.gnavi:after {
  display: table;
  content: " ";
  clear: both;
}
.gnavi > li {
  position: relative;
  float: left;
  width: 20%;
  height: 70px;
  text-align: center;
  padding: 3px 0 10px;
}
.gnavi > li:last-child a {
  border-right: none;
}
.gnavi > li:hover {
  background-color: #0e4ba4;
}
.gnavi > li:hover > a img {
  display: none;
}
.gnavi > li:hover > a img.hover {
  display: inline;
}
.gnavi > li > a {
  display: block;
  padding-top: 12px;
  padding-bottom: 7px;
  border-right: 1px solid #e4e4e4;
}
.gnavi > li > a:after {
  content: "";
  display: none;
}
.gnavi > li > a img.hover {
  display: none;
}
.gnavi > li:nth-child(2) .gnavi-child {
  left: 0%;
}
.gnavi > li:nth-child(3) .gnavi-child {
  left: -100%;
}
.gnavi > li:nth-child(4) .gnavi-child {
  left: -200%;
}
.gnavi > li:nth-child(5) .gnavi-child {
  left: -300%;
}
.gnavi > li:nth-child(5) .gnavi-child .w100 {
  margin-bottom: 5px;
}
.gnavi > li:nth-child(6) .gnavi-child {
  left: -400%;
}
.gnavi > li .gnavi-child {
  width: 500%;
  position: absolute;
  top: 100%;
  display: none;
  text-align: left;
  padding-top: 36px;
  padding-bottom: 30px;
  background-color: rgba(251, 248, 248, 0.9);
  z-index: 2;
}
.gnavi > li .gnavi-child .nav-wrapper {
  width: 800px;
  margin: 0 auto;
}
.gnavi > li .gnavi-child .child-title {
  margin-bottom: 25px;
}
.gnavi > li .gnavi-child .child-menu {
  margin: 0 14px;
}
.gnavi > li .gnavi-child .child-menu:before {
  display: table;
  content: " ";
}
.gnavi > li .gnavi-child .child-menu:after {
  display: table;
  content: " ";
  clear: both;
}
.gnavi > li .gnavi-child .child-menu a {
  display: block;
  color: #666;
}
.gnavi > li .gnavi-child .child-menu div {
  background: url(../img/gnavi/arrow.png) no-repeat 0px 2px;
  float: left;
  padding-bottom: 8px;
  padding-left: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ccc;
}
.gnavi > li .gnavi-child .gncase-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin: 0 14px;
  line-height: 1.54;
}
.gnavi > li .gnavi-child .gncase-list > li {
  position: relative;
  width: calc((100% - 24px) / 2);
  padding-left: 1.2em;
}
.gnavi > li .gnavi-child .gncase-list > li:before {
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border-right: 1px solid #656565;
  border-bottom: 1px solid #656565;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.gnavi > li .gnavi-child .office-list {
  margin: 0 14px;
}
.gnavi > li .gnavi-child .office-list .office-area {
  margin-top: 15px;
  border-bottom: 1px dotted #656565;
}
.gnavi > li .gnavi-child .office-list .office-area:last-child {
  border-bottom: none;
}
.gnavi > li .gnavi-child .office-list .office-area:before {
  display: table;
  content: " ";
}
.gnavi > li .gnavi-child .office-list .office-area:after {
  display: table;
  content: " ";
  clear: both;
}
.gnavi > li .gnavi-child .office-list .office-area .area {
  float: left;
  width: 15%;
  color: #164da1;
  padding-left: 2%;
  margin-bottom: 0;
}
.gnavi > li .gnavi-child .office-list .office-area .area-list {
  float: left;
  width: 85%;
}
.gnavi > li .gnavi-child .office-list .office-area .area-list li {
  float: left;
  width: 20%;
  margin-bottom: 10px;
}
.gnavi > li .gnavi-child .office-list .office-area .area-list li:before {
  display: inline-block;
  content: "";
  position: relative;
  top: 0px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  border-right: 1px solid #656565;
  border-bottom: 1px solid #656565;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.gnavi > li .gnavi-child .office-list .office-area .area-list li a {
  display: inline-block;
  width: 87%;
  color: #656565;
}

#footer {
  padding-top: 40px;
  clear: both;
}

.footer-navi {
  max-width: 1000px;
  margin: 0 auto;
}
.footer-navi:before {
  display: table;
  content: " ";
}
.footer-navi:after {
  display: table;
  content: " ";
  clear: both;
}
.footer-navi li {
  float: left;
  width: 20%;
  text-align: center;
}
.footer-navi li a {
  color: #656565;
}
.footer-navi li a img {
  display: block;
  margin: 0 auto;
}
.footer-navi li a span {
  font-size: 15px;
}

.footer-navi2 {
  max-width: 900px;
  margin: 30px auto 25px;
  font-size: 13px;
}
.footer-navi2:before {
  display: table;
  content: " ";
}
.footer-navi2:after {
  display: table;
  content: " ";
  clear: both;
}
.footer-navi2 li {
  float: left;
  width: 17%;
}
.footer-navi2 li:before {
  display: inline-block;
  content: "";
  position: relative;
  top: 0;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  border-right: 1px solid #656565;
  border-bottom: 1px solid #656565;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.footer-navi2 li a {
  color: #656565;
  text-decoration: underline;
}

.footer-wrap {
  background-color: #0e4ba4;
  color: #fff;
}
.footer-wrap * {
  color: #fff;
}
.footer-wrap:before {
  display: table;
  content: " ";
}
.footer-wrap:after {
  display: table;
  content: " ";
  clear: both;
}
.footer-wrap .footer-about {
  max-width: 1000px;
  margin: 45px auto 10px;
}
.footer-wrap .footer-about:before {
  display: table;
  content: " ";
}
.footer-wrap .footer-about:after {
  display: table;
  content: " ";
  clear: both;
}
.footer-wrap .footer-about .about {
  float: left;
}
.footer-wrap .footer-about .about:before {
  display: table;
  content: " ";
}
.footer-wrap .footer-about .about:after {
  display: table;
  content: " ";
  clear: both;
}
.footer-wrap .footer-about .about img {
  float: left;
}
.footer-wrap .footer-about .about address {
  float: left;
  margin-top: 18px;
  margin-left: 15px;
  font-size: 14px;
}
.footer-wrap .footer-about .iso {
  float: right;
}
.footer-wrap .footer-about .iso:before {
  display: table;
  content: " ";
}
.footer-wrap .footer-about .iso:after {
  display: table;
  content: " ";
  clear: both;
}
.footer-wrap .footer-about .iso img {
  float: left;
  margin-top: 2px;
}
.footer-wrap .footer-about .iso p {
  float: left;
  font-size: 14px;
  margin-left: 13px;
  line-height: 18px;
}
.footer-wrap .footer-about .copyright {
  clear: both;
  text-align: right;
  font-size: 15px;
  font-size: 0.9rem;
  margin: 60px auto 0;
}

html,
body {
  min-width: 980px;
}
@media screen and (max-width: 768px) {
  html,
  body {
    min-width: 0;
    overflow-x: hidden;
  }
}

h1 {
  position: relative;
  overflow: hidden;
  height: 487px;
  /*h1の高さが違うディレクトリは、個別のファイルで指定*/
}
@media screen and (max-width: 768px) {
  h1 {
    height: auto;
  }
}
h1 img {
  position: absolute;
  left: 50%;
  margin-left: -1000px;
  width: 2000px;
  max-width: none;
}
@media screen and (max-width: 768px) {
  h1 img {
    position: static;
    width: 100%;
    height: auto;
    margin-left: 0 !important;
    max-width: 100%;
  }
}
@media screen and (min-width: 2000px) {
  h1 img {
    margin-left: -50%;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .visible-pc {
    display: none !important;
  }

  .visible-sp {
    display: block !important;
  }
}
/* recruit header */
#header .header-wrap {
  margin: 30px auto;
  background: none;
}
@media screen and (max-width: 768px) {
  #header .header-wrap {
    margin: 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
    -moz-box-shadow: 0 6px 12px -9px #333;
    box-shadow: 0 6px 12px -9px #333;
    z-index: 1;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #header .logo {
    margin: 0;
    width: 80%;
    text-align: left;
    border-right: 1px solid #ccc;
  }
}
@media screen and (max-width: 768px) {
  #header .logo img {
    width: 84%;
    margin: 20px 8% 10px;
    max-width: 469px;
  }
}
#header .recruit-top {
  float: left;
  display: table;
  width: 156px;
  height: 30px;
  text-align: center;
  background-color: #ff90a4;
  margin-top: 25px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #header .recruit-top {
    display: none;
  }
}
#header .recruit-top a {
  display: table-cell;
}
#header .recruit-top a img {
  width: 117px;
  height: auto;
  max-width: 117px;
  padding-top: 2px;
}
#header .menu {
  margin-top: 15px;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  #header .menu {
    float: left;
    width: 20%;
    margin: 10px auto 0px;
    bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  #header .menu li {
    float: none;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    margin-top: 7px;
  }
}
#header .menu li img {
  width: 280px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #header .menu li img {
    width: 40%;
  }
}

/* recruit gnavi */
.gnavi {
  box-shadow: none;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .gnavi {
    display: none;
    width: 100%;
    position: absolute;
    border-bottom: none;
  }
}
.gnavi > li {
  display: table;
  padding: 0;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .gnavi > li {
    width: 100%;
    height: auto;
    background-color: #fff !important;
    text-indent: 5%;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}
.gnavi > li:last-child {
  border-right: none;
}
.gnavi > li:nth-child(2) {
  background-color: rgba(51, 199, 242, 0.8);
}
.gnavi > li:nth-child(2) .gnavi-child {
  left: 0;
}
.gnavi > li:nth-child(2) li {
  background-color: rgba(51, 199, 242, 0.8);
}
@media screen and (max-width: 768px) {
  .gnavi > li:nth-child(2) li {
    background-color: #fff;
  }
}
.gnavi > li:nth-child(3) {
  background-color: rgba(255, 182, 0, 0.8);
}
.gnavi > li:nth-child(3) .gnavi-child {
  left: 0;
}
.gnavi > li:nth-child(3) li {
  background-color: rgba(255, 182, 0, 0.8);
}
@media screen and (max-width: 768px) {
  .gnavi > li:nth-child(3) li {
    background-color: #fff;
  }
}
.gnavi > li:nth-child(4) {
  background-color: rgba(255, 144, 164, 0.8);
}
.gnavi > li:nth-child(4) .gnavi-child {
  left: 0;
}
.gnavi > li:nth-child(4) li {
  background-color: rgba(255, 144, 164, 0.8);
}
@media screen and (max-width: 768px) {
  .gnavi > li:nth-child(4) li {
    background-color: #fff;
  }
}
.gnavi > li:nth-child(5) {
  background-color: rgba(215, 220, 0, 0.8);
}
.gnavi > li:nth-child(5) .gnavi-child {
  left: 0;
}
.gnavi > li:nth-child(5) li {
  background-color: rgba(215, 220, 0, 0.8);
}
@media screen and (max-width: 768px) {
  .gnavi > li:nth-child(5) li {
    background-color: #fff;
  }
}
.gnavi > li:nth-child(6) {
  background-color: rgba(47, 199, 212, 0.8);
  border-right: none;
}
.gnavi > li:nth-child(6) .gnavi-child {
  left: 0;
}
.gnavi > li:nth-child(6) li {
  background-color: rgba(47, 199, 212, 0.8);
}
@media screen and (max-width: 768px) {
  .gnavi > li:nth-child(6) li {
    background-color: #fff;
  }
}
.gnavi > li:hover a img {
  display: inline;
}
@media screen and (max-width: 768px) {
  .gnavi > li:hover a img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .gnavi > li.haveChild > a:after {
    margin-right: 3px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  .gnavi > li.haveChild.open > a:after {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
.gnavi > li a {
  display: table-cell;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .gnavi > li a {
    display: block;
    text-align: left;
    padding-top: 13px;
    padding-bottom: 13px;
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .gnavi > li a:after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 18px;
    right: 5%;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-right: 1px solid #656565;
    border-bottom: 1px solid #656565;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.gnavi > li a img {
  width: 187px;
  height: auto;
  max-width: 187px;
}
@media screen and (max-width: 768px) {
  .gnavi > li a img {
    display: none;
  }
}
.gnavi > li .gnavi-child {
  width: 100%;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .gnavi > li .gnavi-child {
    position: static;
  }
}
.gnavi > li .gnavi-child .nav-wrapper {
  width: 100%;
}
.gnavi > li .gnavi-child .nav-wrapper .child-menu {
  margin: 0;
}
.gnavi > li .gnavi-child .nav-wrapper .child-menu li {
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .gnavi > li .gnavi-child .nav-wrapper .child-menu li {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 768px) {
  .gnavi > li .gnavi-child .nav-wrapper .child-menu li:first-child {
    border-top: 1px solid #ccc;
  }
}
.gnavi > li .gnavi-child .nav-wrapper .child-menu li:last-child {
  border-bottom: none;
}
.gnavi > li .gnavi-child .nav-wrapper .child-menu li a {
  color: #fff;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .gnavi > li .gnavi-child .nav-wrapper .child-menu li a {
    color: #646464;
    padding: 13px 1em;
  }
}
.gnavi > li .gnavi-child .nav-wrapper .child-menu li a:before {
  display: inline-block;
  content: "";
  position: relative;
  top: -2px;
  width: 8px;
  height: 8px;
  margin-right: 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .gnavi > li .gnavi-child .nav-wrapper .child-menu li a:before {
    margin-right: 10px;
    border-right: 1px solid #646464;
    border-bottom: 1px solid #646464;
  }
}
.gnavi > li .gnavi-child .nav-wrapper .child-menu li a:after {
  top: auto;
  margin-top: 4px;
}

/* recruit front */
.frontpage #content {
  margin-bottom: -75px;
}
@media screen and (max-width: 768px) {
  .frontpage #content {
    margin-bottom: 0;
  }
}

.front {
  overflow: hidden;
  position: relative;
  top: -70px;
  width: 100%;
  height: 900px;
}
@media screen and (max-width: 768px) {
  .front {
    top: 0;
    height: auto;
  }
}
.front .keyvisual {
  width: 1000px;
  height: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .front .keyvisual {
    width: 100%;
    height: auto;
  }
}
.front .keyvisual img {
  position: absolute;
  top: 150px;
  width: 406px;
}
@media screen and (max-width: 768px) {
  .front .keyvisual img {
    top: 31%;
    padding: 1em;
    width: 70%;
    height: auto;
    max-width: 350px;
    margin: 2% 0;
  }
}
.front .content-wrapper {
  position: absolute;
  top: 530px;
  right: 0;
  left: 0;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .front .content-wrapper {
    width: 100%;
    height: auto;
    top: 0;
    position: static;
    padding: 0 1em 1em;
  }
}
.front .content-wrapper .wrapper {
  position: relative;
}
.front .content-wrapper .wrapper h2 {
  font-size: 0;
  padding-left: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .front .content-wrapper .wrapper h2 img {
    width: 100%;
    height: auto;
  }
}
.front .content-wrapper .wrapper .menu div {
  margin-bottom: 22px;
}
.front .content-wrapper .wrapper .menu div:nth-child(3n) {
  text-align: right;
}
.front .content-wrapper .wrapper .menu div:nth-child(3n + 1) {
  text-align: left;
}
.front .content-wrapper .wrapper .menu div:nth-child(3n + 2) {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .front .content-wrapper .wrapper .menu div {
    width: 50%;
    padding: 1%;
    margin-bottom: 0;
  }
  .front .content-wrapper .wrapper .menu div:nth-child(2n + 1) {
    float: left;
  }
  .front .content-wrapper .wrapper .menu div:nth-child(2n + 2) {
    float: left;
  }
}
.front .content-wrapper .wrapper .menu div a {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .front .content-wrapper .wrapper .menu div a {
    opacity: 1;
  }
}
.front .content-wrapper .wrapper .menu div a:hover {
  opacity: 1;
}
.front .content-wrapper .wrapper .menu div img {
  width: 317.5px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .front .content-wrapper .wrapper .menu div img {
    width: 100%;
    border: solid 1px #ccc;
  }
}
.front .video-wrapper {
  position: relative;
  top: 0;
  overflow: hidden;
  z-index: -1;
  height: 900px;
}
@media screen and (max-width: 768px) {
  .front .video-wrapper {
    height: auto;
  }
}
.front .video-wrapper video,
.front .video-wrapper img {
  position: relative;
  left: 50%;
  width: 2100px;
  margin-left: -960px;
}
@media screen and (max-width: 768px) {
  .front .video-wrapper video,
  .front .video-wrapper img {
    left: 0;
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}

/* recruit footer */
.pagetop {
  float: right;
  position: fixed;
  right: 10px;
  bottom: 10px;
  text-align: right;
  z-index: 10;
  display: none;
}
.pagetop.fixed {
  position: relative;
  display: block;
  width: 146px;
  height: 94px;
  margin-top: -174px;
  padding-top: 94px;
}

#footer {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  #footer .footer-navi2 li {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .pagetop {
    widows: auto;
    height: auto;
  }
  .pagetop img {
    width: 50px;
  }

  .footer-navi {
    margin: 20px 7.5%;
  }
  .footer-navi li {
    width: 49%;
    text-align: left;
    margin: 8px 0;
  }
  .footer-navi li:nth-child(2n) {
    padding-left: 1.5%;
  }
  .footer-navi li:nth-child(2n + 1) {
    padding-right: 5px;
    clear: both;
  }
  .footer-navi li a:before {
    display: table;
    content: " ";
  }
  .footer-navi li a:after {
    display: table;
    content: " ";
    clear: both;
  }
  .footer-navi li a img {
    float: left;
    margin: 0;
  }
  .footer-navi li a span {
    float: left;
  }

  .footer-navi2 {
    margin: 10px 7.5% 15px 8%;
  }
  .footer-navi2 li {
    width: auto;
    margin-right: 1em;
  }
  .footer-navi2 li a {
    text-decoration: underline;
  }

  .footer-wrap .footer-about {
    width: 90%;
    margin: 0 auto 10px;
    text-align: center;
  }
  .footer-wrap .footer-about .about {
    float: none;
  }
  .footer-wrap .footer-about .about img {
    float: none;
    display: block;
    margin: 20px auto;
    width: 60%;
    max-width: 273px;
  }
  .footer-wrap .footer-about .about address {
    float: none;
    display: block;
    text-align: center;
    margin: 20px auto;
    font-size: 1rem;
  }
  .footer-wrap .footer-about .iso {
    float: none;
    text-align: left;
    display: inline-block;
  }
  .footer-wrap .footer-about .copyright {
    text-align: center;
    margin: 10px auto 0;
  }
}
/* recruit business */
.business .am1 {
  width: 13.8728323%;
}
.business .am2 {
  width: 18.4971098%;
}
.business .am3 {
  width: 17.6300578%;
}
.business .am4 {
  width: 17.7745664%;
}
.business .am5 {
  width: 18.7861271%;
}
.business .am6 {
  width: 13.4393063%;
}
.business .bg1,
.business .bg2,
.business .bg3,
.business .bg4 {
  background-repeat: no-repeat;
  background-size: contain;
}
.business .bg1 {
  background-image: url(../recruit/img/business/pic1-1.png);
}
@media screen and (max-width: 768px) {
  .business .bg1 {
    background-image: none;
  }
}
.business .bg2 {
  background-image: url(../recruit/img/business/pic2-1.png);
}
@media screen and (max-width: 768px) {
  .business .bg2 {
    background-image: none;
  }
}
.business .bg3 {
  background-image: url(../recruit/img/business/pic3-1.png);
}
@media screen and (max-width: 768px) {
  .business .bg3 {
    background-image: none;
  }
}
.business .bg4 {
  background-image: url(../recruit/img/business/pic4-1.png);
}
@media screen and (max-width: 768px) {
  .business .bg4 {
    background-image: none;
  }
}
.business table td {
  text-align: center;
}
.business .shokusyu h4 {
  margin: 20px 0;
}
.business .shokusyu h5 {
  font-size: 16px;
  padding: 0 20px 3px;
}
.business .shokusyu h5:before {
  content: url(../recruit/img/business/pic-h5.jpg);
  font-size: 16px;
  margin-right: 10px;
}
.business .shokusyu p {
  font-size: 14px;
  margin: 0 0 1em 2.3em;
}
.business .t-fix {
  width: 100%;
  padding: 0;
  margin: 0;
  table-layout: fixed;
  border: none;
}
@media (max-width: 768px) {
  .business #appeal-menu-bg {
    width: 100%;
    background-color: #f0f0f0;
  }
  .business #appeal-menu {
    margin: 0 auto;
    width: 95%;
    vertical-align: top;
    font-size: 0px;
  }
  .business #appeal-menu ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
  }
  .business #appeal-menu ul li {
    list-style: none;
    display: table-cell;
    margin: 0;
    padding: 0;
    float: left;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .business #appeal-menu ul li {
    float: none;
  }
}
@media (max-width: 768px) {
  .business #box1,
  .business #box2,
  .business #box3,
  .business #box4 {
    padding: 3% 0 5% 0;
    margin: 0px;
    width: 100%;
  }
  .business #box2 {
    background-color: #fae656;
  }
  .business #box3 {
    background-color: #a2ebfa;
  }
  .business .inner-box {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 95%;
    max-width: 1032px;
    position: relative;
    z-index: 1;
  }
  .business .inner-box .jigen {
    width: 100%;
    height: auto;
    max-width: 299px;
    max-height: 159px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .business #appeal-menu-bg {
    width: 100%;
    background-color: #f0f0f0;
  }
  .business #appeal-menu {
    margin: 0 auto;
    padding: 0;
    max-width: 1384px;
    vertical-align: top;
    font-size: 0px;
  }
  .business #appeal-menu ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
  }
  .business #appeal-menu ul li {
    float: left;
    list-style: none;
    display: table-cell;
    margin: 0;
    padding: 0;
  }
  .business #box1,
  .business #box2,
  .business #box3,
  .business #box4 {
    margin: 0px;
    width: 100%;
  }
  .business #box1 {
    padding: 38px 0 45px 0;
  }
  .business #box2 {
    padding: 34px 0 100px 0;
    background-color: #fae656;
  }
  .business #box3 {
    padding: 18px 0 54px 0;
    background-color: #a2ebfa;
  }
  .business #box3 .cols .col2 {
    width: 48%;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .business #box3 .cols .col2 {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 2%;
  }
}
@media (min-width: 768px) {
  .business #box4 {
    padding: 15px 0 0px 0;
  }
  .business .inner-box {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 100%;
    max-width: 1032px;
    position: relative;
    z-index: 1;
  }
}

/* recruit voice */
.voice #senpai-box-bg {
  padding: 37px;
  margin: 60px auto 70px;
  max-width: 1138px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .voice #senpai-box-bg {
    margin: 0 0 20px;
    padding: 1em;
    width: 100%;
  }
}
.voice #senpai-box1 {
  padding: 8px 0 0 0;
  margin: 0;
  max-width: 1138px;
  min-height: 742px;
  background-image: url(../recruit/img/voice/glid_bg2.png);
  background-repeat: repeat;
  border: 1px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
  .voice #senpai-box1 {
    padding: 0;
    width: 100%;
    min-height: 0;
  }
}
.voice #senpai-box1 h2 img {
  padding: 0;
  margin: 0 auto 20px;
  text-align: center;
  max-width: 445px;
  max-height: 56px;
}
@media screen and (max-width: 768px) {
  .voice #senpai-box1 h2 {
    margin: 10px auto;
    padding-left: 0;
    width: 80%;
  }
}
.voice #senpai-box1 ul {
  margin: 0;
  padding-left: 56px;
}
@media screen and (max-width: 768px) {
  .voice #senpai-box1 ul {
    padding-left: 0;
  }
}
.voice #senpai-box1 ul li {
  margin: 0 40px 40px 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 28.5%;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .voice #senpai-box1 ul li {
    margin: 0 2% 4%;
    width: 46%;
  }
}
.voice #senpai-box1 ul li img:hover {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .voice #senpai-box1 ul li img {
    opacity: 0;
  }
}

.voice #senpai-box1 ul li.li-07 {
  background-image: url(../recruit/img/voice/pic3-1on.png);
}
.voice #senpai-box1 ul li.li-06 {
  background-image: url(../recruit/img/voice/pic4-1on.png);
}
.voice #senpai-box1 ul li.li-05 {
  background-image: url(../recruit/img/voice/pic5-1on.png);
}
.voice #senpai-box1 ul li.li-04 {
  background-image: url(../recruit/img/voice/pic6-1on.png);
}
.voice #senpai-box1 ul li.li-03 {
  background-image: url(../recruit/img/voice/pic7-1on.png);
}
.voice #senpai-box1 ul li.li-02 {
  background-image: url(../recruit/img/voice/pic8-1on.png);
}
.voice #senpai-box1 ul li.li-01 {
  background-image: url(../recruit/img/voice/pic9-1on.png);
}
.voice .fancybox-nav.fancybox-prev {
  left: -3%;
}
@media screen and (max-width: 768px) {
  .voice .fancybox-nav span {
    top: 58%;
  }
}
@media screen and (max-width: 768px) {
  .voice #sb-wrapper {
    width: 95% !important;
    left: 2.5% !important;
  }
}

/* recruit voice sub */
.voice-sub h1 {
  display: none;
}
.voice-sub #senpai-bg {
  margin: 0;
  width: 534px;
  height: 587;
  z-index: 1;
}
.voice-sub #senpai-txt {
  padding: 0 1em;
  margin: 0;
  width: 260px;
  position: absolute;
  left: 42px;
  top: 190px;
  height: 375px;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 10;
}

/* recruit workflow */
.workflow #workflow-menu img:hover {
  opacity: 0;
}
.workflow #workflow-menu .cols {
  display: flex;
  gap: 10px;
}
.workflow #workflow-menu li {
  background-repeat: no-repeat;
  background-size: contain;
}
/* .workflow #workflow-menu li:nth-child(1) {
  background-image: url("../recruit/img/workflow/list1_on.png");
  margin-left: 0;
} */
.workflow #workflow-menu li:nth-child(1) {
  background-image: url("../recruit/img/workflow/list2_on.png");
}
.workflow #workflow-menu li:nth-child(2) {
  background-image: url("../recruit/img/workflow/list3_on.png");
  margin-right: 0;
}
.workflow .inner-workflow {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: left;
  line-height: 1.8em;
  font-size: 14px;
  padding-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .workflow .inner-workflow {
    padding-bottom: 0;
  }
  .workflow #workflow-menu .cols {
    flex-direction: column;
    align-items: center;
  }
  .workflow #workflow-menu li {
    width: 100%;
    max-width: 400px;
  }
}
.workflow .inner-workflow .fleft.kv {
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .workflow .inner-workflow .fleft.kv {
    margin-left: 0px;
  }
}
.workflow .inner-workflow .fright.kv {
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .workflow .inner-workflow .fright.kv {
    margin-right: 0px;
  }
}
.workflow h2 {
  padding-left: 0;
  margin: 80px auto 40px;
}
@media screen and (max-width: 768px) {
  .workflow h2 {
    margin: 10px auto 0;
  }
}
.workflow .kv {
  position: relative;
  z-index: 1;
  width: 47%;
}
@media screen and (max-width: 768px) {
  .workflow .kv {
    width: 100% !important;
    clear: both;
  }
}
.workflow .kv img {
  position: absolute;
  top: -90px;
}
@media screen and (max-width: 768px) {
  .workflow .kv img {
    margin-top: 0;
    margin-bottom: 20px;
    position: static;
    top: 0px;
  }
}
.workflow .flow_txt {
  width: 46%;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .workflow .flow_txt {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100% !important;
    clear: both;
  }
}
.workflow .t-fix {
  width: 100%;
  padding: 0;
  margin: 0;
  table-layout: fixed;
  border: none;
}
.workflow .step5 .kv {
  width: 60%;
}
.workflow .step5 .flow_txt {
  width: 35%;
}
.workflow .araki .step1 .visible-sp {
  width: 65%;
  margin-top: -45%;
  margin-bottom: -17%;
}
.workflow .araki .step2 .kv img {
  top: -270px;
}
.workflow .yamamoto .step1 .flow_txt {
  width: 72%;
}
.workflow .yamamoto .step1 .kv {
  width: 28%;
}
@media screen and (max-width: 768px) {
  .workflow .yamamoto .step1 .kv {
    padding-bottom: 70%;
  }
}
.workflow .yamamoto .step1 .kv img {
  top: -190px;
  max-width: 273px;
}
@media screen and (max-width: 768px) {
  .workflow .yamamoto .step1 .kv img {
    position: absolute;
    width: 60%;
    top: -30px;
    right: 0;
  }
}
.workflow .yamamoto .step5 .flow_txt {
  width: 72% !important;
  float: left;
  clear: none;
}
.workflow .yamamoto .step5 .kv {
  width: 12%;
  float: right;
  clear: none;
}
@media screen and (max-width: 768px) {
  .workflow .yamamoto .step5 .kv {
    width: 26% !important;
  }
}
.workflow .yamamoto .step5 .kv img {
  top: -120px;
  right: 50px;
  max-width: 118px;
}
.workflow #workflow-wrap {
  margin: 20px auto 40px auto;
  padding: 0px 95px 10px 95px;
  max-width: 1010px;
  background-image: url(../recruit/img/workflow/workflow_bg.gif);
  background-repeat: repeat-y;
}
@media screen and (max-width: 768px) {
  .workflow #workflow-wrap {
    margin: 0;
    padding: 1em;
    width: 100%;
  }
}

/* recruit workstyle */
.workstyle .inner-workstyle {
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
.workstyle .bg1,
.workstyle .bg2,
.workstyle .bg3,
.workstyle .bg4,
.workstyle .bg5,
.workstyle .bg6_1 {
  padding: 0;
  background-repeat: no-repeat;
  background-size: contain;
  clear: both;
}
.workstyle h2 {
  overflow: hidden;
}
.workstyle h2 img {
  float: left;
}
.workstyle .bg1 {
  border-style: solid;
  border-width: 30px;
  -moz-border-image: url(../recruit/img/workstyle/border.png) 30 repeat;
  -webkit-border-image: url(../recruit/img/workstyle/border.png) 30 repeat;
  -o-border-image: url(../recruit/img/workstyle/border.png) 30 repeat;
  border-image: url(../recruit/img/workstyle/border.png) 30 fill repeat;
  padding: 25px;
}
.workstyle .bg1 .col3 {
  margin-bottom: 50px;
}
.workstyle .bg1 .col3 img {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}
.workstyle .bg1 .col4 img {
  display: block;
  max-width: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .workstyle .bg1 .col3,
  .workstyle .bg1 .col4 {
    width: 100%;
    float: none;
  }
  .workstyle .bg1 .cols img {
    width: 80%;
    margin-bottom: 20px;
  }
}
.workstyle .bg2 {
  margin-bottom: 0px;
  background-image: url(../recruit/img/workstyle/pic2-1.png);
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .workstyle .bg2 {
    background-image: none;
  }
}
.workstyle .bg3 {
  margin-bottom: 36px;
  background-image: url(../recruit/img/workstyle/pic3-1.png);
}
@media screen and (max-width: 768px) {
  .workstyle .bg3 {
    background-image: none;
  }
}
.workstyle .bg4 {
  margin-bottom: 36px;
  background-image: url(../recruit/img/workstyle/pic4-1.png);
}
.workstyle .bg5 {
  margin-bottom: 36px;
  background-image: url(../recruit/img/workstyle/pic5-1.png);
}
.workstyle .bg6_1 {
  margin-bottom: 16px;
  background-image: url(../recruit/img/workstyle/pic6-1_bg.png);
  width: 39.62%;
}
@media screen and (max-width: 768px) {
  .workstyle .bg6_1 {
    width: 100%;
  }
}
.workstyle .bg6_2 {
  clear: both;
  width: 51.9%;
}
@media screen and (max-width: 768px) {
  .workstyle .bg6_2 {
    width: 100%;
  }
}
.workstyle .bg6_4 {
  max-width: 550px;
  width: 59%;
}
@media screen and (max-width: 768px) {
  .workstyle .bg6_4 {
    width: 100%;
  }
}
.workstyle .bg6_5 {
  max-width: 435px;
  width: 43.2%;
}
@media screen and (max-width: 768px) {
  .workstyle .bg6_5 {
    width: 100%;
  }
}
.workstyle .t-fix {
  width: 100%;
  padding: 0;
  margin: 0;
  table-layout: fixed;
  border: none;
}
.workstyle #workstyle-wrap {
  margin: 30px auto 40px auto;
  padding: 48px 95px 10px 95px;
  max-width: 1200px;
  background-image: url(../recruit/img/workstyle/workstyle_bg.gif);
  background-repeat: repeat-y;
}
@media screen and (max-width: 768px) {
  .workstyle #workstyle-wrap {
    padding: 1em;
    width: 100%;
  }
}

/* recruit guideline */
.guideline h1 {
  height: 227px;
}
@media screen and (max-width: 768px) {
  .guideline h1 {
    height: auto;
  }
  .guideline h1 img {
    width: 100%;
    height: auto;
  }
}
.guideline .inner-guideline {
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
.guideline h2 {
  font-size: 32px;
  letter-spacing: 0.1em;
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: left;
  color: #727172;
  border-left: solid 6px #727172;
  padding-top: 2px;
}
@media screen and (max-width: 768px) {
  .guideline h2 {
    font-size: 24px;
    width: 100%;
  }
}
.guideline h2.mt0 {
  margin-top: 0;
}
.guideline h2 span {
  letter-spacing: 1px;
  font-weight: normal;
  margin-left: 20px;
  font-size: 18px;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .guideline h2 span {
    font-size: 14px;
    display: block;
    margin-left: 0;
    line-height: 1.5em;
  }
}
.guideline table {
  border-collapse: collapse;
}
.guideline table td,
.guideline table th {
  padding: 20px;
  border: solid 1px #595757;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .guideline table td,
  .guideline table th {
    font-size: 14px;
    padding: 2.5%;
    line-height: 1.5em;
  }
}
.guideline table th {
  width: 25%;
  font-weight: bold;
}
.guideline table td {
  width: 75%;
}
.guideline table td p {
  margin-bottom: 10px;
}
.guideline table td p:last-child {
  margin-bottom: 0;
}
.guideline #shinsotsu table th {
  background-color: #e8f5fa;
}
.guideline #tsunen table th {
  background-color: #ffe6e3;
}
.guideline .entry_btn {
  width: 50%;
  height: auto;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .guideline .entry_btn {
    margin: 10px auto 0;
    width: 100%;
    padding: 1em;
  }
}
.guideline .entry_btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.guideline .guideline_comment {
  margin-top: 80px;
  width: 100%;
  height: auto;
  max-width: 683px;
  max-height: 232px;
}
@media screen and (max-width: 768px) {
  .guideline .guideline_comment {
    margin-top: 10px;
    margin-bottom: 60px;
  }
}
.guideline #guideline-wrap {
  margin: 30px auto 40px;
  padding: 48px 95px 10px 95px;
  max-width: 1010px;
  background-image: url(../recruit/img/guideline/guideline_bg.gif);
  background-repeat: repeat-y;
}
@media screen and (max-width: 768px) {
  .guideline #guideline-wrap {
    margin: 10px auto 20px;
    padding: 1em;
    width: 100%;
  }
}
.guideline #guideline-wrap a {
  text-decoration: underline;
}

/* recruit entry */
.entry h1 {
  height: 227px;
}
@media screen and (max-width: 768px) {
  .entry h1 {
    height: auto;
  }
  .entry h1 img {
    width: 100%;
    height: auto;
  }
}
.entry .inner-entry {
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
.entry h2 {
  font-size: 32px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: left;
  color: #727172;
  border-left: solid 6px #727172;
  padding-top: 2px;
}
@media screen and (max-width: 768px) {
  .entry h2 {
    font-size: 24px;
    width: 100%;
  }
}
.entry h2.mt0 {
  margin-top: 0;
}
.entry p {
  text-align: left;
  line-height: 1.5em;
}
.entry p.tac {
  text-align: center;
}
.entry span.red {
  color: #c00;
}
.entry table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.entry table tr.error th,
.entry table tr.error td {
  background-color: #fcc;
  color: #f00;
}
.entry table tr.error strong {
  display: block;
  color: #f00;
}
.entry table td,
.entry table th {
  padding: 15px;
  border: solid 1px #595757;
  line-height: 1.5em;
  font-size: 16px;
}
.entry table p.txt-small {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .entry table td,
  .entry table th {
    font-size: 12px;
    padding: 2.5%;
  }
}
.entry table th {
  background-color: #e8f5fa;
  width: 30%;
  font-weight: bold;
}
.entry table td {
  width: 70%;
}
.entry table td input,
.entry table td select,
.entry table td textarea {
  padding: 5px;
  margin-bottom: 5px;
}
.entry table td p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .entry table td p {
    font-size: 12px;
  }
}
.entry table td .field01 {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .entry table td .field01.sp45 {
    width: 45%;
  }
}
.entry table td .field02 {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .entry table td .field02 {
    width: 100%;
  }
}
.entry table td .field03,
.entry table td .field-message {
  width: 100%;
}
.entry table td .field04 {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .entry table td .field04 {
    width: 80%;
  }
}
.entry input[name="btn_submit"],
.entry input[name="btn_back"],
.entry input[name="back"] {
  cursor: pointer;
  padding: 10px 50px;
}
@media screen and (max-width: 768px) {
  .entry input[name="btn_submit"],
  .entry input[name="btn_back"],
  .entry input[name="back"] {
    padding: 10px 30px;
  }
}
.entry input[type="radio"] {
  appearance: none;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  vertical-align: -2px;
  border: 1px solid #595757;
  margin: 0;
}
.entry input[type="radio"]:checked:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0e4ba4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.entry #serchAddr {
  cursor: pointer;
}
.entry #entry-wrap {
  margin: 0 auto 40px;
  padding: 48px 95px 10px 95px;
  max-width: 1010px;
  background-repeat: repeat-y;
}
@media screen and (max-width: 768px) {
  .entry #entry-wrap {
    margin: 10px auto 20px;
    padding: 1em;
    width: 100%;
  }
}
