@charset "UTF-8";
/* Scss Document */
@import url("notosansjapanese.css");
@import url("BarlowCondensed.css");
/*-------------------------------------------------
    common
=================================================*/
body {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  background: #f2f2f2;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  min-width: 320px;
  font-family: "Noto Sans Japanese", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
  margin-top: 60px;
}
@media (min-width: 768px) {
  body {
    min-width: 1000px;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 100px;
  }
}

a {
  color: #000;
  text-decoration: underline;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: #000;
}

a.effect:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.tac {
  text-align: center !important;
}

@media (min-width: 768px) {
  .pc_tal {
    text-align: left !important;
  }

  .pc_tar {
    text-align: right !important;
  }

  .pc_tac {
    text-align: center !important;
  }

  .fr {
    float: right;
    margin: 0 0 0 30px;
  }

  .fl {
    float: left;
    margin: 0 0 0 30px;
  }
}
section,
nav,
header,
footer,
article {
  margin: 0;
  padding: 0;
}

p {
  margin: 3vw 0;
}
@media (min-width: 768px) {
  p {
    margin: 30px 0;
  }
}
p.large {
  font-size: 16px;
}
@media (min-width: 768px) {
  p.large {
    font-size: 30px;
  }
}
p.large2 {
  font-size: 5vw;
}
@media (min-width: 768px) {
  p.large2 {
    font-size: 40px;
  }
}

/*------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .inner {
    width: 100%;
    padding: 0 5vw;
    box-sizing: border-box;
  }

  .pc_only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .inner {
    width: 980px;
    margin: 0 auto;
  }

  .sp_only {
    display: none !important;
  }
}
.allwrap {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .allwrap {
    min-width: 1200px;
  }
}

/*-- スマホメニュー ----------------------------------------*/
.spmenu {
  position: fixed;
  width: 48px;
  height: 60px;
  top: 0;
  right: 0;
  transition: 0.5s;
  z-index: 999;
}
.spmenu .sp_menubtn {
  width: 20px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -10px;
}
.spmenu .sp_menubtn span {
  background: #000;
  width: 20px;
  height: 2px;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  transition: all 0.3s ease 0s;
}
.spmenu .sp_menubtn span:nth-of-type(1) {
  top: 0px;
}
.spmenu .sp_menubtn span:nth-of-type(2) {
  top: 6px;
}
.spmenu .sp_menubtn span:nth-of-type(3) {
  top: 12px;
}
.spmenu.active {
  right: 70vw;
}
.spmenu.active .sp_menubtn span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(-135deg);
  top: 50%;
}
.spmenu.active .sp_menubtn span:nth-of-type(2) {
  opacity: 0;
  left: 100%;
}
.spmenu.active .sp_menubtn span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(135deg);
  top: 50%;
}

/*------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  z-index: 500;
}
@media (min-width: 768px) {
  header {
    height: 100px;
  }
}
header .logo {
  margin: 0;
  padding: 18px 0 0 15px;
  font-size: 1px;
}
@media (min-width: 768px) {
  header .logo {
    padding: 23px 0 0 40px;
  }
}
header .logo img {
  width: 148px;
  vertical-align: top;
}
@media (min-width: 768px) {
  header .logo img {
    width: 20vw;
  }
}

#gnavi {
  position: fixed;
  top: 0;
  right: -70vw;
  width: 70vw;
  height: 100vh;
  background: #fff;
  transition: 0.5s;
  z-index: 999;
}
@media (min-width: 768px) {
  #gnavi {
    right: 0 !important;
    width: auto;
    height: 100px;
  }
}
#gnavi.active {
  right: 0;
}
#gnavi ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #gnavi ul {
    display: flex;
    align-items: center;
    height: 100px;
  }
}
#gnavi ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #eee;
}
@media (min-width: 768px) {
  #gnavi ul li {
    border-bottom: none;
  }
  #gnavi ul li.contact a {
    background: #000;
    color: #fff;
    padding: 0 50px;
    margin-left: 25px;
  }
  #gnavi ul li.contact a:after {
    display: none;
  }
  #gnavi ul li.contact a:hover {
    background: #999;
  }
  #gnavi ul li.current-page-ancestor.contact a, #gnavi ul li.current_page_item.contact a {
    color: #fff;
    background: #999;
  }
}
#gnavi ul li a {
  display: block;
  font-size: 20px;
  letter-spacing: 2px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  padding: 3vw 5vw;
  text-decoration: none;
  position: relative;
}
@media (min-width: 768px) {
  #gnavi ul li a {
    padding: 0;
    line-height: 100px;
    padding: 0 1.2vw;
    font-size:1.5vw;
  }
  #gnavi ul li a:after {
    content: "";
    background: #fff;
    width: calc(100% - 40px);
    height: 3px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    transition: 0.3s;
  }
  #gnavi ul li a:hover:after {
    background: #036eb8;
  }
}
#gnavi ul li.sub a {
  font-family: "Noto Sans Japanese", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
}
#gnavi ul li.current-page-ancestor a, #gnavi ul li.current_page_item a {
  color: #036eb8;
}
#gnavi .sns {
  display: flex;
  border-bottom: 1px solid #eee;
}
#gnavi .sns a {
  display: block;
  width: 50%;
  text-align: center;
  padding: 3vw 0;
}
#gnavi .sns a:first-child {
  background: #3b5998;
}
#gnavi .sns a:last-child {
  background: #00bb00;
}
#gnavi .sns a img {
  width: 25px;
}

.spmenu_mask {
  display: none;
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
}

/*------------------------------------------*/
@media (min-width: 768px) {
  .pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 1000;
  }
}
.pagetop a {
  display: block;
  text-indent: -999vw;
  background: #000;
  position: relative;
  height: 50px;
}
.pagetop a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 4px;
}

footer {
  background: #222;
  color: #aaa;
  padding: 5vw;
}
@media (min-width: 768px) {
  footer {
    padding: 60px 0;
  }
}
@media (min-width: 768px) {
  footer .service {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
footer .service h3 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 0 0 0 3px;
  margin: 0 0 10px;
  color: #fff;
}
footer .service ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -16px 0 0 0;
  padding: 0;
}
footer .service ul li {
  margin: 16px 0 0 0;
  padding: 0;
  width: calc(50% - 8px);
  list-style: none;
}
@media (min-width: 768px) {
  footer .service ul li {
    width: 176px;
    margin: 0 0 0 15px;
  }
}
footer nav {
  margin: 45px 0 35px;
  padding: 0 0 40px;
  border-bottom: 1px solid #333;
  position: relative;
}
footer nav a {
  color: #fff !important;
  text-decoration: none;
  letter-spacing: 2px;
}
footer nav ul {
  margin: 0;
  padding: 0;
}
footer nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer nav ul.main {
  display: flex;
  justify-content: space-between;
}
footer nav ul.main > li {
  width: 150px;
}
footer nav ul.main > li > a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
}
footer nav ul.main > li ul li {
  margin-top: 5px;
}
footer nav ul.main > li ul li a {
  font-size: 13px;
  color: #aaa !important;
}
footer nav ul.sub {
  position: absolute;
  right: 0;
  bottom: -70px;
  z-index: 10;
}
footer nav ul.sub li {
  display: inline-block;
  margin: 0 0 0 30px;
}
footer nav ul.sub li a {
  color: #aaa !important;
  font-size: 13px;
}
footer .copyright {
  position: relative;
  margin: 5vw 0 0 0;
}
@media (min-width: 768px) {
  footer .copyright {
    margin: 0;
  }
}
footer .copyright .logo {
  width: 156px;
}
@media (min-width: 768px) {
  footer .copyright .logo {
    width: 230px;
  }
}
footer .copyright .sns {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  footer .copyright .sns {
    right: inherit;
    left: 250px;
  }
}
footer .copyright .sns a {
  display: block;
  width: 40px;
  float: left;
  margin: 0 0 0 10px;
}
footer .copyright p {
  margin: 5px 0 0 0;
  font-size: 10px;
}
@media (min-width: 768px) {
  footer .copyright p {
    position: absolute;
    top: 10px;
    left: 400px;
  }
}

