@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* =========================================================
	Webフォント指定
========================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@font-face {
  font-family: "NotoSansCJKjp-Jxck";
  font-style: normal;
  font-weight: 100;
  src: local("NotoSansCJKjp-Thin.otf"), local("NotoSansJP-Thin.otf"), url("/cmn/font/noto/NotoSansJP-Thin.woff") format("woff");
}

@font-face {
  font-family: "NotoSansCJKjp-Jxck";
  font-style: normal;
  font-weight: 200;
  src: local("NotoSansCJKjp-Light.otf"), local("NotoSansJP-Light.otf"), url("/cmn/font/noto/NotoSansJP-Light.woff") format("woff");
}

@font-face {
  font-family: "NotoSansCJKjp-Jxck";
  font-style: normal;
  font-weight: 300;
  src: local("NotoSansCJKjp-DemiLight.otf"), local("NotoSansJP-DemiLight.otf"), url("/cmn/font/noto/NotoSansJP-DemiLight.woff") format("woff");
}

@font-face {
  font-family: "NotoSansCJKjp-Jxck";
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansCJKjp-Regular.otf"), local("NotoSansCJKjp-Regular.otf"), url("/cmn/font/noto/NotoSansCJKjp-Regular.woff") format("woff");
}

@font-face {
  font-family: "NotoSansCJKjp-Jxck";
  font-style: normal;
  font-weight: 500;
  src: local("NotoSansCJKjp-Medium.otf"), local("NotoSansJP-Medium.otf"), url("/cmn/font/noto/NotoSansJP-Medium.woff") format("woff");
}

@font-face {
  font-family: "NotoSansCJKjp-Jxck";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansCJKjp-Bold.otf"), local("NotoSansJP-Bold.otf"), url("/cmn/font/noto/NotoSansJP-Bold.woff") format("woff");
}

/* =========================================================
base
========================================================= */
* {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}

body {
  font-feature-settings: "palt";
  font-size: 16px;
  font-family: "Josefin Sans", "NotoSansCJKjp-Jxck", "Noto Sans CJK JP", "Noto Sans", "Noto Sans Japanese", "Helvetica Neue", "Meiryo", "メイリオ", "YuGothic", "游ゴシック", sans-serif;
  color: #000;
  line-height: 1.8;
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dt,
dd,
p,
th,
td,
em,
strong,
div,
address {
  font-weight: normal;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  list-style: none;
  letter-spacing: 0.035em;
  word-break: break-all;
}

img {
  border: none;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

input,
label,
select {
  zoom: 1;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  outline: none;
  color: #000;
}

input,
label {
  display: inline;
  vertical-align: middle;
  display: none;
}

p {
  letter-spacing: 0.05em;
}

a:hover {
  cursor: pointer;
}

#wrapper {
  background: #fff;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

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

  .sp {
    display: block !important;
  }
}

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

  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 960px) {
  .nl {
    display: block;
  }
}

br.pcnone02 {
  display: none;
}

@media screen and (min-width: 765px) {
  br.pcnone02 {
    display: inline;
  }
}


/* =========================================================
シャッフルテキスト
========================================================= */
.text-shuffle,
.text-shuffle-view {
  white-space: nowrap;
}

/* =========================================================
アイコン
========================================================= */
.icon-new {
  color: #fff;
  background: #c00;
  margin-left: 0.2em;
  font-weight: normal;
  padding: 2px;
  font-size: 80%;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}

.icon-coming {
  color: #000;
  background: #fff;
  margin-left: 0.2em;
  font-weight: normal;
  padding: 2px;
  font-size: 80%;
  display: inline-block;
  line-height: 1;
}

#top-navigation .icon-coming {
  display: none;
  padding: 3px 2px 1px;
}

#top-navigation .icon-new {
  display: none;
  padding: 2px 2px 0;
}

/* =========================================================
メインビジュアル
========================================================= */
.mainv {
  width: 100%;
  text-align: center;
}

.mainv>p {
  font-size: 1em;
  line-height: 2.3;
  margin: 60px auto 56px;
  width: 90%;
  padding: 0 5%;
  font-family: "NotoSansCJKjp-Jxck", "Noto Sans CJK JP", "Noto Sans Japanese", "Helvetica Neue", "YuGothic", "游ゴシック", sans-serif;
}

@media screen and (max-width: 640px) {
  .mainv>p {
    margin: 40px auto 40px;
    text-align: left;
    line-height: 1.92;
  }

  .mainv>p br {
    display: none;
  }
}

