@charset "UTF-8";
* {
  margin: 0;
  padding: 0
}

body {
  display: block;
  line-height: 1;
  text-align: left;
  background: #fff;
  width: 100%!important;
  margin: 0;
  padding: 0;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: tbudgothic-std, sans-serif
}

.no-scroll {
  position: fixed;
  overflow-y: scroll;
  top: 0
}

h1, h2, h3, h4 {
  font-weight: 400;
  line-height: 100%;
  margin: 0;
  padding: 0
}

article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section {
  display: block
}

main {
  max-width: 100%!important
}

.page-top-return {
  position: fixed;
  bottom: -100px;
  right: 0;
  border: none;
  z-index: 15;
  height: 80px;
  width: 80px;
  opacity: 1;
  border-radius: 0;
  transition: all .2s ease-in-out;
  background: #005b00
}

.page-top-return.visible {
  bottom: 0
}

.page-top-return:hover {
  transform: scale(1);
  background: #1b9b1b
}

.page-top-return a {
  height: 80px;
  width: 80px;
  background: url(../images/arrowdown.svg) center center no-repeat;
  background-size: 30px 30px;
  display: flex;
  transform: rotate(-180deg);
  justify-content: center;
  align-items: center
}

main section:before {
  display: none
}

main section {
  max-width: 100%!important
}

img {
  border: none;
  vertical-align: bottom
}

a {
  color: inherit;
  cursor: pointer
}

a:focus, input:focus, text-area:focus {
  outline: 0
}

ul, ul li {
  list-style-type: none
}

body>span {
  position: fixed;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0
}

p {
  margin: 0
}

.vertical {
  transform: rotate(-90deg)
}

@keyframes hopping {
  0% {
    transform: translate(-50%, 0)
  }
  50% {
    transform: translate(-50%, -12px)
  }
  100% {
    transform: translate(-50%, 0)
  }
}

@keyframes fadeinleft {
  0% {
    transform: scale(1.1);
    left: -100px;
    opacity: 0
  }
  100% {
    transform: scale(1);
    left: 0;
    opacity: 1
  }
}

@keyframes fadeinleft-man {
  0% {
    transform: scale(1.1);
    left: -100px;
    opacity: 0
  }
  100% {
    transform: scale(1);
    left: 0;
    opacity: 1
  }
}

@keyframes slide-left {
  0% {
    left: -1000px
  }
  100% {
    left: 0
  }
}

@keyframes fade-in-top {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes rmv-load {
  0% {
    left: 0;
    width: 100%
  }
  100% {
    left: 100vw;
    visibility: hidden;
    width: 0
  }
}

@keyframes contract-rmv {
  0% {
    opacity: 1;
    transform: scale(1)
  }
  10% {
    transform: scale(1.1)
  }
  15% {
    transform: scale(1)
  }
  100% {
    opacity: 0;
    transform: scale(0)
  }
}

@keyframes fade-in-elem {
  0% {
    opacity: 0;
    transform: translateY(20%)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.animate-hidden {
  opacity: 0
}

.fade-in {
  opacity: 0;
  animation: fade-in-elem;
  animation-delay: .2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-duration: .8s;
  animation-timing-function: ease
}

.top_loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 9999999
}

.top_loader.hidden {
  animation: rmv-load;
  animation-delay: .5s;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0, 1.18, .6, .94)
}

.top_loader.hidden .top_loader_logo, .top_loader.hidden .top_loader_title {
  animation: contract-rmv;
  animation-delay: .1s;
  animation-duration: .3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out
}

.top_loader_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%
}

.top_loader_bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #1b9b1b;
  width: 0
}

.top_loader_logo {
  position: relative;
  width: 200px;
  margin-bottom: 30px;
  z-index: 50
}

.top_loader_title {
  position: relative;
  font-weight: 700;
  font-size: 2.4em;
  color: #005b00;
  width: 300px
}