/*------------------------------------------*/
#mainvisual {
  width: 100%;
  height: calc(80vh - 60px);
  color: #fff;
  background: url(https://corp.entrenet.jp/shared/images/mainimage_sp.jpg) no-repeat center bottom/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 9vw;
  font-weight: 300;
  letter-spacing: 2vw;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-left: 2vw;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #mainvisual {
    height: calc(80vh - 100px);
    background: url(https://corp.entrenet.jp/shared/images/mainimage_pc.jpg) no-repeat center bottom/cover;
    font-size: 60px;
    letter-spacing: 10px;
    padding-left: 10px;
  }
}
#mainvisual p {
  opacity: 0;
  transition: all 2s ease 0.5s;
}
#mainvisual p:before {
  content: "";
  width: 4.5vw;
  display: inline-block;
}
.loaded #mainvisual p {
  opacity: 1;
}

/*------------------------------------------*/
#pagetitle {
  background: #fff;
}
.page-contact #pagetitle, .page-contact-child #pagetitle {
  background: #999;
}
#pagetitle h1 {
  margin: 0;
  text-align: center;
  padding: 30px 0 35px 5px;
  font-size: 50px;
  letter-spacing: 5px;
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  line-height: 1;
}
.page-contact #pagetitle h1, .page-contact-child #pagetitle h1 {
  color: #fff;
}
.page-contact #pagetitle h1:first-letter, .page-contact-child #pagetitle h1:first-letter {
  color: #fff;
}
@media (min-width: 768px) {
  #pagetitle h1 {
    text-align: left;
    padding: 80px 0 90px;
    font-size: 100px;
    letter-spacing: 10px;
  }
}
#pagetitle h1 span {
  display: inline-block;
  position: relative;
}
#pagetitle h1 span strong {
  opacity: 0.1;
}
#pagetitle h1 span em {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  line-height: 1;
  margin-top: 0.09em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #pagetitle h1 span em {
    font-size: 30px;
  }
}
#pagetitle h1:first-letter {
  color: #036eb8;
}
#pagetitle .image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 150px;
}
@media (min-width: 768px) {
  #pagetitle .image {
    height: 360px;
  }
}
#pagetitle .image.with_txt {
  height: auto;
  padding: 3vw 0 47vw;
  background: #fff;
}
@media (min-width: 768px) {
  #pagetitle .image.with_txt {
    padding: 20px 0 22vw;
  }
}
#pagetitle .image picture {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  #pagetitle .image picture {
    bottom: 0 !important;
  }
}
#pagetitle .image picture img {
  width: 100%;
}
#pagetitle .image .text {
  position: relative;
  margin: 0 5vw;
}
@media (min-width: 768px) {
  #pagetitle .image .text {
    text-align: center;
  }
}
#pagetitle .image .text p {
  font-size: 12px;
}
@media (min-width: 768px) {
  #pagetitle .image .text p {
    font-size: 16px;
  }
}
#pagetitle .image .text p.large {
  font-size: 14px;
}
@media (min-width: 768px) {
  #pagetitle .image .text p.large {
    font-size: 40px;
  }
}

#pagetitle2 {
  background: #fff;
  position: relative;
}
#pagetitle2 h1 {
  margin: 0;
  text-align: center;
  padding: 30px 0 35px 5px;
  font-size: 50px;
  letter-spacing: 5px;
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  line-height: 1;
}
@media (min-width: 768px) {
  #pagetitle2 h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    padding: 0;
    margin-top: -40px;
    font-size: 100px;
    letter-spacing: 10px;
    width: 1080px;
    z-index: 10;
  }
}
#pagetitle2 h1:first-letter {
  color: #036eb8;
}
#pagetitle2 .image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 45vw;
}
@media (min-width: 768px) {
  #pagetitle2 .image {
    height: 36.5vw;
  }
}
#pagetitle2 .image picture {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  #pagetitle2 .image picture {
    bottom: 0 !important;
  }
}
#pagetitle2 .image picture img {
  width: 100%;
}

/*------------------------------------------*/
#contents.overlap section:first-child {
  margin-top: -40px !important;
  padding-top: 0 !important;
}
@media (min-width: 768px) {
  #contents.overlap section:first-child {
    margin-top: -80px !important;
  }
}
#contents a {
  color: #036eb8;
}
#contents a.common_btn,
#contents span.common_btn {
  display: block;
  width: 70%;
  color: #fff;
  background: #000;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  padding: 20px 0;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  margin: 5vw auto 0;
  line-height: 1;
  position: relative;
  transition: 0.3s;
}
#contents a.common_btn:hover,
#contents span.common_btn:hover {
  background: #fff;
  color: #000;
}
@media (min-width: 768px) {
  #contents a.common_btn,
#contents span.common_btn {
    width: 320px;
    font-size: 16px;
    margin-top: 50px;
    padding: 25px 0;
  }
}
#contents a.common_btn[target=_blank]:after,
#contents span.common_btn[target=_blank]:after {
  content: "";
}
#contents a:hover span.common_btn {
  background: #fff;
  color: #000;
}
#contents a.common_btn2 {
  display: inline-block;
  color: #fff;
  background: #000;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  padding: 10px;
  line-height: 1;
  position: relative;
  margin-top: 5px;
}
#contents a.common_btn2:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  #contents a.common_btn2 {
    font-size: 16px;
    padding: 10px 15px;
    margin-top: 0;
  }
}
#contents a.common_btn2[target=_blank]:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("https://corp.entrenet.jp/shared/images/newwin.svg") no-repeat center center/12px;
  display: inline-block;
  margin: 0 0 0 10px;
}

section {
  margin: 12vw 0;
  position: relative;
}
@media (min-width: 768px) {
  section {
    margin: 100px 0;
  }
}

.common_frame {
  width: auto;
  margin: 0 5vw;
  padding: 40px 16px;
  box-sizing: border-box;
  background: url(https://corp.entrenet.jp/shared/images/bg_dot.png) repeat top left;
}
@media (min-width: 768px) {
  .common_frame {
    padding: 80px 50px;
    width: 1080px;
    margin: 0 auto;
  }
}
.common_frame .bg_wh {
  background: #fff;
  display: table;
  padding: 10px 20px;
  margin: 0 auto;
}

.bread {
  max-width: 1400px;
  margin: 0 auto 20px;
  padding: 0 5vw;
  font-size: 14px;
}

h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 3px;
  padding: 0 0 0 3px;
  margin: 0 0 30px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}
@media (min-width: 768px) {
  h2 {
    font-size: 58px;
    margin: 0 0 50px;
  }
}
h2:first-letter {
  color: #036eb8;
}
h2:after {
  content: "";
  height: 4px;
  background: #036eb8;
  display: block;
  margin: 10px auto 0;
  transition: 0.5s 1s;
  width: 32px;
}
@media (min-width: 768px) {
  h2:after {
    width: 62px;
    margin-top: 20px;
  }
}

.scroll_effect_stage h2 {
  transition: 1s;
  transform: translateY(20px);
  opacity: 0;
}
.scroll_effect_stage h2:after {
  width: 0;
}
@media (min-width: 768px) {
  .scroll_effect_stage h2:after {
    width: 0;
  }
}

.scroll_effect_stage.active h2 {
  opacity: 1;
  transform: translateY(0);
}
.scroll_effect_stage.active h2:after {
  width: 32px;
}
@media (min-width: 768px) {
  .scroll_effect_stage.active h2:after {
    width: 62px;
  }
}

