﻿/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

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;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* 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: 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 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
  font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
}

/**
 * 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;
}

/* Postscript common
   ========================================================================== */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "ヒラギノ角ゴ W4 JIS2004", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .5px;
  line-height: 2;
  overflow-x: hidden;
}

.font-prompt {
  font-family: "Prompt", sans-serif;
  font-weight: 300;
}

.font-prompt-b-crop {
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.font-chivo {
  font-family: "Chivo", sans-serif;
}

h1,
h2,
h3,
h4,
p,
a,
ul,
ol,
figure {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
  transition: all .5s;
}

button {
  color: #333;
}

a:visited {
  color: #333;
}

img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}

body.page main pre {
  overflow-x: auto;
  width: 100%;
}

body.page main::after,
body.single main::after {
  content: "";
  display: block;
  clear: both;
}

body.fix {
  overflow: hidden;
}

input,
textarea,
select {
  max-width: 100%;
}

p {
  transform: rotate(0.03deg);
}

.text-blue {
  color: #00a3e0;
}

.text-bold {
  font-weight: 700;
}

.text-left {
  text-align: left;
}

/*================================
	Device hide settings
=================================*/
.sp-hide {
  display: none;
}

.pc-hide {
  display: block;
}

/*================================
	Common parts
=================================*/
.btn {
  text-align: center;
}

.btn a {
  display: block;
  padding: 17px 0;
  line-height: 1;
}

.section-wrapper {
  padding: 0 8% 0;
  width: 100%;
}

/*================================
	Bottom common area
=================================*/
.bottom-common-area {
  background: #e5f1f4;
  padding: 100px 8%;
}

.bottom-common-area-item {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.20);
  padding: 30px 20px 20px;
}

.bottom-common-area-item:first-child {
  margin: 0 0 30px;
}

.bottom-common-area-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 20px;
}

.bottom-common-area-title::before {
  background: #00a3e0;
  content: "";
  display: inline-block;
  height: 4px;
  margin: 0 20px 0 0;
  vertical-align: middle;
  width: 15px;
}

.bottom-common-area-text {
  font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif;
  font-weight: 300;
  margin: 0 0 30px;
}

.bottom-common-area-btn a {
  background: #00a3e0;
  color: #fff;
  font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif;
  font-weight: 300;
  position: relative;
}

.bottom-common-area-btn .arrow {
  position: absolute;
  right: 3%;
}

/*================================
	SP header
=================================*/
.header {
/*  background: #fff;*/
  background: linear-gradient(
                              350deg,
                              transparent 0%,
                              transparent 50%,
                              #4fc1c0 50%,
                              #4fc1c0 100%);
              box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
  display: flex;
  height: 80px;
  justify-content: space-between;
  left: 0;
  top: 0;
  transition: all .5s;
  width: 100%;
  z-index: 80;
}

.header-bg-off {
  background: none;
  box-shadow: none;
}

.header-inner {
  padding: 0 0 0 6%;
}

.header-logo {
  line-height: 0;
  padding: 30px 0 0;
}

.header-logo img {
  height: 20px;
  width: 112px;
}

.header-global-nav,
.header-btn,
.hamburger-wrapper {
  display: none;
}

.header-btn.btn a {
  padding: 20px 0;
}

.main-nav a {
  color: #333;
  line-height: 1;
}

.main-nav .current-menu-item a {
  border-bottom: 1px solid #00a3e0;
  color: #00a3e0;
  padding: 0 0 2px;
}

.header-bg-off .main-nav a {
  color: #00a3e0
}

.header-bg-off .main-nav .current-menu-item a {
  border-bottom: 1px solid #fff;
  color: #fff;
}

/* sp-hamburger */
.sp-hamburger-btn {
  -webkit-appearance: none;
  background: #00a3e0;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: 50px;
  margin: 15px 15px auto;
  padding: 24px 20px;
  position: fixed;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 100;
}

.sp-hamburger-btn > span {
  display: block;
  position: relative;
}

.sp-hamburger-btn span span {
  background: #fff;
  border-radius: 2px;
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.4s ease-in-out;
  width: 26px;
}

.sp-recruit-btn {
  align-items: center;
  background: #00a3e0;
  border-radius: 1000px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  display: flex;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  right: 65px;
  visibility: initial;
  width: 125px;
}

.sp-recruit-btn.open {
  visibility: hidden;
}

.home-top-hamburger-btn {
  background: #fff;
}

.home-top-recruit-btn {
  background: #fff;
  color: #00a3e0;
}

.home-top-hamburger-btn span span {
  background: #00a3e0;
}

.home-top-hamburger-btn.overed span span {
  background: #00a3e0;
}

.sp-hamburger-btn span span:nth-child(1) {
  top: -8px;
}

.sp-hamburger-btn span span:nth-child(2) {
  top: 0;
}

.sp-hamburger-btn span span:nth-child(3) {
  top: 8px;
}

/* humbarger btn transform */
.sp-hamburger-btn.open {
  background: #00a3e0;
  box-shadow: none;
}

.sp-hamburger-btn.open span span {
  background: #fff;
}

.sp-hamburger-btn.open span span:nth-child(1) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0;
}

.sp-hamburger-btn.open span span:nth-child(2) {
  left: 50%;
  width: 0;
}

.sp-hamburger-btn.open span span:nth-child(3) {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 0;
}

/* SP hamburger inner */
.hamburger-wrapper {
  background: #00a3e0;
  color: #fff;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
  overflow-y: scroll;
}

.hamburger-top {
  margin: 0 0 80px;
}

.hamburger-logo {
  line-height: 0;
  padding: 30px 0 0 6%;
}

.hamburger-logo img {
  height: 20px;
  width: 112px;
}

.hamburger-wrapper a {
  color: #fff;
}

.sp-nav-home {
  margin-bottom: 3vh;
  text-align: center;
}

.sp-nav-home a {
  display: none;
  font-size: 2rem;
}

.sp-nav-home.current a {
  border-bottom: 1px solid #fff;
}

.hamburger-nav {
  margin: 0 0 6vh;
}

.hamburger-global-nav {
  text-align: center;
}

.hamburger-global-nav li a {
  font-size: 2rem;
}

.hamburger-global-nav li:not(:last-child) {
  margin: 0 0 30px;
}

.hamburger-global-nav .current-menu-item a {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.hamburger-header {
  margin-bottom: 44px;
}

.hamburger-header-btn {
  margin: 0 auto 20px;
  text-align: center;
  width: 315px;
}

.hamburger-header-btn a {
  align-items: center;
  background: #fff;
  border-radius: 3px;
  color: #00a3e0;
  display: flex;
  font-size: 2.1rem;
  justify-content: center;
  position: relative;
}
.hamburger-header-btn .arrow,
.job-seminar .arrow {
  transform: rotate(-90deg);
  position: absolute;
  right: 15px;
}

.hamburger-policy {
  font-size: 1.4rem;
  text-align: center;
  margin: 0 0 6vh;
}

.hamburger-policy a {
  margin-right: 0;
}

.hamburger-sns {
  text-align: center;
  width: 100%;
}

.hamburger-sns h2 {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 22px;
}

.hamburger-sns-list {
  border-top: 1px solid rgba(255, 255, 255, .5);
  display: flex;
}

.hamburger-sns-list li {
  width: 25%;
}

.hamburger-sns-list li:not(:last-of-type) {
  border-right: 1px solid rgba(255, 255, 255, .5);
}

.hamburger-sns-list li a {
  display: block;
  padding: 24px 0;
}

/*================================
	Footer
=================================*/
.footer {
  background: #00a3e0;
  color: #fff;
  padding: 80px 8% 30px;
}

.footer a {
  color: #fff;
}

.footer-top {
  margin: 0 0 50px;
}

.footer-logo {
  margin: 0 0 80px;
}

.footer-sns h2 {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 12px;
}

.footer-sns-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.footer-sns-list li:not(:last-child) {
  margin: 0 20px 0 0;
}

.footer-sns-list li img {
  vertical-align: middle;
}

.footer-middle {
  display: flex;
  flex-basis: auto;
  justify-content: space-between;
}

.footer-middle picture img, .footer-middle picture img source {
  height: 192px;
  width: 114px;
}

.footer-nav {
  margin: 0 0 56px;
}

.footer-nav-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  width: 750px;
}

.footer-nav-list li {
  margin: 0 26px 20px 0;
}

.footer-nav-list li a {
  line-height: 1;
}

.footer-nav-list li.current-menu-item a {
  text-decoration: underline;
}

.is_blog .footer-nav-list li.current-menu-item a {
  border: initial;
  padding: initial;
  text-decoration: none;
}

.footer-nav-list > li > a {
  display: block;
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 30px;
  pointer-events: none;
}

.footer-bottom {
  align-items: baseline;
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
}

.footer-policy {
  font-size: 1.4rem;
  line-height: 1;
  margin: 0;
}

.footer-policy a {
  margin-right: 20px;
  color: #fff;
}

.footer-copy {
  line-height: 1;
  margin-right: 30px;
}

.footer-copy small {
  font-size: 1.4rem;
}

.fixed-logo {
  display: none;
}

.mynavi-link {
  height: fit-content;
}

