@charset "UTF-8";

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

.cf {
  *zoom: 1;
}

.cf:before {
  content: " ";
  ;
}

.cf:after {
  content: " ";
  display: table;
  clear: both;
}

.left {
  float: left;
}

img,
iframe {
  vertical-align: bottom;
  max-width: 100%;
}

.resImg {
  display: none;
}

strong {
  font-weight: bold;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  line-height: 1.8;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  color: #221815;
  line-height: 1.4;
  overflow-x: hidden;
}

.for_pc {
  display: block !important;
}

.for_sp {
  display: none !important;
}

span.for_pc {
  display: inline !important;
}

br.for_pc {
  display: inline-block !important;
}

br.for_sp {
  display: none !important;
}

/* Link
----------------------------------------- */
a {
  outline: 0;
  text-decoration: none;
  color: #000;
  word-break: break-all;
}

a:active {
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  color: #555;
}

a:active img {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  zoom: 1;
  background-image: url(../images/dummy.png);
}

@media print,
screen and (min-width: 769px) {
  a:hover {
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    color: #555;
  }

  a:hover img {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    zoom: 1;
    background-image: url(../images/dummy.png);
  }
}

@media print,
screen and (min-width: 769px) {
  .btn:hover {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    zoom: 1;
    background-image: url(../images/dummy.png);
  }
}

.btn:active {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  zoom: 1;
  background-image: url(../images/dummy.png);
}

/* Animation
----------------------------------------- */
body .emergence {
  -webkit-transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

body .emergence.delay-1 {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

body .emergence.delay-2 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

body .emergence.delay-3 {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}

body .emergence.delay-4 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

body .emergence[data-emergence=visible] {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Layout
----------------------------------------- */
.container {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.container.l {
  max-width: 1030px;
}

/* Header
----------------------------------------- */
#header {
  z-index: 100;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 25px 0 0;
  color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

#header h1 {
  position: absolute;
  left: 50px;
  top: 25px;
  z-index: 2;
  font-size: 18px;
}

@media(max-width: 768px) {
  #header h1 {
    font-size: 16px;
  }
}

#header.fixed {
  position: fixed;
  padding: 25px 0;
  left: 0;
  top: 0;
  right: 0;
  background-image: url(../images/top/keyvisual_bg.png);
  background-color: rgba(0, 0, 0, 0.3);
}

#gnav {
  color: #fff;
  font-family: "Helvetica Neue", "Segoe UI", sans-serif;
  font-style: italic;
  letter-spacing: -.4em;
  text-align: right;
  z-index: 2;
}

#gnav li {
  position: relative;
  display: inline-block;
  padding: 0 7px;
  letter-spacing: .025em;
}

#gnav li:before {
  position: absolute;
  left: -2px;
  width: 1px;
  height: 30px;
  background: #fff;
  content: '';
  -webkit-transform: rotate(29deg);
  transform: rotate(29deg);
}

#gnav a {
  display: block;
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
}

@media (max-width: 975px) {
  #gnav {
    padding-top: 40px;
  }
}

#menu_btn {
  z-index: 101;
  position: absolute;
  right: 25px;
  top: 13px;
  width: 30px;
  height: 23px;
}

#menu_btn.fixed {
  position: fixed;
}

#menu_btn span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 30px;
  height: 2px;
  margin-top: -1px;
  background: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}

#menu_btn span:nth-of-type(1) {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
}

#menu_btn span:nth-of-type(3) {
  -webkit-transform: translateY(9px);
  transform: translateY(9px);
}

#menu_btn.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu_btn.active span:nth-of-type(2) {
  width: 0;
  left: 50%;
}

#menu_btn.active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#sp_nav {
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 190px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .5s;
  transition: .5s;
}

#sp_nav:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: calc(100vw + 65px);
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: skewX(-15deg) translateX(100%);
  transform: skewX(-15deg) translateX(100%);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  will-change: transform;
  -webkit-transition: .5s;
  transition: .5s;
  content: '';
}

#sp_nav ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#sp_nav li {
  margin: 10px 0;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

#sp_nav a {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Helvetica Neue", "Segoe UI", sans-serif;
  font-style: italic;
}

#sp_nav.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#sp_nav.active:before {
  -webkit-transform: skewX(-15deg) translateX(0);
  transform: skewX(-15deg) translateX(0);
}

#sp_nav.active li {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#sp_nav.active li:nth-of-type(1) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

#sp_nav.active li:nth-of-type(2) {
  -webkit-transition-delay: .45s;
  transition-delay: .45s;
}

#sp_nav.active li:nth-of-type(3) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

#sp_nav.active li:nth-of-type(4) {
  -webkit-transition-delay: .55s;
  transition-delay: .55s;
}

#sp_nav.active li:nth-of-type(5) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

#sp_nav.active li:nth-of-type(6) {
  -webkit-transition-delay: .65s;
  transition-delay: .65s;
}

/* Bottom contents
----------------------------------------- */
.bottom_contents {
  padding: 60px 0 50px;
}

.bottom_contents .bg {
  display: none;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: repeat, no-repeat;
  background-position: center;
  background-size: auto, cover;
  content: '';
  background-image: url(../images/top/company_bg.png), url(../images/top/keyvisual.jpg);
}

.bottom_contents .bg.show {
  display: block;
}

.copyrights {
  text-align: center;
  margin-top: 80px;
  font-size: 15px;
  font-size: 1.5rem;
}

/* Main
----------------------------------------- */
#pagetop {
  position: fixed;
  z-index: 99;
  right: 0;
  bottom: 0;
  width: 58px;
  height: 58px;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  opacity: 0;
}

#pagetop.show {
  opacity: 1;
}

#pagetop img {
  width: 100%;
}

@media screen and (max-width: 1150px) {
  #pagetop {
    left: auto;
    right: 15px;
  }
}

#apply {
  position: fixed;
  z-index: 99;
  color: #FFF;
  left: calc(50% + 495px);
  background: #3D9656;
  text-align: center;
  bottom: 0;
  font-size: 20px;
  border: 0;
  display: flex;
  width: 250px;
  height: 58px;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  opacity: 0;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

#apply.show {
  opacity: 1;
}

#requiredFields {
  padding: 10px;
  background: rgba(46, 24, 2, 0.7);
  color: #FFF;
  width: 250px;
  z-index: 99;
  text-align: center;
  font-size: 12px;
  position: fixed;
  right: 75px;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  opacity: 0;
}

#requiredFields.show {
  opacity: 1;
}

.err-msg:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 8px;
  width: 0;
  height: 0;
  border-top: 5px solid #d20;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.err-msg {
  position: absolute;
  top: auto;
  left: auto;
  max-width: 600px;
  margin: -75px 0 0 0;
  background-color: #d20;
  border-radius: 5px;
  color: #fff;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 1;
}

@media screen and (max-width: 1624px) {
  #apply {
    width: 200px;
  }
}

@media screen and (max-width: 1528px) {
  #apply {
    width: 150px;
  }
}

