@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, l, ul, ol, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  color: #93C754;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #4A4A4A;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  word-break: break-word;
  width: 100%;
  min-height: 100vh;
  overscroll-behavior-y: none;
  -webkit-text-size-adjust: 100%;
}

header,
footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-height: 1px;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
a {
  color: #4A4A4A;
  text-decoration: none;
}
a:link, a:active, a:hover, a:visited {
  outline: 0 none;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

img[src$=".svg"] {
  width: 100%;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1099px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1099px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1099px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1100px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1100px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1100px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1100px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1100px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.sp_only {
  display: block;
}

.pc_only {
  display: none;
}

body {
  font-size: 1.8rem;
  font-weight: 400;
}

.wrap {
  width: 90%;
  margin: 0 auto;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

#head_ct {
  background: #fff;
  width: 100%;
  height: 65px;
  position: relative;
  top: 0;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}
#head_ct h1 {
  width: calc(100% - 65px);
  font-size: 1rem;
}
#head_ct h1 a {
  line-height: 1;
}
#head_ct h1 img {
  width: 199px;
  margin-right: 10px;
  margin-bottom: 5px;
}
#head_ct h1 span {
  font-size: 1rem;
  color: #4A4A4A;
  font-weight: 400;
  position: relative;
  bottom: 5px;
}
#head_ct .new_graduate_pc {
  display: none;
}

main {
  padding-top: 65px;
}

#kv {
  background: url(../img/img01.jpg) no-repeat 33% 0;
  background-size: cover;
  position: relative;
  padding: 30px 0;
}
#kv .kv_in {
  width: 90%;
  margin: 0 auto;
}
#kv .kv_in .kv_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 60px;
}
#kv .kv_in .kv_txt h2 {
  color: #fff;
  font-size: 4.7rem;
  line-height: 1.3;
}
#kv .kv_in .kv_txt h2 span.s_txt {
  font-size: 3.8rem;
  display: block;
}
#kv .kv_in .kv_photo {
  max-width: 500px;
  margin: 0 auto;
  padding: 40px 0;
}
#kv .kv_in .kv_photo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#kv .kv_in .kv_photo ul li {
  width: 48%;
  height: auto;
}
#kv .kv_in .kv_photo ul li:nth-child(2) {
  margin-top: 50px;
}

#about .flex_order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#about .flex_order .order_01 {
  background: url(../img/img08.png) no-repeat top;
  background-size: cover;
  padding: 60px 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#about .flex_order .order_01 .about_copy {
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
#about .flex_order .order_01 .about_copy .s_txt {
  font-size: 3rem;
}
#about .flex_order .order_02 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  background: #93C754;
  padding: 20px 0 40px 0;
}
#about .flex_order .order_03 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background: #93C754;
  padding: 40px 0 0 0;
  color: #fff;
}
#about .flex_order .order_03 p {
  margin-bottom: 1.5em;
}