.nav_menu {
  display: block;
  top: -800px;
  position: fixed;
  z-index: 99998;
  width: 100%;
  height: calc(100vh /2.25);
  background: green;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .2);
  transition: all .2s ease-in-out
}

.nav_menu.is-active {
  top: 0
}

.nav_menu_inner {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.nav_menu_link_list {
  text-align: center
}

.nav_link {
  display: inline-block;
  margin: 2.7%
}

.nav_link span {
  color: #fff;
  font-size: calc(1vw + 1.5em);
  min-height: 0;
  font-weight: 700;
  border-bottom: 20px solid #1b9b1b;
  position: relative;
  transition: all .3s ease
}

.nav_link span:hover {
  border-bottom-color: #005b00
}

.nav_link span:after {
  content: '';
  height: 20px;
  width: 20px;
  background: url(../images/arrow_w_r.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 1.2em
}

.m_header__menu_btn {
  position: fixed;
  right: 0;
  z-index: 99999;
  top: 0;
  display: block
}

.m_header__menu_btn a {
  height: 80px;
  width: 80px;
  position: relative;
  background: green;
  display: block
}

.m_header__menu_btn_cnt {
  width: 65%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .2s ease
}

.m_header__menu_btn.is-active .m_header__menu_btn_cnt {
  background-color: transparent
}

.m_header__menu_btn.is-active .m_header__menu_btn_cnt:before {
  transform: rotate(45deg);
  top: 0
}

.m_header__menu_btn.is-active .m_header__menu_btn_cnt:after {
  transform: rotate(-45deg);
  bottom: 0
}

.m_header__menu_btn_cnt:after, .m_header__menu_btn_cnt:before {
  content: '';
  height: 2px;
  width: 100%;
  background: #fff;
  display: block;
  position: absolute;
  transition: all .2s ease
}

.m_header__menu_btn_cnt:before {
  top: -15px
}

.m_header__menu_btn_cnt:after {
  bottom: -15px
}

.m_header__entry {
  position: fixed;
  right: 80px;
  top: 0;
  height: 80px;
  background: #1b9b1b;
  width: 175px;
  text-align: center;
  z-index: 10
}

.m_header__entry a {
  width: 175px;
  height: 100%;
  position: absolute;
  left: 0;
  line-height: 80px
}

.entry_content {
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem
}

.m_header__logo {
  position: absolute;
  z-index: 999999;
  left: 60px;
  height: 50px;
  width: 400px;
  top: 22px
}

.top_front {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  position: relative;
  opacity: 0;
  transition: opacity .5s ease
}

.top_front.is-visible {
  opacity: 1
}

.top_front_inner {
  margin: 0 auto;
  width: 80%
}

.top_front_content {
  position: relative
}

.top_front_slogan {
  position: relative;
  width: auto;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 350px;
  z-index: 10
}

.slogan_contents {
  color: #fff;
  font-weight: 900;
  font-size: 100px;
  text-transform: uppercase
}

.slogan_contents_wrap {
  height: 300px;
  width: 900px;
  position: relative
}

.slogan_contents_wrap p {
  margin: 0;
  padding: 10px 0;
  line-height: 1.2;
  position: absolute;
  padding-left: 15px
}

.slogan_contents_wrap .large {
  font-size: 1.5em;
  bottom: 0
}

.slogan_top {
  top: 0;
  visibility: hidden
}

.slogan_top.is-animate {
  visibility: visible;
  opacity: 0;
  animation: fade-in-elem;
  animation-delay: .7s;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards
}

.top_year {
  visibility: hidden
}

.top_year.is-animate {
  color: #fff;
  visibility: visible;
  background: rgba(0, 128, 0, .85);
  width: 260px;
  font-size: 30pt;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px;
  bottom: 120px;
  left: -180px;
  opacity: 0;
  animation: fade-in-top;
  animation-delay: .3s;
  animation-duration: .7s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards
}

.top_year p {
  margin: 5px;
}
.top_year p.year_txt {
  margin-top: 10px;
  margin-bottom: 0;
}
.top_year p#date {
  margin-bottom: 10px;
}

.top_front_scroll {
  height: 50px;
  width: 40px;
  bottom: 30px;
  left: 50%;
  position: absolute;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-name: hopping
}

.top_sub {
  height: 450px;
  background: url(../images/bg.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  position: relative
}

.top_sub_inner {
  position: relative;
  height: 100%;
  width: 100%
}

.top_sub_inner .section_bg_text {
  margin-top: 0;
  bottom: 50px
}

.top_sub_title {
  font-weight: 700;
  position: absolute;
  left: 150px;
  top: calc(50% - 30px);
  color: #fff;
  font-size: 4.5rem
}

.top_section {
  width: 100%;
  position: relative;
  min-height: 800px
}

#company.top_section {
  min-height: auto
}

.section_bg_text {
  position: absolute;
  font-size: calc(7.5em + 4.5vw);
  min-height: 0;
  font-weight: 700;
  text-transform: uppercase;
  opacity: .05;
  margin: 0;
  line-height: 1;
  margin-top: 100px;
  left: 40px
}

.txt_w {
  color: rgba(255, 255, 255)
}

.txt_g {
  color: green
}

.section_inner {
  height: 100%;
  min-height: 862px;
  width: 65%;
  margin: 0 auto;
  position: relative
}

#company .section_inner {
  min-height: auto
}

