@charset "UTF-8";
/*--------------------------------------------------------------
# Setting
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
html, body, a, abbr, address, area, article, aside, audio,
b, blockquote, button, canvas, caption, cite, code, col, colgroup,
data, datalist, dd, del, dfn, div, dl, dt, em, embed,
fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header,
i, iframe, img, input, ins, kbd, label, legend, li, main, map, mark, menu, nav,
object, ol, optgroup, option, output, p, param, pre, progress, q,
rb, rp, rt, rtc, ruby, s, samp, section, small, span, strong, sub, sup,
table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, var, video, wbr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

*, *::before, *::after {
  box-sizing: inherit;
}

img {
  display: block;
}

small {
  font-size: inherit;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

body {
  box-sizing: border-box;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  overflow-x: hidden;
  color: #333333;
  letter-spacing: 0.04em;
  line-height: 140%;
}

@font-face {
  font-family: 'myriad';
  src: url(../fonts/MyriadVariableConcept-Roman.otf);
}

.en {
  font-family: "myriad", sans-serif;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.container-width {
  width: 90%;
  margin: auto;
}

a {
  color: #EF8B1E;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #EF8B1E;
}

.c-or {
  color: #EF8B1E;
}

.bold {
  font-weight: bold;
}

p {
  line-height: 170%;
}

.title {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.07em;
}

.title span {
  font-size: 20px;
  font-family: "myriad", sans-serif;
  color: #EF8B1E;
  display: block;
  margin-top: 10px;
}

.title span b {
  margin-left: 0.4em;
}

.sub-ttl02 {
  background: #ffeccc;
  border-radius: 4px;
  font-weight: bold;
  padding: 25px;
  margin: 40px 0 30px;
}

.sub-ttl03 {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #ccc;
}

.steptravel-btn {
  background: #000;
  border-radius: 0;
  font-family: "myriad", sans-serif;
  font-size: 1.437rem;
  font-weight: bold;
  line-height: 100%;
  padding: 20px 40px 16px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .steptravel-btn {
    display: block;
    width: 80%;
    margin: auto;
    padding: 15px 20px 12px;
    font-size: 1.25rem;
  }
}

.steptravel-btn:hover {
  background: #EF8B1E;
  border-color: #EF8B1E;
}

/* layer */
.sub-head {
  height: 500px;
  position: relative;
  background: #333 no-repeat 50% 50% / cover;
}

.sub-head .page-title {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.sub-head .page-title img {
  width: 100%;
}

.sub-head .page-title span {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}

.scroll-animation-obj {
  opacity: 0;
  transition: all 0.5s ease 0.5s;
}

.scroll-animation-hop {
  transform: translate(0, 60px);
}

.scroll-animation-left {
  transform: translate(-120px, 0);
}

.scroll-animation-right {
  transform: translate(120px, 0);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 0;
  left: 0;
}

header .navbar-light .navbar-nav .nav-link {
  color: #fff;
  margin-left: 30px;
  font-family: "myriad", sans-serif;
}

header .navbar-light .navbar-nav .nav-link:hover {
  color: #EF8B1E;
}

@media screen and (min-width: 0px) and (max-width: 992px) {
  header .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
  }
}

header .navbar-light .navbar-nav .dropdown-menu {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  padding: 0;
}

@media screen and (min-width: 0px) and (max-width: 992px) {
  header .navbar-light .navbar-nav .dropdown-menu {
    position: inherit;
  }
}

header .navbar-light .navbar-nav .dropdown-item {
  color: #fff;
  padding: 10px 30px;
  font-size: 80%;
}

header .navbar-light .navbar-nav .dropdown-item:hover {
  background: #c9771d;
}

header .navbar-light .navbar-toggler {
  color: #fff;
  border: none;
  z-index: 11;
}

header .navbar-light .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

header .navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}

header .navbar-light .navbar-toggler[aria-expanded="true"] + .collapse {
  background: #EF8B1E;
  display: flex;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 10;
}