@media screen and (max-width: 1426px) {
  #apply {
    width: 100px;
  }
}

@media screen and (max-width: 1330px) {
  #apply {
    display: none;
  }
}

/* Button
----------------------------------------- */
.link_btn {
  display: block !important;
  width: 100%;
  max-width: 700px;
  margin: 50px auto 50px;
  text-align: center;
  font-size: 22px !important;
  font-size: 2.2rem !important;
  font-weight: bold !important;
  color: #fff !important;
  border-radius: 0;
  border: none;
  background: #03376F !important;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .link_btn {
    font-size: 15px !important;
    font-size: 1.5rem !important;
  }
}

.link_btn:hover {
  color: #fff;
}

.link_btn span {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 0 25px;
  line-height: 60px;
}

.link_btn span:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 25px;
  margin-top: -12px;
  background: url(../images/recruit/arw.svg);
  background-size: cover;
  content: '';
}

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

  .for_sp {
    display: block !important;
  }

  span.for_pc {
    display: none !important;
  }

  br.for_pc {
    display: none !important;
  }

  br.for_sp {
    display: inline-block !important;
  }

  body {
    font-size: 13px;
    font-size: 1.3rem;
  }

  /* Animation
    ----------------------------------------- */
  body .emergence {
    transition-delay: 0s !important;
  }

  body .emergence[data-emergence=visible] {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* Layout
  ----------------------------------------- */
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  #header {
    padding: 0;
  }

  #header h1 {
    left: 15px;
    top: 15px;
  }

  /* Bottom contents
  ----------------------------------------- */
  .bottom_contents {
    padding: 30px 0 20px;
  }

  .bottom_contents .bg {
    background-image: url(../images/top/company_bg.png), url(../images/top/keyvisual_sp.jpg);
  }

  .bottom_contents .bg.show {
    display: block;
  }

  .copyrights {
    margin-top: 30px;
    margin-bottom: 70px;
    font-size: 10px;
    font-size: 1rem;
  }

  #pagetop {
    width: 45px;
    height: 45px;
  }

  /* Button
  ----------------------------------------- */
  .link_btn {
    display: block;
    width: 100%;
    max-width: 700px;
    margin: 30px auto 30px;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .link_btn:hover {
    color: #fff;
  }

  .link_btn span {
    padding: 0 0 0 20px;
    line-height: 40px;
  }

  .link_btn span:before {
    width: 7.5px;
    height: 12.5px;
    margin-top: -6px;
  }
}

.top {
  /* Common
  ----------------------------------------- */
  /* Animation
  ----------------------------------------- */
  /*
  	.emergence {
  		-webkit-transition: .6s;
  		transition: .6s;
  		opacity: 0;
  		-webkit-transform: translateY(20px);
  		transform: translateY(20px);
  		&.delay-1 {
  			-webkit-transition-delay: .5s;
  			transition-delay: .5s;
  		}
  		&.delay-2 {
  			-webkit-transition-delay: 1.0s;
  			transition-delay: 1.0s;
  		}
  	}
  
  	.emergence[data-emergence=visible]  {
  		opacity: 1;
  		-webkit-transform: translateY(0);
  		transform: translateY(0);
  	}
  	*/
  /* Keyvisual
  ----------------------------------------- */
  /* About
  ----------------------------------------- */
  /* Point
  ----------------------------------------- */
  /* Member
  ----------------------------------------- */
  /* Faq
  ----------------------------------------- */
  /* Recruit
  ----------------------------------------- */
  /* Company
  ----------------------------------------- */
}

.top .section_tit {
  margin-bottom: 50px;
  color: #03376F;
}

.top .section_tit em {
  font-family: "Helvetica Neue", "Segoe UI", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 60px;
  font-size: 6rem;
}

.top .section_tit span {
  font-size: 26px;
  font-size: 2.6rem;
  padding-left: .5em;
}

.top #keyvisual {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  visibility: hidden;
}

.top #keyvisual.show {
  visibility: visible;
}

.top #keyvisual .bg {
  opacity: 0;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: repeat, no-repeat;
  background-position: center;
  background-size: auto, cover;
  background-image: url(../images/top/keyvisual_bg.png), url(../images/top/keyvisual.jpg);
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}

.top #keyvisual .bg.show {
  opacity: 1;
}

.top #keyvisual .loading {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top #keyvisual .copy {
  width: 808px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: -200%;
  z-index: 2;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.top #keyvisual .copy.animate {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top #keyvisual .copy_white {
  opacity: 0;
  width: 808px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 1s;
  transition: 1s;
}

.top #keyvisual .copy_white.show {
  opacity: 1;
}

.top .main_logo {
  padding: 100px 0 45px;
  text-align: center;
  background: #fff;
}

.top #about {
  overflow: hidden;
  background: #fff;
}

.top #about .container {
  position: relative;
}

.top #about .section_tit {
  color: #fff;
}

.top .about_upper {
  overflow: hidden;
  position: relative;
  padding: 6% 0 50px;
}

.top .about_upper:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 120%;
  margin: 0 0 0 -10%;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
  z-index: 0;
  background: #03376F;
  content: '';
}

.top .about_upper dl {
  text-align: center;
}

.top .about_upper dl dt {
  margin-bottom: 45px;
  color: #fff;
  font-weight: bold;
  font-size: 29px;
  font-size: 2.9rem;
}

.top .about_upper dl dd {
  line-height: 2;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}

.top .about_lower {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.top .about_lower figure {
  width: 48.88889%;
}

.top .about_lower figure:first-child {
  float: left;
}

.top .about_lower figure:last-child {
  float: right;
}

.top .about_lower figure figcaption {
  margin-top: 10px;
}

.top #point {
  overflow: hidden;
  background: #fff;
}

.top #point .header {
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

.top #point h3 {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
}

.top .point_inner {
  overflow: hidden;
  position: relative;
  padding: 15% 0 50px;
}

.top .point_inner:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 120%;
  height: 120%;
  margin: 0 -10% 0 0;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  z-index: 0;
  background: #03376F;
  content: '';
}

