@charset "UTF-8";

/*  
 * service.css
*/
/*
	File Name   : webfont.scss
	Description : webfont用
*/
/*------------------------------------------------------*/
/* web font */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700;900&display=swap");
/*
font-family: 'Zen Old Mincho', serif;
font-weight:400; Regular
font-weight:700; bold
font-weight:900; Black
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/*
font-family: 'Noto Sans JP', sans-serif;
font-weight:300; Light
font-weight:400; Regular
font-weight:500; Medium
font-weight:700; bold
font-weight:900; Black 
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700;900&display=swap");
/*
font-family: 'Noto Serif JP', serif;
font-weight:400; Regular
font-weight:500; Medium
font-weight:700; bold
font-weight:900; Black
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
コンテンツ幅について
*/
/*#231815
#040000
#221714

#000000*/
main {
  overflow: hidden;
}

/*
font-family: 'Oswald', sans-serif;
font-weight:400; Regular
font-weight:500; Medium
font-weight:700; bold
*/
html {
  scroll-padding-top: 70px;
  scroll-behavior: smooth;
}

div.inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

img {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  div.inner {
    padding: 0 calc(40/750*100vw);
    box-sizing: border-box;
  }
}

/*
--------------------------------------------------------- HEADER */
#RECRUIT {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

#RECRUIT header {
  height: 70px;
  background: rgba(255, 255, 255, 0.7);
  padding: 0;
  position: fixed;
}

#RECRUIT header .logo {
  margin-bottom: 0;
  line-height: 1;
  display: flex;
  align-items: flex-end;
}

#RECRUIT header .logo img {
  width: 209px;
}

#RECRUIT header .logo span {
  font-family: 'Oswald', sans-serif;
  color: #003b8f;
  font-size: 24px;
  margin-left: 1em;
  vertical-align: bottom;
}

#RECRUIT header div.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}

#RECRUIT header ul.recruit-nav {
  display: flex;
}

#RECRUIT header ul.recruit-nav li ~ li {
  margin-left: 35px;
}

#RECRUIT header ul.recruit-nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  color: #221712;
  transition: 0.3s all;
  font-size: 14px;
  font-weight: bold;
}

#RECRUIT header ul.recruit-nav li a:hover {
  color: #003b8f;
}

#RECRUIT header ul.recruit-nav li.btn-entry a {
  background: #d61518;
  font-size: 16px;
  color: #fff;
  width: 170px;
  font-family: 'Oswald', sans-serif;
  transition: 0.3s all;
}

#RECRUIT header ul.recruit-nav li.btn-entry a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1280px) {
  #RECRUIT header {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  #RECRUIT header {
    padding-left: 12px;
    height: calc(120/750*100vw);
  }
  #RECRUIT header .logo {
    line-height: 1;
  }
  #RECRUIT header .logo img {
    width: calc(240/750*100vw);
  }
  #RECRUIT header .logo span {
    font-size: calc(24/750*100vw);
  }
  #RECRUIT header ul.recruit-nav li {
    display: none;
  }
  #RECRUIT header ul.recruit-nav li.btn-entry {
    display: block;
  }
  #RECRUIT header ul.recruit-nav li.btn-entry a {
    width: calc(160/750*100vw);
    height: calc(120/750*100vw);
    font-size: calc(28/750*100vw);
  }
  #RECRUIT.detail header ul.recruit-nav li {
    margin-left: calc(30/750*100vw);
  }
  #RECRUIT.detail header ul.recruit-nav li:first-child {
    display: block;
  }
  #RECRUIT.detail header ul.recruit-nav li:first-child a {
    font-family: 'Oswald', sans-serif;
    font-size: calc(24/750*100vw);
    height: calc(120/750*100vw);
    padding-top: calc(12/750*100vw);
    box-sizing: border-box;
  }
}

/*
--------------------------------------------------------- KV */
#recruit-keyv {
  overflow-x: hidden;
  padding-bottom: 130px;
}

#recruit-keyv div.inner {
  position: relative;
}

#recruit-keyv div.inner > p {
  width: 520px;
  position: absolute;
  left: 0;
  bottom: 110px;
  z-index: 10;
}

#recruit-keyv div.inner::after {
  content: "";
  width: 208px;
  height: 283px;
  display: block;
  position: absolute;
  background: url("/assets/images/recruit/slash.svg") 0 0 no-repeat;
  background-size: cover;
  right: -25px;
  bottom: -130px;
  z-index: 10;
}

