@charset "UTF-8";

/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

/* Hides from IE Mac \ */
/* End Hack */
#mihon {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1000;
  opacity: 0.5;
}

#util {
  width: 150px;
  height: 50px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
  border: 1px solid black;
  background-color: rgba(255, 255, 255, 0.3);
  color: black;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

html {
  -webkit-font-smoothing: antialiased;
}

body, html {
  width: 100%;
  min-width: 980px;
  height: auto;
  color: white;
  background-color: #485f72;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴシック", Meiryo, "メイリオ", sans-serif;
}

body.ipd, html.ipd {
  min-width: 1050px;
}

a {
  color: white;
  text-decoration: none;
}

a:active {
  color: white;
}

#bg img {
  display: none;
}

#header-wrap {
  width: 100%;
  height: 77px;
  position: relative;
  z-index: 999;
  /*  overflow: hidden; */
}

#header-wrap header {
  width: 980px;
  height: 77px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 0;
}

#header-wrap header #logo {
  margin-top: 32px;
  float: left;
}

#header-wrap header #logo a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}

#header-wrap header #logo .svg {
  width: 172px;
  height: 15px;
}

#header-wrap header #logo .svg svg {
  width: 172px;
  height: 15px;
}

#header-wrap header #menubtn {
  display: none;
}

#header-wrap header #navibar {
  width: 0px;
  height: 1px;
  background-color: white;
  position: absolute;
  left: 0px;
  top: 62px;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#header-wrap header #gnav {
  float: right;
}

#header-wrap header #gnav>ul {
  margin-right: -20px;
}

#header-wrap header #gnav>ul>li {
  float: left;
  /*  position: relative;*/
}

#header-wrap header #gnav>ul>li a {
  display: block;
  padding: 33px 20px 22px 20px;
  font-size: 0.8em;
  line-height: 1em;
  cursor: pointer;
  /*			box-sizing: border-box;*/
}

#header-wrap header #gnav>ul>li a .pc {
  box-sizing: border-box;
}

#header-wrap header #gnav>ul>li.group-site a {
  background: url(/assets/images/common/nav_line.gif) no-repeat left 33px;
}

#header-wrap header #gnav>ul>li a .icon_plus {
  display: none;
}

#header-wrap header #gnav>ul>li a.over, #header-wrap header #gnav>ul>li a.active {
  color: #d9ff57;
}

#header-wrap header #gnav>ul>li a .pc {
  font-weight: bold;
}

#header-wrap header #gnav>ul>li>ul {
  display: none;
  min-width: 100%;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#header-wrap header #gnav>ul>li>ul li {
  width: 100%;
}

#header-wrap header #gnav>ul>li>ul li a {
  display: block;
  margin-bottom: 1px;
  padding-left: 26px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
  color: white;
  background-color: rgba(255, 255, 255, 0.25);
}

#header-wrap header #gnav>ul>li>ul li a img.icon_arrow {
  display: none;
}

#header-wrap header #gnav ul li .gnavi-sub {
  left: 0;
  position: absolute;
  display: none;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 1s;
  top: 70px;
  z-index: 991;
}
@media screen and (max-width: 640px) {
  .gnavi-sub.pc{
    display: none;
  }
}
/*
#header-wrap header #gnav .service .gnavi-sub-inner :after{
    content: "";
    border: 12px solid transparent;
    border-bottom: 12px solid rgba(0,0,0,0.1);
    position: absolute;
    top: -24px;
    left: 290px;
}
*/
svg.batake-svg {
  width: 200px;
  height: 200px;
}

#header-wrap header #gnav ul li .gnavi-sub .gnavi-sub-inner ul::after {
  content: "";
  display: block;
  clear: both;
}

#header-wrap header #gnav ul li .gnavi-sub .gnavi-sub-inner .gnavi-sub-li {
  text-align: center;
  width: 200px;
  float: left;
  border-right: solid 1px #606367;
}

#header-wrap header #gnav ul li .gnavi-sub .gnavi-sub-inner .gnavi-sub-li a {
  box-sizing: border-box;
  padding: 25px 30px;
}