.top .point_inner .container {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top .point_section {
  width: 27.77778%;
}

.top .point_section h4 {
  margin-bottom: 10px;
  padding: 0 15px;
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Helvetica Neue", "Segoe UI", sans-serif;
  font-style: italic;
  line-height: .7;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.top .point_section h4 em {
  font-size: 55px;
  font-size: 5.5rem;
}

.top .point_section:nth-of-type(2) {
  padding-top: 25px;
}

.top .point_section:nth-of-type(3) {
  padding-top: 50px;
}

.top .point_section dt {
  margin-bottom: 10px;
  padding: 0 15px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
}

.top .point_section dd {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}

.top #greeting {
  padding: 50px 0;
  background: url(../images/top/member_bg.png);
}

.top .member_box {
  position: relative;
  margin-top: 55px;
  padding-top: 25px;
}

.top .member_box figure {
  position: absolute;
  width: 34.77778%;
  top: 0;
}

.top .member_box figure.left {
  left: 0;
}

.top .member_box figure.right {
  right: 0;
}

.top .member_box section {
  width: 67.33333%;
}

.top .member_box section.left {
  float: left;
}

.top .member_box section.right {
  float: right;
}

.top .member_box h4 {
  margin-bottom: 30px;
  padding: 10px 100px 10px 30px;
  line-height: 1.2;
  font-size: 25px;
  font-size: 2.5rem;
  color: #fff;
  background: url(../images/top/member_tit_bg.svg) no-repeat right center;
  background-size: auto 100%;
}

.top .member_main {
  padding: 25px 45px;
  background: #fff;
}

.top .member_main .status {
  margin-bottom: 1em;
}

.top .member_main .status dt {
  font-size: 16px;
  font-size: 1.6rem;
}

.top .member_main .status dd {
  font-size: 20px;
  font-size: 2rem;
}

.top .member_main .experience {
  margin-bottom: 1em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.top .member_main .text {
  line-height: 1.4;
}

.top .member_main .text.more {
  display: none;
}

.top .member_main .more_btn {
  display: block;
  width: 128px;
  margin: 50px 10px 0 auto;
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "Helvetica Neue", "Segoe UI", sans-serif;
  font-style: italic;
  font-weight: bold;
  border: #434343 1px solid;
}

.top .member_main .more_btn span:last-child {
  display: none;
}

.top .member_slider_wrapper {
  position: relative;
  max-width: 1500px;
  margin: 0 auto 0;
  padding: 0 40px;
}

.top .member_slider .slick-slide {
  padding: 0 10px;
}

.top .slick-arrow {
  z-index: 100;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border-radius: none;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  background-size: cover;
  background-color: transparent;
}

.top .slick-prev {
  left: -30px;
  background-image: url(../images/top/prev.svg);
}

.top .slick-next {
  right: -30px;
  background-image: url(../images/top/next.svg);
}

.top #qa {
  padding: 80px 0 160px;
  background: #fff;
}

.top .faq_wrapper {
  max-width: 798px;
  margin-right: auto;
  margin-left: auto;
}

.top .faq_box:first-child {
  border-top: #d2d2d2 2px solid;
}

.top .faq_box dt {
  position: relative;
  padding: 45px 120px;
  border-bottom: #d2d2d2 2px solid;
}

.top .faq_box dt:before,
.top .faq_box dt:after {
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 28px;
  height: 2px;
  background: #898989;
  content: '';
  -webkit-transition: .3s;
  transition: .3s;
}

.top .faq_box dt:after {
  transform: rotate(90deg);
}

.top .faq_box dt.active:after {
  transform: rotate(270deg);
}

.top .faq_box dt span {
  position: absolute;
  left: 39px;
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -22px;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  background: #7d7d7d;
}

.top .faq_box dd {
  display: none;
  padding: 25px 25px 25px 120px;
  border-bottom: #d2d2d2 2px solid;
}

.top #recruit {
  padding: 60px 0 70px;
  background: #fff url(../images/top/recruit_bg.png);
}

.top #recruit .lead {
  text-align: center;
  line-height: 1.4;
  letter-spacing: .3em;
  font-size: 20px;
  font-size: 2rem;
}

.top .recruit_wrapper {
  margin-top: 48px;
}

.top .recruit_wrapper h4 {
  margin-bottom: 50px;
  padding: 5px;
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: .3em;
  color: #fff;
  background: rgba(29, 131, 77, 0.7);
}

.top .recruit_item {
  float: left;
  width: 31.11111%;
  margin-left: 3.33333%;
  margin-bottom: 25px;
}

.top .recruit_item:nth-of-type(3n+1) {
  clear: both;
  margin-left: 0;
}

.top .recruit_item a {
  display: block;
  padding: 0 18px;
  height: 100%;
  background: #fff;
  box-shadow: rgba(82, 77, 77, 0.25) 9px 9px 0;
}

.top .recruit_item h5 {
  padding: 20px 0 15px;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  border-bottom: #7d7d7d 1px solid;
}

.top .recruit_item .desc {
  padding: 30px 0;
  line-height: 1.4;
  font-size: 20px;
  font-size: 2rem;
}

.top .recruit_item .address {
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 22px;
  background: url(../images/top/recruit_address_ico.png) no-repeat left center;
}

.top .recruit_item .allowance {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1.6rem;
}

.top .recruit_item .allowance:before {
  font-size: 20px;
  font-size: 2rem;
  color: #7d7676;
  content: '￥';
}

.top #company .copy {
  margin-top: 120px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
}

.top .company_wrapper {
  padding: 110px 70px 30px;
  background: rgba(255, 255, 255, 0.84);
}

.top .company_wrapper header {
  margin-bottom: 85px;
  text-align: center;
}

.top .company_wrapper header h4 {
  margin-bottom: 35px;
}

.top .company_table {
  width: 100%;
}

.top .company_table th,
.top .company_table td {
  font-size: 19px;
  font-size: 1.9rem;
  border-top: #d2d2d2 2px solid;
  vertical-align: middle;
  height: 100px;
}

.top .company_table th {
  width: 160px;
  padding: 20px 30px;
  text-align: left;
  font-weight: bold;
}