#recruit-keyv figure {
  width: 65.5%;
  height: 600px;
  margin-left: auto;
}

#recruit-keyv figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 600px;
}

@media screen and (max-width: 1280px) {
  #recruit-keyv div.inner > p {
    left: 20px;
  }
}

@media screen and (max-width: 767px) {
  #recruit-keyv {
    padding-bottom: calc(100/750*100vw);
  }
  #recruit-keyv div.inner {
    padding: 0 0 calc(100/750*100vw);
  }
  #recruit-keyv div.inner > p {
    width: calc(174/750*100vw);
    position: absolute;
    left: calc(50/750*100vw);
    bottom: 0;
    z-index: 10;
  }
  #recruit-keyv div.inner::after {
    display: none;
  }
  #recruit-keyv figure {
    width: 61.5%;
    height: calc(1200/750*100vw);
  }
  #recruit-keyv figure img {
    height: calc(1200/750*100vw);
    -o-object-position: 62% 0;
       object-position: 62% 0;
  }
}

/*
--------------------------------------------------------- 導入部 */
section.lead-sec {
  margin-top: 15px;
  position: relative;
  padding-bottom: 340px;
  overflow: hidden;
}

section.lead-sec .note {
  width: 50%;
  margin-left: auto;
  box-sizing: border-box;
  font-weight: bold;
  position: relative;
  z-index: 20;
  letter-spacing: -.07em;
}

section.lead-sec div.img-box {
  margin-top: 70px;
  position: relative;
  z-index: 20;
}

section.lead-sec div.img-box div.list-wrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

section.lead-sec div.img-box div.list-wrap::after {
  content: "";
  width: 208px;
  height: 283px;
  display: block;
  position: absolute;
  background: url("/assets/images/recruit/slash.svg") 0 0 no-repeat;
  background-size: cover;
  left: -70px;
  bottom: -210px;
  z-index: 10;
}

section.lead-sec div.img-box ul {
  display: flex;
  justify-content: space-between;
}

section.lead-sec div.img-box ul li {
  width: 270px;
  margin-top: 100px;
}

section.lead-sec div.img-box ul li:nth-child(2) {
  margin-top: 50px;
}

section.lead-sec div.img-box ul li:last-child {
  margin-top: 0;
}

section.lead-sec div.img-box h2 {
  position: absolute;
  bottom: -95px;
  right: 70px;
  z-index: 10;
  width: 582px;
}

section.lead-sec::before {
  content: "";
  width: calc(50% - 160px);
  height: 360px;
  background: #003b8f;
  position: absolute;
  left: 0;
  bottom: 300px;
  z-index: 10;
}

section.lead-sec::after {
  content: "";
  width: calc(50% - 100px);
  height: 250px;
  background: #006e5c;
  position: absolute;
  right: 0;
  bottom: 565px;
  z-index: 10;
}

@media screen and (max-width: 960px) {
  section.lead-sec {
    padding-bottom: calc(340/750*100vw);
  }
  section.lead-sec .note {
    width: 97%;
    font-size: calc(24/750*100vw);
  }
  section.lead-sec div.img-box ul {
    padding: 0 20px;
  }
  section.lead-sec div.img-box ul li {
    width: 30%;
    margin-top: 100px;
  }
  section.lead-sec div.img-box ul li:nth-child(2) {
    margin-top: 50px;
  }
  section.lead-sec div.img-box ul li:last-child {
    margin-top: 0;
  }
  section.lead-sec div.img-box h2 {
    bottom: calc(-95/750*100vw);
    right: 20px;
    width: 60%;
  }
  section.lead-sec::before {
    width: calc(50% - 60px);
    bottom: calc(300/750*100vw);
  }
  section.lead-sec::after {
    width: calc(50% - 10px);
    bottom: calc(510/750*100vw);
  }
}