.photo {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 617px;
  position: relative;
  background-size: cover;
  display: block;
  overflow: hidden;
  z-index: 0;
}

.photo .photo-bg {
  background: url(/cmn/img/base/bg_dot_gray.png) repeat;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.photo .photo-bg .mainv-title {
  position: absolute;
  width: 100%;
  line-height: 1.1;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.photo .photo-bg .mainv-title h2 {
  font-size: 4.125em;
}

.photo .photo-bg .mainv-title p {
  font-size: 1.063em;
  margin-top: 10px;
  font-family: "NotoSansCJKjp-Jxck", "Noto Sans CJK JP", "Noto Sans Japanese", "Helvetica Neue", "YuGothic", "游ゴシック", sans-serif;
}

.photo.dyf .photo-bg .mainv-title p {
  font-size: 2em;
  margin-top: 10px;
  font-family: "NotoSansCJKjp-Jxck", "Noto Sans CJK JP", "Noto Sans Japanese", "Helvetica Neue", "YuGothic", "游ゴシック", sans-serif;
}

.photo .photo-bg .mainv-title:before {
  content: " ";
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
  margin: 0 auto 10px;
}

.photo .photo-bg .mainv-title:after {
  content: " ";
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
  margin: 22px auto 0;
}

.photo.dyf .photo-bg .mainv-title:before {
  display: none;
}

.photo.dyf .photo-bg .mainv-title:after {
  display: none;
}

@media screen and (max-width: 640px) {
  .photo {
    height: 300px;
  }
}

@media screen and (max-width: 640px) {
  .photo .photo-bg .mainv-title h2 {
    font-size: 6vw;
  }
}

@media screen and (max-width: 640px) {
  .photo .photo-bg .mainv-title h2 {
    font-size: 2.625em;
  }
}

@media screen and (max-width: 640px) {
  .photo .photo-bg .mainv-title p {
    font-size: 12px;
  }
}

/* =========================================================
フッターナビゲーション
========================================================= */
#foot-map {
  /* background-color: #fff; */
  background: #f2f2f2;
  position: relative;
  /* padding-top: 60px; */
}

@media screen and (max-width: 768px) {
  #foot-map {
    margin-top: 70px;
    /* margin-top: 120px; */
  }
}

#foot-map .foot-map-inner {
  /* background: #f2f2f2; */
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  padding: 30px 0 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* position: relative;
  z-index: 2; */
}
/* #foot-map .foot-map-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  background: #f2f2f2;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
} */

#foot-map .foot-map-inner div.links {
  width: calc(100% / 4 - 20px);
  font-size: 12px;
}

@media screen and (max-width: 1000px) {
  #foot-map .foot-map-inner div.links {
    width: calc(100% / 2 - 40px);
  }
}

@media screen and (max-width: 640px) {
  #foot-map .foot-map-inner div.links {
    width: 100%;
  }
}

#foot-map .foot-map-inner div.links a {
  display: block;
}

#foot-map .foot-map-inner div.links p.links-title {
  margin-bottom: 20px;
}

#foot-map .foot-map-inner div.links p.links-title a {
  font-size: 14px;
  padding: 15px 0;
  padding-left: 20px;
  border-bottom: 1px solid #dddddd;
  position: relative;
  transition: border-bottom 240ms;
}

#foot-map .foot-map-inner div.links p.links-title a:before, #foot-map .foot-map-inner div.links p.links-title a:after {
  content: "";
  height: 1px;
  background: #333;
  position: absolute;
  transition: width 240ms;
}

#foot-map .foot-map-inner div.links p.links-title a:before {
  width: 10px;
  top: 45%;
  left: 0;
}

#foot-map .foot-map-inner div.links p.links-title a:after {
  width: 0px;
  top: 45%;
  right: 0;
}

#foot-map .foot-map-inner div.links p.links-title a:hover {
  border-bottom: 1px solid #333;
}

#foot-map .foot-map-inner div.links p.links-title a:hover:before {
  width: 0px;
}

#foot-map .foot-map-inner div.links p.links-title a:hover:after {
  width: 10px;
}

@media screen and (max-width: 640px) {
  #foot-map .foot-map-inner div.links ul.links-wrap:not(.nothide) {
    display: none;
  }
}

#foot-map .foot-map-inner div.links ul.links-wrap li i {
  display: block;
  padding: 5px 0 0;
  padding-left: 0.5em;
  font-style: normal;
  font-weight: bold;
}