h3 {
  font-size: 18px;
  margin: 0 0 5vw;
}
@media (min-width: 768px) {
  h3 {
    font-size: 40px;
    margin: 0 0 30px;
  }
}

p + h3 {
  margin-top: 7vw;
}
@media (min-width: 768px) {
  p + h3 {
    margin-top: 50px;
  }
}

h4 {
  font-size: 16px;
  margin: 0 0 3vw;
}
@media (min-width: 768px) {
  h4 {
    font-size: 20px;
    margin: 0 0 30px;
  }
}

p + h4 {
  margin-top: 5vw;
}
@media (min-width: 768px) {
  p + h4 {
    margin-top: 40px;
  }
}

.text_and_photo {
  position: relative;
  padding: 8vw 0 5vw;
  margin: 8vw 0 8vw;
}
@media (min-width: 768px) {
  .text_and_photo {
    padding: 70px 0;
    margin: 0 0 70px;
    box-sizing: border-box;
  }
}
.text_and_photo:before {
  content: "";
  z-index: 1;
  content: "";
  background: url(https://corp.entrenet.jp/shared/images/bg_dot.png) repeat top left;
  position: absolute;
  top: 0;
  width: 95vw;
  height: 100%;
}
@media (min-width: 768px) {
  .text_and_photo:before {
    width: 85vw;
  }
}
.text_and_photo.photo_l:before {
  right: 0;
}
.text_and_photo.photo_r:before {
  left: 0;
}
.text_and_photo .inner {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .text_and_photo .inner {
    width: auto;
    min-height: 200px;
  }
}
@media (min-width: 768px) {
  .text_and_photo.photo_l .inner {
    padding: 0 5vw 0 55%;
  }
  .text_and_photo.photo_r .inner {
    padding: 0 55% 0 5vw;
  }
}
.text_and_photo h3 {
  text-align: left;
  margin: 5vw;
}
@media (min-width: 768px) {
  .text_and_photo h3 {
    margin: 0 0 30px;
  }
}
.text_and_photo figure {
  width: 102%;
  position: relative;
  margin: 0 0 5vw;
}
@media (min-width: 768px) {
  .text_and_photo figure {
    position: absolute;
    top: 0;
    width: auto;
    max-width: 45%;
    margin: 0;
  }
}
.text_and_photo figure:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -5px;
  right: -5px;
  display: block;
  background: #036eb8;
}
.text_and_photo figure img {
  position: relative;
}
.text_and_photo.photo_l figure {
  margin-left: -3vw;
}
@media (min-width: 768px) {
  .text_and_photo.photo_l figure {
    left: 5vw;
    margin-left: 0;
  }
  .text_and_photo.photo_r figure {
    right: 5vw;
  }
}
.text_and_photo p {
  margin-right: 5vw;
  margin-left: 5vw;
}
@media (min-width: 768px) {
  .text_and_photo p {
    margin-right: 0vw;
    margin-left: 0vw;
  }
}

.common_table {
  width: 100%;
  border-top: 1px solid #ccc;
}
@media (max-width: 767px) {
  .common_table {
    display: block;
  }
  .common_table tbody, .common_table tr, .common_table th, .common_table td {
    display: block;
  }
}
.common_table th {
  background: #f2f8fb;
  padding: 15px;
}
@media (min-width: 768px) {
  .common_table th {
    border-bottom: 1px solid #ccc;
    padding: 30px 40px;
    white-space: nowrap;
    vertical-align: top;
  }
}
.common_table td {
  border-bottom: 1px solid #ccc;
  padding: 15px;
  background: #fff;
}
@media (min-width: 768px) {
  .common_table td {
    padding: 20px 40px;
    vertical-align: middle;
  }
}
.common_table td p {
  margin: 10px 0;
}
@media (min-width: 768px) {
  .common_table td p {
    margin: 20px 0;
  }
}
.common_table td p:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .common_table td p:first-child {
    margin-top: 10px;
  }
}
.common_table td p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .common_table td p:last-child {
    margin-bottom: 10px;
  }
}

/*------------------------------------------*/
#top_vision {
  background: #fff;
  margin: 0;
  padding: 25vw 0 28vw;
  z-index: 10;
}
@media (min-width: 768px) {
  #top_vision {
    padding: 100px 0;
    text-align: center;
  }
}
#top_vision:before {
  content: "";
  background: url("https://corp.entrenet.jp/shared/images/top_vision1.png") no-repeat right top/contain;
  position: absolute;
  top: 0;
  right: -20vw;
  width: 100vw;
  height: 500px;
  z-index: 1;
  opacity: 0;
  transition: 1s 1s;
  transform: translateX(100px);
}
@media (min-width: 768px) {
  #top_vision:before {
    right: 0;
    width: 687px;
    height: 389px;
    max-width: 40vw;
  }
}
#top_vision:after {
  content: "";
  background: url("https://corp.entrenet.jp/shared/images/top_vision2.png") no-repeat left bottom/contain;
  position: absolute;
  bottom: -10vw;
  left: -10vw;
  width: 105vw;
  height: 500px;
  z-index: 1;
  opacity: 0;
  transition: 1s 1s;
  transform: translateX(-100px);
}
@media (min-width: 768px) {
  #top_vision:after {
    left: 0;
    bottom: -50px;
    width: 683px;
    height: 499px;
    max-width: 40vw;
  }
}
#top_vision .inner {
  position: relative;
  z-index: 2;
}
#top_vision strong {
  display: block;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 768px) {
  #top_vision strong {
    font-size: 28px;
    font-weight: normal;
  }
}
#top_vision p {
  opacity: 0;
  transition: 1s 2s;
}
#top_vision .btn {
  opacity: 0;
  transition: 1s 3s;
}

#top_vision.active:before, #top_vision.active:after,
#top_vision.active p,
#top_vision.active .btn {
  opacity: 1;
  transform: translate(0);
}

/*------------------------------------------*/
#top_news {
  padding: 10vw 0;
  margin: 0;
}
@media (min-width: 768px) {
  #top_news {
    padding: 100px 0;
  }
}
#top_news .btn {
  opacity: 0;
  transition: 1s 2.9s;
}

ul.newslist {
  margin: -2vw 0 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  ul.newslist {
    margin-top: -30px;
  }
}
ul.newslist li {
  list-style: none;
  margin: 2vw 0 0 0;
  width: 100%;
  border: 5px solid #f7f7f7;
  background: #fff;
  box-sizing: border-box;
  opacity: 0;
}
ul.newslist li:nth-of-type(1) {
  transition: 1s 1s;
}
ul.newslist li:nth-of-type(2) {
  transition: 1s 1.3s;
}
ul.newslist li:nth-of-type(3) {
  transition: 1s 1.6s;
}
ul.newslist li:nth-of-type(4) {
  transition: 1s 1.9s;
}
@media (min-width: 768px) {
  ul.newslist li {
    margin-top: 30px;
    width: calc(50% - 20px);
  }
}
ul.newslist li a {
  text-decoration: none;
  display: block;
  padding: 3vw;
  transition: 0.3s;
  background: #fff;
  color: #000 !important;
}
ul.newslist li a:hover {
  transform: scale(1.05);
}
@media (min-width: 768px) {
  ul.newslist li a {
    padding: 30px;
  }
}
ul.newslist li a .date {
  display: block;
  color: #aaa;
  margin: 0 0 5px;
}
ul.newslist li a em {
  border: 1px solid #000;
  display: inline-block;
  padding: 2px 5px;
  font-style: normal;
  margin: 2px;
}
ul.newslist li a p {
  margin: 5px 0 0 0;
}

#top_news.active ul.newslist li {
  opacity: 1;
}
#top_news.active .btn {
  opacity: 1;
}