@media screen and (max-width: 960px) {
  .footer-middle picture img, .footer-middle picture img source {
    height: 150px;
    width: 89px;
  }

  .footer-top {
    margin-bottom: 70px;
  }

  .footer-middle {
    display: flex;
    flex-direction: column;
  }

  .footer-nav {
    margin: 0;
  }

  .footer-nav-list {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .footer-nav-list li {
    line-height: 0;
    margin: 0;
  }

  .footer-nav-list ul li {
    margin: 0 0 20px;
  }

  .footer-nav-list .sub-menu li {
    line-height: 0;
    margin: 0 30px 20px 0;
    padding: 20px 0 0 15px;
  }

  .footer-nav-list > li > a {
    margin-bottom: 30px;
  }

  .sub-menu {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    overflow: hidden;
  }

  .mynavi-link {
    margin-bottom: 78px;
  }

  .footer-middle .sp-footer-banner {
    display: block;
  }

  .job-seminar {
    background-color: #f5f9fa;
    border: 6px solid #00a3e0;
    border-radius: 6px;
    display: grid;
    gap: 50px;
    grid-auto-rows: minmax(auto, 413px, 50px);
    padding: 50px;
  }

  .seminar-btn a {
    width: 100.25% !important;
  }

  .main-order {
    order: 3;
  }

  .job-seminar img {
    justify-self: center;
    margin-top: 0 !important;
  }

  .seminar-list {
    margin: 0 120px;
  }
}


/*================================
	Parallax
=================================*/
.fadein {
  opacity: 0;
  transform: translate(0, 80px);
  -moz-transition: all .8s;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  -ms-transition: all .8s;
  transition: all .8s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (max-width: 320px) {
  /*================================
    Small sp header
  =================================*/
  /* sp-hamburger */
  .hamburger-top {
    margin: 0 0 6vh;
  }


  .hamburger-global-nav li a .home-second-title {
    font-size: 1.6rem;
  }


  .hamburger-global-nav li:not(:last-child) {
    margin: 0 0 18px;
  }


  .main-nav .current-menu-item a {
    padding: 0 0 6px;
  }

  .hamburger-nav {
    margin: 0 0 4vh;
  }


  .hamburger-header-btn {
    width: 220px;
  }

  .hamburger-header-btn a {
    padding: 10px 0 16px;
  }

  .hamburger-header-btn:last-child {
    margin-bottom: 44px;
  }

  .hamburger-sns h2 {
    margin: 0 0 14px;
  }


  .hamburger-sns-list li a {
    padding: 16px 0;
  }


  /*================================
    Small sp footer
  =================================*/
  .footer-nav-list li:not(:last-child) {
    margin: 0 18px 30px 0;
  }
}

@media screen and (max-height: 630px) {
  .hamburger-global-nav li:not(:last-child) {
    margin: 0 0 2vh;
  }


  .main-nav .current-menu-item a {
    padding: 0 0 4px;
  }

  p.education-movie.movie-wrap.fadein.scrollin {
    margin-right: -10%;
    margin-left: -10%;
  }

  p.company-movie.fadein.movie-wrap.scrollin {
    margin-right: -30px;
    margin-left: -30px;
  }

  p.office-movie.fadein.movie-wrap.scrollin {
    margin-right: -10%;
    margin-left: -10%;
  }

  .section-movie {
    margin-top: -140px;
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 960px) {
  /*================================
    Device hide settings
  =================================*/
  .sp-hide {
    display: block;
  }


  .pc-hide {
    display: none;
  }


  /*================================
    Common parts
  =================================*/
  .section-wrapper {
    padding: 0 30px;
    max-width: 1060px;
  }


  /*================================
    Bottom common area
  =================================*/
  .bottom-common-area {
    padding: 100px 0;
  }


  .bottom-common-area-inner {
    display: flex;
    justify-content: space-between;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
  }


  .bottom-common-area-item {
    max-width: 47.5%;
    padding: 30px;
  }


  .bottom-common-area-item:first-child {
    margin: 0;
  }


  .bottom-common-area-btn a:hover {
    background: #3ac9ff;
  }


  /*================================
    Hover settings
  =================================*/
  a:hover {
    opacity: .75;
  }


  .btn a:hover {
    opacity: 1;
  }


  .header-bg-off .main-nav a:hover {
    border-bottom: 1px solid #00a3e0;
    color: #00a3e0;
    padding: 0 0 12px;
    transition: all .5s;
  }


  .header-global-nav a:hover,
  .header-global-nav .current-menu-item a {
    border-bottom: 1px solid #00a3e0;
    color: #00a3e0;
    opacity: 1;
    padding: 0 0 12px;
    transition: all .5s;
  }


  .footer-nav-list a:hover {
    text-decoration: underline;
  }


  /*================================
    Hamburger hide
  =================================*/
  /* hamburger */
  .sp-hamburger-btn,
  .hamburger-wrapper {
    display: none;
  }


  /*================================
    PC header
  =================================*/
  /* header */
  .header-global-nav,
  .header-btn {
    display: block;
  }

  .header {
    display: block;
    height: 110px;
    padding: 30px 30px;
  }

  .fixed-header {
    background-color: initial;
    box-shadow: initial;
    /* position: fixed; */
    transition: initial;
  }

  .fixed-header .dropLabel {
    background: #00a3e0;
    color: #fff;
  }

  .fixed-header .main-nav a,
  .fixed-header #js-main-logo {
    transition: 0s;
    visibility: hidden;
  }

  .header-inner {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0;
  }


  .header-logo {
    padding: 0;
  }


  .header-logo img {
    height: 30px;
    width: 167px;
  }


  .header-nav {
    display: flex;
  }


  .header-global-nav {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    width: 76.5%;
  }


  .fixed-header .main-nav {
    display: none;
  }


  .fixed-header .header-logo {
    visibility: hidden;
  }


  .header-global-nav li {
    flex-shrink: 0;
    margin-right: 40px;
  }


  .main-nav .current-menu-item a {
    padding-bottom: 12px;
  }


  .header-btn {
    position: relative;
    visibility: initial;
    width: 250px;
  }

  .header-btn a:hover {
    background-color: #00a3e0;
    color: #fff;
  }

  .menu li {
    margin: 1px 0;
  }

  .menu a {
    background: #f5f9fa;
    color: #00a3e0;
    font-weight: 600;
    position: relative;
  }

  .menu {
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    display: none;
    list-style: none;
    opacity: 0;
    position: absolute;
    top: 43px;
    transition: 0.3s;
    width: 100%;
  }

  .dropLabel:hover + .menu,
  .menu:hover {
    display: block;
    opacity: 1;
    top: 53px;
    transition: 0.3s;
  }

  .dropLabel {
    align-items: center;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    color: #00a3e0;
    display: flex;
    justify-content: center;
    line-height: 1;
    padding: 17px 8px;
    position: relative;
    width: 250px;
  }

  .dropLabel::after {
    content: "";
    left: 0;
    padding: 10px;
    position: absolute;
    top: 100%;
    width: 250px;
  }

  .dropLabel:hover {
    background: #00a3e0;
    color: #fff;
    cursor: pointer;
  }

  .page_dropLabel {
    background: #00a3e0;
    color: #fff;
    cursor: pointer;
  }

  .dropLabel img {
    position: absolute;
    right: 15.5px;
  }

  .dropLabel img:last-of-type {
    opacity: 0;
  }

  .fixed-header img:last-of-type {
    opacity: 1;
  }

  .dropLabel:hover img,
  .fixed-header .dropLabel img {
    opacity: 1;
  }

  .page_dropLabel img {
    opacity: 0;
  }

  .page_dropLabel img:last-of-type {
    opacity: 1;
  }

  .item-1 {
    border-radius: 3px 3px 0 0;
  }

  .item-2 {
    border-radius: 0 0 3px 3px;
  }

  .animation {
    transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
  }

  /*================================
    PC footer
  =================================*/
  .footer {
    padding: 55px 0 30px;
  }


  .footer-inner {
    margin: 0 auto;
    max-width: 1000px;
  }


  .footer-top {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px;
  }


  .footer-logo {
    margin: 0;
  }


  .footer-sns {
    align-items: center;
    display: flex;
  }


  .footer-sns h2 {
    margin: 0 20px 0 0;
  }


  .footer-nav {
    margin: 0 0 36px;
  }


  .footer-nav-list > li {
    line-height: 0;
    margin: 0 30px 20px 0;
  }

  /*================================
    Parallax
  =================================*/
  .effect2 > .fadein:nth-of-type(2) {
    -moz-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    -ms-transition-delay: .2s;
    transition-delay: .2s;
  }


  .effect2 > .fadein:nth-of-type(3) {
    -moz-transition-delay: .4s;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    -ms-transition-delay: .4s;
    transition-delay: .4s;
  }


  .effect2 > .fadein:nth-of-type(4) {
    -moz-transition-delay: .6s;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    -ms-transition-delay: .6s;
    transition-delay: .6s;
  }


  .effect2 > .fadein:nth-of-type(5) {
    -moz-transition-delay: .8s;
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    -ms-transition-delay: .8s;
    transition-delay: .8s;
  }


  .effect2 > .fadein:nth-of-type(6) {
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
  }
}

@media screen and (min-width: 960px) and (max-width: 1040px) {
  .footer-inner {
    padding: 0 20px;
  }
}

/*================================
	PC header responsive
=================================*/
@media screen and (min-width: 960px) and (max-width: 1120px) {
  .header-global-nav li {
    margin: 0 4% 0 0;
  }
}

/*================================
	SP hamburger sideways
=================================*/
@media screen and (max-height: 420px) {
  .hamburger-top {
    margin: 0 0 10vh;
  }


  .hamburger-nav {
    margin: 0 0 4vh;
  }


  .hamburger-global-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }


  .hamburger-global-nav li {
    width: 28%;
  }


  .hamburger-global-nav li:not(:last-child) {
    margin: 0;
  }


  .hamburger-global-nav li:nth-child(-n+3) {
    margin: 0 0 3vh;
  }


  .hamburger-global-nav li a {
    font-size: 1.8rem;
  }


  .hamburger-global-nav .current-menu-item a {
    padding: 0 0 6px;
  }


  .hamburger-header-btn {
    width: 220px;
  }


  .hamburger-wrapper .btn a {
    padding: 12px;
  }


  .hamburger-sns h2 {
    margin: 0 0 12px;
  }


  .hamburger-sns-list li a {
    padding: 16px 0;
  }
}

@media screen and (max-height: 320px) {
  .hamburger-top {
    margin: 0 0 8vh;
  }


  .hamburger-global-nav li a {
    font-size: 1.6rem;
  }


  .hamburger-sns-list li a {
    padding: 12px;
  }
}

/*================================
	SP home
================================*/
/* home-fixed-bnr */
.home-fixed-bnr {
  display: none;
  bottom: 30px;
  max-width: 328px;
  position: fixed;
  right: 20px;
  width: 90%;
  z-index: 60;
}

.home-fixed-bnr.is-show {
  display: block;
}

.bnr-image {
  position: relative;
}

.bnr-image img {
  box-shadow: 0 0 8px rgba(0, 0, 0, .5);
}

.home-bnr-close-btn {
  position: absolute;
  top: -18px;
  right: -18px;
}

/* Main visual */
.home .mv {
  height: 100vh;
  margin: 0 0 120px;
  position: relative;
}

.mv-container {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 60;
}

.mv-movie {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mv-contents {
  color: #fff;
  display: none;
  left: 50%;
  max-width: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

.mv-title {
  font-size: 4rem;
  line-height: 1.7;
  letter-spacing: .4em;
  margin: 0 0 50px 1.2em;
}

.mv-text {
  font-weight: 400;
  line-height: 2;
  margin: 0 0 50px;
}

.scroll {
  left: 50%;
  max-height: 70px;
  position: relative;
  top: -105px;
  transform: translateX(-50%);
}

@media screen and (min-width: 960px) {
  .about-me {
    margin: 0 0 29px auto !important;
  }

  .home-pc {
    display: block;
  }

  .home-sp {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .home-pc {
    display: none;
  }

  .home-sp {
    display: block;
  }

  .home-page .home-role {
    margin: 0 auto 92px;
  }

  .mb-30 {
    margin-bottom: 30px;
  }

  .mv-text {
    margin: 0 8% 50px;
  }

  /*index.php*/
  .home-role-top-reverse {
    display: flex;
  }
}

@media screen and (max-width: 959px) {
  .home-role-top-reverse {
    flex-direction: column-reverse;
  }
}

.mv-btn {
  margin: 0 auto;
  width: 200px;
  position: relative;
}

.mv-btn a {
  background: #fff;
  color: #00a3e0;
  font-weight: 400;
}

.mv-btn .arrow {
  position: absolute;
  right: 8%;
}

/* Home-role */
.home-role {
  margin: 0 auto 89px;
}

.home-role-top {
  margin: 0 0 60px;
}

.letter-sp {
  letter-spacing: -0.05px;
}

.home-second-title {
  font-size: 2.1rem;
  margin: -9px 0 31px;
  background: -webkit-linear-gradient(330deg, #d8d3ea 0%, #ccf5fd 64%, #a9dfe7 64%, #ccf5fd 100%);
  background: linear-gradient(120deg, #d8d3ea 0%, #ccf5fd 64%, #a9dfe7 64%, #ccf5fd 100%);
}

.home-second-title02 {
  font-size: 2.1rem;
  margin: 23px 0 30px;
  background: -webkit-linear-gradient(330deg, #d8d3ea 0%, #ccf5fd 64%, #a9dfe7 64%, #ccf5fd 100%);
  background: linear-gradient(120deg, #d8d3ea 0%, #ccf5fd 64%, #a9dfe7 64%, #ccf5fd 100%);
}

.home-second-title::before, .home-second-title02::before {
  background: #00a3e0;
  content: "";
  display: inline-block;
  height: 4px;
  margin: 0 15px 0 0;
  vertical-align: middle;
  width: 15px;
}

.home-role-text-title {
  letter-spacing: -0.01rem;
  line-height: 2;
  margin: 0 0 31px;
  text-align: center;
  background-color: #f5f5f5;
}

.home-role-text-contact {
  letter-spacing: -0.01rem;
  line-height: 2;
  margin: 31px 0 31px;
  text-align: center;
  background-color: #f5f5f5;
}

.home-role-text {
  letter-spacing: -0.01rem;
  line-height: 2;
  margin: 0 0 31px;
}

.home-role-text02 {
  letter-spacing: -0.01rem;
  line-height: 2;
  margin: 0 0 35px;
}

.home-role img {
  width: 100%;
  height: auto;
}

.more-btn {
  margin: 0 0 50px auto;
  text-align: right;
  width: 200px;

}

.about-me {
  margin: 0 0 30px auto;
}

.home-role-top figure img {
  height: auto;
/*  margin-top: 15px; */
  max-width: 475px;
}

@media screen and (max-width: 960px) {
  .home-role-top figure img {
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .home-role-top figure img {
    max-height: 250px;
    max-width: 315px;
  }
}

.more-btn a {
  border-bottom: 1px solid #333;
  color: #333;
  display: inline-block;
  font-size: 1.4rem;
  padding: 0 0 16px;
  width: 200px;
}

.more-btn a::after {
  /*background: url(./images/common/more-arrow.svg) no-repeat top center;*/
  background-size: contain;
  content: "";
  display: inline-block;
  height: 17px;
  margin: 0 0 0 10px;
  vertical-align: middle;
  width: 17px;
}

.more-btn.blank-btn a::after {
  background-image: url(./images/common/icon-blank.svg);
}

.home-role-bottom a {
  color: #333;
  display: block;
}

.home-role-bottom-item:not(:last-child) {
  margin-bottom: 60px;
}

.home-third-title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 20px;
}

.home-third-title::after {
  background: url(./images/common/arrow-bold.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin: 0 0 0 20px;
  vertical-align: middle;
  width: 15px;
}

.home-third-title.icon-blank::after {
  background: url(./images/common/icon-blank.svg) no-repeat;
}

.about-contents-list .home-third-title::after {
  display: none;
}

.home-role-bottom-text {
  line-height: 2;
  margin: 0 0 30px;
}

/* Home-slider */

.home-slider .slick-list {
  padding: 0;
}

.home-slider-list {
  margin: 0 auto;
  max-width: 960px;
  overflow: visible;
  position: relative;
  width: 100%;
}

.home-slider-list img {
  height: auto;
  width: 100%;
}

.slick-arrow:hover {
  cursor: pointer;
}

.slick-dotted.slick-slider {
  margin: 0 auto;
}

.slides-current {
  display: inline-block;
}
.slides-current::after {
  content: " ー ";
  display: inline-block;
  margin: 0 0 0 16px;
}

.slides-total {
  color: #333;
  display: inline-block;
  margin: 0 0 0 16px;
}
/* Home-recruit */
.home-recruit {
  margin: 120px auto 120px;
}

.home-recruit-text {
  line-height: 2;
  margin: 0 0 80px;
}

.home-recruit-btn {
  text-align: center;
  width: 100%;
}

.home-recruit-btn a {
  position: relative;
  background-size: 18px 18px;
  border: 1px solid #333;
  color: #333;
  display: block;
  padding: 30px 0;
}

.home-recruit-btn .arrow {
  position: absolute;
  right: 3%;
}

.home-recruit-btn:first-child {
  margin: 0 0 30px;
}

.home-inner {
  display: flex;
  justify-content: space-between;
}

/* Home-blog */
.home-blog {
  background: #f5f9fa;
  padding: 120px 0;
  position: relative;
}

.home-blog-inner {
  padding: 0 8%;
  position: relative;
  width: 100%;
}

.home-blog-list-item a {
  display: block;
}

.home-blog-list-item {
  position: relative;
  padding: 0 0 38px;
}

.home-blog-list-item:not(:last-child) {
  margin: 0 0 50px;
}

.home-blog-list-info {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.home-blog-list-tmb {
  margin: 0 0 20px;
}

.home-blog-list-tmb img {
  height: auto;
  width: 100%;
}

.home-blog-list-info {
  margin: 0 0 20px;
}

.home-blog-list-cate a {
  background: #00a3e0;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 5px 8px;
}

.home-blog-list-date {
  line-height: 1;
}

.home-blog-list-title {
  margin: 0 0 30px;
}

.home-blog-list-title a {
  color: #333;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif;
  font-weight: 300;
  line-height: 2;
}

.home-blog-list-cate-link {
  border-top: 1px solid #333;
  bottom: 0;
  display: block;
  padding: 20px 0 0;
  position: absolute;
  text-align: right;
  width: 100%;
}

.home-blog-list-cate-link a {
  color: #333;
  font-size: 1.3rem;
}

.home-blog-list-cate-link a::after {
  background: url(./images/common/more-arrow.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 17px;
  margin: 0 0 0 10px;
  vertical-align: middle;
  width: 17px;
}

#blog-pickup-area {
  bottom: 30px;
  position: fixed;
  right: 30px;
  width: calc(100% - 60px);
  z-index: 60;
}

.blog-pickup-area-inner {
  position: relative;
}

.pickup-image-wrapper {
  overflow: hidden;
}

.blog-pickup-area-inner a:hover {
  opacity: 1;
}

.blog-pickup-icon {
  align-items: center;
  background: #000;
  border-radius: 20px;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  padding: 6px 15px;
  position: absolute;
  top: -13px;
  z-index: 1;
}

.blog-pickup-icon img {
  margin-right: 8px;
}

.blog-pickup-close {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  height: 25px;
  position: absolute;
  right: -12px;
  top: -13px;
  width: 25px;
  z-index: 1;
}

.blog-pickup-close span {
  cursor: pointer;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.blog-pickup-close span::before,
.blog-pickup-close span::after {
  background: #333;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 12px;
}

.blog-pickup-close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.blog-pickup-close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#blog-pickup-area a {
  background: #00a3e0;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  color: #fff;
  display: block;
  padding: 0 0 30px;
}

#blog-pickup-area a h2 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  margin: 30px 20px 0;
}

#blog-pickup-area a span {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  justify-content: flex-end;
  line-height: 1;
  margin-right: 20px;
  text-align: right;
}

#blog-pickup-area a span img {
  margin-left: 10px;
}

.post-categories li {
  display: inline-block;
}

.post-categories li:not(:last-child) {
  margin: 0 6px 6px 0;
}

/*================================
	Underlayer page common parts
=================================*/
body:not(.home) main {
  padding: 80px 0 0;
}

.page-catch {
  height: 40vh;
  position: relative;
}

.page-title-wrapper {
  background: #fff;
  padding: 40px 0 0 8%;
  position: absolute;
  top: 100%;
  width: 94%;
}

.page-en-title {
  color: #00a3e0;
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 0 5px;
}

.page-title {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
}

.page-title::after {
  /*background: #00a3e0*/;
  content: "";
  display: block;
  height: 1px;
  margin: 40px 0 0;
  width: 50px;
}

.page-title-wrapper.no-page-catch {
  position: relative;
  top: auto;
}

.read-text {
  font-size: 1.4rem;
  margin: 0 0 60px;
}

/*================================
	Service
================================*/
.service-page-catch {
  background: url(./images/service/service-page-head-bg-sp-1.jpg) no-repeat center;
  background-size: cover;
}

.page-service-ttl {
  margin: 0 auto 107px;
  max-width: 1100px;
  padding: 0 30px;
}

.page-service-sub-title.page-sub-title {
  letter-spacing: 0;
  margin: 0 0 32px;
}

.page-sub-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 50px;
}

.page-service-ttl-text {
  letter-spacing: 0;
}

.page-introduction {
  background: #fff;
  margin: 90px 0 120px;
  padding: 120px 8% 0;
}

.service-page .page-introduction {
  margin-bottom: 60px;
}

.page-introduction-text {
  font-size: 1.8rem;
  letter-spacing: 0;
}

.diagnosis-image {
  background: #f5f9fa;
  padding: 120px 0;
  margin: 0 0 120px;
}

.diagnosis-image-list {
  font-weight: 100;
  text-align: center;
}

.diagnosis-image-text {
  margin: 0 0 30px;
}

.diagnosis-image-list li:first-child::after,
.diagnosis-image-list-triple.diagnosis-image-list li:nth-child(2)::after {
  background: url(./images/service/security-hole-arrow-sp.png) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 46px;
  margin: 30px auto;
  width: 30px;
}

.diagnosis-image.diagnosis-last {
  margin-bottom: 0;
}

.diagnosis-image-only picture {
  display: block;
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 30px;
}

.diagnosis-image-list-triple li:not(:nth-of-type(2)) img {
  width: 53%;
}

.diagnosis-image-list-triple li:nth-of-type(2) img {
  width: 32%;
}

.diagnosis-flow {
  padding: 0 8% 120px;
}

.page-second-title {
  border-bottom: 1px solid #00a3e0;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 60px;
}

.diagnosis-flow-image {
  margin: 0 0 60px;
  text-align: center;
}

.diagnosis-details li {
  position: relative;
}

.diagnosis-details li:not(:last-child)::before {
  background: #ccc;
  content: "";
  display: inline-block;
  height: 110%;
  left: 20px;
  position: absolute;
  top: 40px;
  width: 1px;
}

.diagnosis-details li:last-of-type .diagnosis-details-text {
  letter-spacing: 1px;
}

.diagnosis-details-top {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 65px;
}

.diagnosis-details li:last-child .diagnosis-details-top {
  margin: 0;
}

.diagnosis-details-num {
  align-items: center;
  background: #00a3e0;
  border-radius: 40px;
  color: #fff;
  display: inline-flex;
  font-size: 1.8rem;
  height: 40px;
  justify-content: center;
  margin: 0 20px 0 0;
  width: 40px;
}

.diagnosis-details-title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
}

.diagnosis-details-top-text {
  font-weight: 500;
  margin: 20px 0 0 60px;
  line-height: 1.4;
}

.diagnosis-details-image {
  margin: 0 0 30px 60px;
  text-align: center;
}

.diagnosis-details-text {
  margin: 0 0 0 60px;
  letter-spacing: 0;
}

.service-category {
  border-bottom: 1px solid #00a3e0;
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 60px;
}

.service-block {
  box-shadow: 0 0 10px rgba(51, 51, 51, .15);
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 10px 10px 34px;
}

.service-block-one {
  padding-bottom: 22px;
}

.service-block-list {
  display: flex;
  flex-flow: column;
  gap: 30px;
}

.service-block-image {
  align-items: center;
  background: #f5f9fa;
  border-radius: 5px 5px 0 0;
  display: flex;
  height: 200px;
  justify-content: center;
}

.service-block-text {
  letter-spacing: 0;
  padding: 20px 10px 0;
  position: relative;
}

.service-block-text-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 14px;
}

.service-block-text-description {
  font-size: 1.6rem;
  line-height: 2.0;
  margin-bottom: 44px;
}

.service-block-text .more-btn {
  bottom: -7px;
  margin: 0;
  position: absolute;
  right: 8px;
}

.service-block-text-one .more-btn {
  bottom: 0;
}

.service-block-text .more-btn a {
  border: none;
  padding-bottom: 0;
}

.service-block-text .more-btn a:hover {
  border: none;
}

/* Service -child */
.service-child-page-catch {
  overflow: hidden;
  padding-top: 147%;
  position: relative;
}

.service-child-page-catch picture img {
  left: 50%;
  max-width: initial;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

.service-child-page-catch > div {
  left: 50%;
  padding: 0 8%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.service-child-page-catch .back-btn {
  font-size: 1.6rem;
  margin-bottom: 40px;
}

.service-child-page-catch .back-btn a {
  color: #fff;
}

.service-child-page-catch .back-btn a::before {
  background: url(./images/common/back-arrow.svg) no-repeat top center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 17px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 17px;
}

.service-child-page-catch header {
  margin-bottom: 50px;
}

.service-child-page-catch .page-en-title,
.service-child-page-catch .page-title {
  color: #fff;
}

.service-child-page-catch .page-title::after {
  display: none;
}

.service-child-sub-title {
  color: #fff;
  font-size: 1.8rem;
}

.page-recruit-wrap {
  padding-bottom: 120px;
}

.service-child-page-second-title {
  border-color: #333;
}

.page-recruit-wrap h3 {
  font-size: 1.8rem;
}

.service-child-page-btn:first-of-type {
  margin-bottom: 60px;
}

.service-child-page-btn .btn {
  margin-top: 20px;
}

.service-child-page-btn .btn a {
  border: 1px solid #333;
  padding: 30px 0;
  position: relative;
}

.service-child-page-btn .btn a .arrow {
  position: absolute;
  right: 3%;
}

.service-child-page-btn .btn a:hover {
  background: #00a3e0;
  border-color: #00a3e0;
  color: #fff;
  transition: all .5s;
}

.service-page-catch {
  margin-bottom: 187px;
  max-height: 300px;
}

.service-flow.diagnosis-flow {
  margin: 0 auto 112px;
  padding: 0 30px;
}

.service-flow-category {
  margin-bottom: 60px;
}

.service-feature,
.service-forte-list {
  align-items: center;
  display: flex;
  flex-flow: column;
  gap: 52px;
  margin: 0 auto 61px;
  max-width: 350px;
  width: 100%;
}

.service-feature-list,
.service-forte-list-item {
  max-width: 315px;
  text-align: center;
  width: 100%;
}

.service-feature-img {
  margin-bottom: 20px;
}

.service-feature-ttl {
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.service-feature-description {
  letter-spacing: 0;
}

.service-feature-text {
  font-size: 2.0rem;
  margin: 0 5px;
}

.service-forte {
  background-color: #f5f9fa;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 111px;
  padding: 114px 30px 53px;
  width: 100%;
}

.service-forte-img {
  margin-bottom: 25px;
}

.service-forte-group {
  margin: 0 auto;
  max-width: 1060px;
  width: 100%;
}

.service-forte-ttl {
  line-height: 1.5;
  margin-bottom: 15px;
}

.service-forte-text {
  font-size: 2.0rem;
  font-weight: 700;
  margin-left: 5px;
}

.service-common-section {
  background-color: #f5f9fa;
  padding: 118px 0 70px;
}

.service-section-inner {
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 30px;
}

.service-read-text {
  letter-spacing: 0;
  margin-bottom: 50px;
}

.service-read-text-title {
  border-bottom: 1px solid #00a3e0;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 21px;
}

/*================================
	Story
=================================*/
.story-page-catch {
  background: url(./images/story/story-page-head-bg-sp.png) no-repeat center center;
  background-size: cover;
  position: relative;
}

.story-chapter-title {
  border-bottom: 1px solid #00a3e0;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 60px;
}

.story-chapter-sub-title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 50px;
}

.story-chapter-text-wrapper strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 10px;
}

.story-chapter-text:not(:last-child) {
  margin: 0 0 40px;
}

.story-chapter-1 {
  margin: 0 0 120px;
  padding: 220px 8% 0;
}

.story-chapter-staff-image {
  margin: 60px 0;
}

.story-chapter-2 {
  margin: 0 0 120px;
}

.normal-text {
  color: #333;
  font-size: 1.6rem;
  left: 0.2em;
  position: relative;
  top: -30px;
}

/*================================
	Recruit
=================================*/
.inexperienced-page-catch {
  background: url(./images/recruit/inexperienced-page-haed-bg-sp.jpg) no-repeat center center / cover;
}

.career-page-catch {
  background: url(./images/recruit/career-page-haed-bg-sp.jpg) no-repeat center center / cover;
}

.new_graduate-page-catch {
  background: url(./images/recruit/new_graduate-page-haed-bg-sp.jpg) no-repeat center center / cover;
}

.work-system {
  margin: 0 0 120px;
  padding: 220px 8% 0;
  width: 100%;
}

.about-top {
  padding-top: 120px;
}

.recruit-feature h2 {
  border-bottom: 1px solid #00a3e0;
  display: inline-block;
  margin-bottom: 53px;
}

.recruit-feature .has-num-title-wrapper {
  margin: 0 0 43px;
}

.has-num-title-wrapper {
  display: flex;
  margin: 0 0 30px;
}

.work-system-title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 50px;
}

.work-system-list li:not(:last-child) {
  border-bottom: 1px solid #ddd;
  margin: 0 0 60px;
  padding: 0 0 60px;
}

.work-system-list .work-system-list-not-flex {
  display: block;
}

.work-system-list-flex {
  margin-bottom: 60px;
}

.recruit-page-num {
  color: #00a3e0;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 20px 0 0;
  position: relative;
  vertical-align: top;
}

.work-system-list-img {
  overflow-x: scroll;
  scrollbar-width: none;
  text-align: center;
}

.work-system-list-img::-webkit-scrollbar {
  width: 0;
}

.work-system-list-img img {
  max-width: 1000px;
  width: 100%;
}

.recruit-page-num::after {
  background: #00a3e0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 22px;
  width: 100%;
}

.work-system-list-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

.work-system-text {
  margin: 0 0 60px;
}

.seminar-title {
  line-height: 1.7;
  margin-bottom: 30px;
}

.work-system-image {
  text-align: center;
}

.work-system-image img {
  height: 175px;
  width: 175px;
}

.recruitment-type {
  background: url(./images/recruit/recruitment-type-bg-sp.jpg) no-repeat top center;
  background-size: cover;
  color: #fff;
  padding: 120px 8%;
}

.employment-status:not(:last-child) {
  margin: 0 0 60px;
}

.recruitment-type-title {
  border-bottom: 1px solid #fff;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 60px;
}

.employment-status-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 20px;
}

.recruitment-type-btn:not(:last-child) {
  margin: 0 0 20px;
}

.recruitment-type-btn a {
  position: relative;
  background: #fff;
  background-size: 16px 18px;
  color: #00a3e0;
  font-weight: 400;
  padding: 30px 0;
}

.recruitment-type-btn .arrow {
  position: absolute;
  right: 6%;
}

.about-apply {
  background: #f5f9fa;
  padding: 120px 0 0;
}

.about-apply-title {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 60px;
}

.about-apply-text {
  margin: 0 0 60px;
}

.apply-flow {
  background: #f5f9fa;
  padding: 60px 8% 120px;
}

.apply-flow-list {
  background: #fff;
  padding: 60px 7%;
  margin: 0 0 80px;
}

.apply-flow-list li:first-child {
  margin: 0 0 60px;
}

.apply-flow-title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}

.apply-flow-text {
  margin: 0 0 30px;
}

.page-full-btn a,
.page-half-btn a,
.page-third-btn a {
  position: relative;
  background: #fff;
  border: 1px solid #333;
  font-weight: 400;
  padding: 31px 0;
}

.page-full-btn a .arrow,
.page-half-btn a .arrow,
.page-third-btn a .arrow {
  position: absolute;
  right: 2%;
}

.page-half-btn:not(:last-child),
.page-third-btn:not(:last-child) {
  margin-bottom: 20px;
}

.recruit-contract h2 {
  font-weight: 600;
  margin: 0 0 60px;
}

.recruit-contract h2 + p {
  font-size: 18px;
  margin: 0 0 60px;
}

.recruit-contract .diagnosis-details-top {
  align-items: flex-start;
  flex-wrap: nowrap;
}

.recruit-contract .diagnosis-details-title {
  margin: 4px 0 12px;
}

.recruit-contract .diagnosis-details li:not(:last-child)::before {
  height: 120%;
}

.page-common-section-inner .recruit-container.blog {
  margin-top: 80px;
}

.recruit-container {
  display: flex;
  gap: 20px;
}

.recruit-item-2 {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  text-align: center;
}

.recruit-item-2 .arrow {
  height: 18px;
  right: 20px;
  transform: rotate(-90deg);
  width: 18px;
}

.job-btn a {
  align-items: center;
  display: flex;
  justify-content: center;
}

.job-btn .arrow {
  right: 15px;
  transform: rotate(-90deg);
}

.recruit-contract .recruit-btn,
.page-common-section .section-blog-card-list-more + .recruit-btn {
  margin-top: 80px;
}

.recruit-num,
.new-grad {
  background: url(./images/recruit/recruit-num-bg-sp.jpg) no-repeat top center / cover;
}

.recruit-num ul li:not(:last-of-type) {
  margin-bottom: 60px;
}

.recruit-num h3 {
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
}

.new-grad h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

.recruit-num h3 span {
  display: block;
  height: 50px;
  margin-bottom: 10px;
}

.recruit-num figure {
  text-align: center;
}

.inexperienced .recruit-num figure,
.new_graduate .recruit-num figure,
.career .recruit-num figure {
  height: 243px;
}

.inexperienced .recruit-num .has-num-title-wrapper,
.new_graduate .recruit-num .has-num-title-wrapper,
.career .recruit-num .has-num-title-wrapper {
  margin-bottom: 43px;
}

.inexperienced .about-top li,
.new_graduate .about-top li,
.career .about-top li {
  align-items: initial;
  gap: 100px;
}

.inexperienced .about-top .work-system-image,
.new_graduate .about-top .work-system-image,
.career .about-top .work-system-image {
  margin: auto 0;
}

.inexperienced .about-top h2,
.new_graduate .about-top h2,
.career .about-top h2 {
  border-bottom: 1px solid #00a3e0;
  display: inline-block;
  margin-bottom: 53px;
}

.inexperienced .work-system-list li:not(:last-child),
.new_graduate .work-system-list li:not(:last-child),
.career .work-system-list li:not(:last-child) {
  border-bottom: 1px solid #ddd;
  margin: 0 0 63px;
  padding: 0 0 60px;
}

.recruit-num-comment,
.recruit-num-job {
  background: #fff;
  margin-top: 50px;
  padding: 20px;
  position: relative;
}

.recruit-num-comment::before,
.recruit-num-job::before {
  background: #fff;
  clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
  content: "";
  height: 20px;
  left: 50%;
  position: absolute;
  top: -20px;
  transform: translateX(-50%);
  width: 20px;
}

.recruit-btn a {
  align-items: center;
  background: #3ac9ff;
  border: 1px solid #fff;
  display: flex;
  height: 80px;
  justify-content: center;
  width: 475px;
}

.seminar-btn a {
  align-items: center;
  border: none;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 425px;
}

.inexperienced .page-common-section-bg-2 .blog-card-list,
.new_graduate_list .blog-card-list,
.page-common-section-bg-2.career .blog-card-list {
  column-gap: 2.75%;
}

.cm_library-article-info a {
  color: #00a3e0;
}

@media screen and (min-width: 960px) {
  .recruit-contract .diagnosis-details-title {
    margin: 12px 0 50px;
  }

  .recruit-num,
  .new-grad {
    background: url(./images/recruit/recruit-num-bg.jpg) no-repeat top center / cover;
  }

  .recruit-num ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .recruit-num ul li {
    width: calc((100% - 100px) / 3);
  }

  .recruit-num ul li:nth-of-type(-n+3) .recruit-num-comment {
    height: calc(8em + 40px);
  }

  .recruit-num ul li:nth-of-type(-n+3) .recruit-num-job {
    height: calc(8em + 103px);
  }

  .recruit-num ul li:nth-last-of-type(-n+3) {
    margin-bottom: 0;
  }

  .recruit-num ul li:nth-last-of-type(-n+3) .recruit-num-comment {
    height: calc(6em + 40px);
  }

  .recruit-num ul li:nth-last-of-type(-n+3) .recruit-num-job {
    height: calc(6em + 103px);
  }

  .job-seminar {
    background-color: #f5f9fa;
    border: 6px solid #00a3e0;
    border-radius: 6px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 348px 50px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1000px;
    padding: 50px;
    row-gap: 15px;
  }

  .job-seminar-title {
    width: 425px;
  }

  .main-order {
    order: 2;
  }

  .job-seminar img:not(.arrow) {
    border-radius: 6px !important;
    height: 413px;
    margin: 0 0 0 auto;
    object-fit: cover;
  }

  .new-grad-comment {
    width: 730px;
  }

  .new-grad-list {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 50px;
    margin: 0 0 60px;
  }
  .new-grad-list:last-child {
    margin: 0;
  }
}

@media screen and (max-width: 1200px) {
  .work-system-list-img {
    text-align: left;
    width: calc(100vw - 100px);
  }

  .work-system-list-img img {
    width: 1000px;
  }
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  }

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }

  .top_access {
    display: flex;
}

.top_access_map {
  width: 47%;
}

.top_access_txt {
  width: 50%;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .work-system-list-img {
    width: calc(100vw - 8vw);
  }
}

@media screen and (max-width: 767px) {
  .recruit-container {
    flex-flow: column;
  }

  .recruit-item {
    width: 100%;
  }

  .recruit-item.diagnosis {
    margin-top: 0;
  }
}

/*================================
	Recruit detail
=================================*/
.recruit-underlayer-page-catch {
  background: url(./images/recruit-detail/recruit-detail-page-haed-bg-sp.jpg) no-repeat center center;
  background-size: cover;
}

.recruit-underlayer-page-catch.contract {
  background: url(./images/recruit-detail/recruit-detail-contract-page-head-bg-sp.jpg) no-repeat top center;
  background-size: cover;
}

.recruit-underlayer-page-catch.engineer {
  background: url(./images/recruit-detail/recruit-detail-engineer-page-head-bg-sp.jpg) no-repeat top center;
  background-size: cover;
}

.recruit-underlayer-page-catch.management-staff {
  background: url(./images/recruit-detail/recruit-detail-management-staff-page-head-bg-sp.jpg) no-repeat top center;
  background-size: cover;
}

.recruit-underlayer-page-catch.new {
  background: url(./images/recruit-detail/recruit-detail-new-page-head-bg-sp.jpg) no-repeat top center;
  background-size: cover;
}

.recruit-underlayer-page-catch.shotwork {
  background: url(./images/recruit-detail/recruit-detail-shotwork-page-head-bg-sp.jpg) no-repeat top center;
  background-size: cover;
}

.work-type-desc {
  padding: 96px 8% 0;
  margin: 0 0 120px;
  width: 100%;
}

.work-type-desc-text {
  margin: 0 0 60px;
}

.work-type-desc-text .work-underline {
  font-weight: 500;
  text-decoration: underline;
}

.evaluation-system {
  margin: 0 0 120px;
}

.evaluation-system-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 60px;
}

