@charset "UTF-8";
/*
Theme Name: QOOL CAREER 2024 Theme
Theme URL: https://career.qo-ol.jp
Description: QOOL CAREER2024のthemeです。
Version: 1
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  height: auto;
  vertical-align: top; }

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }
a {
  text-decoration: none;
  font-size: 1.6rem; }

ul {
  list-style: none; }

html {
  font-size: 62.5%; }

body {
  color: #061a40;
  overflow-x: hidden;
  font-family: 'Noto Sans JP', "游ゴシック体", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic",sans-serif; }

p {
  font-weight: 400;
  font-size: 1.65rem;
  line-height: 1.6; }

a {
  font-weight: 400;
  color: #061a40; }

.breadcrumb {
  padding: 30px 0 12px;
  width: 1060px;
  margin: 0 auto; }
  .breadcrumb ol {
    list-style: none;
    font-size: 1.4rem;
    margin: 0;
    padding: 0 0 0 36px; }
    .breadcrumb ol:after {
      content: '';
      display: block;
      clear: both;
      height: 0; }
    .breadcrumb ol li {
      display: inline;
      margin: 0 4px; }
      .breadcrumb ol li a, .breadcrumb ol li span {
        font-size: 1.4rem; }
      .breadcrumb ol li a {
        transition: 0.3 all ease; }
        .breadcrumb ol li a:hover {
          opacity: 0.7; }

main {
  min-height: 720px; }

.main-ttl {
  font-size: 4.6rem;
  box-shadow: 0px 4px 16px 4px rgba(185, 214, 242, 0.8);
  text-align: center;
  width: 920px;
  font-weight: 300;
  line-height: 100px;
  margin: 0 auto; }

.sp_inline {
  display: none !important; }

.pc_inline {
  display: inline !important; }

.sp_block {
  display: none !important; }

.pc_block {
  display: block !important; }

@media screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
    line-height: 1.8; }

  .sp_inline {
    display: inline !important; }

  .pc_inline {
    display: none !important; }

  .sp_block {
    display: block !important; }

  .pc_block {
    display: none !important; }

  .main-ttl {
    box-shadow: 0px 2px 8px -1px rgba(185, 214, 242, 0.9);
    width: auto;
    max-width: 580px;
    font-size: 2.4rem;
    line-height: 72px; }

  .breadcrumb {
    padding: 20px 0 10px;
    width: auto;
    margin: 0 auto; }
    .breadcrumb ol {
      padding: 0; }
      .breadcrumb ol li a, .breadcrumb ol li span {
        font-size: 1.2rem; } }
/********************************************************
* Header
********************************************************/
.g-header__top {
  width: 1060px;
  margin: 0 auto;
  position: relative;
  padding: 24px 30px 20px; }