/*------------------------------------------*/
#top_services {
  padding-bottom: 10vw;
}
@media (min-width: 768px) {
  #top_services {
    padding: 100px 0 0px;
    margin: 0 0 10vw;
    min-height: 500px;
    box-sizing: border-box;
  }
}
#top_services:before {
  content: "";
  z-index: 1;
  content: "";
  background: url(https://corp.entrenet.jp/shared/images/bg_dot.png) repeat top left;
  position: absolute;
  top: 0;
  left: 0;
  width: 0vw;
  height: calc(95% - 50px);
  transition: 1s;
}
@media (min-width: 768px) {
  #top_services:before {
    min-height: 500px;
    height: calc(100% - 30px);
  }
}
#top_services .inner {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  #top_services .inner {
    width: auto;
    padding: 0 50% 0 5vw;
  }
}
#top_services h2 {
  text-align: left;
}
#top_services h2:after {
  margin-left: 0;
}
#top_services figure {
  width: 102%;
  position: relative;
  opacity: 0;
  transform: translateX(100px);
  transition: 1s;
}
@media (min-width: 768px) {
  #top_services figure {
    position: absolute;
    top: 0;
    right: 5vw;
    width: auto;
    max-width: 45%;
  }
}
#top_services figure:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -5px;
  right: -5px;
  display: block;
  background: #036eb8;
}
#top_services figure img {
  position: relative;
}
#top_services p {
  margin-right: 5vw;
  opacity: 0;
  transition: 1s 1s;
}
@media (min-width: 768px) {
  #top_services p {
    padding: 0;
  }
}
#top_services .btn {
  opacity: 0;
  transition: 1s 2s;
}

#top_services.active:before {
  width: 95vw;
}
@media (min-width: 768px) {
  #top_services.active:before {
    width: 85vw;
  }
}
#top_services.active figure {
  opacity: 1;
  transform: translate(0);
}
#top_services.active p {
  opacity: 1;
}
#top_services.active .btn {
  opacity: 1;
}

/*------------------------------------------*/
#top_recruit {
  padding-bottom: 10vw;
}
@media (min-width: 768px) {
  #top_recruit {
    padding: 100px 0 0px;
    margin: 0 0 10vw;
    min-height: 500px;
    box-sizing: border-box;
  }
}
#top_recruit:before {
  content: "";
  z-index: 1;
  content: "";
  background: url(https://corp.entrenet.jp/shared/images/bg_dot.png) repeat top left;
  position: absolute;
  top: 0;
  right: 0;
  width: 0vw;
  height: calc(95% - 50px);
  transition: 1s;
}
@media (min-width: 768px) {
  #top_recruit:before {
    min-height: 500px;
    height: calc(100% - 30px);
  }
}
#top_recruit .inner {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  #top_recruit .inner {
    width: auto;
    padding: 0 5vw 0 50%;
  }
}
#top_recruit h2 {
  margin-left: 5vw;
  text-align: left;
}
#top_recruit h2:after {
  margin-left: 0;
}
#top_recruit figure {
  width: 102%;
  margin-left: -3vw;
  position: relative;
  opacity: 0;
  transform: translateX(-100px);
  transition: 1s;
}
@media (min-width: 768px) {
  #top_recruit figure {
    position: absolute;
    top: 0;
    left: 5vw;
    margin-left: 0;
    width: auto;
    max-width: 45%;
  }
}
#top_recruit figure:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -5px;
  right: -5px;
  display: block;
  background: #036eb8;
}
#top_recruit figure img {
  position: relative;
}
#top_recruit p {
  margin-left: 5vw;
  opacity: 0;
  transition: 1s 1s;
}
@media (min-width: 768px) {
  #top_recruit p {
    padding: 0;
  }
}
#top_recruit .btn {
  transition: 1s 2s;
  opacity: 0;
}

#top_recruit.active:before {
  width: 95vw;
}
@media (min-width: 768px) {
  #top_recruit.active:before {
    width: 85vw;
  }
}
#top_recruit.active figure {
  opacity: 1;
  transform: translate(0);
}
#top_recruit.active p {
  opacity: 1;
}
#top_recruit.active .btn {
  opacity: 1;
}

/*------------------------------------------*/
#about ul {
  margin: -8px 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  #about ul {
    margin: -20px 0;
  }
}
#about ul li {
  margin: 8px 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
@media (min-width: 768px) {
  #about ul li {
    width: 470px;
    margin: 20px 0;
  }
}
#about ul li a {
  border: 4px solid #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  color: #fff;
  width: 100%;
  height: 40vw;
  background: no-repeat center center/100%;
}
#about ul li a:hover {
  background-size: 110%;
  opacity: 0.8;
}
@media (min-width: 768px) {
  #about ul li a {
    height: 240px;
  }
}
#about ul li a.vision {
  background-image: url("https://corp.entrenet.jp/shared/images/about_link1.jpg");
}
#about ul li a.topmessage {
  background-image: url("https://corp.entrenet.jp/shared/images/about_link2.jpg");
}
#about ul li a.history {
  background-image: url("https://corp.entrenet.jp/shared/images/about_link3.jpg");
}
#about ul li a.company {
  background-image: url("https://corp.entrenet.jp/shared/images/about_link4.jpg");
}
#about ul li a.boardmembers {
  background-image: url("https://corp.entrenet.jp/shared/images/about_link5.jpg");
}
#about ul li a.socialscience {
  background-image: url("https://corp.entrenet.jp/shared/images/about_link6.jpg");
}
#about ul li a em {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  display: block;
  font-size: 32px;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  line-height: 1;
}
@media (min-width: 768px) {
  #about ul li a em {
    font-size: 50px;
  }
}
#about ul li a span {
  display: block;
  margin: 10px 0 0 0;
  font-size: 12px;
}
@media (min-width: 768px) {
  #about ul li a span {
    font-size: 16px;
  }
}

#about_link {
  margin: 15vw 5vw;
}
@media (min-width: 768px) {
  #about_link {
    margin: 100px 0;
  }
}
#about_link ul {
  margin: -2px auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  #about_link ul {
    margin: 0 auto;
    width: 1080px;
  }
}
#about_link ul li {
  margin: 2px 0;
  padding: 0;
  list-style: none;
  width: calc(50% - 2px);
}
@media (min-width: 768px) {
  #about_link ul li {
    width: 240px;
    margin: 0;
  }
}
#about_link ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  color: #fff;
  height: 25vw;
  width: 100%;
  background: no-repeat center center/130%;
}
#about_link ul li a:hover {
  background-size: 140%;
  opacity: 0.8;
}
@media (min-width: 768px) {
  #about_link ul li a {
    height: 160px;
  }
}
#about_link ul li a.vision {
  background-image: url("https://corp.entrenet.jp/shared/images/about_link1.jpg");
}
#about_link ul li a.topmessage {
  background-image: url("https://corp.entrenet.jp/shared/images/about_link2.jpg");
}
#about_link ul li a.history {
  background-image: url("https://corp.entrenet.jp/shared/images/about_link3.jpg");
}
#about_link ul li a.company {
  background-image: url("https://corp.entrenet.jp/shared/images/about_link4.jpg");
}
#about_link ul li a.boardmembers {
  background-image: url("https://corp.entrenet.jp/shared/images/about_link5.jpg");
}
#about_link ul li a.socialscience {
  background-image: url("https://corp.entrenet.jp/shared/images/about_link6.jpg");
}
#about_link ul li a em {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  display: block;
  font-size: 19px;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  line-height: 1;
}
@media (min-width: 768px) {
  #about_link ul li a em {
    font-size: 34px;
  }
}
#about_link ul li a span {
  display: block;
  margin: 10px 0 0 0;
  font-size: 10px;
}
@media (min-width: 768px) {
  #about_link ul li a span {
    font-size: 14px;
  }
}