.evaluation-system-title-line {
  border-bottom: 1px solid #00a3e0;
  display: inline-block;
}

.evaluation-system-title-line:first-child {
  margin: 0 0 5px;
}

.evaluation-system-step li:not(:last-child) {
  margin: 0 0 30px;
}

.evaluation-system-step-title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 24px 20px;
}

.evaluation-system .accordion-cont {
  padding: 20px;
}

.evaluation-system-skill {
  margin: 0 0 20px;
}

.employment-conditions li {
  background: #fff;
  line-height: 1.4;
  padding: 20px;
}

.employment-conditions li:first-child {
  margin: 0 0 10px;
}

.recruit-info {
  margin: 0 0 120px;
}

.recruit-regular-detail-page .recruit-info {
  padding: 96px 8% 0;
}

.recruit-info-title {
  border-bottom: 1px solid #00a3e0;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 60px;
}

.recruit-info-management-staff-title {
  font-size: 2.2rem;
}

.recruit-info-cont {
  background: #f5f9fa;
  padding: 60px 6.5%;
  margin: 0 0 80px;
}

.recruit-info-cont-item:not(:last-child) {
  border-bottom: 1px solid #ddd;
  margin: 0 0 60px;
  padding: 0 0 60px;
}

.recruit-info-cont-item:last-child {
  margin: 0;
}

.recruit-info-cont-title {
  font-weight: 500;
  margin: 0 0 20px;
}

.recruit-info-cont-item dd {
  margin: 0;
}

.recruit-info-cont-text {
  letter-spacing: 0;
}

.recruit-info-cont-text-mb {
  margin: 0 0 40px;
}

.recruit-info-cont-sub-title {
  font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif;
  font-weight: 300;
}

.recruit-info-cont-list-mb {
  margin: 0 0 40px;
}

.recruit-info-cont-list li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.recruit-info-cont-list li::before {
  content: "■";
  margin: 0 3px 0 0;
}

.recruit-info-cont-item address {
  font-style: normal;
  margin: 0 0 36px;
}

/*================================
	Member
=================================*/
.member-article-page-catch {
  background: url(./images/member/member-page-head-bg-sp.jpg) no-repeat center center;
  background-size: cover;
  margin: 0 0 200px;
}

.member-card-list-item {
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  padding: 20px;
}

.member-card-list-item:not(:last-of-type) {
  margin-bottom: 30px;
}

.member-card-img {
  margin-bottom: 20px;
}

.member-card-list-item h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.member-card-blog-icon {
  background: #3ac9ff;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin: 20px 0 10px;
  padding: 7px 14px;
}

.member-card-blog {
  font-size: 16px;
  font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif;
  font-weight: 300;
}

.member-card-blog:hover a {
  text-decoration: underline;
}

.member-card-blog a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.member-cat #menu-member-category-parent-nav li:first-of-type a {
  border-color: #ddd;
  color: #333;
}

/*================================
	job
=================================*/
.job-article-page-catch {
  background: url(./images/job/job-page-head-bg-sp.jpg) no-repeat center center / cover;
  margin: 0 0 200px;
}

.job-article-list li.is-hidden {
  display: none;
}

.job-article-list .blog-card-img {
  margin-bottom: 30px;
  position: relative;
}

.job-article-list .blog-card-img span {
  background: #fff;
  border: 1px solid #00a3e0;
  bottom: -15px;
  font-size: 1.6rem;
  left: 0;
  padding: 0 8px;
  position: absolute;
}

.job-article-list .blog-card-img span a {
  color: #00a3e0;
}

.job-article-list .job-card-img span {
  background: #fff;
  border: 1px solid #00a3e0;
  bottom: -15px;
  font-size: 1.6rem;
  left: 0;
  padding: 0 8px;
  position: absolute;
}

.job-card-img {
  position: relative;
}

.recruit-page .job-article-list .job-card-img span {
  background: #fff;
  border: 1px solid #00a3e0;
  bottom: -15px;
  font-size: 1.6rem;
  left: 0;
  padding: 0 8px;
  position: absolute;
  top: initial;
}

.job-article-list .job-card-img span a {
  color: #00a3e0;
}

.job-article-list .blog-card-title {
  border-bottom: 1px solid #ddd;
  font-weight: 400;
  margin-bottom: 18px;
  padding: 25px 0 18px 0;
}

.job-article-list .blog-card-title-1 {
  margin-top: -5px;
  padding-top: 0px;
}

.job-article-info dl {
  display: flex;
  margin: 0;
}

.job-article-info dt {
  font-weight: 400;
  min-width: 36px;
}

.job-article-info dd {
  margin-left: 20px;
}

.job-cat #menu-job-category-parent-nav li:first-of-type a {
  border-color: #ddd;
  color: #333;
}

/*================================
  job detail
=================================*/
.job-detail-page-catch {
  background: transparent;
  height: auto;
  margin-bottom: 60px;
  padding-top: calc(40vh * 0.65);
}

