@charset "UTF-8";
/* CSS Document */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block
}
audio, canvas, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden] {
  display: none
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background-color: #FFF;
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}
ul, ol {
  list-style-type: none;
}
::selection {
  background-color: #888;
  color: #FFF; /* Safari */
}
::-moz-selection {
 background-color: #000;
 color: #FFF; /* Firefox */
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* reset
-------------------*/

body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 2em
}
abbr[title] {
  border-bottom: 1px dotted
}
b, strong {
  font-weight: 700
}
dfn {
  font-style: italic
}
mark {
  background: #ff0;
  color: #000
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019"
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -.5em
}
sub {
  bottom: -.25em
}
img {
  border: 0;
  width: 100%;
  line-height: 0;
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 0
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  border: 0;
  padding: 0
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}
button, input {
  line-height: normal
}
button, html input[type="button"], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], input[disabled] {
  cursor: default
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
 button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
textarea {
  overflow: auto;
  vertical-align: top
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
a[href*="tel:"] {
  pointer-events: painted;
  cursor: default;
  text-decoration: none;
}
a, a:hover {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
/*---------
all
------------*/
@font-face {
  font-family: '遊ゴシック', 'Yu Gothic', sans-serif;
  font-weight: normal;
  src: url("../css/font/Yu Gothic Medium.TTF");
}
@font-face {
  font-family: '遊ゴシック', 'YuGothic', sans-serif;
  font-weight: bold;
  src: url("../css/font/Yu Gothic Bold.TTF");
}

body {
  font-family: 'Yu Gothic', '遊 ゴシック', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}
.pcDisp {
  display: block;
}
.spDisp, .headLogo {
  display: none;
}
.allWrap {
  overflow: hidden;
}
.center {
  text-align: center;
}
/*--------
clearfix
-----------*/
.clearfix:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden;
}
img {
  width: 100%;
}
.head {
  height: 80px;
}
.logo {
  width: 300px;
  padding: 23px 20px;
  line-height: 1;
}
.mv {
  height: 600px;
  background: url(../images/mv.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.inr {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 200px;
  transform: translateY(-50%);
}
.contentsWrap .content {
  padding: 120px 10px 100px;
}
.contentsWrap .content .contentInr {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.contentsWrap .content .ttl, .contentsWrap .content.cont03 .inrTtl, .intMv .inrTtl {
  font-size: 35px;
  color: #034aa2;
  font-weight: 600;
  line-height: 1;
}
.contentsWrap .content.cont01, .contentsWrap .content.cont03 .bgBlue, .intMv .bgBlue span {
  background-color: #034aa2;
}
.contentsWrap .content.cont01 .ttl, .contentsWrap .content.cont01 .txt, .contentsWrap .content.cont03 .inrTtl, .intMv .inrTtl {
  color: #fff;
}
.contentsWrap .content dl {
  margin: 40px 0;
}
.contentsWrap .content.cont01 dl {
  padding-left: 112px;
}
.contentsWrap .content dl, .contentsWrap .content.cont03 .ttl {
  position: relative;
}
.contentsWrap .content dl::after, .contentsWrap .content.cont03 .ttl::after, .modal .intInr::after {
  content: '';
  position: absolute;
  background-size: contain;
}
.contentsWrap .content dl::after {
  width: 390px;
  height: 285px;
  top: -30px;
}
.contentsWrap .content.cont01 dl::after {
  background: url(../images/Q1.png) no-repeat;
  left: 0;
  background-size: contain;
}
.contentsWrap .content dt {
  padding-bottom: 30px;
  position: relative;
}
.contentsWrap .content dt::after {
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  content: '';
}
.contentsWrap .content.cont01 dt::after {
  left: 0;
  background-color: #fff;
}
.contentsWrap .content dd {
  padding-top: 30px;
  font-size: 16px;
}
.contentsWrap .content.cont01 .photo {
  max-width: 600px;
  padding-left: 112px;
  padding-right: 70px;
}
.contentsWrap .content .photo, .contentsWrap .content .linkBtn {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.contentsWrap .content .linkBtn li {
  width: 50%;
  padding: 5px;
  float: left;
}
.contentsWrap .content .linkBtn li a {
  padding: 16px 20px;
  display: block;
  line-height: 1;
  border-radius: 23px;
  color: #034aa2;
  font-weight: 600;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  font-size: 14px;
  position: relative;
}
.contentsWrap .content .linkBtn li a::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  right: 20px;
  background-image: url(../images/circle-right.png);
  background-size: contain;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
}
.contentsWrap .content .linkBtn li a:hover::after {
  right: 15px;
}
.contentsWrap .content .linkBtn li:nth-child(1) a {
  background-color: #ffc5f3;
}
.contentsWrap .content .linkBtn li:nth-child(2) a {
  background-color: #b6d4ff;
}
.contentsWrap .content .linkBtn li:nth-child(3) a {
  background-color: #ddff50;
}
.contentsWrap .content .linkBtn li:nth-child(4) a {
  background-color: #ffe7cc;
}
.contentsWrap .content .linkBtn li:nth-child(5) a {
  background-color: #ffff31;
}
.contentsWrap .content .linkBtn li:nth-child(6) a {
  background-color: #ffb9b9;
}
.contentsWrap .content .linkBtn li:nth-child(7) a {
  background-color: #c0f9ff;
}
.contentsWrap .content .linkBtn li:nth-child(8) a {
  background-color: #f9f693;
}
.contentsWrap .content .linkBtn li:nth-child(9) a {
  background-color: #bbffea;
}
.contentsWrap .content .linkBtn li:nth-child(10) a {
  background-color: #cfd5ff;
}
.contentsWrap .content .linkBtn li:nth-child(11) a {
  background-color: #ffc585;
}
.contentsWrap .content .linkBtn li a:hover {
  background-color: #fff;
}
/*-------------------------con02
--------------------------------*/

.contentsWrap .content.cont02 {
  background-color: #b1cbeb;
}
.contentsWrap .content.cont02 dl::after {
  background: url(../images/Q2.png) no-repeat;
  right: 0;
  background-size: contain;
}
.contentsWrap .content.cont02 dt::after {
  left: 50%;
  transform: translateX(-50%);
  background-color: #034aa2;
}
.contentsWrap .content.cont02 .link {
  max-width: 1000px;
  margin: 80px auto 0;
}
.contentsWrap .content.cont02 .link a {
  padding: 110px 0;
}
.contentsWrap .content.cont02 .link a, .contentsWrap .content.cont03 .intrvLink li a {
  background-size: cover;
  display: block;
  position: relative;
  overflow: hidden;
}
.contentsWrap .content.cont02 .link a:after, .contentsWrap .content.cont03 .intrvLink li a::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
  z-index: 0;
}
.contentsWrap .content.cont02 .link a:after {
  background: url(../images/q2_image.jpg) no-repeat;
  background-size: cover;
}
.contentsWrap .content.cont02 .link a:hover:after, .contentsWrap .content.cont03 .intrvLink li a:hover::after {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.contentsWrap .content.cont02 .link .img {
  max-width: 203px;
  z-index: 2;
  position: relative;
}
/*-------------------------con03
--------------------------------*/

.contentsWrap .content.cont03 {
  background-color: #e8f2ff !important;
  position: relative;
  background: url(../images/bg_img.png) repeat left top;
}
.contentsWrap .content.cont03 .ttl::after, .modal .intInr::after {
  width: 800px;
  height: 180px;
  background: url(../images/interview.png) no-repeat;
  left: 0;
  top: -40px;
  background-size: contain;
}
.contentsWrap .content.cont03 .bgBlue, .intMv .bgBlue span {
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 17px;
  position: relative;
  z-index: 1;
}
.contentsWrap .content.cont03 .intrvLink {
  max-width: 1140px;
  margin: 80px auto 0;
}
.contentsWrap .content.cont03 .intrvLink li {
  margin-bottom: 50px;
  border: solid 8px #034aa2;
}
.contentsWrap .content.cont03 .intrvLink li:last-child {
  margin-bottom: 0;
}
.contentsWrap .content.cont03 .intrvLink li:nth-child(1) a {
  padding: 140px 10px 130px 70px;
}
.contentsWrap .content.cont03 .intrvLink li:nth-child(2) a, #modal2 .intMv {
  padding: 140px 10px 130px 55%;
}
.contentsWrap .content.cont03 .intrvLink li a::before {
  background-color: rgba(0,0,0,0.4);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  transition: 0.3s;
}
.contentsWrap .content.cont03 .intrvLink li a:hover::before {
  background-color: rgba(0,0,0,0.1);
}
.contentsWrap .content.cont03 .intrvLink li:nth-child(1) a::after, #modal1 .intMv {
  background: url(../images/interv01.jpg) center no-repeat;
  background-size: cover;
  left: 0;
}
.contentsWrap .content.cont03 .intrvLink li:nth-child(2) a::after, #modal2 .intMv {
  background: url(../images/interv02.jpg) no-repeat;
  background-size: cover;
  right: 0;
}
.contentsWrap .content.cont03 .intrvLink .inrTtl, .intMv .inrTtl {
  color: #fff;
  position: relative;
  z-index: 1;
  line-height: 1.5;
  margin-top: 20px;
}
.contentsWrap .content.cont03 .intMv {
  background: url(../images/interv01.jpg) center no-repeat;
  background-size: cover;
}
/*-------------------------modal
--------------------------------*/
.modal {
  background-color: #fff;
  border: solid 8px #034aa2;
}
.mfp-auto-cursor .mfp-content {
  max-width: 1340px;
}
.modal .intMv {
  padding: 90px;
}
.modal .intMv .bgBlue {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.modal .intMv .bgBlue span {
  margin-right: 20px;
}
.modal .intMv {
  padding: 130px 30px 130px 100px;
}
.modal .intMv .inrTtl {
  font-size: 30px;
}
.modal .intMv .bgBlue span {
  font-size: 16px;
}
.modal .intInr {
  padding: 90px 90px 0;
  position: relative;
}
.modal .intInr .inrTtl {
  font-size: 28px;
  line-height: 1.5;
  color: #034aa2;
  margin-bottom: 15px;
}
.modal .intInr .txt {
  margin-bottom: 50px;
  font-size: 16px;
}
.modal .intInr .inrTtl span {
  background: linear-gradient(transparent 70%, #ffff00 70%);
}
.dispTableW {
  display: table;
}
.dispTable {
  display: table-cell;
  vertical-align: top;
}
.modal .photo.dispTable, .modal .photo02.dispTable {
  width: 36%;
  height: 400px;
}
#modal1 .photo.dispTable {
  background: url(../images/interv01_01.jpg)center no-repeat;
  background-size: cover;
}
.modal .intInr::after {
  top: 0
}
#modal1 .photo02 {
  background: url(../images/interv01_02.jpg) no-repeat;
  background-size: cover;
  min-height: 390px;
}
.modal .dispTableW, #modal1 .photo02, #modal2 .photo, #modal2 .photo02 {
  margin-bottom: 50px;
}
.modal .dispTable {
  padding-left: 30px;
}
.modal .modalBtn {
  text-align: center;
  margin-bottom: 50px;
}
.modal .modalBtn a {
  padding: 10px 20px;
  background-color: #034aa2;
  color: #fff;
  border: solid 2px #034aa2;
}
.modal .modalBtn a:hover {
  background-color: #fff;
  color: #034aa2;
}
#modal2 {
  background-color: #f4f9ff !important;
  position: relative;
  background: url(../images/bg_img.png) repeat left top;
  z-index: 0;
}
#modal2 .intInr::after {
  bottom: -137px;
  top: auto;
  height: 119px;
  right: 0;
  left: auto;
  z-index: -1;
}
#modal2 .photo.dispTable {
  background: url(../images/interv02_01.jpg)center no-repeat;
  background-size: cover;
  min-height: 440px;
}
#modal2 .photo02.dispTable {
  background: url(../images/interv02_02.jpg)center no-repeat;
  background-size: cover;
  min-height: 440px;
}
#modal2 .rightSide .dispTable {
  padding-right: 30px;
  padding-left: 0;
}
/*-------------------------
--------------------------------*/