@media screen and (max-width: 767px) {
  section.lead-sec {
    margin-top: 0;
    padding-bottom: calc(200/750*100vw);
  }
  section.lead-sec .note {
    width: 100%;
    margin-left: 0;
    font-size: calc(36/750*100vw);
    text-align: center;
    line-height: 2.2;
    letter-spacing: 0;
  }
  section.lead-sec div.img-box {
    margin-top: calc(80/750*100vw);
    height: auto;
  }
  section.lead-sec div.img-box div.list-wrap::after {
    display: none;
  }
  section.lead-sec div.img-box ul {
    display: block;
    height: calc(740/750*100vw);
    background: #003b8f;
    margin: 0 calc(-40/750*100vw);
    margin-top: -15px;
  }
  section.lead-sec div.img-box ul li {
    width: calc(300/750*100vw);
    margin-top: 0;
    position: absolute;
    top: calc(-30/750*100vw);
    left: calc(20/750*100vw);
    z-index: 20;
  }
  section.lead-sec div.img-box ul li:nth-child(2) {
    margin-top: 0;
    top: calc(190/750*100vw);
    left: auto;
    right: 0;
  }
  section.lead-sec div.img-box ul li:last-child {
    margin-top: 0;
    top: auto;
    bottom: calc(-30/750*100vw);
    left: calc(20/750*100vw);
  }
  section.lead-sec div.img-box h2 {
    position: relative;
    width: calc(474/750*100vw);
    z-index: 30;
    bottom: auto;
    top: 0;
    right: calc(-220/750*100vw);
  }
  section.lead-sec::before {
    display: none;
  }
  section.lead-sec::after {
    display: none;
  }
}

/*
--------------------------------------------------------- list */
section.top-interview-sec::before {
  content: "";
  width: calc(50% - 270px);
  height: 4px;
  background: #d61518;
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 10;
}

section.top-interview-sec div.inner {
  padding: 0 70px;
  box-sizing: border-box;
}

section.top-interview-sec h2 {
  font-size: 170px;
  color: #006e5c;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1;
  vertical-align: top;
  margin-top: -25px;
}

section.top-interview-sec h2 + p {
  display: none;
}

section.top-interview-sec .itv-note {
  text-align: center;
  margin-top: 70px;
  font-weight: bold;
  line-height: 2;
}

section.top-interview-sec ul.interview-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}

section.top-interview-sec ul.interview-list a {
  color: #221712;
  transition: 0.3s all;
}

section.top-interview-sec ul.interview-list a:hover {
  opacity: 0.7;
}

section.top-interview-sec ul.interview-list li {
  width: calc(50% - 30px);
  font-weight: bold;
}

section.top-interview-sec ul.interview-list li:nth-child(n+3) {
  margin-top: 50px;
}

section.top-interview-sec ul.interview-list .title {
  font-size: 24px;
  margin-top: 20px;
}

section.top-interview-sec ul.interview-list .position {
  font-size: 18px;
  margin-top: 15px;
}

section.top-interview-sec ul.interview-list .name {
  font-size: 21px;
  margin-top: 10px;
}

@media screen and (max-width: 960px) {
  section.top-interview-sec::before {
    width: 30%;
    top: calc(60/750*100vw);
  }
  section.top-interview-sec div.inner {
    padding: 0 20px;
  }
  section.top-interview-sec h2 {
    font-size: calc(120/750*100vw);
  }
  section.top-interview-sec h2 + p {
    font-size: calc(20/750*100vw);
  }
  section.top-interview-sec ul.interview-list {
    padding: 0 20px;
  }
  section.top-interview-sec ul.interview-list .title {
    font-size: calc(24/750*100vw);
  }
  section.top-interview-sec ul.interview-list .position {
    font-size: calc(18/750*100vw);
  }
  section.top-interview-sec ul.interview-list .name {
    font-size: calc(21/750*100vw);
  }
}

@media screen and (max-width: 767px) {
  section.top-interview-sec::before {
    display: none;
  }
  section.top-interview-sec div.inner {
    padding: 0 calc(40/750*100vw);
  }
  section.top-interview-sec h2 {
    font-size: calc(48/750*100vw);
    text-align: center;
    margin-top: 0;
    border-bottom: 6px solid #d61518;
    padding-bottom: calc(12/750*100vw);
    margin-bottom: calc(24/750*100vw);
  }
  section.top-interview-sec h2 + p {
    display: block;
    text-align: center;
    font-size: calc(28/750*100vw);
    text-align: center;
    font-weight: bold;
  }
  section.top-interview-sec .itv-note {
    margin-top: calc(50/750*100vw);
    text-align: left;
    font-size: calc(32/750*100vw);
  }
  section.top-interview-sec ul.interview-list {
    flex-direction: column;
    margin-top: 0;
    padding: calc(30/750*100vw);
  }
  section.top-interview-sec ul.interview-list a {
    color: #221712;
    transition: 0.3s all;
  }
  section.top-interview-sec ul.interview-list a:hover {
    opacity: 0.7;
  }
  section.top-interview-sec ul.interview-list li {
    width: 100%;
    font-weight: bold;
    margin-top: calc(90/750*100vw);
  }
  section.top-interview-sec ul.interview-list li:nth-child(n+3) {
    margin-top: calc(90/750*100vw);
  }
  section.top-interview-sec ul.interview-list .title {
    font-size: calc(32/750*100vw);
    margin-top: calc(40/750*100vw);
  }
  section.top-interview-sec ul.interview-list .position {
    font-size: calc(28/750*100vw);
    margin-top: calc(30/750*100vw);
  }
  section.top-interview-sec ul.interview-list .name {
    font-size: calc(48/750*100vw);
    margin-top: calc(20/750*100vw);
  }
}