.job-detail-page-catch::before {
  background: url(./images/job/job-page-head-bg-sp.jpg) no-repeat center center / cover;
  content: "";
  height: 40vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.job-detail-page-catch .page-title-wrapper {
  position: relative;
}

.job-detail-head-area {
  margin-top: 30px;
  padding-bottom: 60px;
}

.job-detail-head-title-area .blog-detail-head-data {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.job-detail-head-title-area .blog-detail-head-data span {
  border: 1px solid;
  color: #00a3e0;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 15px 20px 0;
  padding: 10px;
}

.job-detail-head-title-area .blog-detail-title {
  line-height: 2;
  margin-bottom: 30px;
}

.job-detail-head-btn {
  display: contents;
}

.job-detail-head-btn-sp {
  display: flex;
  flex-direction: column;
}

.job-detail-head-btn-sp .job-detail-title {
  margin-bottom: 0;
}

.job-detail-head-btn-area {
  order: 3;
}

.job-detail-head-btn-area a {
  align-items: center;
  background: #00a3e0;
  color: #fff;
  display: flex;
  font-weight: 400;
  height: 80px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.job-detail-head-btn-area a img {
  position: absolute;
  right: 6%;
}

.job-tag-list {
  margin-bottom: 12px;
}

.job-detail-content-outer .blog-detail-content-wrap h2 {
  margin-top: 80px;
}

.job-detail-table-wrap {
  padding: 120px 0;
}

.job-detail-table-wrap h2 {
  font-weight: 500 !important;
  margin-bottom: 50px;
}

.job-detail-table-wrap table {
  border-collapse: collapse;
  width: 100%;
}

.job-detail-table-wrap table th,
.job-detail-table-wrap table td {
  border: 1px solid #ddd;
  display: block;
  padding: 20px;
  width: 100%;
}

.job-detail-table-wrap table th {
  background: #00a3e0;
  color: #fff;
  font-weight: 500;
  text-align: left;
}

.job-detail-table-wrap table td {
  background: #fff;
}

.job-detail-table-wrap table li {
  list-style: none;
  padding-left: 1em;
  position: relative;
}

.job-detail-table-wrap table li::before {
  content: "■";
  left: 0;
  position: absolute;
  top: 0;
}

.job-detail-table-wrap table td p + p,
.job-detail-table-wrap table td ul + p,
.job-detail-table-wrap table td li + p {
  margin-top: 1em;
}

.job-detail-form-wrap {
  padding-top: 100px;
  position: relative;
}

.job-detail-form-wrap::before {
  background: #f5f9fa;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  content: "";
  height: 40px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 60px;
}

.job-detail-form-wrap h2 {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}

.job-detail-form-wrap h2 span {
  display: block;
  margin-bottom: 20px;
}

.job-detail-form-wrap .mw_wp_form_input .page-title-wrapper,
.job-detail-form-wrap .mw_wp_form_input .job-form-input {
  display: none;
}

.job-detail-form-wrap .job-form-input > div:first-child {
  margin-right: 10px;
}

.job-detail-form-wrap .mw_wp_form_confirm .contact-form .page-common-section {
  padding-top: 60px;
}

.mw-confirm .job-detail,
.mw-confirm .job-detail-table-wrap,
.mw-confirm .job-detail-form-wrap::before,
.mw-confirm .job-detail-form-wrap h2,
.mw-confirm .bottom-common-area {
  display: none;
}

.mw-confirm .job-detail-form-wrap {
  padding-top: 0;
}

@media screen and (min-width: 961px) {
  .home-role-top {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 960px) {
  /*================================
    Home
  ================================*/
  /* Home-fixed-bnr */
  .home-fixed-bnr {
    bottom: 20px;
    max-width: 612px;
    right: 20px;
    width: 100%;
  }


  .home-bnr-close-btn:hover {
    cursor: pointer;
  }


  /* Main visual */
  .home .mv {
    height: 100vh;
  }


  .mv-container {
    height: 100%;
    width: 100%;
  }


  .mv-movie {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }


  .mv-title {
    font-size: 7rem;
    font-weight: 500;
  }


  .mv-btn a:hover {
    background: #3ac9ff;
    color: #fff;
  }


  .mv-btn .arrow {
    position: absolute;
    right: 8%;
  }

  #loader-bg {
    position: fixed;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #00a3e0;
    z-index: 100;
  }

  .home-second-title {
    font-size: 2.4rem;
    margin: 30px 0;
  }

  #loader-bg img {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
  }


  /* Home role */
  .home-role-top {
    display: flex;
    justify-content: space-between;
  }


  .home-second-title02 {
    font-size: 2.4rem;
    margin: 28px 0;
  }


  .home-role-top-text {
    margin: 0;
    padding: 0;
    width: 47.5%;
  }


  .home-role-top-text-pd {
    margin: 0 0;
    padding: 15px 0 0;
    width: 47.5%;
  }

  .more-btn {
    width: 200px;
  }


  .more-btn a:hover {
    border-bottom: 1px solid #00a3e0;
    color: #00a3e0;
    opacity: 1;
  }


  .more-btn a:hover::after {
    background: url(./images/common/more-arrow-hover.svg) no-repeat;
    background-size: contain;
    opacity: 1;
    transition: all .5s;
  }


  .more-btn.blank-btn a:hover::after {
    background-image: url(./images/common/icon-blank-hover.svg);
  }


  .home-role-top figure {
    width: 47.5%;
  }


  .home-role-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 120px;
  }


  .home-role-bottom-item {
    width: 47.5%
  }


  .home-role-bottom-item:not(:last-child) {
    margin-bottom: 0;
  }


  .home-role-bottom-item:nth-child(-n + 2) {
    margin-bottom: 80px;
  }


  .home-role-story {
    margin: 0;
  }


  /* Home slider */
  .home-slider .slick-list {
    overflow: visible;
  }


  .home-slider-list {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    width: 100%;
  }


  .slider-prev {
    left: 42%;
  }


  .slider-next {
    left: 58%;
  }


  .slider-prev::before {
    background: url(./images/home/slider-prev.svg) no-repeat;
    background-color: rgba(0, 0, 0, .3);
    background-position: center;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 50px;
    left: 4%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    z-index: 10;
  }

  .slider-next::before {
    background: url(./images/home/slider-next.svg) no-repeat;
    background-color: rgba(0, 0, 0, .3);
    background-position: center;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 50px;
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%) scale(-1, 1);
    width: 50px;
    z-index: 10;
  }

  .slick-arrow:hover {
    cursor: pointer;
  }


  .slick-counter {
    left: 75%;
    padding: 24px 90px;
    text-align: center;
    transform: translateX(-150%);
  }


  .slick-arrow:hover {
    cursor: pointer;
  }

  .slide-dots {
    height: 0;
    line-height: 0;
    text-align: center;
  }

  .slide-dots li {
    display: inline-block;
    margin: 0 5px;
  }

  .slide-dots button {
    background-color: transparent;
    border: 1.5px solid #fff;
    border-radius: 50%;
    color: transparent;
    display: block;
    height: 9px;
    outline: none;
    padding: 0;
    position: relative;
    top: -39px;
    width: 9px;
  }

  .slide-dots .slick-active button {
    background: #fff;
  }


  /* Home recruit */
  .home-recruit-btn-area {
    display: flex;
    justify-content: space-between;
    margin: 0 0 120px;
  }


  .home-recruit-btn {
    text-align: center;
    width: 48%;
  }


  .home-recruit-btn a:hover {
    background: #00a3e0;
    background-size: 18px 18px;
    border: 1px solid #00a3e0;
    color: #fff;
    transition: all .5s;
  }


  .home-recruit-btn:first-child {
    margin: 0;
  }


  /* Home blog */
  .home-blog-inner {
    padding: 0 30px;
    max-width: 1060px;
    margin: 0 auto;
  }


  .home-blog-list {
    display: flex;
    flex-wrap: wrap;
  }


  .home-blog-list-item:first-child .home-blog-list-tmb img {
    height: 572px;
  }


  .home-blog-list-item:first-child .home-blog-list-tmb {
    position: relative;
  }


  .home-blog-list-item:first-child .home-blog-list-tmb::after {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
    bottom: 0;
    content: "";
    height: 200px;
    left: 0;
    position: absolute;
    width: 100%;
  }


  .home-blog-list-item:first-child .home-blog-list-info {
    position: absolute;
    top: 468px;
  }


  .home-blog-list-item:first-child .home-blog-list-info .home-blog-list-cate {
    margin-left: 20px;
  }


  .home-blog-list-item:first-child .home-blog-list-info time {
    color: #fff;
    font-size: 1.6rem;
    margin-left: 20px;
  }


  .home-blog-list-item:first-child .home-blog-list-cate-link {
    border: none;
    padding: 0;
    position: static;
  }


  .home-blog-list-item:first-child .home-blog-list-title {
    margin-left: 20px;
    position: absolute;
    top: 510px;
  }


  .home-blog-list-item:first-child .home-blog-list-title a {
    color: #fff;
    font-size: 1.6rem;
  }

  .home-blog-list-tmb img {
    height: 172px;
    object-fit: cover;
  }


  .home-blog-list-item {
    width: 30%;
  }


  .home-blog-list-item:first-child {
    width: 100%;
  }

  .home-blog-list-item:nth-of-type(n + 3) {
    margin-left: 50px !important;
  }


  .home-blog-list-item:not(:last-child) {
    margin: 0;
  }


  .home-blog-list-cate a:hover {
    background: #3ac9ff;
    opacity: 1;
  }


  .home-blog-list-title a:hover {
    opacity: 1;
    text-decoration: underline;
  }


  .home-blog-list-cate-link a:hover {
    color: #00a3e0;
    opacity: 1;
  }


  .home-blog-list-cate-link a:hover::after {
    background: url(./images/common/more-arrow-hover.svg) no-repeat;
    background-size: contain;
    opacity: 1;
    transition: all .5s;
  }

  #blog-pickup-area {
    display: none;
    max-width: 550px;
    position: fixed;
  }

  #blog-pickup-area a h2 {
    font-size: 2rem;
    line-height: 2;
    margin: 30px 20px 0;
  }

  #blog-pickup-area .pickup-image {
    height: auto;
    max-height: 368px;
    max-width: 100%;
    object-fit: contain;
  }


  /*================================
    Underlayer page common parts
  =================================*/
  body:not(.home) main {
    padding: 110px 0 0;
  }


  .page-catch {
    height: auto;
    margin: 0 auto 60px;
    max-width: 1440px;
    padding: 280px 0 0;
  }


  .page-title-wrapper {
    padding: 70px 50px 0;
    margin: 0 auto 60px;
    max-width: 1100px;
    position: static;
  }


  .job-detail-form-wrap .page-title-wrapper {
    padding: 70px 20px 0;
  }


  .page-title {
    font-size: 3.2rem;
  }


  .page-title::after {
    margin: 50px 0 0;
  }


  /*================================
    Service
  =================================*/
  .service-page-catch {
    background: url(./images/service/service-page-head-bg-1.jpg) no-repeat top center;
    background-size: 1440px 400px;
    margin-bottom: 195px;
    max-height: none;
  }

  .page-introduction {
    padding: 0 50px;
    max-width: 1100px;
    margin: 0 auto 120px auto;
    width: 94%;
  }


  .diagnosis-image {
    padding: 120px 0 110px;
  }


  .diagnosis-image-text-over {
    white-space: nowrap;
  }


  .diagnosis-image-list {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }


  .diagnosis-image-list li {
    max-width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }


  .diagnosis-image-list li:first-child,
  .diagnosis-image-list-triple.diagnosis-image-list li:nth-child(2) {
    position: relative;
  }


  .diagnosis-image-list li:first-child::after {
    background: url(./images/service/security-hole-arrow.png) no-repeat;
    height: 30px;
    left: 100%;
    margin: 0 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
  }


  .diagnosis-image-list-triple.diagnosis-image-list li {
    max-width: 18.9%;
  }


  .diagnosis-image-list-triple.diagnosis-image-list li img {
    max-height: 181px;
    width: auto;
  }


  .diagnosis-image-list-triple.diagnosis-image-list li:first-child::after {
    margin: 0 88px;
  }


  .diagnosis-image-list-triple.diagnosis-image-list li:nth-child(2)::after {
    background: url(./images/service/security-hole-arrow.png) no-repeat;
    height: 30px;
    left: 100%;
    margin: 0 88px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
  }


  .diagnosis-flow {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 30px 120px;
  }


  .diagnosis-flow-image {
    margin: 0 0 70px;
  }


  .diagnosis-details-num {
    font-size: 2rem;
    height: 60px;
    width: 60px;
  }


  .diagnosis-details-top-text {
    margin: 0 0 0 10px;
  }


  .diagnosis-details-top-text::before {
    color: #ddd;
    content: "／";
    display: inline-block;
    margin: 0 10px 0 0;
  }


  .diagnosis-details-description {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 80px;
  }


  .diagnosis-details-image {
    margin: 0;
  }


  .diagnosis-details-image img {
    max-width: 300px;
  }


  .diagnosis-details-text {
    margin: 0 0 0 48px;
  }


  .diagnosis-details li:not(:last-child)::before {
    left: 30px;
    top: 60px;
  }

  .service-block,
  .service-block-one {
    flex-direction: row;
    gap: 0;
    height: 260px;
    padding: 10px;
  }

  .service-block-list {
    gap: 50px;
  }

  .service-block-image {
    border-radius: 5px 0 0 5px;
    height: auto;
    min-width: 306px;
    width: 35%;
  }

  .service-block-text {
    letter-spacing: 0;
    padding: 26px 30px 0;
  }

  .service-block-text-ttl {
    line-height: 1.4;
    margin-bottom: 19px;
  }

  .service-block-text .more-btn,
  .service-block-text-one .more-btn {
    bottom: 26px;
    right: 28px;
  }

  .service-child-page-catch {
    margin-bottom: 100px;
    padding: 60px 0;
  }

  .service-child-page-catch picture img {
    height: 100%;
    width: auto;
  }

  .service-child-page-catch > div {
    left: 0;
    margin: 0 auto;
    max-width: 1060px;
    padding: 0 30px;
    position: relative;
    top: 0;
    transform: none;
    width: 94%;
  }

  .service-page .page-introduction {
    max-width: 1060px;
    padding: 0 30px;
  }

  .service-page .section-saas {
    padding-bottom: 60px;
  }

  .page-recruit-wrap {
    margin: 0 auto;
    max-width: 1060px;
    padding: 0 30px 120px;
    width: 94%;
  }

  .service-child-page-btn {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .service-child-page-btn .btn {
    margin: 0;
    width: calc((100% - 100px) / 3);
  }

  .service-child-page-btn li:not(:last-of-type) {
    margin-right: 50px;
  }

  .page-service-ttl {
    margin-bottom: 105px;
    padding: 0 50px;
  }

  .service-page-catch {
    margin-bottom: 60px
  }

  .service-forte-group {
    padding: 0 30px;
  }

  .service-feature,
  .service-forte-list {
    align-items: start;
    flex-flow: wrap;
    gap: unset;
    justify-content: space-between;
    max-width: 1000px;
  }

  .service-feature-list,
  .service-forte-list-item {
    max-width: 313px;
    width: 31.3%;
  }

  .service-flow.diagnosis-flow {
    max-width: 1100px;
    padding: 0 50px;
  }

  .service-flow-category {
    margin-bottom: 50px;
  }

  .service-block-text {
    padding: 20px;
  }

  .service-more-btn {
    margin-top: 45px
  }

  .service-common-section {
    padding: 125px 0 100px;
  }

  .service-read-text-title {
    margin-bottom: 50px;
  }

  /*================================
    Story
  =================================*/
  .story-chapter-1 {
    margin: 0 auto 120px auto;
    max-width: 1100px;
    padding: 0 46px;
    width: 94%;
  }


  .story-chapter-text {
    letter-spacing: 0;
  }

  .story-chapter-2 {
    margin: 0 auto 120px auto;
  }


  .story-page .page-common-section-inner {
    padding: 0 20px;
  }


  /*================================
    Recruit
  =================================*/
  .inexperienced-page-catch {
    background: url(./images/recruit/inexperienced-page-head-bg.jpg) no-repeat top center;
    background-size: 1440px 400px;
    margin: 0 auto 60px;
  }

  .career-page-catch {
    background: url(./images/recruit/career-page-haed-bg.jpg) no-repeat top center;
    background-size: 1440px 400px;
    margin: 0 auto 60px;
  }

  .new_graduate-page-catch {
    background: url(./images/recruit/new_graduate-page-haed-bg.jpg) no-repeat top center;
    background-size: 1440px 400px;
    margin: 0 auto 60px;
  }

  .work-system {
    margin: 0 auto 120px;
    max-width: 1100px;
    padding: 0 50px;
    width: 94%;
  }

  .about-top {
    padding-top: 120px;
  }

  .work-system-list li {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .work-system-list-flex {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }


  .work-system-list-pc-left {
    width: 75%;
  }


  .work-system-image {
    width: 15%;
  }


  .work-system-image img {
    height: 150px;
    width: 150px;
  }


  .has-num-title-wrapper {
    margin: 0 0 25px;
  }


  .work-system-text {
    letter-spacing: 0;
    margin: 0;
  }


  .recruit-page .page-common-section-inner,
  .career .page-common-section-inner {
    padding: 0 50px;
  }

  .recruitment-type {
    background: url(./images/recruit/recruitment-type-bg.png) no-repeat top center;
    background-size: cover;
  }


  .recruitment-type {
    padding: 120px 0;
  }


  .recruitment-type-inner {
    margin: 0 auto;
    max-width: 1060px;
    padding: 0 30px;
  }


  .recruitment-type-list {
    display: flex;
    justify-content: space-between;
  }


  .recruitment-type-list li {
    width: 30%;
  }


  .recruitment-type-btn a:hover {
    background: #3ac9ff;
    background-size: 16px 18px;
    color: #fff;
  }


  .recruitment-type-btn:not(:last-child) {
    margin: 0;
  }


  .employment-status-bottom {
    display: flex;
    justify-content: flex-start;
  }


  .employment-status-bottom .employment-status {
    margin: 0;
    width: 30%;
  }

  .employment-status-bottom .employment-status + .employment-status {
    margin-left: 5%;
  }


  .employment-status-bottom .recruitment-type-list li {
    width: 100%;
  }


  .about-apply {
    padding: 120px 0;
  }

  .about-apply-title {
    border-bottom: 1px solid #00a3e0;
  }


  .about-apply .section-wrapper {
    margin: 0 auto;
    max-width: 1060px;
  }


  .apply-flow {
    background: initial;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1060px;
  }


  .apply-flow-list {
    padding: 100px;
  }


  .apply-flow-list li:first-child {
    margin: 0 0 80px;
  }


  .apply-flow-list .recruit-page-num {
    font-size: 1.8rem;
  }


  .apply-flow-title {
    font-size: 2.4rem;
  }


  .recruit-page-num::after {
    bottom: 0;
    top: initial;
  }


  .apply-flow-list .has-num-title-wrapper {
    margin: 0 0 30px;
  }


  .apply-flow-text {
    letter-spacing: .2px;
  }


  .page-full-btn a,
  .page-half-btn a,
  .page-third-btn a {
    background-position: 98% center;
  }


  .page-full-btn a:hover,
  .page-half-btn a:hover,
  .page-third-btn a:hover {
    background: #3ac9ff;
    border: 1px solid #3ac9ff;
    color: #fff;
  }

  .page-half-btn-wrap,
  .page-third-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .page-half-btn {
    margin-bottom: 0;
    width: 45%;
  }

  .page-third-btn {
    margin-bottom: 0;
    width: 30%;
  }


  /*================================
    Recruit detail
  =================================*/
  .recruit-underlayer-page-catch {
    background: url(./images/recruit-detail/recruit-detail-page-haed-bg.jpg) no-repeat top center;
    background-size: 1440px 400px;
    margin: 0 auto 60px;
  }


  .recruit-underlayer-page-catch.contract {
    background: url(./images/recruit-detail/recruit-detail-contract-page-head-bg.jpg) no-repeat top center;
    background-size: 1440px 400px;
    margin: 0 auto 60px;
  }


  .recruit-underlayer-page-catch.engineer {
    background: url(./images/recruit-detail/recruit-detail-engineer-page-head-bg.jpg) no-repeat top center;
    background-size: 1440px 400px;
    margin: 0 auto 60px;
  }


  .recruit-underlayer-page-catch.management-staff {
    background: url(./images/recruit-detail/recruit-detail-management-staff-page-head-bg.jpg) no-repeat top center;
    background-size: 1440px 400px;
    margin: 0 auto 60px;
  }


  .recruit-underlayer-page-catch.new {
    background: url(./images/recruit-detail/recruit-detail-new-page-head-bg.jpg) no-repeat top center;
    background-size: 1440px 400px;
    margin: 0 auto 60px;
  }


  .recruit-underlayer-page-catch.shotwork {
    background: url(./images/recruit-detail/recruit-detail-shotwork-page-head-bg.jpg) no-repeat top center;
    background-size: 1440px 400px;
    margin: 0 auto 60px;
  }


  .work-type-desc {
    padding: 0 50px;
    margin: 0 auto 120px;
    max-width: 1100px;
  }


  .evaluation-system {
    margin: 0 auto 120px;
  }


  .evaluation-system-title {
    border-bottom: 1px solid #00a3e0;
    display: inline-flex;
  }


  .evaluation-system-title-line {
    border: none;
  }


  .evaluation-system-title-line:first-child {
    margin: 0;
  }


  .evaluation-system-step-title {
    font-size: 1.8rem;
    padding: 32px 20px;
  }


  .evaluation-system .accordion-cont {
    padding: 50px;
  }


  .evaluation-system-skill {
    margin: 0 0 30px;
  }


  .employment-conditions {
    display: flex;
    justify-content: space-between;
  }


  .employment-conditions li {
    width: 49%;
  }


  .employment-conditions li:first-child {
    margin: 0;
  }


  .recruit-info {
    margin: 0 auto 120px;
  }


  .recruit-info-management-staff-title {
    font-size: 2.4rem;
  }


  .recruit-regular-detail-page .recruit-info {
    padding: 0 30px;
  }


  .recruit-info-cont {
    padding: 100px;
  }


  .recruit-info-cont-item {
    display: flex;
  }


  .recruit-info-cont-title {
    margin: 0 20px 0 0;
    width: 100px;
  }


  .recruit-info-cont-item dd {
    max-width: 650px;
    width: 83%;
  }


  .recruit-info-cont-list {
    letter-spacing: 0;
  }

  /*================================
    Member
  =================================*/
  .member-article-page-catch {
    background: url(./images/member/member-page-head-bg.jpg) no-repeat top center;
    background-size: 1440px 400px;
    margin: 0 auto;
  }

  .member-article-list-wrap {
    padding-bottom: 70px !important;
  }

  .member-card-list-item {
    margin-bottom: 50px !important;
    width: 47.5%;
  }

  .member-card-list-item:nth-of-type(odd) {
    margin-right: 2%;
  }

  .member-cat #menu-member-category-parent-nav li:first-of-type a:hover {
    color: #00a3e0;
    border-color: #00a3e0;
  }

  /*================================
    Job
  =================================*/
  .job-article-page-catch,
  .job-detail-page-catch {
    background: url(./images/job/job-page-head-bg.jpg) no-repeat top center / 1440px 400px;
    margin: 0 auto;
  }

  .job-cat #menu-job-category-parent-nav li:first-of-type a:hover {
    color: #00a3e0;
    border-color: #00a3e0;
  }

  /*================================
    job detail
  =================================*/
  .job-detail-page-catch {
    padding: 280px 0 0;
  }

  .job-detail-page-catch::before {
    display: none;
  }

  .job-detail-head-title-area .blog-detail-head-data {
    align-items: center;
    flex-direction: row;
  }

  .job-detail-head-title-area .blog-detail-head-data span {
    margin: 0 15px 0 0;
  }

  .job-detail-head-title-area .blog-detail-title {
    margin-bottom: 0;
  }

  .job-detail-head-btn {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .job-detail-head-btn-area a {
    width: 250px;
  }

  .job-detail-head-area {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px;
  }

  .job-detail-table-wrap table th,
  .job-detail-table-wrap table td {
    display: table-cell;
  }

  .job-detail-table-wrap table th {
    text-align: center;
    width: 220px;
  }

  .job-detail-table-wrap table td {
    width: auto;
  }

  .seminar-list {
    margin: 0 30px;
  }
}