#keyword {
  background: #93C754;
  overflow: hidden;
  padding: 40px 0 0 0;
}
#keyword h4 {
  width: 108%;
  margin-left: -4%;
  margin-bottom: 10px;
}
#keyword ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#keyword ul li {
  width: 48%;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 4%;
  padding-top: 48%;
  position: relative;
  opacity: 0;
  -webkit-transform: "scale(0)";
          transform: "scale(0)";
}
#keyword ul li:nth-child(2n) {
  margin-right: 0;
}
#keyword ul li .text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  line-height: 1.2;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
#keyword ul li .text_box .txt01 {
  font-size: 2rem;
  font-weight: 700;
}
#keyword ul li .text_box .txt02 {
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
}
#keyword ul li .text_box .txt02 .s_txt {
  font-size: 2.1rem;
}
#keyword ul li .text_box .txt02 .cap_txt {
  font-size: 1.6rem;
  display: block;
}
#keyword ul li.ico_01 .text_box {
  background: url(../img/keyword_ico/keyword_ico01.png) no-repeat center;
  background-size: 50%;
}
#keyword ul li.ico_02 .text_box {
  background: url(../img/keyword_ico/keyword_ico02.png) no-repeat center;
  background-size: 62%;
}
#keyword ul li.ico_03 .text_box {
  background: url(../img/keyword_ico/keyword_ico03.png) no-repeat center;
  background-size: 55%;
}
#keyword ul li.ico_04 .text_box {
  background: url(../img/keyword_ico/keyword_ico16.png) no-repeat center;
  background-size: 55%;
}
#keyword ul li.ico_05 .text_box {
  background: url(../img/keyword_ico/keyword_ico05.png) no-repeat center;
  background-size: 55%;
}
#keyword ul li.ico_06 .text_box {
  background: url(../img/keyword_ico/keyword_ico06.png) no-repeat center;
  background-size: 50%;
}
#keyword ul li.ico_07 .text_box {
  background: url(../img/keyword_ico/keyword_ico07.png) no-repeat center;
  background-size: 55%;
}
#keyword ul li.ico_08 .text_box {
  background: url(../img/keyword_ico/keyword_ico08.png) no-repeat center;
  background-size: 24%;
}
#keyword ul li.ico_09 .text_box {
  background: url(../img/keyword_ico/keyword_ico09.png) no-repeat center;
  background-size: 55%;
}
#keyword ul li.ico_10 .text_box {
  background: url(../img/keyword_ico/keyword_ico10.png) no-repeat center;
  background-size: 40%;
}
#keyword ul li.ico_11 .text_box {
  background: url(../img/keyword_ico/keyword_ico11.png) no-repeat center;
  background-size: 55%;
}
#keyword ul li.ico_12 .text_box {
  background: url(../img/keyword_ico/keyword_ico12.png) no-repeat center;
  background-size: 30%;
}
#keyword ul li.ico_13 .text_box {
  background: url(../img/keyword_ico/keyword_ico13.png) no-repeat center;
  background-size: 35%;
}
#keyword ul li.ico_14 .text_box {
  background: url(../img/keyword_ico/keyword_ico14.png) no-repeat center;
  background-size: 55%;
}
#keyword ul li.ico_15 .text_box {
  background: url(../img/keyword_ico/keyword_ico15.png) no-repeat center;
  background-size: 50%;
}
#keyword ul li.ico_16 .text_box {
  background: url(../img/keyword_ico/keyword_ico16.png) no-repeat center;
  background-size: 40%;
}

#ourjob {
  background: #93C754;
  padding-top: 40px;
}
#ourjob .section_ttl {
  color: #fff;
  margin-bottom: 30px;
}
#ourjob .section_ttl span.en {
  color: #4A4A4A;
}
#ourjob .section_ttl span.en::before, #ourjob .section_ttl span.en::after {
  border-bottom: 1px solid #fff;
}
#ourjob .job_list_wrap {
  position: relative;
}
#ourjob #job_list {
  position: relative;
}
#ourjob #job_list .job_list_ct {
  background: #fff;
}
#ourjob #job_list .job_list_ct a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 210px;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  pointer-events: none;
  /*&::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.45;
    z-index: 2;
  }*/
}
#ourjob #job_list .job_list_ct a .job_txt {
  position: relative;
  z-index: 3;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ourjob #job_list .job_list_ct a .job_txt .job_name {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.66);
}
#ourjob #job_list .job_list_ct.job_list01 a {
  background: url(../img/job/01s.jpg?250115) no-repeat center;
  background-size: cover;
}
#ourjob #job_list .job_list_ct.job_list02 a {
  background: url(../img/job/02s.jpg) no-repeat right center;
  background-size: cover;
}
#ourjob #job_list .job_list_ct.job_list03 a {
  background: url(../img/job/03s.jpg) no-repeat center;
  background-size: cover;
}
#ourjob #job_list .job_list_ct.job_list04 a {
  background: url(../img/job/04s.jpg) no-repeat center;
  background-size: cover;
}
#ourjob #job_list .job_list_ct.job_list05 a {
  background: url(../img/job/05s.jpg) no-repeat right center;
  background-size: cover;
}
#ourjob #job_list .bosyu {
  display: none;
  color: #fff;
  width: 180px;
  text-align: center;
  padding: 10px 0;
  font-size: 2.2rem;
  background: rgba(243, 134, 9, 0.8);
  margin-top: 15px;
}
#ourjob #job_list .wanted .bosyu {
  display: block;
}
#ourjob .job_list_ct {
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
#ourjob .job_list_ct.is_active {
  opacity: 1;
}
#ourjob .job_list_ct.is_active::before {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#ourjob .job_list_ct.is_active::after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#ourjob .job_list_ct::before {
  content: "";
  position: absolute;
  width: 20px; /*+、-の大きさ設定*/
  height: 1px;
  border-bottom: solid #fff; /*+、-の色設定*/
  border-bottom-width: 3px; /*+、-の太さ設定*/
  margin: auto;
  top: 30px;
  right: 6.2%; /*+、-の位置設定*/
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 5;
}
#ourjob .job_list_ct::after {
  content: "";
  position: absolute;
  width: 20px; /*+、-の大きさ設定*/
  height: 1px;
  border-bottom: solid #fff; /*+、-の色設定*/
  border-bottom-width: 3px; /*+、-の太さ設定*/
  margin: auto;
  top: 30px;
  right: 6.2%; /*+、-の位置設定*/
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 5;
}
#ourjob .job_list01_window, #ourjob .job_list02_window, #ourjob .job_list03_window, #ourjob .job_list04_window, #ourjob .job_list05_window {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#ourjob .job_list01_window.is_active, #ourjob .job_list02_window.is_active, #ourjob .job_list03_window.is_active, #ourjob .job_list04_window.is_active, #ourjob .job_list05_window.is_active {
  opacity: 1;
  z-index: 1;
}
#ourjob .job_window_ct {
  background: #D5EC96;
  overflow: hidden;
}
#ourjob .job_window_ct .job_window_ct_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#ourjob .job_window_ct .job_window_ct_in .text {
  width: 100%;
  position: relative;
  padding: 30px 0 60px 0;
}
#ourjob .job_window_ct .job_window_ct_in .text::after {
  content: "";
  display: block;
  width: 100%;
  height: 118px;
  background: url(../img/kazari01.png) repeat-x center;
  position: absolute;
  bottom: -60px;
}
#ourjob .job_window_ct .job_window_ct_in .text .text_in {
  width: 80%;
  min-height: 350px;
  margin: 0 auto;
}
#ourjob .job_window_ct .job_window_ct_in .text .text_in .name_box {
  margin-bottom: 1em;
}
#ourjob .job_window_ct .job_window_ct_in .text .text_in .name_box p {
  line-height: 1.2;
}
#ourjob .job_window_ct .job_window_ct_in .text .text_in .name_box .name_ct {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
}
#ourjob .job_window_ct .job_window_ct_in .text .text_in .name_box .name_ct span.en {
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
}
#ourjob .job_window_ct .job_window_ct_in .text .text_in .entry_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 30px 0;
}
#ourjob .job_window_ct .job_window_ct_in .text .text_in .entry_box a {
  display: block;
  width: 69px;
  height: 69px;
}
#ourjob .job_window_ct .job_window_ct_in .text .text_in .entry_box a svg {
  width: 69px;
  height: 69px;
}
#ourjob .job_window_ct .job_window_ct_in .photo {
  display: none;
}