/*
--------------------------------------------------------- Bottom */
section.btm-sec {
  height: 460px;
  margin-top: 140px;
  background: url("/assets/images/recruit/bg_footer.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

section.btm-sec h2 {
  font-size: 39px;
  border-bottom: 4px solid #d61518;
  line-height: 1;
  margin-bottom: 25px;
  position: relative;
  padding: 0 60px 25px;
}

section.btm-sec h2::before {
  content: "";
  width: 60px;
  height: 74px;
  display: block;
  background: url("/assets/images/recruit/slash_footer.svg") 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  left: -60px;
  top: 0px;
  z-index: 10;
}

section.btm-sec h2 + p {
  line-height: 2;
}

section.btm-sec .btn-to-detail {
  margin-top: 35px;
}

section.btm-sec .btn-to-detail a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s all;
}

section.btm-sec .btn-to-detail a:hover {
  background: #fff;
  color: #003b8f;
}

footer {
  font-size: 14px;
}

@media screen and (max-width: 960px) {
  section.btm-sec {
    height: auto;
    padding: 50px 0;
    font-size: calc(20/750*100vw);
  }
  section.btm-sec h2 {
    font-size: calc(40/750*100vw);
  }
}

@media screen and (max-width: 767px) {
  section.btm-sec {
    margin-top: calc(220/750*100vw);
    height: auto;
    padding: calc(110/750*100vw) 0;
  }
  section.btm-sec h2 {
    font-size: calc(48/750*100vw);
    letter-spacing: .1em;
    border-bottom: calc(10/750*100vw) solid #d61518;
    line-height: 1;
    margin-bottom: calc(28/750*100vw);
    position: relative;
    padding: 0 0.5em calc(20/750*100vw);
  }
  section.btm-sec h2::before {
    display: none;
  }
  section.btm-sec h2 + p {
    line-height: 2;
    font-size: calc(32/750*100vw);
    text-align: left;
    padding: calc(40/750*100vw);
  }
  section.btm-sec .btn-to-detail {
    margin-top: calc(60/750*100vw);
  }
  section.btm-sec .btn-to-detail a {
    font-size: calc(36/750*100vw);
    width: calc(500/750*100vw);
    height: calc(80/750*100vw);
    border: 1px solid #fff;
    border-radius: calc(40/750*100vw);
  }
  footer {
    font-size: calc(24/750*100vw);
  }
}

/*---------------------------------------------------------  */
/* DETAIL
-----------------------------------------------------------  */
#recruit-detail-keyv {
  padding-top: 170px;
  overflow: hidden;
}

#recruit-detail-keyv div.inner {
  padding: 0 0;
  box-sizing: border-box;
}

#recruit-detail-keyv h1 {
  font-size: 100px;
  color: #006e5c;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1;
  vertical-align: top;
  margin-top: -25px;
}

#recruit-detail-keyv div.kv-box {
  position: relative;
}

#recruit-detail-keyv div.kv-box div.itv-box {
  position: relative;
  z-index: 20;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

#recruit-detail-keyv div.kv-box div.itv-box .catch {
  font-size: 36px;
  margin-top: 35px;
  line-height: 1.5;
}

#recruit-detail-keyv div.kv-box div.itv-box .youtube {
  margin-top: 50px;
}

#recruit-detail-keyv div.kv-box div.itv-box .youtube iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

#recruit-detail-keyv div.kv-box div.itv-box::after {
  content: "";
  width: 208px;
  height: 283px;
  display: block;
  position: absolute;
  background: url("/assets/images/recruit/slash.svg") 0 0 no-repeat;
  background-size: cover;
  left: 690px;
  top: -95px;
  z-index: 10;
}

#recruit-detail-keyv div.kv-box div.prof-box {
  padding: 80px min(9vw, 100px);
  display: flex;
  justify-content: space-between;
}