#header-wrap header #gnav ul li .gnavi-sub .gnavi-sub-inner .gnavi-sub-li:nth-child(1) a,
#header-wrap header #gnav ul li .gnavi-sub .gnavi-sub-inner .gnavi-sub-li:nth-child(2) a,
#header-wrap header #gnav ul li .gnavi-sub .gnavi-sub-inner .gnavi-sub-li:nth-child(3) a {
  box-sizing: border-box;
  padding: 40px 10px 10px;
}

#header-wrap header #gnav ul li .gnavi-sub .gnavi-sub-inner .gnavi-sub-li a {}

#header-wrap header #gnav>ul>li a:hover {
  color: #d9ff57;
}

#header-wrap header #gnav ul li .gnavi-sub .gnavi-sub-inner .gnavi-sub-li:last-child {
  width: 377px;
  text-align: left;
  border-right: none;
}

#header-wrap header #gnav ul li .gnavi-sub .gnavi-sub-inner .gnavi-sub-li:hover {
  background: rgba(100, 100, 100, 0.7);
}

#header-wrap header #gnav ul li .gnavi-sub .gnavi-sub-inner .gnavi-sub-li:last-child:hover {
  background: rgba(0, 0, 0, 0.7);
}

#header-wrap header #gnav ul li .gnavi-sub li .sub-inner-box li {
  width: 100%;
  border-bottom: solid 1px #606367;
}

#header-wrap header #gnav ul li .gnavi-sub li .sub-inner-box li:hover {
  background: rgba(100, 100, 100, 0.7);
}

#header-wrap header #gnav ul li .gnavi-sub li .sub-inner-box li a {
  padding: 25px 0 25px 30px;
}

#header-wrap header #gnav ul li .gnavi-sub li .sub-inner-box li:last-child {
  border-bottom: none;
}

#header-wrap header #gnav ul li .gnavi-sub li .sub-inner-box li span {
  width: 300px;
  display: inline-block;
}

#header-wrap header #gnav ul li .gnavi-sub li .sub-inner-box li img {
  display: inline-block;
}

#header-wrap header #gnav ul li .gnavi-sub li .sub-inner-box li .sp {
  display: none;
}

#header-wrap header #gnav ul li .gnavi-sub .gnavi-sub-inner .gnavi-sub-li img {
  margin: auto;
}

#header-wrap header #gnav ul li .gnavi-sub .gnavi-sub-inner .gnavi-sub-li span {
  margin: 20px 0;
  color: #fff;
}

#header-wrap header #gnav ul li .gnavi-sub .gnavi-sub-inner .gnavi-sub-li .sub-inner-box li span {
  margin: 0;
}

#header-wrap header #gnav>ul>li.service a svg, #header-wrap header #gnav>ul>li.service .svg
/*#header-wrap header #gnav > ul > li.service img*/
  {
  width: 66px;
  height: 12px;
}

#header-wrap header #gnav>ul>li.strength a svg, #header-wrap header #gnav>ul>li.strength .svg, #header-wrap header #gnav>ul>li.strength img {
  width: 77px;
  height: 12px;
}

#header-wrap header #gnav>ul>li.company a svg, #header-wrap header #gnav>ul>li.company .svg, #header-wrap header #gnav>ul>li.company img {
  width: 74px;
  height: 12px;
}

#header-wrap header #gnav>ul>li.recruit a svg, #header-wrap header #gnav>ul>li.recruit .svg, #header-wrap header #gnav>ul>li.recruit img {
  width: 62px;
  height: 12px;
}

#header-wrap header #gnav>ul>li.contact a svg, #header-wrap header #gnav>ul>li.contact .svg, #header-wrap header #gnav>ul>li.contact img {
  width: 68px;
  height: 12px;
}

#header-wrap header #gnav>ul>li:after {
  display: block;
  content: "";
  clear: both;
}

#header-wrap header:after {
  display: block;
  content: "";
  clear: both;
}

#header-wrap hr {
  width: 100%;
  min-width: 1200px;
  margin: 0px;
  padding: 0px;
  clear: both;
  border: 0px;
  background-color: #7d91a3;
}

