@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");

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,
i,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
figcaption,
button,
input,
textarea,
select,
i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  background: #fff;
  color: #333333;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: 'Noto Sans JP', sans-serif;
}

ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -webkit-transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, transform, box-shadow;
  transition-property: opacity, color, background, transform, box-shadow, -webkit-transform;
  opacity: 1;
  line-height: inherit;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"],
input[type="button"],
button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

p {
  line-height: inherit;
}

p * {
  line-height: inherit;
}

@media screen and (max-width: 767px) {
  main {
    overflow: hidden;
  }
}

.m_ft {
  font-family: "游明朝 Medium", "Yu Mincho Medium", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@font-face {
  font-family: "Poppins", sans-serif;
  src: url("urwdincondw05.woff2") format("woff2"), url("urwdincondw05.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.ft_e {
  font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -10rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -5.8rem;
  }
}

.c_btn a,
.c_btn span {
  display: inline-block;
  background-image: -moz-linear-gradient(0deg, #66b03d 0%, #3b9e3b 100%);
  background-image: -webkit-linear-gradient(0deg, #66b03d 0%, #3b9e3b 100%);
  background-image: -ms-linear-gradient(0deg, #66b03d 0%, #3b9e3b 100%);
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
  position: relative;
  color: #fff;
  width: 17.5em;
  letter-spacing: .1em;
}

.c_btn a:before,
.c_btn span:before {
  content: '';
  position: absolute;
  background: url("../img/ico_arrow01.svg") no-repeat center center;
  background-size: contain;
  top: 0;
  height: 100%;
  width: 0.4375em;
  right: 1.8em;
}

@media screen and (max-width: 767px) {

  .c_btn a,
  .c_btn span {
    width: 35rem;
    max-width: 100%;
  }
}

.c_btn a.dl,
.c_btn span.dl {
  background: url(../img/ico_doc01.svg) no-repeat 1em center/2.125em;
  color: #4fb13e;
  border: solid 2px #4fb13e;
  width: 19.5em;
  padding-left: .8em;
}

.c_btn a.dl:before,
.c_btn span.dl:before {
  background-image: url(../img/ico_arrow03.svg);
  right: 1em;
}

.c_btn a.b,
.c_btn span.b {
  background: #fff;
  color: #039a3d;
  border: solid 1px #039a3d;
}

.c_btn a.b:before,
.c_btn span.b:before {
  background-image: url(../img/ico_arrow03_b.svg);
  left: 1.8em;
  right: auto;
}

.c_btn a.c,
.c_btn span.c {
  background: #1270b1;
  line-height: 1.25;
  width: 20em;
  padding: 1.6em 0;
}

.c_btn span {
  padding: 0;
  background: #4fb03d;
}

.c_btn input {
  padding: 1.8em 0;
  width: 100%;
}

.c_tbl {
  border-bottom: solid 1px #333333;
}

.c_tbl tr>* {
  border-top: solid 1px #333333;
  font-size: 1.4rem;
  vertical-align: top;
  padding: 1.5em 0;
  line-height: 2.14;
}

@media screen and (max-width: 767px) {
  .c_tbl tr>* {
    float: left;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c_tbl td {
    padding: 0 0 .8em;
    border-top: none;
  }
}

.c_tbl th {
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c_tbl th {
    padding: .8em 0 .2em;
  }
}

@media screen and (min-width: 768px) {
  .c_tbl th {
    padding: 1.5em 5em;
    width: 27.5%;
  }
}

.c_youtube {
  text-align: center;
  background: no-repeat 50% / cover;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c_youtube {
    height: 42rem;
  }

  .c_youtube .bg {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c_youtube .bg {
    display: block;
    width: 100%;
  }
}

.c_youtube .img {
  position: absolute;
  bottom: 0;
  width: 77.2rem;
  left: calc(50% - 44.5rem);
}

@media screen and (max-width: 767px) {
  .c_youtube .img {
    left: 3.8rem;
    width: calc(100% - 6.8rem);
    bottom: auto;
    top: 6.5rem;
  }
}

.c_youtube dl {
  width: 49rem;
  left: calc(50% - 21rem);
  position: absolute;
  top: 9rem;
}

@media screen and (max-width: 767px) {
  .c_youtube dl {
    width: calc(100% - 8rem);
    left: 4rem;
    top: 7.8rem;
    padding: 0 1.6rem;
  }
}

.c_youtube dt {
  font-size: 1.8rem;
  letter-spacing: .1em;
  font-weight: bold;
}

.c_youtube dt img {
  width: 14.5em;
  display: block;
  margin: .7em auto .7em;
}

@media screen and (max-width: 767px) {
  .c_youtube dt {
    font-size: 1.35rem;
    text-align: center;
    margin-bottom: 5.4rem;
  }

  .c_youtube dt img {
    display: none;
  }
}

.c_youtube dd {
  letter-spacing: .1em;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .c_youtube dd p {
    text-align: left;
    font-size: 1.2rem;
    padding-left: 10.5rem;
    line-height: 1.84;
    white-space: nowrap;
  }
}

.c_youtube .c_btn {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .c_youtube .c_btn {
    margin-top: .5rem;
  }
}

.c_youtube .c_btn a {
  background: #333;
  width: 21.25em;
}

@media screen and (max-width: 767px) {
  .c_youtube .c_btn a {
    font-size: 1.4rem;
    width: 100%;
  }
}

.rec_ttl {
  margin-bottom: 5rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #3A59DB;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .rec_ttl {
    margin-bottom: 3.5rem;
    font-size: 1.8rem;
    line-height: 1.35;
  }
}

.rec_ttl i {
  letter-spacing: .05em;
  font-size: 9rem;
  line-height: 1;
  display: block;
  color: #333333;
  margin-bottom: .1em;
}

@media screen and (max-width: 767px) {
  .rec_ttl i {
    font-size: 4rem;
  }
}

.rec_btn {
  text-align: center;
}

.rec_btn a,
.rec_btn span {
  display: inline-block;
  background: #FFD215;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
  width: 49rem;
  max-width: 100%;
  letter-spacing: .05em;
  height: 10rem;
  padding-top: 1.5em;
  line-height: 1.3;
}

.rec_btn_hight {
  padding-top: 1.5em;
}

.rec_btn a small,
.rec_btn span small {
  display: block;
  font-size: 1.9rem;
  line-height: inherit;
}

.rec_btn a em,
.rec_btn span em {
  display: block;
  font-size: 2.5rem;
  line-height: inherit;
}

.rec_btn a img,
.rec_btn span img {
  height: 2.4rem;
  margin-right: .4em;
  vertical-align: -0.1em;
}

@media screen and (max-width: 767px) {

  .rec_btn a img,
  .rec_btn span img {
    height: 2.2rem;
  }
}

@media screen and (max-width: 767px) {

  .rec_btn a,
  .rec_btn span {
    width: 35rem;
    font-size: 1.75rem;
  }
}

.rec_btn a:before,
.rec_btn span:before {
  content: '';
  position: absolute;
  background: url("../img/recruit/ico_arrow04.svg") no-repeat center center;
  background-size: contain;
  top: 0;
  height: 100%;
  width: 2.2rem;
  right: 3rem;
}

.rec_btn a:after,
.rec_btn span:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(calc(100% - 2.5rem) 0, 100% 0, 100% 100%, 3rem 100%);
  background: #ffb804;
  z-index: -1;
}

.rec_btn span {
  padding: 0;
  height: auto;
}

@media screen and (max-width: 767px) {
  .rec_btn span {
    width: 27.5rem;
  }
}

.rec_btn span:before {
  background-image: url(../img/ico_arrow01.svg);
  width: 1.2rem;
}

@media screen and (max-width: 767px) {
  .rec_btn span:before {
    width: .8rem;
    right: 2.6rem;
  }
}

.rec_btn input {
  line-height: 7rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .rec_btn input {
    line-height: 6.5rem;
  }
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

.u_inner {
  width: 100rem;
  margin: 0 auto;
  max-width: 100%;
}

#max {
  width: 130rem;
}

#maxsp {
  width: 1300px;
}

html.fit {
  font-size: calc(100vw * 10 / 1300);
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 437);
  }
}

.u_clearfix:after,
.u_clearfix>li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix>li {
  zoom: 1;
}

*+html .u_clearfix,
*+html .u_clearfix li {
  zoom: 1;
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u_visible_sp {
    display: none;
  }

  .u_tel {
    pointer-events: none;
    cursor: default;
  }

  .u_tel:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .u_visible_pc {
    display: none;
  }

  .u_inner {
    width: auto;
    margin: 0 2.4rem;
  }

  .u_inner.b {
    margin: 0;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  height: 10rem;
}

#header a {
  display: block;
}

#header:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  #header {
    height: 5.8rem;
  }
}