@media screen and (max-width: 960px) {
  .slider-prev {
    left: 42%;
  }

  .slider-next {
    left: 58%;
  }

  .slider-prev::before {
    background: url(./images/home/slider-prev.svg) no-repeat;
    background-color: rgba(0, 0, 0, .3);
    background-position: center;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 50px;
    left: 12.5%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    z-index: 10;
  }

  .slider-next::before {
    background: url(./images/home/slider-next.svg) no-repeat;
    background-color: rgba(0, 0, 0, .3);
    background-position: center;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 50px;
    position: absolute;
    right: 12.5%;
    top: 50%;
    transform: translateY(-50%) scale(-1, 1);
    width: 50px;
    z-index: 10;
  }

  .slide-dots {
    text-align: center;
  }

  .slide-dots li {
    display: inline-block;
    margin: 0 7px;
  }

  .slide-dots button {
    background-color: transparent;
    border: 1.5px solid #fff;
    border-radius: 50%;
    color: transparent;
    display: block;
    height: 9px;
    outline: none;
    padding: 0;
    position: relative;
    top: -46px;
    width: 9px;
  }

  .slide-dots .slick-active button {
    background: #fff;
  }

  .blog-card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }

  .seminar-text {
    margin: 0;
  }

  .new-grad-list {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    margin: 0 0 60px;
  }

  .new-grad-list:last-child {
    margin: 0;
  }

  .new-grad-comment {
    margin: 0 100px 40px;
  }

  .inexperienced .page-common-section-bg-2 .blog-card-list,
  .new_graduate .page-common-section-bg-2 .blog-card-list,
  .career .page-common-section-bg-2 .blog-card-list {
    align-items: center;
    flex-flow: column;
    gap: 0;
  }

  #blog-modal-area {
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1000;
  }

  #blog-pickup-area {
    bottom: 0;
    display: none;
    height: fit-content;
    left: 50%;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 375px) {
  .slider-prev::before {
    left: 4%;
    position: absolute;
    top: 40%;
  }

  .slider-next::before {
    position: absolute;
    right: 4%;
    top: 40%;
  }

  .slide-dots button {
    position: relative;
    top: -27px;
  }

  .job-seminar {
    gap: 30px;
    padding: 30px;
  }

  .seminar-btn a {
    height: 80px;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .page-common-section-us {
    padding: 120px 0 0 8%;
    width: 94%;
  }
  .anniversary::after {
    left: 220px;
    right: 0;
  }
}


@media screen and (max-width: 599px) {
  #loader-bg {
    position: fixed;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #00a3e0;
    z-index: 100;
  }

  #loader-bg img {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
  }

  .seminar-list {
    margin: 0 30px !important;
  }

  .job-seminar {
    max-width: initial;
  }

  .new-grad-comment {
    margin: 0 0 40px;
  }

  .new-grad-title {
    background: linear-gradient(transparent 99%, #00a3e0 0%);
    display: inline !important;
    padding: 0 1px 7px;
  }

  .new-grad-top {
    margin-top: 60px;
  }

  .home-page .page-common-section {
    padding: 71px 8%;
  }
}


/*================================
	Small sp css
=================================*/
/* Recruit detail */
@media screen and (max-width: 320px) {
  .recruit-info-title {
    font-size: 2.2rem;
  }


  .recruit-info-management-staff-title {
    font-size: 2rem;
    letter-spacing: 0;
  }
}

/*================================
	Story
=================================*/
@media screen and (min-width: 675px) {
  .story-page-catch {
    background: url(./images/story/story-page-head-bg.jpg) no-repeat top center;
    background-size: 1440px 400px;
  }
}

/*================================
	SP page-catch sideways
=================================*/
@media screen and (max-height: 420px) {
  .page-catch {
    height: 74vh;
  }


  .service-page-catch {
    background: url(./images/service/service-page-head-bg.jpg) no-repeat center top;
    background-size: cover;
  }


  .story-page-catch {
    background-size: cover;
  }
}

@media screen and (max-height: 320px) {
  .page-catch {
    height: 60vh;
  }
}

/*================================
	Other page styles
=================================*/

.btn-normal a,
.posts-navigation .nav-links a,
button.btn-normal-more {
  background: #fff url(./images/common/arrow.svg) no-repeat 94% 50%;
  background-size: 16px auto;
  border: 1px solid #333;
  font-weight: 400;
  padding: 31px 6%;
}

button.btn-normal-more {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(./images/blog/icon-plus.svg);
  display: block;
  width: 100%;
}

button.btn-normal-more:disabled {
  border-color: #ddd;
}

.posts-navigation .nav-links a {
  display: block;
  text-align: center;
}

.posts-navigation .nav-previous a {
  background-image: url(./images/common/arrow-left.svg);
  background-position: 6% 50%;
}

/* privacy banner */
.privacy-banner {
  background: rgba(51, 51, 51, .7);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  left: 0;
  line-height: 1.8;
  padding: 30px 8% 30px;
  position: fixed;
  display: none;
  width: 100%;
  z-index: 70;
}

.privacy-banner a {
  color: #fff;
  text-decoration: underline;
}

.privacy-banner-text {
  margin: 0 0 20px;
}

.privacy-banner-agree,
.privacy-banner-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
}

.privacy-banner-agree {
  border: 1px solid #fff;
  background: url(./images/common/icon-check.svg) no-repeat 94% 50%;
  background-size: 12px auto;
  color: #fff;
  font-size: 16px;
  padding: 12px 0;
  width: 85%;
}

.privacy-banner-close {
  height: 25px;
  padding: 0;
  position: relative;
  width: 25px;
}

.privacy-banner-close::before,
.privacy-banner-close::after {
  background: #fff;
  content: "";
  display: inline-block;
  left: 0;
  height: 1px;
  position: absolute;
  top: 10px;
  width: 34px;
}

.privacy-banner-close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.privacy-banner-close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.privacy-banner-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.screen-reader-text {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* iframe */
.iframe-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.iframe-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* page section */
.page-common-section {
  padding: 120px 8%;
}

.page-common-section.sdgs {
  padding: 169px 9% 91px;
}

.page-common-section p, .page-common-section li {
  word-break: break-word;
  letter-spacing: 0;
}

.page-common-section-bg {
  background: #f5f9fa;
}

.page-common-section-bg-2 {
  background: linear-gradient(-20deg, #00a3e0, #3ac9ff);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.career-section {
  padding: 120px 20px 0;
}

.job-title-2 {
  color: #fff;
  padding: 0 0 60px;
}

.page-common-section-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 49px;
}

.page-common-section-title-underline {
  border-bottom: 1px solid #00a3e0;
  display: inline-block;
}

.page-common-section-title-diversity {
  letter-spacing: 0;
}

.page-common-section .section-blog-card-list-title {
  border-bottom: 1px solid #00a3e0;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 60px;
}

.page-common-section .section-blog-card-list-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-common-section .section-blog-card-list-more a {
  border-bottom: 1px solid #333;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0 0 15px;
  text-align: right;
  width: 50%;
}

.page-common-section .section-blog-card-list-more a span {
  background: url(./images/common/more-arrow.svg) no-repeat 98% 50%;
  background-size: auto 17px;
  display: inline-block;
  padding: 0 2em 0 0;
}

.page-common-section .read-text-title {
  margin: 0 0 20px;
}

.page-common-section-us {
  margin-top: 90px;
}

@media screen and (max-width: 599px) {
  .page-common-section-about {
    padding: 120px 8% 0 8%;
  }

  .page-common-section-us {
    padding: 120px 8% 0 8%;
  }

  .page-common-section-us.about-company {
    margin-top: 90px;
  }

  .page-common-section.about-company {
    padding: 120px 8%;
  }

  .company-data-list.about-company {
    margin: 0;
  }
}

.blog-card-list-item {
  margin: 0 0 50px;
}

.simple-blog-card-list-item {
  margin-bottom: 50px;
}

.blog-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 12px;
}

.blog-card-img,
.simple-blog-card-img {
  display: block;
  margin: 0 0 20px;
  width: 100%;
}

.blog-card-date {
  line-height: 1;
}

.blog-card-cate {
  display: inline-block;
  font-size: 1.2rem;
}

.blog-card-title,
.simple-blog-card-title {
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}

.blog-card-cate-light {
  background-color: #00a3e0;
  border-radius: 3px;
  color: #fff;
  height: 28px;
  padding: 1.9px;
  text-align: center;
  width: 64px;
}

.blog-card-cate-normal {
  background: #00a3e0;
  color: #fff;
  line-height: 1;
  padding: 6px;
}

.blog-card-cate-normal:visited {
  color: #fff;
}

.job-card-list-item {
  background-color: #fff;
  min-height: 426px;
  padding: 15px;
  width: 31.5%;
}

.job-card-list-item:not(:nth-child(3n)) {
  margin: 0 28px 28px 0;
}

.job-list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.job-card-img img {
  border-radius: 6px !important;
  min-height: 210px;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .blog-card-img.about {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .blog-card-list {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 315px;
  }
}

/* accordion */
.accordion-label {
  background: #f5f9fa url(./images/common/icon-accordion.svg) no-repeat 94% 50%;
  background-size: auto 10px;
  color: #333;
}

.accordion-cont {
  background: #f5f9fa;
  padding: 30px 6%;
}

.accordion.accordion-open .accordion-label {
  background: #00a3e0 url(./images/common/icon-accordion-open.svg) no-repeat 94% 50%;
  background-size: auto 10px;
  color: #fff;
}

/* modal window */
#cboxClose {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(./images/common/icon-modal-close.svg) no-repeat 0 100%;
  background-size: 25px 25px;
  height: 32px;
  top: 2px;
  right: 2px;
  width: 25px;
}

#cboxLoadedContent {
  border: none;
}

@media screen and (min-width: 1025px) {
  #cboxClose {
    top: -25px;
    height: 35px;
  }
}

@media screen and (min-width: 960px) {
  .btn-normal a:hover,
  .posts-navigation .nav-links a:hover,
  button.btn-normal:hover {
    background-color: #3ac9ff;
    border-color: #3ac9ff;
    color: #fff;
  }


  .btn-normal a,
  .posts-navigation .nav-links a {
    background-position: 98% 50%;
  }


  .btn-normal a:hover,
  .posts-navigation .nav-links a:hover {
    background-image: url(./images/common/arrow-hover.svg);
  }


  .posts-navigation .nav-previous a:hover {
    background-image: url(./images/common/arrow-left-white.svg);
  }


  button.btn-normal {
    -webkit-transition: all .5s;
    transition: all .5s;
  }


  button.btn-normal:hover {
    background-image: url(./images/blog/icon-plus-white.svg);
  }


  /* privacy-banner */
  .privacy-banner-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.8;
  }


  .privacy-banner-text {
    line-height: 2;
    margin: 0 5% 0 0;
    width: 60.2%;
  }


  .privacy-banner-agree {
    background-position: 137px 50%;
    margin: 0 50px 0 0;
    width: 164px;
  }


  .privacy-banner-agree,
  .privacy-banner-close {
    -webkit-transition: all .5s;
    transition: all .5s;
  }


  .privacy-banner-agree:hover,
  .privacy-banner-close:hover {
    opacity: .75;
  }


  /* page section */
  .page-common-section {
    padding: 115px 20px;
  }

  .page-common-section.about-list {
    padding: 120px 20px 0 20px;
  }

  .page-common-section.about-company {
    padding: 70px 20px 120px 20px;
  }

  .page-common-section-about {
    padding: 120px 20px 0 20px;
  }

  .page-common-section-us {
    padding: 120px 20px;
  }

  .home-page .page-common-section-inner,
  .page-common-section-inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .cm_library .cm_inner {
    max-width: initial;
  }

  .page-common-section-inner.talk,
  .page-common-section-inner.map {
    padding: 0 20px;
  }

  /* blog article item */
  .blog-card:hover .blog-card-title,
  .simple-blog-card:hover .simple-blog-card-title {
    text-decoration: underline;
  }

  .blog-card:hover .blog-card-cate-normal {
    background-color: #3ac9ff;
  }


  .blog-card-list-item,
  .simple-blog-card-list-item {
    width: 30%;
  }

  .blog-card-list-item {
    width: 31.5%;
  }

  .about-contents-list .blog-card-list-item {
    width: 22%;
  }


  .simple-blog-card-list-item {
    margin-bottom: 10px;
  }


  .blog-card-list-item:not(:nth-child(3n)) {
    margin: 0 0 50px 0;
  }


  .about-contents-list .blog-card-list-item {
    margin: 0 4% 0 0;
  }

  .about-contents-list .blog-card-list-item:last-of-type {
    margin: 0;
  }


  .blog-card-img a img,
  .simple-blog-card-img a img {
    height: 172px;
    object-fit: cover;
  }


  .page-common-section .section-blog-card-list-more a {
    width: 200px;
  }


  .section-blog-card-list-more a:hover {
    border-color: #00a3e0;
  }


  .section-blog-card-list-more a:hover span {
    color: #00a3e0;
    background-image: url(./images/common/more-arrow-hover.svg);
  }


  /* accordion */
  .accordion-label {
    cursor: pointer;
  }


  .accordion-label,
  .accordion.accordion-open .accordion-label {
    background-position: 98% 50%;
  }


  .accordion .accordion-label {
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
  }


  .accordion .accordion-label:hover {
    color: #fff;
    background-color: #3ac9ff;
  }


  .accordion:not(.accordion-open) .accordion-label:hover {
    background-image: url(./images/common/icon-accordion-white.svg);
  }


  .accordion-cont {
    padding: 30px 5%;
  }
}

@media screen and (min-width: 960px) and (max-width: 1000px) {
  .page-common-section-inner {
    padding: 0 20px;
  }


  .contact-form {
    padding-bottom: 120px;
  }

  .seminar-text {
    margin: 0 0 60px;
  }
}

.section-movie-education {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px;
  position: relative;
}

.section-movie-education::before {
  background: #f5f9fa;
  content: "";
  display: block;
  height: calc(100% + 120px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
}

.section-movie-about {
  max-width: 1040px;
  margin: 0 auto 120px;
}


@media screen and (max-width: 599px) {
  .section-movie-education {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 0;
  }

  .office-section-movie {
    margin-top: 215px;
    padding: 60px 0;
  }
}

/*================================
    CM LIBRARY
=================================*/
.page-sub-title {
  font-weight: bold;
}

.cm_library-article-page-catch {
  background: url(./images/cm-library/cm_library-page-head-bg.jpg) no-repeat top center;
  background-size: 1440px 400px;
}

.cm_library-cat #menu-cm_library-category-parent-nav li:first-of-type a:hover {
  border-color: #00a3e0;
  color: #00a3e0;
}

.cm_library-page-introduction {
  margin-bottom: 50px;
}

.cm_library-article-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cm_library-article-list .blog-card-list-item {
  margin-bottom: 60px;
  width: 475px;
}

.cm_library-article-list .blog-card-list-item:not(:nth-child(3n)) {
  margin-right: 0;
}

.cm_library-article-list .blog-card-title {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 20px;
}

.cm_library-article-list .blog-card:hover .blog-card-title {
  text-decoration: none;
}

.cm_library-article-list .blog-card-img {
  margin-bottom: 30px;
}

.blog-card-img iframe {
  display: block;
}

@media screen and (min-width: 960px) {
  .new_graduate .page-common-section-inner {
    max-width: 1440px;
    padding: 0 50px;
  }

  .cm_library .page-common-section-inner {
    max-width: 1440px;
    padding: 0;
  }

  .inexperienced .page-common-section-inner,
  .new_graduate .page-common-section-inner,
  .career .page-common-section-inner {
    max-width: 1100px;
  }

  .new_graduate_list .page-common-section-inner {
    max-width: 1040px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 960px) {
  .page-sub-title {
    letter-spacing: normal;
    line-height: 1.708;
  }

  .page-introduction {
    margin-bottom: 56px;
  }

  .page-introduction-text {
    letter-spacing: -0.08em;
  }

  .blog-article-list-wrap.section-wrapper {
    padding-bottom: 120px;
    padding-top: 0;
  }

  .blog-card-list-item.blog-card {
    width: 100%;
  }

  .cm_library-article-list .blog-card-list-item:last-child {
    margin-bottom: 0;
  }

  .blog-card-img {
    width: 100%;
  }

  .blog-card-img iframe {
    height: 100%;
    width: 100%;
    aspect-ratio: 475 / 267;
  }

  .job-card-list-item {
    width: 100%;
  }
  .diagnosis-details-top {
    margin-left: 0;
  }

  .diagnosis-details li:last-child .diagnosis-details-top {
    margin-left: 0;
  }

  li.job-card-list-item:not(:first-child) {
    margin-top: 50px;
  }
}

/*================================
   company
=================================*/
.company-page-title-wrapper {
  margin-bottom: 300px;
}

.common-page-section-top {
  padding-top: 200px;
}

.company-action {
  background: #f5f9fa;
  padding: 120px 8%;
}

.company-page-catch {
  background: url(../images/home/top-picture.jpg) no-repeat top center;
  background-size: cover;
}

.company-intro {
  font-size: 1.8rem;
}

.company-intro-text:not(:last-child) {
  margin: 0 0 2em;
}

.company-intro-img {
  display: block;
  margin: 0 auto;
  width: 255px;
}

.company-intro-text-wrap, .company-intro-inner {
  margin: 0 0 80px;
}

.company-movie {
  text-align: center;
}

.company-inner {
  padding: 0 0 0 6%;
}

.company-inner:not(:last-child) .company-inner-text {
  margin: 0 0 60px;
}

.company-third-title {
  font-size: 2.4rem;
  font-weight: 400;
  color: #00a3e0;
  letter-spacing: 2px;
}

.company-third-title-label {
  font-size: 1.4rem;
  line-height: 2.1;
  margin: 0 0 30px;
}

.company-fourth-title {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.6;
  margin: 0 0 30px;
}

.company-mission-bg {
  background: #f5f9fa url(./images/about/management-goals-logo.png) no-repeat 100% 100%;
  background-size: 92% auto;
}

.company-order-list-item:not(:last-child) {
  margin: 0 0 60px;
}

.company-data-list {
  margin: 0 0 60px;
}

.company-data-list-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 20px;
}

