@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  margin: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  opacity: 0;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  -webkit-print-color-adjust: exact;
  line-height: 1.8;
}

header,
footer {
  line-height: 100%;
}

a {
  color: currentColor;
  text-decoration: none;
  /* FireFoxで無駄な枠線を表示しないよう追加 */
  outline: none !important;
  word-wrap: break-word;
}
a[onclick] {
  cursor: pointer;
}
a[href^=tel] {
  color: inherit;
  cursor: text;
  text-decoration: none;
}
a[href^=tel]:hover {
  opacity: 1;
}

figcaption {
  margin-top: 5px;
  line-height: 1.6;
  text-align: center;
}

button, input, textarea, select {
  background-color: transparent;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

p, li {
  font-size: 17px;
  font-weight: 400;
  line-height: 170%;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  main {
    margin: 40px 0 120px;
    display: block;
  }
  section + section {
    margin-top: 72px;
  }
  section section {
    margin-top: 60px;
  }
  a:hover {
    opacity: 0.7;
  }
  a:hover,
  a:hover p {
    text-decoration: none;
  }
  a:focus {
    outline: none !important;
  }
}
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  body {
    border-width: 4px;
    width: 100%;
    height: 100%;
  }
  main {
    margin: 40px 0 80px;
    display: block;
  }
  section + section {
    margin-top: 48px;
  }
  section section {
    margin-top: 50px;
  }
  p, li {
    font-size: 16px;
    line-height: 150%;
  }
}
/* =======================================- */
/* ▼▼　ヘッダー
/* =======================================- */
.logo {
  max-width: 300px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
}
.logo-text {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 800;
  text-align: center;
  color: #5BAF1F;
}

header a {
  color: inherit;
}