.foot {
  background-color: #034aa2;
}
.foot .logo {
  margin: auto;
}

@media only screen and (max-width: 1200px) {
.contentsWrap .content dl {
  padding-left: 52px;
}
.contentsWrap .content .photo {
  padding-left: 50px;
  padding-right: 30px;
  width: 40%;
}
}

@media only screen and (max-width: 1000px) {
.contentsWrap .content .photo, .contentsWrap .content .linkBtn {
  width: 100%;
  display: block;
}
.contentsWrap .content.cont01 .photo {
  margin: 40px auto;
  padding-left: 0;
  padding-right: 0;
}
.contentsWrap .content.cont01 dl, .contentsWrap .content.cont02 dl {
  padding-left: 0;
}
.contentsWrap .content.cont03 .intrvLink li:nth-child(2) a, #modal2 .intMv {
  padding: 160px 10px 60px 48%;
}
.inr {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 80%;
  max-width: 400px;
}
.mv {
  height: 450px;
}
.head {
  height: 60px;
}
.logo {
  width: 250px;
  padding: 15px 20px;
}
/*-------------------------modal
--------------------------------*/

.modal .intMv {
  padding: 200px 10px 20px 20px;
}
.modal .intMv .bgBlue span {
  font-size: 14px;
  padding: 10px;
}
.modal .intMv .inrTtl, .modal .intInr .inrTtl {
  font-size: 20px;
}
.modal .intInr {
  padding: 40px 40px 0;
}
.modal .intInr .txt {
  font-size: 13px;
}
}