/*------------------------------------------*/
/*------------------------------------------*/
#topmessage2 img {
  width: 100%;
}
@media (min-width: 768px) {
  #topmessage2 .fr img {
    width: 300px;
  }
}
#topmessage2 .photo2 img {
  margin: 3vw 0;
}
@media (min-width: 768px) {
  #topmessage2 .photo2 {
    overflow: hidden;
  }
  #topmessage2 .photo2 img {
    width: 470px;
    float: right;
    margin: 0;
  }
  #topmessage2 .photo2 img:first-child {
    float: left;
  }
}

#topmessage3 .inner {
  background: #fff;
  padding: 5vw;
  margin: 0 5vw;
  box-sizing: border-box;
  width: auto;
}
@media (min-width: 768px) {
  #topmessage3 .inner {
    padding: 45px;
    margin: 0 auto;
    width: 980px;
  }
}
#topmessage3 .inner figure {
  width: 170px;
  height: 170px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100px;
}
@media (min-width: 768px) {
  #topmessage3 .inner figure {
    float: left;
    margin: 0 30px 0 0;
  }
}
#topmessage3 .inner h3 {
  font-size: 18px;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  #topmessage3 .inner h3 {
    overflow: hidden;
  }
}
#topmessage3 .inner p {
  margin: 0;
}
@media (min-width: 768px) {
  #topmessage3 .inner p {
    overflow: hidden;
    font-size: 14px;
  }
}

/*------------------------------------------*/
#history dl.year {
  margin: 0;
  padding: 0;
}
#history dl.year > dt {
  margin: 0;
  padding: 0 0 10px 0;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
}
@media (min-width: 768px) {
  #history dl.year > dt {
    float: left;
    font-size: 18px;
  }
}
#history dl.year > dd {
  margin: 0;
  padding: 0 0 0 0px;
  position: relative;
}
@media (min-width: 768px) {
  #history dl.year > dd {
    padding: 0 0 0 150px;
  }
}
#history dl.month {
  margin: 0;
  padding: 0;
}
#history dl.month > dt {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  font-size: 14px;
  line-height: 25px;
  width: 60px;
  text-align: right;
}
@media (min-width: 768px) {
  #history dl.month > dt {
    width: auto;
    text-align: left;
  }
}
#history dl.month > dd {
  margin: 0;
  padding: 0 0 20px 100px;
  line-height: 25px;
  position: relative;
}
@media (min-width: 768px) {
  #history dl.month > dd {
    padding: 0 0 50px 60px;
  }
}
#history dl.month > dd:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 80px;
  width: 1px;
  height: calc(100% + 40px);
  background: #c9caca;
}
@media (min-width: 768px) {
  #history dl.month > dd:before {
    left: -50px;
    height: 100%;
  }
}
#history dl.month > dd:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 75px;
  width: 11px;
  height: 11px;
  border-radius: 100px;
  background: #c9caca;
}
@media (min-width: 768px) {
  #history dl.month > dd:after {
    left: -55px;
  }
}
#history dl.year dd:last-child dl.month dd:before {
  height: 100%;
}
#history dl.year dd:last-child dl.month dd:last-child {
  padding-bottom: 0;
}
#history dl.year dd:last-child dl.month dd:last-child:before {
  display: none;
}

/*------------------------------------------*/
#access .company {
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  #access .company {
    display: flex;
    align-items: stretch;
    margin: 40px 0 0;
  }
}
#access .company .data {
  background: #222;
  color: #fff;
  padding: 20px 16px;
}
@media (min-width: 768px) {
  #access .company .data {
    box-sizing: border-box;
    width: 50%;
    padding: 65px 35px;
  }
}
#access .company .data h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 10px;
  line-height: 1;
}
@media (min-width: 768px) {
  #access .company .data h3 {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
#access .company .data dl {
  margin: 0;
  padding: 0;
}
#access .company .data dl dt {
  margin: 0;
  padding: 0;
  float: left;
}
@media (min-width: 768px) {
  #access .company .data dl dt {
    width: 3.8em;
  }
}
#access .company .data dl dt:after {
  content: " : ";
}
@media (min-width: 768px) {
  #access .company .data dl dt:after {
    float: right;
  }
}
#access .company .data dl dd {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #access .company .data dl dd {
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0 0 0 5px;
  }
}
#access .company .data a {
  color: #fff;
}
#access .company .data a.map_btn {
  display: block;
  background: #fff;
  color: #222;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  margin-top: 10px;
  position: relative;
}
#access .company .data a.map_btn:after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  background: url("https://corp.entrenet.jp/shared/images/newwin_bk.svg") no-repeat center center/12px;
}
#access .company .data a.map_btn:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  #access .company .data a.map_btn {
    width: 70%;
    margin-top: 20px;
  }
}
#access .company .map {
  height: 190px;
}
@media (min-width: 768px) {
  #access .company .map {
    width: 50%;
    height: auto;
  }
}
#access .company .map iframe {
  width: 100%;
  height: 100%;
}

/*------------------------------------------*/
ul.services_list {
  margin: 0;
  padding: 0;
}
ul.services_list li {
  background: #fff;
  margin: 16px 0 0 0;
  padding: 16px;
  list-style: none;
  border: 1px solid #ccc;
}
@media (min-width: 768px) {
  ul.services_list li {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  ul.services_list li figure {
    width: 374px;
  }
}
ul.services_list li figure img {
  width: 100%;
}
@media (min-width: 768px) {
  ul.services_list li .data {
    align-self: center;
    width: 550px;
  }
  ul.services_list li .data p {
    margin: 10px 0;
  }
}
ul.services_list li h3 {
  margin: 5vw 0 3vw;
  font-size: 16px;
}
@media (min-width: 768px) {
  ul.services_list li h3 {
    margin: 0 0 10px;
    font-size: 18px;
  }
}
ul.services_list li a.btn1 {
  display: block;
  background: #fff;
  color: #222 !important;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  margin-top: 10px;
  position: relative;
  border: 1px solid #000;
  font-size: 13px;
  box-sizing: border-box;
}
ul.services_list li a.btn1:after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  background: url("https://corp.entrenet.jp/shared/images/newwin_bk.svg") no-repeat center center/12px;
}
ul.services_list li a.btn1:hover {
  opacity: 0.8;
  background: #f1f1f1;
}
@media (min-width: 768px) {
  ul.services_list li a.btn1 {
    width: 240px;
    display: inline-block;
    margin-right: 10px;
  }
}
ul.services_list li a.btn2 {
  display: block;
  background: #000;
  color: #fff !important;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  margin-top: 10px;
  position: relative;
  border: 1px solid #000;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  font-size: 13px;
  box-sizing: border-box;
}
ul.services_list li a.btn2:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  ul.services_list li a.btn2 {
    width: 240px;
    display: inline-block;
  }
}
ul.services_list li .nodata {
  background: #eee;
  color: #666;
  padding: 15px;
  text-align: center;
}

/*------------------------------------------*/
#recruitment ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #recruitment ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: -40px 0 0 -40px;
  }
}
#recruitment ul li {
  margin: 16px 0 0 0;
  padding: 20px 16px;
  list-style: none;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #recruitment ul li {
    width: 300px;
    margin: 40px 0 0 40px;
  }
}
#recruitment ul li a {
  display: block;
  color: #000;
  text-decoration: none;
}
#recruitment ul li h3 {
  text-align: center;
  font-size: 18px;
  margin: 0 0 10px;
}
#recruitment ul li img {
  width: 100%;
}
#recruitment ul li span.common_btn {
  width: 100%;
}
@media (min-width: 768px) {
  #recruitment ul li span.common_btn {
    margin-top: 20px;
    padding: 15px 0;
    width: 240px;
  }
}
#recruitment ul li span.none {
  display: block;
  width: 100%;
  color: #666;
  background: #eee;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  padding: 20px 0;
  margin: 5vw auto 0;
  line-height: 1;
  position: relative;
  transition: 0.3s;
}
@media (min-width: 768px) {
  #recruitment ul li span.none {
    font-size: 16px;
    margin-top: 20px;
    padding: 15px 0;
    width: 240px;
  }
}