#recruit-detail-keyv div.kv-box div.prof-box figure {
  width: 270px;
}

#recruit-detail-keyv div.kv-box div.prof-box > div {
  width: calc(100% - 350px);
}

#recruit-detail-keyv div.kv-box div.prof-box .ttl {
  font-size: 20px;
  color: #7B7B7B;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

#recruit-detail-keyv div.kv-box div.prof-box .position {
  font-weight: bold;
  font-size: 18px;
  margin-top: 40px;
}

#recruit-detail-keyv div.kv-box div.prof-box .name {
  font-weight: bold;
  font-size: 24px;
}

#recruit-detail-keyv div.kv-box div.prof-box .explane {
  font-size: 28px;
  margin-top: 30px;
  font-weight: 700;
}

#recruit-detail-keyv div.kv-box::before {
  content: "";
  width: calc(50vw + 250px);
  height: 550px;
  background: #003b8f;
  position: absolute;
  left: calc(550px - 50vw);
  top: 0;
  z-index: 10;
}

#recruit-detail-keyv div.kv-box::after {
  content: "";
  width: calc(50vw + 250px);
  height: 180px;
  background: #006e5c;
  position: absolute;
  right: calc(550px - 50vw);
  top: 465px;
  z-index: 10;
}

@media screen and (max-width: 1280px) {
  #recruit-detail-keyv h1 {
    padding: 0 20px;
  }
  #recruit-detail-keyv div.kv-box {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1100px) {
  #recruit-detail-keyv div.kv-box::before {
    left: 0;
  }
  #recruit-detail-keyv div.kv-box::after {
    right: 0;
  }
}

@media screen and (max-width: 960px) {
  #recruit-detail-keyv div.kv-box div.itv-box .catch {
    font-size: calc(28/750*100vw);
  }
  #recruit-detail-keyv div.kv-box div.itv-box::after {
    left: calc(535/750*100vw);
  }
  #recruit-detail-keyv div.kv-box div.prof-box {
    padding: 80px 40px;
  }
  #recruit-detail-keyv div.kv-box div.prof-box figure {
    width: 35%;
  }
  #recruit-detail-keyv div.kv-box div.prof-box > div {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  #recruit-detail-keyv {
    padding-top: calc(200/750*100vw);
  }
  #recruit-detail-keyv h1 {
    font-size: calc(120/750*100vw);
    margin-top: 0;
  }
  #recruit-detail-keyv div.kv-box div.itv-box {
    font-size: calc(36/750*100vw);
    margin: 0 -20px;
    padding: 0 20px;
  }
  #recruit-detail-keyv div.kv-box div.itv-box .catch {
    font-size: calc(45/750*100vw);
    margin-top: calc(60/750*100vw);
  }
  #recruit-detail-keyv div.kv-box div.itv-box .youtube {
    margin-top: calc(70/750*100vw);
  }
  #recruit-detail-keyv div.kv-box div.itv-box::after {
    display: none;
  }
  #recruit-detail-keyv div.kv-box div.prof-box {
    padding: calc(40/750*100vw) 0;
    flex-direction: column;
  }
  #recruit-detail-keyv div.kv-box div.prof-box figure {
    width: 50%;
  }
  #recruit-detail-keyv div.kv-box div.prof-box > div {
    width: 100%;
  }
  #recruit-detail-keyv div.kv-box div.prof-box .ttl {
    font-size: calc(30/750*100vw);
    margin-top: calc(30/750*100vw);
  }
  #recruit-detail-keyv div.kv-box div.prof-box .position {
    font-weight: bold;
    font-size: calc(30/750*100vw);
    margin-top: calc(60/750*100vw);
  }
  #recruit-detail-keyv div.kv-box div.prof-box .name {
    font-weight: bold;
    font-size: calc(40/750*100vw);
  }
  #recruit-detail-keyv div.kv-box div.prof-box .explane {
    font-size: calc(36/750*100vw);
    margin-top: calc(45/750*100vw);
  }
  #recruit-detail-keyv div.kv-box::before {
    width: 100%;
    height: calc(720/750*100vw);
  }
  #recruit-detail-keyv div.kv-box::after {
    display: none;
  }
}

section.qa-sec {
  margin-top: 120px;
  padding-bottom: 140px;
}

section.qa-sec h2 {
  font-size: 100px;
  color: #d61518;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1;
}

section.qa-sec h2 span {
  font-size: 80px;
}