@media only screen and (max-width: 800px) {
.contentsWrap .content.cont03 .bgBlue {
  font-size: 14px;
  padding: 10px 10px;
}
.contentsWrap .content.cont03 .inrTtl {
  font-size: 25px;
  margin-top: 10px;
}
.contentsWrap .content.cont03 .intrvLink li:nth-child(1) a {
  padding: 140px 10px 10px 10px;
}
.contentsWrap .content.cont03 .intrvLink li:nth-child(2) a, #modal2 .intMv {
  padding: 140px 10px 10px 50%;
}
}

@media only screen and (max-width: 680px) {
.contentsWrap .content {
  padding: 60px 10px;
}
.contentsWrap .content .ttl {
  font-size: 24px;
}
.contentsWrap .content dl::after {
  width: 200px;
  height: 150px;
  top: -50px;
}
.contentsWrap .content dt {
  padding-bottom: 15px;
  line-height: 1;
}
.contentsWrap .content dd {
  padding-top: 20px;
  font-size: 13px;
}
.contentsWrap .content .linkBtn li {
  width: 100%;
  float: none;
}
.contentsWrap .content .linkBtn li a {
  padding: 12px 20px;
}
.contentsWrap .content.cont02 .link {
  margin: 40px auto 0;
}
.contentsWrap .content.cont02 .link a {
  padding: 50px 0;
}
.contentsWrap .content.cont02 .link .img {
  max-width: 153px;
}
.contentsWrap .content.cont03 .intrvLink {
  margin: 40px auto 0;
}
.contentsWrap .content.cont03 .ttl::after, .modal .intInr::after {
  width: 350px;
  height: 50px;
}
.contentsWrap .content.cont03 .ttl::after {
  top: -31px;
  left: -10px;
}
.dispTableW, .dispTable {
  display: block;
}
.modal .intInr {
  padding: 15px 15px 0;
}
.modal .intInr .txt, #modal1 .photo02, .modal .modalBtn {
  margin-bottom: 30px;
}
#modal1 .dispTableW {
  margin-bottom: 0
}
.modal .dispTable, #modal2 .rightSide .dispTable {
  padding-right: 0;
  padding-left: 0;
}
#modal1 .photo.dispTable, #modal2 .photo.dispTable, #modal2 .photo02.dispTable {
  min-height: 300px;
  width: 100%;
  margin-bottom: 30px;
  height: 300px;
}
#modal1 .photo02 {
  min-height: 200px;
}
.contentsWrap .content.cont03 .intrvLink li:nth-child(2) a {
  padding: 140px 10px 10px 10px;
}
#modal2 .intMv {
  padding: 180px 10px 10px 10px;
}
#modal2 .intMv .inrTtl {
  margin-top: 10px;
}
#modal2 .intInr::after {
  height: 78px;
}
}

/*20211026追加*/
    .btm30 {
      margin-bottom: 30px;
    }

    .contact-link {
      max-width: 350px;
      margin: 0 auto;
      width: 100%;
    }

    .contact-link a {
      background-color: #034aa2;
      box-sizing: border-box;
      border: 1px solid #034aa2;
      color: #fff;
      display: block;
      font-weight: bold;
      padding: 10px;
      position: relative;
    }

    .contact-link a::before {
      content: '';
      display: inline-block;
      width: 19px;
      height: 15px;
      background-image: url(/grouprecruit/images/mail_icon.png);
      background-size: cover;
      margin-right: 10px;
      margin-top: -3px;
      vertical-align: middle;
    }

    .contact-link a:hover {
      background-color: #fff;
      border: 1px solid #034aa2;
      color: #034aa2;
      transition: 0.5s;
    }

    .contact-link a:hover::before {
      background-image: url(/grouprecruit/images/mail_icon_blue.png);
    }

    @media only screen and (max-width: 680px) {
      .contact-link {
        max-width: 280px;
      }

      .contact-link a::before {
        width: 15px;
        height: 12px;
        margin-top: -2px;
      }
    }