.bg_g {
  background-color: green
}

.bg_lightg {
  background-color: #1b9b1b
}

.t_contents {
  position: relative;
  height: 100%;
  padding: 80px 0;
  width: 100%
}

.section_marker {
  width: 65px;
  height: 200px;
  color: #fff;
  font-size: 2.4em;
  font-weight: 700;
  text-align: center;
  background: #1b9b1b;
  padding-top: 20px;
  position: absolute;
  right: 60px;
  bottom: -130px;
  z-index: 3
}

.t_contents h2 {
  font-size: 3.5em;
  font-weight: 700
}

.t_contents_title {
  margin-top: 10px
}

.t_contents_title._g h2 {
  color: green
}

.t_contents_title._w h2 {
  color: #fff
}

.t_contents_inner {
  height: 100%;
  width: 80%;
  display: block
}

.t_contents_inner.text_wrap {
  margin: 50px auto;
  width: 90%
}

.text_box {
  line-height: 2.4em;
  width: 80%;
  font-size: 16px;
  margin: 0 auto;
  padding-top: 75px
}

.text_box_button {
  text-align: center;
  padding-top: 125px
}

.text_box_button a {
  box-sizing: border-box;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: green;
  display: inline-block;
  overflow: hidden;
  transition: all .2s ease
}

.button_inner {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 1.4em 4em;
  z-index: 2;
  position: relative;
  top: 0;
  left: 0
}

.button_inner::after {
  content: '';
  box-sizing: border-box;
  display: block;
  padding: 1.4em 4em;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: #005b00;
  transition: all .2s ease;
  z-index: -1
}

.text_box_button a:hover .button_inner:after {
  left: 0
}

.open_top {
  margin-top: 100px;
  left: 40px
}

.man_insert_img.is-animate {
  position: absolute;
  height: calc(100vh * 1.15);
  width: 44%;
  bottom: 100px;
  left: 0;
  opacity: 0;
  animation: fadeinleft-man;
  animation-delay: 1.1s;
  animation-duration: .9s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards
}

.man_insert_img img {
  height: 80%;
  width: auto;
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 175px
}

.man_insert_img .bg_lightg {
  width: 100%;
  height: 250px;
  position: absolute;
  bottom: 0;
  z-index: 0
}

.t_contents.challenge {
  margin-left: 50px;
  padding-top: 60px
}

.big_center_text {
  font-size: calc(100vw/17.9);
  min-height: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center
}

.secondary_text {
  right: 50px;
  margin-top: 30px
}

.secondary_text p {
  color: #fff;
  font-weight: 700;
  font-size: 29pt;
  line-height: 1.8
}