#foot-map .foot-map-inner div.links ul.links-wrap li.comingsoon a {
  pointer-events: none;
  color: #777;
}

#foot-map .foot-map-inner div.links ul.links-wrap li a {
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  z-index: 1;
}

#foot-map .foot-map-inner div.links ul.links-wrap li span.gray_footer {
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  z-index: 1;
  color: #999999;
}

#foot-map .foot-map-inner div.links ul.links-wrap li.footmenu_acc span {
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  z-index: 1;
}

#foot-map .foot-map-inner div.links ul.links-wrap li.footmenu_acc.active span {
  padding: 5px 10px 2px;
}

#foot-map .foot-map-inner div.links ul.links-wrap li.footmenu_acc ul {
  margin-left: 5px;
}

#foot-map .foot-map-inner div.links ul.links-wrap li.footmenu_acc ul a {
  padding: 2px 10px;
}

#foot-map .foot-map-inner div.links ul.links-wrap li a:after {
  content: "";
  width: 0%;
  height: 100%;
  background: url(/cmn/img/base/bg_dot_gray-mat.png) repeat;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 480ms;
}

#foot-map .foot-map-inner div.links ul.links-wrap li a:hover:after {
  width: 100%;
}

#foot-map .foot-map-inner div.links ul.links-wrap li ul {
  margin-bottom: 10px;
}

#foot-map .foot-map-inner div.links span.caution {
  display: block;
  font-size: 10px;
}

/* =========================================================
フッター
========================================================= */
footer {
  text-align: right;
  width: 100%;
  padding: 25px 0 20px;
  border-top: solid 2px #000;
  background: #fff;
}

footer br,
footer .icon-arrow:before {
  display: none;
}

footer ul {
  display: block;
  padding: 0 2%;
  box-sizing: border-box;
  line-height: 1.2;
}

footer ul li {
  display: inline-block;
}

footer ul li a {
  font-size: 13.236px;
  font-weight: 600;
  position: relative;
  padding-right: 16px;
}

footer ul li a:after {
  font-family: "icomoon" !important;
  content: "\e905";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: 0;
  font-size: 0.6em;
}

footer ul li:first-child {
  margin-right: 10px;
}

footer ul li:last-child a {
  color: #cc0000;
  font-weight: 600;
}

footer small {
  font-size: 10px;
  display: inline-block;
  padding: 0 2vw;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  footer {
    text-align: center;
    border-top: none;
    padding-top: 70px;
  }

  footer ul li:first-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  footer br {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  footer .topBtn a {
    width: 100%;
    padding: 10px 0 12px;
    display: block;
    color: #fff;
    text-align: center;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
  }
}

@media screen and (max-width: 640px) {
  footer .icon-arrow:before {
    width: 90% !important;
    display: inline-block;
    color: #333;
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  footer ul {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 640px) {
  footer small {
    font-size: 0.688em;
    line-height: 1.6;
  }
}

/* =========================================================
 about ローカルナビゲーション
========================================================= */
#local-nav .official p span {
  position: relative;
  padding-right: 1.5em;
}

#local-nav .official p span:after {
  font-family: "icomoon" !important;
  content: "\e905";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: 0;
  font-size: 0.6em;
}

.aboutindex .official p span {
  position: relative;
  padding-right: 1.5em;
}

.aboutindex .official p span:after {
  font-family: "icomoon" !important;
  content: "\e905";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  bottom: 0.5px;
  right: 0;
  font-size: 0.6em;
}

/* =========================================================
about ローカルナビゲーション設定
========================================================= */
.philosophy #local-nav .another-link .col-txt ul li.philosophy-lonav {
  display: none;
}

.philosophy #local-nav .another-link .col-txt ul li.global-lonav, .philosophy #local-nav .another-link .col-txt ul li.corporate-lonav {
  margin: 0;
}

@media screen and (max-width: 420px) {
  .philosophy #local-nav .another-link .col-txt ul li.global-lonav, .philosophy #local-nav .another-link .col-txt ul li.corporate-lonav {
    margin: 10% 0 0;
  }
}

.hondaism #local-nav .another-link .col-txt ul li.hondaism-lonav {
  display: none;
}

.hondaism #local-nav .another-link .col-txt ul li.global-lonav, .hondaism #local-nav .another-link .col-txt ul li.corporate-lonav {
  margin: 0;
}