section.qa-sec h2 + p {
  font-size: 24px;
  font-weight: bold;
  margin-top: .5em;
}

section.qa-sec div.qa-list {
  margin-top: 60px;
  padding: 0 50px 0 260px;
  box-sizing: border-box;
}

section.qa-sec div.qa-list li > div {
  display: flex;
}

section.qa-sec div.qa-list li > div::before {
  content: "Q";
  color: #d61518;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 50px;
  width: 50px;
  flex-shrink: 0;
}

section.qa-sec div.qa-list li > div.qst p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 1.5em;
}

section.qa-sec div.qa-list li > div.ans {
  margin-top: 20px;
}

section.qa-sec div.qa-list li > div.ans::before {
  content: "A";
  color: #003B8F;
}

section.qa-sec div.qa-list li ~ li {
  margin-top: 70px;
}

section.qa-sec div.separation {
  width: 100%;
  background: url("/assets/images/recruit/bg_reason.jpg") center center no-repeat;
  background-size: cover;
  margin-top: 80px;
}

section.qa-sec div.separation h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 0 0 40px 40px;
}

section.qa-sec div.separation h3 + p {
  width: 276px;
  margin: 0 45px 5px 0;
}

section.qa-sec div.separation.attraction {
  background-image: url(/assets/images/recruit/bg_attraction.jpg);
}

section.qa-sec div.separation.attraction h3 + p {
  width: 345px;
  margin: 0 15px 15px 0;
}

section.qa-sec div.separation div.inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 380px;
}

@media screen and (max-width: 1280px) {
  section.qa-sec div.inner {
    padding: 0 20px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 960px) {
  section.qa-sec div.qa-list {
    padding: 0 10px 0 130px;
  }
  section.qa-sec div.qa-list li > div::before {
    font-size: calc(64/750*100vw);
    width: calc(64/750*100vw);
    flex-shrink: 0;
  }
  section.qa-sec div.qa-list li > div.qst p {
    font-size: calc(27/750*100vw);
  }
  section.qa-sec div.separation h3 {
    font-size: calc(30/750*100vw);
    margin: 0 0 40px 20px;
  }
  section.qa-sec div.separation h3 + p {
    width: 276px;
    margin: 0 25px 5px 0;
  }
  section.qa-sec div.separation.attraction {
    background-image: url(/assets/images/recruit/bg_attraction.jpg);
  }
  section.qa-sec div.separation.attraction h3 + p {
    width: 345px;
    margin: 0 15px 15px 0;
  }
}

@media screen and (max-width: 767px) {
  section.qa-sec {
    margin-top: calc(150/750*100vw);
    padding-bottom: calc(150/750*100vw);
  }
  section.qa-sec h2 {
    font-size: calc(120/750*100vw);
  }
  section.qa-sec h2 span {
    font-size: calc(90/750*100vw);
  }
  section.qa-sec h2 + p {
    font-size: calc(34/750*100vw);
  }
  section.qa-sec div.qa-list {
    margin-top: calc(80/750*100vw);
    padding: 0;
  }
  section.qa-sec div.qa-list li > div::before {
    font-size: calc(70/750*100vw);
    width: calc(70/750*100vw);
  }
  section.qa-sec div.qa-list li > div.qst p {
    font-size: calc(28/750*100vw);
  }
  section.qa-sec div.qa-list li > div.ans {
    margin-top: calc(30/750*100vw);
  }
  section.qa-sec div.qa-list li ~ li {
    margin-top: calc(100/750*100vw);
  }
  section.qa-sec div.separation {
    background-position: 0 center;
    margin-top: calc(50/750*100vw);
  }
  section.qa-sec div.separation h3 {
    font-size: calc(48/750*100vw);
    margin: 0 0 calc(40/750*100vw) 20px;
  }
  section.qa-sec div.separation h3 + p {
    width: calc(380/750*100vw);
    margin: 0 20px 0 auto;
  }
  section.qa-sec div.separation.attraction {
    background-image: url(/assets/images/recruit/bg_attraction.jpg);
  }
  section.qa-sec div.separation.attraction h3 + p {
    width: calc(510/750*100vw);
    margin: 0 calc(25/750*100vw) 0 auto;
  }
  section.qa-sec div.separation div.inner {
    padding: calc(40/750*100vw) 0 calc(20/750*100vw);
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: calc(400/750*100vw);
  }
}

/* page */

/*# sourceMappingURL=recruit-graduate.css.map */