#header-wrap header #gnav>ul>li.service .icon_navservice {
  display: block;
  width: 65px;
  height: auto;
  margin-bottom: 20px;
  margin: 0 auto 20px auto;
}

.navi-blue #header-wrap a {
  color: #002853;
}

.navi-blue #header-wrap #logo a .svg svg polygon, .navi-blue #header-wrap #logo a .svg svg rect, .navi-blue #header-wrap #logo a .svg svg path {
  fill: #002853;
}

#footer-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url(../../assets/images/common/footer_copyrightbase.png);
  background-repeat: no-repeat;
  background-position: left bottom 60px;
  background-color: #586f83;
  border-top: 1px solid #7d91a3;
}
@media (max-width: 640px){
  #footer-wrap{
    background-image: none;
  }
}
#footer-wrap footer nav {
  width: 980px;
  margin: auto;
  display: flex;
}

#footer-wrap .footer-menu{
  display: flex;
  padding-top: 40px;
  border-right: 1px solid #7d91a3;
}

#footer-wrap .footer-menu li{
  width: 140px;
}

#footer-wrap .footer-menu li.strength {
  width: 160px;
}

#footer-wrap .footer-menu li.company {
  width: 120px;
}

#footer-wrap .footer-menu a {
  display: block;
  margin-bottom: 20px;
  cursor: pointer;
}

#footer-wrap nav a:hover {
  color: #d9ff57;
}

#footer-wrap .footer-menu a.name {
  font-weight: bold;
}

#footer-wrap .footer-menu-inner {
  width: 110px;
}

#footer-wrap .footer-menu-inner a {
  display: block;
  width: 110px;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.2em;
  text-decoration: none;
  white-space: nowrap;
  color: white;
}

#footer-wrap .outside {
  width: 234px;
  margin-left: 42px;
  padding-top: 40px;
}

#footer-wrap .outside li{
  margin-bottom: 18px;
}

#footer-wrap .outside li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
}

#footer-wrap .outside li a .name {
  font-size: 15px;
  line-height: 15px;
}


#footer-wrap .outside li a:hover .svg polyline {
  stroke: #d9ff57;
}

#footer-wrap .outside li .svg {
  width: 17px;
  height: 22px;
}

#footer-wrap .copyright {
  color: #445462;
  width: 980px;
  margin-left: 42px;
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
}



#footer-wrap .copyright .logo0 {
  margin-right: 20px;
}
#footer-wrap .copyright .logo0  img{
  max-width: 100%;
}

#footer-wrap .copyright .logo1 {
  margin-right: 5px;
  margin-top: 10px;
  float: left;
}

#footer-wrap .copyright .logo2 {
  margin-top: 10px;
  float: left;
}

#footer-wrap .copyright .wrap {
  margin-top: 10px;
  font-size: 0.8em;
}

#footer-wrap .copyright .copy {
  font-size: 1em;
  letter-spacing: -0.05em;
  clear: both;
  font-family: sans-serif;
}
.footer-link-other a {
  color: #445462;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
}


.navi-blue #footer-wrap {
  background-color: #586f83;
}

#attention-wrap {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
  background-color: #374754;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#attention-wrap #attention {
  overflow-y: scroll;
  width: 818px;
  height: 632px;
  margin-bottom: 60px;
  margin-left: -489px;
  margin-top: -350px;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 58px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  border: 1px solid white;
  clear: both;
  font-size: 0.75em;
  line-height: 2em;
  color: #485d6e;
  background-color: white;
}

#attention-wrap #attention h3 {
  margin-bottom: 30px;
  font-size: 1.5em;
  font-weight: normal;
  text-align: center;
}

#attention-wrap #attention ul {
  /*margin-bottom: 40px;*/
}

#attention-wrap #attention p {
  clear: both;
}

#attention-wrap #attention .info {
  float: right;
  text-align: right;
  font-size: 1.1em;
}

#attention-wrap #attention .info:after {
  display: block;
  content: "";
  clear: both;
}

#attention-wrap #attention .info p.date2 {
  margin-bottom: 20px;
}

#attention-wrap #attention .closebtn {
  position: absolute;
  left: 450px;
  top: 820px;
  cursor: pointer;
  padding: 20px;
}