.g-header__bottom {
  background: #061a40; }
.g-header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .g-header__menu li {
    position: relative;
    width: 200px;
    height: 66px;
    padding-top: 10px; }
    .g-header__menu li:last-child:after {
      content: none; }
    .g-header__menu li a {
      display: block;
      color: #fff;
      text-align: center;
      font-size: 1.6rem;
      line-height: 46px;
      transition: 0.3 all ease; }
      .g-header__menu li a:hover {
        opacity: 0.7; }
.g-header .logo {
  width: 134px;
  cursor: pointer;
  transition: 0.3s all ease; }
  .g-header .logo:hover {
    opacity: 0.7; }
.g-header .register-btn {
  background: #ef4565;
  display: block;
  width: 264px;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 1.9rem;
  padding: 16px 0 12px;
  border-radius: 34px;
  position: absolute;
  z-index: 1;
  right: 48px;
  top: 14px;
  cursor: pointer;
  transition: 0.3s all ease; }
  .g-header .register-btn span {
    font-size: 1.25rem;
    display: block;
    margin-top: 8px; }
  .g-header .register-btn:hover {
    opacity: 0.7; }
.g-header .inner {
  width: 1060px;
  padding: 0px 30px;
  margin: 0 auto; }
.g-header .sp-open-btn {
  display: none;
  width: 52px;
  position: absolute;
  z-index: 1;
  right: 48px;
  top: 20px; }
.g-header .sp-close {
  display: none;
  padding: 12px 18px 12px;
  margin-bottom: 30px; }
  .g-header .sp-close:after {
    content: '';
    display: block;
    height: 0;
    clear: both; }
  .g-header .sp-close__logo {
    float: left;
    width: 74px; }
  .g-header .sp-close__btn {
    float: right;
    width: 28px; }

.page-template-page-about .g-header__menu li:first-child a {
  color: #061a40;
  position: relative;
  z-index: 10; }
.page-template-page-about .g-header__menu li:first-child:after {
  content: '';
  display: block;
  width: 192px;
  height: 62px;
  background: #ffffff;
  position: absolute;
  top: 4px;
  right: 4px; }

.page-template-page-feature .g-header__menu li:nth-child(2) a {
  color: #061a40;
  position: relative;
  z-index: 10; }
.page-template-page-feature .g-header__menu li:nth-child(2):after {
  content: '';
  display: block;
  width: 192px;
  height: 62px;
  background: #ffffff;
  position: absolute;
  top: 4px;
  right: 4px; }

.page-template-page-howto .g-header__menu li:nth-child(3) a, .single-post .g-header__menu li:nth-child(3) a {
  color: #061a40;
  position: relative;
  z-index: 10; }
.page-template-page-howto .g-header__menu li:nth-child(3):after, .single-post .g-header__menu li:nth-child(3):after {
  content: '';
  display: block;
  width: 192px;
  height: 62px;
  background: #ffffff;
  position: absolute;
  top: 4px;
  right: 4px; }

.page-template-page-case .g-header__menu li:nth-child(4) a {
  color: #061a40;
  position: relative;
  z-index: 10; }
.page-template-page-case .g-header__menu li:nth-child(4):after {
  content: '';
  display: block;
  width: 192px;
  height: 62px;
  background: #ffffff;
  position: absolute;
  top: 4px;
  right: 4px; }

.page-template-page-qa .g-header__menu li:nth-child(5) a {
  color: #061a40;
  position: relative;
  z-index: 10; }
.page-template-page-qa .g-header__menu li:nth-child(5):after {
  content: '';
  display: block;
  width: 192px;
  height: 62px;
  background: #ffffff;
  position: absolute;
  top: 4px;
  right: 4px; }

@media screen and (max-width: 768px) {
  .g-header__top {
    width: auto;
    padding: 12px 18px 12px; }
  .g-header__bottom {
    opacity: 0;
    padding-bottom: 60px;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(6, 26, 64, 0.95); }
    .g-header__bottom.is-open {
      transition: .3s;
      opacity: 1;
      z-index: 100; }
  .g-header__menu {
    display: block; }
    .g-header__menu li {
      width: auto;
      padding: 0 0 30px; }
      .g-header__menu li:after {
        content: none; }
      .g-header__menu li a {
        font-size: 2.2rem; }
  .g-header .logo {
    width: 74px; }
  .g-header .register-btn {
    display: none; }
  .g-header .inner {
    width: auto;
    padding: 0px 30px;
    margin: 0 auto; }
  .g-header .sp-open-btn {
    top: 12px;
    width: 32px;
    display: block;
    right: 16px; }
  .g-header .sp-close {
    display: block; }

  .page-template-page-about .g-header__menu li:first-child a {
    color: #fff;
    position: static; }
  .page-template-page-about .g-header__menu li:first-child:after {
    content: none; }

  .page-template-page-feature .g-header__menu li:nth-child(2) a {
    color: #fff;
    position: static; }
  .page-template-page-feature .g-header__menu li:nth-child(2):after {
    content: none; }

  .page-template-page-howto .g-header__menu li:nth-child(3) a, .single-post .g-header__menu li:nth-child(3) a {
    color: #fff;
    position: static; }
  .page-template-page-howto .g-header__menu li:nth-child(3):after, .single-post .g-header__menu li:nth-child(3):after {
    content: none; }

  .page-template-page-case .g-header__menu li:nth-child(4) a {
    color: #fff;
    position: static; }
  .page-template-page-case .g-header__menu li:nth-child(4):after {
    content: none; }

  .page-template-page-qa .g-header__menu li:nth-child(5) a {
    color: #fff;
    position: static; }
  .page-template-page-qa .g-header__menu li:nth-child(5):after {
    content: none; } }
/********************************************************
* Footer
********************************************************/
.footer-link-btn {
  padding: 100px 0 100px; }

.footer-register-btn {
  margin: 0 auto;
  background: #ef4565;
  display: block;
  width: 264px;
  line-height: 1;
  text-align: center;
  color: #fff !important;
  font-size: 1.9rem;
  padding: 16px 0 12px;
  border-radius: 34px;
  cursor: pointer;
  transition: 0.3s all ease; }
  .footer-register-btn span {
    font-size: 1.25rem;
    display: block;
    margin-top: 8px; }
  .footer-register-btn:hover {
    opacity: 0.7; }

.g-footer {
  background: #061a40; }
  .g-footer__inner {
    width: 1060px;
    padding: 20px 30px 30px;
    margin: 0 auto; }
  .g-footer__menu {
    display: flex;
    justify-content: center;
    align-items: center; }
    .g-footer__menu li {
      padding: 16px 60px;
      border-right: 1px solid #ffffff;
      text-align: center; }
      .g-footer__menu li:last-child {
        border-right: none; }
      .g-footer__menu li a {
        color: #fff;
        font-size: 1.6rem;
        transition: 0.3 all ease; }
        .g-footer__menu li a:hover {
          opacity: 0.7; }
  .g-footer .copyright {
    text-align: center;
    padding-top: 20px; }
    .g-footer .copyright small {
      color: #344b75;
      font-size: 1.4rem; }

@media screen and (max-width: 768px) {
  .footer-link-btn {
    padding: 60 0 80px; }

  .g-footer__inner {
    width: auto;
    padding: 20px 30px 30px;
    margin: 0 auto; }
  .g-footer__menu {
    display: block;
    justify-content: center;
    align-items: center; }
    .g-footer__menu li {
      padding: 16px 60px;
      border-right: none; }
      .g-footer__menu li a {
        font-size: 1.6rem; }
  .g-footer .copyright {
    text-align: center;
    padding-top: 20px; } }
/**************************************
* Modal
**************************************/
.modal-view {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.4); }
  .modal-view .relative {
    width: 100%;
    height: 100%;
    position: relative; }
  .modal-view .modal-bg {
    width: 440px;
    height: 500px;
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff;
    z-index: 100; }
  .modal-view .modal-close-btn {
    display: block;
    padding: 10px;
    width: 50px;
    height: 50px;
    margin: 5px 5px 0 auto;
    cursor: pointer;
    transition: 0.3s all ease; }
    .modal-view .modal-close-btn:hover {
      opacity: 0.7; }
  .modal-view iframe {
    display: block;
    outline: none;
    border: 0;
    padding: 0;
    width: 420px;
    height: 380px;
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 200; }
  .modal-view.is-open {
    transition: 0.3s;
    z-index: 200;
    opacity: 1; }

/**************************************
* 404
**************************************/
.p404 {
  padding: 60px 0 180px; }
  .p404 h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 4.8rem; }
  .p404 p {
    text-align: center;
    margin-bottom: 30px; }

@media screen and (max-width: 768px) {
  .p404 {
    padding: 40px 0 80px; }
    .p404 h1 {
      margin-bottom: 20px;
      font-size: 2.8rem; }
    .p404 p {
      margin-bottom: 20px; } }
.home .inner {
  width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative; }
.home .sp-mv-bottom {
  display: none;
  width: 300px;
  margin: 20px auto 40px; }
.home .sp-register-btn {
  display: none;
  margin-top: 20px;
  background: #ef4565;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  padding: 15px 0;
  border-radius: 34px;
  width: 300px;
  transition: 0.3s all ease; }
  .home .sp-register-btn span {
    font-size: 1.1rem;
    display: block;
    margin-top: 6px; }
  .home .sp-register-btn:hover {
    opacity: 0.7; }