.top .company_table td {
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .top {
    /* Common
      ----------------------------------------- */
    /* Keyvisual
      ----------------------------------------- */
    /* About
      ----------------------------------------- */
    /* Point
      ----------------------------------------- */
    /* Member
      ----------------------------------------- */
    /* Faq
      ----------------------------------------- */
    /* Recruit
      ----------------------------------------- */
    /* Company
      ----------------------------------------- */
  }

  .top .section_tit {
    margin-bottom: 25px;
  }

  .top .section_tit em {
    font-size: 30px;
    font-size: 3rem;
  }

  .top .section_tit span {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .top #keyvisual .bg {
    background-image: url(../images/top/keyvisual_bg.png), url(../images/top/keyvisual_sp.jpg);
  }

  .top .main_logo {
    padding: 50px 0 30px;
  }

  .top .main_logo img {
    width: 160px;
  }

  .top .about_upper {
    padding: 6% 0 30px;
  }

  .top .about_upper:before {
    width: 130%;
    height: 130%;
    margin: 0 0 0 -15%;
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }

  .top .about_upper dl dt {
    margin-bottom: 25px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .top .about_upper dl dd {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .top .about_lower {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top .about_lower figure {
    width: auto;
    float: none !important;
  }

  .top .about_lower figure+figure {
    margin-top: 20px;
  }

  .top .about_lower figure figcaption {
    margin-top: 5px;
  }

  .top #point .header {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  .top #point h3 {
    font-size: 20px;
    font-size: 2rem;
  }

  .top .point_inner {
    padding: 15% 0 25px;
  }

  .top .point_inner:before {
    width: 200%;
    height: 100%;
    margin: 0 -30% 0 0;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  .top .point_inner .container {
    display: block;
  }

  .top .point_section {
    width: 260px;
  }

  .top .point_section h4 {
    margin-bottom: 6px;
    padding: 0 8px;
    font-size: 20px;
    font-size: 2rem;
    border-width: 0 7px 7px 0;
    border-color: transparent transparent #fff transparent;
  }

  .top .point_section h4 em {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .top .point_section:nth-of-type(2) {
    padding: 0;
    margin: 20px auto 0;
  }

  .top .point_section:nth-of-type(3) {
    padding: 0;
    margin: 20px 0 0 auto;
  }

  .top .point_section dt {
    margin-bottom: 10px;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .top .point_section dt br {
    display: none;
  }

  .top .point_section dd {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .top #greeting {
    padding: 30px 0;
  }

  .top .member_box {
    margin-top: 35px;
    padding-top: 20px;
  }

  .top .member_box figure {
    width: 160px;
  }

  .top .member_box section {
    width: calc(100% - 130px);
  }

  .top .member_box h4 {
    margin-bottom: 15px;
    padding: 5px 30px 5px 10px;
    font-size: 13px;
    font-size: 1.3rem;
    background-size: cover;
  }

  .top .member_main {
    padding: 15px;
  }

  .top .member_main .status dt {
    font-size: 10px;
    font-size: 1rem;
  }

  .top .member_main .status dd {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .top .member_main .experience {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .top .member_main .text {
    line-height: 1.4;
    font-size: 11px;
    font-size: 1.1rem;
  }

  .top .member_main .more_btn {
    width: 70px;
    margin: 15px 0 0 auto;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .top .member_slider_wrapper {
    margin: 40px 15px 0;
    padding: 0;
  }

  .top .member_slider_wrapper.sp {
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 375px) {
  .top .member_slider .slick-slide {
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .top .slick-arrow {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }

  .top .slick-prev {
    left: 0;
  }

  .top .slick-next {
    right: 0;
  }

  .top #qa {
    padding: 30px 0;
  }

  .top .faq_box:first-child {
    border-width: 1px;
  }

  .top .faq_box dt {
    padding: 20px 50px;
    border-width: 1px;
  }

  .top .faq_box dt:before,
  .top .faq_box dt:after {
    right: 8px;
    width: 14px;
    height: 1px;
    content: '';
    -webkit-transition: .3s;
    transition: .3s;
  }

  .top .faq_box dt span {
    left: 15px;
    width: 23px;
    height: 23px;
    margin-top: -12px;
    line-height: 23px;
    font-size: 10px;
    font-size: 1rem;
  }

  .top .faq_box dd {
    padding: 10px 25px 10px 50px;
    border-width: 1px;
  }

  .top #recruit {
    padding: 30px 0 10px;
  }

  .top #recruit .lead {
    margin-bottom: 20px;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: normal;
  }

  .top .recruit_wrapper {
    margin-top: 10px;
  }

  .top .recruit_wrapper h4 {
    margin-bottom: 25px;
    padding: 5px;
    font-size: 15px;
    font-size: 1.5rem;
  }

  .top .recruit_item {
    float: none;
    width: auto;
    margin: 0 0 25px 0 !important;
  }

  .top .recruit_item a {
    position: relative;
    padding: 0 9px;
    box-shadow: rgba(82, 77, 77, 0.25) 4px 4px 0;
  }

  .top .recruit_item a:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    content: '＞';
  }

  .top .recruit_item h5 {
    padding: 15px 4px 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .top .recruit_item .desc {
    padding: 10px 30px 20px 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .top .recruit_item .address {
    display: inline-block;
    line-height: 1.4;
    font-size: 11px;
    font-size: 1.1rem;
    margin-left: 5px;
    padding-left: 12px;
    background-size: 10px auto;
  }

  .top .recruit_item .allowance {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-size: 1.1rem;
  }

  .top .recruit_item .allowance:before {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .top .company_wrapper {
    padding: 55px 10px 10px;
  }

  .top .company_wrapper header {
    margin-bottom: 40px;
  }

  .top .company_wrapper header h4 {
    margin-bottom: 18px;
  }

  .top .company_wrapper header h4 img {
    width: 135px;
  }

  .top .company_table th,
  .top .company_table td {
    font-size: 11px;
    font-size: 1.1rem;
    border-width: 1px;
    height: 55px;
  }

  .top .company_table th {
    width: 70px;
    padding: 16px 8px;
  }

  .top .company_table td {
    padding: 16px 0;
  }
}

.recruit {
  /* Common
  ----------------------------------------- */
  /* Keyvisual
  ----------------------------------------- */
  /* Header
  ----------------------------------------- */
  /* Detail
  ----------------------------------------- */
  /* information
  ----------------------------------------- */
}

.recruit .section_tit {
  margin-bottom: 30px;
}

.recruit .section_tit em {
  display: block;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}

.recruit .section_tit span {
  display: block;
  margin-top: 10px;
  font-family: "Helvetica Neue", "Segoe UI", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  font-size: 1.6rem;
  color: #746e6e;
}

.recruit #keyvisual {
  width: 100%;
  height: 40vw;
  max-height: 800px;
  overflow: hidden;
  visibility: hidden;
}

.recruit #keyvisual.show {
  visibility: visible;
}

.recruit #keyvisual .bg {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40vw;
  max-height: 800px;
  background-repeat: repeat, no-repeat;
  background-position: center;
  background-size: auto, cover;
  background-image: url(../images/recruit/keyvisual_bg.png), url(../images/recruit/keyvisual.jpg);
}

.recruit #recruit_header {
  /* padding-bottom: 40px; */
  color: #fff;
  background: #03376F;
}

.recruit #recruit_header .logo img {
  margin-top: -55px;
}

.recruit #recruit_header .category {
  margin: 15px 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Helvetica Neue", "Segoe UI", sans-serif;
  font-style: italic;
  color: #fff;
}

.recruit #recruit_header h2 {
  margin-bottom: 30px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
}

.recruit #recruit_header ul {
  letter-spacing: -.4em;
}

.recruit #recruit_header ul li {
  letter-spacing: normal;
  display: inline-block;
  margin-right: 1.2em;
  font-size: 18px;
  font-size: 1.8rem;
  padding-top: 5px;
  padding-bottom: 5px;
}

.recruit #recruit_header ul .type {
  padding-left: 30px;
  background: url(../images/recruit/header_type.png) no-repeat left center;
}

.recruit #recruit_header ul .address {
  padding-left: 26px;
  background: url(../images/recruit/header_address.png) no-repeat left center;
}

.recruit #recruit_header ul .allowance:before {
  padding-right: .2em;
  content: '¥';
}

.recruit .link {
  color: #0fa1f4;
}

.recruit #detail {
  padding: 30px 0;
  background: #f2f6f7;
}

.recruit .detail_section+.detail_section {
  margin-top: 70px;
}

.recruit .detail_section p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

.recruit .detail_section p+p {
  margin-top: 2em;
}