.h_logo {
  position: absolute;
  top: 1.2rem;
  left: 1.5rem;
}

.h_logo img {
  width: 29.4rem;
}

.h_logo span {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  width: 23rem;
  margin-left: auto;
  text-align: center;
  line-height: 1.8;
  background: #FFD215;
  margin-top: -.2em;
}

@media screen and (max-width: 767px) {
  .h_logo span {
    font-size: .8rem;
    width: 13.5rem;
    margin-top: -.7em;
  }
}

@media screen and (max-width: 767px) {
  .h_logo {
    left: 1.3rem;
    top: .8rem;
  }

  .h_logo img {
    width: 17.1rem;
  }
}

@media screen and (min-width: 1330px) {
  .h_logo {
    left: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .h_nav_recruit {
    margin-bottom: 6rem;
    color: #333;
    font-weight: bold;
  }

  .h_nav_recruit li {
    font-size: 2.1rem;
    font-weight: bold;
    list-style-type: .05em;
    margin-bottom: 4.5rem;
    position: relative;
    padding-left: 2em;
  }

  .h_nav_recruit li:before {
    content: '';
    position: absolute;
    width: 1em;
    border-bottom: solid 2px #FFD215;
    left: 0;
    top: .7em;
  }
}

@media screen and (min-width: 768px) {
  .h_nav_recruit {
    margin-right: 27rem;
    text-align: right;
    padding-top: 3rem;
  }

  .h_nav_recruit li {
    display: inline-block;
    font-size: 1.4rem;
    margin-left: 1em;
  }
}

@media screen and (min-width: 1330px) {
  .h_nav_recruit {
    margin-right: 48rem;
  }
}

.h_entry {
  position: absolute;
  right: 0;
  top: 0;
  width: 24rem;
}

.h_entry a {
  color: #fff;
  width: 100%;
  text-align: center;
  height: 9rem;
  padding-top: 1.5rem;
}

.h_entry a:before {
  content: none;
}

.h_entry a em {
  font-size: 2.4rem;
}

.h_entry a small {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .h_tel {
    position: absolute;
    right: 25rem;
    top: 2.6rem;
  }
}

@media screen and (min-width: 1330px) {
  .h_tel {
    right: 26.2rem;
  }
}

.h_tel a {
  font-size: 2.5rem;
  color: #FFD215;
  letter-spacing: .03em;
}

@media screen and (max-width: 767px) {
  .h_tel a {
    background: #FFD215;
    color: #fff;
    text-align: center;
    font-size: 4.1rem;
    line-height: 8.5rem;
    position: relative;
  }

  .h_tel a:before {
    content: '';
    position: absolute;
    background: url("../img/ico_arrow01.svg") no-repeat center center;
    background-size: contain;
    top: 0;
    height: 100%;
    width: 1.1rem;
    right: 2rem;
  }

  .h_tel_re .u_tel {
    padding-top: 1em;
  }

  .h_tel_re i {
    font-size: 2.5rem;
  }

}

@media screen and (min-width: 768px) {
  #toggle_menu {
    display: block !important;
  }

  .fixed_footer {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .h_menu {
    position: absolute;
    right: 0;
    top: .3rem;
    width: 5.3rem;
    cursor: pointer;
  }

  #toggle_menu {
    display: none;
    position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    width: 100%;
    overflow-y: auto;
    height: 100%;
    background: #fff;
    padding: 8rem 3.3rem 3rem;
  }

  body.open {
    overflow-y: hidden;
  }

  .h_btn li {
    margin-top: 2.5rem;
  }

  .h_btn a {
    width: 100%;
  }

  .h_btn a:before {
    background-image: url(../img/ico_arrow01.svg);
    width: 1.1rem;
    right: 2rem;
  }

  .h_btn a em {
    font-size: 2.3rem;
  }

  .h_tel a small,
  .h_btn a small {
    font-size: 1.5rem;
    margin-bottom: .25em;
  }

  .fixed_footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    z-index: 63;
    justify-content: space-between;
    padding: 1rem 2.4rem;
    background: #e5f1ff;
  }

  .fixed_footer li {
    width: 47.7%;
  }

  .fixed_footer a {
    height: 6rem;
    padding-top: .67em;
  }

  .fixed_footer a em {
    font-size: 1.75rem;
  }

  .fixed_footer a img {
    height: 1.4rem;
  }

  .fixed_footer a small {
    font-size: 1.1rem;
  }

  .fixed_footer a:before {
    content: none;
  }
}