.company-data-list-cont {
  margin: 0 0 20px;
}

.company-data-list-cont:last-child {
  margin: 0;
}

.company-data-list-cont a {
  color: #00a3e0;
  text-decoration: underline;
}

.about-map {
  margin-left: 10px;
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company-map {
  padding-bottom: 106vw;
}

.ceo-message .company-inner {
  display: block;
}

.ceo-message .bolder {
  font-weight: bolder !important;
}

.ceo-message .company-inner-text {
  margin-bottom: 1.2em;
}

.ceo-message .company-inner-text:last-child {
  text-align: right;
}

.page-common-section-inner.ceo-message {
  margin-top: 60px;
}

/*================================
   office
=================================*/
.office-page-catch {
  background: url(./images/about-office/about-office-page-haed-bg-sp.jpg) no-repeat center center;
  background-size: cover;
  margin: 0 0 100px;
}

.office-section {
  padding: 60px 8%;
}

.office-section-movie {
  padding: 60px 0;
}

.office-list-item {
  margin: 0 0 50px;
}

.office-list-item-img img {
  width: 100%;
}

.office-list-item-img, .office-list-item-title {
  margin: 0 0 20px;
}

.office-list-item-title {
  font-size: 1.8rem;
  font-weight: 400;
}

.office-movie img,
.office-home-role-wrap img {
  width: 100%;
}

/*================================
	education
=================================*/
.education-page-catch {
  background: url(./images/education/education-page-haed-bg-sp.jpg) no-repeat center center;
  background-size: cover;
}

.education-intro-title {
  font-size: 1.8rem;
  margin: 0 0 60px;
}

.education-order-list {
  counter-reset: education_order;
  padding: 0 0 0 20px;
}

.education-order-list-item {
  padding: 0 0 0 12%;
  position: relative;
}

.education-order-list-item:not(:last-child) {
  border-left: 1px solid #ddd;
  padding-bottom: 60px;
}

.education-order-list-item::before {
  background: #00a3e0;
  border-radius: 20px;
  counter-increment: education_order;
  content: "0" counter(education_order);
  color: #fff;
  display: block;
  font-family: "Prompt", sans-serif;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  left: -20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}

.education-order-list-item-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 40px;
  margin: 0 0 12px;
}

.education-inner:not(:last-child) {
  margin: 0 0 80px;
}

.education-graf-list {
  margin: 0 auto 120px;
  text-align: center;
}

.education-graf-list-diversity {
  margin: 0 auto 80px;
  text-align: center;
}

.education-graf-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 60px;
}

.education-graf-list-item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.education-graf-list-item-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 30px;
}

.education-graf-list-item-graph {
  min-height: 269px;
}

.education-graf-list-item-text {
  background: #f5f9fa;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  letter-spacing: 0.01em;
  margin-top: 25px;
  padding: 20px;
  position: relative;
  text-align: left;
}

.education-graf-list-item-text::before {
  border: 12px solid transparent;
  border-bottom: 25px solid #f5f9fa;
  bottom: calc(100% - 5px);
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.education-graf-list-item-diversity {
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 40px;
  padding-bottom: 20px;
}

.education-graf-list-item-diversity:last-child {
  border-bottom: none;
}

.education-icon-staff {
  display: inline-block;
  margin: 0 0 10px;
  width: 60px;
}

.education-staff-name {
  font-size: 2.4rem;
  font-weight: 500;
}

.education-staff-data {
  font-size: 1.4rem;
  font-weight: 500;
}

.education .accordion {
  margin: 0 0 30px;
}

.education .accordion:last-of-type {
  margin: 0 0 60px;
}

.education .accordion-label {
  padding: 20px 3%;
  text-align: center;
}

.education .page-common-section-about {
  padding: 120px 8% 0;
  position: relative;
}

.education .page-common-section-about::before {
  border-top: 1px solid #ddd;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 84%;
}

.education-staff-faq-q, .education-staff-faq-a {
  padding: 0 0 0 2em;
  position: relative;
  letter-spacing: 0;
}

.education-staff-faq-q::before, .education-staff-faq-a::before {
  color: #00a3e0;
  left: 0;
  position: absolute;
  top: 0;
}

.education-staff-faq-q {
  font-weight: 400;
  margin: 0 0 10px;
}

.education-staff-faq-q::before {
  content: "Q.";
}

.education-staff-faq-a {
  margin: 0;
}

.education-staff-faq-a::before {
  content: "A.";
  font-weight: 400;
}

.education-staff-faq-a:not(:last-child) {
  margin: 0 0 30px;
}

/*================================
	blog archive
=================================*/
.blog-article-page-catch {
  background: url(./images/blog/blog-page-haed-bg-sp.jpg) no-repeat center center;
  background-size: cover;
  margin: 0 0 200px;
}

.blog-article-tag-list {
  background: #f5f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  padding: 30px 8%;
  width: 100%;
}

.blog-article-tag-list .menu-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 6% 0 0;
}

.blog-article-tag-list .menu-item a {
  border-bottom: 1px solid #ddd;
  display: inline-block;
  font-size: 16px;
  padding: 0 .5em 15px;
}

.blog-article-tag-list .current-menu-item a, .blog-article-tag-list .current-category-ancestor a {
  color: #00a3e0;
  border-color: #00a3e0;
}

.blog-article-list-wrap {
  padding: 50px 8% 120px;
}


/*================================
	blog detail
=================================*/
.blog-detail-head {
  margin: 0 0 20px;
  padding: 50px 8%;
}

.blog-detail-head .post-categories {
  padding: 0 0 0 1em;
  position: relative;
}

.blog-detail-head .post-categories,
.blog-detail-head .post-categories li {
  display: inline-block;
  vertical-align: top;
}

.blog-detail-head .blog-detail-date {
  display: inline-block;
  margin: 0 0 0 .5em;
  padding: 0 0 0 1em;
  position: relative;
}

.blog-detail-head .post-categories::before,
.blog-detail-head .blog-detail-date::before {
  content: "";
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: .5em;
}

.blog-detail-head .post-categories::before {
  background: #00a3e0;
  width: 5px;
}

.blog-detail-head .blog-detail-date::before {
  background: #333;
  width: 1px;
}

.blog-detail-head-data {
  margin: 0 0 20px;
}

.blog-detail-title {
  font-size: 2.4rem;
  font-weight: 600;
  word-break: break-word;
}

.blog-detail-breadcrumb {
  font-size: 1.4rem;
  margin: 0 0 20px;
}

.blog-detail-breadcrumb a {
  color: #00a3e0;
}

.blog-detail-breadcrumb li {
  display: inline-block;
  vertical-align: top;
}

.blog-detail-breadcrumb li:not(:last-child)::after {
  content: " > ";
  color: #ddd;
  display: inline-block;
  padding: 0 10px;
}

.blog-detail-head-lower .blog-detail-sns-links {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin: 0 0 50px;
}

.blog-detail-sns-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

.blog-detail-sns-links li:not(:last-child) {
  margin: 0 10px 0 0;
}

.blog-detail-img {
  margin: 50px 0 0;
  text-align: center;
}

.blog-detail-content-wrap h2,
.privacy-policy .page-common-section h2 {
  border-left: 5px solid #00a3e0;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 120px 0 0;
  padding: 0 0 0 20px;
}

.blog-detail-content-wrap h3,
.privacy-policy .page-common-section h3 {
  font-size: 2rem;
  font-weight: 500;
  margin: 120px 0 0;
  position: relative;
}

.blog-detail-content-wrap h3::before,
.privacy-policy .page-common-section h3::before {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: -50px;
  width: 50px;
}

.blog-detail-content-wrap p,
.privacy-policy .page-common-section p {
  margin: 2em 0 0;
}

.blog-detail-content-wrap ul:not(.blocks-gallery-grid),
.blog-detail-content-wrap ol,
.privacy-policy .page-common-section ul:not(.blocks-gallery-grid),
.privacy-policy .page-common-section ol {
  margin: 40px 0 0;
  padding: 0 0 0 35px;
}

.blog-detail-content-wrap ul:not(.blocks-gallery-grid) > li,
.blog-detail-content-wrap ol > li,
.privacy-policy .page-common-section ul:not(.blocks-gallery-grid) > li,
.privacy-policy .page-common-section ol > li {
  position: relative;
}

.blog-detail-content-wrap ul:not(.blocks-gallery-grid) > li:not(:first-child),
.blog-detail-content-wrap ol > li:not(:first-child),
.privacy-policy .page-common-section ul:not(.blocks-gallery-grid) > li:not(:first-child),
.privacy-policy .page-common-section ol > li:not(:first-child) {
  margin: 10px 0 0;
}

.blog-detail-content-wrap ul:not(.blocks-gallery-grid) > li::before,
.blog-detail-content-wrap ol > li::before,
.privacy-policy .page-common-section ul:not(.blocks-gallery-grid) > li::before,
.privacy-policy .page-common-section ol > li::before {
  display: block;
  position: absolute;
}

.blog-detail-content-wrap ul:not(.blocks-gallery-grid) ul,
.privacy-policy .page-common-section ul:not(.blocks-gallery-grid) ul {
  margin: 0;
}

.blog-detail-content-wrap ul:not(.blocks-gallery-grid) > li::before,
.privacy-policy .page-common-section ul:not(.blocks-gallery-grid) > li::before {
  background: #bbb;
  border-radius: 5px;
  content: "";
  height: 7px;
  left: -1.5em;
  top: .8em;
  width: 7px;
}

.blog-detail-content-wrap ol,
.privacy-policy .page-common-section ol {
  counter-reset: orderlist;
}

.blog-detail-content-wrap ol > li::before,
.privacy-policy .page-common-section ol > li::before {
  color: #bbb;
  counter-increment: orderlist;
  content: counter(orderlist) ". ";
  left: -2em;
  top: 0;
}

.blog-detail-content-wrap {
  margin: 0 0 120px;
}

.blog-detail-content-wrap a {
  color: #00a3e0;
  text-decoration: underline;
}

.blog-detail-content-wrap blockquote:not(.wp-embedded-content) {
  background: #fff url(./images/blog/blockquote-bg.svg) no-repeat 15px 15px;
  background-size: 20px 15px;
  -webkit-box-shadow: 0 0 10px 0 rgba(51, 51, 51, .2);
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, .2);
  margin: 50px 0 0;
  padding: 40px 8%;
}

.blog-detail-content-wrap img {
  display: block;
  margin: 40px auto 0;
}

.blog-detail-content-wrap .wp-block-cover,
.blog-detail-content-wrap .wp-block-image,
.blog-detail-content-wrap table {
  margin: 0 0 40px;
}

.blog-detail-content-wrap .gallery-item dt {
  background: none;
  padding: 0;
}

.blog-detail-content-wrap .wp-video {
  margin: 0 auto 30px;
}

/* ブログカード */
.blog-detail-content-wrap iframe.wp-embedded-content {
  min-width: 100%;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px 0 rgba(51, 51, 51, .2);
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, .2);
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.sticky {
  display: block;
}

.gallery-caption {
  color: #666;
  font-size: 1.2rem;
}

.bypostauthor {
  display: block;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-buttons a.wp-block-button__link {
  text-decoration: none;
}

.blog-detail-content-wrap .wp-block-buttons a {
  color: #fff;
}

ul.blocks-gallery-grid,
.wp-block-embed {
  margin: 40px 0 0;
}

.blog-detail-cta-banner {
  margin: 0 0 120px;
}

.blog-detail-footer {
  border-top: 1px solid #ddd;
  margin: 0 0 80px;
  padding: 30px 0 0;
}

.blog-detail-footer .blog-detail-sns-links {
  margin: 0 0 80px;
}

.blog-detail-footer .blog-detail-sns-links {
  background: #f5f9fa;
}

.blog-detail-content-outer {
  margin: 0 8%;
}

.blog-detail-post-links-wrap {
  margin: 0 0 120px;
  line-height: 1.6;
}

.blog-detail-post-links-wrap li {
  font-size: 1.4rem;
}

.blog-detail-post-links-wrap li:first-child {
  margin: 0 0 40px;
}

.blog-detail-post-links-wrap a {
  display: block;
  text-decoration: underline;
  padding: 6px 50px;
  word-break: break-word;
}

.blog-detail-post-links-wrap a[rel="prev"] {
  background: url(./images/blog/arrow-left.svg) no-repeat 0 50%;
  background-size: auto 30px;
}

.blog-detail-post-links-wrap a[rel="next"] {
  background: url(./images/blog/arrow.svg) no-repeat 100% 50%;
  background-size: auto 30px;
}

.wp-embedded-content {
  max-width: 100%;
}

/*================================
    contact
=================================*/
.contact-form .page-common-section {
  padding-top: 60px;
}

.contact-form a {
  color: #00a3e0;
  text-decoration: underline;
}

.contact-form-text {
  margin: 0 0 60px;
}

.contact-form-text-margin-midium {
  margin: 0 0 40px;
}

.contact-form-notice {
  font-size: 16px;
}

.holding-information {
  font-family: "ヒラギノ角ゴ W7 JIS2004", sans-serif;
  font-weight: 700;
  margin-bottom: 1em;
}

.holding-information-list {
  margin-bottom: 60px;
}

.holding-information-list li {
  line-height: 2;
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
}

.holding-information-list li::before {
  content: "・";
}

/* flow */
.contact-form-flow {
  background: #f5f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  margin: 0 0 60px;
  text-align: center;
}

.contact-form-flow-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px 0;
}

.contact-form-flow-num {
  border-bottom: 2px solid #00a3e0;
  color: #00a3e0;
  display: inline-block;
  font-weight: 400;
  padding: 0 2px 2px;
}

.contact-form-flow-item:first-child,
.mw_wp_form_confirm .contact-form-flow-item:nth-child(2),
.contact-form-thanks .contact-form-flow-item:nth-child(2),
.contact-form-thanks .contact-form-flow-item:nth-child(3) {
  background: #00a3e0;
  color: #fff;
}

.mw_wp_form_confirm .contact-form-flow-item:nth-child(2),
.contact-form-thanks .contact-form-flow-item:nth-child(2),
.contact-form-thanks .contact-form-flow-item:nth-child(3) {
  border-left: 1px solid #fff;
}

.contact-form-flow-item:first-child .contact-form-flow-num,
.mw_wp_form_confirm .contact-form-flow-item:nth-child(2) .contact-form-flow-num,
.contact-form-thanks .contact-form-flow-item:nth-child(2) .contact-form-flow-num,
.contact-form-thanks .contact-form-flow-item:nth-child(3) .contact-form-flow-num {
  color: #fff;
  border-color: #fff;
}

/* button */
.btn-submit input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #00a3e0;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: block;
  margin-bottom: 100px;
  padding: 31px 6%;
  width: 100%;
}

.btn-back {
  margin-top: 20px;
  text-align: center;
}

.btn-back button[type=submit] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  cursor: pointer;
  height: 50px;
  width: 92px;
}

/* icon */
.icon-optional, .icon-required {
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  margin: 0 .8em 0 0;
  padding: 2px 6px;
}

.icon-required {
  background: #e04400;
}

.icon-optional {
  background: #ddd;
}

/* form */
.contact-form-input-list {
  border-bottom: 1px solid #ddd;
  margin: 0 0 40px;
}

.contact-form-input-list .mwform-checkbox-field label, .contact-form-input-list .mwform-radio-field label {
  font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif;
  font-weight: 300;
}

.contact-form-input-list input[type=text],
.contact-form-input-list input[type=number],
.contact-form-input-list input[type=email],
.contact-form-input-list textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 20px;
}

.contact-form-input-list input, .contact-form-input-list textarea {
  background: #fcfcfc;
  border: 1px solid #999;
  font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif;
  font-weight: 300;
}

.contact-form-input-list input:active, .contact-form-input-list input:focus, .contact-form-input-list input:checked, .contact-form-input-list textarea:active, .contact-form-input-list textarea:focus, .contact-form-input-list textarea:checked {
  background: #fff;
}

.contact-form-input-list input[type=checkbox],
.contact-form-input-list input[type=radio] {
  margin: 0 8px 0 0;
}

.contact-form-input-list-inner {
  display: block;
}

.contact-form-input-list .mwform-radio-field label,
.contact-form-input-list .mwform-checkbox-field label {
  display: inline-block;
  background: #fcfcfc;
}

.contact-form-input-list .mwform-radio-field label,
.contact-form-input-list .mwform-checkbox-field label,
.contact-form-input-list .mwform-checkbox-field.horizontal-item label {
  margin: 0 10px 0 0;
  padding: 10px 20px;
}

.contact-form-input-list .horizontal-item + .horizontal-item {
  margin: 0 10px 0 0;
}

.contact-form-input-list textarea {
  line-height: 2;
  height: 300px;
}

.contact-form-input-cont.contact-form-input-list-column div input {
  width: 100%;
}

.mwform-checkbox-field input[type="checkbox"] {
  display: none;
}

.mwform-checkbox-field input[type="checkbox"] + .mwform-checkbox-field-text {
  cursor: pointer;
  display: inline-block;
  padding-left: 30px;
  position: relative;
}

.mwform-checkbox-field input[type="checkbox"] + .mwform-checkbox-field-text::before {
  border: 1px solid #999;
  content: "";
  left: 0;
  display: block;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}

.mwform-checkbox-field input[type="checkbox"]:checked + .mwform-checkbox-field-text::before {
  background: #00a3e0;
  border-color: #00a3e0;
}

.mwform-checkbox-field input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 7px;
  margin-top: -5px;
  left: 5px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
  width: 13px;
}

.contact-form-input-list .contact-form-error-wrap input,
.contact-form-input-list .contact-form-error-wrap textarea,
.contact-form-input-list .contact-form-error-wrap select {
  border-color: #e04400;
}

.contact-form-input-cont select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fcfcfc url(./images/common/arrow-select.svg) no-repeat 96% 50%;
  border: 1px solid #999;
  border-radius: 0;
  color: #333;
  font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif;
  font-weight: 300;
  padding: 20px;
  width: 100%;
}

.contact-form-input-cont .contact-form-input-list select:active,
.contact-form-input-cont .contact-form-input-list select:focus {
  background-color: #fff;
}

.contact-form-input-title {
  font-weight: 500;
  margin: 0 0 15px;
}

.contact-form-input-cont {
  margin: 0 0 40px;
}

.contact-form-input-cont > p {
  margin: 0 0 20px;
}

.contact-form-input-cont input, .contact-form-input-cont select {
  margin: 0 0 15px;
}

.contact-form-input-cont input::-webkit-input-placeholder {
  color: #999;
}

.contact-form-input-cont input::-moz-placeholder {
  color: #999;
}

.contact-form-input-cont input::-ms-input-placeholder {
  color: #999;
}

.contact-form-input-cont input::placeholder {
  color: #999;
}

.contact-form-input-date-wrap {
  text-align: right;
}

input.contact-form-input-year,
input.contact-form-input-date {
  margin: 0 3% 15px;
  text-align: right;
}