#interview ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #interview ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: -40px 0 0 -40px;
  }
}
#interview ul li {
  margin: 16px 0 0 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 768px) {
  #interview ul li {
    width: 300px;
    margin: 40px 0 0 40px;
  }
}
#interview ul li a {
  display: block;
}
#interview ul li a:hover {
  opacity: 0.8;
}
#interview ul li figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 16px 16px;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  #interview ul li figcaption {
    padding-bottom: 20px;
  }
}
#interview ul li figcaption span {
  font-size: 12px;
  margin: 0 auto 5px;
  display: table;
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  #interview ul li figcaption span {
    font-size: 14px;
  }
}
#interview ul li figcaption h3 {
  font-size: 16px;
  margin: 0 auto;
  display: table;
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  #interview ul li figcaption h3 {
    font-size: 18px;
  }
}
#interview ul li img {
  width: 100%;
}

@media (min-width: 768px) {
  #welfare .btn {
    padding-top: 10px;
  }
}

/*------------------------------------------*/
#recruit_photo ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #recruit_photo ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -40px;
  }
}
#recruit_photo ul li {
  margin: 16px 0 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  #recruit_photo ul li {
    margin: 40px 0 0 0;
    width: 470px;
  }
}
#recruit_photo ul li img {
  width: 100%;
  transition: 0.3s;
}
#recruit_photo ul li a {
  position: relative;
  display: block;
  overflow: hidden;
}
@media (min-width: 768px) {
  #recruit_photo ul li a:hover {
    opacity: 0.8;
  }
  #recruit_photo ul li a:hover img {
    transform: scale(1.05);
  }
}
#recruit_photo ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 36px;
  background: url("https://corp.entrenet.jp/shared/images/zoom.png") no-repeat center center/36px;
}

/*------------------------------------------*/
#interview_detail .lead {
  text-align: center;
}
#interview_detail .lead h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
@media (min-width: 768px) {
  #interview_detail .lead h3 {
    font-size: 40px;
    line-height: 1.5;
  }
}
#interview_detail .lead p {
  font-size: 12px;
  margin: 10px 0 0 0;
}
@media (min-width: 768px) {
  #interview_detail .lead p {
    font-size: 16px;
    margin-top: 20px;
  }
}
#interview_detail .block {
  overflow: hidden;
  margin: 5vw 0;
}
@media (min-width: 768px) {
  #interview_detail .block {
    margin: 70px 0;
  }
}
#interview_detail .block h4 {
  font-size: 15px;
  padding: 0 0 0 1.5em;
  position: relative;
}
@media (min-width: 768px) {
  #interview_detail .block h4 {
    font-size: 24px;
    margin: 0 0 20px;
  }
}
#interview_detail .block h4 em {
  position: absolute;
  top: 0;
  left: 0;
  color: #036eb8;
  font-style: normal;
}
@media (min-width: 768px) {
  #interview_detail .block .text {
    width: 470px;
  }
}
@media (min-width: 768px) {
  #interview_detail .block figure {
    width: 470px;
  }
}
#interview_detail .block figure img {
  width: 100%;
}
@media (min-width: 768px) {
  #interview_detail .block.photo_l .text {
    float: right;
  }
  #interview_detail .block.photo_l figure {
    float: left;
  }
  #interview_detail .block.photo_r .text {
    float: left;
  }
  #interview_detail .block.photo_r figure {
    float: right;
  }
}
#interview_detail .profile {
  background: #fff;
  padding: 5vw;
  margin: 0 5vw;
  box-sizing: border-box;
  width: auto;
}
@media (min-width: 768px) {
  #interview_detail .profile {
    padding: 45px;
    margin: 0 auto;
    width: 980px;
    min-height: 260px;
  }
}
#interview_detail .profile figure {
  width: 170px;
  height: 170px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100px;
  background: #f1f1f1;
}
@media (min-width: 768px) {
  #interview_detail .profile figure {
    float: left;
    margin: 0 30px 0 0;
  }
}
#interview_detail .profile h5 {
  font-size: 18px;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  #interview_detail .profile h5 {
    overflow: hidden;
  }
}
#interview_detail .profile p {
  margin: 0;
}
@media (min-width: 768px) {
  #interview_detail .profile p {
    overflow: hidden;
    font-size: 14px;
  }
}

.interview_pagemove {
  margin: 12vw 5vw;
}
@media (min-width: 768px) {
  .interview_pagemove {
    margin: 100px auto;
    width: 1080px;
    display: flex;
    justify-content: space-between;
  }
}
.interview_pagemove a {
  display: block;
  background: #fff;
  padding: 10px 30px;
  color: #000 !important;
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .interview_pagemove a {
    width: 520px;
    padding: 10px 40px;
  }
}
.interview_pagemove a:hover {
  opacity: 0.8;
}
.interview_pagemove a + a {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .interview_pagemove a + a {
    margin-top: 0;
  }
}
.interview_pagemove a.next:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 768px) {
  .interview_pagemove a.next:after {
    width: 10px;
    height: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
  }
}
.interview_pagemove a.prev:before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%) rotate(-135deg);
}
@media (min-width: 768px) {
  .interview_pagemove a.prev:before {
    width: 10px;
    height: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
  }
}
.interview_pagemove a figure {
  float: left;
  background: #f1f1f1;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  overflow: hidden;
  margin: 0 16px 0 0;
}
.interview_pagemove a figure img {
  width: 100%;
}
@media (min-width: 768px) {
  .interview_pagemove a figure {
    width: 80px;
    height: 80px;
    margin: 0 20px 0 0;
  }
}
.interview_pagemove a .text {
  overflow: hidden;
  font-size: 12px;
  padding-top: 2px;
}
@media (min-width: 768px) {
  .interview_pagemove a .text {
    padding-top: 10px;
    font-size: 14px;
  }
}
.interview_pagemove a .text strong {
  display: block;
  font-size: 14px;
}
@media (min-width: 768px) {
  .interview_pagemove a .text strong {
    font-size: 16px;
  }
}

/*------------------------------------------*/
#news_archive ul.category_list {
  margin: -2px -1px 30px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  #news_archive ul.category_list {
    flex-wrap: nowrap;
    margin: 0 -5px 50px;
  }
}
#news_archive ul.category_list li {
  margin: 2px 0 0 0;
  padding: 0;
  width: calc(50% - 1px);
  list-style: none;
}
@media (min-width: 768px) {
  #news_archive ul.category_list li {
    margin: 0 5px;
  }
}
#news_archive ul.category_list li a {
  display: block;
  padding: 5px;
  text-align: center;
  border: 1px solid #000;
  color: #000 !important;
  text-decoration: none;
  background: #fff;
}
@media (min-width: 768px) {
  #news_archive ul.category_list li a {
    padding: 10px;
  }
}
#news_archive ul.category_list li a:hover {
  opacity: 0.8;
}
#news_archive ul.category_list li a.current {
  background: #000;
  color: #fff !important;
}
@media (min-width: 768px) {
  #news_archive ul.category_list li a.current {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
}

ul.newslist2 {
  margin: 0 0 0;
  padding: 0;
}
ul.newslist2 li {
  list-style: none;
  margin: 2vw 0 0 0;
  width: 100%;
  border: 5px solid #f7f7f7;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  ul.newslist2 li {
    margin-top: 25px;
  }
}
ul.newslist2 li a {
  text-decoration: none;
  display: block;
  padding: 3vw;
  transition: 0.3s;
  background: #fff;
  color: #000 !important;
}
ul.newslist2 li a:hover {
  background: #fafafa;
}
@media (min-width: 768px) {
  ul.newslist2 li a {
    padding: 30px;
  }
}
ul.newslist2 li a .date {
  display: block;
  color: #aaa;
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  ul.newslist2 li a .date {
    display: inline-block;
    margin: 0 5px 0 0;
  }
}
ul.newslist2 li a em {
  border: 1px solid #000;
  display: inline-block;
  padding: 2px 5px;
  font-style: normal;
  margin: 2px;
}
ul.newslist2 li a p {
  margin: 5px 0 0 0;
}