#interview {
  padding: 50px 0 0 0;
}
#interview .accordion_area .interview_photo {
  display: none;
}
#interview .accordion_area .ac_item {
  margin-bottom: 0;
  border-bottom: 2px solid #CAED9F;
}
#interview .accordion_area .ac_item:nth-child(2n) {
  border-bottom: 2px solid #D5EC96;
}
#interview .accordion_area .ac_item .ac_answer {
  padding: 40px 0;
  background: #CAED9F;
  overflow: hidden;
  position: relative;
}
#interview .accordion_area .ac_item .ac_answer i {
  position: absolute;
  color: #fff;
  font-size: 19.8rem;
  font-style: normal;
  font-weight: 400;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  line-height: 1;
  bottom: -50px;
}
#interview .accordion_area .ac_item .ac_answer .ac_answer_txt {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  min-height: 270px;
}
#interview .accordion_area .ac_item .ac_answer .ac_answer_txt p {
  line-height: 2;
  position: relative;
  z-index: 2;
}
#interview .accordion_area .ac_item:nth-child(2n) .ac_answer {
  background: #D5EC96;
}
#interview .accordion_area dt.ac_question {
  padding: 40px 50px 15px 50px;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.2;
}
#interview .accordion_area dt.ac_question span {
  position: relative;
}
#interview .accordion_area dt.ac_question span i {
  position: absolute;
  left: -4rem;
  top: 50%;
  margin-top: -3rem;
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

#message {
  padding: 50px 0;
}
#message .flex .l_ct {
  width: 70%;
  margin: 30px auto;
}
#message .flex .l_ct p {
  text-align: right;
  margin-top: 10px;
}
#message .flex .l_ct p span.name {
  margin-left: 1em;
}
#message .flex .r_ct .l_txt {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1em;
}

#access {
  padding: 50px 0;
}
#access .cmn_btn {
  margin: 20px auto;
}
#access ul li {
  font-size: 1.6rem;
}

footer {
  background: #4A4A4A;
  padding: 40px 0 0 0;
  text-align: center;
}
footer .l_ct {
  margin-bottom: 30px;
}
footer .r_ct li {
  margin: 20px 0;
}
footer .r_ct li:first-child a {
  background: #93C754;
}
footer .r_ct li:nth-child(2) a {
  background: #D5EC96;
}
footer .r_ct li:nth-child(3) a {
  background: #fff;
}
footer .copyright {
  background: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 5px;
  margin-top: 40px;
}