header .navbar-light .collapse {
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 0px) and (max-width: 992px) {
  header .navbar-light .navbar-collapse {
    position: fixed;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
    align-items: center;
    align-content: center;
    z-index: -10;
  }
  header .navbar-light .navbar-collapse ul {
    width: 80%;
    margin: auto;
  }
  header .navbar-light .navbar-collapse a {
    padding: 10px 0;
  }
}

.navbar-brand {
  display: flex;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .navbar-brand {
    display: block;
    width: 40%;
  }
}

.navbar-brand img {
  width: 152px;
  height: 100%;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .navbar-brand img {
    width: 100%;
  }
}

.navbar-brand h1 {
  color: #fff;
  margin-left: 20px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .navbar-brand h1 {
    margin: 10px 0 0;
    text-align: center;
    font-size: 0.875rem;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background: #000;
  color: #fff;
  padding: 40px 0 20px;
}

footer .container {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  footer .container {
    display: block;
  }
}

footer .foot-info {
  display: flex;
  align-items: center;
  font-size: 1rem;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  footer .foot-info {
    justify-content: center;
  }
}

footer .foot-info img {
  width: 170px;
  margin-right: 20px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  footer .foot-info img {
    width: 40%;
  }
}

footer nav ul {
  align-items: baseline;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  footer nav ul {
    margin: 30px auto 0;
    display: block;
    width: 100%;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
  }
}

footer nav li {
  margin-left: 30px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  footer nav li {
    width: 100%;
    margin: 0;
    display: block;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  }
}

footer nav a {
  color: #fff;
  font-family: "myriad", sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  footer nav a {
    padding: 15px 0;
    display: block;
    text-align: center;
  }
}

footer nav a:hover {
  text-decoration: none;
}

footer nav .foot-list {
  font-size: 85%;
  margin-top: 10px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  footer nav .foot-list {
    margin-top: 0;
  }
}

footer nav .foot-list a {
  font-weight: normal;
  color: #f2f2f2;
  display: block;
  margin-bottom: 5px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  footer nav .foot-list a {
    padding: 5px;
    margin-bottom: 0;
  }
}

footer address {
  text-align: center;
  padding-top: 40px;
  font-size: 0.75rem;
  font-family: "myriad", sans-serif;
}

/*--------------------------------------------------------------
# index
--------------------------------------------------------------*/
.mainimg {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.mainimg .main-catch {
  z-index: 2;
  position: absolute;
  width: 50vw;
  height: calc(50vw * 0.25);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .mainimg .main-catch {
    width: 80vw;
    height: calc(80vw * 0.25);
  }
}

.mainimg .main-catch img {
  width: 100%;
}

.mainimg .main-catch.effect-fade {
  opacity: 0;
  transform: translate(0, 60px);
  transition: all 0.5s ease 0.5s;
}

.mainimg .main-catch.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.mainimg .mainbg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
}

.article-column {
  margin: 120px 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .article-column {
    margin: 60px 0;
  }
}

.article-column img {
  width: 100%;
}

.article-column .box {
  margin-right: 10%;
  margin-left: 5%;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .article-column .box {
    margin: 0 5%;
  }
}

.article-column .title {
  margin-bottom: 40px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .article-column .title {
    margin-bottom: 20px;
  }
}

.article-column .btn {
  margin-top: 40px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .article-column p {
    font-size: 0.875rem;
  }
}

.about-us .title {
  max-width: 434px;
  width: 80%;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .about-us .title {
    width: 60%;
  }
}

.top-message {
  background: url(../img/index/message-bg.png) no-repeat 60% 50%/cover;
  padding: 150px 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .top-message {
    background: none;
    padding: 0;
  }
}

.top-message .box {
  max-width: 600px;
  margin-left: 10%;
  background: #fff;
  padding: 50px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .top-message .box {
    margin: auto;
    padding: 30px;
  }
}

.top-message .title {
  max-width: 530px;
  margin-bottom: 20px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .top-message .title {
    width: 70%;
    margin: auto;
    margin-bottom: 20px;
  }
}

.top-message .title img {
  width: 100%;
}

.top-message .steptravel-btn {
  margin-top: 20px;
}

.interview {
  background: url(../img/index/interview-bg.png) no-repeat right bottom/72% 80%;
  margin: 100px 0 70px;
  padding-bottom: 70px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .interview {
    background-position: right bottom;
    background-size: 80% 98%;
  }
}

.interview img {
  width: 100%;
}

.interview .title {
  max-width: 540px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .interview .title {
    width: 70%;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .interview p {
    font-size: 0.875rem;
  }
}

.interview .interview-wrap {
  overflow: hidden;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .interview .interview-wrap {
    margin-top: 40px;
  }
}

.interview .interview-wrap .interview-slide {
  background: url("../img/index/interview-slide.jpg") repeat-x;
  height: 500px;
  width: 6440px;
  animation: slide 50s linear infinite;
}

@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-3220px, 0, 0);
  }
}