#attention2-wrap {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
  background-color: #374754;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#attention2-wrap #attention2 {
  overflow-y: scroll;
  width: 818px;
  height: 632px;
  margin-bottom: 60px;
  margin-left: -489px;
  margin-top: -350px;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 58px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  border: 1px solid white;
  clear: both;
  font-size: 0.75em;
  line-height: 2em;
  color: #485d6e;
  background-color: white;
}

#attention2-wrap #attention2 h3 {
  margin-bottom: 30px;
  font-size: 1.5em;
  font-weight: normal;
  text-align: center;
}

#attention2-wrap #attention2 ul {
  margin-bottom: 40px;
}

#attention2-wrap #attention2 .closebtn {
  position: relative;
  left: 45%;
  background: white;
  cursor: pointer;
}

#attention2-wrap #attention2 a {
  color: #485d6e;
  text-decoration: underline;
}

#attention2-wrap #attention2 .ag-paragraph {
  margin: 0 0 40px 20px;
}

#attention2-wrap #attention2 .mb-40 {
  margin: 0 0 40px 0;
}

#attention3-wrap {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
  background-color: #374754;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#attention3-wrap #attention3 {
  overflow-y: scroll;
  width: 818px;
  height: 632px;
  margin-bottom: 60px;
  margin-left: -489px;
  margin-top: -350px;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 58px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  border: 1px solid white;
  clear: both;
  font-size: 0.75em;
  line-height: 2em;
  color: #485d6e;
  background-color: white;
}

#attention3-wrap #attention3 h3 {
  margin-bottom: 30px;
  font-size: 1.5em;
  font-weight: normal;
  text-align: center;
}

#attention3-wrap #attention3 ul {
  margin-bottom: 40px;
}

#attention3-wrap #attention3 .closebtn {
  position: relative;
  left: 45%;
  background: white;
  cursor: pointer;
}