#gototop {
  position: fixed;
  right: 2rem;
  bottom: 0;
  z-index: 66;
}

@media screen and (max-width: 767px) {
  #gototop {
    right: .5rem;
    bottom: 8rem;
  }
}

#gototop a {
  display: block;
  background: #3A59DB;
  width: 6rem;
  height: 6rem;
  position: relative;
}

#gototop a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.3rem;
}

@media screen and (max-width: 767px) {
  #gototop a {
    border-radius: 50%;
  }
}

.f_logo {
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .f_logo {
    margin-bottom: 3.5rem;
  }
}

.f_logo a {
  display: inline-block;
}

.f_logo img {
  width: 35.1rem;
}

@media screen and (max-width: 767px) {
  .f_logo img {
    width: 27rem;
  }
}



@media screen and (min-width: 768px) {
  .f_sns_re {
    position: absolute;
    right: 0;
    top: 15rem;
  }
}

.f_sns_re img {
  width: 3rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .f_sns_re img {
    width: 3.8rem;
  }
}

.f_sns_re li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
}

.f_sns_re li+li {
  margin-left: 4rem;
}




.f_info {
  font-size: 1.4rem;
  letter-spacing: .1em;
}

.f_info p {
  margin-bottom: .7em;
}

@media screen and (max-width: 767px) {
  .f_info {
    margin-bottom: 3.5rem;
  }
}