.home .btn {
  display: block;
  width: 300px;
  line-height: 66px;
  margin: 0 auto;
  background: #008ad9;
  color: #ffffff;
  border-radius: 38px;
  text-align: center;
  font-size: 1.8rem; }
  .home .btn:hover {
    opacity: 0.7; }
.home .mv {
  height: 504px;
  background: url(/wp-content/themes/qool_career_theme/img/home/mv.jpg) no-repeat center center/1600px auto;
  background-size: 100% auto !important; }
  .home .mv-ttl {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50px; }
    .home .mv-ttl h1 {
      color: #008ad9;
      background: rgba(255, 255, 255, 0.9);
      line-height: 96px;
      width: 574px;
      text-align: center;
      font-size: 3.7rem;
      font-weight: 300; }
    .home .mv-ttl p {
      margin-top: 20px; }
.home .choose-services {
  margin: 60px 0;
  text-align: center; }
  .home .choose-services h2 {
    margin-bottom: 36px;
    font-size: 2.4rem;
    font-weight: normal; }
  .home .choose-services .choose-links {
    padding: 0 100px;
    display: flex;
    justify-content: space-around; }
    .home .choose-services .choose-links li {
      width: 100%;
      max-width: 320px; }
    .home .choose-services .choose-links a {
      overflow: hidden;
      display: block;
      position: relative; }
      .home .choose-services .choose-links a:hover .link-bg {
        z-index: 1;
        transition: 0.3s all ease;
        transform: translateY(0); }
  .home .choose-services .link-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 174, 255, 0.4);
    text-align: center;
    z-index: 1;
    transform: translateY(100%); }
    .home .choose-services .link-bg p {
      display: inline-block;
      line-height: 1;
      border: 1px solid #ffffff;
      color: #ffffff;
      padding: 10px;
      font-size: 2rem;
      width: 108px;
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      transform: translateY(-50%);
      margin: 0 auto; }
      .home .choose-services .link-bg p:hover {
        opacity: 0.6; }
  .home .choose-services .text {
    margin-top: 4px;
    font-size: 1.6rem;
    line-height: 1.4; }
.home .news {
  margin-top: 50px;
  background: #edf5f8;
  padding: 50px 0 60px;
  text-align: center; }
  .home .news h2 {
    font-size: 2.4rem;
    margin-bottom: 24px;
    font-weight: 400; }
  .home .news p {
    max-width: 580px;
    margin: 8px auto 0; }
  .home .news .link-btn {
    display: inline-block;
    margin-top: 26px;
    font-size: 1.65rem; }
  .home .news a:hover {
    opacity: 0.7; }
.home .reason {
  text-align: center;
  padding: 50px 0 80px; }
  .home .reason h2 {
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 400;
    width: 360px;
    margin: 0 auto 24px;
    position: relative; }
    .home .reason h2:before, .home .reason h2:after {
      content: '';
      height: 1px;
      width: 250px;
      background: #008ad9;
      position: absolute;
      z-index: 1;
      top: 0;
      bottom: 0;
      margin: auto; }
    .home .reason h2:before {
      left: -260px; }
    .home .reason h2:after {
      right: -260px; }
    .home .reason h2.mt {
      margin-top: 60px; }
    .home .reason h2 span {
      display: block;
      color: #008ad9; }
  .home .reason .reason-list ul {
    width: 920px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 30px; }
    .home .reason .reason-list ul li {
      width: 288px;
      background: #f0f7f9; }
      .home .reason .reason-list ul li p {
        color: #008ad9;
        padding: 16px 0;
        font-size: 1.5rem; }
        .home .reason .reason-list ul li p.mid {
          padding-top: 28px; }
      .home .reason .reason-list ul li img {
        width: 100%; }
      .home .reason .reason-list ul li .qool {
        border-top: 1px solid #CCC;
        border-left: 1px solid #CCC;
        border-right: 1px solid #CCC; }
.home .recruitment {
  padding: 75px 0 60px;
  background: #edf5f8; }
  .home .recruitment h2 {
    background: #061a40;
    font-size: 2.4rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 70px;
    width: 210px;
    text-align: center;
    border-left: 4px solid #008ad9;
    position: absolute;
    top: -100px;
    left: 30px; }
  .home .recruitment .recruitment-list {
    margin-bottom: 30px; }
    .home .recruitment .recruitment-list ul {
      width: 920px;
      padding: 0;
      display: flex;
      justify-content: space-between;
      margin: 0 auto; }
      .home .recruitment .recruitment-list ul li {
        padding: 20px 12px;
        background: #ffffff;
        width: 215px;
        border: 1px solid #008ad9;
        box-shadow: 0 1px 14px -8px rgba(0, 138, 230, 0.7); }
      .home .recruitment .recruitment-list ul p {
        font-size: 1.4rem; }
        .home .recruitment .recruitment-list ul p:first-child {
          margin-bottom: 12px;
          text-align: center; }
        .home .recruitment .recruitment-list ul p span {
          color: #008ad9; }
.home .column {
  padding: 100px 0 60px;
  background: url(/wp-content/themes/qool_career_theme/img/home/column_bg.jpg) no-repeat center center/cover; }
  .home .column h2 {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 70px;
    background: rgba(255, 255, 255, 0.9);
    width: 160px;
    text-align: center;
    border-left: 4px solid #008ad9;
    position: absolute;
    top: -40px;
    left: 30px;
    z-index: 10; }
  .home .column-list ul {
    width: 920px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 30px; }
    .home .column-list ul li {
      position: relative;
      width: 288px;
      height: 280px;
      background: #ffffff;
      box-shadow: 0 1px 14px -8px rgba(0, 138, 224, 0.6); }
      .home .column-list ul li p {
        position: absolute;
        bottom: 0;
        z-index: 10;
        left: 0;
        right: 0;
        padding: 16px;
        font-size: 1.5rem;
        background: #ffffff; }
.home .achievement {
  padding: 60px 0 100px; }
  .home .achievement h2 {
    box-shadow: 1px 1px 14px -8px rgba(6, 26, 64, 0.9);
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 70px;
    background: #ffffff;
    width: 210px;
    text-align: center;
    border-left: 4px solid #008ad9; }
    .home .achievement h2.ttl-bottom {
      margin-top: 40px; }
  .home .achievement .img {
    text-align: center;
    margin-top: 24px; }

@media screen and (max-width: 768px) {
  .home .inner {
    width: auto !important;
    padding: 0 18px !important;
    max-width: 580px; }
  .home .sp-register-btn {
    display: block; }
  .home .sp-img {
    width: 100%; }
  .home .sp-mv-bottom {
    display: block; }
  .home .btn {
    width: 280px;
    line-height: 60px;
    font-size: 1.6rem; }
  .home .mv {
    display: none;
    height: 420px;
    background: url(/wp-content/themes/qool_career_theme/img/home/mv_sp.jpg) no-repeat 74% 84%/auto 500px;
    padding: 0;
    background-position: inherit; }
    .home .mv-ttl {
      max-width: 300px;
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
      margin: auto;
      top: 256px; }
      .home .mv-ttl h1 {
        color: #008ad9;
        background: rgba(255, 255, 255, 0.9);
        line-height: 70px;
        width: auto;
        display: none;
        font-size: 2rem; }
      .home .mv-ttl p {
        margin-top: 10px; }
  .home .choose-services {
    margin: 60px 0 50px; }
    .home .choose-services h2 {
      font-size: 1.95rem;
      margin-bottom: 30px; }
    .home .choose-services .choose-links {
      padding: 0;
      margin: 0 -8px;
      display: flex;
      justify-content: space-around; }
      .home .choose-services .choose-links li {
        margin: 0 8px; }
    .home .choose-services .link-bg p {
      font-size: 1.8rem;
      width: 90px; }
    .home .choose-services .text {
      font-size: 1.1rem; }
  .home .news {
    margin-top: 0;
    padding: 40px 0; }
    .home .news h2 {
      font-size: 2rem;
      margin-bottom: 20px;
      font-weight: 400; }
    .home .news p {
      text-align: left;
      margin-top: 8px; }
      .home .news p span {
        font-size: 1.3rem;
        display: block; }
    .home .news .link-btn {
      margin-top: 30px;
      font-size: 1.4rem; }
  .home .reason {
    text-align: center;
    padding: 40px 0 75px; }
    .home .reason h2 {
      font-size: 2rem;
      line-height: 1.4;
      font-weight: 400;
      width: auto;
      margin: 0 auto 20px; }
      .home .reason h2:before, .home .reason h2:after {
        content: none; }
      .home .reason h2.mt {
        margin-top: 50px; }
      .home .reason h2 span {
        display: block;
        color: #008ad9; }
    .home .reason .reason-list ul {
      width: auto;
      display: block;
      margin: 0 auto 20px; }
      .home .reason .reason-list ul li {
        width: auto;
        margin-bottom: 20px; }
        .home .reason .reason-list ul li p {
          color: #008ad9;
          padding: 16px 0; }
  .home .recruitment {
    padding: 50px 0 50px; }
    .home .recruitment h2 {
      font-size: 2rem;
      display: inline-block;
      width: auto;
      text-align: left;
      padding: 0 30px;
      top: -85px;
      left: 8px;
      line-height: 60px; }
    .home .recruitment .recruitment-list {
      max-width: 580px;
      margin: 0 auto 20px; }
      .home .recruitment .recruitment-list ul {
        width: auto;
        display: block; }
        .home .recruitment .recruitment-list ul li {
          box-shadow: 0 1px 12px -8px rgba(0, 138, 230, 0.4);
          padding: 16px 12px;
          width: auto;
          margin-bottom: 20px; }
        .home .recruitment .recruitment-list ul p:first-child {
          margin-bottom: 12px; }
        .home .recruitment .recruitment-list ul p span {
          color: #008ad9; }
  .home .column {
    padding: 80px 0 50px;
    background: url(/wp-content/themes/qool_career_theme/img/home/column_bg.jpg) no-repeat center center/cover; }
    .home .column h2 {
      font-size: 2rem;
      display: inline-block;
      width: auto;
      text-align: left;
      padding: 0 30px;
      border-left: 4px solid #008ad9;
      box-shadow: 1px 1px 12px -8px rgba(6, 26, 64, 0.7);
      position: absolute;
      top: -40px;
      left: 8px;
      line-height: 60px; }
    .home .column-list ul {
      width: auto;
      display: block;
      margin: 0 auto 20px; }
      .home .column-list ul li {
        box-shadow: 0 1px 12px -8px rgba(0, 138, 224, 0.4);
        width: auto;
        margin-bottom: 20px;
        height: auto; }
        .home .column-list ul li p {
          position: static;
          padding: 12px; }
  .home .achievement {
    padding: 50px 0 80px; }
    .home .achievement h2 {
      box-shadow: 1px 1px 12px -8px rgba(6, 26, 64, 0.7);
      font-size: 2rem;
      display: inline-block;
      width: auto;
      text-align: left;
      padding: 0 30px;
      background: #ffffff;
      border-left: 4px solid #008ad9;
      left: -10px;
      line-height: 60px; }
      .home .achievement h2.ttl-bottom {
        margin-top: 30px; }
    .home .achievement .img {
      margin-top: 20px; } }
@media screen and (min-width: 769px) {
  .sp-img {
    display: none; } }
@media screen and (min-width: 1601px) {
  .home .mv {
    background: url(/wp-content/themes/qool_career_theme/img/home/mv.jpg) no-repeat center center/cover;
    background-position: 0% 60%; } }
.about .inner {
  width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative; }
.about .mv {
  background: url(/wp-content/themes/qool_career_theme/img/about/mv.jpg) no-repeat center top/1600px auto; }
  .about .mv-inner {
    height: 510px; }
  .about .mv h1 {
    background: #ffffff; }
.about .about_post {
  background-size: 100% auto;
  position: relative;
  display: block;
  letter-spacing: 0.1em; }
.about .about_h1 {
  margin-top: 30px; }
.about .about_h1 p {
  margin-bottom: 30px;
  color: #44a9e3;
  font-size: 2.4rem; }
.about .about_text {
  width: 630px;
  margin: 0 auto;
  text-align: center; }
.about .about_tab p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #061a40;
  line-height: 2; }
.about .about_concept {
  width: 920px;
  margin: 0 auto;
  padding: 60px 0px 30px; }
.about .about_information {
  display: flex; }
.about .about_information img {
  width: 420px;
  height: auto;
  margin-bottom: 50px;
  margin-right: 30px; }
.about .about_concept p {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: 10px; }
  .about .about_concept p:first-child {
    margin-top: 0; }
.about .about_note {
  margin-top: 20px; }
.about .about_section {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 28px;
  position: relative; }
.about .about_group {
  width: 920px;
  margin: 0 auto; }
.about .about_section::before,
.about .about_section::after {
  content: "";
  width: 280px;
  height: 2px;
  background: #edf5f8;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }
.about .about_section::before {
  left: 0; }
.about .about_section::after {
  right: 0; }
.about .about_member_intro {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  width: 630px;
  margin: 0 auto;
  line-height: 2; }
.about .about_memberpage {
  display: flex;
  padding-top: 30px; }
.about .member_position {
  margin-top: 24px;
  font-size: 1.5rem; }
.about .member_name {
  font-size: 3.6rem; }
.about .member_detail {
  font-size: 1.5rem; }
.about .about_memberpage img {
  width: 350px;
  height: auto;
  margin-right: 30px; }

@media screen and (max-width: 768px) {
  .about .inner {
    width: auto;
    padding: 0 18px; }
  .about .mv {
    background: url(/wp-content/themes/qool_career_theme/img/about/mv.jpg) no-repeat 90% top/cover; }
    .about .mv-inner {
      height: auto;
      padding-bottom: 40px;
      background: rgba(255, 255, 255, 0.5); }
    .about .mv h1 {
      background: #ffffff; }
  .about .about_h1 {
    margin-top: 40px;
    margin-bottom: 20px; }
  .about .about_h1 p {
    font-size: 1.5rem;
    margin: 0; }
  .about .about_text {
    width: auto;
    padding: 0;
    max-width: 580px; }
  .about .about_tab {
    text-align: justify; }
  .about .about_section {
    margin: 0 auto 22px; }
    .about .about_section:before, .about .about_section:after {
      content: none; }
  .about .about_group {
    width: auto;
    max-width: 580px; }
  .about .about_section::before {
    margin-right: 0; }
  .about .about_concept {
    width: auto;
    padding: 0 18px;
    max-width: 580px; }
    .about .about_concept p {
      font-size: 1.4rem;
      line-height: 1.8; }
  .about .about_information {
    display: block;
    width: auto; }
    .about .about_information:last-child {
      margin-top: 46px; }
  .about .about_information img {
    width: 100%;
    height: 100%;
    margin: 0 0 16px; }
  .about .about_concept {
    display: block;
    width: auto;
    padding: 50px 0 60px;
    max-width: 580px; }
  .about .about_member_intro {
    display: block;
    width: auto;
    text-align: justify;
    margin: 0; }
  .about .about_memberpage {
    display: block;
    width: auto; }
  .about .member_position {
    margin-top: 8px;
    font-size: 1.4rem; }
  .about .member_name {
    font-size: 2.8rem;
    line-height: 1.5; }
  .about .member_detail {
    font-size: 1.4rem;
    line-height: 1.8; }
  .about .about_memberpage img {
    width: auto;
    margin-right: 30px; } }
.feature .inner {
  width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative; }
.feature .feature_service {
  display: flex;
  justify-content: space-between;
  margin: 60px auto 50px;
  width: 920px; }
.feature .feature_service > .feature_content {
  width: 290px; }
.feature .feature_content {
  background: #f0f7f9; }
.feature .feature_content h2 {
  font-size: 1.65rem;
  color: #008ad9;
  text-align: center;
  padding: 14px 0 10px; }
.feature .feature_content p {
  font-size: 1.4rem;
  padding: 0 12px 30px; }
.feature .feature_secondary {
  width: 100%;
  background: #edf5f8;
  padding-top: 50px; }
.feature .textcolor {
  color: #008ad9;
  font-weight: 700; }
.feature .sm {
  display: none; }
.feature .feature_catch {
  text-align: center;
  font-size: 2.4rem; }
.feature .feature_recommend {
  display: flex;
  text-align: center;
  font-size: 2.4rem;
  margin: 30px auto 0;
  width: 920px;
  justify-content: space-between; }
  .feature .feature_recommend:last-child {
    padding-bottom: 0px; }
.feature .feature_text {
  width: 440px;
  height: auto; }
.feature .feature_text h3 {
  font-size: 1.8rem;
  padding: 0 0 18px 15px;
  text-align: left;
  font-weight: 400;
  line-height: 1.3;
  position: relative; }
  .feature .feature_text h3:after {
    content: '';
    display: block;
    width: 4px;
    height: 74px;
    background: #008ad9;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0; }
.feature .feature_text p {
  display: block;
  background: #fff;
  text-align: center;
  padding: 23px 0;
  font-size: 1.6rem; }
.feature .blue-border {
  box-shadow: 0 5px 12px -8px rgba(4, 149, 233, 0.5); }

@media screen and (max-width: 768px) {
  .feature .inner {
    width: auto;
    padding: 0 18px; }
  .feature .feature_service {
    display: block;
    width: auto;
    margin-top: 40px;
    max-width: 580px; }
  .feature .feature_service > .feature_content {
    width: auto; }
  .feature .feature_content {
    background: transparent;
    margin-bottom: 30px; }
  .feature .feature_service img {
    width: auto; }
  .feature .feature_content h2 {
    padding: 10px 0 8px; }
  .feature .feature_content p {
    padding: 0; }
  .feature .feature_secondary {
    display: block;
    width: auto;
    background: #fff;
    margin: 0 auto;
    padding: 0; }
  .feature .feature_catch {
    border-left: solid 4px #008ad9;
    background: #061a40;
    text-align: center;
    margin: 30px auto 0;
    padding: 30px 0;
    font-size: 1.6rem;
    color: #fff;
    max-width: 580px; }
  .feature .feature_recommend {
    display: block;
    align-items: center;
    width: auto;
    padding: 0;
    margin-top: 30px; }
  .feature .feature_text {
    width: auto;
    height: auto;
    max-width: 580px;
    margin: 30px auto 0; }
  .feature .sm {
    display: block; }
  .feature .feature_recommend img {
    width: auto; }
  .feature .feature_text h3 {
    font-size: 1.65rem;
    padding-top: 6px; }
  .feature .feature_text p {
    text-align: center;
    width: auto;
    line-height: 1.5;
    padding: 12px 0; }
  .feature .blue-border {
    box-shadow: 0 3px 11px -8px rgba(4, 149, 233, 0.5); } }
.qa .inner {
  width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative; }
.qa .qa_table {
  border-bottom: 1px solid #1b2538;
  padding: 60px 0 28px 0;
  font-size: 3.3rem;
  letter-spacing: 10px;
  font-weight: 500; }
.qa .qa_qa {
  width: 920px;
  padding: 0 30px;
  margin: 0 auto; }
.qa .qa_qa *, .qa .qa_qa *:after, .qa .qa_qa *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.qa .qa_qa .qa_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #1b2538;
  border-bottom: 1px solid #1b2538;
  font-weight: 500; }
.qa .qa_qa .qa_actab input {
  position: absolute;
  opacity: 0; }
.qa .qa_qa .qa_actab label {
  position: relative;
  display: block;
  margin: 30px 50px 25px 82px;
  cursor: pointer;
  border-radius: 0.5em;
  font-size: 2rem;
  letter-spacing: 0.1em; }
.qa .qa_qa .qa_actab label::before {
  font-size: 5rem;
  position: absolute;
  content: 'Q';
  top: -28px;
  left: -60px; }
.qa .qa_qa .qa_actab label:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #00838f; }
.qa .qa_qa .qa_actab .qa_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
  border-radius: 0 0 0.5em 0.5em;
  background: #edf5f8;
  letter-spacing: 0.1em; }
.qa .qa_qa .qa_actab .qa_actab-content p {
  position: relative;
  margin: 30px 50px 25px 82px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em; }
.qa .qa_qa .qa_actab .qa_actab-content p::before {
  font-size: 5rem;
  position: absolute;
  content: 'A';
  top: -28px;
  left: -56px; }
.qa .qa_qa .qa_actab input:checked ~ .qa_actab-content {
  max-height: 40em; }

@media screen and (max-width: 768px) {
  .qa .inner {
    width: auto;
    padding: 0 18px; }
  .qa .qa_qa {
    display: block;
    width: 100%;
    margin: 40px auto 0;
    padding: 0;
    max-width: 580px; }
  .qa .qa_table {
    font-size: 2.5rem;
    padding: 0 0 20px 18px; }
  .qa .qa_qa .qa_actab label {
    display: block;
    margin: 26px 18px 28px 54px;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.1em; }
  .qa .qa_qa .qa_actab label::before {
    font-size: 3.7rem;
    left: -38px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 62px; }
  .qa .qa_qa .qa_actab .qa_actab-content p {
    display: block;
    margin: 26px 18px 28px 54px;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    position: relative; }
  .qa .qa_qa .qa_actab .qa_actab-content p::before {
    font-size: 3.7rem;
    left: -35px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 64px; } }
.news-index .inner {
  width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative; }
.news-index .news-content {
  border-top: 1px solid #061a40; }
  .news-index .news-content:nth-child(2) {
    margin-top: 120px; }
  .news-index .news-content:last-child {
    border-bottom: 1px solid #061a40;
    margin-bottom: 180px; }
.news-index .content {
  padding: 40px; }
.news-index .meta {
  color: #061a40;
  line-height: 1; }
  .news-index .meta a {
    display: inline-block;
    border: 1px solid #061a40;
    font-size: 1.1rem;
    color: #061a40;
    padding: 3px 3px;
    margin-left: 8px;
    vertical-align: bottom; }
    .news-index .meta a:hover {
      opacity: 0.7; }
.news-index h2 {
  font-weight: 500;
  font-size: 2.2rem;
  margin-bottom: 20px; }
.news-index p {
  color: #94adb6;
  font-size: 1.8rem;
  margin-bottom: 20px; }
.news-index a {
  color: #94adb6;
  font-size: 1.8rem; }
  .news-index a:hover {
    opacity: 0.7; }

@media screen and (max-width: 768px) {
  .news-index .inner {
    width: auto;
    padding: 0 18px; }
  .news-index .news-content:nth-child(2) {
    margin-top: 60px; }
  .news-index .news-content:last-child {
    margin-bottom: 80px; }
  .news-index .content {
    padding: 20px 0;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto; }
  .news-index .meta span {
    font-size: 0.8rem; }
  .news-index h2 {
    font-size: 1.8rem;
    margin-bottom: 12px; }
  .news-index p {
    font-size: 1.4rem;
    margin-bottom: 12px; }
  .news-index a {
    font-size: 1.4rem; } }
.howto-index .inner {
  width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative; }
.howto-index .intro {
  padding: 50px 40px 30px; }
.howto-index .flow {
  display: flex;
  width: 920px;
  margin: 0 auto 100px;
  border-left: 1px solid #061a40;
  border-right: 1px solid #061a40; }
  .howto-index .flow li {
    position: relative;
    width: 33.33%;
    text-align: center;
    font-size: 1.6rem;
    height: 64px;
    padding-top: 19px;
    border-top: 1px solid #061a40;
    border-bottom: 1px solid #061a40;
    font-weight: 500; }
    .howto-index .flow li:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 31px 0 31px 30px;
      border-color: transparent transparent transparent #ffffff;
      position: absolute;
      top: 0;
      right: -9px;
      z-index: 10; }
    .howto-index .flow li:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 31px 0 31px 30px;
      border-color: transparent transparent transparent #061a40;
      position: absolute;
      top: 0;
      right: -11px;
      z-index: 1; }
    .howto-index .flow li:last-child:before, .howto-index .flow li:last-child:after {
      content: none; }
.howto-index .howto-content {
  background: #edf5f8; }
  .howto-index .howto-content h2 {
    display: inline-block;
    background: #061a40;
    font-size: 2.4rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 70px;
    padding: 0 40px;
    text-align: center;
    border-left: 4px solid #008ad9;
    position: absolute;
    top: -30px;
    left: 0px; }
  .howto-index .howto-content .content-inner {
    padding: 70px 40px 100px;
    position: relative; }
    .howto-index .howto-content .content-inner p {
      margin-bottom: 30px; }
    .howto-index .howto-content .content-inner.bottom {
      padding-bottom: 0px; }
.howto-index .howto-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .howto-index .howto-list li {
    width: 450px;
    margin-bottom: 20px;
    position: relative; }
    .howto-index .howto-list li:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 0 6px 8px;
      border-color: transparent transparent transparent #061a40;
      position: absolute;
      right: 14px;
      top: 0;
      bottom: 0;
      margin: auto; }
    .howto-index .howto-list li a {
      display: block;
      padding: 20px 28px 20px 24px;
      background: #ffffff;
      line-height: 1.4;
      font-weight: 500; }

@media screen and (max-width: 768px) {
  .howto-index .inner {
    width: auto;
    padding: 0 18px; }
  .howto-index .intro {
    padding: 40px 0 20px; }
  .howto-index .flow {
    display: block;
    width: auto;
    margin: 0 auto 40px;
    border-bottom: 1px solid #061a40; }
    .howto-index .flow li {
      width: auto;
      height: auto;
      padding: 16px;
      border-top: 1px solid #061a40;
      border-bottom: none; }
      .howto-index .flow li:before {
        content: none; }
      .howto-index .flow li:after {
        border-style: solid;
        border-width: 8px 6px 0px 6px;
        border-color: #061a40 transparent transparent;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 14px;
        z-index: 1;
        margin: auto; }
      .howto-index .flow li:last-child:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 6px 0px 6px;
        border-color: #061a40 transparent transparent;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 14px;
        z-index: 1;
        margin: auto; }
  .howto-index .howto-content h2 {
    display: block;
    font-size: 2rem;
    width: auto;
    padding: 0 16px;
    text-align: left;
    position: static;
    top: -30px;
    left: 0px; }
  .howto-index .howto-content .content-inner {
    padding: 40px 0 0 0;
    position: relative; }
    .howto-index .howto-content .content-inner p {
      padding: 18px 0;
      margin-bottom: 0; }
  .howto-index .howto-list {
    display: block;
    margin: 0; }
    .howto-index .howto-list li {
      width: auto;
      margin-bottom: 6px; }
      .howto-index .howto-list li:after {
        right: 14px; }
      .howto-index .howto-list li a {
        padding: 18px 28px 18px 20px; } }
.contact .inner {
  width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative; }
.contact input[type="text"], .contact input[type="email"], .contact input[type="tel"], .contact input[type="submit"], .contact select, .contact textarea {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: none; }
.contact .contact_about {
  margin: 60px auto;
  text-align: center; }
.contact .formsss {
  width: 950px;
  padding: 0 30px;
  margin: 0 auto; }
.contact .contact_table {
  width: 760px;
  margin: 0 auto; }
.contact .contact_table th {
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
  width: 270px;
  padding-bottom: 40px; }
  .contact .contact_table th span {
    vertical-align: middle; }
.contact .contact_table td {
  width: 490px;
  font-size: 1.8rem;
  padding-bottom: 40px; }
.contact .contact_table input, .contact .contact_table select, .contact .contact_table textarea {
  background-color: #edf5f8;
  width: 100%;
  padding: 10px; }
.contact .f_complete {
  display: none; }
.contact .contact_check {
  text-align: center;
  font-size: 2rem;
  font-weight: 500px; }
.contact .contact_check a {
  border-bottom: 1px solid #061a40;
  color: #061a40;
  font-size: 2rem; }
.contact #formbtn {
  display: block;
  padding: 15px;
  width: 260px;
  background-color: #008ad9;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 40px;
  margin: 30px auto 120px; }
.contact .atention {
  display: inline-block;
  margin-left: 18px;
  background: #d30c1f;
  color: #fff;
  padding: 3px 5px;
  font-size: 12px; }

@media screen and (max-width: 768px) {
  .contact .inner {
    width: auto;
    padding: 0 18px; }
  .contact .contact_about {
    width: auto;
    text-align: left;
    padding: 0;
    max-width: 580px;
    margin: 40px auto 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #94adb6; }
  .contact .wpcf7 {
    padding: 0 18px; }
  .contact .wpcf7-form {
    max-width: 580px;
    margin: 0 auto; }
  .contact .formsss {
    width: auto;
    padding: 0; }
  .contact .contact_table {
    width: 100%;
    max-width: 580px; }
  .contact .contact_table tr {
    display: block;
    width: auto; }
  .contact .contact_table th {
    display: block;
    width: auto;
    padding: 0;
    margin-bottom: 4px; }
  .contact .contact_table td {
    display: block;
    width: auto;
    padding-bottom: 28px; }
  .contact .contact_check {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500; }
  .contact .contact_check a {
    border-bottom: 1px solid #061a40;
    color: #061a40;
    font-size: 1.6rem; }
  .contact #formbtn {
    min-width: 290px;
    width: 100%;
    max-width: 335px;
    font-size: 1.6rem;
    margin-bottom: 100px; }
  .contact .atention {
    margin-left: 14px;
    font-size: 10px; } }
.case .inner {
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  width: 1060px; }
.case .case_content {
  width: 920px;
  margin: 60px auto 0; }
.case .case_concept {
  margin-top: 65px; }
.case .case_information {
  display: flex;
  margin-top: 60px; }
.case .case_information img {
  width: 305px;
  margin-right: 30px;
  align-self: flex-start; }
.case .case_summary p {
  font-size: 1.4rem; }
.case .case_summary h2 {
  font-size: 2.2rem;
  font-weight: 300;
  margin-bottom: 20px; }
.case .case_text {
  margin-top: 20px; }

@media screen and (max-width: 768px) {
  .case .inner {
    width: auto;
    padding: 0 18px; }
  .case .case_content {
    display: block;
    width: auto;
    margin: 40px auto 0;
    max-width: 580px; }
  .case .case_information {
    display: block;
    width: auto;
    margin-top: 40px; }
  .case .case_information img {
    width: auto;
    margin: 0; }
  .case .case_summary h2 {
    font-size: 2rem;
    margin-top: 18px;
    margin-bottom: 12px; }
  .case .case_text {
    margin-top: 16px; } }
.jobs-index .inner {
  width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative; }
.jobs-index .jobs-content {
  margin: 100px 0 0; }
.jobs-index .content {
  padding: 0 40px; }
.jobs-index .jobs-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .jobs-index .jobs-list li {
    width: 290px;
    padding: 20px;
    margin-bottom: 26px;
    border: 1px solid #94adb6; }
    .jobs-index .jobs-list li p .underline {
      font-size: 2rem;
      border-bottom: 1px solid #061a40;
      padding-bottom: 3px;
      line-height: 1.8; }
    .jobs-index .jobs-list li p:first-child {
      margin-bottom: 12px;
      text-align: center; }

@media screen and (max-width: 768px) {
  .jobs-index .inner {
    width: auto;
    padding: 0 18px;
    max-width: 580px; }
  .jobs-index .jobs-content {
    margin: 60px 0 0; }
  .jobs-index .content {
    padding: 0; }
  .jobs-index .jobs-list {
    display: block; }
    .jobs-index .jobs-list li {
      width: auto;
      padding: 16px;
      margin-bottom: 20px; }
      .jobs-index .jobs-list li p .underline {
        font-size: 1.8rem;
        padding-bottom: 2px; }
      .jobs-index .jobs-list li p:first-child {
        margin-bottom: 8px; } }
#single .inner {
  width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative; }
#single .mv {
  height: 504px;
  background: url(/wp-content/themes/qool_career_theme/img/common/mv.jpg) no-repeat center top/1600px auto;
  margin-bottom: 50px; }
#single .mv-ttl {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 200px; }
  #single .mv-ttl h1 {
    padding: 16px;
    color: #008ad9;
    background: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    width: 560px;
    text-align: center;
    font-size: 3.7rem;
    font-weight: 300; }
#single .content {
  margin-bottom: 100px; }
  #single .content h2 {
    max-width: 640px;
    background: #061a40;
    font-size: 2.4rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.4;
    padding: 18px 16px;
    border-left: 4px solid #008ad9;
    margin: 60px 0 28px; }
  #single .content h3 {
    margin: 40px 0 28px;
    padding: 4px;
    line-height: 1.4;
    padding: 12px 16px;
    font-size: 1.8rem;
    border-left: 4px solid #061a40; }
  #single .content p {
    line-height: 1.7;
    margin-top: 26px; }
  #single .content span.udln {
    border-bottom: 1px solid #008ad9; }
  #single .content img {
    margin: 28px 0; }

@media screen and (max-width: 768px) {
  #single .inner {
    max-width: 580px;
    width: auto;
    padding: 0 16px;
    margin: 0 auto;
    position: relative; }
  #single .mv {
    padding-top: 30px;
    height: auto;
    background: none;
    margin: 0; }
  #single .mv-ttl {
    position: static;
    margin: 0 16px;
    background: transparent; }
    #single .mv-ttl h1 {
      background: transparent;
      width: auto;
      font-size: 2rem;
      padding: 0;
      text-align: left;
      color: #061a40; }
  #single .content h2 {
    margin: 30px 0 18px;
    padding: 12px 10px;
    font-size: 2rem; }
  #single .content h3 {
    font-size: 1.6rem;
    margin: 30px 0 16px;
    padding: 6px 10px; }
  #single .content p {
    line-height: 1.8;
    margin-top: 16px; } }
@media screen and (min-width: 1601px) {
  #single .mv {
    background: url(/wp-content/themes/qool_career_theme/img/common/mv.jpg) no-repeat center top/cover; } }
.downloads .inner {
  width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative; }
.downloads .content {
  padding: 20px;
  width: 920px;
  margin: 60px auto 0;
  box-shadow: 0px 4px 16px 4px rgba(185, 214, 242, 0.8); }
  .downloads .content .top {
    display: flex; }
    .downloads .content .top .left {
      width: 400px;
      margin-right: 32px; }
    .downloads .content .top h2 {
      font-size: 3rem; }
    .downloads .content .top p {
      margin-top: 16px; }
    .downloads .content .top ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0;
      padding: 0; }
      .downloads .content .top ul li {
        width: 50%;
        font-size: 1.65rem;
        line-height: 1.6;
        text-align: left;
        margin-top: 8px; }
  .downloads .content .download-area {
    padding-top: 36px; }
    .downloads .content .download-area a {
      display: block;
      background: #008ad9;
      color: #fff;
      text-align: center;
      line-height: 56px;
      max-width: 330px;
      font-size: 1.8rem;
      margin: 0 auto;
      border-radius: 29px; }
      .downloads .content .download-area a img {
        width: 24px;
        display: inline;
        vertical-align: middle;
        margin-right: 12px; }
      .downloads .content .download-area a:hover {
        opacity: 0.8; }

@media screen and (max-width: 768px) {
  .downloads .inner {
    width: auto;
    padding: 0 18px; }
  .downloads .content {
    padding: 10px 10px 20px;
    width: auto;
    margin: 60px auto 0;
    box-shadow: 0px 2px 8px -1px rgba(185, 214, 242, 0.9); }
    .downloads .content.bottom {
      margin-bottom: 80px; }
    .downloads .content .top {
      display: block; }
      .downloads .content .top .left {
        width: auto;
        margin: 0 auto; }
      .downloads .content .top h2 {
        font-size: 2.2rem;
        margin-top: 12px; }
      .downloads .content .top p {
        margin-top: 16px; }
      .downloads .content .top ul {
        display: block; }
        .downloads .content .top ul li {
          width: auto;
          font-size: 1.4rem;
          line-height: 1.6;
          text-align: left;
          margin-top: 8px; }
    .downloads .content .download-area {
      padding-top: 24px; }
      .downloads .content .download-area a {
        line-height: 52px;
        font-size: 1.4rem;
        border-radius: 27px; }
        .downloads .content .download-area a img {
          width: 18px;
          display: inline;
          vertical-align: middle;
          margin-right: 8px; } }

/*# sourceMappingURL=style.css.map */