#attention3-wrap #attention3 a {
  color: #485d6e;
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  #mihon {
    margin-left: 0px;
    margin-top: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1000;
    opacity: 0.25;
    zoom: 0.5;
  }

  #mihon img {
    width: 640px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  body, html {
    width: 320px;
    min-width: auto;
  }

  #wrapper {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  #totopbtn {
    position: fixed;
    right: 15px;
    bottom: 40px;
    z-index: 10001;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  #totopbtn img {
    width: 50px;
    height: 50px;
  }

  #totopbtn .white {
    display: block;
  }

  #totopbtn .blue {
    display: none;
  }

  #header-wrap {
    width: 320px;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3000;
  }

  #header-wrap header {
    width: 320px;
    min-width: 320px;
    max-width: 320px;
    height: 50px;
  }

  #header-wrap header #logo {
    margin-top: 0px;
    position: absolute;
    left: 15px;
    top: 20px;
    z-index: 0;
    float: none;
  }

  #header-wrap header #logo .svg {
    width: 150px;
    height: auto;
  }

  #header-wrap header #logo .svg svg, #header-wrap header #logo .svg .svg, #header-wrap header #logo .svg img {
    width: 150px;
    height: auto;
    vertical-align: top;
  }

  #header-wrap header #menubtn {
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
  }

  #header-wrap header #menubtn .open {
    width: 46px;
    height: 46px;
    text-align: right;
    position: relative;
    z-index: 1;
  }

  #header-wrap header #menubtn .open img {
    width: 15px;
    height: 12px;
    margin-right: 9px;
    margin-top: 9px;
  }

  #header-wrap header #menubtn .close {
    display: none;
    width: 46px;
    height: 46px;
    text-align: right;
    position: relative;
    z-index: 2;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  #header-wrap header #menubtn .close img {
    width: 12px;
    height: 12px;
    margin-right: 9px;
    margin-top: 9px;
  }

  #header-wrap header #menubtn .awa {
    width: 25px;
    height: 30px;
    position: absolute;
    left: 5px;
    top: -20px;
    z-index: 0;
  }

  #header-wrap header #gnav {
    display: none;
    height: 100%;
    padding-top: 50px;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 1;
    float: none;
    background-color: rgba(0, 0, 0, 0.7);
  }

  #header-wrap header #gnav>ul {
    margin-right: auto;
  }

  #header-wrap header #gnav>ul>li {
    float: none;
    border-bottom: 1px solid black;
  }

  #header-wrap header #gnav>ul>li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  #header-wrap header #gnav>ul>li a {
    display: block;
    width: 298px;
    height: 38px;
    padding: 22px 0px 0px 22px;
    border-bottom: 1px solid #383838;
  }

  #header-wrap header #gnav>ul>li a img {
    float: left;
  }

  #header-wrap header #gnav>ul>li a .icon_plus {
    display: block;
    margin-top: -12px;
    padding: 15px 15px 15px 80px;
    float: right;
  }

  #header-wrap header #gnav>ul>li a .icon_plus img {
    display: block;
    width: 11px;
    height: 11px;
  }

  #header-wrap header #gnav>ul>li>ul {
    display: block;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 0;
    overflow: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  #header-wrap header #gnav>ul>li>ul>li {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
  }

  #header-wrap header #gnav>ul>li>ul>li>a {
    width: 283px;
    height: 44px;
    margin-bottom: 0px;
    padding: 16px 15px 0px 22px;
    color: black;
    border-bottom: 1px solid #f0f0f0;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 1em;
  }

  #header-wrap header #gnav>ul>li>ul>li>a span {
    float: left;
  }

  #header-wrap header #gnav>ul>li>ul>li>a span.jp {
    font-size: 0.6em;
    line-height: 2em;
  }

  #header-wrap header #gnav>ul>li>ul>li>a img.icon_arrow {
    display: block;
    width: 9px;
    height: 11px;
    margin-top: -5px;
    float: right;
  }

  #header-wrap header #gnav>ul>li.top a svg, #header-wrap header #gnav>ul>li.top .svg, #header-wrap header #gnav>ul>li.top img {
    width: 40px;
    height: 15px;
  }

  #header-wrap header #gnav>ul>li.service a svg, #header-wrap header #gnav>ul>li.service .svg, #header-wrap header #gnav>ul>li.service img {
    width: 85px;
    height: 15px;
  }

  #header-wrap header #gnav>ul>li.strength a svg, #header-wrap header #gnav>ul>li.strength .svg, #header-wrap header #gnav>ul>li.strength img {
    width: 108px;
    height: 15px;
  }

  #header-wrap header #gnav>ul>li.company a svg, #header-wrap header #gnav>ul>li.company .svg, #header-wrap header #gnav>ul>li.result img {
    width: 103px;
    height: 15px;
  }

  #header-wrap header #gnav>ul>li.company a svg, #header-wrap header #gnav>ul>li.company .svg, #header-wrap header #gnav>ul>li.company img {
    width: 103px;
    height: 15px;
  }

  #header-wrap header #gnav>ul>li.recruit a svg, #header-wrap header #gnav>ul>li.recruit .svg, #header-wrap header #gnav>ul>li.recruit img {
    width: 87px;
    height: 15px;
  }

  #header-wrap header #gnav>ul>li.recruit ul li a span.jp {
    font-size: 0.8em;
    line-height: 2.4em;
  }

  #header-wrap header #gnav>ul>li.news a svg, #header-wrap header #gnav>ul>li.news .svg, #header-wrap header #gnav>ul>li.news img {
    width: 58px;
    height: 15px;
  }

  #header-wrap header #gnav>ul>li.contact a svg, #header-wrap header #gnav>ul>li.contact .svg, #header-wrap header #gnav>ul>li.contact img {
    width: 99px;
    height: 15px;
  }

  #header-wrap header #gnav div.group-site a {
    display: block;
    text-align: center;
    padding: 12px 0px;
    margin: 20px 15px;
    border: 1px solid #383838;
  }

  #header-wrap header #gnav div.group-site img {
    width: 118px;
    height: 15px;
  }

  #header-wrap header #gnav .recruit img.icon_arrow {
    margin-top: 10px;
  }

  #header-wrap hr {
    display: none;
    min-width: 320px;
  }

  #footer-wrap {
    width: 320px;
    /*height: 328px;*/
    height: 400px;
    overflow: hidden;
  }
  .copyright-wrap{
    position: relative;
  }
  .copyright-wrap::before{
    position: absolute;
    width: 100%;
    content: '';
    display: block;
    height: 60%;
    background-color: #fff;
    bottom: 0;
    left: 0;
  }

  #footer-wrap .copyright {
    width: auto;
    padding-left: 15px;
    padding-top: 20px;
    margin-left: 0;
    flex-wrap: wrap;
    position: relative;
    background: url(../../assets/images/common/footer_copyrightbase.png) no-repeat left top ;
    z-index: 1;
  }
  #footer-wrap .copyright .logo0{
    order: 4;
    width: 100%;
    margin-top: 10px;
  }
  #footer-wrap .copyright .logo1, #footer-wrap .copyright .logo2{
    width: 50px;
    margin: 0 5px;
  }
  #footer-wrap .copyright .copy{
    order: 5;
    margin-top: 10px;
    font-size: 10px;
  }

  #footer-wrap .copyright .front {
    width: 300px;
    top: 95px;
    left: 16px;
  }

  #footer-wrap .copyright .front .logo0 {
    width: 34px;
    height: 32px;
    margin-bottom: 10px;
    clear: both;
  }

  #footer-wrap .copyright .front .logo1, #footer-wrap .copyright .front .logo2 {
    width: 40px;
    height: 40px;
    margin-top: -6px;
  }

  #footer-wrap .copyright .front .wrap {
    width: 150px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 0.6em;
  }

  #footer-wrap .copyright .front .wrap p.privacy, #footer-wrap .copyright .front .wrap p.agreement, #footer-wrap .copyright .front .wrap p.aboutsite {
    margin-top: 0px;
    float: none;
  }

  #footer-wrap .copyright .front p.copy {
    width: 300px;
    font-size: 0.5em;
    font-weight: normal;
    clear: both;
  }

  #footer-wrap .copyright .back img {
    max-width: 320px;
  }

  #footer-wrap footer {
    width: 320px;
  }
  #footer-wrap footer nav{
    width: auto;
    display: block;
  }

  #footer-wrap footer nav ul {
    display: none;
  }

  #footer-wrap footer nav .line {
    display: none;
  }

  #footer-wrap .outside {
    display: block;
    margin-left: 15px;
    margin-top: 15px;
  }

  #footer-wrap .outside li {
    /* width: 166px; */
  }

  #footer-wrap .outside li .svg svg {
    width: 12px;
    height: 15px;
  }

  #footer-wrap .outside li a {
    margin-bottom: 15px;
    line-height: 1.2;
    text-decoration: none;
    color: white;
  }

  #footer-wrap .outside li a span.name {
    font-size: 11px;
    line-height: 15px;
  }

  #footer-wrap .outside li img {
    width: 10px;
    height: 12px;
    margin-top: 8px;
    float: right;
  }
  #footer-wrap .footer-menu{
    display: none;
  }
  #footer-wrap .footer-menu li{
    width: auto;
  }
  .footer-link-other{
    width: 100%;
  }

  .footer-link-other a{
    display: block;
  }
  #attention-wrap {
    display: none;
    width: 290px;
    height: 879px;
    position: absolute;
    left: 15px;
    top: 50px;
    z-index: 9999;
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  #attention-wrap #attention {
    overflow-y: scroll;
    width: 270px;
    height: 879px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 35px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    border: none;
    clear: both;
    font-size: 0.62em;
    line-height: 1.8em;
    color: #485d6e;
    background-color: white;
  }

  #attention-wrap #attention h3 {
    margin-bottom: 30px;
    font-size: 1.5em;
    font-weight: normal;
    text-align: center;
  }

  #attention-wrap #attention ul {
    margin-bottom: 40px;
  }

  #attention-wrap #attention p {
    clear: both;
  }

  #attention-wrap #attention .info {
    display: none;
  }

  #attention-wrap #attention .closebtn {
    position: absolute;
    left: 125px;
    /*top: 870px;*/
    top: 1150px;
    cursor: pointer;
  }

  #attention2-wrap {
    display: none;
    width: 290px;
    height: 879px;
    position: absolute;
    left: 15px;
    top: 50px;
    z-index: 9999;
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  #attention2-wrap #attention2 {
    overflow-y: scroll;
    width: 270px;
    height: 879px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 35px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    border: none;
    clear: both;
    font-size: 0.62em;
    line-height: 1.8em;
    color: #485d6e;
    background-color: white;
  }

  #attention2-wrap #attention2 h3 {
    margin-bottom: 30px;
    font-size: 1.5em;
    font-weight: normal;
    text-align: center;
  }

  #attention2-wrap #attention2 ul {
    margin-bottom: 40px;
  }

  #attention2-wrap #attention2 .info {
    display: none;
  }

  #attention2-wrap #attention2 .closebtn {
    position: relative;
    left: 125px;
    /* top: 870px;*/
    cursor: pointer;
  }

  #attention2-wrap #attention2 a {
    color: #485d6e;
    text-decoration: underline;
  }

  #attention3-wrap {
    display: none;
    width: 290px;
    height: 879px;
    position: absolute;
    left: 15px;
    top: 50px;
    z-index: 9999;
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  #attention3-wrap #attention3 {
    overflow-y: scroll;
    width: 270px;
    height: 879px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 35px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    border: none;
    clear: both;
    font-size: 0.62em;
    line-height: 1.8em;
    color: #485d6e;
    background-color: white;
  }

  #attention3-wrap #attention3 h3 {
    margin-bottom: 30px;
    font-size: 1.5em;
    font-weight: normal;
    text-align: center;
  }

  #attention3-wrap #attention3 ul {
    margin-bottom: 40px;
  }

  #attention3-wrap #attention3 .info {
    display: none;
  }

  #attention3-wrap #attention3 .closebtn {
    position: relative;
    left: 125px;
    /* top: 870px;*/
    cursor: pointer;
  }

  #attention3-wrap #attention3 a {
    color: #485d6e;
    text-decoration: underline;
  }
}