input.contact-form-input-year {
  width: 71.8%;
}

input.contact-form-input-date {
  width: 86%;
}

.contact-form-input-list .error {
  display: block;
  color: #e04400;
  margin: 0 0 10px;
  text-align: left;
}

/* confirm */
.contact-form-text-confirm {
  display: none;
  border-bottom: 1px solid #ddd;
  padding: 0 0 60px;
}

.mw_wp_form_confirm .contact-form-text-first {
  display: none;
}

.mw_wp_form_confirm .contact-form-text-confirm {
  display: block;
}

.mw_wp_form_confirm .contact-form-input-date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mw_wp_form_confirm .contact-form-input-date-wrap .contact-form-input-list-inner {
  margin: 0 10px 0 0;
}

.mw_wp_form_confirm .icon-optional, .mw_wp_form_confirm .icon-required {
  display: none;
}

.mw_wp_form_confirm .contact-form-input-list-column > div {
  display: inline-block;
}

.mw_wp_form_confirm .contact-form-input-list {
  margin: 0 0 60px;
  padding: 0 0 10px;
}

/* thanks */
.contact-form-thanks .page-full-btn a {
  text-decoration: none;
}

.contact-form-thanks .page-full-btn a:not(:hover) {
  color: #333;
}

.contact-form-thanks .contact-form-flow {
  margin: 0 0 120px;
}

.contact-form-secondly-title {
  font-weight: 400;
  letter-spacing: .1px;
  margin: 0 0 30px;
}

.contact-form-thanks-text {
  font-size: 1.8rem;
  margin: 0 0 120px;
}

/*================================
    404
=================================*/
.not-found {
  text-align: center;
}

.not-found-title {
  color: #00a3e0;
  font-size: 2.8rem;
  margin: 0 0 60px;
}

.not-found-text {
  font-size: 1.8rem;
  margin: 0 0 80px;
  text-align: left;
}

/*================================
	privacy policy
=================================*/
.privacy-policy .page-common-section {
  padding-top: 0;
}

.privacy-policy .page-common-section ol ol {
  margin-bottom: 40px;
}

.privacy-policy .page-common-section ol ol li::before {
  content: "(" counter(orderlist) ") ";
}

/*================================
	recruit_lp
=================================*/

.recruit-lp-page-catch {
  max-width: 100%;
  height: auto;
  margin: 0;
}

.section-movie-recruit-lp {
  width: 100%;
  line-height: 0;
}

.section-movie-recruit-lp iframe {
  width: 100%;
  height: 212px;
}

.page-title-line {
  position: relative;
  padding: 50px 0 70px 0;
  background: #e5f1f4;
  text-align: center;
}

.page-title-line::after {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 40px;
  background: #00a3e0;
  transform: translateX(-50%);
  content: "";
}

.page-title-line .page-title::after {
  display: none;
}

.recruit-lp .page-common-section-about {
  padding: 60px 8% 0;
}

.recruit-lp .education .page-common-section {
  padding: 0px 8%;
}

.recruit-lp-contract {
  background: #f5f9fa;
}

.recruit-lp-middle-catch {
  height: 186px;
  background: url(./images/recruit-lp/recruit-lp-middle-bg-sp.jpg) no-repeat center;
  background-size: cover;
}

.recruit-lp-info {
  padding: 60px 8%;
}

.recruit-lp-info-text {
  margin-bottom: 80px;
}

.recruit-lp-contract .recruit-info {
  margin: 0;
  padding: 60px 8% 120px;
}

.recruit-lp-contract .recruit-info .recruit-info-title {
  border-bottom: none;
}

.recruit-lp-contract .recruit-info-cont {
  background: #fff;
}

/*================================
	SDGs
=================================*/

.sdgs-page .social-img .blog-card-list img {
  max-height: 210px;
  max-width: 315px;
}

.sdgs-page .social-img02 .blog-card-list img {
  margin: 0 0 34px;
}

.sdgs-read-text {
  font-size: 16px;
  margin: 0 0 52px;
}

.sdgs-read-text02 {
  font-size: 16px;
  margin: 30px 0 63px;
}

.sdgs-page-catch {
  background: url(./images/sdgs/sdgs-page-haed-bg-sp.jpg) no-repeat center;
  background-size: cover;
}

.sdgs-info-title {
  font-weight: 500;
  margin-bottom: 50px;
}

.sdgs-info-text {
  margin-bottom: 60px;
}

.sdgs-info-img,
.sdgs-info-img img {
  width: 100%;
}

.sdgs-goal {
  background: #f5f9fa;
}

.sdgs-goal-list-item:first-child {
  border-bottom: 1px solid #ddd;
  margin-bottom: 55px;
  padding-bottom: 51px;
}

.sdgs-goal-list-item .recruit-page-num {
  text-align: center;
  width: 22px;
}

.sdgs-goal-text {
  margin-bottom: 60px;
}

.social-goal-text-width {
  max-width: 750px;
}

.sdgs-goal-image-wrap {
  text-align: center;
}

.sdgs-goal-image,
.sdgs-goal-image02 {
  height: auto;
  margin: auto;
  text-align: center;
  width: 175px;
}

.sdgs-goal-image:first-child,
.sdgs-goal-image02:first-child {
  margin-bottom: 40px;
}

.sdgs-introduction {
  border-bottom: 1px solid #ddd;
  display: flex;
  gap: 4%;
  margin: 25px 0 50px;
}

.sdgs-introduction .work-list-left {
  margin-bottom: 100px;
  width: 48%;
}

.sdgs-introduction .work-list-right {
  width: 48%;
}

.sdgs-introduction .work-list-img {
  height: auto;
  width: 100%;
}

.sdgs-introduction .work-list-title {
  font-size: 18px;
  font-weight: 600;
  margin: 17px 0 14px 3px;
}

.sdgs-page .work-test-right {
  padding-left: 5px;
}

.sdgs-introduction .work-list-text {
  letter-spacing: 0;
  margin-left: 0;
}

.sdgs-introduction {
  display: block;
  gap: unset;
}

.sdgs-introduction .work-list-left,
.sdgs-introduction .work-list-right {
  margin-bottom: 50px;
  width: 100%;
}

.sdgs-introduction .work-list-img img {
  height: auto;
  width: 100%;
}

.other-title {
  margin-bottom: 60px;
}

.company-tour-block .page-full-btn {
  margin-bottom: 120px;
}

.social-font {
  color: #333;
  font-family: "ヒラギノ角ゴ W4 JIS2004", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .5px;
  line-height: 2;
}

.home-title {
  border-bottom: 1px solid #00a3e0;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 84px 0 53px;
}

@media screen and (min-width: 960px) {
  .sdgs-introduction {
    border-bottom: 1px solid #ddd;
    display: flex;
    gap: 4%;
    margin-bottom: 50px;
  }

  .sdgs-introduction .work-list-left {
    margin-bottom: 84px;
    width: 48%;
  }

  .sdgs-introduction .work-list-right {
    width: 48%;
  }

  .sdgs-introduction .work-list-title {
    font-weight: 400;
    margin: 16px 0 15px;
  }

  .sdgs-introduction .work-list-text {
    margin-left: 0;
  }
}

@media screen and (max-width: 960px) {
  .sdgs-page .social-img .blog-card-list img {
    max-height: 100%;
    max-width: 100%;
    min-height: 210px;
    min-width: 315px;
  }

  .social-mb {
    margin-bottom: 36px;
  }

  .sdgs-page .sdgs-info-text-block {
    margin: 85px 1px 71px;
  }

  .sdgs-page .sdgs-info-img img {
    height: auto;
    max-width: 295px;
  }

  .sdgs-page .sdgs-info-img {
    text-align: center;
  }

  .sdgs-page .has-num-title-wrapper {
    margin: 0 0 13px;
  }

  .sdgs-page .sdgs-goal-text {
    margin-bottom: 53px;
  }

  .sdgs-goal-list-item:first-child {
    margin-bottom: 57px;
    padding-bottom: 59px;
  }

  .sdgs-page .work-system-list-title02 {
    letter-spacing: -1px;
    line-height: 1.7;
  }

  .sdgs-page .sdgs-goal-image img {
    min-height: 175px;
    min-width: 171px;
  }

  .sdgs-page .sdgs-goal-image02 img {
    min-height: 175px;
    min-width: 152px;
  }

  .sdgs-page .section-wrapper {
    padding: 116px 8% 0;
    width: 100%;
  }

  .sdgs-page .home-title {
    font-size: 1.5em;
    margin: 20px 0 53px;
  }

  .sdgs-page .page-common-section {
    padding: 100px 8%;
  }

  .sdgs-page .page-common-section-sp {
    padding: 83px 8% 100px;
  }

  .sdgs-page .page-common-section .section-blog-card-list-title {
    font-size: 1.45em;
    letter-spacing: 1px;
    margin: 35px 0 52px;
  }

  .sdgs-page .home-role-top {
    margin: 0;
  }

  .sdgs-page .sdgs-introduction {
    margin: -9px 0 53px;
    padding: 0 0 11px;
  }

  .sdgs-page .work-test-right {
    padding-left: 0;
  }

  .sdgs-page .sdgs-introduction .work-list-title {
    margin: 20px 0 14px 3px;
  }

  .social-font {
    font-size: 18px;
  }

  .sdgs-read-text02 {
    font-size: 16px;
    margin: 0 0 66px;
  }

  .sdgs-page .social-img02 .blog-card-list img {
    margin: 0 0 30px;
  }

  .social-img .blog-card-list-item {
    margin: 0 0 42px;
  }

  .social-img02 .blog-card-list-item {
    margin: 0 0 63px;
  }
}

@media screen and (max-width: 960px) {
  .sdgs-page .home-role-top figure img {
    height: auto;
    max-width: 100%;
    width: -webkit-fill-available;
  }

  .sdgs-page .recruit-page-num {
    margin: 0 15px 0 0;
  }
}

/*================================
	DIVERSITY
=================================*/

.diversity .page-common-section-about {
  padding: 120px 8% 0;
}

.page-common-section-diversity-future {
  padding-top: 0;
}

.diversity-page-catch {
  background: url(./images/diversity/diversity-page-head-bg-sp.jpg) no-repeat top center;
  background-size: cover;
}

.diversity-info {
  padding: 80px 8% 0;
}

.diversity-work-system-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.diversity-work-system-list-item .has-num-title-wrapper {
  margin-bottom: 70px;
}

.diversity-work-system-list-item .recruit-page-num {
  font-size: 2rem;
}

.diversity-work-system-list-item .recruit-page-num::after {
  height: 5px;
  top: 100%;
}

.diversity-work-system-list-item .work-system-list-title {
  font-size: 2.4rem;
  line-height: 1.1;
}

.diversity-work-system-list-item .work-system-image {
  margin-bottom: 60px;
}

.diversity-info-text {
  font-size: 1.8rem;
  margin-bottom: 40px;
}

.diversity-section-content-title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 50px;
}

.future-discuss-list-item {
  background: #f5f9fa;
  padding: 50px 20px 20px;
  text-align: center;
}

.future-discuss-list-item:not(:nth-child(3n)) {
  margin-bottom: 30px;
}

.future-discuss-title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 35px;
}

.future-discuss-list-item .future-discuss-img {
  display: inline-block;
  margin-bottom: 40px;
  width: 112px;
}

.future-discuss-list-item:nth-child(2) .future-discuss-img {
  margin-bottom: 30px;
  width: 102px;
}

.future-discuss-list-item .future-discuss-text {
  text-align: left;
}

.job-card-list-item:not(:nth-child(3n)) {
  margin: 0;
}

.job-card-list-item:not(:nth-child(-n+3)) {
  margin-top: 28px;
}

.blog-card-list {
  justify-content: center;
}

@media screen and (min-width: 960px) {
  /*================================
   company
=================================*/
  .company-page-title-wrapper {
    margin: 0 auto;
  }

  .common-page-section-top {
    padding: 0 0 115px;
  }

  .company-action
  {
    padding: 115px 0;
  }

  .company-page-catch {
    background: url(../images/home/top-picture.jpg) no-repeat top center;
    /* background-size: 1440px 400px; */
    background-size: cover;
    margin-bottom: 0;
  }


  .company-intro {
    padding-top: 0;
  }


  .company-intro-text {
    font-size: 2rem;
  }


  .company-intro-text-wrap {
    margin: 0;
  }


  .company-intro-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }


  .company-intro-img {
    margin: 0;
    width: 332px;
  }


  .company-inner {
    padding: 0 0 0 10%;
  }


  .company-mission-bg {
    background: #f5f9fa;
  }


  .company-mission-bg-pc {
    background: #f5f9fa url(./images/about/management-goals-logo.png) no-repeat 100% 110px;
    background-size: 442px auto;
    padding: 0 20px;
  }


  .company-third-title {
    line-height: 1;
  }


  .company-third-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px;
  }


  .company-third-title-label {
    margin: 0;
  }


  .company-third-title-label::before {
    display: inline-block;
    content: "／";
    padding: 0 1em;
  }


  .company-fourth-title {
    font-size: 3.2rem;
    letter-spacing: 2px;
    margin: 0 0 20px;
  }


  .company-order-list-item:not(:last-child) {
    margin: 0 0 30px;
  }


  .company-data-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }


  .company-data-list-title {
    padding: 0 10px 0 0;
    width: 16%;
  }


  .company-data-list-cont {
    width: 84%;
  }


  .credo-message {
    padding: 0 20px 120px;
  }


  .ceo-message {
    border-top: 1px solid #ddd;
    padding: 120px 20px 0;
  }


  .ceo-message .company-inner {
    display: flex;
    justify-content: space-between;
  }


  .ceo-message .company-intro-text-wrap {
    /*width: 50%;*/
    width: 100%;
  }


  .company-message {
    border: none;
    padding: 115px 0;
  }


  .iframe-wrap {
    padding-bottom: 500px;
  }


  /*================================
     office
  =================================*/

  .office-page-catch {
    background: url(./images/about-office/about-office-page-haed-bg.jpg) no-repeat top center;
    background-size: 1440px 400px;
    margin: 0 auto;
  }


  .office-section {
    padding: 60px 20px;
  }

  .office-section-movie {
    padding: 60px 20px;
  }

  .office-list,
  .blog-light-card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }


  .office-list-item {
    width: 47.5%;
  }


  .office-list-item:nth-child(odd) {
    margin: 0 5% 0 0;
  }


  .office-list-item-img {
    margin: 0 0 30px;
  }


  .office-list-item-text {
    min-height: 6em;
  }


  .office-home-role-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }


  .office-home-role-wrap .home-role-story, .office-home-role-wrap .home-role-office {
    max-width: 475px;
  }


  /*================================
     education
  =================================*/

  .education-page-catch {
    background: url(./images/education/education-page-haed-bg.jpg) no-repeat top center;
    background-size: 1440px 400px;
  }


  .education-intro {
    padding-top: 0;
  }


  .education-order-list-item::before {
    border-radius: 30px;
    font-size: 32px;
    font-size: 2rem;
    height: 60px;
    line-height: 60px;
    left: -30px;
    width: 60px;
  }


  .education-order-list {
    padding: 0 0 0 30px;
  }


  .education-order-list-item {
    padding: 0 0 0 50px;
  }


  .education-order-list-item-title {
    line-height: 60px;
  }


  .education-graf-list,
  .education-graf-list-diversity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
  }

  .education-graf-list-diversity {
    margin-bottom: 120px;
  }


  .education-graf-list-item {
    margin: 0;
    width: 30%;
  }

  .education-graf-list-item-diversity {
    border-bottom: none;
    margin: 0;
    padding-bottom: 0;
    width: 30%;
  }


  .education-graf-list-item:nth-child(-n + 3) {
    margin-bottom: 60px;
  }


  .education-graf-list-item-graph {
    min-height: 243px;
  }


  .education-graf-list-item-text {
    margin-top: 50px;
  }


  .education .accordion-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .education .page-common-section-about {
    padding: 120px 20px 0;
  }

  .education .page-common-section-about::before {
    width: 100%;
  }


  .education-icon-staff {
    margin: 0 20px 0 0;
  }


  .education-staff-data::before {
    content: "／";
    display: inline-block;
    font-size: 25.6px;
    font-size: 1.6rem;
    padding: 0 10px;
  }


  .education-staff-faq-a:not(:last-child) {
    margin: 0 0 50px;
  }

  .education-inner {
    padding: 0 20px;
  }


  /*================================
      blog archive
  =================================*/

  .blog-article-page-catch {
    background: url(./images/blog/blog-page-haed-bg.jpg) no-repeat top center;
    background-size: 1440px 400px;
    margin: 0 auto;
  }


  .blog-article-tag-list,
  .blog-article-list-wrap {
    margin: 0 auto;
    max-width: 1040px;
  }


  .blog-article-tag-list {
    background: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
  }


  .blog-article-tag-list .menu-item {
    margin: 0 2% 50px 0;
    text-align: center;
    width: 23.5%;
  }


  .blog-article-tag-list .menu-item a {
    display: block;
    padding: 0 0 20px;
  }


  .blog-article-tag-list .menu-item a:hover {
    color: #00a3e0;
    border-color: #00a3e0;
  }


  .blog-article-tag-list .menu-item:nth-child(4n) {
    margin: 0;
  }


  .blog-card-list,
  .simple-blog-card-list {
    column-gap: 2.75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: start;
    margin: 0 auto;
    max-width: 1000px;
  }


  .post-type-archive-job .blog-card-list {
    justify-content: left;
  }


  .blog-article-list-wrap {
    padding: 10px 20px 120px;
  }


  .btn-normal-more,
  .posts-navigation .nav-links,
  button.btn-normal-more {
    cursor: pointer;
    margin: 0 auto;
    width: 475px;
  }


  .blog-detail-content-outer {
    margin: 0 auto;
    padding: 0 20px;
  }


  /*================================
      blog detail
  =================================*/

  .blog-detail-head {
    margin: 0 0 30px;
    padding: 60px 0;
  }


  .blog-detail-head .page-common-section-inner {
    padding: 0 20px;
  }


  .blog-detail-head-data {
    margin: 0 0 10px;
  }


  .blog-detail-head-lower,
  .blog-detail-footer .blog-detail-breadcrumb-wrap {
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 30px;
  }


  .blog-detail-sns-links {
    border: none;
    margin: 0;
    padding: 0;
  }


  .blog-detail-breadcrumb {
    margin: 0;
    width: 85%;
  }


  .blog-detail-img {
    margin: 60px 0 0;
  }


  .blog-detail-content-wrap {
    /* ブログカード */
  }


  .blog-detail-content-wrap blockquote:not(.wp-embedded-content) {
    background-position: 25px 25px;
    padding: 50px;
  }


  .blog-detail-content-wrap blockquote:not(.wp-embedded-content) p:first-child {
    margin: 0;
  }


  .blog-detail-content-wrap iframe.wp-embedded-content {
    height: 132px;
  }


  .blog-detail-footer {
    margin: 0 0 80px;
  }


  .blog-detail-head-lower .blog-detail-sns-links {
    border: none;
    margin: 0;
  }


  .blog-detail-footer .blog-detail-sns-links {
    background: none;
    margin: 0;
  }


  .blog-detail-footer .blog-detail-breadcrumb-wrap {
    margin: 0 0 80px;
  }


  .blog-detail-post-links-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }


  .blog-detail-post-links-wrap li {
    font-size: 1.6rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }


  .blog-detail-post-links-wrap li:first-child {
    margin: 0;
  }


  .blog-detail-post-links-wrap li:last-child {
    border-left: 1px solid #ddd;
    text-align: right;
  }


  .blog-detail-post-links-wrap a:hover {
    color: #00a3e0;
  }


  .blog-detail-post-links-wrap a[rel="prev"]:hover {
    background-image: url(./images/blog/arrow-color-left.svg);
  }


  .blog-detail-post-links-wrap a[rel="next"]:hover {
    background-image: url(./images/blog/arrow-color.svg);
  }


  /*================================
    contact
  =================================*/

  /* button */
  .btn-submit input[type=submit] {
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
  }


  .btn-submit input[type=submit]:hover {
    background: #3ac9ff;
  }


  /* form */
  .contact-form-input-list textarea {
    width: 100%;
  }


  .contact-form-input-list-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }


  .contact-form-input-list-column > div {
    width: 49%;
  }


  .contact-form-input-list-column > div:first-child {
    margin: 0 2% 0 0;
  }


  .contact-form-input-list-column input:first-child,
  .contact-form-input-list-column select:first-child {
    margin-right: 6%;
  }


  .contact-form-input-year,
  .contact-form-input-date {
    min-width: 190px;
  }


  .contact-form-input-date-wrap {
    text-align: left;
  }


  input.contact-form-input-year,
  input.contact-form-input-date {
    margin: 0 20px 15px;
    width: 190px;
  }


  .contact-form-input-list-inner {
    min-width: 250px;
  }


  .contact-form-input-date-wrap .contact-form-input-list-inner:first-child {
    min-width: 290px;
  }


  /* confirm */
  .mw_wp_form_confirm .contact-form-input-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }


  .mw_wp_form_confirm .contact-form-input-list-inner,
  .mw_wp_form_confirm .contact-form-input-date-wrap .contact-form-input-list-inner:first-child {
    min-width: auto;
  }


  .mw_wp_form_confirm .contact-form-input-title {
    margin-right: 2%;
    width: 15%;
  }


  .mw_wp_form_confirm .contact-form-input-cont {
    min-height: 1.6em;
    width: 82%;
  }


  .mw_wp_form_confirm .contact-form-input-list-column > div {
    width: auto;
  }


  .contact-form-input-cont input[name=tel] {
    max-width: 48%;
  }


  .contact-form-input-cont input[name=email] {
    width: 100%;
  }


  .mwform-radio-field label,
  .mwform-checkbox-field label {
    cursor: pointer;
  }


  .mwform-radio-field label input, .mwform-radio-field label span,
  .mwform-checkbox-field label input,
  .mwform-checkbox-field label span {
    cursor: pointer;
  }


  .mwform-radio-field label:hover,
  .mwform-checkbox-field label:hover {
    background: #f5f5f5;
  }


  .contact-form-flow-item {
    text-align: center;
  }


  .contact-form-flow-item span {
    display: inline-block;
    vertical-align: middle;
  }


  .contact-form-flow-item span:last-child {
    font-weight: 500;
    font-size: 1.8rem;
  }


  .contact-form-flow-num {
    margin: 0 1em 0 0;
  }


  .mw_wp_form_confirm .contact-form .page-common-section {
    padding-top: 0;
  }


  /*================================
      404
  =================================*/

  .not-found-title {
    font-size: 3.2rem;
  }


  .not-found-text {
    text-align: center;
  }

  /*================================
  	recruit_lp
  =================================*/

  .recruit-lp-page-catch {
    position: relative;
    height: 563px;
    padding: 0;
    background: url(./images/recruit-lp/recruit-lp-head-bg.jpg) no-repeat top center;
    background-size: cover;
  }

  .section-movie-recruit-lp {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1000px;
    height: 563px;
    transform: translateX(-50%);
  }

  .section-movie-recruit-lp iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .recruit-lp .page-common-section-about {
    padding: 60px 20px 0;
  }

  .recruit-lp .education-graf-list {
    margin-bottom: 0;
  }

  .recruit-lp .education .page-common-section {
    padding: 60px 20px 100px;
  }

  .recruit-lp-contract {
    margin-top: -250px;
    padding-top: 300px;
  }

  .recruit-lp-middle-catch {
    height: 500px;
    margin: 0 auto;
    background: url(./images/recruit-lp/recruit-lp-middle-bg.jpg) no-repeat center;
    background-size: 1440px 500px;
    z-index: 1;
  }

  .recruit-lp-info {
    margin: auto;
    padding: 60px 20px;
  }

  .recruit-lp-info-text {
    margin-bottom: 60px;
  }

  .recruit-lp-contract .recruit-info {
    margin: auto;
    padding: 60px 20px 120px;
  }

  /*================================
  	SDGs
  =================================*/
  .sdgs-page-catch {
    background: url(./images/sdgs/sdgs-page-haed-bg.jpg) no-repeat top center;
    background-size: 1440px 400px;
  }

  .sdgs-info {
    padding: 0 20px 120px;
  }

  .sdgs-info-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .sdgs-info-text {
    max-width: 631px;
    margin-bottom: 0;
  }

  .sdgs-info-img {
    height: 350px;
    width: 397px;
  }

  .sdgs-goal .page-common-section-inner {
    padding: 0 20px;
  }

  .sdgs-goal-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sdgs-goal-list-item .recruit-page-num {
    width: auto;
  }

  .sdgs-goal-text {
    margin-bottom: 0;
  }

  .sdgs-goal-image-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sdgs-goal-image,
  .sdgs-goal-image02 {
    display: flex;
    justify-content: right;
    margin: 0 0 10px auto;
    width: 200px;
  }

  .sdgs-goal-image:first-child,
  .sdgs-goal-image02:first-child {
    margin: 0 20px 0 0;
  }

  .other-title {
    font-size: 2.4rem;
  }

  .company-tour-block .page-full-btn {
    margin-bottom: 120px;
  }

  .page-common-section.sdgs {
    padding: 0 20px 120px;
  }

  .sdgs-page .home-role-top {
    margin: 0;
  }

  .social-mb {
    margin: 20px 0 40px;
  }

  .home-role-social {
    margin: 120px auto 0;
  }

  .home-role-social figure {
    width: 47.5%;
  }

  .home-role-top-text-social {
    margin: auto 0;
    padding: 0;
    width: 47.5%;
  }

  .home-social {
    margin: 98px auto 0;
  }

  .home-top-text-social {
    padding: 0;
    width: 47.5%;
  }

  /*================================
    DIVERSITY
  =================================*/

  .diversity .page-common-section-about {
    padding: 40px 20px 0;
  }

  .diversity-page-catch {
    background: url(./images/diversity/diversity-page-head-bg.jpg) no-repeat top center;
    background-size: 1440px 400px;
  }

  .diversity-info {
    padding: 0 20px 20px;
  }

  .diversity-info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
  }

  .diversity-info-text {
    font-size: 2rem;
    margin-bottom: 0;
    max-width: 450px;
  }

  .diversity-work-system-list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
  }

  .diversity-work-system-list-item .has-num-title-wrapper {
    margin-bottom: 50px;
  }

  .diversity-work-system-list-item .work-system-list-title {
    line-height: 1.4;
  }

  .diversity-work-system-list-item .work-system-image {
    margin-bottom: 0;
  }

  .future-discuss-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .future-discuss-list-item {
    margin-bottom: 0;
    width: 30%;
  }

  .future-discuss-list-item:not(:nth-child(3n)) {
    margin: 0 5% 0 0;
  }

  .future-discuss-list-item .future-discuss-text {
    letter-spacing: 0.05em;
  }

}