.header .logo-text {
  line-height: 1;
}
.header-sns-logo .logo-link {
  width: 32px;
  height: 32px;
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-entry-btn {
  display: block;
}
.header-entry-btn .entry-btn-label {
  position: relative;
  max-width: 214px;
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
  color: #FBA339;
  z-index: 10;
  border-radius: 100px;
  margin: 0 auto;
  padding: 4px 16px;
}
.header-entry-btn .entry-btn-label::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
}
.header-entry-btn .entry-btn-text {
  position: relative;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  z-index: 10;
}
.header-entry-btn .entry-btn-layout {
  position: absolute;
  background-color: #FBA339;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(251, 163, 57, 0.8);
          box-shadow: 0px 0px 20px 0px rgba(251, 163, 57, 0.8);
  z-index: 1;
}
.header-layout {
  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;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .header {
    position: relative;
    overflow: hidden;
    padding: 23px 0;
  }
  .header .container {
    width: 100%;
    padding-left: 32px;
    margin: 0;
  }
  .header-sns-logo .logo-link {
    display: block !important;
  }
  .header-sns-logo .logo-link::after {
    display: none;
  }
  .header-sns-logo .logo-link img:nth-of-type(1) {
    display: block;
  }
  .header-sns-logo .logo-link img:nth-of-type(2) {
    display: none;
  }
  .header-nav {
    margin: auto 0;
  }
  .header-nav .nav-list {
    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;
    margin-left: -32px;
  }
  .header-nav .nav-item {
    font-size: 18px;
    font-weight: bold;
    margin-left: 32px;
  }
  .header-nav .nav-link {
    position: relative;
    padding-bottom: 8px;
  }
  .header-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header-nav .nav-link:hover {
    opacity: 1;
  }
  .header-nav .nav-link:hover::after {
    width: 24px;
    height: 3px;
    background-color: #5BAF1F;
    border-radius: 25px;
  }
  .header-nav .nav .active::after {
    width: 24px;
    height: 3px;
    background-color: #5BAF1F;
    border-radius: 25px;
  }
  .header-entry-btn {
    width: 243px;
    margin-left: 40px;
  }
  .header-entry-btn .entry-btn-label {
    position: relative;
    max-width: 214px;
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
    color: #FBA339;
    z-index: 10;
    border-radius: 100px;
    margin: 0 auto;
    padding: 4px 16px;
  }
  .header-entry-btn .entry-btn-text {
    font-size: 22px;
    margin-top: 10px;
  }
  .header-entry-btn .entry-btn-layout {
    width: 346px;
    height: 346px;
    top: -110px;
    right: -103px;
  }
  .header-menu .header-menu-btn {
    display: none;
  }
}
@media (max-width: 1210px) {
  .header-nav .nav-list {
    margin-left: -20px;
  }
  .header-nav .nav-item {
    margin-left: 20px;
    white-space: nowrap;
  }
  .header-menu {
    margin-left: 20px;
  }
}
@media (max-width: 1160px) {
  .header {
    overflow: initial;
    padding: 0;
  }
  .header-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    background-color: #5BAF1F;
    border-radius: 24px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2509803922);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2509803922);
    margin: 0 24px;
  }
  .header-nav .nav {
    margin-top: 16px;
  }
  .header-nav .nav-list {
    display: block;
    margin-left: 0;
  }
  .header-nav .nav-item {
    position: relative;
    font-weight: bold;
    background-color: #fff;
    border-radius: 13px;
    margin-left: 0 !important;
  }
  .header-nav .nav-item + .nav-item {
    margin-top: 8px;
  }
  .header-nav .nav-item:last-child {
    background-color: initial;
    border-bottom: none;
  }
  .header-nav .nav-link {
    position: relative;
    padding: 18px 24px;
  }
  .header-nav .nav-link::before {
    content: "";
    position: absolute;
    width: 29px;
    height: 29px;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 1.5px solid #5BAF1F;
    border-radius: 100%;
  }
  .header-nav .nav-link::after {
    display: none;
  }
  .header-nav .nav-link span::before {
    content: "";
    position: absolute;
    right: 26px;
    top: 50%;
    width: 12px;
    height: 2px;
    background-color: #5BAF1F;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header-nav .nav-link span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #5BAF1F;
    border-right: 2px solid #5BAF1F;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .header-nav .nav-link.logo-link {
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 0;
    margin: 0 auto;
  }
  .header-nav .nav-link.logo-link img:nth-of-type(1) {
    display: none;
  }
  .header-nav .nav-link.logo-link img:nth-of-type(2) {
    display: block;
  }
  .header-nav .nav-link.logo-link::before {
    content: none;
  }
  .header-nav .nav-link.logo-link span::before {
    content: none;
  }
  .header-nav .nav-link.logo-link span::after {
    content: none;
  }
  .header-nav a {
    display: block;
    font-size: 16px;
    padding: 18px 24px;
  }
  .header-nav-btn {
    position: relative;
    width: 29px;
    height: 29px;
    margin: 0 0 0 auto;
  }
  .header-nav-btn::before, .header-nav-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #fff;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .header-nav-btn::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .header-nav-btn::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header-layout2 {
    position: absolute;
    right: 0;
    top: 130px;
    z-index: 9999;
  }
  .header-menu .header-menu-btn {
    display: block;
    position: relative;
    border: 1px solid #5BAF1F;
    border-radius: 4px;
    padding: 9px 10px;
  }
  .header-menu .header-menu-btn .header-btn {
    height: 6px;
    width: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header-menu .header-menu-btn .header-btn::before {
    left: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .header-menu .header-menu-btn .header-btn .headerBtn {
    height: 6px;
    width: 16px;
    margin: 0 auto 0;
    padding: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header-menu .header-menu-btn .header-btn .headerBtn-icon {
    position: relative;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    height: 1px;
    background: #5BAF1F;
    display: block;
  }
  .header-menu .header-menu-btn .header-btn .headerBtn-icon:nth-child(1) {
    top: -2px;
  }
  .header-menu .header-menu-btn .header-btn .headerBtn-icon:nth-child(2) {
    top: 0;
  }
  .header-menu .header-menu-btn .header-btn .headerBtn-icon:nth-child(3) {
    top: 2px;
  }
  .header-menu .header-menu-btn .header-btn .headerBtn-icon:last-child {
    display: block;
  }
  .header-menu .header-menu-btn .menu-text {
    font-family: "Roboto";
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: #5BAF1F;
    margin-right: 26px;
  }
  .header-entry-btn {
    position: relative;
    overflow: hidden;
    padding: 23px 0;
  }
  .menu-close .header-layout2 {
    visibility: hidden;
    opacity: 0;
  }
  .menu-open .header-layout2 {
    display: block;
    visibility: inherit;
    opacity: 1;
    right: 0;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu-open .header-nav {
    padding: 16px 24px 24px;
  }
  .menu-open .header-headerBtn {
    position: fixed;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .logo {
    max-width: 175px;
    width: 100%;
    padding: 18px 20px 20px 20px;
  }
  .logo-text {
    font-size: 10px;
  }
  .header {
    position: relative;
  }
  .header-logo {
    max-width: 135px;
    padding: 8px 0;
  }
  .header .container {
    width: 100%;
    padding: 0;
    padding-left: 10px;
    margin: 0;
  }
  .header-layout2 {
    top: 70px;
  }
  .header-menu .header-menu-btn .menu-text {
    font-size: 10px;
  }
  .header-entry-btn {
    width: 123px;
    padding: 19px 0;
    padding-left: 14px;
  }
  .header-entry-btn .entry-btn-text {
    font-size: 11px;
  }
  .header-entry-btn .entry-btn-layout {
    width: 118px;
    height: 118px;
    top: -29px;
    right: -13px;
  }
  .header-sns-logo {
    margin-top: 24px !important;
  }
}
/* =======================================- */
/* ▼▼　footer
/* =======================================- */
.footer {
  position: relative;
  z-index: 100;
}
.footer .container {
  width: 100%;
}
.footer-main {
  background: #5BAF1F;
  color: #FFFFFF;
}
.footer-main .nav-item {
  font-weight: bold;
}
.footer-bottom {
  background: #FFFFD9;
  color: #595959;
}
.footer-logo a {
  display: block;
}
.footer-logo .logo-img {
  border-radius: 20px;
}
.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-sns-logo {
  width: 32px;
  height: 32px;
}
.footer-sns-logo .logo-link {
  display: block;
}

.copyright {
  color: #9B9B9B !important;
  font-size: 14px;
}

.footer-entry {
  position: relative;
  overflow: hidden;
  margin-bottom: -50px;
  border-radius: 50px 50px 0 0;
}
.footer-entry .entry-btn {
  position: absolute;
  height: 39.583vw;
  width: 40.486vw;
  right: 0;
  top: 0;
}
.footer-entry .entry-btn-layout {
  position: absolute;
  top: 0;
  right: -230px;
  width: 56.458vw;
  height: 56.458vw;
  border-radius: 100%;
  background-color: #FBA339;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(251, 163, 57, 0.8);
          box-shadow: 0px 0px 20px 0px rgba(251, 163, 57, 0.8);
}
.footer-entry .entry-btn-link {
  position: absolute;
  top: -10.625vw;
  right: 0;
}
.footer-entry .entry-btn-content {
  position: absolute;
  top: 45%;
  -webkit-transform: translateX(-45%);
          transform: translateX(-45%);
  right: 155px;
}
.footer-entry .entry-btn-label {
  position: relative;
  max-width: 360px;
  font-size: 24px;
  font-weight: bold;
  background-color: #fff;
  color: #FBA339;
  z-index: 10;
  border-radius: 100px;
  margin: 0 auto;
  padding: 8px 24px;
}
.footer-entry .entry-btn-label::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
}
.footer-entry .entry-btn-text {
  font-size: 40px;
  position: relative;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  z-index: 10;
  margin-top: 17px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .footer .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .footer-main {
    padding: 63px 0 73px;
    border-radius: 50px 50px 0 0;
  }
  .footer-main .nav-item {
    font-size: 18px;
  }
  .footer-bottom {
    padding: 16px 0;
  }
  .footer-body {
    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;
  }
  .footer-row {
    margin-left: 23%;
  }
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -32px;
  }
  .footer-nav .nav-item {
    margin-left: 32px;
  }
  .footer-sns-logo {
    margin-left: 32px;
  }
  .copyright {
    font-size: 14px;
  }
  .entry-banner {
    position: relative;
    overflow: hidden;
    margin-bottom: -50px;
    border-radius: 50px 50px 0 0;
  }
  .entry-banner .entry-btn {
    position: absolute;
    width: 56.458vw;
    height: 56.458vw;
    top: -10.625vw;
    right: -15.9722vw;
    background-color: #Fff;
    border-radius: 100%;
  }
  .entry-banner .entry-btn-layout {
    position: absolute;
    border-radius: 100%;
    background-color: #FBA339;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(251, 163, 57, 0.8);
            box-shadow: 0px 0px 20px 0px rgba(251, 163, 57, 0.8);
    width: 56.458vw;
    height: 56.458vw;
    top: 0;
    right: 0;
  }
  .entry-banner .entry-btn-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 10.625vw;
    left: 3.125vw;
    width: 37.153vw;
    height: 36.111vw;
  }
  .entry-banner .entry-btn-label {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    background-color: #fff;
    color: #FBA339;
    border-radius: 100px;
    margin: 0 auto;
    padding: 4px 16px;
  }
  .entry-banner .entry-btn-label::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
  }
  .entry-banner .entry-btn-text {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-top: 17px;
  }
}
@media (max-width: 1210px) {
  .footer-body {
    padding: 0 30px;
  }
  .footer-row {
    margin-left: 20px;
  }
  .footer-nav {
    margin-left: -20px;
  }
  .footer-nav .nav-item {
    white-space: nowrap;
    margin-left: 20px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .footer .container {
    width: 100%;
    padding: 0 30px;
  }
  .footer-body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-row {
    margin-left: 0;
  }
  .footer-logo {
    text-align: center;
    margin: 0 auto 24px;
  }
  .footer-main {
    padding: 24px 0 32px;
    border-radius: 30px 30px 0 0;
  }
  .footer-main .nav-item {
    font-size: 14px;
  }
  .footer-bottom {
    padding: 24px 0 16px;
  }
  .footer-bottom .footer-nav {
    margin-bottom: 32px;
  }
  .footer-bottom .nav-item {
    font-size: 12px;
  }
  .footer-nav {
    margin-top: -16px;
  }
  .footer-nav .nav-item {
    margin: 16px 0 0;
  }
  .copyright {
    display: block;
    font-size: 10px;
    text-align: center;
  }
  .entry-banner {
    position: relative;
    overflow: hidden;
    border-radius: 30px 30px 0px 0px;
    padding-bottom: 34px;
    margin-bottom: -50px;
  }
  .entry-banner .container {
    padding: 0;
  }
  .entry-banner .entry-btn {
    position: absolute;
    width: 102.778vw;
    height: 102.778vw;
    bottom: -50%;
    left: -5px;
    background-color: #Fff;
    border-radius: 100%;
  }
  .entry-banner .entry-btn-layout {
    position: absolute;
    border-radius: 100%;
    background-color: #FBA339;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(251, 163, 57, 0.8);
            box-shadow: 0px 0px 20px 0px rgba(251, 163, 57, 0.8);
    width: 102.778vw;
    height: 102.778vw;
    top: 0;
    right: 0;
  }
  .entry-banner .entry-btn-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    height: 30.556vw;
  }
  .entry-banner .entry-btn-label {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
    color: #FBA339;
    border-radius: 100px;
    margin: 0 auto;
    padding: 4px 16px;
  }
  .entry-banner .entry-btn-label::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff;
  }
  .entry-banner .entry-btn-text {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 12px;
  }
  .entry-banner + .footer {
    margin-top: 34px;
    background-color: #FBA339;
  }
}
/* =======================================- */
/* ▼▼　コンテンツエリア
/* =======================================- */
/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .container {
    margin: 0 auto;
  }
}
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  /* =======================================- */
  /* ▼▼　SP:コンテンツエリア
  /* =======================================- */
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
.pageHeader {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #5BAF1F), to(#FFFFAA));
  background: linear-gradient(90deg, #5BAF1F 60%, #FFFFAA 100%);
  padding: 32px 0;
}
.pageHeader-ttl {
  max-width: 1060px;
  width: 100%;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  padding: 0 60px;
  margin: 0 auto;
}
.pageHeader-interview {
  position: relative;
  padding-bottom: 7.3%;
  height: 46.875vw;
}
.pageHeader-interview-inner {
  height: 100%;
  background-color: #5BAF1F;
  padding: 0;
}
.pageHeader-interview-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
.pageHeader-interview-mainvisual {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.pageHeader-interview-content {
  width: 35%;
  padding-top: 8.8%;
  padding-right: 4.3%;
}
.pageHeader-interview-content .pankuzu {
  z-index: 100;
}
.pageHeader-interview-content .pankuzu .container {
  padding: 0;
}
.pageHeader-interview-content .pankuzu .pankuzu-item {
  color: #fff;
}
.pageHeader-interview-content .pankuzu .pankuzu-item:nth-child(n+2):before {
  width: 20px;
  background-color: #A7D246;
  border: 1px solid #A7D246;
}
.pageHeader-interview-textblock {
  position: relative;
  color: #fff;
  margin-bottom: 57px;
}
.pageHeader-interview-textblock::after {
  content: "";
  background: url("/recruit/assets/img/page/interview/speech-bubble.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 215.5px;
  height: 114.5px;
  bottom: -23px;
  left: -23px;
}
.pageHeader-interview-textblock .pageHeader-interview-ttl {
  font-size: 36px;
  font-weight: bold;
}
.pageHeader-interview-textblock .pageHeader-interview-name {
  font-size: 20px;
  font-weight: 500;
  text-align: right;
  margin-top: 24px;
}
.pageHeader-interview-textblock .pageHeader-interview-name span {
  margin-left: 16px;
}
.pageHeader-interview-deco {
  width: 51.042vw;
  position: absolute;
  right: 0;
  bottom: 0;
}
.pageHeader-2 {
  position: relative;
  padding-bottom: 8.5%;
}
.pageHeader-2-mainvisual-img {
  border-radius: 0 0 50px 50px;
}
.pageHeader-2-content {
  position: absolute;
  top: 25.1%;
  -webkit-transform: translateY(-25.1%);
          transform: translateY(-25.1%);
  left: 15.28vw;
}
.pageHeader-2-content .pageHeader-ttl {
  font-size: 50px;
  padding: 0;
  margin-bottom: 24px;
}
.pageHeader-2-content .pankuzu .container {
  padding: 0;
}
.pageHeader-2-deco {
  width: 51.042vw;
  position: absolute;
  right: 0;
  bottom: 0;
}
.pageHeader-2 + .interview-top {
  margin-top: 16px;
}
.pageHeader-top {
  margin-bottom: 25px;
  position: relative;
}
.pageHeader-top-mainvisual .mainvisual-item {
  padding-left: 8.54vw;
}
.pageHeader-top-content {
  position: absolute;
  bottom: 120px;
  left: 3.54vw;
}
.pageHeader-top-content-img {
  width: 31.39vw;
}

@media (max-width: 1410px) {
  .pageHeader-interview-content {
    padding-top: 5.8%;
  }
  .pageHeader-interview-textblock .pageHeader-interview-ttl {
    font-size: 2.128vw;
  }
  .pageHeader-interview-textblock .pageHeader-interview-name {
    font-size: 1.135vw;
  }
}
@media (max-width: 1060px) {
  .pageHeader-ttl {
    max-width: 740px;
  }
}
/* =======================================- */
/* ▼▼▼　tablet
/* =======================================- */
@media (max-width: 1025px) and (min-width: 768px) {
  .pageHeader-2-content {
    left: 30px;
  }
  .pageHeader-top-content {
    bottom: -1.74vw;
  }
}
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .pageHeader {
    padding: 24px 0;
  }
  .pageHeader-ttl {
    max-width: 300px;
    width: 100%;
    font-size: 20px;
  }
  .pageHeader-interview {
    padding-bottom: 0;
    height: 100%;
  }
  .pageHeader-interview-inner {
    border-radius: 0 0 0 30px;
    margin-bottom: 61px;
  }
  .pageHeader-interview-flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pageHeader-interview-mainvisual {
    position: initial;
    width: 100%;
  }
  .pageHeader-interview-content {
    width: 100%;
    padding: 0 30px 50px;
  }
  .pageHeader-interview-content .pankuzu {
    margin-bottom: 20px;
  }
  .pageHeader-interview-content .pankuzu .pankuzu-item:nth-child(n+2):before {
    background-color: #A7D246;
  }
  .pageHeader-interview-textblock {
    margin-bottom: 57px;
  }
  .pageHeader-interview-textblock::after {
    background: url("/recruit/assets/img/page/interview/speech-bubble-sp.svg");
    width: 222px;
    height: 65px;
    bottom: -30px;
    left: -19px;
  }
  .pageHeader-interview-textblock .pageHeader-interview-ttl {
    font-size: 24px;
  }
  .pageHeader-interview-textblock .pageHeader-interview-name {
    font-size: 16px;
    margin-top: 8px;
  }
  .pageHeader-interview-deco {
    position: absolute;
    right: 0;
    bottom: -53px;
  }
  .pageHeader-interview .pankuzu .container {
    padding: 0;
  }
  .pageHeader-2 {
    position: relative;
    padding-bottom: 11%;
  }
  .pageHeader-2-mainvisual-img {
    border-radius: 0px 0px 30px 30px;
  }
  .pageHeader-2-content {
    left: 8.333vw;
  }
  .pageHeader-2-content .pageHeader-ttl {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .pageHeader-2-deco {
    width: 56.944vw;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .pageHeader-2 + .interview-top {
    margin-top: 8px;
  }
  .pageHeader-top {
    margin-bottom: 25px;
    position: relative;
  }
  .pageHeader-top-mainvisual .mainvisual-item {
    text-align: right;
    padding-left: 8.33vw;
  }
  .pageHeader-top-content {
    position: absolute;
    left: 8.33vw;
    bottom: -34px;
  }
  .pageHeader-top-content-img {
    width: 45.83vw;
  }
}
/* パンくず */
.pankuzu {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.pankuzu .pankuzu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pankuzu .pankuzu-item {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  margin: 0;
  padding: 0;
}
.pankuzu .pankuzu-item:before {
  display: none;
}
.pankuzu .pankuzu-item:nth-child(n+2):before {
  background: none;
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #A7D246;
  background-color: #A7D246;
  margin: 0 8px;
}
/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .pankuzu .container {
    padding: 16px 0 8px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  /* パンくず */
  .pankuzu .container {
    padding: 8px 30px;
  }
  .pankuzu .pankuzu-item {
    font-size: 10px;
  }
  .pankuzu .pankuzu-item:nth-child(n+2):before {
    width: 16px;
  }
}
/* ボタン系
==================================- */
/*
@include btn(backgorund-color, color, width);背景色・文字色・幅
*/
.btn {
  max-width: 600px;
  background: #5BAF1F;
  color: #fff;
  width: 100%;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
  border-radius: 13px;
  padding: 25.5px 24px;
  margin: 0 auto;
}
.btn-2 {
  background: #fff;
  color: #5BAF1F;
  width: 100%;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
  border: 1px solid #5BAF1F;
}
.btn-2.btn-arrow::after {
  background-image: url("/recruit/assets/img/common/btn2-arrow.svg");
}
.btn-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25.5px 24px;
  padding-right: 77px;
}
.btn-arrow::after {
  content: "";
  position: absolute;
  width: 37px;
  height: 37px;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/recruit/assets/img/common/btn-arrow.svg");
  margin-left: 16px;
}
.btn-shadow {
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .btn-arrow {
    padding: 11px 24px;
    padding-right: 69px;
  }
  .btn-arrow::after {
    margin-left: 8px;
  }
}
/* ページトップ */
.pageTop {
  position: fixed;
  right: 20px;
  bottom: 38px;
  z-index: 999;
}
.pageTop-link {
  background: #fff;
  display: table-cell;
  font-weight: bold;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  border: 1px solid #A7D246;
  border-radius: 100%;
}
.pageTop-arrow span:nth-of-type(1) {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 43%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  color: #A7D246;
}
.pageTop-arrow span:nth-of-type(1)::before, .pageTop-arrow span:nth-of-type(1)::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 1.6px;
}
.pageTop-arrow span:nth-of-type(1)::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1.6px;
}
.pageTop-arrow span:nth-of-type(1)::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.6px;
}
.pageTop-arrow span:nth-of-type(2) {
  position: absolute;
  width: 1.6px;
  height: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  border-left: 2px solid #A7D246;
  border-radius: 1.6px;
}
.pageTop-arrow span:nth-of-type(2)::after {
  content: "";
}

/* ▼▼▼　SP
/* =======================================- */
.lead {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: center;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .lead {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.heading {
  -webkit-transition: all 1s cubic-bezier(0.06, 0.59, 0.2, 0.79);
  transition: all 1s cubic-bezier(0.06, 0.59, 0.2, 0.79);
}
.heading-l {
  font-size: 36px;
  margin-bottom: 30px;
  text-align: center;
}
.heading-m {
  font-size: 34px;
  font-weight: 500;
  color: #4EA212;
}
.heading-s {
  font-size: 20px;
  font-weight: bold;
  line-height: 170%;
  margin-bottom: 16px;
}
.heading-dot {
  font-size: 36px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 24px;
}
.heading-dot span {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}
.heading-dot span::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 8px solid #A7D246;
  border-radius: 100%;
}
.heading-wavy {
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.heading-wavy::after {
  content: "";
  width: 90px;
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("/recruit/assets/img/common/heading-m-ty2.png");
  background-size: cover;
  background-position: center;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .heading {
    -webkit-transition: all 1s cubic-bezier(0.06, 0.59, 0.2, 0.79);
    transition: all 1s cubic-bezier(0.06, 0.59, 0.2, 0.79);
  }
  .heading-l {
    font-size: 26px;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  .heading-m {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .heading-s {
    font-size: 17px;
  }
  .heading-dot {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .heading-dot span {
    padding-left: 22px;
  }
  .heading-dot span::before {
    width: 18px;
    height: 18px;
    top: 10px;
    border: 5px solid #A7D246;
  }
  .heading-wavy {
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-bottom: 27px;
    margin-bottom: 24px;
  }
  .heading-wavy::after {
    content: "";
    width: 57px;
    height: 11px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url("/recruit/assets/img/common/heading-m-ty2.png");
    background-size: cover;
    background-position: center;
  }
}
.media-figure + p {
  margin-top: 15px;
}
.media-row + .media-row {
  margin-top: 50px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .media-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .media-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .media-row-col2 .media-sub--type1 {
    width: calc(50% - 30px / 2);
    margin: 0 30px 0 0;
  }
  .media-row-col2 .media-sub--type2 {
    width: 320px;
    margin: 0 30px 0 0;
  }
  .media-row-col3 {
    margin-left: -30px;
  }
  .media-row-col3 .media-col {
    width: calc((100% - 90px) / 3);
    margin-left: 30px;
  }
  .media-row-col4 {
    margin-left: -30px;
  }
  .media-row-col4 .media-col {
    width: calc((100% - 120px) / 4);
    margin-left: 30px;
  }
  .media-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .media-row-reverse .media-sub--type1 {
    margin: 0 0 0 30px;
  }
  .media-row-reverse .media-sub--type2 {
    margin: 0 0 0 30px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .media-row + .media-row {
    margin-top: 30px;
  }
  .media-col + .media-col {
    margin-top: 30px;
  }
}
.row-grid {
  display: -ms-grid;
  display: grid;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .row-grid-pattern01, .row-grid-pattern02 {
    width: 100%;
    -webkit-column-gap: 3.75vw;
       -moz-column-gap: 3.75vw;
            column-gap: 3.75vw;
  }
  .row-grid-pattern01 .col-name, .row-grid-pattern02 .col-name {
    font-size: 18px;
    font-weight: 500;
    text-align: right;
    margin-top: 16px;
  }
  .row-grid-pattern01 .col-name span, .row-grid-pattern02 .col-name span {
    font-size: 14px;
    font-weight: 400;
    line-height: 170%;
  }
  .row-grid-pattern01.bg-green, .row-grid-pattern02.bg-green {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .row-grid-pattern01 {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    padding-left: 15.278vw;
  }
  .row-grid-pattern01 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .row-grid-pattern01 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .row-grid-pattern01 > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .row-grid-pattern01 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .row-grid-pattern01 .col-heading {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .row-grid-pattern01 .col-text {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .row-grid-pattern01 .col-media {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    max-width: 45.56vw;
  }
  .row-grid-pattern01 .col-media img {
    border-radius: 20px 0 0 20px;
  }
  .row-grid-pattern02 {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    padding-right: 15.278vw;
  }
  .row-grid-pattern02 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .row-grid-pattern02 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .row-grid-pattern02 > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .row-grid-pattern02 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .row-grid-pattern02 .col-heading {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .row-grid-pattern02 .col-text {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .row-grid-pattern02 .col-media {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    max-width: 45.56vw;
  }
  .row-grid-pattern02 .col-media img {
    border-radius: 0 20px 20px 0;
  }
  .row-1-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .row-1-1 .row-col {
    max-width: calc(50% - 12px);
    width: 100%;
  }
  .row-1-1 .row-col + .row-col {
    margin-left: 24px;
  }
  .row-1-1 + .row-1-1 {
    margin-top: 24px;
  }
  .row-2-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .row-2-1 .row-col-main {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  .row-2-1 .row-col-sub {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .row-2-1 .row-col + .row-col {
    margin-left: 40px;
  }
}
@media (max-width: 1100px) {
  .row-grid-pattern01 {
    padding-left: 7.27vw;
  }
  .row-grid-pattern02 {
    padding-right: 7.27vw;
  }
}
/* =======================================- */
/* ▼▼▼　tablet
/* =======================================- */
@media (max-width: 1025px) and (min-width: 768px) {
  .row-grid-pattern01, .row-grid-pattern02 {
    width: 100%;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .row-grid-pattern01 .col-heading, .row-grid-pattern02 .col-heading {
    font-size: 28px;
    padding: 0 30px;
    margin: 24px 0 0;
  }
  .row-grid-pattern01 .col-text, .row-grid-pattern02 .col-text {
    padding: 0 30px;
    margin-top: 16px;
  }
  .row-grid-pattern01 .col-media, .row-grid-pattern02 .col-media {
    max-width: 100%;
  }
  .row-grid-pattern01 .col-media img, .row-grid-pattern02 .col-media img {
    border-radius: 0;
  }
  .row-grid-pattern01 .col-name, .row-grid-pattern02 .col-name {
    padding: 0 30px;
  }
  .row-grid-pattern01.bg-green, .row-grid-pattern02.bg-green {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .row-grid-pattern01 {
    padding-left: 0;
  }
  .row-grid-pattern01 .col-heading {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .row-grid-pattern01 .col-text {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .row-grid-pattern01 .col-media {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .row-grid-pattern02 {
    padding-right: 0;
  }
  .row-grid-pattern02 .col-heading {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .row-grid-pattern02 .col-text {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .row-grid-pattern02 .col-media {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .row-grid {
    width: 100%;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .row-grid-pattern01, .row-grid-pattern02 {
    width: 100%;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .row-grid-pattern01 .col-heading, .row-grid-pattern02 .col-heading {
    font-size: 20px;
    font-weight: 500;
    padding: 0 30px;
    margin: 24px 0 0;
  }
  .row-grid-pattern01 .col-text, .row-grid-pattern02 .col-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 0 30px;
    margin-top: 16px;
  }
  .row-grid-pattern01 .col-media, .row-grid-pattern02 .col-media {
    max-width: 100% !important;
  }
  .row-grid-pattern01 .col-name, .row-grid-pattern02 .col-name {
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    padding: 0 30px;
    margin-top: 16px;
  }
  .row-grid-pattern01 .col-name span, .row-grid-pattern02 .col-name span {
    font-size: 12px;
    font-weight: 400;
    line-height: 170%;
  }
  .row-grid-pattern01.bg-green, .row-grid-pattern02.bg-green {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .row-grid-pattern01 {
    padding-left: 0;
  }
  .row-grid-pattern01 .col-heading {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .row-grid-pattern01 .col-text {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .row-grid-pattern01 .col-media {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .row-grid-pattern02 {
    padding-right: 0;
  }
  .row-grid-pattern02 .col-heading {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .row-grid-pattern02 .col-text {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .row-grid-pattern02 .col-media {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .row-2-1 .row-col + .row-col {
    margin-top: 16px;
    margin-left: 0;
  }
}
.list {
  margin-top: 8px;
  margin-bottom: 8px;
}
.list-item {
  position: relative;
  padding-left: 14px;
}
.list-item + .list-item {
  margin-top: 8px;
}
.list-item::before {
  content: "";
  top: 13px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background: #9BD2F0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.list-child {
  margin-top: 0.5em;
}
.list-order .list-item {
  list-style: decimal;
  list-style-position: inside;
  padding-left: 0;
}
.list-order .list-item::before {
  content: none;
}
.list-child .list-item {
  padding-left: 1em;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .list-item {
    line-height: 150%;
  }
}
.definitionList-head {
  border-bottom: 1px dotted #333;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 0.5em;
  margin-bottom: 10px;
}
.definitionList-text {
  margin: 0 0 1em;
}
.definitionList-text + .definitionList-head {
  margin-top: 2em;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
.linkWrap + .linkWrap {
  margin-top: 10px;
}

.link {
  position: relative;
  display: inline-block;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  color: #006AB7;
}
.link-bg-gray {
  background: #e8e8e8;
  padding: 5px 25px;
}
.link-outside::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: baseline;
  margin-left: 4px;
  background: no-repeat center/cover;
  background-image: url("/recruit/assets/img/common/external_iocn-w.svg");
}
.link-outside.green::after {
  background-image: url("/recruit/assets/img/common/external_iocn-g.svg");
}
.link-outside.blue::after {
  background-image: url("/recruit/assets/img/common/external_iocn-b.svg");
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
.caution {
  display: block;
  position: relative;
  padding-left: 17px;
}
.caution::before {
  content: "※";
  position: absolute;
  left: 0;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .caution {
    padding-left: 16px;
  }
}
.box {
  padding: 16px 24px;
}
.box-bg-red {
  background: #fff9f9;
}
.box-border {
  border-radius: 8px;
  border: 1px solid #9BD2F0;
}
.box-border-red {
  border: 1px solid #f00;
}
.box-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #3195CC;
  border-radius: 100px;
  padding: 4px 0;
  margin-bottom: 16px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .box {
    padding: 12px 16px;
  }
  .box-title {
    font-size: 17px;
    padding: 2px 0;
    margin-bottom: 8px;
  }
}
.table {
  width: 100%;
}
.table-cell, .table-head {
  font-size: 17px;
  line-height: 170%;
  padding: 30px 24px;
  text-align: left;
}
.table-cell {
  font-weight: 400;
  border-bottom: 1px solid #DADADA;
}
.table-head {
  font-weight: 500;
  width: 100%;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .table:first-of-type .table-head {
    border-bottom: 1px solid #9BD2F0;
  }
  .table-head {
    width: 20%;
    vertical-align: middle;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .table-cell, .table-head {
    font-size: 16px;
  }
  .table-cell {
    display: block;
    line-height: 150%;
    padding: 8px 30px 16px;
    border-bottom: none;
  }
  .table-head {
    border-top: 1px solid #DADADA;
    background-color: #F2F2F2;
    padding: 4px 30px;
  }
  .table-scroll {
    table-layout: fixed;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    width: calc(100% + 20px);
  }
  .table-scroll .table-cell {
    display: inline-block;
  }
}
.form {
  margin-top: 48px;
}
.form-group + .form-group {
  margin-top: -1px;
}
.form-group:nth-of-type(7) {
  padding: 48px 0;
}
.form-label, .form-inputArea {
  padding: 24px 0;
  padding-left: 16px;
  border-top: 1px dotted #A7D246;
  border-bottom: 1px dotted #A7D246;
}
.form-label {
  width: 205px;
}
.form-inputArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 24px;
}
.form-text {
  font-size: 17px;
  font-weight: bold;
  line-height: 170%;
  margin-left: 8px;
}
.form-input, .form-textarea, .form-select {
  border-radius: 4px;
  border: 1px solid #C4C4C4;
  background: #F6FCF8;
}
.form-input, .form-textarea {
  font-size: 16px;
  padding: 16px;
  width: 100%;
}
.form-input {
  max-width: 298px;
  width: 100%;
}
.form-textarea {
  max-width: 430px;
}
.form-textarea {
  height: 100px;
  background: none;
}
.form-selectWrap {
  position: relative;
  display: inline-block;
}
.form-selectWrap::before, .form-selectWrap::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.form-selectWrap::after {
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #A7D246;
}
.form-year {
  max-width: 120px;
  width: 100%;
}
.form-month, .form-day {
  max-width: 90px;
  width: 100%;
  margin-left: 16px;
}
.form-unit {
  font-size: 17px;
  font-weight: 500;
  margin-left: 8px;
}
.form-select {
  width: 100%;
  padding: 13px 16px;
}
.form-checkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-checkItem {
  display: inline-block;
  position: relative;
}
.form-checkItemLabel {
  cursor: pointer;
  display: block;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 17px;
  font-weight: 500;
  padding-left: 50px;
}
.form-checkItemLabel::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 4px;
  border: 3px solid #5BAF1F;
}
.form-checkItemLabel::after {
  content: "";
}
.form-checkItemLabel a {
  position: relative;
  text-decoration: underline;
  color: #006AB7;
  padding-right: 17px;
  margin-right: 8px;
}
.form-checkItemLabel a::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("/recruit/assets/img/common/external_iocn-b.svg");
}
.form-checkItemInput {
  display: none;
}
.form-checkItemInput:checked + .form-checkItemLabel::after {
  position: absolute;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 2px;
  top: 6px;
  left: 14px;
  width: 4px;
  height: 12px;
  border-bottom: 3px solid #5BAF1F;
  border-right: 3px solid #5BAF1F;
}
.form-radio .form-checkItemLabel::before {
  border-radius: 50%;
}
.form-radio .form-checkItemInput:checked + .form-checkItemLabel::after {
  content: "";
  top: 10px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  border: none;
}
.form-btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-btn {
  display: block;
  position: relative;
  width: 366px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #5BAF1F;
  border-radius: 13px;
  padding: 25px 24px;
}
.form-btn::after {
  content: "";
  position: absolute;
  width: 37px;
  height: 37px;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/recruit/assets/img/common/btn-arrow.svg");
}
.form-btn span {
  display: block;
  max-width: 265px;
  width: 100%;
  margin: 0 auto;
}
.form-btn-2 {
  font-size: 17px;
  font-weight: 700;
  color: #5BAF1F;
  border-bottom: 1px solid #5BAF1F;
  margin-top: 24px;
}
.form-btn-2 a {
  position: relative;
  padding-left: 31px;
}
.form-btn-2 a::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 4px;
  background: #5BAF1F;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 2px;
}
.form-btn-2 a::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 4px solid #5BAF1F;
  border-right: 4px solid #5BAF1F;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  border-radius: 2px;
}
.form-btn.false {
  opacity: 0.5;
  pointer-events: none;
}
.form-required {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #D10000;
  background-color: #fff;
  border: 1px solid #D10000;
  border-radius: 5px;
  padding: 2px 5px;
}
.form-required-gray {
  color: #7F7F7F;
  border: 1px solid #7F7F7F;
}
.form-agreement {
  max-width: 550px;
  text-align: center;
  background-color: #F6FCF8;
  padding: 24px 0;
  margin: 0 auto;
}
.form-error-group {
  background-color: #FEF5F5;
}
.form-error-group:nth-of-type(7) {
  padding-bottom: 32px;
}
.form-error-group + .g-recaptcha {
  margin: 48px auto 0;
}
.form-error-input, .form-error-select {
  border-color: #D10000;
  background-color: #FFDBDB;
}
.form-error option {
  background-color: #fff;
}
.form-error-text {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #D10000;
  margin-top: 4px;
}
.form-error-agreement {
  background-color: #FFDBDB;
  padding: 24px 0;
  margin: 0 auto 4px;
}
.form-error-agreement .form-checkItemLabel::before {
  border-color: #D10000;
}
.form-error-agreement .form-checkItemInput:checked + .form-checkItemLabel::after {
  border-color: #D10000;
}
.form-error-agreement + .form-error-text {
  display: block;
  text-align: center;
  margin: 0;
}
.form-error .form-btnArea {
  background-color: #fff;
  padding-top: 48px;
}
.form.confirm .form-text {
  line-height: 170%;
}
.form.confirm .form-label, .form.confirm .form-inputArea {
  border-top: none;
  padding: 29px 24px;
}
.form.confirm .form-label {
  border-bottom: 1px solid #9BD2F0;
}
.form.confirm .form-label .form-text {
  font-weight: 500;
}
.form.confirm .form-inputArea {
  border-bottom: 1px solid #DADADA;
}
.form.confirm .form-inputArea .form-text {
  font-weight: 400;
}

.policy {
  margin-bottom: 50px;
  -webkit-box-shadow: 1px 1px 4px 1px #ccc inset;
          box-shadow: 1px 1px 4px 1px #ccc inset;
  border: none;
  padding: 27px 30px;
  height: 176px;
  overflow-y: scroll;
}

.g-recaptcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 48px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .form {
    margin-top: 24px;
  }
  .form-group:nth-of-type(7) {
    padding: 24px 0;
  }
  .form-label {
    width: 100%;
    border-bottom: none;
    padding: 16px 25px 0;
  }
  .form-inputArea {
    border-top: none;
    padding: 8px 25px 16px;
  }
  .form-textarea {
    max-width: 298px;
  }
  .form-year {
    margin-bottom: 8px;
  }
  .form-month {
    margin-left: 0;
  }
  .form-checkItemInput:checked + .form-checkItemLabel::after {
    top: 4px;
    left: 24px;
  }
  .form-checkItemLabel::before {
    width: 25px;
    height: 25px;
    left: 12px;
  }
  .form-checkItemLabel {
    font-size: 14px;
  }
  .form-agreement {
    max-width: 300px;
    margin: 0 auto;
  }
  .form-btn {
    max-width: 280px;
    width: 100%;
    font-size: 18px;
    padding: 21px 24px;
    margin: 0 auto;
  }
  .form-btn::after {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  .form-btn span {
    max-width: 194px;
    width: 100%;
  }
  .form-btn-2 {
    font-size: 16px;
    margin-top: 16px;
  }
  .form-error-group:nth-of-type(7) {
    padding-top: 24px;
  }
  .form-error-agreement {
    background-color: #FFDBDB;
    padding: 24px 0;
    margin: 0 auto 4px;
  }
  .form-error-agreement + .form-error-text {
    text-align: left;
    padding: 0 30px;
    margin: 0;
  }
  .form-error .form-btnArea {
    padding-top: 24px;
  }
  .form.confirm .form-text {
    margin: 0;
  }
  .form.confirm .form-label, .form.confirm .form-inputArea {
    border-top: none;
  }
  .form.confirm .form-label {
    background-color: #F2F2F2;
    border-bottom: none;
    padding: 4px 30px;
  }
  .form.confirm .form-inputArea {
    padding: 8px 30px;
  }
  .g-recaptcha {
    margin-bottom: 24px;
  }
}
.accordion-item + .accordion-item {
  margin-top: 40px;
}
.accordion-head {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  background: #e8e8e8;
  padding: 0 0 0 20px;
  line-height: inherit;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.accordion-btn {
  font-size: 13px;
  background: #ccc;
  position: relative;
  right: 0;
  top: 0;
  padding: 10px 0 27px 0;
  width: 60px;
  text-align: center;
  display: block;
  margin-left: auto;
}
.accordion-btn::before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 25px;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.accordion-body {
  background: #FCFCFB;
  padding: 26px 30px 38px 30px;
}
.accordion .js-open::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  bottom: 10px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .accordion-text {
    font-size: 17px;
    width: calc(100% - 60px);
    margin-right: 10px;
  }
}
.news-item + .news-item {
  margin-top: 35px;
}
.news-date {
  width: 115px;
  font-size: 14px;
}
.news-label {
  background: #333;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  width: 88px;
  color: #fff;
  margin-left: 5px;
  display: inline-block;
}
.news-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-btn {
  width: 260px;
  margin: 35px auto 0 auto;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news-title {
    padding-left: 20px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
.pagenation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagenation-link {
  color: #666666;
  background: #DEDEDE;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-right: 12px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.pagenation-link:hover {
  background: #333;
  color: #fff;
  opacity: 1;
}
.pagenation-active {
  background: #333;
  color: #fff;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .pagenation-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .pagenation {
    margin-bottom: -20px;
  }
  .pagenation-link {
    margin-bottom: 20px;
  }
}
.message .container {
  max-width: 1000px;
  margin: 0 auto;
}
.message-media .media-img:nth-of-type(1) {
  display: block;
}
.message-media .media-img:nth-of-type(2) {
  display: none;
}
.message-conts {
  padding: 0 100px;
}
.message-media + .message-conts {
  margin-top: 72px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .message-media .media-img {
    border-radius: 20px;
  }
}
/* =======================================- */
/* ▼▼▼　tablet
/* =======================================- */
@media screen and (max-width: 1025px) and (min-width: 768px) and (min-width: 768px) {
  .message .container {
    padding: 0 30px;
  }
  .message-conts {
    padding: 0;
  }
  .message-conts .message-ttl {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .message-media {
    width: 100vw;
    margin-left: -30px;
    margin-right: -30px;
  }
  .message-media .media-img {
    border-radius: 0;
  }
  .message-media .media-img:nth-of-type(1) {
    display: none;
  }
  .message-media .media-img:nth-of-type(2) {
    display: block;
  }
  .message-media + .message-conts {
    margin-top: 24px;
  }
}
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .message .container {
    padding: 0 30px;
  }
  .message-media {
    width: 100vw;
    margin-left: -30px;
    margin-right: -30px;
  }
  .message-media .media-img:nth-of-type(1) {
    display: none;
  }
  .message-media .media-img:nth-of-type(2) {
    display: block;
  }
  .message-conts {
    padding: 0;
  }
  .message-media + .message-conts {
    margin-top: 24px;
  }
}
.annotation {
  position: relative;
  padding-left: 21px;
}
.annotation::before {
  content: "※";
  position: absolute;
  left: 0;
  right: 0;
}
.annotation.gray {
  color: #595959;
}

.txt-green {
  color: #418710;
}

/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .annotation {
    padding-left: 20px;
  }
}
.slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.slider-list {
  position: relative;
  width: 100%;
}

.slider-item {
  position: absolute;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.slider-item.active {
  opacity: 1 !important;
}

.slider-item img {
  width: 100%;
  display: block;
}

.fadein_up {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}

.fadein_up.is-animated {
  -webkit-animation-name: animation-fadeIn;
          animation-name: animation-fadeIn;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadein_up-2.is-animated {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.fadein_up-3.is-animated {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.top-workplace-card.fadein_up.is-animated {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes animation-fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes animation-fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .fadein_up-sp_first {
    visibility: initial !important;
    -webkit-animation-name: animation-fadeIn !important;
            animation-name: animation-fadeIn !important;
  }
  .information-personality-item.fadein_up {
    visibility: hidden;
  }
  .information-personality-item.fadein_up.is-animated {
    visibility: visible;
    -webkit-animation-name: animation-fadeIn2 !important;
            animation-name: animation-fadeIn2 !important;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
  }
  .information-personality-item.fadein_up-1.is-animated {
    animation-delay: 0.4s !important;
    -webkit-animation-delay: 0.4s !important;
  }
  .information-personality-item.fadein_up-2.is-animated {
    animation-delay: 0.6s !important;
    -webkit-animation-delay: 0.6s !important;
  }
  .information-personality-item.fadein_up-3.is-animated {
    animation-delay: 0.8s !important;
    -webkit-animation-delay: 0.8s !important;
  }
  @-webkit-keyframes animation-fadeIn2 {
    0% {
      opacity: 0;
      -webkit-transform: translate(0, 30px);
      transform: translate(0, 30px);
    }
    to {
      opacity: 0.9;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @keyframes animation-fadeIn2 {
    0% {
      opacity: 0;
      -webkit-transform: translate(0, 30px);
      transform: translate(0, 30px);
    }
    to {
      opacity: 0.9;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-justify {
  text-align: justify;
}
.align-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.display-none {
  display: none;
}

@media screen and (min-width: 768px) {
  .display-pc-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .display-sp-none {
    display: none;
  }
}
.mt-0 {
  margin-top: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

@media screen and (min-width: 768px) {
  .mt-pc-0 {
    margin-top: 0px !important;
  }
  .ml-pc-0 {
    margin-left: 0px !important;
  }
  .mr-pc-0 {
    margin-right: 0px !important;
  }
  .mb-pc-0 {
    margin-bottom: 0px !important;
  }
  .mt-pc-10 {
    margin-top: 10px !important;
  }
  .ml-pc-10 {
    margin-left: 10px !important;
  }
  .mr-pc-10 {
    margin-right: 10px !important;
  }
  .mb-pc-10 {
    margin-bottom: 10px !important;
  }
  .mt-pc-20 {
    margin-top: 20px !important;
  }
  .ml-pc-20 {
    margin-left: 20px !important;
  }
  .mr-pc-20 {
    margin-right: 20px !important;
  }
  .mb-pc-20 {
    margin-bottom: 20px !important;
  }
  .mt-pc-30 {
    margin-top: 30px !important;
  }
  .ml-pc-30 {
    margin-left: 30px !important;
  }
  .mr-pc-30 {
    margin-right: 30px !important;
  }
  .mb-pc-30 {
    margin-bottom: 30px !important;
  }
  .mt-pc-40 {
    margin-top: 40px !important;
  }
  .ml-pc-40 {
    margin-left: 40px !important;
  }
  .mr-pc-40 {
    margin-right: 40px !important;
  }
  .mb-pc-40 {
    margin-bottom: 40px !important;
  }
  .mt-pc-50 {
    margin-top: 50px !important;
  }
  .ml-pc-50 {
    margin-left: 50px !important;
  }
  .mr-pc-50 {
    margin-right: 50px !important;
  }
  .mb-pc-50 {
    margin-bottom: 50px !important;
  }
  .mt-pc-60 {
    margin-top: 60px !important;
  }
  .ml-pc-60 {
    margin-left: 60px !important;
  }
  .mr-pc-60 {
    margin-right: 60px !important;
  }
  .mb-pc-60 {
    margin-bottom: 60px !important;
  }
  .mt-pc-70 {
    margin-top: 70px !important;
  }
  .ml-pc-70 {
    margin-left: 70px !important;
  }
  .mr-pc-70 {
    margin-right: 70px !important;
  }
  .mb-pc-70 {
    margin-bottom: 70px !important;
  }
  .mt-pc-80 {
    margin-top: 80px !important;
  }
  .ml-pc-80 {
    margin-left: 80px !important;
  }
  .mr-pc-80 {
    margin-right: 80px !important;
  }
  .mb-pc-80 {
    margin-bottom: 80px !important;
  }
  .mt-pc-90 {
    margin-top: 90px !important;
  }
  .ml-pc-90 {
    margin-left: 90px !important;
  }
  .mr-pc-90 {
    margin-right: 90px !important;
  }
  .mb-pc-90 {
    margin-bottom: 90px !important;
  }
  .mt-pc-100 {
    margin-top: 100px !important;
  }
  .ml-pc-100 {
    margin-left: 100px !important;
  }
  .mr-pc-100 {
    margin-right: 100px !important;
  }
  .mb-pc-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-0 {
    margin-top: 0px !important;
  }
  .ml-sp-0 {
    margin-left: 0px !important;
  }
  .mr-sp-0 {
    margin-right: 0px !important;
  }
  .mb-sp-0 {
    margin-bottom: 0px !important;
  }
  .mt-sp-10 {
    margin-top: 10px !important;
  }
  .ml-sp-10 {
    margin-left: 10px !important;
  }
  .mr-sp-10 {
    margin-right: 10px !important;
  }
  .mb-sp-10 {
    margin-bottom: 10px !important;
  }
  .mt-sp-20 {
    margin-top: 20px !important;
  }
  .ml-sp-20 {
    margin-left: 20px !important;
  }
  .mr-sp-20 {
    margin-right: 20px !important;
  }
  .mb-sp-20 {
    margin-bottom: 20px !important;
  }
  .mt-sp-30 {
    margin-top: 30px !important;
  }
  .ml-sp-30 {
    margin-left: 30px !important;
  }
  .mr-sp-30 {
    margin-right: 30px !important;
  }
  .mb-sp-30 {
    margin-bottom: 30px !important;
  }
  .mt-sp-40 {
    margin-top: 40px !important;
  }
  .ml-sp-40 {
    margin-left: 40px !important;
  }
  .mr-sp-40 {
    margin-right: 40px !important;
  }
  .mb-sp-40 {
    margin-bottom: 40px !important;
  }
  .mt-sp-50 {
    margin-top: 50px !important;
  }
  .ml-sp-50 {
    margin-left: 50px !important;
  }
  .mr-sp-50 {
    margin-right: 50px !important;
  }
  .mb-sp-50 {
    margin-bottom: 50px !important;
  }
  .mt-sp-60 {
    margin-top: 60px !important;
  }
  .ml-sp-60 {
    margin-left: 60px !important;
  }
  .mr-sp-60 {
    margin-right: 60px !important;
  }
  .mb-sp-60 {
    margin-bottom: 60px !important;
  }
  .mt-sp-70 {
    margin-top: 70px !important;
  }
  .ml-sp-70 {
    margin-left: 70px !important;
  }
  .mr-sp-70 {
    margin-right: 70px !important;
  }
  .mb-sp-70 {
    margin-bottom: 70px !important;
  }
  .mt-sp-80 {
    margin-top: 80px !important;
  }
  .ml-sp-80 {
    margin-left: 80px !important;
  }
  .mr-sp-80 {
    margin-right: 80px !important;
  }
  .mb-sp-80 {
    margin-bottom: 80px !important;
  }
  .mt-sp-90 {
    margin-top: 90px !important;
  }
  .ml-sp-90 {
    margin-left: 90px !important;
  }
  .mr-sp-90 {
    margin-right: 90px !important;
  }
  .mb-sp-90 {
    margin-bottom: 90px !important;
  }
  .mt-sp-100 {
    margin-top: 100px !important;
  }
  .ml-sp-100 {
    margin-left: 100px !important;
  }
  .mr-sp-100 {
    margin-right: 100px !important;
  }
  .mb-sp-100 {
    margin-bottom: 100px !important;
  }
}
.pt-0 {
  padding-top: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

@media screen and (min-width: 768px) {
  .pt-pc-0 {
    padding-top: 0px !important;
  }
  .pl-pc-0 {
    padding-left: 0px !important;
  }
  .pr-pc-0 {
    padding-right: 0px !important;
  }
  .pb-pc-0 {
    padding-bottom: 0px !important;
  }
  .pt-pc-10 {
    padding-top: 10px !important;
  }
  .pl-pc-10 {
    padding-left: 10px !important;
  }
  .pr-pc-10 {
    padding-right: 10px !important;
  }
  .pb-pc-10 {
    padding-bottom: 10px !important;
  }
  .pt-pc-20 {
    padding-top: 20px !important;
  }
  .pl-pc-20 {
    padding-left: 20px !important;
  }
  .pr-pc-20 {
    padding-right: 20px !important;
  }
  .pb-pc-20 {
    padding-bottom: 20px !important;
  }
  .pt-pc-30 {
    padding-top: 30px !important;
  }
  .pl-pc-30 {
    padding-left: 30px !important;
  }
  .pr-pc-30 {
    padding-right: 30px !important;
  }
  .pb-pc-30 {
    padding-bottom: 30px !important;
  }
  .pt-pc-40 {
    padding-top: 40px !important;
  }
  .pl-pc-40 {
    padding-left: 40px !important;
  }
  .pr-pc-40 {
    padding-right: 40px !important;
  }
  .pb-pc-40 {
    padding-bottom: 40px !important;
  }
  .pt-pc-50 {
    padding-top: 50px !important;
  }
  .pl-pc-50 {
    padding-left: 50px !important;
  }
  .pr-pc-50 {
    padding-right: 50px !important;
  }
  .pb-pc-50 {
    padding-bottom: 50px !important;
  }
  .pt-pc-60 {
    padding-top: 60px !important;
  }
  .pl-pc-60 {
    padding-left: 60px !important;
  }
  .pr-pc-60 {
    padding-right: 60px !important;
  }
  .pb-pc-60 {
    padding-bottom: 60px !important;
  }
  .pt-pc-70 {
    padding-top: 70px !important;
  }
  .pl-pc-70 {
    padding-left: 70px !important;
  }
  .pr-pc-70 {
    padding-right: 70px !important;
  }
  .pb-pc-70 {
    padding-bottom: 70px !important;
  }
  .pt-pc-80 {
    padding-top: 80px !important;
  }
  .pl-pc-80 {
    padding-left: 80px !important;
  }
  .pr-pc-80 {
    padding-right: 80px !important;
  }
  .pb-pc-80 {
    padding-bottom: 80px !important;
  }
  .pt-pc-90 {
    padding-top: 90px !important;
  }
  .pl-pc-90 {
    padding-left: 90px !important;
  }
  .pr-pc-90 {
    padding-right: 90px !important;
  }
  .pb-pc-90 {
    padding-bottom: 90px !important;
  }
  .pt-pc-100 {
    padding-top: 100px !important;
  }
  .pl-pc-100 {
    padding-left: 100px !important;
  }
  .pr-pc-100 {
    padding-right: 100px !important;
  }
  .pb-pc-100 {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-0 {
    padding-top: 0px !important;
  }
  .pl-sp-0 {
    padding-left: 0px !important;
  }
  .pr-sp-0 {
    padding-right: 0px !important;
  }
  .pb-sp-0 {
    padding-bottom: 0px !important;
  }
  .pt-sp-10 {
    padding-top: 10px !important;
  }
  .pl-sp-10 {
    padding-left: 10px !important;
  }
  .pr-sp-10 {
    padding-right: 10px !important;
  }
  .pb-sp-10 {
    padding-bottom: 10px !important;
  }
  .pt-sp-20 {
    padding-top: 20px !important;
  }
  .pl-sp-20 {
    padding-left: 20px !important;
  }
  .pr-sp-20 {
    padding-right: 20px !important;
  }
  .pb-sp-20 {
    padding-bottom: 20px !important;
  }
  .pt-sp-30 {
    padding-top: 30px !important;
  }
  .pl-sp-30 {
    padding-left: 30px !important;
  }
  .pr-sp-30 {
    padding-right: 30px !important;
  }
  .pb-sp-30 {
    padding-bottom: 30px !important;
  }
  .pt-sp-40 {
    padding-top: 40px !important;
  }
  .pl-sp-40 {
    padding-left: 40px !important;
  }
  .pr-sp-40 {
    padding-right: 40px !important;
  }
  .pb-sp-40 {
    padding-bottom: 40px !important;
  }
  .pt-sp-50 {
    padding-top: 50px !important;
  }
  .pl-sp-50 {
    padding-left: 50px !important;
  }
  .pr-sp-50 {
    padding-right: 50px !important;
  }
  .pb-sp-50 {
    padding-bottom: 50px !important;
  }
  .pt-sp-60 {
    padding-top: 60px !important;
  }
  .pl-sp-60 {
    padding-left: 60px !important;
  }
  .pr-sp-60 {
    padding-right: 60px !important;
  }
  .pb-sp-60 {
    padding-bottom: 60px !important;
  }
  .pt-sp-70 {
    padding-top: 70px !important;
  }
  .pl-sp-70 {
    padding-left: 70px !important;
  }
  .pr-sp-70 {
    padding-right: 70px !important;
  }
  .pb-sp-70 {
    padding-bottom: 70px !important;
  }
  .pt-sp-80 {
    padding-top: 80px !important;
  }
  .pl-sp-80 {
    padding-left: 80px !important;
  }
  .pr-sp-80 {
    padding-right: 80px !important;
  }
  .pb-sp-80 {
    padding-bottom: 80px !important;
  }
  .pt-sp-90 {
    padding-top: 90px !important;
  }
  .pl-sp-90 {
    padding-left: 90px !important;
  }
  .pr-sp-90 {
    padding-right: 90px !important;
  }
  .pb-sp-90 {
    padding-bottom: 90px !important;
  }
  .pt-sp-100 {
    padding-top: 100px !important;
  }
  .pl-sp-100 {
    padding-left: 100px !important;
  }
  .pr-sp-100 {
    padding-right: 100px !important;
  }
  .pb-sp-100 {
    padding-bottom: 100px !important;
  }
}
.width-1 {
  width: 1% !important;
}

.width-2 {
  width: 2% !important;
}

.width-3 {
  width: 3% !important;
}

.width-4 {
  width: 4% !important;
}

.width-5 {
  width: 5% !important;
}

.width-6 {
  width: 6% !important;
}

.width-7 {
  width: 7% !important;
}

.width-8 {
  width: 8% !important;
}

.width-9 {
  width: 9% !important;
}

.width-10 {
  width: 10% !important;
}

.width-11 {
  width: 11% !important;
}

.width-12 {
  width: 12% !important;
}

.width-13 {
  width: 13% !important;
}

.width-14 {
  width: 14% !important;
}

.width-15 {
  width: 15% !important;
}

.width-16 {
  width: 16% !important;
}

.width-17 {
  width: 17% !important;
}

.width-18 {
  width: 18% !important;
}

.width-19 {
  width: 19% !important;
}

.width-20 {
  width: 20% !important;
}

.width-21 {
  width: 21% !important;
}

.width-22 {
  width: 22% !important;
}

.width-23 {
  width: 23% !important;
}

.width-24 {
  width: 24% !important;
}

.width-25 {
  width: 25% !important;
}

.width-26 {
  width: 26% !important;
}

.width-27 {
  width: 27% !important;
}

.width-28 {
  width: 28% !important;
}

.width-29 {
  width: 29% !important;
}

.width-30 {
  width: 30% !important;
}

.width-31 {
  width: 31% !important;
}

.width-32 {
  width: 32% !important;
}

.width-33 {
  width: 33% !important;
}

.width-34 {
  width: 34% !important;
}

.width-35 {
  width: 35% !important;
}

.width-36 {
  width: 36% !important;
}

.width-37 {
  width: 37% !important;
}

.width-38 {
  width: 38% !important;
}

.width-39 {
  width: 39% !important;
}

.width-40 {
  width: 40% !important;
}

.width-41 {
  width: 41% !important;
}

.width-42 {
  width: 42% !important;
}

.width-43 {
  width: 43% !important;
}

.width-44 {
  width: 44% !important;
}

.width-45 {
  width: 45% !important;
}

.width-46 {
  width: 46% !important;
}

.width-47 {
  width: 47% !important;
}

.width-48 {
  width: 48% !important;
}

.width-49 {
  width: 49% !important;
}

.width-50 {
  width: 50% !important;
}

.width-51 {
  width: 51% !important;
}

.width-52 {
  width: 52% !important;
}

.width-53 {
  width: 53% !important;
}

.width-54 {
  width: 54% !important;
}

.width-55 {
  width: 55% !important;
}

.width-56 {
  width: 56% !important;
}

.width-57 {
  width: 57% !important;
}

.width-58 {
  width: 58% !important;
}

.width-59 {
  width: 59% !important;
}

.width-60 {
  width: 60% !important;
}

.width-61 {
  width: 61% !important;
}

.width-62 {
  width: 62% !important;
}

.width-63 {
  width: 63% !important;
}

.width-64 {
  width: 64% !important;
}

.width-65 {
  width: 65% !important;
}

.width-66 {
  width: 66% !important;
}

.width-67 {
  width: 67% !important;
}

.width-68 {
  width: 68% !important;
}

.width-69 {
  width: 69% !important;
}

.width-70 {
  width: 70% !important;
}

.width-71 {
  width: 71% !important;
}

.width-72 {
  width: 72% !important;
}

.width-73 {
  width: 73% !important;
}

.width-74 {
  width: 74% !important;
}

.width-75 {
  width: 75% !important;
}

.width-76 {
  width: 76% !important;
}

.width-77 {
  width: 77% !important;
}

.width-78 {
  width: 78% !important;
}

.width-79 {
  width: 79% !important;
}

.width-80 {
  width: 80% !important;
}

.width-81 {
  width: 81% !important;
}

.width-82 {
  width: 82% !important;
}

.width-83 {
  width: 83% !important;
}

.width-84 {
  width: 84% !important;
}

.width-85 {
  width: 85% !important;
}

.width-86 {
  width: 86% !important;
}

.width-87 {
  width: 87% !important;
}

.width-88 {
  width: 88% !important;
}

.width-89 {
  width: 89% !important;
}

.width-90 {
  width: 90% !important;
}

.width-91 {
  width: 91% !important;
}

.width-92 {
  width: 92% !important;
}

.width-93 {
  width: 93% !important;
}

.width-94 {
  width: 94% !important;
}

.width-95 {
  width: 95% !important;
}

.width-96 {
  width: 96% !important;
}

.width-97 {
  width: 97% !important;
}

.width-98 {
  width: 98% !important;
}

.width-99 {
  width: 99% !important;
}

.width-100 {
  width: 100% !important;
}

@media screen and (min-width: 768px) {
  .width-pc-0 {
    width: 0% !important;
  }
  .width-pc-1 {
    width: 1% !important;
  }
  .width-pc-2 {
    width: 2% !important;
  }
  .width-pc-3 {
    width: 3% !important;
  }
  .width-pc-4 {
    width: 4% !important;
  }
  .width-pc-5 {
    width: 5% !important;
  }
  .width-pc-6 {
    width: 6% !important;
  }
  .width-pc-7 {
    width: 7% !important;
  }
  .width-pc-8 {
    width: 8% !important;
  }
  .width-pc-9 {
    width: 9% !important;
  }
  .width-pc-10 {
    width: 10% !important;
  }
  .width-pc-11 {
    width: 11% !important;
  }
  .width-pc-12 {
    width: 12% !important;
  }
  .width-pc-13 {
    width: 13% !important;
  }
  .width-pc-14 {
    width: 14% !important;
  }
  .width-pc-15 {
    width: 15% !important;
  }
  .width-pc-16 {
    width: 16% !important;
  }
  .width-pc-17 {
    width: 17% !important;
  }
  .width-pc-18 {
    width: 18% !important;
  }
  .width-pc-19 {
    width: 19% !important;
  }
  .width-pc-20 {
    width: 20% !important;
  }
  .width-pc-21 {
    width: 21% !important;
  }
  .width-pc-22 {
    width: 22% !important;
  }
  .width-pc-23 {
    width: 23% !important;
  }
  .width-pc-24 {
    width: 24% !important;
  }
  .width-pc-25 {
    width: 25% !important;
  }
  .width-pc-26 {
    width: 26% !important;
  }
  .width-pc-27 {
    width: 27% !important;
  }
  .width-pc-28 {
    width: 28% !important;
  }
  .width-pc-29 {
    width: 29% !important;
  }
  .width-pc-30 {
    width: 30% !important;
  }
  .width-pc-31 {
    width: 31% !important;
  }
  .width-pc-32 {
    width: 32% !important;
  }
  .width-pc-33 {
    width: 33% !important;
  }
  .width-pc-34 {
    width: 34% !important;
  }
  .width-pc-35 {
    width: 35% !important;
  }
  .width-pc-36 {
    width: 36% !important;
  }
  .width-pc-37 {
    width: 37% !important;
  }
  .width-pc-38 {
    width: 38% !important;
  }
  .width-pc-39 {
    width: 39% !important;
  }
  .width-pc-40 {
    width: 40% !important;
  }
  .width-pc-41 {
    width: 41% !important;
  }
  .width-pc-42 {
    width: 42% !important;
  }
  .width-pc-43 {
    width: 43% !important;
  }
  .width-pc-44 {
    width: 44% !important;
  }
  .width-pc-45 {
    width: 45% !important;
  }
  .width-pc-46 {
    width: 46% !important;
  }
  .width-pc-47 {
    width: 47% !important;
  }
  .width-pc-48 {
    width: 48% !important;
  }
  .width-pc-49 {
    width: 49% !important;
  }
  .width-pc-50 {
    width: 50% !important;
  }
  .width-pc-51 {
    width: 51% !important;
  }
  .width-pc-52 {
    width: 52% !important;
  }
  .width-pc-53 {
    width: 53% !important;
  }
  .width-pc-54 {
    width: 54% !important;
  }
  .width-pc-55 {
    width: 55% !important;
  }
  .width-pc-56 {
    width: 56% !important;
  }
  .width-pc-57 {
    width: 57% !important;
  }
  .width-pc-58 {
    width: 58% !important;
  }
  .width-pc-59 {
    width: 59% !important;
  }
  .width-pc-60 {
    width: 60% !important;
  }
  .width-pc-61 {
    width: 61% !important;
  }
  .width-pc-62 {
    width: 62% !important;
  }
  .width-pc-63 {
    width: 63% !important;
  }
  .width-pc-64 {
    width: 64% !important;
  }
  .width-pc-65 {
    width: 65% !important;
  }
  .width-pc-66 {
    width: 66% !important;
  }
  .width-pc-67 {
    width: 67% !important;
  }
  .width-pc-68 {
    width: 68% !important;
  }
  .width-pc-69 {
    width: 69% !important;
  }
  .width-pc-70 {
    width: 70% !important;
  }
  .width-pc-71 {
    width: 71% !important;
  }
  .width-pc-72 {
    width: 72% !important;
  }
  .width-pc-73 {
    width: 73% !important;
  }
  .width-pc-74 {
    width: 74% !important;
  }
  .width-pc-75 {
    width: 75% !important;
  }
  .width-pc-76 {
    width: 76% !important;
  }
  .width-pc-77 {
    width: 77% !important;
  }
  .width-pc-78 {
    width: 78% !important;
  }
  .width-pc-79 {
    width: 79% !important;
  }
  .width-pc-80 {
    width: 80% !important;
  }
  .width-pc-81 {
    width: 81% !important;
  }
  .width-pc-82 {
    width: 82% !important;
  }
  .width-pc-83 {
    width: 83% !important;
  }
  .width-pc-84 {
    width: 84% !important;
  }
  .width-pc-85 {
    width: 85% !important;
  }
  .width-pc-86 {
    width: 86% !important;
  }
  .width-pc-87 {
    width: 87% !important;
  }
  .width-pc-88 {
    width: 88% !important;
  }
  .width-pc-89 {
    width: 89% !important;
  }
  .width-pc-90 {
    width: 90% !important;
  }
  .width-pc-91 {
    width: 91% !important;
  }
  .width-pc-92 {
    width: 92% !important;
  }
  .width-pc-93 {
    width: 93% !important;
  }
  .width-pc-94 {
    width: 94% !important;
  }
  .width-pc-95 {
    width: 95% !important;
  }
  .width-pc-96 {
    width: 96% !important;
  }
  .width-pc-97 {
    width: 97% !important;
  }
  .width-pc-98 {
    width: 98% !important;
  }
  .width-pc-99 {
    width: 99% !important;
  }
  .width-pc-100 {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .width-sp-0 {
    width: 0% !important;
  }
  .width-sp-1 {
    width: 1% !important;
  }
  .width-sp-2 {
    width: 2% !important;
  }
  .width-sp-3 {
    width: 3% !important;
  }
  .width-sp-4 {
    width: 4% !important;
  }
  .width-sp-5 {
    width: 5% !important;
  }
  .width-sp-6 {
    width: 6% !important;
  }
  .width-sp-7 {
    width: 7% !important;
  }
  .width-sp-8 {
    width: 8% !important;
  }
  .width-sp-9 {
    width: 9% !important;
  }
  .width-sp-10 {
    width: 10% !important;
  }
  .width-sp-11 {
    width: 11% !important;
  }
  .width-sp-12 {
    width: 12% !important;
  }
  .width-sp-13 {
    width: 13% !important;
  }
  .width-sp-14 {
    width: 14% !important;
  }
  .width-sp-15 {
    width: 15% !important;
  }
  .width-sp-16 {
    width: 16% !important;
  }
  .width-sp-17 {
    width: 17% !important;
  }
  .width-sp-18 {
    width: 18% !important;
  }
  .width-sp-19 {
    width: 19% !important;
  }
  .width-sp-20 {
    width: 20% !important;
  }
  .width-sp-21 {
    width: 21% !important;
  }
  .width-sp-22 {
    width: 22% !important;
  }
  .width-sp-23 {
    width: 23% !important;
  }
  .width-sp-24 {
    width: 24% !important;
  }
  .width-sp-25 {
    width: 25% !important;
  }
  .width-sp-26 {
    width: 26% !important;
  }
  .width-sp-27 {
    width: 27% !important;
  }
  .width-sp-28 {
    width: 28% !important;
  }
  .width-sp-29 {
    width: 29% !important;
  }
  .width-sp-30 {
    width: 30% !important;
  }
  .width-sp-31 {
    width: 31% !important;
  }
  .width-sp-32 {
    width: 32% !important;
  }
  .width-sp-33 {
    width: 33% !important;
  }
  .width-sp-34 {
    width: 34% !important;
  }
  .width-sp-35 {
    width: 35% !important;
  }
  .width-sp-36 {
    width: 36% !important;
  }
  .width-sp-37 {
    width: 37% !important;
  }
  .width-sp-38 {
    width: 38% !important;
  }
  .width-sp-39 {
    width: 39% !important;
  }
  .width-sp-40 {
    width: 40% !important;
  }
  .width-sp-41 {
    width: 41% !important;
  }
  .width-sp-42 {
    width: 42% !important;
  }
  .width-sp-43 {
    width: 43% !important;
  }
  .width-sp-44 {
    width: 44% !important;
  }
  .width-sp-45 {
    width: 45% !important;
  }
  .width-sp-46 {
    width: 46% !important;
  }
  .width-sp-47 {
    width: 47% !important;
  }
  .width-sp-48 {
    width: 48% !important;
  }
  .width-sp-49 {
    width: 49% !important;
  }
  .width-sp-50 {
    width: 50% !important;
  }
  .width-sp-51 {
    width: 51% !important;
  }
  .width-sp-52 {
    width: 52% !important;
  }
  .width-sp-53 {
    width: 53% !important;
  }
  .width-sp-54 {
    width: 54% !important;
  }
  .width-sp-55 {
    width: 55% !important;
  }
  .width-sp-56 {
    width: 56% !important;
  }
  .width-sp-57 {
    width: 57% !important;
  }
  .width-sp-58 {
    width: 58% !important;
  }
  .width-sp-59 {
    width: 59% !important;
  }
  .width-sp-60 {
    width: 60% !important;
  }
  .width-sp-61 {
    width: 61% !important;
  }
  .width-sp-62 {
    width: 62% !important;
  }
  .width-sp-63 {
    width: 63% !important;
  }
  .width-sp-64 {
    width: 64% !important;
  }
  .width-sp-65 {
    width: 65% !important;
  }
  .width-sp-66 {
    width: 66% !important;
  }
  .width-sp-67 {
    width: 67% !important;
  }
  .width-sp-68 {
    width: 68% !important;
  }
  .width-sp-69 {
    width: 69% !important;
  }
  .width-sp-70 {
    width: 70% !important;
  }
  .width-sp-71 {
    width: 71% !important;
  }
  .width-sp-72 {
    width: 72% !important;
  }
  .width-sp-73 {
    width: 73% !important;
  }
  .width-sp-74 {
    width: 74% !important;
  }
  .width-sp-75 {
    width: 75% !important;
  }
  .width-sp-76 {
    width: 76% !important;
  }
  .width-sp-77 {
    width: 77% !important;
  }
  .width-sp-78 {
    width: 78% !important;
  }
  .width-sp-79 {
    width: 79% !important;
  }
  .width-sp-80 {
    width: 80% !important;
  }
  .width-sp-81 {
    width: 81% !important;
  }
  .width-sp-82 {
    width: 82% !important;
  }
  .width-sp-83 {
    width: 83% !important;
  }
  .width-sp-84 {
    width: 84% !important;
  }
  .width-sp-85 {
    width: 85% !important;
  }
  .width-sp-86 {
    width: 86% !important;
  }
  .width-sp-87 {
    width: 87% !important;
  }
  .width-sp-88 {
    width: 88% !important;
  }
  .width-sp-89 {
    width: 89% !important;
  }
  .width-sp-90 {
    width: 90% !important;
  }
  .width-sp-91 {
    width: 91% !important;
  }
  .width-sp-92 {
    width: 92% !important;
  }
  .width-sp-93 {
    width: 93% !important;
  }
  .width-sp-94 {
    width: 94% !important;
  }
  .width-sp-95 {
    width: 95% !important;
  }
  .width-sp-96 {
    width: 96% !important;
  }
  .width-sp-97 {
    width: 97% !important;
  }
  .width-sp-98 {
    width: 98% !important;
  }
  .width-sp-99 {
    width: 99% !important;
  }
  .width-sp-100 {
    width: 100% !important;
  }
}
.contact .container {
  max-width: 850px;
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
}

.thanks {
  margin-bottom: 100px;
}

.thanks p + .form-btn {
  margin-top: 48px;
}

.text-annotation::before {
  content: "※";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .contact .container {
    padding: 0;
  }
  .contact .heading-dot {
    padding: 0 30px;
  }
  .contact .heading-dot + p {
    padding: 0 30px;
  }
  .thanks .container {
    padding: 0 30px;
  }
  .thanks .heading-dot {
    padding: 0;
  }
  .thanks .container p {
    padding: 0;
  }
  .contact,
  .thanks {
    margin-bottom: 80px;
  }
}
.interview .row-grid-pattern02 {
  background-color: #F6FCF8;
}
.interview-message-conts {
  width: 100vw;
  padding: 120px 0 80px;
  margin-left: calc(-50vw + 50%);
}
.interview-message-conts .message-ttl {
  max-width: 1000px;
  padding: 0 100px;
  margin: 0 auto 24px;
}
.interview-message-conts .message-text {
  max-width: 1000px;
  padding: 0 100px;
  margin: 0 auto;
}
.interview-message-media + .interview-message-conts {
  margin-top: -72px;
}
.interview-cards .container {
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
}
.interview-cards-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -40px;
}
.interview-cards-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333333333%;
  margin-left: 40px;
}
.interview-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.interview-card.active {
  border: 6px solid #A7D246;
  border-radius: 30px;
}
.interview-card.active .interview-card-img {
  border-radius: 24px 24px 0 0;
}
.interview-card.active .interview-card-conts {
  border-radius: 0 0 24px 24px;
}
.interview-card-item {
  border-radius: 30px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.interview-card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.interview-card-img {
  border-radius: 30px 30px 0 0;
}
.interview-card-conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  background-color: #5BAF1F;
  border-radius: 0 0 30px 30px;
  padding: 24px 54px 24px 24px;
}
.interview-card-conts::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 40px;
  width: 32px;
  height: 31px;
  background-image: url("/recruit/assets/img/common/interview_card_deco.png");
}
.interview-card-conts::after {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/recruit/assets/img/common/btn-arrow.svg");
  background-size: cover;
  background-position: center;
  margin-left: 8px;
}
.interview-card h3, .interview-card p {
  color: #fff;
}
.interview-card h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
}
.interview-card p {
  font-size: 16px;
  font-weight: 500;
}
.interview-top .container {
  max-width: 1060px;
  padding: 30px;
  margin: 0 auto;
}
.interview-top .interview-cards {
  margin-top: 40px;
}
.interview-top .interview-cards .container {
  max-width: 1000px;
  padding: 0;
}
.interview-top p {
  font-size: 17px;
  font-weight: 500;
  line-height: 170%;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .interview-message {
    background-color: #fff !important;
    overflow-x: hidden;
  }
}
/* =======================================- */
/* ▼▼▼　tablet
/* =======================================- */
@media (max-width: 1025px) and (min-width: 768px) {
  .interview-message {
    background-color: #F6FCF8 !important;
    padding: 32px 0;
  }
  .interview-message-conts {
    padding: 0 30px 0;
  }
  .interview-message-conts .message-ttl {
    font-size: 28px;
    max-width: 100%;
    padding: 0;
    margin-bottom: 16px;
  }
  .interview-message-conts .message-text {
    max-width: 100%;
    padding: 0;
  }
  .interview-message-media + .interview-message-conts {
    margin-top: 24px;
  }
}
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .interview .container {
    padding: 0;
  }
  .interview .row-grid-pattern02 {
    padding: 32px 0;
  }
  .interview-message {
    padding: 32px 0;
  }
  .interview-message .container {
    padding: 0 30px;
  }
  .interview-message-conts {
    width: 100%;
    padding: 0;
    margin-left: 0;
  }
  .interview-message-conts .message-ttl {
    padding: 0;
  }
  .interview-message-conts .message-text {
    padding: 0;
  }
  .interview-message-media + .interview-message-conts {
    margin-top: 24px;
  }
  .interview-cards .container {
    padding: 0;
  }
  .interview-cards-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-top: -21px;
    padding: 0 30px;
  }
  .interview-cards-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0;
    margin-top: 21px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  }
  .interview-top .interview-cards {
    margin-top: 40px;
  }
  .interview-top .interview-cards-list {
    padding: 0;
  }
}
.information .container {
  padding: 0 30px;
}
.information-personality-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.information-personality-item {
  width: 100%;
  font-weight: bold;
  border-radius: 8px;
  border: 2px solid #9BD2F0;
}
.information-personality-item span {
  position: relative;
}
.information-personality-item span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/recruit/assets/img/common/img-check.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.information-flow .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.information-flow .flow-box {
  width: 100%;
  position: relative;
  background-color: rgba(155, 210, 240, 0.0784313725);
  border-radius: 8px;
  border: 1px solid #9BD2F0;
  margin-top: 0;
}
.information-flow .flow-box::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.information-flow .flow-box:last-of-type::after {
  display: none;
}
.information-flow .flow-sub-headline {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: #46B5F2;
}
.information-flow .flow-headline {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  position: relative;
  padding: 12px 0;
  margin-bottom: 16px;
}
.information-flow .flow-headline::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 1px;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #46B5F2;
}
.information .list + .caution {
  margin-top: 8px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .information .container {
    max-width: 1060px;
  }
  .information-personality-content {
    gap: 24px;
  }
  .information-personality-item {
    max-width: calc(33.3333333333% - 16px);
    font-size: 18px;
    padding: 24px;
  }
  .information-personality-item span {
    display: block;
    padding-left: 37px;
  }
  .information-personality-item span::before {
    width: 21px;
    height: 14px;
  }
  .information-flow .flow {
    gap: 30px;
  }
  .information-flow .flow-box {
    max-width: calc(25% - 15px);
    padding: 24px;
  }
  .information-flow .flow-box::after {
    top: 50%;
    right: -24px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 18px solid #DEE3E5;
  }
  .information-requirement .table-cell .list + span {
    display: block;
    margin-top: 16px;
  }
  .information .row-grid-pattern02 {
    padding: 80px 0px;
  }
  .information .heading-dot + .information-personality-content, .information .heading-dot + .flow, .information .heading-dot + .table {
    margin-top: 56px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .information .container {
    padding: 0;
  }
  .information-personality {
    padding: 0 30px;
  }
  .information-personality-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .information-personality-item {
    font-size: 16px;
    padding: 12px 32px;
  }
  .information-personality-item span {
    padding-left: 29px;
  }
  .information-personality-item span::before {
    width: 17px;
    height: 11px;
  }
  .information-flow {
    padding: 0 30px;
  }
  .information-flow .flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
  }
  .information-flow .flow-box {
    padding: 16px;
    margin-top: 0;
  }
  .information-flow .flow-box::after {
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 20px solid #DEE3E5;
  }
  .information-flow .flow-sub-headline {
    font-size: 12px;
  }
  .information-flow .flow-headline {
    font-size: 17px;
    padding: 3px 0 12px;
    margin-bottom: 8px;
  }
  .information-requirement .heading-dot {
    padding: 0 30px;
  }
  .information-requirement .table-cell .list + span {
    display: block;
    margin-top: 8px;
  }
  .information .row-grid-pattern02 {
    padding: 48px 0;
  }
  .information .heading-dot + .information-personality-content, .information .heading-dot + .flow, .information .heading-dot + .table {
    margin-top: 32px;
  }
}
.about .container {
  max-width: 1060px;
}
.about .row-grid-pattern02 .col-media {
  max-width: 33.4vw;
}
.about-btn {
  max-width: 600px;
  margin: 100px auto;
}
.about .heading.heading-m.black {
  color: #000;
}

.bg-green {
  background: #F6FCF8;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .about .row-grid-pattern02 {
    -ms-grid-rows: minmax(0, 74px) auto;
    grid-template-rows: minmax(0, 74px) auto;
  }
  .about .row-grid-pattern02 .col-media-img:nth-of-type(1) {
    display: block;
  }
  .about .row-grid-pattern02 .col-media-img:nth-of-type(2) {
    display: none;
  }
  .about .message.bg-green {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/* =======================================- */
/* ▼▼▼　tablet
/* =======================================- */
@media (max-width: 1025px) and (min-width: 768px) {
  .about .row-grid-pattern01 .col-media {
    max-width: 100%;
  }
  .about .row-grid-pattern02 {
    -ms-grid-rows: auto minmax(0, 74px) auto;
    grid-template-rows: auto minmax(0, 74px) auto;
  }
  .about .row-grid-pattern02 .col-media {
    max-width: 100%;
  }
  .about .row-grid-pattern02 .col-media .col-media-img:nth-of-type(1) {
    display: none;
  }
  .about .row-grid-pattern02 .col-media .col-media-img:nth-of-type(2) {
    display: block;
  }
  .about .message.bg-green {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .about .heading.heading-m.black {
    font-size: 28px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .about .message.bg-green {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .about-btn {
    max-width: 280px;
    margin: 54px auto;
  }
  .about .row-grid-pattern02 .col-media-img:nth-of-type(1) {
    display: none;
  }
  .about .row-grid-pattern02 .col-media-img:nth-of-type(2) {
    display: block;
  }
  .about .heading.heading-m.black {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.workplace .container {
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
}
.workplace .facility-ttl,
.workplace .schedule-ttl,
.workplace .benefits-ttl {
  margin-bottom: 56px;
}
.workplace .schedule-type {
  margin-bottom: 40px;
}
.workplace .schedule-type-ttl {
  margin-bottom: 8px;
}
.workplace .schedule .btn {
  max-width: 366px;
  margin-top: 56px;
}
.workplace .benefits .row-1-1 {
  margin-top: 32px;
}
.workplace .benefits .row-2-1 {
  max-width: 618px;
  width: 100%;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .workplace section + section {
    margin-top: 80px;
  }
  .workplace .facility p + .list {
    margin-top: 16px;
  }
}
/* =======================================- */
/* ▼▼▼　tablet
/* =======================================- */
@media (max-width: 1025px) and (min-width: 768px) {
  .workplace section + section {
    margin-top: 56px;
  }
  .workplace .facility-ttl,
  .workplace .schedule-ttl,
  .workplace .benefits-ttl {
    margin-bottom: 32px;
  }
}
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  section + section {
    margin-top: 56px;
  }
  .workplace .facility-ttl,
  .workplace .schedule-ttl,
  .workplace .benefits-ttl {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .workplace .schedule-content {
    position: relative;
    overflow: visible;
  }
  .workplace .schedule-type {
    margin-bottom: 40px;
  }
  .workplace .schedule-type figure {
    overflow-x: scroll;
    padding-bottom: 10px;
    margin-right: -30px;
  }
  .workplace .schedule-type figure::-webkit-scrollbar {
    height: 8px;
  }
  .workplace .schedule-type figure::-webkit-scrollbar-track {
    border-radius: 100px;
    background: #EAEAEA;
    margin-right: 30px;
  }
  .workplace .schedule-type figure::-webkit-scrollbar-thumb {
    width: 30px;
    border-radius: 100px;
    background: #C0C0C0;
    background-clip: content-box;
  }
  .workplace .schedule-type img {
    display: block;
    min-width: 780px;
    margin: 0;
  }
  .workplace .schedule-type-ttl {
    margin-bottom: 8px;
  }
  .workplace .schedule .btn {
    max-width: 280px;
    margin-top: 32px;
  }
  .workplace .benefits .row-1-1 .row-col + .row-col {
    margin-top: 16px;
  }
  .workplace .benefits .row-1-1 + .row-1-1 {
    margin-top: 16px;
  }
  .workplace .benefits .row-2-1 {
    max-width: 618px;
    width: 100%;
  }
}
.top-about {
  position: relative;
}
.top-about-deco img {
  position: absolute;
}
.top-about-deco img:nth-of-type(1) {
  left: 0;
}
.top-about-deco img:nth-of-type(2) {
  bottom: 0;
  right: 0;
}
.top-about-deco .ball-group {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-about-deco .ball-group .ball {
  position: absolute;
  border-radius: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.top-about-deco .ball-group .ball:nth-child(1), .top-about-deco .ball-group .ball:nth-child(3) {
  -webkit-animation: bounce 1.5s ease-in-out infinite;
          animation: bounce 1.5s ease-in-out infinite;
}
.top-about-deco .ball-group .ball:nth-child(1) {
  background-color: #F9F767;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.top-about-deco .ball-group .ball:nth-child(2) {
  background-color: #D0F28A;
  -webkit-animation: bounce-center 1.5s ease-in-out infinite;
          animation: bounce-center 1.5s ease-in-out infinite;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.top-about-deco .ball-group .ball:nth-child(3) {
  background-color: #BAE0F3;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  60% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}
@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  60% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}
@-webkit-keyframes bounce-center {
  0%, 100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  30% {
    -webkit-transform: translate(-50%, -16px);
            transform: translate(-50%, -16px);
  }
  60% {
    -webkit-transform: translate(-50%, 6px);
            transform: translate(-50%, 6px);
  }
}
@keyframes bounce-center {
  0%, 100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  30% {
    -webkit-transform: translate(-50%, -16px);
            transform: translate(-50%, -16px);
  }
  60% {
    -webkit-transform: translate(-50%, 6px);
            transform: translate(-50%, 6px);
  }
}
.top-information {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.top-information-ttl, .top-information-content {
  color: #fff;
}
.top-information-content .top-btn .btn {
  border: 1px solid #fff;
}
.top-information-content .information-personality-item {
  color: #000;
  background-color: #fff;
}
.top-interview {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF8E5), to(#FFF));
  background: linear-gradient(180deg, #FFF8E5 0%, #FFF 100%);
  padding-top: 100px;
  margin-top: 0;
}
.top-interview .container {
  position: relative;
  z-index: 10;
  padding: 0 30px;
}
.top-interview-bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#A7D246), to(#FFA));
  background: linear-gradient(90deg, #A7D246 0%, #FFA 100%);
}
.top-interview-deco img {
  position: absolute;
}
.top-interview-deco .ball {
  position: absolute;
}
.top-workplace-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #A7D246;
  background-color: #E4F3C5;
  border-radius: 50px;
}
.top-workplace-card-conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-workplace-ttl {
  font-weight: bold;
  margin-bottom: 16px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .top {
    margin-bottom: 180px;
  }
  .top-about .container, .top-information .container, .top-interview .container, .top-workplace .container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .top-about .top-btn, .top-information .top-btn, .top-interview .top-btn, .top-workplace .top-btn {
    max-width: 360px;
    margin: 0 auto;
    margin-top: 64px;
  }
  .top-about {
    padding-top: 154px;
    margin: 90px auto 80px;
  }
  .top-about-content {
    padding: 0 100px;
  }
  .top-about-deco img {
    position: absolute;
  }
  .top-about-deco img:nth-of-type(1) {
    width: 321px;
    height: 162px;
    top: 77px;
  }
  .top-about-deco img:nth-of-type(2) {
    width: 309px;
    height: 229px;
  }
  .top-about-deco img:nth-of-type(3) {
    width: 155px;
    height: 41px;
  }
  .top-about-deco .ball-group {
    width: 155px;
    height: 30px;
  }
  .top-about-deco .ball-group .ball {
    width: 23px;
    height: 23px;
    top: 0;
  }
  .top-about-deco .ball-group .ball:nth-child(1) {
    left: 0;
  }
  .top-about-deco .ball-group .ball:nth-child(2) {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .top-about-deco .ball-group .ball:nth-child(3) {
    right: 0;
  }
  .top-information {
    background-image: url("/recruit/assets/img/page/top/img_02.jpg");
  }
  .top-information .container {
    padding: 100px 0;
  }
  .top-information-ttl {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }
  .top-information-content {
    padding: 0 94px;
  }
  .top-information-content p {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 40px;
  }
  .top-information-content .information-personality-content {
    gap: 16px;
  }
  .top-information-content .information-personality-item {
    padding: 16px 24px;
  }
  .top-interview {
    border-radius: 0px 0px 100px 100px;
    padding-bottom: 103px;
  }
  .top-interview-bg {
    bottom: -68px;
    width: 2072px;
    height: 564px;
    border-radius: 50%/27.22%;
  }
  .top-interview-deco img:nth-of-type(1) {
    width: 123px;
    height: 128px;
    bottom: 141px;
    left: 55px;
  }
  .top-interview-deco img:nth-of-type(2) {
    width: 130px;
    height: 132px;
    bottom: 345px;
    right: 35px;
    aspect-ratio: 129.85/132;
  }
  .top-interview-deco img:nth-of-type(3) {
    width: 207px;
    height: 169px;
    bottom: 43px;
    right: 103px;
  }
  .top-interview-deco .ball:nth-of-type(1) {
    width: 38px;
    height: 38px;
    top: 100px;
    left: 244px;
    background-color: #DCF3FF;
    border-radius: 100%;
  }
  .top-interview-deco .ball:nth-of-type(2) {
    width: 38px;
    height: 38px;
    top: 365px;
    right: 87px;
    background-color: #E4F3C5;
    border-radius: 100%;
  }
  .top-interview-deco .ball:nth-of-type(3) {
    width: 79px;
    height: 79px;
    top: 270px;
    left: 40px;
    background-color: #E4F3C5;
    border-radius: 100%;
  }
  .top-interview-deco .ball:nth-of-type(4) {
    width: 79px;
    height: 79px;
    top: 80px;
    right: 153px;
    background-color: #FFA;
    border-radius: 100%;
  }
  .top-interview .interview-cards-list {
    margin-top: 40px;
  }
  .top-workplace .container {
    max-width: 1060px;
    padding: 0 30px;
  }
  .top-workplace-card {
    border-radius: 50px;
  }
  .top-workplace-card-tmb {
    width: 43%;
  }
  .top-workplace-card-img {
    border-radius: 50px 0 0 50px;
  }
  .top-workplace-card-conts {
    padding: 20px 64px;
  }
  .top-workplace-card-ttl {
    font-size: 24px;
  }
  .top-workplace-card .top-btn {
    margin-top: 48px;
  }
}
@media (max-width: 1400px) {
  .top-about-deco img:nth-of-type(1) {
    width: 195px;
    height: 98px;
  }
  .top-about-deco img:nth-of-type(2) {
    width: 188px;
    height: 139px;
  }
}
/* =======================================- */
/* ▼▼▼　tablet
/* =======================================- */
@media (max-width: 1025px) and (min-width: 768px) {
  .top-interview-deco img:nth-of-type(1) {
    width: 57px;
    height: 60px;
  }
  .top-interview-deco img:nth-of-type(2) {
    width: 73px;
    height: 74px;
  }
  .top-interview-deco img:nth-of-type(3) {
    width: 107px;
    height: 87px;
  }
  .top-workplace-card-tmb {
    width: 47%;
  }
  .top-workplace-card-conts {
    padding: 20px 40px;
  }
}
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .top {
    margin-bottom: 80px;
  }
  .top-about .top-btn, .top-information .top-btn, .top-interview .top-btn, .top-workplace .top-btn {
    max-width: 280px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .top-about {
    padding: 191px 0 139px;
    margin: 66px auto 32px;
  }
  .top-about .container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .top-about-deco img:nth-of-type(1) {
    width: 195px;
    height: 98px;
    top: 65px;
  }
  .top-about-deco img:nth-of-type(2) {
    width: 188px;
    height: 139px;
  }
  .top-about-deco .ball-group {
    width: 83px;
    height: 23px;
  }
  .top-about-deco .ball-group .ball {
    width: 12px;
    height: 12px;
  }
  .top-about-deco .ball-group .ball:nth-child(1) {
    left: 0;
  }
  .top-about-deco .ball-group .ball:nth-child(2) {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .top-about-deco .ball-group .ball:nth-child(3) {
    right: 0;
  }
  .top-information {
    background-image: url("/recruit/assets/img/page/top/img-sp_02.jpg");
  }
  .top-information .container {
    padding: 72px 30px;
  }
  .top-information-ttl {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }
  .top-information-content p {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 24px;
  }
  .top-information-content .information-personality-content {
    max-width: 360px;
    margin: 0 auto;
    gap: 10px;
  }
  .top-information-content .information-personality-item {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 32px;
  }
  .top-information-content .top-btn .btn {
    padding: 21.5px 24px;
  }
  .top-interview {
    border-radius: 0px 0px 50px 50px;
    padding-bottom: 126px;
  }
  .top-interview-bg {
    top: 427px;
    width: 924px;
    height: 156.6vw;
    border-radius: 50%/70% 70% 0 0;
  }
  .top-interview-bg-sp {
    position: absolute;
    width: 100vw;
    height: 988px;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#A7D246), to(#FFFFAA));
    background: linear-gradient(90deg, #A7D246 0%, #FFFFAA 100%);
    margin-bottom: 39px;
    border-radius: 0px 0px 50px 50px;
  }
  .top-interview-deco img:nth-of-type(1) {
    width: 57px;
    height: 60px;
    top: 34px;
    left: 16px;
  }
  .top-interview-deco img:nth-of-type(2) {
    width: 73px;
    height: 74px;
    top: 23px;
    right: 10px;
  }
  .top-interview-deco img:nth-of-type(3) {
    width: 107px;
    height: 87px;
    bottom: 0;
    right: 52px;
  }
  .top-interview-deco .ball {
    display: none;
  }
  .top-interview .interview-cards-list {
    margin: 40px 0;
    padding: 0;
  }
  .top-interview .interview-cards-item {
    margin-top: 24px;
  }
  .top-interview .top-btn .btn {
    padding: 21.5px 24px;
  }
  .top-workplace .container {
    padding: 0 30px;
  }
  .top-workplace-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 30px;
  }
  .top-workplace-card-img {
    border-radius: 30px 30px 0 0;
  }
  .top-workplace-card-conts {
    padding: 32px 20px;
  }
  .top-workplace-card-ttl {
    font-size: 20px;
  }
  .top-workplace-card .top-btn {
    max-width: 280px;
    margin: 24px auto 0;
  }
}