.bottom_secondary_text {
  text-indent: -25px;
  margin-top: 90px
}

.bottom_secondary_text .bold {
  font-size: 1.4em
}

.background_elem_left_a {
  background-image: url(../images/top_right.svg);
  height: 800px;
  width: 800px;
  opacity: .1;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -400px;
  left: -200px;
  background-size: contain
}

.interview_card_wrap {
  width: 100%;
  height: 100%;
  margin-top: 5%
}

.interview_card_wrap:last-child {
  margin-top: 0
}

.interview_card_inner {
  margin: 25px;
  display: flex;
  background: #1b9b1b;
  justify-content: space-around
}

.int_img {
  width: 300px;
  height: 400px
}

.image2 {
  background: url(../images/interview1.jpg) center center no-repeat;
  background-size: 200%
}

.image1 {
  background: url(../images/interview2.jpg) center center no-repeat;
  background-size: cover
}

.interview_card_contents {
  color: #fff;
  line-height: 1.5;
  font-size: 1rem;
  width: 65%
}

.pple_info {
  border-bottom: 2px solid green;
  width: 100%;
  display: block;
  padding: 10px 0 10px 40px
}

.pple_info_title {
  display: flex;
  align-items: center;
  font-weight: 700;
  padding: 5px 0
}

.pple_info_title h2 {
  font-size: 1.5rem;
  color: #fff;
  margin-right: 40px
}

.pple_info_sub_txt {
  font-weight: 400;
  font-size: .9rem;
  padding-left: 10px
}

.question_wrap {
  width: 100%;
  display: block;
  margin: 60px 0;
  position: relative
}

.question_wrap:last-child {
  margin-bottom: 15px
}

.question_bg {
  position: absolute;
  font-size: 2.5em;
  font-weight: 700;
  color: #fff;
  opacity: .2;
  top: -25px;
  left: 15px
}

.question_header {
  padding-left: 60px;
  font-weight: 700;
  line-height: 2
}

.question_contents_txt {
  width: 82%;
  padding-left: 50px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
  padding-top: 10px
}

.entry_top {
  margin-top: 1.5em
}

#entry .t_contents_title {
  margin-top: 7em
}

.t_contents_title_sub {
  padding: 50px 60px;
  color: green;
  font-size: 1.5em
}

.entry_button {
  width: 750px;
  text-align: center;
  margin: 0 auto;
  margin-top: 12.5%;
  background: #1b9b1b;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden
}

.entry_button a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.entry_button_inner {
  width: 560px;
  height: 100px;
  background: green;
  display: block;
  color: #fff;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-weight: 700;
  z-index: 2
}

.entry_button_inner::after {
  content: '';
  box-sizing: border-box;
  display: block;
  top: 0;
  padding: 1.4em 4em;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  background: #005b00;
  transition: all .2s ease;
  z-index: -1
}

.entry_button a:hover .entry_button_inner::after {
  left: 0
}

#rct_job .t_contents {
  padding: 30px 0
}

#rct_job .section_inner {
  width: 90%
}

#rct_job .t_contents_inner {
  margin: 0 auto
}

.job_offer_title h2 {
  font-size: 3em;
  color: green;
  line-height: 1.3;
  margin: 0 auto;
  width: 85%;
  padding: 0 40px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 2px solid green;
  text-align: center
}

.mail {
  color: purple;
  text-decoration: underline
}

.job_offer_section {
  margin: 40px auto;
  width: 100%;
  display: block
}

.job_offer_section:last-of-type {
  margin-bottom: 0
}

.job_offer_section h3 {
  font-weight: 700;
  font-size: 2em;
  line-height: 1.5;
  margin-bottom: 10px
}

.job_offer_section h3.no-med {
  font-size: 1.5em
}

.job_offer_section h3.blue {
  color: #0b4096
}

.job_offer_section h3::after {
  content: '';
  display: block;
  border-bottom: 6px solid green;
  width: 25%
}

.job_offer_section .no-green::after {
  display: none
}