@media screen and (max-width: 1000px) {
  .section-movie-recruit-lp {
    width: 100%;
  }
}

.fontFix {
  transform: rotate(0.05deg);
}

.blog-detail-content-wrap table {
  border-collapse: collapse;
  /*font-size: 0.85rem;*/
  border: solid 1px #99bfd7;
  margin: 40px 0;
  width: 100%;
}

.blog-detail-content-wrap table td {
  border-bottom: solid 1px #99bfd7;
  padding: 18px;
}

.blog-detail-content-wrap table td:nth-child(odd) {
  width: 35%;
  border-right: solid 1px #99bfd7;
  background: #f0f7fd;
}

.blog-detail-content-wrap table td:nth-child(even) {
  width: 65%;
}

.job-detail-content-outer .blog-detail-content-wrap table {
  border-right: none;
  display: block;
  margin-right: -8vw;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  width: calc(100% + 8vw);
}

.job-detail-content-outer .blog-detail-content-wrap table th {
  background: #f0f7fd;
  border: 1px solid #99bfd7;
  font-weight: 500;
  padding: 18px;
}

.job-detail-content-outer .blog-detail-content-wrap table td {
  background: transparent;
  border-color: #99bfd7;
  width: auto;
}

h1,
h2,
h3,
h4 {
  font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
  font-weight: 600;
}

@media screen and (min-width: 960px) {
  .blog-detail-content-wrap table {
    margin-bottom: 50px;
    font-size: 1.6rem;
  }

  .job-detail-content-outer .blog-detail-content-wrap table {
    display: table;
    margin: 40px 0;
    overflow-x: visible;
    table-layout: auto;
    white-space: normal;
    width: 100%;
  }
}

@media screen and (min-width: 1060px) {
  .blog-detail-related .page-common-section-inner {
    padding: 0 20px;
  }
}

/*外部リンク*/
.more-btn .blank-link::after {
  background: url(./images/common/icon-blank.svg) no-repeat !important;
  transition: all .5s;
}

.more-btn .blank-link:hover::after {
  background: url(./images/common/icon-blank-hover.svg) no-repeat !important;
}

@media screen and (max-width: 767px) {

  .home-blog::before {
    background: rgba(0, 163, 224, 0.5);
    content: "";
    height: 165px;
    position: absolute;
    right: 0;
    top: 230px;
    width: 100%;
  }

  .home-inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-second-title.blog {
    margin: 0 0 100px;
  }

  .right-container {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .remark {
    display: flex;
    margin: 75px auto 0 auto;
    max-width: 1000px
  }

  .remark-wrapper {
    align-items: center;
    display: flex;
    flex-flow: column;
  }

  .remark-picture img {
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center;
    width: 100%
  }

  .remark-texts {
    font-size: 16px;
    margin-left: 50px;
  }

  .remark-picture {
    border-radius: 100%;
    flex: none;
    height: 90px;
    overflow: hidden;
    width: 90px;
  }

  .remark-name {
    font-size: 16px;
  }

  .remark-content {
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .remark {
    display: flex;
    flex-flow: column;
    margin-top: 75px;
  }

  .remark-wrapper {
    align-items: center;
    display: flex;
  }

  .remark-picture img {
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center;
    width: 100%
  }

  .remark-texts {
    font-size: 16px;
  }

  .remark-picture {
    border-radius: 100%;
    flex: none;
    height: 90px;
    overflow: hidden;
    width: 90px;
  }

  .remark-name {
    margin-left: 20px;
  }

  .remark-content {
    margin-top: 20px;
  }

  .job-seminar {
    max-width: initial;
  }

  .seminar-list {
    margin: 0 100px;
  }
}

@media screen and (max-width: 425px) {
  .normal-text {
    margin: 13px 0 0 25px;
    position: static;
  }
  .scroll {
    width: 45px;
  }
}

@media screen and (max-width: 363px) {
  .job-article-list .blog-card-title {
    margin-bottom: 8px;
    padding-top: 15px;
    padding-bottom: 0px;
  }
}

/*================================
    b-corp
  =================================*/
.b-corp-page-catch {
  background: url(./images/b-corp/b-corp-page-head-bg.png) no-repeat top center;
  background-size: 1440px 400px;
}

.b-corp .flex {
  border-bottom: 1px solid #ddd;
  display: flex;
  margin-bottom: 54px;
  padding-bottom: 59px;
}

.b-corp section .b-corp-title {
  max-width: 730px;
  width: 100%;
}

.b-corp-h2 {
  line-height: 1.65;
  margin: 9px 0 35px;
}

.b-corp-h4 {
  margin-bottom: 15px;
}

.b-corp-link {
  text-align: right;
}

.b-corp-link a::after {
  background-image: url(./images/common/icon-blank.svg);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin: 0 0 0 10px;
  vertical-align: middle;
  width: 15px;
}

.b-corp-mv .b-corp-link {
  margin: 31px 0 104px;
}

.title-score {
  margin: 30px;
}


.b-corp-bg-color-blue {
  background: url(./images/b-corp/b-corp-bg-color-blue.png) no-repeat;
  background-size: cover;
  height: 727px;
  position: relative;
  width: 100%;
}

.b-corp .b-corp-bg-color-white {
  background-color: #fff;
  border-radius: 10px;
  bottom: 0;
  height: 487px;
  left: 0;
  margin: auto;
  max-width: 1000px;
  position: absolute;
  right: 0;
  top: 0;
}

.b-corp .s1-title {
  border-bottom: 1px solid #00a3e0;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 60px 0;
}

.b-corp-score {
  margin: 0 30px;
  text-align: center;
}

.b-corp-bg-color-blue .b-corp-link {
  margin: 19px 30px 17px auto;
}

.b-corp-bg-color-blue .s1-title {
  margin: 30px;
}

.b-corp-mtb {
  padding: 108px 0 0;
}

.b-corp-mb-120 {
  font-family: "ヒラギノ角ゴ W4 JIS2004", sans-serif;
  font-size: 32px;
  margin-bottom: 99px;
  text-align: center;
}

.b-corp-attempt {
  border-bottom: 1px solid #ddd;
  letter-spacing: 0;
  margin-bottom: 56px;
  padding-bottom: 60px;
}

.b-corp-attempt:last-child {
  border-bottom: none;
  padding-bottom: 112px;
}

.b-corp-attempt.client .b-corp-link {
  margin-top: 16px;
}

.bold-text {
  margin: -12px 0 20px;
}

.bold-text span {
  color: #00a3e0;
}

.b-corp-attempt .flex-space {
  display: flex;
  justify-content: space-between;
}

.b-corp-attempt .b-corp-box {
  max-width: 800px;
}

.b-corp-attempt .b-corp-link {
  margin-top: 6px;
}

.b-corp .font-prompt {
  font-family: "ヒラギノ角ゴ", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

.b-corp .page-title,
.b-corp-mv .b-corp-h2,
.b-corp-mv .b-corp-text {
  letter-spacing: 0;
}

.page-common-section.b-corp {
  padding: 60px 20px;
}

.b-corp-bg {
  background: url(./images/b-corp/b-corp-bg.png) no-repeat;
  background-size: cover;
}

.b-corp-mv2 .b-corp-h4 {
  letter-spacing: 1.5px;
}

.b-corp-mv2 p {
  letter-spacing: 0;
}

.b-corp-attempt.environment {
  border-bottom: 1px solid #ddd;
  letter-spacing: 0;
  margin-bottom: 56px;
  padding-bottom: 54px;
}

.page-common-section.b-corp .blog-card-img {
  height: auto;
  width: 315px;
}

.page-common-section.b-corp .read-text-title {
  margin-bottom: 23px;
}

.page-common-section.b-corp .read-text {
  margin: 0 0 49px;
}

.b-corp .company-intro-img {
  text-align: right;
}

.b-corp .pc {
  display: block;
}

.b-corp .sp {
  display: none;
}

@media screen and (max-width: 960px) {
  .page-common-section.b-corp .blog-card-img {
    height: auto;
    min-width: 315px;
    width: 100%;
  }

  .b-corp .pc {
    display: none;
  }

  .b-corp .sp {
    display: block;
  }

  .b-corp-page-catch {
    background: url(./images/b-corp/b-corp-page-head-bg-sp.png) no-repeat bottom/cover;
    height: 300px;
  }

  .b-corp .page-title {
    line-height: 1.2;
  }

  .b-corp .page-common-section-us {
    padding: 127px 8% 0 8%;
  }

  .b-corp .flex {
    display: block;
  }

  .b-corp .company-intro-img {
    margin: 72px auto 2px;
    text-align: center;
  }

  .b-corp-score img {
    max-height: 887px;
    max-width: 275px !important;
  }

  .b-corp-bg-color-blue {
    height: 1288px;
    position: relative;
    width: 100%;
  }

  .b-corp .b-corp-bg-color-white {
    height: 1052px;
    margin: 117px auto auto;
    max-width: 315px;
  }

  .b-corp-bg-color-blue .s1-title {
    letter-spacing: 0;
    margin: 27px 23px 30px;
  }

  .b-corp-score {
    margin: 0 20px;
  }

  .b-corp-bg-color-blue .b-corp-link {
    margin: 19px 18px 17px auto;
  }

  .b-corp-mtb {
    padding: 0;
  }

  .b-corp-mb-120 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 111px;
    text-align: unset;
  }

  .b-corp-attempt .flex-space {
    display: block;
    text-align: center;
  }

  .b-corp-attempt img {
    margin: 0 71px 60px;
    max-height: 175px;
    max-width: 171px;
    width: 100%;
  }

  .b-corp-attempt {
    margin-bottom: 56px;
    padding-bottom: 52px;
  }

  .bold-text {
    margin: -12px 0 30px;
  }

  .employee .bold-text {
    margin: -12px 0 25px;
  }

  .communication .bold-text {
    margin: -8px 0 30px;
  }

  .environment .bold-text {
    line-height: 1.75;
    margin: -8px 0 34px;
  }

  .b-corp-attempt.environment {
    margin-bottom: 56px;
    padding-bottom: 54px;
  }

  .b-corp-attempt .b-corp-link {
    margin-top: 31px;
  }

  .client .bold-text {
    line-height: 1.75;
    margin: -9px 0 32px;
  }

  .b-corp-attempt.client .b-corp-link {
    margin-top: 31px;
  }

  .b-corp .b-corp-bg .page-common-section {
    padding: 115px 8% 0;
  }

  .b-corp .page-common-section .read-text-title {
    margin: 1px 0 26px 11px;
  }

  .page-common-section.b-corp .read-text {
    font-size: 16px;
    margin: -2px 0 50px 6px;
    text-align: center;
    width: 315px;
  }

  .page-common-section.b-corp .blog-card-img {
    margin: 0 auto 17px;
  }

  .b-corp .blog-card-list-item {
    margin-bottom: 40px;
  }

  .b-corp-mv .b-corp-link {
    margin: 33px 0 115px;
  }
}

.b-corp-attempt img,
.company-intro-img img,
.footer-nav img {
  border-radius: 0;
}

@media screen and (max-width: 500px) {
  .b-corp-attempt .flex-space {
    text-align: unset;
  }

  .bold-text {
    text-align: left;
  }
}

/**スライダー(モーダルウィンドウ)**/
  .wrap {
    max-width: 100%;
    margin: 50px auto;
    text-align: center;
  }
.swiper-button-prev,
.swiper-button-next {
    color: #b8b8b8;
}
.swiper-pagination-bullet-active{
  background:#b8b8b8;
}

.swiper .swiper-slide {
  display: flex;
}
.swiper .swiper-slide a img {
  align-self: center;
}
.swiper .swiper-slide.v-img a img {
  aspect-ratio: 16 / 9;
  border: 1px solid #ddd;
  height: 100%;
  object-fit: contain;
}