@media screen and (max-width: 420px) {
  .hondaism #local-nav .another-link .col-txt ul li.global-lonav, .hondaism #local-nav .another-link .col-txt ul li.corporate-lonav {
    margin: 10% 0 0;
  }
}

.business_field #local-nav .another-link .col-txt ul li.business-lonav {
  display: none;
}

.business_field #local-nav .another-link .col-txt ul li.global-lonav {
  margin: 0;
}

.business_field #local-nav .another-link .col-txt ul li.corporate-lonav {
  margin: 0 0 0 2.6%;
}

@media screen and (max-width: 420px) {
  .business_field #local-nav .another-link .col-txt ul li.global-lonav {
    margin: 10% 0 0;
  }
}

@media screen and (max-width: 960px) {
  .business_field #local-nav .another-link .col-txt ul li.corporate-lonav {
    margin: 0;
  }
}

@media screen and (max-width: 420px) {
  .business_field #local-nav .another-link .col-txt ul li.corporate-lonav {
    margin: 10% 0 0;
  }
}

.global_business #local-nav .another-link .col-txt ul li.global-lonav {
  display: none;
}

.global_business #local-nav .another-link .col-txt ul li.corporate-lonav {
  margin: 0 0 0 2.6%;
}

@media screen and (max-width: 960px) {
  .global_business #local-nav .another-link .col-txt ul li.corporate-lonav {
    margin: 0;
  }
}

.job_guide #local-nav .another-link .col-txt ul li.jobbisness-lonav {
  display: none;
}

.job_guide #local-nav .another-link .col-txt ul li.corporate-lonav {
  margin: 0 0 0 2.6%;
}

@media screen and (max-width: 960px) {
  .job_guide #local-nav .another-link .col-txt ul li.corporate-lonav {
    margin: 0;
  }
}

.interview #local-nav .another-link .col-txt ul li.develop-lonav {
  display: none;
}

.interview #local-nav .another-link .col-txt ul li.business-lonav, .interview #local-nav .another-link .col-txt ul li.corporate-lonav {
  margin: 0;
}

@media screen and (max-width: 420px) {
  .interview #local-nav .another-link .col-txt ul li.business-lonav, .interview #local-nav .another-link .col-txt ul li.corporate-lonav {
    margin: 10% 0 0;
  }
}

.welfare #local-nav .another-link .col-txt ul li.corporate-lonav {
  display: none;
}

.welfare #local-nav .another-link .col-txt ul li.business-lonav, .welfare #local-nav .another-link .col-txt ul li.diversity-lonav {
  margin: 0;
}

@media screen and (max-width: 420px) {
  .welfare #local-nav .another-link .col-txt ul li.business-lonav, .welfare #local-nav .another-link .col-txt ul li.diversity-lonav {
    margin: 10% 0 0;
  }
}

.develop #local-nav .another-link .col-txt ul li.develop-lonav {
  display: none;
}

.develop #local-nav .another-link .col-txt ul li.business-lonav, .develop #local-nav .another-link .col-txt ul li.corporate-lonav {
  margin: 0;
}

@media screen and (max-width: 420px) {
  .develop #local-nav .another-link .col-txt ul li.business-lonav, .develop #local-nav .another-link .col-txt ul li.corporate-lonav {
    margin: 10% 0 0;
  }
}

.diversity #local-nav .another-link .col-txt ul li.diversity-lonav {
  display: none;
}

.diversity #local-nav .another-link .col-txt ul li.business-lonav, .diversity #local-nav .another-link .col-txt ul li.corporate-lonav {
  margin: 0;
}

@media screen and (max-width: 420px) {
  .diversity #local-nav .another-link .col-txt ul li.business-lonav, .diversity #local-nav .another-link .col-txt ul li.corporate-lonav {
    margin: 10% 0 0;
  }
}

.interview.diversity-interview #local-nav .another-link .col-txt ul li.diversity-lonav {
  display: none;
}

.interview.diversity-interview #local-nav .another-link .col-txt ul li.develop-lonav {
  display: block;
}

.interview.diversity-interview #local-nav .another-link .col-txt ul li.business-lonav, .interview.diversity-interview #local-nav .another-link .col-txt ul li.corporate-lonav {
  margin: 0;
}

@media screen and (max-width: 420px) {
  .interview.diversity-interview #local-nav .another-link .col-txt ul li.business-lonav, .interview.diversity-interview #local-nav .another-link .col-txt ul li.corporate-lonav {
    margin: 10% 0 0;
  }
}