.job_offer_section .ugly_green {
  color: green;
  font-size: 1.8em
}

.job_offer_section table {
  width: 60%;
  min-width: 780px;
  border-spacing: 0
}

.job_offer_section table td, .job_offer_section table th {
  height: 40px;
  padding: 0 10px;
  text-overflow: ellipsis;
  max-width: 600px;
  border: 1px solid #ccc
}

.job_offer_section p {
  line-height: 2;
  margin: 25px 0;
  font-size: 1.1em
}

.job_offer_section ul, ol {
  margin: auto;
  padding-inline-start: 40px
}

.job_offer_section .indent {
  margin-left: 20px
}

.job_offer_section ol li {
  list-style-type: decimal;
  padding: 5px;
  line-height: normal
}

.job_offer_section ul li {
  list-style-type: disc;
  padding: 5px;
  line-height: normal
}

.job_offer_section h4 {
  font-weight: 700;
  margin: 30px 0 10px;
  font-size: 1.4em;
  line-height: 1.5;
}

.job_offer_section ruby {
  display: inline-block;
  font-size: .7em;
  vertical-align: top
}

#entry_button_subpage .entry_button {
  margin-top: 0
}

#rct_msg .section_bg_text {
  margin-top: 60px
}

#rct_msg img {
  width: 300px;
  height: 420px;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

#rct_msg .content_inner {
  display: flex;
  position: relative;
  padding: 100px 0 60px
}

#rct_work, #rct_work .section_inner {
  min-height: auto!important
}

#rct_work .section_bg_text {
  z-index: 2
}

.slider_wrap .section_bg_text {
  margin: 20px
}

.slider_wrap .t_contents {
  position: relative;
  height: 600px
}

.slider_contents {
  display: none;
  height: 100%;
  width: 100%;
  top: 0
}

.slider_contents.is-visible {
  display: block
}

.slider_contents_wrap {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 3
}

.slider_overlay_bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 128, 0, .8);
  z-index: 1;
  top: 0
}

.slider_inner {
  z-index: 4
}

.slider_contents .t_contents_inner {
  color: #fff;
  position: absolute;
  height: auto;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.slider_contents .t_contents_inner p {
  padding: 0
}

.slider_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.slider_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0
}

.slider_bg img.is-active {
  display: block;
  opacity: 1;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-name: fadeinleft
}

.slick-list, .slick-track {
  height: 100%
}

.slick-next, .slick-prev {
  position: absolute;
  text-indent: -99999px;
  top: 50%;
  left: 10%;
  cursor: pointer;
  z-index: 15
}

.slick-next {
  right: 15%;
  left: auto
}

.slick-next:after, .slick-prev:after {
  content: '';
  display: block;
  background-image: url(../images/slider_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 100px
}

.slick-next:after {
  transform: rotate(-180deg)
}

.t_contents_title.slider {
  top: 70px;
  position: absolute;
  top: 0
}

.t_contents_title.slider:after {
  content: '';
  position: absolute;
  display: block;
  height: 20px;
  background: #1b9b1b;
  width: 100%
}

#rct_details {
  border-bottom: 1px solid green
}

#rct_details .table_wrap {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: 150px
}

#rct_details table {
  width: 100%;
  border-spacing: 0;
  margin: 0 auto;
  border-bottom: 1px solid green
}

#rct_details td, #rct_details th {
  height: 70px;
  border-top: 1px solid green
}

#rct_location {
  overflow: hidden
}

#rct_location .location_picker {
  margin-top: 100px;
  position: relative
}

#rct_location .location_picker h3:hover {
  cursor: pointer;
  opacity: .8
}

#rct_location .location_picker_title {
  margin: 23px;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent
}

#rct_location .location_picker_title.is_active {
  border-bottom: 1px solid green
}

#rct_location .location_picker_title h3 {
  color: green;
  font-weight: 700;
  font-size: 1.2rem
}

.location_picker_contents {
  display: none;
  position: absolute;
  left: 200px;
  top: -50px;
  width: calc(100vw);
  overflow: hidden;
  background: green;
  padding: 17px 37px;
  height: 400px
}