.interview .interview-box {
  margin-top: 60px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .interview .interview-box {
    margin-top: 30px;
  }
}

.interview .interview-box .col-md-4 {
  margin-bottom: 30px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .interview .interview-box .col-md-4 {
    margin-bottom: 20px;
  }
}

.interview .interview-box .col-md-4:nth-child(2) .box, .interview .interview-box .col-md-4:nth-child(5) .box {
  margin-top: 60px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .interview .interview-box .col-md-4:nth-child(2) .box, .interview .interview-box .col-md-4:nth-child(5) .box {
    margin-top: 0;
  }
}

.interview .interview-box .box {
  background: #fff;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .interview .interview-box .box {
    width: 80%;
    margin: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
}

.interview .interview-box .box:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.interview .interview-box .box a {
  color: inherit;
}

.interview .interview-box .box a:hover {
  text-decoration: none;
}

.interview .interview-box .box a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.interview .interview-box .box .info {
  padding: 20px;
}

.interview .interview-box .box .info p {
  font-size: 0.75rem;
}

.interview .interview-box .box .img {
  overflow: hidden;
}

.interview .interview-box .box .img img {
  transition: all 0.3s ease-in-out;
}

.interview .interview-box .box .name {
  font-size: 1.125rem;
  line-height: 1.125rem;
  align-items: center;
  margin: 10px 0;
}

.interview .interview-box .box .en {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: bold;
  color: #EF8B1E;
  margin-left: 10px;
}

.number {
  margin: 90px 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .number {
    margin: 60px 0;
  }
}