/*共通ボタン*/
.cmn_btn a {
  position: relative;
  background: #D5EC96;
  padding: 10px 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  min-height: 72px;
}
.cmn_btn a i {
  position: absolute;
  right: 40px;
  top: 50%;
}

/*大見出し*/
.section_ttl {
  line-height: 1.2;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.section_ttl span.en {
  color: #559705;
  font-size: 2.1rem;
  font-weight: 500;
  position: relative;
  padding: 6px 8px;
  display: inline-block;
  margin-bottom: 10px;
}
.section_ttl span.en::before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  border-bottom: 1px solid #4A4A4A;
  position: absolute;
  top: 0;
  left: 0;
}
.section_ttl span.en::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  border-bottom: 1px solid #4A4A4A;
  position: absolute;
  bottom: 0;
  right: 0;
}

/*グローバルナビゲーションスタイル*/
#g-nav {
  position: fixed;
  z-index: 99;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  padding-top: 65px;
}
#g-nav ul {
  position: relative;
  z-index: 99;
  padding: 30px 0 0 0;
  background: #A7A7A7;
}
#g-nav ul li {
  list-style: none;
  text-align: center;
  overflow: hidden;
}
#g-nav ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 2.6rem;
  line-height: 0.8;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 20px 0;
  position: relative;
  bottom: -100px;
}
#g-nav ul li a.active_btn {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: text-layer;
  animation-name: text-layer;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
#g-nav ul li a span.s_txt {
  font-size: 1.6rem;
  font-weight: 400;
}
#g-nav ul li:nth-child(2) a {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#g-nav ul li:nth-child(3) a {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#g-nav ul li:nth-child(4) a {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#g-nav ul li:nth-child(5) a {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
#g-nav ul li:nth-child(6) a {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
#g-nav ul li:nth-child(7) a {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
#g-nav ul li.new_graduate {
  margin-top: 30px;
}
#g-nav ul li.new_graduate a {
  background: #93C754;
  color: #4A4A4A;
  font-weight: 400;
  font-size: 1.8rem;
  position: relative;
  padding: 30px 0;
}
#g-nav ul li.new_graduate a i {
  position: absolute;
  right: 50px;
  top: 50%;
}
#g-nav.panelactive {
  top: 0;
}
#g-nav.panelactive #g-nav-list {
  position: relative;
  z-index: 99;
  width: 100%;
  height: inherit;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.openbtn {
  position: absolute;
  z-index: 9999;
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 65px;
  height: 100%;
  background: #4A4A4A;
  -webkit-appearence: none;
  -webkit-tap-highlight-color: transparent;
  --color: #fff;
}
.openbtn #menubar,
.openbtn #menubar span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.openbtn #menubar {
  position: relative;
  width: 30px;
  height: 21px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  top: 20px;
  left: 16px;
}
.openbtn #menubar span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.openbtn #menubar span:nth-of-type(1) {
  top: 0;
}
.openbtn #menubar span:nth-of-type(2) {
  top: 10px;
}
.openbtn #menubar span:nth-of-type(3) {
  bottom: 0;
  width: 60%;
}
.openbtn.active {
  background: #A7A7A7;
}

@-webkit-keyframes text-layer {
  0% {
    bottom: -100px;
    opacity: 0;
  }
  100% {
    bottom: 0px;
    opacity: 1;
  }
}
@keyframes text-layer {
  0% {
    bottom: -100px;
    opacity: 0;
  }
  100% {
    bottom: 0px;
    opacity: 1;
  }
}
.active #menubar span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.active #menubar span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu05-bar02 0.8s forwards;
          animation: active-menu05-bar02 0.8s forwards;
}

@-webkit-keyframes active-menu05-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu05-bar02 {
  100% {
    height: 0;
  }
}
.active #menubar span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
  width: 100%;
}

/*矢印スタイル*/
.arrow {
  position: relative;
  display: inline-block;
  color: #4A4A4A;
  vertical-align: middle;
  text-decoration: none;
}
.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25px;
  height: 25px;
  border: 1px solid #4A4A4A;
  border-radius: 50%;
}
.arrow::after {
  left: 7px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #4A4A4A;
  border-right: 1px solid #4A4A4A;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow.s_arrow::before {
  width: 20px;
  height: 20px;
}
.arrow.s_arrow::after {
  left: 6px;
  width: 4px;
  height: 4px;
}