.recruit .detail_section figure {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 50px;
}

.recruit .information_table {
  background: #fff;
  border-color: #ccced0;
  border-width: 0 1px 1px 0;
  width: 100%;
}

.recruit .information_table th,
.recruit .information_table td {
  vertical-align: middle;
  border-color: #ccced0;
  border-width: 1px 0 0 1px;
  border-style: solid;
}

.recruit .information_table th {
  width: 225px;
  padding: 15px 19px;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  background: #eceef0;
}

.recruit .information_table td {
  padding: 15px 20px;
  font-size: 16px;
  font-size: 1.6rem;
}

.recruit .apply_btn {
  display: block;
  width: 520px;
  margin: 110px auto 50px auto;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0;
  border: #fff 3px solid;
  background: rgba(255, 255, 255, 0.4);
}

.recruit .apply_btn span {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 0 25px;
  line-height: 73px;
}

.recruit .apply_btn span:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 17px;
  height: 29px;
  margin-top: -14px;
  background: url(../images/recruit/apply_arw.svg);
  content: '';
}

@media screen and (max-width: 768px) {
  .recruit {
    /* Common
      ----------------------------------------- */
    /* Keyvisual
      ----------------------------------------- */
    /* Header
      ----------------------------------------- */
    /* Detail
      ----------------------------------------- */
    /* information
      ----------------------------------------- */
  }

  .recruit .section_tit {
    text-align: center;
    margin-bottom: 30px;
  }

  .recruit .section_tit em {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .recruit .section_tit span {
    margin-top: 8px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .recruit #keyvisual {
    width: 100%;
    height: 0;
    padding-top: 66%;
    max-height: none;
  }

  .recruit #keyvisual .bg {
    height: 0;
    padding-top: 66%;
    max-height: none;
  }

  .recruit #recruit_header {
    /* padding-bottom: 30px; */
  }

  .recruit #recruit_header .logo img {
    width: 80px;
    margin-top: -40px;
  }

  .recruit #recruit_header .category {
    margin: 15px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .recruit #recruit_header h2 {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .recruit #recruit_header ul li {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .recruit #recruit_header ul .type {
    padding-left: 13px;
    background-size: auto 13px;
  }

  .recruit #recruit_header ul .address {
    padding-left: 15px;
    background-size: auto 15px;
  }

  .recruit #detail {
    padding: 10px 0;
  }

  .recruit .detail_section+.detail_section {
    margin-top: 60px;
  }

  .recruit .detail_section p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
  }

  .recruit .detail_section figure {
    margin-top: 50px;
  }

  .recruit .information_table th {
    width: 100px;
    padding: 10px;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    background: #eceef0;
  }

  .recruit .information_table td {
    padding: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .recruit .apply_btn {
    width: 100%;
    margin: 40px auto 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .recruit .apply_btn span {
    padding: 0 0 0 20px;
    line-height: 40px;
  }

  .recruit .apply_btn span:before {
    width: 8.5px;
    height: 14px;
    margin-top: -7px;
    background-size: cover;
  }
}

body.entry {
  color: #606265;
  background: #f2f6f7;
}

.entry {
  /* Keyvisual
  ----------------------------------------- */
  /* Entry
  ----------------------------------------- */
}

.entry #keyvisual {
  width: 100%;
  height: 367px;
  overflow: hidden;
  background-repeat: repeat, no-repeat;
  background-position: left center;
  background-color: #989899;
  background-image: url(../images/entry/keyvisual_bg.png), url(../images/entry/keyvisual.jpg);
}

.entry #entry {
  padding: 48px 0;
  background: #f2f6f7;
}

.entry #entry h2 {
  margin-bottom: 85px;
  color: #666464;
}

.entry #entry h2 em {
  font-family: "Helvetica Neue", "Segoe UI", sans-serif;
  font-weight: bold;
  font-style: italic;
  letter-spacing: .05em;
  font-size: 60px;
  font-size: 6rem;
}

.entry #entry h2 span {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  padding-left: .5em;
}

.entry .entry_step {
  margin-bottom: 85px;
  letter-spacing: -.4em;
  text-align: center;
}

.entry .entry_step li {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  margin: 0 20px;
  padding: 0 5px;
  background: linear-gradient(rgba(0, 0, 0, 0) 85%, #ffff00 15%);
}

.entry .entry_step li:after {
  position: absolute;
  right: -24px;
  top: 50%;
  margin-top: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #959595;
  content: '';
}

.entry .entry_step li:last-child:after {
  display: none;
}

.entry .entry_step span:first-child {
  position: relative;
  font-size: 23px;
  font-size: 2.3rem;
  font-family: "Helvetica Neue", "Segoe UI", sans-serif;
  font-style: italic;
}

.entry .entry_step span:last-child {
  position: relative;
  font-size: 28px;
  font-size: 2.8rem;
}

.entry .entry_message {
  text-align: center;
  margin-bottom: 50px;
}

.entry .comp_message {
  text-align: center;
  margin-bottom: 80px;
}

.entry .entry_table {
  width: 100%;
}

.entry .entry_table th,
.entry .entry_table td {
  vertical-align: middle;
  text-align: left;
}

.entry .entry_table th {
  width: 300px;
  padding: 10px 25px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  background: #ebeef0;
  border: #d0d2d4 1px solid;
}

.entry .entry_table th.required:after {
  display: inline-block;
  width: 52px;
  margin-left: .8em;
  text-align: center;
  vertical-align: middle;
  line-height: 26px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #fff;
  background: #e60012;
  content: '必須';
}

.entry .entry_table td {
  padding: 10px 0 10px 17px;
  font-size: 23px;
  font-size: 2.3rem;
  color: #898989;
}

.entry .entry_table td>div+div {
  margin-top: 15px;
}

.entry .entry_table .input_list {
  letter-spacing: -.4em;
}

.entry .entry_table .input_list>* {
  display: inline-block;
  letter-spacing: normal;
  margin-right: .8em;
}

.entry .entry_table .input_list span {
  padding-left: .8em;
}

.entry .entry_table .error {
  color: #e60012;
}

.entry .entry_table p.error {
  margin-bottom: .3em;
  font-size: 16px;
  font-size: 1.6rem;
}

.entry .entry_table input[type="text"],
.entry .entry_table input[type="number"],
.entry .entry_table input[type="email"],
.entry .entry_table input[type="tel"] {
  -webkit-appearance: none;
  width: 90%;
  height: 40px;
  line-height: 38px;
  font-size: 20px;
  font-size: 2rem;
  padding: 0 .8em;
  color: #898989;
  border: #d2d2d2 1px solid;
  border-radius: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}

.entry .entry_table input[type="text"]:placeholder-shown,
.entry .entry_table input[type="number"]:placeholder-shown,
.entry .entry_table input[type="email"]:placeholder-shown,
.entry .entry_table input[type="tel"]:placeholder-shown {
  color: #898989;
}

.entry .entry_table input[type="text"]::-webkit-input-placeholder,
.entry .entry_table input[type="number"]::-webkit-input-placeholder,
.entry .entry_table input[type="email"]::-webkit-input-placeholder,
.entry .entry_table input[type="tel"]::-webkit-input-placeholder {
  color: #898989;
}

.entry .entry_table input[type="text"]:-moz-placeholder,
.entry .entry_table input[type="number"]:-moz-placeholder,
.entry .entry_table input[type="email"]:-moz-placeholder,
.entry .entry_table input[type="tel"]:-moz-placeholder {
  color: #898989;
  opacity: 1;
}

.entry .entry_table input[type="text"]::-moz-placeholder,
.entry .entry_table input[type="number"]::-moz-placeholder,
.entry .entry_table input[type="email"]::-moz-placeholder,
.entry .entry_table input[type="tel"]::-moz-placeholder {
  color: #898989;
  opacity: 1;
}

.entry .entry_table input[type="text"]:-ms-input-placeholder,
.entry .entry_table input[type="number"]:-ms-input-placeholder,
.entry .entry_table input[type="email"]:-ms-input-placeholder,
.entry .entry_table input[type="tel"]:-ms-input-placeholder {
  color: #898989;
}

.entry .entry_table input[type="radio"] {
  display: none;
}

.entry .entry_table input[type="radio"]+label {
  display: block;
  position: relative;
  padding-left: 30px;
}

.entry .entry_table input[type="radio"]+label:before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-radius: 100%;
  border: 1px solid #333;
  background: #dcdcdc;
  content: '';
}

.entry .entry_table input[type="radio"]:checked+label:after {
  position: absolute;
  left: 5px;
  top: 50%;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  border-radius: 100%;
  background: #333;
  content: '';
}

.entry .entry_table input.width01 {
  width: 115px;
}

.entry .entry_table input.width02 {
  width: 180px;
}

.entry .entry_table textarea {
  -webkit-appearance: none;
  width: 100%;
  height: 250px;
  font-size: 20px;
  font-size: 2rem;
  color: #898989;
  padding: .3em .8em;
  border: #d2d2d2 1px solid;
  border-radius: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}

.entry .form_btns {
  text-align: center;
  margin: 110px auto 100px;
}

.entry .form_btns li+li {
  margin-top: 50px;
}

.entry .primary_btn {
  display: block;
  width: 520px;
  height: 80px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  line-height: 80px;
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: bold;
  color: #030303;
  border-radius: 0;
  border: none;
  background-image: url(../images/entry/btn_bg.png);
}

.entry .sub_btn {
  display: block;
  width: 520px;
  height: 60px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  line-height: 60px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #030303;
  border-radius: 0;
  border: #ccc 3px solid;
  background: #fff;
}

.entry .tel_info {
  max-width: 340px;
  margin: 90px auto;
  padding: 20px 10px;
  text-align: center;
  background: #fff;
}

.entry .tel_info p {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 2;
  color: #030303;
}

.entry #privacy {
  max-width: 800px;
  margin: 90px auto;
  padding: 35px 40px;
  color: #030303;
  background: #fff;
}

.entry #privacy h3 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
}

.entry #privacy div p {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
}

.entry #privacy div p+p {
  margin-top: 1.5em;
}

@media screen and (max-width: 768px) {
  .entry {
    /* Keyvisual
      ----------------------------------------- */
    /* Entry
      ----------------------------------------- */
  }


  .entry #keyvisual {
    height: 0;
    /*        padding-top: 33%;*/
    padding-top: 100px;
    overflow: hidden;
    background-repeat: repeat, no-repeat;
    background-position: left center;
    background-size: auto, auto 100%;
  }

  .entry #entry {
    padding: 30px 0;
    background: #f2f6f7;
  }

  .entry #entry h2 {
    margin-bottom: 20px;
  }

  .entry #entry h2 em {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: normal;
  }

  .entry #entry h2 span {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .entry .entry_step {
    margin-bottom: 40px;
  }

  .entry .entry_step li {
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    margin: 10px 10px 0;
    padding: 0 3px;
    background: linear-gradient(rgba(0, 0, 0, 0) 85%, #ffff00 15%);
  }

  .entry .entry_step li:after {
    right: -12px;
    margin-top: -4px;
    border-width: 4px 0 4px 4px;
  }

  .entry .entry_step span:first-child {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .entry .entry_step span:last-child {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .entry .entry_message {
    margin-bottom: 30px;
  }

  .entry .comp_message {
    margin-bottom: 50px;
  }

  .entry .entry_table {
    display: block;
  }

  .entry .entry_table tbody,
  .entry .entry_table tr,
  .entry .entry_table th,
  .entry .entry_table td {
    display: block;
    width: 100% !important;
  }

  .entry .entry_table th {
    padding: 5px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .entry .entry_table th.required:after {
    width: 30px;
    line-height: 16px;
    font-size: 11px;
    font-size: 1.1rem;
  }

  .entry .entry_table td {
    padding: 10px 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .entry .entry_table td>div+div {
    margin-top: 15px;
  }

  .entry .entry_table .input_list>* {
    margin-right: .4em;
  }

  .entry .entry_table .input_list span {
    padding-left: .4em;
  }

  .entry .entry_table p.error {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .entry .entry_table input[type="text"],
  .entry .entry_table input[type="number"],
  .entry .entry_table input[type="email"],
  .entry .entry_table input[type="tel"] {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .entry .entry_table input.width01 {
    width: 70px;
  }

  .entry .entry_table input.width02 {
    width: 90px;
  }

  .entry .entry_table textarea {
    height: 200px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .entry .form_btns {
    margin: 30px auto 50px;
  }

  .entry .form_btns li+li {
    margin-top: 30px;
  }

  .entry .primary_btn {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    font-size: 2.2rem;
    background-image: url(../images/entry/btn_bg_sp.png);
    background-position: right center;
    background-size: auto 100%;
  }

  .entry .sub_btn {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-size: 2rem;
    border: #ccc 2px solid;
  }

  .entry .tel_info {
    margin: 50px auto;
    padding: 15px 10px;
  }

  .entry .tel_info p {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .entry #privacy {
    margin: 50px auto;
    padding: 15px;
    color: #030303;
    background: #fff;
  }

  .entry #privacy h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .entry #privacy div p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sercth h2 {
  font-size: 26px;
  color: #000;
}

.sercth #recruit {
  padding: 60px 0 70px;
}

.sercth #recruit .lead {
  text-align: center;
  line-height: 1.4;
  letter-spacing: .3em;
  font-size: 20px;
  font-size: 2rem;
}

.sercth .recruit_wrapper {
  margin-top: 48px;
}

.sercth .recruit_wrapper h4 {
  margin-bottom: 50px;
  padding: 5px;
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: .3em;
  color: #fff;
  background: rgba(29, 131, 77, 0.7);
}

.sercth .recruit_item {
  float: left;
  width: 45%;
  margin-left: 3.5%;
  margin-bottom: 45px;
}

.sercth .recruit_item:nth-of-type(2n+1) {
  /* clear: both; */
  /* margin-left: 0; */
}

.sercth .recruit_item a {
  display: block;
  padding: 0px;
  height: 100%;
  background: #fff;
  box-shadow: rgba(82, 77, 77, 0.25) 9px 9px 0;
}

.sercth .recruit_item h5 {
  padding: 10px 18px;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  background: #a0a0a0;
  color: #fff;
}

.sercth .recruit_item .desc {
  padding: 30px 18px;
  line-height: 1.4;
  font-size: 20px;
  font-size: 2rem;
}

.sercth .recruit_item .address {
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 40px;
  background: url(../images/top/recruit_address_ico.png) no-repeat 18px center;
}

.sercth .recruit_item .type {
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 20px;
}

.sercth .recruit_item .allowance {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 18px;
}

.sercth .recruit_item .allowance:before {
  font-size: 20px;
  font-size: 2rem;
  color: #7d7676;
  content: '￥';
}

.sercth_box {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 25%;
}

.seatch_sp {
  margin: 10px;
}

/* .sercth_box ul li {
  display: inline-block */

.sercth_box label {
  color: #fff;
  font-size: 16px;
  font-style: oblique;
  /* margin-right: 5px; */
}

.sercth_box input {
  /* padding: 8px; */
  /* background: #c9c9c9; */
  color: #8d8b8b;
  border: none;
  -webkit-appearance: none;
}


.pager {
  /* For IE */
  -js-display: flex;
  display: flex;
  text-align: center;
  margin: 0px auto;
  max-width: 400px;
}

.page-numbers.current {
  font-weight: bold;
  color: #FFF;
  border-radius: 8px;
  background-color: #03376F;
}

.page-numbers {
  flex: 1;
}

.pager li {
  list-style-type: none;
  flex: 1;
  padding: 10px;
}

.pager li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

  /* 全てのli要素を消す */
  .pager li {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  /* 必要なli要素を消す */
  .pager li.active,
  .pager li:first-of-type,
  .pager li:last-of-type,
  .pager li:nth-of-type(2),
  .pager li:nth-last-of-type(2) {
    position: static;
    top: initial;
    left: initial;
  }
}

.pager li {

  /* For IE */
  display: flex;
  justify-content: center;
  background-color: #fff;
  margin: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.pager a {
  /* For IE */
  flex: 1;
  /* height: 44px; */
  text-decoration: none;
  color: #545659;
}

/* Active 以外のhover */
.pager li:not([class*="active"]) a:hover {
  background-color: rgba(255, 255, 255, .2);
}

/* Activeのスタイル */
.pager li.active a {
  background-color: rgba(255, 255, 255, .65);
  color: #0061ff;
  font-weight: bold;
}

ul {
  -webkit-padding-start: 0px;
}

/* -----------------------------------------
    スマホ最下部応募ボタン
----------------------------------------- */

.fixedButton {
  text-align: center;
}

.fixedButton button span:before,
.fixedButton a span:before {
  position: absolute;
  left: 0;
  top: 50%;
  background: url(images/recruit/apply_icon.png);
  content: " ";
  z-index: 1000000000;
}

.fixedButton button span,
.fixedButton a span {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  cursor: pointer;
}

.fixedButton button,
.fixedButton a {
  display: inline-block;
  width: 45%;
  margin: 0 5px 8px 5px;
  border: 1px solid #FFF;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #03376F;
}

.sp_oubo {
  display: inline-block;
  cursor: pointer;
  width: 45%;
  line-height: 3.1;
  margin: 0 5px 8px 5px;
  border: 1px solid #FFF;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #03376F;
}

@media screen and (min-width:769px) {
  .fixedButton {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #pagetop {
    bottom: 60px !important;
  }

  .fixedButton {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 10000;
  }

  .fixedButton button {
    font-size: 1.5rem;
  }

  .fixedButton button span,
  .fixedButton a span {
    /* padding: 0 0 0 25px; */
    line-height: 40px;
  }

  .fixedButton button span:before,
  .fixedButton a span:before {
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-size: cover;
  }

  /*201902 add*/
  .sercth_box {
    width: 100%
  }

  .entry #keyvisual {
    padding: 60px 10px 320px
  }

  .sercth_box label {
    font-size: 12px
  }

  .sercth #recruit {
    padding: 20px 0
  }

  /* #occupation_name,
  #status_name,
  #location1_name,
  #location2_name {
    background: #c9c9c9
  } */

  #recruit {
    background: #fff url(../images/top/recruit_bg.png)
  }

  #recruit h2 {
    color: #03376F;
  }

  #recruit h2 em {
    font-size: 30px;
    font-size: 3rem;
    font-family: "Helvetica Neue", "Segoe UI", sans-serif;
    font-weight: bold;
    font-style: italic;
  }

  #recruit h2 span {
    font-size: 1.3rem;
    padding-left: .5em;
  }

  .sercth .recruit_item {
    width: 100%;
    float: none;
    margin: 0 0 25px 0 !important
  }

  .sercth .recruit_item a {
    position: relative;
    padding: 0 9px;
    box-shadow: rgba(82, 77, 77, 0.25) 4px 4px 0;
    display: block;
    height: 100%;
    background: #fff;
    color: #000;
  }

  .sercth .recruit_item a h5 {
    font-weight: bold;
    border-bottom: #7d7d7d 1px solid;
    padding: 15px 4px 12px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
    background: none
  }

  .sercth .recruit_item .desc {
    padding: 10px 30px 20px 5px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .sercth .recruit_item a:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    content: '\00ff1e';
  }

  .sercth .recruit_wrapper {
    margin-top: 20px
  }

  .sercth .recruit_item .address {
    display: inline-block;
    line-height: 1.4;
    font-size: 11px;
    font-size: 1.1rem;
    margin-left: 5px;
    padding-left: 12px;
    background: url(../images/top/recruit_address_ico.png) no-repeat left center;
    background-size: 10px auto;
  }

  .sercth .recruit_item .allowance,
  .sercth .recruit_item .type {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-size: 1.1rem;
  }

  .sercth .recruit_item .allowance:before {
    font-size: 20px;
    font-size: 2rem;
    color: #7d7676;
    content: '￥';
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#recruit h2 span {
  padding-left: .5em;
}

.searchResult {
  border: 2px solid #ccc;
  padding: 30px;
  margin: 30px 0 0
}

.searchResult ul {
  padding: 20px 0 0;
}

.searchResult ul li {
  display: inline-block;
  margin-right: 40px;
}

.sercth_box ul {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

/* .sercth_box ul{display:table;width:100%;} */
.sercth_box ul li {
  /*display: flex;
  flex: 1; */
  padding: 5px;
  text-align: center;
}

.sercth_box input {
  width: 100%;
}

.sercth_box select {
  width: 100%;
}

.sercth_box .selectHalf {
  width: 50%;
}

.sercth_box ul li label {
  align-self: center;
}

/* .sercth_box select{   padding: 8px;
    background: #c9c9c9;
    color: #8d8b8b} */
.sercth_box select {
  color: #8d8b8b;
  /* background: #c9c9c9; */
  padding: 8px;
}

.sercth_box select,
.sercth_box input {
  background: #FFF;
  border-radius: 3px;
}

.sercth_box input {
  padding: 8px;
}

.sercth_box ul li label,
.sercth_box ul li input,
.sercth_box ul li select {
  flex: 1;
}

.search_btn {
  max-width: 250px;
  /* border-radius: 5px !important; */
  /* color: #FFF !important; */
  /* -webkit-appearance: button; */
  /* outline: 0; */
  margin: 10px auto;
}

@media screen and (max-width: 768px) {
  .searchResult {
    border: 1px solid #ccc;
    padding: 15px;
    margin: 15px 0 0;
    background: #fff
  }

  .searchResult ul {
    padding: 10px 0 0;
  }

  .searchResult ul li {
    /* display: inline-block; */
    /* margin-right: 10px */
  }

  .sercth_box ul {
    /* display: block; */
    /* width: auto */
  }

  .sercth_box ul li {
    /* display: inline-block; */
    /* margin-bottom: 5px */
  }

  .applyNow {
    display: none !important;
  }

  #requiredFields {
    left: 50%;
    right: 0;
    margin-left: -125px;
    font-size: 11px;
    display: none;
  }

  .tags-search.sp {
    /* flex-wrap: wrap !important; */
    justify-content: center !important;
  }
}

.sercth_box option[disabled] {
  display: none
}

.search_btn {
  -moz-box-shadow: inset 0px 1px 0px 0px #03376F;
  -webkit-box-shadow: inset 0px 1px 0px 0px #03376F;
  box-shadow: inset 0px 1px 0px 0px #03376F;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ed36a6b3), color-stop(1, #ed388ab3)) !important;
  background: -moz-linear-gradient(top, #ed388ab3 5%, #ed3582b3 100%) !important;
  background: -webkit-linear-gradient(top, #03376F 5%, #03376F 100%) !important;
  background: -o-linear-gradient(top, #03376F 5%, #03376F 100%) !important;
  background: -ms-linear-gradient(top, #03376F 5%, #03376F 100%) !important;
  background: linear-gradient(to bottom, #03376F 5%, #03376F 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03376F', endColorstr='#03376F', GradientType=0);
  background-color: #03376F !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff !important;
  font-family: Arial;
  font-size: 13px;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #154682;
}

.tags-search,
.tags-recruit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tag-search {
  text-align: center;
}

.tag-recruit {
  align-self: center;
}

.tags-search .tag {
  margin: 0 auto !important;
}

.tag-search {
  /* margin: 10px !important; */
  background: #FFF;
  border-radius: 35px;
  width: 85px;
  font-weight: bold;
  /* padding: 5px; */
  font-size: 12px;
  margin: 3px 5px;
  border: 1px solid #DDD;
}

.tag-recruit {
  background: #FFF;
  border-radius: 35px;
  width: 200px;
  font-weight: bold;
  padding: 5px;
  margin: 4px 5px;
  color: #3f3f3f !important;
  font-size: 12px !important;
  border: 1px solid #DDD;
}

.updated_at {
  margin-top: 10px;
  border: 2px solid #FFF;
  color: #FFF;
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
}

.applyNow {
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  bottom: 0;
  text-align: center;
  padding: 25px;
  color: #FFF;
  font-weight: bold;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  opacity: 0;
}

.applyNow.show {
  opacity: 1;
}

.applyNow a {
  background: #03376F;
  color: #FFF;
  width: 500px;
  margin: auto;
  display: inline-block;
  font-size: 34px;
  padding: 3px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 6px;
}

@media (max-width: 855px) {
  .applyNow a {
    margin: 10px auto;
  }
}

.slider_job {
  font-size: 16px;
}

.slider_job h5 {
  padding: 10px 18px;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
}

.slider_job_ul {
  padding: 15px 18px;
}

.slider_job_ul li {
  color: #000;
  margin: 12px;
}

.slider_job_link {
  text-decoration: none !important;
}

.slider_job_link:hover {
  color: #000;
}

.slider_job .address {
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 22px;
  background: url(../images/top/recruit_address_ico.png) no-repeat left center;
}

.slider_job .allowance {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1.6rem;
}

.slider_job .allowance:before {
  font-size: 20px;
  font-size: 2rem;
  color: #7d7676;
  content: '￥';
}

.job_recommend_text {
  padding: 0px;
  background: #03376F;
  font-size: 24px;
  color: #FFF;
  text-align: center;
}

@media (max-width: 556px) {
  .tag-search {
    padding-top: 5px;
    justify-content: center;
  }
}

@media (max-width: 414px) {

  .tag-search,
  .tag-recruit {
    width: 160px;
  }
}

@media (max-width: 376px) {

  .tag-search,
  .tag-recruit {
    width: 130px;
  }
}

@media (max-width: 415px) {
  .tag-recruit {
    width: 172px;
  }
}


/* Pixel */
@media (max-width: 412px) {
  .tag-recruit {
    width: 171px;
  }
}

/* IPhone 6/7/8/X */
@media (max-width: 376px) {
  .tag-recruit {
    width: 153px;
  }
}

/* Galaxy */
@media (max-width: 361px) {
  .tag-recruit {
    width: 145px;
  }
}

/* IPhone 5/SE */
@media (max-width: 321px) {
  .tag-recruit {
    width: 125px;
  }
}

/* 20190612 エントリーフォーム CSS追加 */
.input_list.radio,
.input_list.birthdate,
.input_list.zip {
  display: inline-block;
  width: 90%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#pref {
  width: 80%;
  padding: 15px 10px;
}

/* 20190618 */

#top_page button {
  font-size: 18px;
}

#top_page button.catch {
  font-size: 20px;
}

#top_page a {
  text-decoration: none;
  color: #FFF;
}

#top_page h4 {
  color: #15a1e2;
  margin: 0;
  font-size: 18px;
}

#top_page h4,
#top_page p {
  padding: 0 15px;
  font-size: 18px;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin: 15px !important;
}

#methods {
  position: absolute;
  bottom: 50px;
  width: 100%;
  display: none;
}

.line_btn {
  background-color: #00b900 !important;
  color: #FFF !important;
}

.tel {
  opacity: 0;

}

.tel {
  position: fixed;
  z-index: 99;
  left: 10px;
  bottom: 50px;
  width: 65px !important;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  opacity: 0;
}

.tel.show {
  opacity: 1;
}

.entry #keyvisual.entry-form {
  padding: 60px 10px 0  ;
  height: 75px;
}

@media screen and (max-width: 768px) {
  .entry #keyvisual.entry-form {
    height: 50px;
  }
}

.osusumeColor {
  padding: 10px;
  background-color: #03376F;
}