.u_relative {
  position: relative;
}

.f_copy_re {
  color: #666666;
  font-size: 14px;
  letter-spacing: .05em;
  text-align: center;
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .f_copy_re {
    margin-top: 4.5rem;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.rec_main {
  margin-top: 5rem;
  background-image: -moz-linear-gradient(90deg, #7989ca 0%, #3A59DB 100%);
  background-image: -webkit-linear-gradient(90deg, #7989ca 0%, #3A59DB 100%);
  background-image: -ms-linear-gradient(90deg, #7989ca 0%, #3A59DB 100%);
  position: relative;
}

@media screen and (max-width: 767px) {
  .rec_main {
    margin-top: 5.8rem;
  }

  .rec_main dl {
    padding: 2rem 2.4rem 0;
  }
}

@media screen and (min-width: 768px) {
  .rec_main .img {
    background: no-repeat 50% / cover;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    height: 48rem;
    width: calc(50% + 24rem);
    margin-left: auto;
  }

  .rec_main .img img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .rec_main .img {
    background: none !important;
  }

  .rec_main .img img {
    display: block;
    width: 100%;
  }
}

.rec_main .icon {
  position: absolute;
  right: calc(50% - 53rem);
  bottom: 3rem;
  z-index: 1;
  width: 16.4rem;
}

@media screen and (max-width: 767px) {
  .rec_main .icon {
    right: .5rem;
    width: 14.6rem;
    bottom: auto;
    margin-top: -13rem;
  }
}

.rec_main dt img {
  width: 53.5rem;
}

@media screen and (max-width: 767px) {
  .rec_main dt img {
    width: 36.6rem;
  }
}

@media screen and (min-width: 768px) {
  .rec_main dt {
    margin-left: -10rem;
  }
}

.rec_main dd {
  color: #fff;
  font-weight: bold;
  letter-spacing: .05em;
  font-style: italic;
  margin: .7em 0 1.2em;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .rec_main dd {
    font-size: 1.6rem;
    font-style: normal;
  }
}

@media screen and (min-width: 768px) {
  .rec_main .box {
    position: absolute;
    z-index: 1;
    top: 15rem;
    left: calc(50% - 57rem);
  }

  .rec_main .rec_btn {
    text-align: left;
  }

  .rec_main .rec_btn a {
    line-height: 5rem;
    padding: 0;
    height: auto;
    width: 23rem;
    font-size: 1.6rem;
  }

  .rec_main .rec_btn a:before {
    content: none;
  }
}

.rec_bnr {
  padding: 3rem 0;
}

.rec_bnr ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .rec_bnr {
    padding: 2.2rem 0;
  }

  .rec_bnr li {
    width: 100%;
    margin: 10px 0;
  }

  .rec_bnr a {
    height: 6rem;
    padding-top: 1em;
  }

  .rec_bnr a em {
    font-size: 1.75rem;
  }

  .rec_bnr a small {
    font-size: 1.1rem;
  }

  .rec_bnr a img {
    height: 1.4rem;
  }

  .rec_bnr a:before {
    right: 0;
    height: .8rem;
    width: 100%;
    top: 73%;
  }
}

.rec_lead {
  background-color: #e5f1ff;
  padding: 6.5rem 0 10rem;
}

@media screen and (max-width: 767px) {
  .rec_lead {
    background-image: url(../img/recruit/re_greeting_1_sp.jpg);
    padding: 4rem 0 5.5rem;
  }
}

.rec_lead .row1 {
  background: #fff;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .rec_lead .row1 {
    display: flex;
    justify-content: space-between;
  }

  .rec_lead .row1 .ceo {
    width: 40rem;
  }

  .rec_lead .row1 dl {
    width: 57rem;
  }
}

@media screen and (max-width: 767px) {
  .rec_lead .row1 {
    margin-bottom: 2.5rem;
  }

  .rec_lead .row1 dl {
    padding: 3rem 2rem;
  }
}

.rec_lead dt {
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
  font-style: italic;
  margin-bottom: .6em;
  padding-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .rec_lead dt {
    font-size: 1.9rem;
    white-space: nowrap;
    padding: 0;
    left: -.3em;
  }
}

.rec_lead dt:before,
.rec_lead dt:after {
  content: '';
  display: inline-block;
  background: url(../img/recruit/ico_mark01.png) no-repeat center top/contain;
  height: 1em;
  width: .8846em;
}

.rec_lead dt:after {
  background-image: url(../img/recruit/ico_mark02.png);
  margin-left: .2em;
}

.rec_lead dd {
  font-size: 1.6rem;
  line-height: 1.875;
  padding-right: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .rec_lead dd {
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 0;
  }
}

.rec_lead .ceo {
  background: #3A59DB;
  position: relative;
}

.rec_lead .ceo img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  .rec_lead .ceo img {
    width: 71.4%;
  }
}

.rec_lead .ceo p {
  color: #222;
  font-weight: bold;
  font-size: 1.8rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: .05em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.5rem;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .rec_lead .ceo p {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0;
    right: 2.7rem;
  }
}

.rec_lead .ceo p em {
  font-size: 1.77em;
  margin-top: .8em;
}

.rec_lead .ceo p span {
  display: block;
}

.rec_lead .ceo p span+span {
  margin-top: 3.5em;
}

@media screen and (max-width: 767px) {
  .rec_lead .ceo p span+span {
    margin-top: .5em;
  }
}

.rec_lead .box {
  background: #fff;
  padding: 3.5rem 4rem 4rem;
}

@media screen and (max-width: 767px) {
  .rec_lead .box {
    padding: 3rem 2rem;
  }
}

.rec_lead .box p {
  font-size: 1.6rem;
  line-height: 1.875;
}

.rec_lead .box p em {
  color: #3A59DB;
}

@media screen and (max-width: 767px) {
  .rec_lead .box p {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 1rem;
  }
}

.rec_lead .ttl {
  color: #3A59DB;
  font-style: italic;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: .65em;
}

@media screen and (max-width: 767px) {
  .rec_lead .ttl {
    font-size: 3rem;
    white-space: nowrap;
    letter-spacing: -.05em;
    margin-bottom: .5em;
  }
}

.rec_lead .ttl small {
  display: block;
  font-size: .333em;
}

@media screen and (max-width: 767px) {
  .rec_lead .ttl small {
    font-size: 1.7rem;
    margin-bottom: .3em;
  }
}

@media screen and (min-width: 768px) {
  .rec_lead .row2 {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
  }

  .rec_lead .row2 .img {
    width: 38rem;
  }

  .rec_lead .row2 p {
    width: 51rem;
  }
}

.rec_sec {
  position: relative;
  margin-top: 9rem;
}

@media screen and (max-width: 767px) {
  .rec_sec {
    margin-top: 5.5rem;
  }
}

.rec_sec:before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% - 6.5rem);
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(50% 0% -90deg, #4186d5 0%, #2777d3 100%);
  background: -webkit-linear-gradient(-90deg, #4186d5 0%, #2777d3 100%);
  background: linear-gradient(180deg, #4186d5 0%, #2777d3 100%);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .rec_sec:before {
    height: calc(100% - 4.3rem);
  }
}

.rec_interview {
  padding-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .rec_interview {
    padding-bottom: 4.5rem;
  }
}

.rec_interview .rec_ttl {
  color: #fff;
}

.rec_interview .rec_btn {
  background: #e4eff6;
  padding: 3rem 0;
  margin: 0 -5rem;
}

@media screen and (max-width: 767px) {
  .rec_interview .rec_btn {
    margin: 0 -2rem;
    padding: 1.8rem 0;
  }
}

.rec_interview .rec_btn a {
  height: auto;
  line-height: 7rem;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .rec_interview .rec_btn a {
    line-height: 5.3rem;
    width: 28rem;
  }

  .rec_interview .rec_btn a:before {
    width: 1.3rem;
    right: 2rem;
  }
}

.rec_interview li {
  background: #fff;
  border-top: solid .6rem #3A59DB;
  padding: 5rem 5rem 0;
  position: relative;
  margin-top: 4rem;
  box-shadow: 6.364px 6.364px 10px 0px rgba(0, 0, 0, 0.11);
}

@media screen and (max-width: 767px) {
  .rec_interview li {
    padding: 3rem 2rem 0;
    margin-top: 2.5rem;
  }
}

.rec_interview li p {
  color: #3A59DB;
  font-size: 2.6rem;
  font-style: italic;
  font-weight: bold;
  letter-spacing: .03em;
}

@media screen and (max-width: 767px) {
  .rec_interview li p {
    font-size: 1.9rem;
  }
}

.rec_interview .name {
  font-weight: bold;
  font-size: 3rem;
  position: relative;
  letter-spacing: .08em;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .rec_interview .name {
    padding-left: 22rem;
    padding-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .rec_interview .name {
    font-size: 2.3rem;
  }
}

.rec_interview .name span {
  display: block;
}

@media screen and (max-width: 767px) {
  .rec_interview .name span {
    margin-top: 3.2rem;
  }
}

.rec_interview .name i {
  font-size: 2rem;
  letter-spacing: .05em;
  position: relative;
  padding-right: .6em;
}

@media screen and (max-width: 767px) {
  .rec_interview .name i {
    font-size: 1.5rem;
  }
}

.rec_interview .name i:before {
  content: '';
  position: absolute;
  height: 5em;
  border-left: solid 3px #3A59DB;
  transform: rotate(45deg);
  right: 0;
}

@media screen and (min-width: 768px) {
  .rec_interview .name i {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.rec_interview .name em {
  font-size: 1.92em;
  margin-left: .2em;
}

.rec_interview .name small {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: .08em;
  margin-top: .2em;
}

@media screen and (max-width: 767px) {
  .rec_interview .name small {
    font-size: 1.5rem;
    line-height: 1.15;
  }
}

.rec_interview .img {
  width: 27rem;
  position: absolute;
  right: 5rem;
  top: 5rem;
}

@media screen and (max-width: 767px) {
  .rec_interview .img {
    width: 15.5rem;
    right: 2rem;
    top: 3rem;
  }
}

.rec_interview dl {
  margin-top: 5.5rem;
}

@media screen and (max-width: 767px) {
  .rec_interview dl {
    margin-top: 2.5rem;
  }
}

.rec_interview dt {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: bold;
  position: relative;
  padding-left: 3em;
  margin-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .rec_interview dt {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-left: 2em;
  }
}

.rec_interview dt:before {
  content: '';
  position: absolute;
  left: 0;
  width: 2.5em;
  border-bottom: solid 2px #FFD215;
  top: .9em;
}

@media screen and (max-width: 767px) {
  .rec_interview dt:before {
    width: 1.5em;
    top: .7em;
  }
}

.rec_interview dd {
  font-size: 1.4rem;
  letter-spacing: .08em;
  line-height: 2.1;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .rec_interview dd {
    line-height: 1.64;
    margin-bottom: 3.5rem;
  }
}

.rec_flow {
  padding: 7rem 0 2rem;
}

@media screen and (max-width: 767px) {
  .rec_flow {
    padding: 4.5rem 0 1rem;
  }
}

.rec_flow dd {
  font-size: 1.4rem;
  line-height: 1.85;
}

@media screen and (max-width: 767px) {
  .rec_flow dd {
    line-height: 1.64;
  }
}

.rec_flow dt {
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: .03em;
  margin: .5em 0 .3em;
}

@media screen and (max-width: 767px) {
  .rec_flow dt {
    font-size: 2.1rem;
    margin: .7em 0 .4em;
  }
}

.rec_flow dt small {
  display: block;
  color: #3A59DB;
  font-size: .583em;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .rec_flow dt small {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .rec_flow .list {
    width: 80rem;
    margin: 7rem auto 4rem;
    display: flex;
    justify-content: space-between;
  }

  .rec_flow .list li {
    width: 25rem;
  }
}

@media screen and (max-width: 767px) {
  .rec_flow .list {
    margin-bottom: 3.5rem;
  }

  .rec_flow .list li {
    margin-bottom: 3rem;
  }

  .rec_flow .list img {
    width: 22rem;
    display: block;
    margin: 0 auto;
  }
}

.rec_flow .flow i {
  color: #fff;
  text-align: center;
  background: #FFD215;
  display: block;
  font-size: 1.8rem;
  letter-spacing: .03em;
  padding: .2em 0 .3em;
}

.rec_flow .flow i em {
  margin-left: .2em;
}

@media screen and (min-width: 768px) {
  .rec_flow .flow i em {
    font-size: 1.33em;
  }
}

.rec_flow .flow li {
  border: solid 2px #FFD215;
}

.rec_flow .flow li:nth-child(5) {
  padding: 1.8rem 0 0;
  background: #FFD215;
  color: #fff;
}

.rec_flow .flow li:nth-child(5) dt {
  margin: 0 0 .2em;
}

@media screen and (min-width: 768px) {
  .rec_flow .flow li:nth-child(5) dt {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .rec_flow .flow li:nth-child(5) {
    padding: 1rem 0 0;
  }
}

.rec_flow .flow li:nth-child(2) dl {
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .rec_flow .flow li:nth-child(2) dl {
    margin: 1rem 0;
  }
}

@media screen and (max-width: 767px) {
  .rec_flow .flow li+li {
    margin-top: 1.3rem;
    position: relative;
  }

  .rec_flow .flow li+li:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 1.1rem 1.1rem 0 1.1rem;
    border-color: #FFD215 transparent transparent transparent;
    top: -1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .rec_flow .flow dt {
    margin: .5em 0 .2em;
  }
}

.rec_flow .flow dd {
  padding: 0 1em 1em;
}

@media screen and (min-width: 768px) {
  .rec_flow .flow {
    display: flex;
    justify-content: space-between;
  }

  .rec_flow .flow i {
    position: relative;
  }

  .rec_flow .flow i:before {
    content: '';
    border-style: solid;
    border-width: .8rem 0 .8rem 1rem;
    border-color: transparent transparent transparent #FFD215;
    right: -1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .rec_flow .flow li {
    width: 18.5rem;
  }
}

.rec_photo {
  padding-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .rec_photo {
    padding-bottom: 5rem;
  }
}

.rec_photo:before {
  background: #e3ebdf;
}

.rec_photo dl {
  padding: 3.5rem 2.5rem 0;
  position: relative;
}

.rec_photo dl:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 2.5rem 0 2.5rem 1.5rem;
  border-color: transparent transparent transparent #FFD215;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
}

@media screen and (max-width: 767px) {
  .rec_photo dl:before {
    border-width: 1.9rem 0 1.9rem 1.4rem;
  }
}

.rec_photo dt {
  text-align: center;
  font-style: italic;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: .7em;
  letter-spacing: .03em;
}

@media screen and (max-width: 767px) {
  .rec_photo dt {
    font-size: 1.8rem;
  }
}

.rec_photo dd {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .rec_photo dd {
    font-size: 1.25rem;
  }
}

.rec_photo li {
  display: flex;
  background: #FFD215;
  color: #fff;
}

.rec_photo li>* {
  width: 50%;
}

.rec_photo li:nth-child(2n + 0) {
  flex-flow: row-reverse;
}

.rec_photo li:nth-child(2n + 0) dl:before {
  border-width: 2.5rem 1.5rem 2.5rem 0;
  border-color: transparent #007bff transparent transparent;
  left: -1.4rem;
}

@media screen and (max-width: 767px) {
  .rec_photo li:nth-child(2n + 0) dl:before {
    border-width: 1.9rem 1.4rem 1.9rem 0;
    left: -1.3rem;
  }
}

.rec_photo li:nth-child(2) {
  background: #4ec90c;
}

.rec_photo li:nth-child(2) dl:before {
  border-color: transparent #4ec90c transparent transparent;
}

.rec_photo li:nth-child(3) {
  background: #8ec40b;
}

.rec_photo li:nth-child(3) dl:before {
  border-color: transparent transparent transparent #8ec40b;
}

.rec_photo li:nth-child(4) {
  background: #006b23;
}

.rec_photo li:nth-child(4) dl:before {
  border-color: transparent #006b23 transparent transparent;
}

.rec_photo li:nth-child(5) {
  background: #8ec40b;
}

.rec_photo li:nth-child(5) dl:before {
  border-color: transparent transparent transparent #8ec40b;
}

.rec_photo li:nth-child(6) {
  background: #FFD215;
}

.rec_photo li:nth-child(6) dl:before {
  border-color: transparent #FFD215 transparent transparent;
}

.rec_photo li img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 768px) {
  .rec_photo ul {
    display: flex;
    flex-wrap: wrap;
  }

  .rec_photo li {
    width: 50%;
  }

  .rec_photo li:nth-child(2) {
    order: 3;
  }

  .rec_photo li:nth-child(3) {
    order: 2;
  }

  .rec_photo li:nth-child(4) {
    order: 4;
  }

  .rec_photo li:nth-child(5) {
    order: 5;
  }

  .rec_photo li:nth-child(6) {
    flex-flow: row;
    order: 6;
  }

  .rec_photo li:nth-child(6) dl:before {
    border-width: 2.5rem 0 2.5rem 1.5rem;
    border-color: transparent transparent transparent #FFD215;
    left: 100%;
  }
}

.rec_info {
  margin-top: 9rem;
  padding-bottom: 9rem;
}

@media screen and (max-width: 767px) {
  .rec_info {
    margin-top: 4rem;
    padding-bottom: 4rem;
  }
}

.rec_form {
  padding-bottom: 8rem;
}

.rec_info:before {
  background: #e5f1ff;
}

.rec_form .rec_ttl {
  color: #005ec8;
}

.form {
  background: #fff;
  padding: 6rem;
}

.form div.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
  background-color: transparent;
}

.form div.wpcf7 .ajax-loader:before {
  content: none;
}

.form .wpcf7-spinner {
  display: none !important;
}

.form span.wpcf7-list-item {
  margin: 0;
  display: inline;
}

.form .wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.form input:-webkit-autofill,
.form select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.form input[readonly],
.form textarea[readonly],
.form select[readonly] {
  border: none !important;
  background: #fff;
}

.form .wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 767px) {
  .form {
    padding: 3rem 2.5rem;
  }
}

.form tr>* {
  font-size: 1.4rem;
  text-align: left;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .form tr>* {
    float: left;
    width: 100%;
  }
}

.form th {
  padding-top: .5em;
  position: relative;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .form th {
    padding: 0 0 .4em;
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  .form th {
    width: 26rem;
  }
}

.form th em {
  font-size: 1.2rem;
  background: #ef5959;
  color: #fff;
  font-weight: normal;
  padding: .2em .6em .2em;
}

@media screen and (min-width: 768px) {
  .form th em {
    position: absolute;
    right: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .form th em {
    margin-left: .6em;
  }
}

.form th a {
  border-bottom: solid 1px #afafaf;
}

.form td {
  padding-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .form td {
    padding-bottom: 2rem;
  }
}

.form td input[type="text"],
.form td input[type="email"],
.form td input[type="tel"],
.form td textarea,
.form td select {
  border-radius: .3em;
  border: solid 1px #c2c2c2;
  width: 100%;
  padding: .8em 1.2em;
}

.form td select {
  width: auto;
}

.form td textarea {
  width: 100%;
  height: 12em;
  display: block;
}

.form td label {
  display: block;
  margin-top: 1em;
}

.form td label input {
  margin-right: .7em;
}

.form td .wpcf7-list-item {
  display: block;
}

.form .rec_btn {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .form .rec_btn {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .form .rec_btn {
    margin-left: 11rem;
  }
}

.form .msg {
  display: none;
  background: #fff;
}

.form .msg p {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 3em;
}

.re_footer {
  margin: 0;
}

.fixed_bnr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  z-index: 67;
  left: 0;
  width: 17.6rem;
}

.fixed_bnr_re a {
  display: block;
}

.fixed_bnr_re .yt img {
  display: block;
  width: 18.2rem;
  max-width: 18.2rem;
}

@media screen and (max-width: 767px) {
  .fixed_footer_img img {
    width: auto !important;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}