.location_picker_contents h2 {
  color: #fff;
  margin-bottom: 40px;
  margin-top: 15px
}

.location_picker_contents table {
  border-spacing: 0 30px;
  width: 55%;
  color: #fff
}

.location_picker_contents td {
  padding-left: calc(100%/4)
}

.location_picker_contents td, .location_picker_contents th {
  height: 30px;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px
}

.location_picker_contents.is_active {
  display: block
}

#rct_entry .t_contents {
  padding-top: 0;
  padding-bottom: 0
}

#rct_entry .t_contents .t_contents_inner {
  margin: 50px auto
}

.disclaimer_contents {
  border-bottom: 1px solid green;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 10px;
  margin-bottom: 30px
}

#entry_notice .disclaimer_contents p {
  text-align: left
}

#entry_notice .section_inner {
  min-height: auto
}

#entry_notice .t_contents_inner {
  margin-top: 0
}

.disclaimer_contents.entry-notice {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  border-top: 1px solid green;
  padding-top: 20px
}

.disclaimer_contents p {
  text-align: center;
  line-height: 1.3;
  padding-bottom: 20px
}

.form-row .entry_button {
  margin-top: 3.5%
}

.form-row {
  display: flex;
  margin: 30px 0
}

.form-row-label {
  justify-content: flex-end;
  display: flex;
  min-width: 200px;
  position: relative;
  align-items: center
}

.form-row-label.textbox {
  align-items: baseline
}

.radio-column .selectable span {
  position: relative;
  margin-left: 30px;
  cursor: pointer
}

.selectable input[type=radio]:checked+span:before {
  background: green
}

.radio-column .selectable span:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid green;
  position: absolute;
  left: -20px;
  border-radius: 50%;
  cursor: pointer
}

.form-row-label label {
  font-weight: 700;
  font-size: 1rem;
  text-align: right
}

.form-row-label .req {
  font-size: .7rem;
  color: #fff;
  font-weight: 100;
  padding: 5px 5px;
  background: #fc4949;
  width: 35px;
  border-radius: 3px;
  text-align: center;
  margin-left: 10px
}

.form-row-input {
  margin-left: 20px;
  height: 100%;
  width: 75%
}

.form-row-input input, .form-row-input textarea {
  height: 100%;
  background: #eee;
  border: none;
  font-size: 1.1em;
  padding: 0 10px;
  height: 40px;
  width: 100%;
  max-width: 100%
}

.form-row-input input[type=radio] {
  height: 0;
  visibility: hidden
}

.form-row-input textarea {
  height: 200px;
  font-size: 1.1em
}

.flex {
  display: flex;
  align-items: center;
  width: 80%
}

.flex span {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center
}

.birth-row {
  width: 60%
}

.phone-row {
  width: 60%
}

.birth-item input {
  max-width: 150px;
  margin-right: 20px
}

.post-item input {
  margin-left: 20px;
  max-width: 200px
}

.phone-title {
  width: auto!important;
  min-width: 100px
}

.phone-input-wrap {
  display: flex
}

.phone input {
  width: 70%
}

.submit_button {
  border: 0;
  cursor: pointer;
  font-family: tbudgothic-std, sans-serif
}

@media screen and (max-width:1280px) {
  main {
    width: 100%
  }
  .section_bg_text {
    font-size: calc(100vw/8.5);
    min-height: 0
  }
  .job_offer_section table {
    width: 100%;
    min-width: 100%;
    margin: 0 auto
  }
  .section_inner {
    width: 90%
  }
  .slogan_contents_wrap {
    width: 100%
  }
  .slogan_contents_wrap p {
    font-size: calc(100vw/14);
    min-height: 0
  }
  .big_center_text {
    font-size: calc(100vw/12.5);
    min-height: 0
  }
  .t_contents.challenge {
    margin-left: 0
  }
  .secondary_text p {
    font-size: 28pt
  }
}