#local-nav .another-link .col-txt .btn-ac,
#local-nav .another-link .col-txt ul li p {
  font-family: "NotoSansCJKjp-Jxck", "Noto Sans CJK JP", "Noto Sans Japanese", "Noto Sans", "Helvetica Neue", "Hiragino Kaku Gothic ProN", sans-serif !important;
}

/* =========================================================
ライトボックス
========================================================= */
.message-txt p {
  text-align: left;
  font-size: 1em;
  font-weight: bold !important;
  font-family: "NotoSansCJKjp-Jxck", "Noto Sans CJK JP", "Noto Sans Japanese", "Noto Sans", "Helvetica Neue", "Hiragino Kaku Gothic ProN", sans-serif;
  margin-top: 25px;
  line-height: 1.62;
}

.message-txt p:first-child {
  margin-top: 0;
}

.message-txt h3 {
  text-align: left;
  font-weight: bold !important;
  font-size: 2em;
  line-height: 1.22;
  margin-top: 25px;
}

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: white;
}

.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
  vertical-align: middle;
  font-family: "Josefin Sans",
    "NotoSansCJKjp-Jxck",
    "Noto Sans CJK JP",
    "Noto Sans Japanese",
    "Helvetica Neue",
    "YuGothic",
    "游ゴシック",
    sans-serif;
}

.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal-wrapper:after {
  vertical-align: middle;
  font-family: "Josefin Sans", "NotoSansCJKjp-Jxck", "Noto Sans CJK JP", "Noto Sans Japanese", "Helvetica Neue", "YuGothic", "游ゴシック", sans-serif;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover, .remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 0px;
  text-indent: -101%;
  overflow: hidden;
  white-space: nowrap;
  line-height: 26px;
  background: url(/cmn/img/base/closebtn.svg) 0 0 no-repeat;
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  width: 26px;
  height: 26px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover, .remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover, .remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.remodal img {
  width: 100%;
  max-width: 960px;
  height: auto;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    width: 100%;
    max-width: 100%;
  }

  .remodal img {
    max-width: 960px;
    margin: 60px auto 0;
  }
}

@media only screen and (max-width: 641px) {
  .remodal img {
    margin: 40px auto 0;
  }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  /* z-index: 9999; */
  z-index: 100000000000;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  /* z-index: 10000; */
  z-index: 100000000001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

section {
  transition: 0.7s;
}

.list-mv07 {
  opacity: 0;
  transform: translate(0, 80px);
  -webkit-transform: translate(0, 80px);
}

.mv07 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.bl_itsprdVoiceBlock_item,
.bl_itsprdVoiceBlock_item,
#interview-single {
  font-family: "Josefin Sans", "NotoSansCJKjp-Jxck", "Noto Sans CJK JP", "Noto Sans", "Noto Sans Japanese", "Helvetica Neue", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

#interview-single .ly_main,
#itsprd .ly_main,
#threedays .ly_main,
#rd_oneday .ly_main,
#rd_women .ly_main,
#rd_manufacturing .ly_main,
#laboratory .ly_main,
#oneday .ly_main,
.bl_rdTableBlock {
  font-family: "NotoSansCJKjp-Jxck", "Noto Sans CJK JP", "Noto Sans", "Noto Sans Japanese", "Helvetica Neue", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.el_footer_twitter {
  position: relative;
  padding: 4px 30px;
  background-color: #1da1f3;
  color: #fff;
}

.el_footer_twitter a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

footer ul li .el_footer_twitter a:after {
  content: none;
}

@media only screen and (max-width: 641px) {
  footer ul li.foot-twitter {
    width: 100%;
    margin-bottom: 20px;
  }
}




/* print用 */
.for_print {
  display: none;
}

.is-switchOff.is-switchOff.is-switchOff {
  display: none;
}

.is-switchOn.is-switchOn.is-switchOn {
  display: block;
}



/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
ON・OFF指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

.pc-on {
  display: block !important;
}
.pc-in {
  display: inline !important;
}
.pc-inblock {
  display: inline-block !important;
}
.sp-on {
  display: none !important;
}
.sp-in {
  display: none !important;
}
.sp-inblock {
  display: none !important;
}

@media screen and (max-width:767px) {
  .pc-on {
    display: none !important;
  }
  .pc-in {
    display: none !important;
  }
  .pc-inblock {
    display: none !important;
  }
  .sp-on {
    display: block !important;
  }
  .sp-in {
    display: inline !important;
  }
  .sp-inblock {
    display: inline-block !important;
  }
}