#news_detail .common_frame {
  margin-bottom: 5vw;
}
@media (min-width: 768px) {
  #news_detail .common_frame {
    margin-bottom: 70px;
  }
}
#news_detail .common_frame .date {
  color: #aaa;
  display: block;
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  #news_detail .common_frame .date {
    font-size: 18px;
    display: inline-block;
    margin: 0 5px 0 0;
  }
}
#news_detail .common_frame em {
  display: inline-block;
  font-style: normal;
  border: 1px solid #000;
  padding: 0 10px;
  font-size: 12px;
  margin: 0 0 0 5px;
  background: #fff;
}
@media (min-width: 768px) {
  #news_detail .common_frame em {
    font-size: 18px;
  }
}
#news_detail .common_frame h2 {
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  margin: 10px 0 0 0;
  padding: 0;
  font-family: "Noto Sans Japanese", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
  font-style: normal;
  line-height: 1.5;
}
#news_detail .common_frame h2:first-letter {
  color: #000;
}
#news_detail .common_frame h2:after {
  display: none;
}
@media (min-width: 768px) {
  #news_detail .common_frame h2 {
    font-size: 30px;
    margin-top: 20px;
  }
}
#news_detail img {
  max-width: 100%;
}

.news_pagemove {
  margin: 12vw 5vw;
}
@media (min-width: 768px) {
  .news_pagemove {
    margin: 100px auto;
    width: 1080px;
    display: flex;
    justify-content: space-between;
  }
}
.news_pagemove a {
  display: block;
  background: #fff;
  padding: 10px 30px;
  color: #000 !important;
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .news_pagemove a {
    width: 520px;
    padding: 10px 40px;
  }
}
.news_pagemove a:hover {
  opacity: 0.8;
}
.news_pagemove a + a {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .news_pagemove a + a {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .news_pagemove a.next {
    padding-left: 20px;
  }
}
.news_pagemove a.next:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 768px) {
  .news_pagemove a.next:after {
    width: 10px;
    height: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
  }
}
@media (min-width: 768px) {
  .news_pagemove a.prev {
    padding-right: 20px;
  }
}
.news_pagemove a.prev:before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%) rotate(-135deg);
}
@media (min-width: 768px) {
  .news_pagemove a.prev:before {
    width: 10px;
    height: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
  }
}
.news_pagemove a .date {
  color: #aaa;
}
.news_pagemove a em {
  display: inline-block;
  font-style: normal;
  border: 1px solid #000;
  padding: 0 10px;
  font-size: 12px;
  margin: 0 0 0 5px;
}
.news_pagemove a p {
  margin: 0;
}

/*------------------------------------------*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
}
@media (min-width: 768px) {
  .wp-pagenavi {
    margin: 50px 0 0;
  }
}
.wp-pagenavi span, .wp-pagenavi a {
  display: block;
  text-align: center;
  height: 48px;
  line-height: 48px;
  text-decoration: none;
  color: #000 !important;
  background: #fff;
  padding: 0 10px;
  margin: 0 5px;
  border: 1px solid #000;
}
.wp-pagenavi span.page, .wp-pagenavi a.page {
  width: 48px;
  padding: 0;
}
.wp-pagenavi span.current, .wp-pagenavi a.current {
  width: 48px;
  padding: 0;
  background: #000;
  color: #fff !important;
}
.wp-pagenavi span.pages, .wp-pagenavi a.pages {
  background: #000;
  color: #fff !important;
}
@media (min-width: 768px) {
  .wp-pagenavi span.pages, .wp-pagenavi a.pages {
    display: none;
  }
}
@media (max-width: 767px) {
  .wp-pagenavi span.first, .wp-pagenavi span.last, .wp-pagenavi span.smaller, .wp-pagenavi span.larger, .wp-pagenavi span.current, .wp-pagenavi a.first, .wp-pagenavi a.last, .wp-pagenavi a.smaller, .wp-pagenavi a.larger, .wp-pagenavi a.current {
    display: none !important;
  }
}

/*------------------------------------------*/
#privacy h2 {
  font-size: 25px;
}
@media (min-width: 768px) {
  #privacy h2 {
    font-size: 40px;
  }
}
#privacy h3 {
  font-size: 18px;
  margin: 30px 0 10px;
}
@media (min-width: 768px) {
  #privacy h3 {
    font-size: 24px;
    margin: 50px 0 20px;
  }
}
#privacy p {
  margin: 15px 0;
}
@media (min-width: 768px) {
  #privacy p {
    margin: 20px 0;
  }
}
#privacy .signature {
  margin: 0;
  font-weight: bold;
  text-align: right;
}
#privacy .privacy_list {
  padding: 16px;
  border-radius: 10px 10px 10px 10px;
  background-color: #f5f5f5;
  margin: 0px 0px 20px 0px;
}
@media (min-width: 768px) {
  #privacy .privacy_list {
    padding: 30px 30px 30px 30px;
  }
}
#privacy .privacy_list dt {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#privacy .privacy_list dd {
  margin: 0;
  padding: 0;
}

/*------------------------------------------*/
#contact ul {
  margin: -16px 0 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  #contact ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0;
  }
}
#contact ul li {
  margin: 16px 0 0 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #contact ul li {
    width: 300px;
    margin: 0;
  }
}
#contact ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  text-decoration: none;
  background: #000;
  color: #fff !important;
  font-size: 20px;
  padding: 0;
  box-sizing: border-box;
  height: 160px;
}
@media (min-width: 768px) {
  #contact ul li a {
    font-size: 24px;
    padding: 90px 0;
    height: 100%;
  }
}
#contact ul li a:hover {
  opacity: 0.8;
}
#contact ul li a small {
  font-size: 15px;
  display: block;
  margin-top: 5px;
}
@media (min-width: 768px) {
  #contact ul li a small {
    font-size: 18px;
    margin-top: 10px;
  }
}

#contact_form ol.step {
  margin: 0 auto 20px;
  padding: 0;
  display: flex;
  width: 150px;
  justify-content: space-between;
  position: relative;
  font-size: 13px;
}
@media (min-width: 768px) {
  #contact_form ol.step {
    float: right;
    margin: -40px 0 30px 0;
  }
}
#contact_form ol.step:before {
  content: "";
  display: block;
  width: calc(100% - 2em);
  height: 1px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  background: #c9caca;
  transform: translateX(-50%);
}
#contact_form ol.step li {
  margin: 0;
  padding: 0;
  color: #c9caca;
  list-style: none;
  text-align: center;
}
#contact_form ol.step li:after {
  content: "";
  display: block;
  margin: 5px auto 0;
  width: 11px;
  height: 11px;
  background: #c9caca;
  border-radius: 100px;
  position: relative;
}
#contact_form .mw_wp_form_input ol.step li.input,
#contact_form .mw_wp_form_confirm ol.step li.confirm,
#contact_form ol.step li.current {
  color: #036eb8;
}
#contact_form .mw_wp_form_input ol.step li.input:after,
#contact_form .mw_wp_form_confirm ol.step li.confirm:after,
#contact_form ol.step li.current:after {
  background: #036eb8;
}
#contact_form .form_hw {
  display: none;
}
#contact_form .mw_wp_form_input .form_hw.input,
#contact_form .mw_wp_form_confirm .form_hw.confirm,
#contact_form .mw_wp_form_finish .form_hw.complete {
  display: block;
}
#contact_form .mw_wp_form_input .confirm_only,
#contact_form .mw_wp_form_confirm .input_only {
  display: none !important;
}
#contact_form .btn {
  text-align: center;
  margin-top: 20px;
}
#contact_form .btn button {
  display: inline-block;
  width: 90%;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  padding: 20px 0;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  margin: 5vw auto 0;
  line-height: 1;
  position: relative;
  margin-top: 10px;
  transition: 0.3s;
}
#contact_form .btn button:hover {
  background: #fff;
  color: #000;
}
#contact_form .btn button.back {
  border-color: #000;
  background: #fff;
  color: #000;
}
#contact_form .btn button.back:hover {
  background: #000;
  color: #fff;
}
@media (min-width: 768px) {
  #contact_form .btn button {
    width: 320px;
    font-size: 16px;
    margin: 0 10px;
    padding: 25px 0;
  }
}
#contact_form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contact_form ul.note {
  font-size: 12px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #contact_form ul.note {
    font-size: 13px;
    margin-top: 30px;
  }
}
#contact_form .complete_text {
  clear: both;
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 2vw 0 5vw 0;
}
@media (min-width: 768px) {
  #contact_form .complete_text {
    padding: 20px 0 50px 0;
    text-align: center;
  }
}