@media screen and (max-width:768px) {
  .top_sub {
    background: url(../images/bg_smp.jpg) center center no-repeat
  }
  .nav_menu {
    height: 100%;
    top: -110vh
  }
  .nav_menu_link_list {
    display: flex;
    flex-direction: column
  }
  .nav_link {
    margin: 30px
  }
  .top_year.is-animate {
    font-size: 15pt;
    position: relative;
    transform: rotate(0);
    left: 0;
    bottom: 0;
    width: 100%
  }
  .top_front_scroll {
    height: 50px;
    width: 35px;
    bottom: 50px
  }
  .slogan_contents {
    font-size: calc(100vw / 10) min-height: 0
  }
  .slogan_contents_wrap {
    width: 100%;
    height: 100%
  }
  .slogan_contents_wrap p {
    position: relative;
    padding-left: 0;
    font-size: auto
  }
  .section_bg_text {
    display: none
  }
  .background_elem_left_a {
    display: none
  }
  .m_header__logo {
    left: 15px;
    top: 15px;
    width: 200px;
    height: 30px
  }
  .m_header__menu_btn a {
    width: 50px;
    height: 50px
  }
  .m_header__menu_btn_cnt {
    width: 50%
  }
  .m_header__menu_btn_cnt:before {
    top: -8px
  }
  .m_header__menu_btn_cnt:after {
    bottom: -8px
  }
  .m_header__entry {
    right: 50px;
    height: 50px;
    width: 100px
  }
  .m_header__entry a {
    line-height: 50px;
    width: 100px;
    font-size: 1rem
  }
  .entry_content {
    font-size: .8rem
  }
  .t_contents.challenge {
    margin-left: 0
  }
  .section_inner {
    min-height: auto
  }
  .top_section {
    min-height: auto
  }
  .man_insert_img.is-animate {
    width: 30%;
    height: calc(100vh / 1.5);
    top: auto;
    bottom: 0
  }
  .man_insert_img img {
    bottom: 0
  }
  .secondary_text {
    right: 20px;
    margin-left: 25%;
    position: relative
  }
  .secondary_text p {
    line-height: 2;
    font-size: 1rem
  }
  .bottom_secondary_text {
    margin-top: 20px
  }
  .section_marker {
    width: 40px;
    height: 100px;
    right: 15px;
    bottom: -70px;
    font-size: 1.5em
  }
  .t_contents h2 {
    font-size: 2.5em
  }
  .t_contents_inner.text_wrap {
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%
  }
  .text_box {
    font-size: 12px;
    line-height: 2;
    padding-top: 0;
    width: 90%
  }
  .text_box_button {
    padding-top: 30px
  }
  .text_box_button a {
    font-size: 12px
  }
  .button_inner {
    padding: 1.2em 2em
  }
  .t_contents_title_sub {
    font-size: 1rem;
    padding: 40px 60px
  }
  .interview_card_wrap {
    margin-bottom: 20px
  }
  .interview_card_inner {
    margin: 0;
    flex-direction: column
  }
  .int_img {
    width: 100%;
  }
  .image1 {
    background-position: center
  }
  .interview_card_contents {
    width: 100%
  }
  .pple_info {
    padding: 10px 0
  }
  .pple_info_title {
    padding: 5px 10px
  }
  .pple_info_title h2 {
    font-size: 1.5em
  }
  .question_wrap {
    margin: 30px 0
  }
  .question_bg {
    font-size: 2em;
    top: -10px
  }
  .question_contents_txt {
    font-size: 12px
  }
  .l-footer {
    border: none
  }
  .page-top-return {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    border: none;
    border-radius: 0
  }
  .page-top-return a {
    background-size: 20px 20px;
    width: 100%
  }
  #entry .t_contents_title {
    margin-top: 5em
  }
  .entry_button {
    width: 100%;
    height: 80px;
    margin-top: 8.5%
  }
  .entry_button a {
    width: 80%;
    height: 80%
  }
  .entry_button_inner {
    height: 100%;
    font-size: 1.5em
  }
  .top_sub {
    height: 300px
  }
  .job_offer_section h3::after {
    width: 100%
  }
  .top_sub_title {
    left: 0;
    font-size: 3.5rem;
    width: 100%;
    text-align: center
  }
  .section_inner {
    width: 100%
  }
  .t_contents {
    padding: 30px 0
  }
  .t_contents_title {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px
  }
  #rct_msg .content_inner {
    text-align: center;
    display: block;
    padding: 0 0 60px
  }
  #rct_msg img {
    height: 200px;
    width: 90%
  }
  .slider_wrap .t_contents {
    height: 400px
  }
  .t_contents_title.slider {
    left: 50%;
    transform: translateX(-50%)
  }
  .slick-next, .slick-prev {
    bottom: 2.5%;
    top: auto
  }
  .slick-next {
    right: 15%
  }
  .slick-prev {
    left: 10%
  }
  .slick-next:after, .slick-prev:after {
    height: 30px;
    width: 20px
  }
  #rct_details .table_wrap {
    margin-top: 20px
  }
  #rct_details table {
    width: 90%
  }
  #rct_details th {
    min-width: 60px
  }
  .job_offer_title h2 {
    width: 100%;
    padding: 0;
    padding-bottom: 20px
  }
  #entry_button_subpage {
    margin-bottom: 0
  }
  .disclaimer_contents.entry-notice {
    width: 100%
  }
  .job_offer_section {
    width: 90%;
    margin: 40px auto
  }
  .job_offer_section p {
    font-size: 12px;
    margin: 10px 0
  }
  #submissionForm {
    width: 90%;
    margin: 0 auto
  }
  .form-row {
    flex-direction: column
  }
  .form-row-label {
    justify-content: flex-start;
    margin-bottom: 10px
  }
  .form-row-input {
    margin: 0 auto;
    width: 100%
  }
  .form-row-input input, .form-row-input textarea {
    box-sizing: border-box;
    font-size: 1.2em
  }
  .form-row.address {
    margin-bottom: 10px
  }
  .form-row.address2 {
    margin-top: 10px
  }
  .form-row.phone {
    margin: 20px 0
  }
  .birth-item {
    margin-right: 10px
  }
  .birth-item input {
    margin-right: 5px
  }
  .phone-row {
    flex-direction: column
  }
  .phone-title {
    width: 100%!important;
    margin-bottom: 5px
  }
  .phone input {
    width: 90%
  }
  #rct_location {
    min-height: 600px
  }
  #rct_location .location_picker {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 20px
  }
  #rct_location .location_picker_title {
    margin: 10px
  }
  .location_picker_contents.is_active {
    width: 100vw;
    position: absolute;
    top: 70px;
    left: 0;
    margin-top: 20px;
    padding: 0;
    height: 300px
  }
  .location_picker_contents.is_active .location_title {
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 2.5em
  }
  .location_picker_contents table {
    width: 100%;
    padding: 0 10px
  }
  .section_marker {
    display: none
  }
}

@media screen and (max-width:375px) {
  .top_sub {
    height: 200px
  }
  .top_sub_title {
    font-size: 2rem;
    top: 50%
  }
  .top_front_slogan {
    padding-top: 200px
  }
  .m_header__logo {
    left: 0
  }
  .m_header__logo img {
    width: 50vw
  }
  .t_contents_title.slider h2 {
    font-size: 1.8em
  }
  .t_contents_title.slider:after {
    height: 10px
  }
  .slider_contents .t_contents_inner p {
    max-height: 340px;
    overflow: hidden
  }
}

@media print {
  #rct_job .section_inner, #rct_job .section_inner .t_contents_inner.text_wrap, main {
    width: 100%
  }
  main {
    margin-top: 100px
  }
  .nav_menu, .nav_menu.is-active, .nav_menu.main.is-active, .top_sub {
    display: none!important
  }
  .m_header__logo {
    position: relative;
    top: 0
  }
}