.number .title {
  max-width: 600px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .number .title {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 992px) {
  .number .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.number .number-list {
  text-align: center;
  margin: 40px 0 0;
}

.number .number-list h2 {
  font-size: 20px;
  font-weight: bold;
}

.number .number-list .icon {
  max-width: 150px;
  margin: auto;
}

.number .number-list .icon img {
  width: 100%;
}

.number .number-list .number-num {
  font-family: "myriad", sans-serif;
  font-weight: bold;
  font-size: 90px;
  line-height: 90px;
}

@media screen and (min-width: 0px) and (max-width: 992px) {
  .number .number-list .number-num {
    font-size: 70px;
    line-height: 70px;
  }
}

.number .number-list .number-num .percent {
  font-size: 50%;
  margin-left: 10px;
}

.rectuit {
  background: #EF8B1E;
  color: #fff;
  padding: 70px 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .rectuit {
    padding: 50px 0;
  }
}

.rectuit .title {
  color: #fff;
  font-size: 60px;
}

.rectuit .title span {
  color: #fff;
  margin-top: 0;
}

.rectuit .btn {
  position: relative;
  font-weight: bold;
  border-radius: 0;
}

.rectuit .btn::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon-arrow-r.svg) no-repeat 0 0/100% auto;
  width: 18px;
  height: 18px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.rectuit .btn:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

/*--------------------------------------------------------------
# layer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/
.about-page .sub-head {
  background-image: url(../img/about/subhead.png);
}

.about-page .sub-head h1 {
  max-width: 280px;
}

.about-page .about-sec01 {
  margin: 100px 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .about-page .about-sec01 {
    margin: 50px 0;
  }
}

.about-page .about-sec01 .text-box {
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .about-page .about-sec01 .text-box {
    padding: 0;
    width: 90%;
    margin: auto;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .about-page .about-sec01 .text-box .title {
    margin-bottom: 30px;
  }
}

.about-page .about-sec01 .image-box {
  margin-top: 50px;
  padding-left: 50px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .about-page .about-sec01 .image-box {
    padding: 0;
    width: 90%;
    margin: 20px auto 0;
  }
}

.about-page .about-sec02 {
  margin: 100px 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .about-page .about-sec02 {
    margin: 50px 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .about-page .about-sec02 table {
    display: block;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .about-page .about-sec02 table tbody {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .about-page .about-sec02 table tr {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .about-page .about-sec02 table th {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .about-page .about-sec02 table td {
    display: block;
    width: 100%;
    border-top: none;
    padding-top: 0;
  }
}

.about-page .about-sec03 {
  margin: 100px 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .about-page .about-sec03 {
    margin: 50px 0;
  }
}

.about-page .about-sec03 iframe {
  height: 400px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .about-page .about-sec03 iframe {
    height: 300px;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# message
--------------------------------------------------------------*/
.message-page .sub-head {
  background-image: url(../img/message/subhead.png);
}

.message-page .sub-head h1 {
  max-width: 280px;
}

.message-page .message-sec01 {
  margin: 80px 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .message-page .message-sec01 {
    margin: 50px 0;
  }
}

.message-page .message-sec01 .title {
  font-size: 70px;
  font-weight: 900;
  margin-bottom: 40px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .message-page .message-sec01 .title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

.message-page .message-sec01 .title span {
  color: #333333;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .message-page .message-sec01 .title span {
    font-size: 16px;
  }
}

.message-page .message-intro {
  position: relative;
}

.message-page .message-intro .box {
  position: absolute;
  width: 35vw;
  height: 15vw;
  top: 0;
  bottom: 20%;
  left: 10%;
  margin: auto;
  padding: 3vw;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .message-page .message-intro .box {
    width: 45vw;
    height: 38vw;
    padding: 20px;
    left: 20px;
    bottom: 10%;
  }
}

.message-page .message-intro .box .img {
  z-index: 2;
  position: absolute;
  width: calc(100% - 6vw);
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .message-page .message-intro .box .img {
    width: calc(100% - 40px);
  }
}

.message-page .message-intro .box::after {
  content: "";
  position: absolute;
  background-color: #EF8B1E;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.message-page .message-intro img {
  width: 100%;
}

.message-page .interview-sec {
  padding: 0 0 10vw;
  background: url(../img/message/interview-bg.png) no-repeat 0 0/60% 50%;
}

.message-page .interview-sec .box {
  margin: 0 3vw;
}

.message-page .interview-sec .box .title {
  margin-bottom: 30px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .message-page .interview-sec .box .title {
    font-size: 30px;
  }
}

.message-page .interview-sec .box p {
  margin-bottom: 20px;
}

.message-page .message-sec02 {
  background-position: bottom 0% left 5%;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .message-page .message-sec02 {
    background-position: top 0% left 0%;
    background-size: 80% 50%;
    padding-top: 50px;
  }
}

.message-page .message-sec03 {
  margin: 10vw 0;
  background-position: bottom 0% right 5%;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .message-page .message-sec03 {
    background-position: bottom 40% right 0%;
    background-size: 80% 50%;
  }
}

/*--------------------------------------------------------------
# works
--------------------------------------------------------------*/
.works-page .sub-head {
  background-image: url(../img/works/subhead.png);
}

.works-page .sub-head h1 {
  max-width: 274px;
}

.works-page .works-sec01 {
  margin: 100px 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .works-page .works-sec01 {
    margin: 50px 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .works-page .works-sec01 .title {
    font-size: 24px;
    margin-top: 30px;
    text-align: center;
  }
}

.works-page .works-bumon {
  margin: 50px 0;
  border-top: solid 5px;
  padding-top: 40px;
}

.works-page .works-bumon h2 {
  font-size: 40px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .works-page .works-bumon h2 {
    font-size: 20px;
    flex-direction: column;
  }
}

.works-page .works-bumon h2 img {
  width: 70px;
  display: inline-block;
  margin-right: 30px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .works-page .works-bumon h2 img {
    width: 50px;
    display: block;
    margin: 0 auto 10px;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .works-page .works-bumon h3 {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

.works-page .works-bumon h4 {
  font-weight: bold;
  margin: 0 0 10px;
}

.works-page .works-bumon.num01 {
  border-color: #E10009;
}

.works-page .works-bumon.num01 h2,
.works-page .works-bumon.num01 h4 {
  color: #E10009;
}

.works-page .works-bumon.num02 {
  border-color: #FF8B1E;
}

.works-page .works-bumon.num02 h2,
.works-page .works-bumon.num02 h4 {
  color: #FF8B1E;
}

.works-page .works-bumon.num03 {
  border-color: #FABE00;
}

.works-page .works-bumon.num03 h2,
.works-page .works-bumon.num03 h4 {
  color: #FABE00;
}

.works-page .works-bumon.num04 {
  border-color: #A2DB30;
}

.works-page .works-bumon.num04 h2,
.works-page .works-bumon.num04 h4 {
  color: #A2DB30;
}

.works-page .works-bumon.num05 {
  border-color: #3FBF52;
}

.works-page .works-bumon.num05 h2,
.works-page .works-bumon.num05 h4 {
  color: #3FBF52;
}

.works-page .works-bumon.num06 {
  border-color: #23A16A;
}

.works-page .works-bumon.num06 h2,
.works-page .works-bumon.num06 h4 {
  color: #23A16A;
}

.works-page .works-bumon.num07 {
  border-color: #259096;
}

.works-page .works-bumon.num07 h2,
.works-page .works-bumon.num07 h4 {
  color: #259096;
}

.works-page .works-bumon.num08 {
  border-color: #3FA1ED;
}

.works-page .works-bumon.num08 h2,
.works-page .works-bumon.num08 h4 {
  color: #3FA1ED;
}

.works-page .works-bumon.num09 {
  border-color: #0077C4;
}

.works-page .works-bumon.num09 h2,
.works-page .works-bumon.num09 h4 {
  color: #0077C4;
}

.works-page .works-bumon.num10 {
  border-color: #BD2DB8;
}

.works-page .works-bumon.num10 h2,
.works-page .works-bumon.num10 h4 {
  color: #BD2DB8;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .works-page .works-bumon .bg-light {
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# recruit
--------------------------------------------------------------*/
.recruit-page {
  /* rec-sec02 */
  /* rec-sec03 */
}

.recruit-page .sub-head {
  background-image: url(../img/recruit/subhead.png);
}

.recruit-page .sub-head h1 {
  max-width: 240px;
}

.recruit-page .rec-sec01 {
  margin: 100px 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .recruit-page .rec-sec01 {
    margin: 50px 0;
  }
}

.recruit-page .rec-sec01 .btn-group {
  margin-bottom: 100px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .recruit-page .rec-sec01 .btn-group {
    margin-bottom: 50px;
  }
}

.recruit-page .rec-sec01 .btn-group .btn {
  padding: 15px 10px;
  background: #EF8B1E;
  border-color: #EF8B1E;
}

.recruit-page .rec-sec01 .btn-group .btn:hover {
  background: #ff9f36;
  border-color: #ff9f36;
}

.recruit-page .rec-sec01 .btn-group .btn:nth-child(1) {
  border-right: solid 1px #ffdfbb;
}

.recruit-page .rec-sec01 .btn-group .btn:nth-child(2) {
  border-left: solid 1px #ffdfbb;
  border-right: solid 1px #ffdfbb;
}

.recruit-page .rec-sec01 .btn-group .btn:nth-child(3) {
  border-left: solid 1px #ffdfbb;
}

.recruit-page .rec-sec01 .card {
  border: none;
}

.recruit-page .rec-sec01 .card .card-body {
  padding: 30px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .recruit-page .rec-sec01 .card .card-body {
    padding: 30px 0;
  }
}

.recruit-page .rec-sec01 .card-header {
  background: #333;
  font-weight: bold;
  padding: 0;
}

.recruit-page .rec-sec01 .card-header a {
  display: block;
  padding: 30px;
  font-size: 20px;
  position: relative;
  color: #fff;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .recruit-page .rec-sec01 .card-header a {
    padding: 20px;
    font-size: 1rem;
  }
}

.recruit-page .rec-sec01 .card-header a::after {
  content: "";
  position: absolute;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .recruit-page .rec-sec01 table {
    display: block;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .recruit-page .rec-sec01 table tbody {
    display: block;
  }
}

.recruit-page .rec-sec01 table .sub-ttl02 {
  background: #f2f2f2;
  padding: 14px;
  font-size: 1rem;
  margin: 20px 0 20px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .recruit-page .rec-sec01 table .sub-ttl02 {
    padding: 10px;
    font-size: 14px;
    margin: 20px 0 10px;
  }
}

.recruit-page .rec-sec01 table th {
  width: 20%;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .recruit-page .rec-sec01 table th {
    display: block;
    width: 100%;
    background: #ffeccc;
    margin-bottom: 10px;
    font-size: 14px;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .recruit-page .rec-sec01 table td {
    display: block;
    border-top: none;
    padding-top: 0;
    font-size: 14px;
  }
}

.recruit-page .rec-sec02 {
  padding: 100px 0;
  background: #ffeccc;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .recruit-page .rec-sec02 {
    padding: 50px 0;
  }
}

.recruit-page .rec-sec02 .welfare-list .box {
  background: #fff;
  padding: 30px;
  height: 100%;
  border-radius: 10px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .recruit-page .rec-sec02 .welfare-list .box {
    margin-bottom: 30px;
    height: auto;
  }
}

.recruit-page .rec-sec02 .welfare-list .icon {
  max-width: 100px;
  margin: 0 auto 20px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .recruit-page .rec-sec02 .welfare-list .icon {
    max-width: 50px;
  }
}

.recruit-page .rec-sec02 .welfare-list .icon img {
  width: 100%;
}

.recruit-page .rec-sec02 .welfare-list h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .recruit-page .rec-sec02 .welfare-list h2 {
    font-size: 16px;
  }
}

.recruit-page .rec-sec02 .welfare-list h2::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 4px;
  background: #000;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.recruit-page .rec-sec02 .welfare-list p {
  font-size: 14px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .recruit-page .rec-sec02 .welfare-list p {
    font-size: 13px;
  }
}

.recruit-page .rec-sec03 {
  margin: 100px 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .recruit-page .rec-sec03 {
    margin: 50px 0;
  }
}

.recruit-page .rec-sec03 .flow-list {
  display: flex;
}

@media screen and (min-width: 0px) and (max-width: 992px) {
  .recruit-page .rec-sec03 .flow-list {
    flex-flow: wrap;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .recruit-page .rec-sec03 .flow-list {
    flex-direction: column;
  }
}

.recruit-page .rec-sec03 .flow-list .box {
  flex-basis: 17%;
  margin-right: 3.5%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 992px) {
  .recruit-page .rec-sec03 .flow-list .box {
    flex-basis: 29%;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .recruit-page .rec-sec03 .flow-list .box {
    margin-bottom: 40px;
    margin-right: 0;
  }
}

.recruit-page .rec-sec03 .flow-list .box:last-child {
  margin-right: 0;
}

.recruit-page .rec-sec03 .flow-list .box:last-child::after {
  display: none;
}

.recruit-page .rec-sec03 .flow-list .box::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #ddd;
  right: -24px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 992px) {
  .recruit-page .rec-sec03 .flow-list .box::after {
    right: -16px;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .recruit-page .rec-sec03 .flow-list .box::after {
    display: none;
  }
}

.recruit-page .rec-sec03 .flow-list .num {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 55px;
  border-radius: 100px;
  background: #EF8B1E;
  color: #fff;
  font-size: 20px;
  font-family: "myriad", sans-serif;
  font-weight: bold;
  text-align: center;
  right: 0;
  left: 0;
  top: -25px;
  margin: auto;
}

.recruit-page .rec-sec03 .flow-list h2 {
  color: #EF8B1E;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}

.recruit-page .rec-sec03 .flow-list .icon {
  max-width: 60px;
  margin: 20px auto 20px;
}

.recruit-page .rec-sec03 .flow-list .icon img {
  width: 100%;
}

.recruit-page .rec-sec03 .flow-list p {
  font-size: 13px;
}

/*--------------------------------------------------------------
# infographics
--------------------------------------------------------------*/
.infographics-page .sub-head {
  background-image: url(../img/infographics/subhead.png);
}

.infographics-page .sub-head h1 {
  max-width: 225px;
}

.infographics-page .infographics {
  margin: 100px 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .infographics-page .infographics {
    margin: 50px 0;
  }
}

.infographics-page .infographics .box {
  background: #ffeccc no-repeat bottom center/80% auto;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}

.infographics-page .infographics .box.box-gender .num {
  font-size: 70px;
  line-height: 20px;
}

.infographics-page .infographics .box.box-gender .img {
  width: 60%;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .infographics-page .infographics .box.box-gender .img {
    width: 100px;
  }
}

.infographics-page .infographics .box.box-marriage .img {
  width: 60%;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .infographics-page .infographics .box.box-marriage .img {
    width: 100px;
  }
}

.infographics-page .infographics .box.box-child {
  background-image: url(../img/infographics/icon-child@2x.png);
  min-height: 370px;
  background-size: 56% auto;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .infographics-page .infographics .box.box-child {
    background-size: 60% auto;
    min-height: 330px;
  }
}

.infographics-page .infographics .box.box-holiday {
  background-image: url(../img/infographics/icon-holiday@2x.png);
  background-size: 50% auto;
  min-height: 370px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .infographics-page .infographics .box.box-holiday {
    background-size: 60% auto;
    min-height: 330px;
  }
}

.infographics-page .infographics .box.box-graph .img {
  width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .infographics-page .infographics .box.box-graph .img {
    width: 80%;
  }
}

.infographics-page .infographics .box.box-graph .row {
  height: 90%;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .infographics-page .infographics .box.box-graph .row {
    height: auto;
  }
}

.infographics-page .infographics .box.box-graph .graph-text p {
  font-size: 18px;
}

.infographics-page .infographics .box.box-graph .graph-text span {
  color: #EF8B1E;
  font-weight: bold;
  font-weight: bold;
}

.infographics-page .infographics .box img {
  width: 100%;
}

.infographics-page .infographics .box h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.infographics-page .infographics .box h4 {
  font-weight: bold;
  text-align: center;
}

.infographics-page .infographics .box p {
  font-size: 14px;
}

.infographics-page .infographics .box .odometer.odometer-auto-theme,
.infographics-page .infographics .box .odometer.odometer-theme-default {
  font-family: "myriad", sans-serif;
  line-height: 100%;
}

.infographics-page .infographics .box .num {
  color: #EF8B1E;
  font-size: 100px;
  font-family: "myriad", sans-serif;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 50px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .infographics-page .infographics .box .num {
    font-size: 80px;
    line-height: 40px;
    padding-top: 10px;
  }
}

.infographics-page .infographics .box .num .percent {
  font-size: 30%;
  color: #333333;
  margin-left: 10px;
}

.infographics-page .infographics .box .img {
  width: 80%;
  margin: auto;
}

.infographics-page .infographics .box .number-list {
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 80%;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .infographics-page .infographics .box .number-list {
    justify-content: center;
  }
}

.infographics-page .infographics .box .number-list .box-works-article {
  flex-basis: 20%;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .infographics-page .infographics .box .number-list .box-works-article {
    flex-basis: 48%;
  }
}

.infographics-page .infographics .box .number-list h2 {
  font-size: 20px;
  font-weight: bold;
}

.infographics-page .infographics .box .number-list .icon {
  max-width: 150px;
  margin: auto;
}

.infographics-page .infographics .box .number-list .icon img {
  width: 100%;
}

.infographics-page .infographics .box .number-list .number-num {
  font-family: "myriad", sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 60px;
}

@media screen and (min-width: 0px) and (max-width: 992px) {
  .infographics-page .infographics .box .number-list .number-num {
    font-size: 60px;
    line-height: 60px;
  }
}

.infographics-page .infographics .box .number-list .number-num .percent {
  font-size: 50%;
  margin-left: 10px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.entry-page .sub-head {
  background-image: url(../img/entry/subhead.png);
}

.entry-page .sub-head h1 {
  max-width: 264px;
}

.entry-page .entry-form {
  margin: 100px 0;
}

.entry-page .form-check,
.entry-page .form-group {
  margin: 40px 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .entry-page .form-check,
  .entry-page .form-group {
    padding: 30px 0;
    border-bottom: solid 2px #f2f2f2;
    margin: 0;
  }
}

.entry-page .form-check > .col-md-3,
.entry-page .form-group > .col-md-3 {
  font-weight: bold;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .entry-page .form-check > .col-md-3,
  .entry-page .form-group > .col-md-3 {
    margin-bottom: 10px;
  }
}

.entry-page .form-check {
  display: flex;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .entry-page .form-check {
    display: block;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .entry-page .form-check .col-md-3 {
    padding-left: 0;
  }
}

.entry-page input[type="submit"],
.entry-page input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

.entry-page input[type="submit"]::-webkit-search-decoration,
.entry-page input[type="button"]::-webkit-search-decoration {
  display: none;
}

.entry-page input[type="submit"]::focus,
.entry-page input[type="button"]::focus {
  outline-offset: -2px;
}

.entry-page .contact .innar {
  padding-bottom: 100px;
}

.entry-page .contact table {
  width: 100%;
}

.entry-page input[type="text"],
.entry-page textarea,
.entry-page input[type="number"],
.entry-page input[type="tel"],
.entry-page input[type="email"] {
  background: #DEDEDE;
  border-color: #DEDEDE;
  border-radius: 6px;
  padding: 10px;
}

.entry-page input::placeholder {
  color: #959392;
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 0.2rem;
}

.entry-page select {
  width: 50%;
  border-radius: 4px;
  height: 60px;
  background: #DEDEDE;
  border: none;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .entry-page select {
    width: auto;
  }
}

.entry-page input[type="email"] {
  width: 100%;
}

.entry-page input[type="tel"] {
  width: 30%em;
  margin: 0 1em;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .entry-page input[type="tel"] {
    margin: 0 0.2em;
  }
}

.entry-page input[type="text"] {
  width: 100%;
}

.entry-page .form_btn {
  max-width: 310px;
  margin: 30px auto;
}

.entry-page .form_btn input {
  color: #fff;
  background: #EF8B1E;
  border: none;
  border-radius: 4px;
  position: relative;
  display: block;
  padding: 20px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
}

.entry-page .form_btn input:hover {
  color: #fff;
  background-color: #ff8b1e;
}

.entry-page .form_btn input.not_approval {
  background-color: #e5e5e5;
  color: #777;
}

.entry-page .form_btn input.not_approval:hover {
  background-color: #e5e5e5;
}

.entry-page .innerlist_addressnumber input {
  width: 26%;
}

.entry-page .addressnum_btn {
  background: #EF8B1E;
  border-radius: 4px;
  padding: 10px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.entry-page .privacy__box {
  height: 310px;
  border-radius: 5px;
  padding: 30px;
  overflow-y: scroll;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .entry-page .privacy__box {
    font-size: 90%;
    padding: 20px;
  }
}

.entry-page .privacy__box h4 {
  color: #EF8B1E;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}

.entry-page .privacy__box h5 {
  font-size: 16px;
  padding-bottom: 15px;
  margin: 30px 0 20px;
}

.entry-page .privacy__box h6 {
  background: #f2f2f2;
  padding: 10px;
  font-weight: bold;
  margin: 20px 0 15px;
}

.entry-page .privacy__box dl {
  display: flex;
  border-bottom: solid 1px #ccc;
}

.entry-page .privacy__box dl:last-child {
  border: none;
}

.entry-page .privacy__box dt {
  flex-basis: 35%;
  text-align: center;
  padding: 10px 20px;
  background: #f2f2f2;
}

.entry-page .privacy__box dd {
  flex-basis: 65%;
  padding: 10px 20px;
}

.entry-page .consent_area {
  text-align: center;
  margin-top: 20px;
}

.entry-page .consent_area label {
  vertical-align: middle;
}

.entry-page .consent_area label input {
  margin-right: 10px;
}

.entry-page .consent_area .yes__label {
  margin-right: 20px;
}

/*# sourceMappingURL=style.css.map */