.form_table {
  width: 100%;
  border-top: 1px solid #ccc;
}
@media (max-width: 767px) {
  .form_table {
    display: block;
  }
  .form_table tbody, .form_table tr, .form_table th, .form_table td {
    display: block;
  }
}
@media (min-width: 768px) {
  .form_table tr {
    display: flex;
  }
}
.form_table th {
  background: #f2f8fb;
  padding: 15px;
  position: relative;
  font-weight: normal;
  text-align: left;
}
@media (min-width: 768px) {
  .form_table th {
    border-bottom: 1px solid #ccc;
    padding: 30px 110px 30px 40px;
    white-space: nowrap;
    vertical-align: top;
    width: 310px;
    box-sizing: border-box;
    display: block;
  }
}
.form_table th em {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #036eb8;
  color: #fff;
  display: block;
  letter-spacing: 3px;
  padding: 0 8px 0 8px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
}
@media (min-width: 768px) {
  .form_table th em {
    top: 32px;
    right: 30px;
  }
}
.form_table td {
  border-bottom: 1px solid #ccc;
  padding: 15px;
  background: #fff;
}
@media (min-width: 768px) {
  .form_table td {
    padding: 20px 40px;
    vertical-align: middle;
    width: 670px;
    box-sizing: border-box;
    display: block;
  }
}
.form_table td input[type=text] {
  background: #eee;
  border: none;
  height: 40px;
  box-sizing: border-box;
  padding: 0 10px;
  border-radius: 5px;
  width: 100%;
}
@media (min-width: 768px) {
  .form_table td input[type=text] {
    height: 48px;
    width: 440px;
  }
  .form_table td input[type=text].tel {
    width: 200px;
  }
}
.form_table td input[type=text].year {
  width: 80px;
}
.form_table td input[type=text]::placeholder {
  color: #aaa;
}
.form_table td select {
  box-sizing: border-box;
  padding: 0 0 0 10px;
  height: 40px;
  background: #eee;
  border: none;
  border-radius: 5px;
  width: 100%;
}
.form_table td select.year {
  width: 100px;
}
.form_table td select.month, .form_table td select.day {
  width: 60px;
}
@media (min-width: 768px) {
  .form_table td select {
    height: 48px;
    width: 440px;
  }
}
.form_table td textarea {
  box-sizing: border-box;
  padding: 10px;
  height: 150px;
  background: #eee;
  border: none;
  border-radius: 5px;
  width: 100%;
}
@media (min-width: 768px) {
  .form_table td textarea {
    height: 200px;
  }
}
.form_table td .name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form_table td .name + .name {
  margin-top: 10px;
}
.form_table td .name .label {
  white-space: nowrap;
  width: 2em;
}
.form_table td .name .input {
  width: calc(50% - 3em);
}
@media (min-width: 768px) {
  .form_table td .name .input input {
    width: 100%;
  }
}
.form_table td .birth {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.form_table td .address {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.form_table td .address + .address {
  margin-top: 10px;
}
.form_table td .address .label {
  white-space: nowrap;
  width: 5em;
}
.form_table td .address .input {
  width: calc(100% - 5em);
}
.form_table td .address .input input#zip, .form_table td .address .input input#add1 {
  width: 70%;
}
@media (min-width: 768px) {
  .form_table td .address .input input {
    width: 100%;
  }
  .form_table td .address .input input#zip, .form_table td .address .input input#add1 {
    width: 160px;
  }
}
.form_table td p.note {
  margin: 10px 0 0;
  padding: 0 0 0 1em;
  font-size: 12px;
  text-indent: -1em;
}

/*------------------------------------------*/
#board_members_list {
  /*ul*/
}
#board_members_list ul {
  padding: 0px;
  margin-bottom: 60px;
  /*li*/
}
#board_members_list ul li {
  list-style: none;
  background-color: #fff;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  #board_members_list ul li {
    padding: 16px;
    border: 1px solid #ccc;
    width: 96%;
  }
}

.board_histroy_box {
  text-align: left;
  width: 100%;
  /*h3*/
}
@media (min-width: 768px) {
  .board_histroy_box {
    width: 540px;
    float: right;
    /*webkit系*/
    /*Firefox*/
    box-sizing: border-box;
  }
  .board_histroy_box p {
    font-size: 14px;
    margin: 0px;
  }
  .board_histroy_box h4 {
    font-size: 18px;
    font-weight: bold;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .board_histroy_box h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
  }
}

/*.board_histroy_box*/
@media (min-width: 768px) {
  .board_thmnail_box {
    float: left;
  }
}
.board_thmnail_box img {
  width: 100%;
}
@media (min-width: 768px) {
  .board_thmnail_box img {
    width: 380px;
  }
}

.board_histroy_box_noimage {
  text-align: left;
  width: 100%;
}
.board_histroy_box_noimage p {
  font-size: 14px;
  margin: 0px;
}
.board_histroy_box_noimage h4 {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .board_histroy_box_noimage h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
  }
}

/*h3*/
.shoulder_text {
  font-size: 14px;
  position: relative;
  font-weight: normal;
}
@media (min-width: 768px) {
  .shoulder_text {
    top: -28px;
    left: 320px;
  }
}

/*span*/
.board_comment_box {
  width: 90%;
  text-align: left;
  clear: both;
  margin: 20px auto 0px;
  background-color: #f2f2f2;
  border-radius: 6px;
  padding: 14px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .board_comment_box {
    width: 96%;
  }
}
.board_comment_box span {
  font-size: 18px;
  font-weight: bold;
}
.board_comment_box P {
  margin: 0;
  font-size: 14px;
}

.comment_button {
  width: 100%;
  color: #000;
  background: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  padding: 20px 0;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  margin: 20px auto 0;
  line-height: 1;
  position: relative;
  border: solid 1px #000;
}
.comment_button .active::after {
  content: "";
  background: url(https://corp.entrenet.jp/shared/images/comment_btn_icn_active.png) no-repeat 0 0;
  background-size: 12px 12px;
  display: block;
  height: 12px;
  left: 80%;
  position: absolute;
  top: 36%;
  width: 12px;
}
@media (min-width: 768px) {
  .comment_button .active::after {
    width: 380px;
    left: 55%;
  }
}
.comment_button .negative::after {
  content: "";
  background: url(https://corp.entrenet.jp/shared/images/comment_button_icn_negative.png) no-repeat 0 0;
  background-size: 12px 12px;
  display: block;
  height: 12px;
  left: 80%;
  position: absolute;
  top: 36%;
  width: 12px;
}
@media (min-width: 768px) {
  .comment_button .negative::after {
    width: 380px;
    left: 55%;
  }
}

.comment_empty_box {
  width: 100%;
  height: 1px;
  background-color: #fff;
  border: none;
}

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