/* 0426 */
.pankuzu {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 1;
  margin-bottom: 50px;
  font-size: 12px;
  color: #fff;
}

.pankuzu li:last-child:after {
  content: "";
}

.pankuzu a {
  text-decoration: underline;
  display: inline;
  width: auto;
  height: auto;
}

@media screen and (max-width: 640px) {
  #contents {
    padding-top: 0 !important;
  }

  .pankuzu {
    width: 290px;
    margin-left: 15px;
  }

  .pankuzu {
    font-size: 0.7em;
    line-height: 2.0;
  }
}

/* 1223 お問い合わせ追従*/
.follow-btn-wrap {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
}

.follow-btn {
  display: block;
  margin: auto;
  width: 240px;
  height: 40px;
  margin-top: 10px;
  border: solid 1px #fff;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  transition: 0.2s;
}

.follow-btn:hover {
  background: #fff;
  color: #1f2830;
  transition: 0.2s;
}

.follow-btn-wrap+#footer-wrap {
  height: 493px;
}

.follow-btn-wrap+#footer-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 61px;
  background: #fff;
  left: 0;
  bottom: 1px;
}

@media screen and (max-width: 640px) {
  .follow-btn-wrap+#footer-wrap {
    height: auto;
  }

  .follow-btn-wrap+#footer-wrap::after {
    height: 71px;
  }
}

/*--200228--*/
#agreement-text ol {
  counter-reset: li;
}

#agreement-text ol>li:before {
  counter-increment: li;
  content: counter(li) ". ";
}

#agreement-text ul li {
  background-position: 0px 0.6em;
  padding-left: 2px;
  margin-bottom: 3px;
  margin-left: 1.0em;
}

/*--210615--*/
.sec {
  width: 980px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 140px;
  line-height: 1.5;
}

.sec div, .sec p, .sec h3, .sec h5, .sec h6, .sec ol, .sec ul {
  margin-top: 20px;
}

.sec p, .sec ol, .sec ul {
  font-size: 15px;
}

/*--210618--*/
@media screen and (max-width: 640px) {
  .sec {
    width: 290px;
    /* margin: 0 auto; */
    margin-left: 15px;
    margin-right: 15px;
  }

  .sec p, .sec ol, .sec ul, .sec dl {
    font-size: 10px;
  }
}