/*アコーディオンスタイル*/
.accordion_area {
  padding: 20px 0;
}
.accordion_area .accordion_box {
  margin: 0 auto;
  width: 100%;
}
.accordion_area .accordion_box .ac_item {
  margin-bottom: 30px;
}
.accordion_area .accordion_box .ac_item .ac_answer {
  display: none;
}
.accordion_area .accordion_box .ac_item .ac_question {
  display: block;
  position: relative;
  cursor: pointer;
}
.accordion_area .accordion_box .ac_item .ac_question.active {
  border-radius: 0;
  overflow: hidden;
}
.accordion_area .accordion_box .ac_item .ac_question.active::before {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.accordion_area .accordion_box .ac_item .ac_question.active::after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.accordion_area .accordion_box .ac_item .ac_question::before {
  content: "";
  position: absolute;
  width: 20px; /*+、-の大きさ設定*/
  height: 1px;
  border-bottom: solid #93C754; /*+、-の色設定*/
  border-bottom-width: 0.3vw; /*+、-の太さ設定*/
  margin: auto;
  top: 30px;
  bottom: 0;
  right: 6.2%; /*+、-の位置設定*/
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 5;
}
.accordion_area .accordion_box .ac_item .ac_question::after {
  content: "";
  position: absolute;
  width: 20px; /*+、-の大きさ設定*/
  height: 1px;
  border-bottom: solid #93C754; /*+、-の色設定*/
  border-bottom-width: 0.3vw; /*+、-の太さ設定*/
  margin: auto;
  top: 30px;
  bottom: 0;
  right: 6.2%; /*+、-の位置設定*/
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 5;
}

/*-------------------------------------
----------- タブレット用 -------------*/
@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
  .pc_only {
    display: block;
  }
  .wrap {
    width: 92%;
  }
  #kv {
    background-position: center;
    padding: 0;
  }
  #kv .kv_in {
    width: 98%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #kv .kv_in .kv_txt {
    width: 50%;
    padding: 0;
  }
  #kv .kv_in .kv_photo {
    padding: 0;
    position: relative;
    width: 48%;
    top: 20px;
  }
  #about .about_in {
    background: url(../img/img08.png) no-repeat center;
    background-size: cover;
  }
  #about .flex_order {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #about .flex_order .order_01 {
    background: none;
    width: 50%;
  }
  #about .flex_order .order_01 .cmn_btn {
    margin-top: 40px;
    width: 283px;
  }
  #about .flex_order .order_03 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 44%;
    margin-left: 2%;
    padding: 80px 0;
  }
  #about .flex_order .order_03 .wrap {
    width: 80%;
  }
  #keyword h4 {
    width: 100%;
    margin-left: 1%;
  }
  #keyword .wrap {
    width: 92%;
  }
  #keyword ul li {
    width: 31.333%;
    padding-top: 31.333%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  #keyword ul li:nth-child(2n) {
    margin-right: 3%;
  }
  #keyword ul li:nth-child(3n) {
    margin-right: 0;
  }
  #keyword ul li .text_box .txt01 {
    font-size: 3rem;
  }
  #keyword ul li .text_box .txt02 {
    font-size: 6rem;
  }
  #keyword ul li .text_box .txt02 .s_txt {
    font-size: 3.2rem;
  }
  #keyword ul li .text_box .txt02 .cap_txt {
    font-size: 2.8rem;
  }
  #message .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 60px;
  }
  #message .flex .l_ct {
    width: 40%;
    margin: 0;
    text-align: right;
  }
  #message .flex .r_ct {
    width: 55%;
  }
  #access {
    padding-bottom: 90px;
  }
  #access .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 30px;
  }
  #access .flex .cmn_btn {
    width: 280px;
    margin-top: 0;
  }
  #access .flex ul {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 4%;
  }
  footer .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .flex .l_ct {
    width: 253px;
    margin-bottom: 0;
  }
  footer .flex .r_ct {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 6%;
  }
  footer .flex .r_ct ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .flex .r_ct ul li {
    margin: 5px 0;
    width: 100%;
  }
  /*アコーディオンスタイル*/
  .accordion_area .accordion_box .ac_item .ac_question {
    padding-left: 70px;
  }
  .accordion_area .accordion_box .ac_item .ac_question::before {
    width: 25px;
  }
  .accordion_area .accordion_box .ac_item .ac_question::after {
    width: 25px;
  }
  .accordion_area .ac_item .ac_answer .ac_answer_txt {
    min-height: 200px;
  }
}
/*-------------------------------------
------------- パソコン用 -------------*/
@media screen and (min-width: 1025px) {
  .wrap {
    max-width: 1100px;
  }
  #head_ct {
    height: 84px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  #head_ct h1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 3%;
  }
  #head_ct .new_graduate_pc {
    display: block;
    width: 145px;
    background: #93C754;
    margin-right: 84px;
    height: 100%;
  }
  #head_ct .new_graduate_pc a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    font-size: 1.6rem;
  }
  #head_ct.scroll {
    height: 65px;
  }
  .main {
    padding-top: 65px;
  }
  #kv .kv_in {
    max-width: 1366px;
  }
  #kv .kv_in .kv_txt h2 {
    font-size: 6rem;
  }
  #kv .kv_in .kv_txt h2 span.s_txt {
    font-size: 5rem;
  }
  #kv .kv_in .kv_photo {
    max-width: 655px;
    top: 50px;
  }
  #kv .kv_in .kv_photo ul li {
    width: 50%;
  }
  #kv .kv_in .kv_photo ul li:nth-child(2) {
    width: 47.5%;
    max-width: 311px;
    margin-top: 150px;
  }
  #about .flex_order {
    max-width: 1100px;
    margin: 0 auto;
  }
  #about .flex_order .order_01 p {
    font-size: 2rem;
  }
  #about .flex_order .order_01 .about_copy {
    font-size: 5rem;
  }
  #about .flex_order .order_01 .about_copy .s_txt {
    font-size: 4.1rem;
  }
  #about .flex_order .order_03 {
    padding: 200px 0;
  }
  #about .flex_order .order_03 .wrap {
    width: 76%;
  }
  #about #keyword {
    padding-bottom: 50px;
    padding-top: 10px;
  }
  /*グローバルナビゲーションスタイル*/
  /*大見出し*/
  /*アコーディオンスタイル*/
  /*ホバースタイル*/
}
@media screen and (min-width: 1025px) and (min-width: 1150px) {
  #about #keyword .wrap {
    width: 1100px;
  }
}
@media screen and (min-width: 1025px) {
  #about #keyword .keyword_in {
    max-width: 1366px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1150px) {
  #about #keyword .keyword_in ul li {
    width: 291px;
    padding-top: 291px;
    margin-right: 113px;
  }
  #about #keyword .keyword_in ul li:nth-child(2n) {
    margin-right: 113px;
  }
  #about #keyword .keyword_in ul li:nth-child(3n) {
    margin-right: 0;
  }
  #about #keyword .keyword_in ul li .text_box .txt01 {
    font-size: 4rem;
  }
  #about #keyword .keyword_in ul li .text_box .txt02 {
    font-size: 8rem;
  }
  #about #keyword .keyword_in ul li .text_box .txt02 .s_txt {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 1025px) {
  #ourjob {
    margin-bottom: 50px;
  }
  #ourjob #job_list .job_list_ct a {
    pointer-events: all;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #ourjob #job_list .job_list_ct.job_list01 a {
    background: url(../img/job/01.jpg?250115) no-repeat top center;
    background-size: cover;
  }
  #ourjob #job_list .job_list_ct.job_list02 a {
    background: url(../img/job/02.jpg) no-repeat center;
    background-size: cover;
  }
  #ourjob #job_list .job_list_ct.job_list03 a {
    background: url(../img/job/03.jpg) no-repeat center;
    background-size: cover;
  }
  #ourjob #job_list .job_list_ct.job_list04 a {
    background: url(../img/job/04.jpg) no-repeat center;
    background-size: cover;
  }
  #ourjob #job_list .job_list_ct.job_list05 a {
    background: url(../img/job/05.jpg) no-repeat center;
    background-size: cover;
  }
  #ourjob .job_list_wrap {
    width: 90%;
    margin-left: 10%;
  }
  #ourjob #job_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #ourjob #job_list .job_list_ct {
    width: 50%;
    height: inherit;
  }
  #ourjob .job_list_ct {
    position: relative;
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  #ourjob .job_list_ct.is_active {
    opacity: 0;
  }
  #ourjob .job_list_ct::before, #ourjob .job_list_ct::after {
    display: none;
  }
  #ourjob .job_list01_window, #ourjob .job_list02_window, #ourjob .job_list03_window, #ourjob .job_list04_window, #ourjob .job_list05_window {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  #ourjob .job_list01_window.is_active, #ourjob .job_list02_window.is_active, #ourjob .job_list03_window.is_active, #ourjob .job_list04_window.is_active, #ourjob .job_list05_window.is_active {
    opacity: 1;
    z-index: 1;
  }
  #ourjob .job_list01_window.is_active .job_window_ct_in .text .text_in, #ourjob .job_list02_window.is_active .job_window_ct_in .text .text_in, #ourjob .job_list03_window.is_active .job_window_ct_in .text .text_in, #ourjob .job_list04_window.is_active .job_window_ct_in .text .text_in, #ourjob .job_list05_window.is_active .job_window_ct_in .text .text_in {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  #ourjob .job_list01_window.is_active .job_window_ct_in .text .text_in .entry_box, #ourjob .job_list02_window.is_active .job_window_ct_in .text .text_in .entry_box, #ourjob .job_list03_window.is_active .job_window_ct_in .text .text_in .entry_box, #ourjob .job_list04_window.is_active .job_window_ct_in .text .text_in .entry_box, #ourjob .job_list05_window.is_active .job_window_ct_in .text .text_in .entry_box {
    opacity: 1;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #ourjob .job_window_ct {
    overflow: visible;
    display: block;
  }
  #ourjob .job_window_ct .job_window_ct_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
  }
  #ourjob .job_window_ct .job_window_ct_in .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 90px 0;
  }
  #ourjob .job_window_ct .job_window_ct_in .text::after {
    bottom: -20px;
    display: none;
  }
  #ourjob .job_window_ct .job_window_ct_in .text .text_in {
    width: 80%;
    background: rgba(255, 255, 255, 0.7);
    min-height: inherit;
    margin: 0px auto;
    opacity: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    padding: 60px calc(6% + 100px) 60px 6%;
  }
  #ourjob .job_window_ct .job_window_ct_in .text .text_in .name_box {
    margin-bottom: 1em;
  }
  #ourjob .job_window_ct .job_window_ct_in .text .text_in .name_box p {
    line-height: 1.2;
  }
  #ourjob .job_window_ct .job_window_ct_in .text .text_in .name_box .name_ct {
    font-size: 4.6rem;
    font-weight: 700;
  }
  #ourjob .job_window_ct .job_window_ct_in .text .text_in .name_box .name_ct span.en {
    font-size: 1.8rem;
    font-weight: 400;
    margin-left: 1em;
    display: inline;
  }
  #ourjob .job_window_ct .job_window_ct_in .text .text_in .comment {
    max-width: 570px;
  }
  #ourjob .job_window_ct .job_window_ct_in .text .text_in .entry_box {
    position: absolute;
    -webkit-transform: translate(-30px, -50%);
            transform: translate(-30px, -50%);
    right: 40px;
    top: 50%;
    text-align: right;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 0;
    margin: 0;
  }
  #ourjob .job_window_ct .job_window_ct_in .text .text_in .entry_box a {
    width: 89px;
    height: 89px;
  }
  #ourjob .job_window_ct .job_window_ct_in .text .text_in .entry_box a svg {
    width: 89px;
    height: 89px;
  }
  #ourjob .job_window_ct .job_window_ct_in .photo {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    /*&::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: rgba($color: #fff, $alpha: 0.7);
    }*/
  }
  #ourjob .job_list01_window .photo {
    background: url(../img/job/01a.jpg?250115) no-repeat center;
    background-size: cover;
  }
  #ourjob .job_list02_window .photo {
    background: url(../img/job/02a.jpg) no-repeat center;
    background-size: cover;
  }
  #ourjob .job_list03_window .photo {
    background: url(../img/job/03a.jpg) no-repeat center;
    background-size: cover;
  }
  #ourjob .job_list04_window .photo {
    background: url(../img/job/04a.jpg) no-repeat center;
    background-size: cover;
  }
  #ourjob .job_list05_window .photo {
    background: url(../img/job/05a.jpg) no-repeat center;
    background-size: cover;
  }
  #interview {
    padding-top: 100px;
    margin-bottom: 100px;
  }
  #interview .accordion_area dt.ac_question {
    font-size: 4rem;
    padding-left: 90px;
  }
  #interview .accordion_area dt.ac_question span i {
    font-size: 9rem;
    margin-top: -6rem;
    left: -9rem;
  }
  #interview .accordion_area {
    position: relative;
    margin-top: 90px;
  }
  #interview .accordion_area .interview_photo {
    display: block;
  }
  #interview .accordion_area .interview_photo .interview_photo01 {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 790px;
    background: url(../img/interview_01.png) no-repeat center;
    background-size: cover;
  }
  #interview .accordion_area .interview_photo .interview_photo02 {
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 25%;
    height: 790px;
    background: url(../img/interview_02.png?250603) no-repeat center;
    background-size: cover;
  }
  #interview .accordion_area .ac_item {
    margin-top: 60px;
    width: 70%;
    margin-left: 30%;
    position: relative;
  }
  #interview .accordion_area .ac_item .ac_question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #interview .accordion_area .ac_item:nth-child(2n) {
    margin-right: 30%;
    margin-left: 0;
  }
  #interview .accordion_area .ac_item:nth-child(2n) .ac_answer {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #interview .accordion_area .ac_item:nth-child(2n) .ac_answer .ac_answer_txt {
    max-width: 580px;
    margin: 0 5% 0 0;
  }
  #interview .accordion_area .ac_item:nth-child(2n) .ac_question {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #interview .accordion_area .ac_item .ac_answer {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #interview .accordion_area .ac_item .ac_answer .ac_answer_txt {
    max-width: 580px;
    min-height: 200px;
    margin: 0 0 0 5%;
  }
  #message {
    margin-bottom: 50px;
  }
  #message .flex .l_ct {
    width: 461px;
  }
  #message .flex .r_ct {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 7%;
  }
  #message .flex .r_ct p {
    line-height: 2.2;
  }
  #message .flex .r_ct .l_txt {
    font-size: 5rem;
    line-height: 1.3;
  }
  #access .flex .cmn_btn {
    width: 320px;
  }
  footer .flex .l_ct {
    width: 396px;
  }
  footer .flex .l_ct p img {
    width: 100%;
  }
  footer .flex .r_ct ul li {
    width: calc(50% - 10px);
    margin-left: 10px;
  }
  footer .flex .r_ct ul li:last-child {
    width: 100%;
  }
  .openbtn {
    width: 84px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .openbtn:hover {
    background: #A7A7A7;
  }
  .openbtn #menubar {
    top: 28px;
    left: 26px;
  }
  #head_ct.scroll .openbtn #menubar {
    top: 20px;
    left: 26px;
  }
  #g-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 50px 10px 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #g-nav ul li {
    padding: 60px 30px;
  }
  #g-nav ul li a {
    padding: 0;
    letter-spacing: 0.01em;
    position: relative;
  }
  #g-nav ul li a span.s_txt {
    font-size: 1.4rem;
  }
  #g-nav ul li a::after {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    border-bottom: 1px solid #fff;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -34px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #g-nav ul li a:hover::after {
    width: 68px;
  }
  #g-nav ul li.new_graduate {
    display: none;
  }
  #g-nav .scroll ul {
    padding-top: 10px;
  }
  .section_ttl {
    font-size: 2.8rem;
  }
  .section_ttl span.en {
    font-size: 2.8rem;
  }
  .section_ttl span.en::before, .section_ttl span.en::after {
    width: 56px;
  }
  .accordion_area .accordion_box .ac_item .ac_question {
    cursor: auto;
  }
  .accordion_area .accordion_box .ac_item .ac_question::before, .accordion_area .accordion_box .ac_item .ac_question::after {
    display: none;
  }
  .hv01 {
    position: relative;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    z-index: 2;
  }
  .hv01::after {
    background: rgba(85, 151, 5, 0.8);
    border-radius: 50%;
    content: "";
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: -1;
    -webkit-transform: translateY(-50%) scale(0.1);
            transform: translateY(-50%) scale(0.1);
    -webkit-transition: opacity 0.4s, -webkit-transform 0s;
    transition: opacity 0.4s, -webkit-transform 0s;
    transition: opacity 0.4s, transform 0s;
    transition: opacity 0.4s, transform 0s, -webkit-transform 0s;
    -webkit-transition-delay: 0s, 0.3s;
            transition-delay: 0s, 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hv01:hover {
    color: #fff;
  }
  .hv01:hover::after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition: opacity 0.7s, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.7s, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.7s, transform 0.5s ease-in-out;
    transition: opacity 0.7s, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  }
  .hv01:hover .arrow::before {
    border: 1px solid #fff;
  }
  .hv01:hover .arrow::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
/* フェードインアニメーション */
.scroll_event {
  overflow: hidden;
}

.scroll_event .in_ct {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.f_up_list {
  opacity: 0;
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
}

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

.f_down_list {
  opacity: 0;
  transform: translate(0, -50px);
  -webkit-transform: translate(0, -50px);
}

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

.f_list_left {
  opacity: 0;
  transform: translate(-50px, 0);
  -webkit-transform: translate(-50px, 0);
}

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

.f_list_right {
  opacity: 0;
  transform: translate(50px, 0);
  -webkit-transform: translate(50px, 0);
}

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

.f_list_in {
  opacity: 0;
}

.f_in {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */