@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,
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: 62.5%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.75;
  word-break: break-all;
}

@media (max-width: 767px) {

  html,
  body,
  div,
  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 {
    font-size: 55%;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  color: #333;
  font-family: 'Roboto Condensed', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}

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;
  color: #333;
}

/* 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;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

img {
  display: block;
  width: 100%;
}

/* レスポンシブ表示 */
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

/* aリンク PCでクリック非表示 */
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

body {
  min-width: 1100px;
}

@media (max-width: 767px) {
  body {
    min-width: 100%;
  }
}

#page_top {
  position: fixed;
  right: 30px;
  bottom: -50px;
  z-index: 9999;
}

#page_top a {
  display: block;
  padding: 22px 20px;
  background: #2F84C3;
}

.l-header {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  min-width: 1100px;
  padding: 0 40px;
  z-index: 999;
}

@media (max-width: 767px) {
  .l-header {
    align-items: flex-start;
    min-width: auto;
    padding: 12px 4% 0;
  }
}

@media (max-width: 767px) {
  .l-header .l-header__logo {
    width: 240px;
  }
}

@media (max-width: 767px) {
  .l-header .l-header__wrap {
    display: none;
  }
}

.l-header .l-header__cv {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0 0 28px;
}

.l-header .l-header__cv .l-header__link {
  margin: 22px 22px 0 0;
}

@media (max-width: 767px) {
  .l-header .l-header__cv .l-header__link {
    width: 100%;
    margin: 32px 0;
    text-align: center;
  }
}

.l-header .l-header__cv .l-header__link a {
  font-size: 1.2rem;
  color: #fff;
}

.l-header .l-header__cv .l-header__link a span:after {
  content: '';
  display: inline-block;
  margin: 0 0 0 12px;
  width: 12px;
  height: 10px;
  background-image: url(../img/ico/ico_blanck_white.svg);
  background-size: cover;
}

.l-header .l-header__cv .l-header__btn a {
  display: block;
  width: 188px;
  padding: 20px 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #2F84C3;
  text-decoration: none;
  text-align: center;
  background: #fff;
  border-radius: 0 0 0 8px;
}

.l-header .l-header__cv .l-header__btn a span:after {
  content: '';
  display: inline-block;
  margin: 0 0 1px 12px;
  width: 6px;
  height: 10px;
  background-image: url(../img/ico/ico_arrow_blue.svg);
  background-size: cover;
}

.l-header .l-header__cv .l-header__btn--entry a {
  color: #fff;
  background: #2F84C3;
  border-radius: 0 0 8px 0;
}

.l-header .l-header__cv .l-header__btn--entry a span:after {
  background-image: url(../img/ico/ico_arrow_white.svg);
}

.l-header .l-header__nav ul {
  display: flex;
  justify-content: flex-end;
}

.l-header .l-header__nav ul li {
  margin: 0 24px 0 0;
}

@media (max-width: 1240px) {
  .l-header .l-header__nav ul li {
    margin: 0 16px 0 0;
  }
}

.l-header .l-header__nav ul li a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1240px) {
  .l-header .l-header__nav ul li a {
    font-size: 1.2rem;
  }
}

.menu-btn {
  margin: 8px 0 0;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 24px;
  height: 17px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}

.menu-trigger.active span {
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 7px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}

.l-header.active {
  background: url(../img/kv_bg.jpg);
  background-position: center;
  background-size: cover;
}

.l-header.active .l-header__wrap {
  position: relative;
  display: block;
  width: 100%;
}

.l-header.active .l-header__cv {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0 0 28px;
}

.l-header.active .l-header__cv .l-header__btn {
  width: 50%;
}

.l-header.active .l-header__cv .l-header__btn a {
  width: 100%;
  border-radius: 0;
}

.l-header.active .l-header__cv .l-header__btn--entry a {
  border-radius: 0;
}

.l-header.active .l-header__nav ul {
  display: block;
  margin: 32px 0 180px;
}

.l-header.active .l-header__nav ul li {
  margin: 0 0 24px;
  text-align: center;
}

.l-header.active .l-header__nav ul li a {
  font-size: 1.4rem;
}

.l-footer {
  margin: 160px 0 0;
  background: url(../img/footer_bg.jpg);
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .l-footer {
    margin: 56px 0 0;
  }
}

.l-footer .l-footer__top {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 96px 0;
}

@media (max-width: 767px) {
  .l-footer .l-footer__top {
    display: block;
    padding: 56px 4%;
  }
}

.l-footer .l-footer__top .l-footer__catch {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 767px) {
  .l-footer .l-footer__top .l-footer__catch {
    margin: 0 0 24px;
    text-align: center;
  }
}

.l-footer .l-footer__top .l-footer__catch span {
  display: block;
  margin: 0 0 12px;
  font-size: 4.8rem;
  line-height: 1.3;
}

.l-footer .l-footer__top .l-footer__mynavi {
  padding: 32px 80px;
  background: #fff;
  border-radius: 12px;
}

@media (max-width: 767px) {
  .l-footer .l-footer__top .l-footer__mynavi {
    padding: 20px 48px;
  }
}

.l-footer .l-footer__top .l-footer__mynavi .l-footer__entry {
  text-align: center;
}

.l-footer .l-footer__top .l-footer__mynavi .l-footer__entry a {
  font-size: 2.4rem;
  font-weight: bold;
  color: #2F84C3;
  text-decoration: none;
}

.l-footer .l-footer__top .l-footer__mynavi .l-footer__entry a span:after {
  content: '';
  display: inline-block;
  margin: 0 0 4px 12px;
  width: 6px;
  height: 10px;
  background-image: url(../img/ico/ico_arrow_blue.svg);
  background-size: cover;
}

/*2025.03.06追記*/
body .l-footer .l-footer__top .l-footer__mynavi {
  max-width: 682px;
  padding: 16px 40px;
}

.l-footer .l-footer__top {
  align-items: center;
}

.l-footer__mynavi-content {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .l-footer__mynavi-content {
    flex-direction: column;
  }
}

.l-footer__mynavi:first-child {
  margin-bottom: 20px;
}

.l-footer__mynavi-logo {
  max-width: 500px;
}

@media (max-width: 768px) {
  .l-footer__mynavi-logo {
    max-width: 200px;
  }
}

/*ここまで*/
.l-footer .l-footer__bottom {
  padding: 64px 0;
  background: rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
  .l-footer .l-footer__bottom {
    padding: 40px 4% 32px;
  }
}

.l-footer .l-footer__bottom .l-footer__wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.l-footer .l-footer__bottom .l-footer__wrap .l-footer__nav-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

@media (max-width: 767px) {
  .l-footer .l-footer__bottom .l-footer__wrap .l-footer__nav-area {
    justify-content: center;
    margin: 0 0 32px;
  }
}

.l-footer .l-footer__bottom .l-footer__wrap .l-footer__nav-area .l-footer__nav ul {
  display: flex;
}

.l-footer .l-footer__bottom .l-footer__wrap .l-footer__nav-area .l-footer__nav ul li {
  margin: 0 20px 0 0;
}

.l-footer .l-footer__bottom .l-footer__wrap .l-footer__nav-area .l-footer__nav ul li a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.l-footer .l-footer__bottom .l-footer__wrap .l-footer__nav-area .l-footer__nav ul li a:hover {
  text-decoration: underline;
}

.l-footer .l-footer__bottom .l-footer__wrap .l-footer__sub {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .l-footer .l-footer__bottom .l-footer__wrap .l-footer__sub {
    justify-content: center;
  }
}

.l-footer .l-footer__bottom .l-footer__wrap .l-footer__sub p {
  font-size: 1.2rem;
  color: #fff;
}

.l-footer .l-footer__bottom .l-footer__wrap .l-footer__sub p a {
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
}

.l-footer .l-footer__bottom .l-footer__wrap .l-footer__sub p a:hover {
  text-decoration: underline;
}

.l-footer .l-footer__bottom .l-footer__wrap .l-footer__sub p:nth-child(1) {
  margin-right: 24px;
}

.l-footer .l-footer__bottom .l-footer__wrap .l-footer__sub p:nth-child(1) a span:after,
.l-footer .l-footer__bottom .l-footer__wrap .l-footer__sub p:nth-child(2) a span:after {
  content: '';
  display: inline-block;
  margin: 0 0 0 12px;
  width: 12px;
  height: 10px;
  background-image: url(../img/ico/ico_blanck_white.svg);
  background-size: cover;
}

.l-footer .l-footer__bottom .l-footer__wrap .l-footer__sub p:nth-child(3) {
  margin-left: auto;
}

@media (max-width: 767px) {
  .l-footer .l-footer__bottom .l-footer__wrap .l-footer__sub p:nth-child(3) {
    width: 100%;
    margin-top: 24px;
    text-align: center;
  }
}

.l-breadcrumb {
  max-width: 1100px;
  margin: 0 auto;
}

.l-breadcrumb .l-breadcrumb__wrap {
  position: relative;
  top: -68px;
  display: inline-block;
  padding: 6px 32px;
  background: #fff;
  border-radius: 18px;
}

@media (max-width: 767px) {
  .l-breadcrumb .l-breadcrumb__wrap {
    position: static;
    display: block;
    padding: 6px 4%;
    background: #F4F4F4;
    border-radius: 0;
  }
}

.l-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.l-breadcrumb ul li {
  font-size: 1.4rem;
  list-style-type: none;
}

.l-breadcrumb ul li a {
  text-decoration: none;
}

.l-breadcrumb ul li a:hover {
  text-decoration: underline;
}

.l-breadcrumb ul li+li:before {
  content: '>';
  display: inline-block;
  margin: 0 6px;
}

.un-title {
  padding: 200px 0;
  background: url(../img/_module/title_bg.jpg);
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .un-title {
    padding: 80px 0;
  }
}

.un-title h1 {
  font-size: 2.4rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
}

.un-title h1 span {
  display: block;
  margin: 0 0 -16px;
  font-size: 9.6rem;
}

@media (max-width: 767px) {
  .un-title h1 span {
    margin: 0 0 -6px;
    font-size: 4.8rem;
  }
}

.un-title--personality {
  background: url(../img/personality/title_bg.jpg);
  background-position: center;
  background-size: cover;
}

.un-title--company {
  background: url(../img/company/title_bg.jpg);
  background-position: center;
  background-size: cover;
}

.un-title--product {
  background: url(../img/product/title_bg.jpg);
  background-position: center;
  background-size: cover;
}

.un-title--pcb {
  background: url(../img/product/title_bg_pcb.jpg);
  background-position: center;
  background-size: cover;
}

.un-title--endmill {
  background: url(../img/product/title_bg_endmill.jpg);
  background-position: center;
  background-size: cover;
}

.un-title--other {
  background: url(../img/product/title_bg_other.jpg);
  background-position: center;
  background-size: cover;
}

.un-title--work {
  background: url(../img/work/title_bg.jpg);
  background-position: center;
  background-size: cover;
}

.un-title--culture {
  background: url(../img/culture/title_bg.jpg);
  background-position: center;
  background-size: cover;
}

.un-title--training {
  background: url(../img/culture/title_bg_training.jpg);
  background-position: center;
  background-size: cover;
}

.un-title--welfare {
  background: url(../img/culture/title_bg_welfare.jpg);
  background-position: center;
  background-size: cover;
}

.un-title--woman {
  background: url(../img/culture/title_bg_woman.jpg);
  background-position: center;
  background-size: cover;
}

.un-title--nursery {
  background: url(../img/culture/title_bg_nursery.jpg);
  background-position: center;
  background-size: cover;
}

.un-title--voice {
  background: url(../img/voice/title_bg.jpg);
  background-position: center;
  background-size: cover;
}

.un-title--voice-woman {
  background: url(../img/voice/title_bg_woman.jpg);
  background-position: center;
  background-size: cover;
}

.un-title--senior {
  background: url(../img/senior/title_bg.jpg);
  background-position: center;
  background-size: cover;
}

.un-title--photogallery {
  background: url(../img/photogallery/title_bg.jpg);
  background-position: center;
  background-size: cover;
}

.un-title--photogallery {
  background: url(../img/photogallery/title_bg.jpg);
  background-position: center;
  background-size: cover;
}

.un-title--guideline {
  background: url(../img/guideline/title_bg.jpg);
  background-position: center;
  background-size: cover;
}

.un-links {
  display: flex;
  justify-content: center;
  margin: 0 0 64px;
}

@media (max-width: 767px) {
  .un-links {
    justify-content: flex-start;
    margin: 0 0 48px;
  }
}

.un-links li {
  margin: 0 12px;
  list-style-type: none;
}

@media (max-width: 767px) {
  .un-links li {
    margin: 0 6px;
  }
}

.un-links li a {
  display: block;
  padding: 12px 24px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #e6e6e6;
  border-radius: 27px;
}

@media (max-width: 767px) {
  .un-links li a {
    padding: 8px 16px;
  }
}

.un-links li a span:after {
  content: "";
  display: inline-block;
  margin: 0 0 1px 12px;
  width: 10px;
  height: 6px;
  background-image: url(../img/ico/ico_arrow_blue_un.svg);
  background-size: cover;
}

.un-container {
  max-width: 1100px;
  margin: 40px auto 0;
}

@media (max-width: 767px) {
  .un-container {
    padding: 0 4%;
  }
}

.un-container-wide {
  max-width: 100%;
  margin: 0;
}

@media (max-width: 767px) {
  .un-container-wide {
    padding: 0;
  }
}

.un-container-wide .un-section__inner {
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .un-container-wide .un-section__inner {
    padding: 0 4%;
  }
}

.un-container-wide .un-section-gray {
  background: #f4f4f4;
  max-width: calc(1400px + ((100% - 1400px) / 2));
  margin-right: calc(((100% - 1400px) / 2));
  margin-top: 100px;
  padding-left: calc(((100% - 1400px) / 2));
  padding-top: 80px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .un-container-wide .un-section-gray {
    max-width: 92%;
    margin-right: 4%;
    margin-top: 50px;
    padding-left: 4%;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

@media (max-width: 1500px) {
  .un-container-wide .un-section-gray {
    max-width: 100%;
    margin-right: 0;
    padding-left: 0;
  }
}

.un-container-wide .un-section-gray__inner {
  max-width: 1250px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .un-container-wide .un-section-gray__inner {
    max-width: 100%;
    padding: 0 4%;
  }
}

.un-section+.un-section {
  margin: 110px 0 0;
}

@media (max-width: 767px) {
  .un-section+.un-section {
    margin: 56px 0 0;
  }
}

.un-text {
  margin: 32px 0 0;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .un-text {
    margin: 20px 0 0;
  }
}

.un-text .bold {
  font-weight: bold;
}

.un-head-4+.un-text {
  margin: 16px 0 0;
}

@media (max-width: 767px) {
  .un-head-4+.un-text {
    margin: 12px 0 0;
  }
}

.un-text--first {
  margin: 0;
}

.un-head-2 {
  position: relative;
  margin: 0 0 32px;
  padding: 0 0 6px;
  font-size: 3.2rem;
  font-weight: normal;
  border-bottom: 2px solid #e6e6e6;
}

@media (max-width: 767px) {
  .un-head-2 {
    margin: 0 0 20px;
  }
}

.un-head-2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  background: #2f84c3;
  width: 120px;
  height: 2px;
}

.un-head-3 {
  margin: 48px 0 32px;
  padding: 6px 16px;
  font-size: 2rem;
  font-weight: normal;
  background: #f4f4f4;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .un-head-3 {
    margin: 32px 0 24px;
  }
}

.un-head-4 {
  margin: 40px 0 0;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .un-head-4 {
    margin: 24px 0 0;
  }
}

.un-2col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.un-2col .un-2col__box {
  width: 48%;
}

@media (max-width: 767px) {
  .un-2col .un-2col__box {
    width: 100%;
  }
}

.un-section__mynavi {
  width: 500px;
  margin: 100px auto;
}

@media (max-width: 767px) {
  .un-section__mynavi {
    width: 100%;
    margin: 50px auto;
  }
}

.un-section__mynavi p {
  font-size: 2rem;
  color: #2f84c3;
  text-align: center;
}

.un-section__mynavi img {
  margin-top: 16px;
  border: 2px solid #00aaef;
}

@media (max-width: 767px) {
  .un-section__mynavi img {
    margin-top: 10px;
  }
}

.un-section__mynavi img:hover {
  opacity: 0.7;
  transition: all 0.3s;
  background-color: #fff;
}

.c-btn {
  position: relative;
  text-align: center;
  margin: 32px 0 0;
}

@media (max-width: 767px) {
  .c-btn {
    margin: 20px 0 0;
  }
}

.c-btn a {
  display: block;
  padding: 16px 20px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  background: #2F84C3;
  text-decoration: none;
  border-radius: 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}

.c-btn a span {
  position: relative;
}

.c-btn a span:after {
  content: '';
  display: inline-block;
  margin: 0 0 1px 12px;
  width: 6px;
  height: 10px;
  background-image: url(../img/ico/ico_arrow_white.svg);
  background-size: cover;
}

.c-btn a:hover {
  background: #1F5DA5;
}

.c-btn--s a {
  padding: 12px 20px;
  font-size: 1.4rem;
}

.c-btn--border a {
  border: 1px solid #fff;
}

.c-btn--center a {
  display: inline-block;
  padding: 16px 32px;
}

.c-btn-text {
  font-size: 1.6rem;
  font-weight: bold;
}

.c-btn-text a span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
}

.c-btn-text a span:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url(../img/ico/ico_arrow_blue.svg);
  background-size: cover;
}

.c-btn-text a span:hover {
  text-decoration: underline;
}

.c-btn-text--mt {
  margin: 32px 0 0;
}

.c-btn-text--s {
  font-size: 1.4rem;
}

.c-btn-text--s a span:before {
  top: 7px;
}

.c-btn-text--R {
  text-align: right;
}

.c-btn-blanck {
  font-size: 1.6rem;
}

.c-btn-blanck a span {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
}

.c-btn-blanck a span:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  display: inline-block;
  width: 12px;
  height: 10px;
  background-image: url(../img/ico/ico_blanck.svg);
  background-size: cover;
}

.c-btn-blanck a span:hover {
  text-decoration: underline;
}

.c-btn-pdf {
  margin: 32px 0 0;
  font-size: 1.6rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .c-btn-pdf {
    margin: 28px 0 0;
  }
}

.c-btn-pdf a {
  text-decoration: none;
}

.c-btn-pdf a .c-btn-pdf__ico {
  display: inline-block;
  width: 20px;
  margin: 0px 8px -6px 0px;
}

.c-btn-pdf a:hover {
  text-decoration: underline;
}

.c-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0;
}

.c-flex--max2 {
  margin-left: -40px;
}

@media (max-width: 767px) {
  .c-flex--max2 {
    margin-left: 0;
  }
}

.c-flex--max2 .c-flex__item {
  margin-top: 56px;
  width: calc(50% - 40px);
  margin-left: 40px;
}

@media (max-width: 767px) {
  .c-flex--max2 .c-flex__item {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }
}

.c-flex--max2 .c-flex__item:nth-child(-n+2) {
  margin-top: 0;
}

@media (max-width: 767px) {
  .c-flex--max2 .c-flex__item:nth-child(-n+2) {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .c-flex--max2 .c-flex__item:nth-child(-n+1) {
    margin-top: 0;
  }
}

.c-flex--max3 {
  margin-left: -30px;
}

@media (max-width: 767px) {
  .c-flex--max3 {
    margin-left: 0;
  }
}

.c-flex--max3 .c-flex__item {
  margin-top: 56px;
  width: calc(33.3333% - 30px);
  margin-left: 30px;
}

@media (max-width: 767px) {
  .c-flex--max3 .c-flex__item {
    width: 100%;
    margin-top: 32px;
    margin-left: 0;
  }
}

.c-flex--max3 .c-flex__item:nth-child(-n+3) {
  margin-top: 0;
}

@media (max-width: 767px) {
  .c-flex--max3 .c-flex__item:nth-child(-n+3) {
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  .c-flex--max3 .c-flex__item:nth-child(-n+1) {
    margin-top: 0;
  }
}

.c-flex--max4 {
  margin-left: -24px;
}

@media (max-width: 767px) {
  .c-flex--max4 {
    margin-left: -12px;
  }
}

.c-flex--max4 .c-flex__item {
  margin-top: 56px;
  width: calc(25% - 24px);
  margin-left: 24px;
}

@media (max-width: 767px) {
  .c-flex--max4 .c-flex__item {
    margin-top: 24px;
    width: calc(50% - 12px);
    margin-left: 12px;
  }
}

.c-flex--max4 .c-flex__item:nth-child(-n+4) {
  margin-top: 0;
}

@media (max-width: 767px) {
  .c-flex--max4 .c-flex__item:nth-child(-n+4) {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .c-flex--max4 .c-flex__item:nth-child(-n+2) {
    margin-top: 0;
  }
}

.c-img-border {
  border: 1px solid #E0E0E0;
}

.c-img-center {
  max-width: 720px;
  margin: 32px auto 0;
}

@media (max-width: 767px) {
  .c-img-center {
    margin: 28px auto 0;
  }
}

.c-img-center--first {
  margin: 0 auto;
}

.c-img-caption {
  margin: 12px 0 0;
  font-size: 1.4rem;
  text-align: center;
}

.c-img-movie iframe {
  width: 100%;
}

@media (max-width: 767px) {
  .c-img-movie iframe {
    height: 200px;
  }
}

.c-imgbox .c-imgbox__right {
  float: right;
  width: 410px;
  margin: 0 0 40px 40px;
}

@media (max-width: 767px) {
  .c-imgbox .c-imgbox__right {
    width: 100%;
    margin: 0 0 24px;
  }
}

.c-imgbox .c-imgbox__left {
  float: left;
  width: 410px;
  margin: 0 40px 40px 0;
}

@media (max-width: 767px) {
  .c-imgbox .c-imgbox__left {
    width: 100%;
    margin: 0 0 24px;
  }
}

.c-imgbox+.c-imgbox {
  margin: 48px 0 0;
}

@media (max-width: 767px) {
  .c-imgbox+.c-imgbox {
    margin: 40px 0 0;
  }
}

.c-table {
  width: 100%;
  margin: 32px 0;
  border-top: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
}

.c-table th {
  width: 320px;
  font-weight: bold;
  text-align: left;
  background: #FAFAFA;
  border-right: 1px solid #E0E0E0;
}

@media (max-width: 767px) {
  .c-table th {
    border-right: none;
  }
}

.c-table th,
.c-table td {
  padding: 24px;
  font-size: 1.6rem;
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}

@media (max-width: 767px) {

  .c-table th,
  .c-table td {
    display: block;
    width: 100%;
    padding: 16px;
  }
}

.c-table td .c-table-td-block {
  font-size: 1.6rem;
}

.c-table td .c-table-td-block .c-table-td-ttl {
  font-size: 1.6rem;
  font-weight: bold;
}

.c-table td .c-table-td-block+.c-table-td-block {
  margin: 24px 0 0;
}

@media (max-width: 767px) {

  .c-table tr th,
  .c-table tr td {
    display: block;
    width: 100%;
  }
}

.c-table--first {
  margin-top: 0;
}

@media (max-width: 767px) {
  .c-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767px) {
  .c-table-scroll .c-table {
    min-width: 640px;
  }
}

@media (max-width: 767px) {

  .c-table-scroll .c-table th,
  .c-table-scroll .c-table td {
    display: table-cell;
    width: auto;
    border-right: 1px solid #E6E6E6;
  }
}

.c-table--cv tr th {
  border-right: none;
}

.c-table--cv tr th,
.c-table--cv tr td {
  display: block;
  width: 100%;
}

.c-table--cv tr .c-table__cv__req:after {
  content: '必須';
  display: inline-block;
  margin: 0 0 0 8px;
  padding: 0 6px;
  font-size: 1.2rem;
  color: #fff;
  background: #B62318;
}

.c-table--cv {
  margin: 56px 0 0;
}

.c-table--cv input,
.c-table--cv select,
.c-table--cv label,
.c-table--cv textarea {
  padding: 12px;
  font-size: 1.6rem;
}

@media (max-width: 767px) {

  .c-table--cv input,
  .c-table--cv select,
  .c-table--cv label,
  .c-table--cv textarea {
    font-size: 2rem;
  }
}

.c-table--cv .c-table__cv__maxinput {
  width: 100%;
}

.c-table--cv .c-table__cv__postinput {
  width: 120px;
}

.c-table--cv .c-table__cv__addbox {
  display: flex;
  flex-wrap: wrap;
}

.c-table--cv .c-table__cv__addbox .c-table__cv__addbox-L {
  width: 200px;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .c-table--cv .c-table__cv__addbox .c-table__cv__addbox-L {
    width: 100%;
    margin: 0 0 8px;
  }
}

.c-table--cv .c-table__cv__addbox .c-table__cv__addbox-R {
  flex: 1;
}

.c-table--cv .c-table__cv__addbox+.c-table__cv__addbox {
  margin: 20px 0 0;
}

.c-table--cv .c-table__cv__checkbox-list .c-flex__item {
  margin-top: 24px;
}

.c-table--cv .c-table__cv__checkbox {
  float: left;
  margin: 6px 12px 0 0;
}

.c-table--cv .c-table__cv__checkbox-text {
  display: block;
  padding: 0 0 0 24px;
}

.c-table__cv__btn {
  margin: 40px 0 0;
}

.c-table__cv__btn .mod-btn {
  width: 100%;
  padding: 12px 20px;
  font-size: 1.6rem;
  border: none;
  cursor: pointer;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;

}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

a {
  text-decoration: none;
}

.pc {
  display: block;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.fixed {
  width: 100px;
  height: 500px;
  background: #fff;
  position: fixed;
  top: 100px;
  left: 0px;
  border-radius: 0 6px 6px 0;
  border: 2px solid #333;
}

.fadein__top.delighter {
  transform: translateY(-30%);
  opacity: 0;
  transition: transform 0s 0s ease, opacity 0s 0s ease;
}

.fadein__top.delighter.started {
  transform: translateY(0px);
  transition: transform 600ms 0s ease, opacity 600ms 0s ease;
  opacity: 1;
}

.fadein__bottom.delighter {
  transform: translateY(30%);
  opacity: 0;
  transition: transform 0s 0s ease, opacity 0s 0s ease;
}

.fadein__bottom.delighter.started {
  transform: translateY(0px);
  transition: transform 600ms 0s ease, opacity 600ms 0s ease;
  opacity: 1;
}

.fadein__right.delighter {
  transform: translateX(30%);
  opacity: 0;
  transition: transform 0s 0s ease, opacity 0s 0s ease;
}

.fadein__right.delighter.started {
  transform: translateY(0px);
  transition: transform 600ms 0s ease, opacity 600ms 0s ease;
  opacity: 1;
}

.fadein__left.delighter {
  transform: translateX(-10%);
  opacity: 0;
  transition: transform 0s 0s ease, opacity 0s 0s ease;
}

.fadein__left.delighter.started {
  transform: translateX(0px);
  transition: transform 600ms 0s ease, opacity 600ms 0s ease;
  opacity: 1;
}

.delay1 {
  transition-delay: .1s !important;
}

.delay2 {
  transition-delay: .2s !important;
}

.delay3 {
  transition-delay: .3s !important;
}

.main__wrap {
  margin: 0 auto;
  background: url("../../assets/img/bk_img.png") no-repeat;
  background-position: top 1966.5px right -78px;
}

@media (max-width: 767px) {
  .main__wrap {
    width: 100%;
    background: none;
  }
}

.l-header__bk {
  background-image: url("../../assets/img/top_blue_bk.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 1000px;
  background-size: cover;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .l-header__bk {
    width: 100%;
    background: url("../../assets/img/top_blue_bk.png") no-repeat;
    background-size: cover;
    height: 68.5vw;
  }
}

@media (max-width: 767px) {
  .l-header__bk .l-header {
    width: 100%;
  }
}

.l-header__bk .l-header__bk-02 {
  width: 1100px;
  margin: 0 auto;
  background-image: url("../../assets/img/top_bk.png");
  background-repeat: no-repeat;
}

.l-header__bk .top__img {
  background: url("../../assets/img/top_bk.png") no-repeat;
  height: 1456px;
  max-width: calc(1400px + ((100% - 1200px) /2));
  margin-right: calc(((100% - 1600px) /2));
  padding-left: calc(((100% - 1400px) /2));
  background-position: top right;
}

.l-section-01__bk {
  background: url("../../assets/img/section_01_bk.jpg");
  height: 1456px;
  background-repeat: no-repeat;
  max-width: calc(1400px + ((100% - 1400px) /2));
  margin-right: calc(((100% - 1400px) /2));
  padding-left: calc(((100% - 1400px) /2));
  background-size: cover;
}

@media (max-width: 767px) {
  .l-section-01__bk {
    width: 100%;
    background: url("../../assets/img/section_01_bk_sp@2x.jpg") no-repeat;
    background-size: contain;
    height: 397.5vw;
  }
}

.l-section-01__bk .l-section-01__wrap {
  width: 1100px;
  margin: 0 auto;
  padding: 62px 0 0 0;
}

@media (max-width: 767px) {
  .l-section-01__bk .l-section-01__wrap {
    width: 100%;
    padding: 15.6vw 5vw 0 5vw;
  }
}

.l-section-01__bk .l-section-01__wrap .l-section-01__ttl {
  font-size: 96px;
  text-align: left;
  color: #fff;
}

@media (max-width: 767px) {
  .l-section-01__bk .l-section-01__wrap .l-section-01__ttl {
    font-weight: normal;
    font-size: 12.5vw;
    text-align: left;
    color: #fff;
  }
}

.l-section-01__bk .l-section-01__wrap .l-section-01__txt-01 {
  font-weight: bold;
  line-height: 58px;
  text-align: left;
  color: #2f84c3;
  margin: 9px 0 0 0;
}

@media (max-width: 767px) {
  .l-section-01__bk .l-section-01__wrap .l-section-01__txt-01 {
    margin: 7vw 0 0 0;
  }
}

.l-section-01__bk .l-section-01__wrap .l-section-01__txt-01 .p01 {
  width: 214px;
  height: 55px;
  background: #fff;
  font-size: 32px;
  margin: 0 0 5px 0;
  padding: 0 0 0 12px;
}

@media (max-width: 767px) {
  .l-section-01__bk .l-section-01__wrap .l-section-01__txt-01 .p01 {
    width: 53vw;
    height: 13.75vw;
    font-size: 7.5vw;
    margin: 0 0 0.63vw 0;
    padding: 0.63vw 0 0 3.13vw;
  }
}

.l-section-01__bk .l-section-01__wrap .l-section-01__txt-01 .p02 {
  width: 335px;
  height: 55px;
  background: #fff;
  font-size: 32px;
  margin: 0 0 3px 0;
  padding: 0 0 0 12px;
}

@media (max-width: 767px) {
  .l-section-01__bk .l-section-01__wrap .l-section-01__txt-01 .p02 {
    width: 80.63vw;
    height: 13.75vw;
    font-size: 7.5vw;
    padding: 1.25vw 0 0 3.13vw;
  }
}

.l-section-01__bk .l-section-01__wrap .l-section-01__txt-01 .p03 {
  width: 310px;
  height: 55px;
  background: #fff;
  font-size: 32px;
  margin: 0 0 5px 0;
  padding: 0 0 0 10px;
}

@media (max-width: 767px) {
  .l-section-01__bk .l-section-01__wrap .l-section-01__txt-01 .p03 {
    width: 75vw;
    height: 13.75vw;
    font-size: 7.5vw;
    padding: 0.63vw 0 0 3.13vw;
  }
}

.l-section-01__bk .l-section-01__wrap .l-section-01__txt-02 {
  margin: 57px 0 0 0;
}

@media (max-width: 767px) {
  .l-section-01__bk .l-section-01__wrap .l-section-01__txt-02 {
    margin: 8vw 0 0 0;
  }
}

.l-section-01__bk .l-section-01__wrap .l-section-01__txt-02 p {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: #fff;
}

@media (max-width: 767px) {
  .l-section-01__bk .l-section-01__wrap .l-section-01__txt-02 p {
    font-size: 4vw;
    line-height: 10vw;
  }
}

.l-section-01__bk .l-section-01__wrap .l-section-01__txt-02 p:nth-child(2) {
  margin: 30px 0 0 0;
}

.l-section-01__bk .l-section-01__wrap .l-section-01__txt-02 p:nth-child(3) {
  margin: 32px 0 0 0;
}

.l-section-01__bk .l-section-01__wrap .l-section-01__txt-02 p:nth-child(4) {
  margin: 32px 0 0 0;
}

.l-section-01__bk .l-section-01__wrap .p-card {
  position: relative;
  height: 340px;
  margin: 112px 0 0 0;
}

.l-section-01__bk .l-section-01__wrap .p-card a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

@media (max-width: 767px) {
  .l-section-01__bk .l-section-01__wrap .p-card {
    height: 81.3vw;
    margin: 14.7vw 0 0 0;
  }
}

@media (max-width: 767px) {
  .l-section-01__bk .l-section-01__wrap .p-card .p-card__img img {
    width: 100%;
    height: auto;
  }
}

.l-section-01__bk .l-section-01__wrap .p-card .p-card__ttl {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  font-size: 40px;
  text-align: left;
  color: #fff;
}

@media (max-width: 767px) {
  .l-section-01__bk .l-section-01__wrap .p-card .p-card__ttl {
    top: 12.5vw;
    font-size: 12.5vw;
  }
}

.l-section-01__bk .l-section-01__wrap .p-card .p-card__txt {
  position: absolute;
  top: 133px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #fff;
}

@media (max-width: 767px) {
  .l-section-01__bk .l-section-01__wrap .p-card .p-card__txt {
    top: 35vw;
    left: 50%;
    font-size: 5vw;
    width: 65vw;
  }
}

.l-section-01__bk .l-section-01__wrap .p-card .p-card__button {
  position: absolute;
  top: 165px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
}

@media (max-width: 767px) {
  .l-section-01__bk .l-section-01__wrap .p-card .p-card__button {
    position: absolute;
    top: 49.31vw;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
  }
}

@media (max-width: 767px) {
  .l-section-01__bk .l-section-01__wrap .p-card .p-card__button img {
    width: 24vw;
    height: 24vw;
  }
}

.l-section-02__bk {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .l-section-02__bk {
    width: 100%;
    padding: 0 5vw 0 5vw;
  }
}

.l-section-02__bk .l-section-02__wrap {
  width: 1100px;
  margin: 0 auto;
  padding: 142px 0 0 0;
}

@media (max-width: 767px) {
  .l-section-02__bk .l-section-02__wrap {
    width: 100%;
    padding: 15.25vw 0 0 0;
  }
}

.l-section-02__bk .l-section-02__wrap .l-section-02__ttl {
  font-size: 96px;
  text-align: left;
  color: #2f84c3;
}

@media (max-width: 767px) {
  .l-section-02__bk .l-section-02__wrap .l-section-02__ttl {
    font-size: 12.5vw;
  }
}

.l-section-02__bk .l-section-02__wrap .l-section-02__txt-01 {
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  color: #333;
  line-height: 19px;
}

@media (max-width: 767px) {
  .l-section-02__bk .l-section-02__wrap .l-section-02__txt-01 {
    font-size: 5vw;
    line-height: 6.7vw;
  }
}

.l-section-02__bk .l-section-02__wrap .l-section-02__txt-02 {
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #333;
  margin: 41px 0 0 0;
}

@media (max-width: 767px) {
  .l-section-02__bk .l-section-02__wrap .l-section-02__txt-02 {
    font-size: 4vw;
    margin: 11.3vw 0 0 0;
    line-height: 5.31vw;
  }
}

.l-section-02__bk .p-card__wrap {
  display: flex;
  margin: 72px 0 0 auto;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .l-section-02__bk .p-card__wrap {
    display: block;
    height: auto;
    margin: 13vw 0 0 0;
  }
}

.l-section-02__bk .p-card__wrap .p-card-01 {
  background: url("../../assets/img/section_02_card_img_01.jpg") no-repeat;
  width: 31.25vw;
  min-width: 400px;
  padding: 0 0 64px;
  background-size: cover;
}

@media (max-width: 767px) {
  .l-section-02__bk .p-card__wrap .p-card-01 {
    background: url("../../assets/img/section_02_card_img_01_sp@2x.jpg") no-repeat;
    min-width: auto;
    width: 100%;
    padding: 12.4vw 6.3vw 12.18vw 6.3vw;
    background-size: cover;
  }
}

.l-section-02__bk .p-card__wrap .p-card-01 .p-card-01__ttl {
  font-weight: bold;
  font-size: 40px;
  text-align: left;
  color: #3095c9;
  width: 336px;
  background: #fff;
  margin: 80px 0 0 63px;
  line-height: 53px;
  padding: 3px 0 0 8px;
}

@media (max-width: 767px) {
  .l-section-02__bk .p-card__wrap .p-card-01 .p-card-01__ttl {
    font-size: 7.5vw;
    width: 65vw;
    line-height: 11.2vw;
    padding: 1.3vw 0 0 2.5vw;
    margin: 0;
  }
}

.l-section-02__bk .p-card__wrap .p-card-01 .p-card-01__txt {
  font-weight: bold;
  font-size: 14px;
  line-height: 32px;
  text-align: left;
  color: #fff;
  margin: 73px 0 0 96px;
}

@media (max-width: 767px) {
  .l-section-02__bk .p-card__wrap .p-card-01 .p-card-01__txt {
    font-size: 4vw;
    line-height: 7.19vw;
    text-align: left;
    color: #fff;
    margin: 9.44vw 0 0 0;
  }
}

.l-section-02__bk .p-card__wrap .p-card-01 .p-card-01__button__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 247px;
  height: 64px;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
  margin: 31px 0 0 97px;
  position: relative;
}

.l-section-02__bk .p-card__wrap .p-card-01 .p-card-01__button__wrap a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .l-section-02__bk .p-card__wrap .p-card-01 .p-card-01__button__wrap {
    width: 59vw;
    height: 17vw;
    margin: 7.5vw auto 0 auto;
    border-radius: 10vw;
    box-shadow: 0px 2.5vw 7.5vwrgba 0, 0, 0, 0.12;
  }
}

.l-section-02__bk .p-card__wrap .p-card-01 .p-card-01__button__wrap .p-card-01__button {
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  color: #3095c9;
}

@media (max-width: 767px) {
  .l-section-02__bk .p-card__wrap .p-card-01 .p-card-01__button__wrap .p-card-01__button {
    font-size: 4vw;
  }
}

.l-section-02__bk .p-card__wrap .p-card-01 .p-card-01__button__wrap .p-card-01__button::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10.28px;
  background-image: url("../../assets/img/section_02_card_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .l-section-02__bk .p-card__wrap .p-card-01 .p-card-01__button__wrap .p-card-01__button::after {
    width: 1.87vw;
    height: 3.21vw;
    margin: 0 0 0 3.12vw;
  }
}

.l-section-02__bk .p-card__wrap .p-card-02 {
  background: url("../../assets/img/section_02_card_img_02.jpg") no-repeat;
  width: 31.25vw;
  min-width: 400px;
  padding: 0 0 64px;
  background-size: cover;
}

@media (max-width: 767px) {
  .l-section-02__bk .p-card__wrap .p-card-02 {
    background: url("../../assets/img/section_02_card_img_02_sp@2x.jpg") no-repeat;
    min-width: auto;
    width: 100%;
    padding: 12.4vw 6.3vw 11.18vw 6.3vw;
    background-size: cover;
  }
}

.l-section-02__bk .p-card__wrap .p-card-02 .p-card-02__ttl {
  font-weight: bold;
  font-size: 40px;
  text-align: left;
  color: #43B277;
  width: 291px;
  background: #fff;
  margin: 80px 0 0 63px;
  line-height: 53px;
  padding: 3px 0 0 8px;
}

@media (max-width: 767px) {
  .l-section-02__bk .p-card__wrap .p-card-02 .p-card-02__ttl {
    font-size: 7.5vw;
    width: 56vw;
    line-height: 11.2vw;
    padding: 1.3vw 0 0 2.5vw;
    margin: 0;
  }
}

.l-section-02__bk .p-card__wrap .p-card-02 .p-card-02__txt {
  font-weight: bold;
  font-size: 14px;
  line-height: 32px;
  text-align: left;
  color: #fff;
  margin: 73px 0 0 96px;
}

@media (max-width: 767px) {
  .l-section-02__bk .p-card__wrap .p-card-02 .p-card-02__txt {
    font-size: 4vw;
    line-height: 7.19vw;
    text-align: left;
    color: #fff;
    margin: 9.44vw 0 0 0;
  }
}

.l-section-02__bk .p-card__wrap .p-card-02 .p-card-02__button__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 182px;
  height: 64px;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
  margin: 31px 0 0 97px;
  position: relative;
}

.l-section-02__bk .p-card__wrap .p-card-02 .p-card-02__button__wrap a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .l-section-02__bk .p-card__wrap .p-card-02 .p-card-02__button__wrap {
    width: 43vw;
    height: 17vw;
    margin: 7.5vw auto 0 auto;
    border-radius: 10vw;
    box-shadow: 0px 2.5vw 7.5vwrgba 0, 0, 0, 0.12;
  }
}

.l-section-02__bk .p-card__wrap .p-card-02 .p-card-02__button__wrap .p-card-02__button {
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  color: #43b277;
}

@media (max-width: 767px) {
  .l-section-02__bk .p-card__wrap .p-card-02 .p-card-02__button__wrap .p-card-02__button {
    font-size: 4vw;
  }
}

.l-section-02__bk .p-card__wrap .p-card-02 .p-card-02__button__wrap .p-card-02__button::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10.28px;
  background-image: url("../../assets/img/section_02_card_arrow_02.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .l-section-02__bk .p-card__wrap .p-card-02 .p-card-02__button__wrap .p-card-02__button::after {
    width: 1.87vw;
    height: 3.21vw;
    margin: 0 0 0 3.12vw;
  }
}

.l-section-02__bk .p-card__wrap .p-card-03 {
  background: url("../../assets/img/section_02_card_img_03.jpg") no-repeat;
  width: 31.25vw;
  min-width: 400px;
  padding: 0 0 64px;
  background-size: cover;
}

@media (max-width: 767px) {
  .l-section-02__bk .p-card__wrap .p-card-03 {
    background: url("../../assets/img/section_02_card_img_03_sp@2x.jpg") no-repeat;
    min-width: auto;
    width: 100%;
    padding: 13.4vw 6.3vw 12.18vw 6.3vw;
    background-size: cover;
  }
}

.l-section-02__bk .p-card__wrap .p-card-03 .p-card-03__ttl {
  font-weight: bold;
  font-size: 40px;
  text-align: left;
  color: #ED7364;
  width: 216px;
  background: #fff;
  margin: 80px 0 0 63px;
  line-height: 53px;
  padding: 3px 0 0 8px;
}

@media (max-width: 767px) {
  .l-section-02__bk .p-card__wrap .p-card-03 .p-card-03__ttl {
    font-size: 7.5vw;
    width: 42vw;
    line-height: 11.2vw;
    padding: 1.3vw 0 0 2.5vw;
    margin: 0;
  }
}

.l-section-02__bk .p-card__wrap .p-card-03 .p-card-03__txt {
  font-weight: bold;
  font-size: 14px;
  line-height: 32px;
  text-align: left;
  color: #fff;
  margin: 73px 0 0 96px;
}

@media (max-width: 767px) {
  .l-section-02__bk .p-card__wrap .p-card-03 .p-card-03__txt {
    font-size: 4vw;
    line-height: 7.19vw;
    text-align: left;
    margin: 9.44vw 0 0 0;
  }
}

.l-section-02__bk .p-card__wrap .p-card-03 .p-card-03__button__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 214px;
  height: 64px;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
  margin: 31px 0 0 97px;
  position: relative;
}

.l-section-02__bk .p-card__wrap .p-card-03 .p-card-03__button__wrap a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .l-section-02__bk .p-card__wrap .p-card-03 .p-card-03__button__wrap {
    width: 51vw;
    height: 17vw;
    margin: 7.5vw auto 0 auto;
    border-radius: 10vw;
    box-shadow: 0px 2.5vw 7.5vwrgba 0, 0, 0, 0.12;
  }
}

.l-section-02__bk .p-card__wrap .p-card-03 .p-card-03__button__wrap .p-card-03__button {
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  color: #ed7364;
}

@media (max-width: 767px) {
  .l-section-02__bk .p-card__wrap .p-card-03 .p-card-03__button__wrap .p-card-03__button {
    font-size: 4vw;
  }
}

.l-section-02__bk .p-card__wrap .p-card-03 .p-card-03__button__wrap .p-card-03__button::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10.28px;
  background-image: url("../../assets/img/section_02_card_arrow_03.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .l-section-02__bk .p-card__wrap .p-card-03 .p-card-03__button__wrap .p-card-03__button::after {
    width: 1.87vw;
    height: 3.21vw;
    margin: 0 0 0 3.12vw;
  }
}

.l-section-02__bk-02 .l-section-02__wrap-02 {
  width: 1100px;
  margin: 0 auto;
  padding: 119px 0 0 0;
}

@media (max-width: 767px) {
  .l-section-02__bk-02 .l-section-02__wrap-02 {
    width: 100%;
    padding: 12.12vw 0 0 0;
  }
}

.l-section-02__bk-02 .l-section-02__wrap-02 .p-bana {
  background: url("../../assets/img/section_02_bana.jpg") no-repeat;
  height: 300px;
  padding: 30px 0 0 0;
}

@media (max-width: 767px) {
  .l-section-02__bk-02 .l-section-02__wrap-02 .p-bana {
    background: url("../../assets/img/section_02_bana_sp@2x.jpg") no-repeat;
    background-size: contain;
    height: 27.18vw;
    padding: 9.38vw 0 0 0;
  }
}

.l-section-02__bk-02 .l-section-02__wrap-02 .p-bana .p-bana-txt-01 {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  color: #2f84c3;
  width: 456px;
  height: 56px;
  background: #fff;
  margin: 33px auto 0 auto;
  line-height: 3.5vw;
}

@media (max-width: 767px) {
  .l-section-02__bk-02 .l-section-02__wrap-02 .p-bana .p-bana-txt-01 {
    font-size: 3.43vw;
    width: 41.25vw;
    height: 5vw;
    margin: -3.75vw auto 0 auto;
    line-height: 6vw;
  }
}

.l-section-02__bk-02 .l-section-02__wrap-02 .p-bana .p-bana-txt-02 {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  color: #2f84c3;
  width: 216px;
  height: 56px;
  background: #fff;
  margin: 12px auto 0 auto;
  line-height: 3.5vw;
}

@media (max-width: 767px) {
  .l-section-02__bk-02 .l-section-02__wrap-02 .p-bana .p-bana-txt-02 {
    font-size: 3.43vw;
    width: 19.37vw;
    height: 5vw;
    margin: 1.25vw auto 0 auto;
    line-height: 6vw;
  }
}

.l-section-02__bk-02 .l-section-02__wrap-02 .p-bana .p-bana-button {
  width: 48px;
  height: 48px;
  margin: 24px auto 0 auto;
}

@media (max-width: 767px) {
  .l-section-02__bk-02 .l-section-02__wrap-02 .p-bana .p-bana-button {
    width: 4.36vw;
    height: 4.36vw;
    margin: 2.36vw auto 0 auto;
  }
}

.l-section-03__bk {
  margin-top: 251px;
  background: #F4F4F4;
  max-width: calc(1400px + ((100% - 1400px) /2));
  margin-right: calc(((100% - 1400px) /2));
  padding-left: calc(((100% - 1400px) /2));
}

@media (max-width: 767px) {
  .l-section-03__bk {
    background: #F4F4F4;
    width: 100%;
    margin: 25vw 0 0 0;
    padding: 0 5vw 17vw 5vw;
  }
}

.l-section-03__bk .l-section-03__wrap {
  position: relative;
  height: 259px;
  width: 1100px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .l-section-03__bk .l-section-03__wrap {
    width: 100%;
    height: auto;
    padding: 0 0 75.93vw 0;
  }
}

.l-section-03__bk .l-section-03__wrap .l-section-03__ttl {
  font-size: 96px;
  text-align: left;
  color: #2f84c3;
  position: absolute;
  top: -108px;
}

@media (max-width: 767px) {
  .l-section-03__bk .l-section-03__wrap .l-section-03__ttl {
    font-size: 12.5vw;
    top: -9.38vw;
  }
}

.l-section-03__bk .l-section-03__wrap .l-section-03__txt-01 {
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  color: #333;
  line-height: 21px;
  position: absolute;
  top: 56px;
}

@media (max-width: 767px) {
  .l-section-03__bk .l-section-03__wrap .l-section-03__txt-01 {
    font-size: 5vw;
    top: 12.81vw;
    line-height: 6.7vw;
  }
}

.l-section-03__bk .l-section-03__wrap .l-section-03__txt-02 {
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #333;
  margin: 41px 0 0 0;
  position: absolute;
  top: 79px;
}

@media (max-width: 767px) {
  .l-section-03__bk .l-section-03__wrap .l-section-03__txt-02 {
    top: 18.75vw;
    font-size: 4vw;
    margin: 12.3vw 0 0 0;
    line-height: 5.31vw;
  }
}

.l-section-03__bk .l-section-03__wrap-02 {
  height: 851px;
}

@media (max-width: 767px) {
  .l-section-03__bk .l-section-03__wrap-02 {
    height: auto;
  }
}

.l-section-03__bk .l-section-03__wrap-02 .p-card__wrap {
  width: 1250px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .l-section-03__bk .l-section-03__wrap-02 .p-card__wrap {
    display: block;
    width: 100%;
  }
}

.l-section-03__bk .l-section-03__wrap-02 .p-card__wrap .p-card-01 {
  background: url("../../assets/img/section_03_01.jpg") no-repeat;
  width: 350px;
  height: 696px;
  padding: 394px 0 0 33px;
}

@media (max-width: 767px) {
  .l-section-03__bk .l-section-03__wrap-02 .p-card__wrap .p-card-01 {
    background: url("../../assets/img/section_03_01_sp@2x.jpg") no-repeat;
    width: 100%;
    height: auto;
    background-size: contain;
    padding: 101.56vw 6.25vw 7.5vw 6.25vw;
    background-color: #fff;
    background-size: cover;
  }
}

.l-section-03__bk .l-section-03__wrap-02 .p-card__wrap .p-card-01 .p-card__txt__sub {
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #333;
}

@media (max-width: 767px) {
  .l-section-03__bk .l-section-03__wrap-02 .p-card__wrap .p-card-01 .p-card__txt__sub {
    font-size: 4.06vw;
  }
}

.l-section-03__bk .l-section-03__wrap-02 .p-card__wrap .p-card-01 .p-card__ttl {
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  color: #2f84c3;
  line-height: 2vw;
}

@media (max-width: 767px) {
  .l-section-03__bk .l-section-03__wrap-02 .p-card__wrap .p-card-01 .p-card__ttl {
    line-height: 8.75vw;
    font-size: 6.25vw;
  }
}

.l-section-03__bk .l-section-03__wrap-02 .p-card__wrap .p-card-01 .p-card__txt {
  width: 286px;
  height: 86px;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #333;
  margin: 25px 0 0 0;
}

@media (max-width: 767px) {
  .l-section-03__bk .l-section-03__wrap-02 .p-card__wrap .p-card-01 .p-card__txt {
    width: 100%;
    height: auto;
    line-height: 5.31vw;
    font-size: 4.06vw;
    margin: 5.8vw 0 0 0;
  }
}

.l-section-03__bk .l-section-03__wrap-02 .p-card__wrap .p-card-01 .p-card__button__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 198px;
  height: 64px;
  border-radius: 32px;
  background: #2f84c3;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
  margin: 36px auto 0 43px;
  position: relative;
}

.l-section-03__bk .l-section-03__wrap-02 .p-card__wrap .p-card-01 .p-card__button__wrap a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.l-section-03__bk .l-section-03__wrap-02 .p-card__wrap .p-card-01 .p-card__button__wrap:hover {
  background: #1f5da5;
}

@media (max-width: 767px) {
  .l-section-03__bk .l-section-03__wrap-02 .p-card__wrap .p-card-01 .p-card__button__wrap {
    box-shadow: 0px 2.5vw 7.5vw rgba(0, 0, 0, 0.16);
    margin: 12.56vw auto 0 auto;
    width: 47.18vw;
    height: 16.56vw;
    border-radius: 10vw;
  }
}

.l-section-03__bk .l-section-03__wrap-02 .p-card__wrap .p-card-01 .p-card__button__wrap .p-card__button {
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  color: #fff;
  letter-spacing: 1px;
  margin: 0;
}

@media (max-width: 767px) {
  .l-section-03__bk .l-section-03__wrap-02 .p-card__wrap .p-card-01 .p-card__button__wrap .p-card__button {
    font-size: 4.06vw;
    margin: 0;
  }
}

.l-section-03__bk .l-section-03__wrap-02 .p-card__wrap .p-card-01 .p-card__button__wrap .p-card__button::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10.28px;
  background-image: url("../../assets/img/section_03_card_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .l-section-03__bk .l-section-03__wrap-02 .p-card__wrap .p-card-01 .p-card__button__wrap .p-card__button::after {
    margin: 0 0 0 5.31vw;
    width: 1.88vw;
    height: 3.21vw;
  }
}

@media (max-width: 767px) {
  .l-section-03__bk .l-section-03__wrap-02 .p-card__wrap .p-card-01 .p-card__button__wrap-01 {
    margin: 13.56vw auto 0 auto;
  }
}

@media (max-width: 767px) {
  .l-section-03__bk .l-section-03__wrap-02 .p-card__wrap .p-card-01 .p-card__button__wrap-02 {
    margin: 11.56vw auto 0 auto;
  }
}

@media (max-width: 767px) {
  .l-section-03__bk .l-section-03__wrap-02 .p-card__wrap .p-card-01 .p-card__button__wrap-03 {
    margin: 10.56vw auto 0 auto;
  }
}

.l-section-03__bk .l-section-03__wrap-02 .p-card__wrap .p-card-02 {
  background: url("../../assets/img/section_03_02.jpg") no-repeat;
  width: 350px;
  height: 696px;
  margin: 40px 0 0 0;
}

@media (max-width: 767px) {
  .l-section-03__bk .l-section-03__wrap-02 .p-card__wrap .p-card-02 {
    background: url("../../assets/img/section_03_02_sp@2x.jpg") no-repeat;
    width: 100%;
    height: auto;
    background-size: contain;
    padding: 101.56vw 6.25vw 7.5vw 6.25vw;
    background-color: #fff;
    margin: 10.68vw 0 0 0;
  }
}

.l-section-03__bk .l-section-03__wrap-02 .p-card__wrap .p-card-03 {
  background: url("../../assets/img/section_03_03.jpg") no-repeat;
  width: 350px;
  height: 696px;
}

@media (max-width: 767px) {
  .l-section-03__bk .l-section-03__wrap-02 .p-card__wrap .p-card-03 {
    background: url("../../assets/img/section_03_03_sp@2x.jpg") no-repeat;
    width: 100%;
    height: auto;
    background-size: cover;
    padding: 101.56vw 6.25vw 7.5vw 6.25vw;
    background-color: #fff;
    margin: 9.68vw 0 0 0;
  }
}

.l-section-04__bk {
  margin-top: 245px;
  background: #F4F4F4;
  max-width: calc(1400px + ((100% - 1400px) /2));
  margin-left: calc(((100% - 1400px) /2));
  padding-right: calc(((100% - 1400px) /2));
}

@media (max-width: 767px) {
  .l-section-04__bk {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0 0 22.5vw 0;
    background: none;
  }
}

.l-section-04__bk .l-section-04__wrap {
  position: relative;
  height: 445px;
  width: 1100px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .l-section-04__bk .l-section-04__wrap {
    position: static;
    width: 100%;
    height: auto;
  }
}

.l-section-04__bk .l-section-04__wrap .l-section-04__img {
  position: absolute;
  top: -96px;
  left: -210px;
}

@media (max-width: 767px) {
  .l-section-04__bk .l-section-04__wrap .l-section-04__img {
    position: static;
  }

  .l-section-04__bk .l-section-04__wrap .l-section-04__img img {
    width: 100%;
    height: auto;
  }
}

.l-section-04__bk .l-section-04__wrap .l-section-04__txt__wrap {
  position: absolute;
  top: -98px;
  left: 740px;
}

@media (max-width: 767px) {
  .l-section-04__bk .l-section-04__wrap .l-section-04__txt__wrap {
    position: static;
    padding: 8.13vw 5vw 0 5vw;
  }
}

.l-section-04__bk .l-section-04__wrap .l-section-04__txt__wrap .l-section-04__ttl {
  font-size: 96px;
  text-align: left;
  color: #2f84c3;
}

@media (max-width: 767px) {
  .l-section-04__bk .l-section-04__wrap .l-section-04__txt__wrap .l-section-04__ttl {
    font-size: 12.5vw;
  }
}

.l-section-04__bk .l-section-04__wrap .l-section-04__txt__wrap .l-section-04__txt-01 {
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  color: #333;
  line-height: 15px;
}

@media (max-width: 767px) {
  .l-section-04__bk .l-section-04__wrap .l-section-04__txt__wrap .l-section-04__txt-01 {
    font-size: 5vw;
    line-height: 6.7vw;
  }
}

.l-section-04__bk .l-section-04__wrap .l-section-04__txt__wrap .l-section-04__txt-02 {
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #333;
  margin: 43px 0 0 0;
}

@media (max-width: 767px) {
  .l-section-04__bk .l-section-04__wrap .l-section-04__txt__wrap .l-section-04__txt-02 {
    font-size: 4vw;
    margin: 11.3vw 0 0 0;
    line-height: 5.31vw;
  }
}

.l-section-04__bk .l-section-04__wrap .l-section-04__txt__wrap .p-card__button__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 198px;
  height: 64px;
  border-radius: 32px;
  background: #2f84c3;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
  margin: 47px 0 0 0;
  position: relative;
}

.l-section-04__bk .l-section-04__wrap .l-section-04__txt__wrap .p-card__button__wrap a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.l-section-04__bk .l-section-04__wrap .l-section-04__txt__wrap .p-card__button__wrap:hover {
  background: #1f5da5;
}

@media (max-width: 767px) {
  .l-section-04__bk .l-section-04__wrap .l-section-04__txt__wrap .p-card__button__wrap {
    box-shadow: 0px 2.5vw 7.5vw rgba(0, 0, 0, 0.16);
    margin: 12.56vw auto 0 auto;
    width: 47.18vw;
    height: 16.56vw;
    border-radius: 10vw;
  }
}

.l-section-04__bk .l-section-04__wrap .l-section-04__txt__wrap .p-card__button__wrap .p-card__button {
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  color: #fff;
  letter-spacing: 1px;
  margin: 0 0 0 -5px;
}

@media (max-width: 767px) {
  .l-section-04__bk .l-section-04__wrap .l-section-04__txt__wrap .p-card__button__wrap .p-card__button {
    font-size: 4.06vw;
    margin: 0;
  }
}

.l-section-04__bk .l-section-04__wrap .l-section-04__txt__wrap .p-card__button__wrap .p-card__button::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10.28px;
  background-image: url("../../assets/img/section_03_card_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .l-section-04__bk .l-section-04__wrap .l-section-04__txt__wrap .p-card__button__wrap .p-card__button::after {
    margin: 0 0 0 5.31vw;
    width: 1.88vw;
    height: 3.21vw;
  }
}

.l-section-05__bk {
  margin-top: 240px;
  background: #F4F4F4;
  max-width: calc(1400px + ((100% - 1400px) /2));
  margin-right: calc(((100% - 1400px) /2));
  padding-left: calc(((100% - 1400px) /2));
}

@media (max-width: 767px) {
  .l-section-05__bk {
    padding: 0 5vw 0 5vw;
    width: 100%;
    margin: 2vw auto 0 auto;
    background: #F4F4F4;
  }
}

.l-section-05__bk .l-section-05__wrap {
  position: relative;
  height: 831px;
  width: 1100px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .l-section-05__bk .l-section-05__wrap {
    width: 100%;
    height: 433.19vw;
  }
}

.l-section-05__bk .l-section-05__wrap .l-section-05__txt__wrap {
  position: absolute;
  top: -98px;
  left: 0;
}

@media (max-width: 767px) {
  .l-section-05__bk .l-section-05__wrap .l-section-05__txt__wrap {
    top: -9.38vw;
    width: 100%;
  }
}

.l-section-05__bk .l-section-05__wrap .l-section-05__txt__wrap .l-section-05__txt__relative {
  position: relative;
}

.l-section-05__bk .l-section-05__wrap .l-section-05__txt__wrap .l-section-05__txt__relative .l-section-05__txt__absolute {
  position: absolute;
  top: -102px;
  left: 0;
}

@media (max-width: 767px) {
  .l-section-05__bk .l-section-05__wrap .l-section-05__txt__wrap .l-section-05__txt__relative .l-section-05__txt__absolute {
    top: -10vw;
    left: 0;
  }
}

.l-section-05__bk .l-section-05__wrap .l-section-05__txt__wrap .l-section-05__ttl {
  font-size: 96px;
  text-align: left;
  color: #2f84c3;
}

@media (max-width: 767px) {
  .l-section-05__bk .l-section-05__wrap .l-section-05__txt__wrap .l-section-05__ttl {
    font-size: 12.5vw;
  }
}

.l-section-05__bk .l-section-05__wrap .l-section-05__txt__wrap .l-section-05__txt-01 {
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  color: #333;
  line-height: 15px;
}

@media (max-width: 767px) {
  .l-section-05__bk .l-section-05__wrap .l-section-05__txt__wrap .l-section-05__txt-01 {
    font-size: 5vw;
    line-height: 6.7vw;
  }
}

.l-section-05__bk .l-section-05__wrap .l-section-05__txt__wrap .l-section-05__txt-02 {
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #333;
  margin: 43px 0 0 0;
  width: 360px;
}

@media (max-width: 767px) {
  .l-section-05__bk .l-section-05__wrap .l-section-05__txt__wrap .l-section-05__txt-02 {
    width: 100%;
    font-size: 4vw;
    margin: 11.3vw 0 0 0;
    line-height: 5.31vw;
  }
}

.l-section-05__bk .l-section-05__wrap .c-card__wrap {
  width: 700px;
  position: absolute;
  left: 400px;
  top: 79px;
}

@media (max-width: 767px) {
  .l-section-05__bk .l-section-05__wrap .c-card__wrap {
    width: 100%;
    left: 0;
    top: 61.56vw;
    right: 0;
  }
}

.l-section-05__bk .l-section-05__wrap .c-card__wrap .c-card {
  display: flex;
  margin: 0 0 32px 0;
  position: relative;
  background: #fff;
}

@media (max-width: 767px) {
  .l-section-05__bk .l-section-05__wrap .c-card__wrap .c-card {
    display: block;
    margin: 0 0 10vw 0;
    background: #fff;
    padding: 0 0 8.69vw 0;
  }
}

.l-section-05__bk .l-section-05__wrap .c-card__wrap .c-card a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .l-section-05__bk .l-section-05__wrap .c-card__wrap .c-card .c-card__img img {
    width: 100%;
    height: auto;
  }
}

.l-section-05__bk .l-section-05__wrap .c-card__wrap .c-card .c-card__txt__wrap {
  margin: 37px 0 0 41px;
  display: flex;
}

@media (max-width: 767px) {
  .l-section-05__bk .l-section-05__wrap .c-card__wrap .c-card .c-card__txt__wrap {
    margin: 6.25vw 0 0 6.25vw;
  }
}

.l-section-05__bk .l-section-05__wrap .c-card__wrap .c-card .c-card__txt__wrap::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10.28px;
  background-image: url("../../assets/img/section_05_card_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 55px 0 0 32px;
}

@media (max-width: 767px) {
  .l-section-05__bk .l-section-05__wrap .c-card__wrap .c-card .c-card__txt__wrap::after {
    width: 4.37vw;
    height: 10.71vw;
    margin: 16.25vw 6.25vw 0 0;
  }
}

.l-section-05__bk .l-section-05__wrap .c-card__wrap .c-card .c-card__txt__wrap .c-card__txt__wrap-02 .c-card__ttl__en {
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #2f84c3;
}

@media (max-width: 767px) {
  .l-section-05__bk .l-section-05__wrap .c-card__wrap .c-card .c-card__txt__wrap .c-card__txt__wrap-02 .c-card__ttl__en {
    font-size: 3.75vw;
  }
}

.l-section-05__bk .l-section-05__wrap .c-card__wrap .c-card .c-card__txt__wrap .c-card__txt__wrap-02 .c-card__ttl {
  font-weight: normal;
  font-size: 20px;
  text-align: left;
  color: #333;
  margin: 7px 0 0 0;
}

@media (max-width: 767px) {
  .l-section-05__bk .l-section-05__wrap .c-card__wrap .c-card .c-card__txt__wrap .c-card__txt__wrap-02 .c-card__ttl {
    margin: 0;
    font-size: 5vw;
  }
}

.l-section-05__bk .l-section-05__wrap .c-card__wrap .c-card .c-card__txt__wrap .c-card__txt__wrap-02 .c-card__txt {
  width: 302px;
  height: 38px;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #333;
  margin: 9px 0 0 0;
}

@media (max-width: 767px) {
  .l-section-05__bk .l-section-05__wrap .c-card__wrap .c-card .c-card__txt__wrap .c-card__txt__wrap-02 .c-card__txt {
    font-size: 4.06vw;
    width: 100%;
    height: auto;
    margin: 3.75vw 0 0 0;
    line-height: 5.31vw;
  }
}

.l-section-06__bk {
  width: 1600px;
  margin: 240px auto 0 auto;
}

@media (max-width: 767px) {
  .l-section-06__bk {
    width: 100%;
    margin: 0px auto 0 auto;
  }
}

.l-section-06__bk .l-section-06__wrap {
  width: 1100px;
  margin: 0 auto 80px auto;
  padding: 22px 0 0 0;
}

@media (max-width: 767px) {
  .l-section-06__bk .l-section-06__wrap {
    width: 100%;
    padding: 14.93vw 5vw 0 5vw;
    margin: 0 auto 11.56vw auto;
  }
}

.l-section-06__bk .l-section-06__wrap .l-section-06__txt__wrap .l-section-06__ttl {
  font-size: 96px;
  text-align: left;
  color: #2f84c3;
}

@media (max-width: 767px) {
  .l-section-06__bk .l-section-06__wrap .l-section-06__txt__wrap .l-section-06__ttl {
    font-size: 12.5vw;
  }
}

.l-section-06__bk .l-section-06__wrap .l-section-06__txt__wrap .l-section-06__txt-01 {
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  color: #333;
  line-height: 18px;
}

@media (max-width: 767px) {
  .l-section-06__bk .l-section-06__wrap .l-section-06__txt__wrap .l-section-06__txt-01 {
    font-size: 5vw;
    line-height: 6.7vw;
  }
}

.l-section-06__bk .l-section-06__wrap-02 {
  position: relative;
  width: 1600px;
  height: 400px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .l-section-06__bk .l-section-06__wrap-02 {
    position: static;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

.l-section-06__bk .l-section-06__wrap-02+.l-section-06__wrap-02 {
  margin: 191px 0 0;
}

@media (max-width: 767px) {
  .l-section-06__bk .l-section-06__wrap-02+.l-section-06__wrap-02 {
    margin: 60px 0 0;
  }
}

.l-section-06__bk .l-section-06__wrap-02 .l-section-06__img {
  width: 1500px;
  margin: 0 0 0 auto;
}

@media (max-width: 767px) {
  .l-section-06__bk .l-section-06__wrap-02 .l-section-06__img {
    width: 100%;
    margin: 0;
  }

  .l-section-06__bk .l-section-06__wrap-02 .l-section-06__img img {
    width: 100%;
    height: auto;
  }
}

.l-section-06__bk .l-section-06__wrap-02 .l-section-06__txt {
  position: absolute;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  color: #fff;
  top: 174px;
  left: 707px;
}

@media (max-width: 767px) {
  .l-section-06__bk .l-section-06__wrap-02 .l-section-06__txt {
    position: static;
    font-size: 6.25vw;
    color: #000;
    margin: 9.44vw 0 0 0;
    line-height: 8.43vw;
  }
}

.l-section-06__bk .l-section-06__wrap-02 .p-card__button__wrap {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 198px;
  height: 64px;
  border-radius: 32px;
  background: #2f84c3;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
  margin: 47px 0 0 0;
  bottom: -32px;
  left: 702px;
}

.l-section-06__bk .l-section-06__wrap-02 .p-card__button__wrap a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.l-section-06__bk .l-section-06__wrap-02 .p-card__button__wrap:hover {
  background: #1f5da5;
}

@media (max-width: 767px) {
  .l-section-06__bk .l-section-06__wrap-02 .p-card__button__wrap {
    position: relative;
    bottom: 0;
    left: 0;
    box-shadow: 0px 2.5vw 7.5vw rgba(0, 0, 0, 0.16);
    margin: 10.56vw auto 0 auto;
    width: 47.18vw;
    height: 16.56vw;
    border-radius: 10vw;
  }
}

.l-section-06__bk .l-section-06__wrap-02 .p-card__button__wrap .p-card__button {
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  color: #fff;
  letter-spacing: 1px;
  margin: 0 0 0 -7px;
}

@media (max-width: 767px) {
  .l-section-06__bk .l-section-06__wrap-02 .p-card__button__wrap .p-card__button {
    font-size: 4.06vw;
    margin: 0;
  }
}

.l-section-06__bk .l-section-06__wrap-02 .p-card__button__wrap .p-card__button::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10.28px;
  background-image: url("../../assets/img/section_03_card_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .l-section-06__bk .l-section-06__wrap-02 .p-card__button__wrap .p-card__button::after {
    margin: 0 0 0 5.31vw;
    width: 1.88vw;
    height: 3.21vw;
  }
}

.l-section-06__bk .l-section-06__wrap-02--2 .l-section-06__txt {
  top: 174px;
  left: 677px;
}

.l-section-07__bk {
  margin: 192px auto 0 auto;
}

@media (max-width: 767px) {
  .l-section-07__bk {
    width: 100%;
    margin: 17.5vw auto 0 auto;
  }
}

.l-section-07__bk .c-card__wrap {
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-section-07__bk .c-card__wrap .c-card__ttl__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  background: #2f84c3;
}

@media (max-width: 767px) {
  .l-section-07__bk .c-card__wrap .c-card__ttl__wrap {
    width: 50vw;
    height: 46.88vw;
  }
}

.l-section-07__bk .c-card__wrap .c-card__ttl__wrap .c-card__ttl div:first-child {
  font-weight: normal;
  font-size: 56px;
  text-align: left;
  color: #fff;
}

@media (max-width: 767px) {
  .l-section-07__bk .c-card__wrap .c-card__ttl__wrap .c-card__ttl div:first-child {
    font-size: 10vw;
    text-align: center;
  }
}

.l-section-07__bk .c-card__wrap .c-card__ttl__wrap .c-card__ttl div:nth-child(2) {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  color: #fff;
  margin: 0 0 0 10px;
}

@media (max-width: 767px) {
  .l-section-07__bk .c-card__wrap .c-card__ttl__wrap .c-card__ttl div:nth-child(2) {
    font-size: 3.75vw;
    text-align: center;
    color: #fff;
    margin: 0;
  }
}

.l-section-07__bk .c-card__wrap .c-card {
  position: relative;
  width: 20%;
}

@media (max-width: 767px) {
  .l-section-07__bk .c-card__wrap .c-card {
    width: 50vw;
    height: 46.88vw;
  }
}

.l-section-07__bk .c-card__wrap .c-card .c-card__img img {
  height: auto;
}

@media (max-width: 767px) {
  .l-section-07__bk .c-card__wrap .c-card .c-card__img img {
    width: 100%;
    height: auto;
  }
}

.l-section-07__bk .c-card__wrap .c-card .c-card__txt {
  position: absolute;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  color: #fff;
  background: #2f84c3;
  top: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 767px) {
  .l-section-07__bk .c-card__wrap .c-card .c-card__txt {
    font-size: 3.75vw;
  }
}

.l-section-07__bk .c-card__wrap .c-card .c-card__txt-01 {
  width: 96px;
  height: 36px;
}

@media (max-width: 767px) {
  .l-section-07__bk .c-card__wrap .c-card .c-card__txt-01 {
    width: 18.75vw;
    height: 7.5vw;
  }
}

.l-section-07__bk .c-card__wrap .c-card .c-card__txt-02 {
  width: 96px;
  height: 36px;
}

@media (max-width: 767px) {
  .l-section-07__bk .c-card__wrap .c-card .c-card__txt-02 {
    width: 18.75vw;
    height: 7.5vw;
  }
}

.l-section-07__bk .c-card__wrap .c-card .c-card__txt-03 {
  width: 96px;
  height: 36px;
}

@media (max-width: 767px) {
  .l-section-07__bk .c-card__wrap .c-card .c-card__txt-03 {
    width: 18.75vw;
    height: 7.5vw;
  }
}

.l-section-07__bk .c-card__wrap .c-card .c-card__txt-04 {
  width: 96px;
  height: 36px;
}

@media (max-width: 767px) {
  .l-section-07__bk .c-card__wrap .c-card .c-card__txt-04 {
    width: 18.75vw;
    height: 7.5vw;
  }
}

.l-section-07__bk .c-card__wrap .c-card .c-card__txt-05 {
  width: 96px;
  height: 36px;
}

@media (max-width: 767px) {
  .l-section-07__bk .c-card__wrap .c-card .c-card__txt-05 {
    width: 18.75vw;
    height: 7.5vw;
  }
}

.l-section-07__bk .c-card__wrap .c-card .c-card__txt-06 {
  width: 64px;
  height: 36px;
}

@media (max-width: 767px) {
  .l-section-07__bk .c-card__wrap .c-card .c-card__txt-06 {
    width: 11vw;
    height: 7.5vw;
  }
}

.l-section-07__bk .c-card__wrap .c-card .c-card__txt-07 {
  width: 127px;
  height: 36px;
}

@media (max-width: 767px) {
  .l-section-07__bk .c-card__wrap .c-card .c-card__txt-07 {
    width: 26.69vw;
    height: 7.5vw;
  }
}

.l-section-07__bk .c-card__wrap .c-card .c-card__txt-08 {
  width: 96px;
  height: 36px;
}

@media (max-width: 767px) {
  .l-section-07__bk .c-card__wrap .c-card .c-card__txt-08 {
    width: 18.75vw;
    height: 7.5vw;
  }
}

.l-section-07__bk .c-card__wrap .c-card .c-card__txt-09 {
  width: 64px;
  height: 36px;
}

@media (max-width: 767px) {
  .l-section-07__bk .c-card__wrap .c-card .c-card__txt-09 {
    width: 11vw;
    height: 7.5vw;
  }
}

.l-section-08__bk {
  width: 1600px;
  margin: 149px auto 0 auto;
  padding: 0 0 44px 0;
}

@media (max-width: 767px) {
  .l-section-08__bk {
    width: 100%;
    padding: 0 5vw 17.63vw 5vw;
    margin: 15.31vw auto 0 auto;
  }
}

.l-section-08__bk .l-section-08__wrap {
  height: 259px;
  width: 1100px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .l-section-08__bk .l-section-08__wrap {
    display: block;
    width: 100%;
    height: auto;
  }
}

.l-section-08__bk .l-section-08__wrap .l-section-08__ttl {
  font-weight: normal;
  font-size: 56px;
  text-align: left;
  color: #2f84c3;
  top: -111px;
}

@media (max-width: 767px) {
  .l-section-08__bk .l-section-08__wrap .l-section-08__ttl {
    font-size: 12.5vw;
  }
}

.l-section-08__bk .l-section-08__wrap .l-section-08__txt-01 {
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #333;
}

@media (max-width: 767px) {
  .l-section-08__bk .l-section-08__wrap .l-section-08__txt-01 {
    font-size: 5vw;
    line-height: 6.7vw;
  }
}

.l-section-08__bk .l-section-08__wrap .l-section-08__txt-02 {
  width: 417px;
  height: 104px;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #333;
  margin: 32px 0 0 0;
}

@media (max-width: 767px) {
  .l-section-08__bk .l-section-08__wrap .l-section-08__txt-02 {
    width: 100%;
    font-size: 4vw;
    margin: 11.3vw 0 0 0;
    line-height: 5.31vw;
    height: 32vw;
  }
}

.l-section-08__bk .l-section-08__wrap .c-card__wrap {
  width: 500px;
  margin: 11px 0 0 0;
}

@media (max-width: 767px) {
  .l-section-08__bk .l-section-08__wrap .c-card__wrap {
    width: 100%;
    margin: 0;
  }
}

.l-section-08__bk .l-section-08__wrap .c-card__wrap .c-card__contents__wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  height: 98px;
  position: relative;
}

@media (max-width: 767px) {
  .l-section-08__bk .l-section-08__wrap .c-card__wrap .c-card__contents__wrap {
    height: auto;
    padding: 4.38vw 0 5vw 0;
  }
}

.l-section-08__bk .l-section-08__wrap .c-card__wrap .c-card__contents__wrap a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.l-section-08__bk .l-section-08__wrap .c-card__wrap .c-card__contents__wrap div:first-child {
  margin: 0 0 0 16px;
}

@media (max-width: 767px) {
  .l-section-08__bk .l-section-08__wrap .c-card__wrap .c-card__contents__wrap div:first-child {
    margin: 0 0 0 5vw;
  }

  .l-section-08__bk .l-section-08__wrap .c-card__wrap .c-card__contents__wrap div:first-child img {
    width: 15vw;
    height: auto;
  }
}

.l-section-08__bk .l-section-08__wrap .c-card__wrap .c-card__contents__wrap div:nth-child(2) {
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #333;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 0 24px;
}

@media (max-width: 767px) {
  .l-section-08__bk .l-section-08__wrap .c-card__wrap .c-card__contents__wrap div:nth-child(2) {
    font-size: 4.38vw;
    margin: 0 0 0 5vw;
  }
}

.l-section-08__bk .l-section-08__wrap .c-card__wrap .c-card__contents__wrap div:last-child {
  margin: 0 32px 0 auto;
}

@media (max-width: 767px) {
  .l-section-08__bk .l-section-08__wrap .c-card__wrap .c-card__contents__wrap div:last-child {
    margin: 0 5vw 0 auto;
  }
}

.l-footer--home {
  margin: 160px auto 0 auto;
}

@media (max-width: 767px) {
  .l-footer--home {
    width: 100%;
    margin: 0;
  }
}

.top-kv {
  height: 1000px;
  background-image: url(../img/slick_bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .top-kv {
    height: 68.5vw;
    background-image: url(../img/slick_bg_sp.png);
    background-position: left bottom;
    background-size: cover;
  }
}

.top-kv .top-kv__in {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .top-kv .top-kv__in {
    width: 100%;
  }
}

.top-kv .slick-slider {
  position: absolute;
  top: 160px;
  right: -240px;
  width: 1074px;
}

@media (max-width: 767px) {
  .top-kv .slick-slider {
    top: 19vw;
    right: 3vw;
    width: 60%;
  }
}

.p-guideline-question {
  margin: 48px 0 0 5rem;
  line-height: 1;
  font-size: 2rem;
  font-weight: bold;
}

.p-guideline-question::before {
  content: "Q";
  color: #2f84c3;
  margin-right: 20px;
  margin-left: -5rem;
  font-size: 4.8rem;
  font-weight: normal;
  position: relative;
  top: 7px;
}

.p-guideline-answer {
  margin: 10px 0 0 5rem;
  line-height: 1.1;
  font-size: 1.6rem;
}

.p-guideline-answer::before {
  content: "A";
  margin-right: 20px;
  margin-left: -5rem;
  color: #777;
  font-size: 4.8rem;
  position: relative;
  top: 8px;
}

.p-guideline-qanda {
  padding: 0 0 48px 0;
  border-bottom: solid 1px #e6e6e6;
}

.l-guideline-recruitinfo {
  margin-top: 160px;
}

.l-guideline-recruitinfo h2 {
  font-size: 1.4rem;
  font-weight: normal;
}

.l-guideline-recruitinfo h2::before {
  content: "INFORMATION";
  margin-right: 24px;
  color: #2f84c3;
  font-size: 4rem;
}

.l-guideline-recruitinfo ul {
  margin-top: 32px;
}

.l-guideline-recruitinfo ul a {
  display: inline-block;
  padding: 16px;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  text-decoration: none;
  position: relative;
}

.l-guideline-recruitinfo ul a:first-child li::before {
  background-image: url(../../../img/guideline/ico-info_01.svg);
}

.l-guideline-recruitinfo ul a:nth-child(2) li::before {
  background-image: url(../../../img/guideline/ico-info_02.svg);
}

.l-guideline-recruitinfo ul a:first-child {
  margin: 0;
}

.l-guideline-recruitinfo ul li {
  display: inline-block;
  font-size: 1.6rem;
}

.l-guideline-recruitinfo ul li::before {
  content: "";
  display: inline-block;
  width: 64px;
  height: 64px;
  margin-right: 20px;
  background-size: contain;
  vertical-align: middle;
}

.l-guideline-recruitinfo ul:first-child li::before {
  background-image: url(../../../img/guideline/ico-info_01.svg);
}

.l-guideline-recruitinfo ul:nth-child(2) li::before {
  background-image: url(../../../img/guideline/ico-info_02.svg);
}

.l-guideline-recruitinfo ul li::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../../../img/ico/ico_arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 5px;
  top: 42%;
}

@media (min-width: 768px) {
  .l-guideline-recruitinfo ul a {
    margin-left: 50px;
  }

  .l-guideline-recruitinfo ul a li {
    width: 451px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .l-guideline-recruitinfo {
    width: 100%;
  }

  .l-guideline-recruitinfo h2::before {
    margin-right: 15px;
  }

  .l-guideline-recruitinfo ul {
    width: 100%;
  }

  .l-guideline-recruitinfo ul a {
    display: block;
    padding: 16px 5px 16px 5px;
  }

  .l-guideline-recruitinfo ul a:nth-child(odd) {
    border-bottom: none;
  }

  .l-guideline-recruitinfo ul li::before {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }
}

.l-guideline-recruitinfo__main {
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  margin: 0 0 160px 0;
}

.l-guideline-recruitinfo__main ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 24px 101px 40px 110px;
}

.l-guideline-recruitinfo__main ul a {
  display: inline-block;
  padding: 16px;
  text-decoration: none;
  position: relative;
}

.l-guideline-recruitinfo__main ul a:first-child li::before {
  background-image: url(../../../img/guideline/ico-info_01.svg);
}

.l-guideline-recruitinfo__main ul a:nth-child(2) li::before {
  background-image: url(../../../img/guideline/ico-info_02.svg);
  margin: 0 0 33px 22px;
}

.l-guideline-recruitinfo__main ul a:nth-child(3) li::before {
  background-image: url(../../../img/guideline/ico-info_03.svg);
  margin: 0 0 33px 33px;
}

.l-guideline-recruitinfo__main ul a:nth-child(2) li::after {
  right: -3px;
}

.l-guideline-recruitinfo__main ul a:nth-child(3) li::after {
  right: -12px;
}

.l-guideline-recruitinfo__main ul li {
  display: inline-block;
  font-size: 20px;
}

.l-guideline-recruitinfo__main ul li::before {
  content: "";
  display: block;
  width: 96px;
  height: 96px;
  background-size: contain;
  vertical-align: middle;
}

.l-guideline-recruitinfo__main ul:first-child li::before {
  background-image: url(../../../img/guideline/ico-info_01.svg);
  margin: 0 0 33px 0;
}

.l-guideline-recruitinfo__main ul:nth-child(2) li::before {
  background-image: url(../../../img/guideline/ico-info_02.svg);
  margin: 0 0 33px 0;
}

.l-guideline-recruitinfo__main ul:nth-child(3) li::before {
  background-image: url(../../../img/guideline/ico-info_03.svg);
  margin: 0 0 33px 0;
}

.l-guideline-recruitinfo__main ul li::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../../../img/ico/ico_arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 8px;
  top: 157px;
}

@media (max-width: 767px) {
  .l-guideline-recruitinfo__main {
    width: 100%;
    border-top: none;
    margin: 0;
  }

  .l-guideline-recruitinfo__main h2::before {
    margin-right: 15px;
  }

  .l-guideline-recruitinfo__main ul {
    width: 100%;
    display: block;
    margin: 0;
  }

  .l-guideline-recruitinfo__main ul li {
    font-size: 4vw;
  }

  .l-guideline-recruitinfo__main ul a {
    display: block !important;
    padding: 16px 5px 16px 5px;
    border-top: solid 1px #e6e6e6;
  }

  .l-guideline-recruitinfo__main ul a:nth-child(odd) {
    border-bottom: none;
  }

  .l-guideline-recruitinfo__main ul a:first-child li::before {
    margin: 0;
  }

  .l-guideline-recruitinfo__main ul a:nth-child(2) li::before {
    margin: 0;
  }

  .l-guideline-recruitinfo__main ul a:nth-child(3) li::before {
    margin: 0;
  }

  .l-guideline-recruitinfo__main ul a:nth-child(2) li::after {
    right: 5px;
    top: 42%;
  }

  .l-guideline-recruitinfo__main ul a:nth-child(3) li::after {
    right: 5px;
    top: 42%;
  }

  .l-guideline-recruitinfo__main ul li::before {
    width: 40px;
    height: 40px;
    margin-right: 0;
    display: inline-block;
  }

  .l-guideline-recruitinfo__main ul li::after {
    right: 5px;
    top: 42%;
  }
}

@media (max-width: 767px) {
  .l-section--guideline--requirements-01 {
    padding: 0 5vw;
  }
}

.l-section--guideline--requirements-01 .flex-box {
  width: 1100px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 43px auto 0 auto;
}

@media (max-width: 767px) {
  .l-section--guideline--requirements-01 .flex-box {
    width: auto;
    display: block;
  }
}

.l-section--guideline--requirements-01 .flex-box .img img {
  width: 100%;
  height: auto;
}

.l-section--guideline--requirements-01 .flex-box .txt {
  width: 592px;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  line-height: 26px;
}

@media (max-width: 767px) {
  .l-section--guideline--requirements-01 .flex-box .txt {
    width: auto;
  }
}

.l-section--guideline--requirements-02 {
  width: 1100px;
  margin: 81px auto 116px auto;
}

@media (max-width: 767px) {
  .l-section--guideline--requirements-02 {
    width: 100%;
    padding: 0 5vw;
    margin: 10vw auto 10vw auto;
  }
}

.l-section--guideline--requirements-02 .ttl {
  font-weight: 500;
  font-size: 32px;
  color: #333;
  position: relative;
  height: 78px;
}

.l-section--guideline--requirements-02 .ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #e6e6e6;
}

.l-section--guideline--requirements-02 .ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  border-bottom: 2px solid #007db9;
}

.l-section--guideline--requirements-02 .txt-01 {
  font-weight: 500;
  font-size: 16px;
  color: #333;
  margin: 43px 0 39px 0;
}

@media (max-width: 767px) {
  .l-section--guideline--requirements-02 .txt-01 {
    margin: 5vw 0 5vw 0;
  }
}

.l-section--guideline--requirements-02 .txt-02 {
  font-weight: 500;
  font-size: 20px;
  color: #333;
  background: #f4f4f4;
  padding: 9px 20px;
  margin: 49px 0 37px 0;
}

.l-section--guideline--requirements-02 .txt-03 {
  font-weight: 500;
  font-size: 16px;
  color: #333;
  margin: 0 0 41px 0;
}

.l-section--guideline--requirements-02 .txt__wrap {
  display: flex;
  padding: 27px 0 25px 0px;
  border-top: 1px solid #e6e6e6;
}

@media (max-width: 767px) {
  .l-section--guideline--requirements-02 .txt__wrap {
    display: block;
  }
}

.l-section--guideline--requirements-02 .txt__wrap div:first-child {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  width: 97px;
  margin: 0 104px 0 0;
}

@media (max-width: 767px) {
  .l-section--guideline--requirements-02 .txt__wrap div:first-child {
    margin: 0;
  }
}

.l-section--guideline--requirements-02 .txt__wrap div:nth-child(2) {
  font-weight: 500;
  font-size: 16px;
  color: #333;
  width: auto;
  margin: 0;
  line-height: 26px;
}

@media (max-width: 767px) {
  .l-section--guideline--requirements-02 .txt__wrap div:nth-child(2) {
    margin: 0;
  }
}

.l-section--guideline--requirements-02 .txt__wrap div:nth-child(3) {
  font-weight: 500;
  font-size: 16px;
  color: #333;
  width: 44px;
}

.l-section--guideline--requirements-02 .txt__wrap-02 {
  border-bottom: 1px solid #e6e6e6;
}

.l-section--guideline--requirements-02 .l-guideline-recruitinfo {
  margin-top: 160px;
}

.l-section--guideline--requirements-02 .l-guideline-recruitinfo h2 {
  font-size: 1.4rem;
  font-weight: normal;
}

.l-section--guideline--requirements-02 .l-guideline-recruitinfo h2::before {
  content: "INFORMATION";
  margin-right: 24px;
  color: #2f84c3;
  font-size: 4rem;
}

.l-section--guideline--requirements-02 .l-guideline-recruitinfo ul {
  margin-top: 32px;
}

.l-section--guideline--requirements-02 .l-guideline-recruitinfo ul a {
  display: inline-block;
  padding: 16px;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  text-decoration: none;
  position: relative;
}

.l-section--guideline--requirements-02 .l-guideline-recruitinfo ul a:first-child li::before {
  background-image: url(../../../img/guideline/ico-info_02.svg);
}

.l-section--guideline--requirements-02 .l-guideline-recruitinfo ul a:nth-child(2) li::before {
  background-image: url(../../../img/guideline/ico-info_03.svg);
}

.l-section--guideline--requirements-02 .l-guideline-recruitinfo ul a:first-child {
  margin: 0;
}

.l-section--guideline--requirements-02 .l-guideline-recruitinfo ul li {
  display: inline-block;
  font-size: 1.6rem;
}

.l-section--guideline--requirements-02 .l-guideline-recruitinfo ul li::before {
  content: "";
  display: inline-block;
  width: 64px;
  height: 64px;
  margin-right: 20px;
  background-size: contain;
  vertical-align: middle;
}

.l-section--guideline--requirements-02 .l-guideline-recruitinfo ul:first-child li::before {
  background-image: url(../../../img/guideline/ico-info_02.svg);
}

.l-section--guideline--requirements-02 .l-guideline-recruitinfo ul:nth-child(2) li::before {
  background-image: url(../../../img/guideline/ico-info_03.svg);
}

.l-section--guideline--requirements-02 .l-guideline-recruitinfo ul li::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../../../img/ico/ico_arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 5px;
  top: 42%;
}

@media (min-width: 768px) {
  .l-section--guideline--requirements-02 .l-guideline-recruitinfo ul a {
    margin-left: 50px;
  }

  .l-section--guideline--requirements-02 .l-guideline-recruitinfo ul a li {
    width: 451px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .l-section--guideline--requirements-02 .l-guideline-recruitinfo {
    width: 100%;
  }

  .l-section--guideline--requirements-02 .l-guideline-recruitinfo h2::before {
    margin-right: 15px;
  }

  .l-section--guideline--requirements-02 .l-guideline-recruitinfo ul {
    width: 100%;
  }

  .l-section--guideline--requirements-02 .l-guideline-recruitinfo ul a {
    display: block;
    padding: 16px 5px 16px 5px;
  }

  .l-section--guideline--requirements-02 .l-guideline-recruitinfo ul a:nth-child(odd) {
    border-bottom: none;
  }

  .l-section--guideline--requirements-02 .l-guideline-recruitinfo ul li::before {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }
}

.guideline-container {
  margin: 32px auto 0;
}

.l-section--guideline--flow {
  width: 1100px;
  margin: 0 auto 116px auto;
}

@media (max-width: 767px) {
  .l-section--guideline--flow {
    width: 100%;
    padding: 0;
    margin: 10vw auto 10vw auto;
  }
}

.l-section--guideline--flow .ttl {
  font-weight: 500;
  font-size: 32px;
  color: #333;
  position: relative;
  height: 78px;
}

@media (max-width: 767px) {
  .l-section--guideline--flow .ttl {
    font-size: 3.2rem;
  }
}

.l-section--guideline--flow .ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #e6e6e6;
}

.l-section--guideline--flow .ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  border-bottom: 2px solid #007db9;
}

.l-section--guideline--flow .txt-01 {
  font-weight: 500;
  font-size: 16px;
  color: #333;
  margin: 43px 0 48px 0;
}

@media (max-width: 767px) {
  .l-section--guideline--flow .txt-01 {
    margin: 5vw 0 5vw 0;
  }
}

.l-section--guideline--flow .txt-02 {
  font-weight: 500;
  font-size: 20px;
  color: #333;
  background: #f4f4f4;
  padding: 9px 20px;
  margin: 49px 0 37px 0;
}

.l-section--guideline--flow .txt-03 {
  font-weight: 500;
  font-size: 16px;
  color: #333;
  margin: 0 0 41px 0;
}

.l-section--guideline--flow .txt__wrap {
  display: flex;
  padding: 27px 0 25px 0px;
  border-top: 1px solid;
}

@media (max-width: 767px) {
  .l-section--guideline--flow .txt__wrap {
    display: block;
  }
}

.l-section--guideline--flow .txt__wrap div:first-child {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  width: 97px;
  margin: 0 104px 0 0;
}

@media (max-width: 767px) {
  .l-section--guideline--flow .txt__wrap div:first-child {
    margin: 0;
  }
}

.l-section--guideline--flow .txt__wrap div:nth-child(2) {
  font-weight: 500;
  font-size: 16px;
  color: #333;
  width: auto;
  margin: 0;
  line-height: 26px;
}

@media (max-width: 767px) {
  .l-section--guideline--flow .txt__wrap div:nth-child(2) {
    margin: 0;
  }
}

.l-section--guideline--flow .txt__wrap div:nth-child(3) {
  font-weight: 500;
  font-size: 16px;
  color: #333;
  width: 44px;
}

.l-section--guideline--flow .txt__wrap-02 {
  border-bottom: 1px solid;
}

.l-section--guideline--flow .l-guideline-recruitinfo {
  margin-top: 160px;
}

.l-section--guideline--flow .l-guideline-recruitinfo h2 {
  font-size: 1.4rem;
  font-weight: normal;
}

.l-section--guideline--flow .l-guideline-recruitinfo h2::before {
  content: "INFORMATION";
  margin-right: 24px;
  color: #2f84c3;
  font-size: 4rem;
}

.l-section--guideline--flow .l-guideline-recruitinfo ul {
  margin-top: 32px;
}

.l-section--guideline--flow .l-guideline-recruitinfo ul a {
  display: inline-block;
  padding: 16px;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  text-decoration: none;
  position: relative;
}

.l-section--guideline--flow .l-guideline-recruitinfo ul a:first-child li::before {
  background-image: url(../../../img/guideline/ico-info_02.svg);
}

.l-section--guideline--flow .l-guideline-recruitinfo ul a:nth-child(2) li::before {
  background-image: url(../../../img/guideline/ico-info_03.svg);
}

.l-section--guideline--flow .l-guideline-recruitinfo ul a:first-child {
  margin: 0;
}

.l-section--guideline--flow .l-guideline-recruitinfo ul li {
  display: inline-block;
  font-size: 1.6rem;
}

.l-section--guideline--flow .l-guideline-recruitinfo ul li::before {
  content: "";
  display: inline-block;
  width: 64px;
  height: 64px;
  margin-right: 20px;
  background-size: contain;
  vertical-align: middle;
}

.l-section--guideline--flow .l-guideline-recruitinfo ul:first-child li::before {
  background-image: url(../../../img/guideline/ico-info_02.svg);
}

.l-section--guideline--flow .l-guideline-recruitinfo ul:nth-child(2) li::before {
  background-image: url(../../../img/guideline/ico-info_03.svg);
}

.l-section--guideline--flow .l-guideline-recruitinfo ul li::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../../../img/ico/ico_arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 5px;
  top: 42%;
}

@media (min-width: 768px) {
  .l-section--guideline--flow .l-guideline-recruitinfo ul a {
    margin-left: 50px;
  }

  .l-section--guideline--flow .l-guideline-recruitinfo ul a li {
    width: 451px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .l-section--guideline--flow .l-guideline-recruitinfo {
    width: 100%;
  }

  .l-section--guideline--flow .l-guideline-recruitinfo h2::before {
    margin-right: 15px;
  }

  .l-section--guideline--flow .l-guideline-recruitinfo ul {
    width: 100%;
  }

  .l-section--guideline--flow .l-guideline-recruitinfo ul a {
    display: block;
    padding: 16px 5px 16px 5px;
  }

  .l-section--guideline--flow .l-guideline-recruitinfo ul a:nth-child(odd) {
    border-bottom: none;
  }

  .l-section--guideline--flow .l-guideline-recruitinfo ul li::before {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }
}

.l-section--guideline--flow .c-card {
  display: flex;
  border-top: 1px solid #e6e6e6;
}

@media (max-width: 767px) {
  .l-section--guideline--flow .c-card {
    display: block;
  }
}

.l-section--guideline--flow .c-card .c-card__ttl-01 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 317px;
  background: #cee4f4;
}

@media (max-width: 767px) {
  .l-section--guideline--flow .c-card .c-card__ttl-01 {
    height: auto;
    width: 100%;
    margin: 0 0 24px;
  }
}

.l-section--guideline--flow .c-card .c-card__ttl-01 .step {
  font-size: 32px;
  color: #fff;
  padding: 8px 0 0 0;
}

.l-section--guideline--flow .c-card .c-card__ttl-01 .number {
  font-size: 48px;
  color: #fff;
  margin: -20px 0 0 0;
}

.l-section--guideline--flow .c-card .c-card__ttl-02 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 187px;
  background: #b1d3eb;
}

@media (max-width: 767px) {
  .l-section--guideline--flow .c-card .c-card__ttl-02 {
    height: auto;
    width: 100%;
    margin: 0 0 24px;
  }
}

.l-section--guideline--flow .c-card .c-card__ttl-02 .step {
  font-size: 32px;
  color: #fff;
  padding: 8px 0 0 0;
}

.l-section--guideline--flow .c-card .c-card__ttl-02 .number {
  font-size: 48px;
  color: #fff;
  margin: -20px 0 0 0;
}

.l-section--guideline--flow .c-card .c-card__ttl-03 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 187px;
  background: #90c0e3;
}

@media (max-width: 767px) {
  .l-section--guideline--flow .c-card .c-card__ttl-03 {
    height: auto;
    width: 100%;
    margin: 0 0 24px;
  }
}

.l-section--guideline--flow .c-card .c-card__ttl-03 .step {
  font-size: 32px;
  color: #fff;
  padding: 8px 0 0 0;
}

.l-section--guideline--flow .c-card .c-card__ttl-03 .number {
  font-size: 48px;
  color: #fff;
  margin: -20px 0 0 0;
}

.l-section--guideline--flow .c-card .c-card__ttl-04 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 187px;
  background: #6fabd8;
}

@media (max-width: 767px) {
  .l-section--guideline--flow .c-card .c-card__ttl-04 {
    height: auto;
    width: 100%;
    margin: 0 0 24px;
  }
}

.l-section--guideline--flow .c-card .c-card__ttl-04 .step {
  font-size: 32px;
  color: #fff;
  padding: 8px 0 0 0;
}

.l-section--guideline--flow .c-card .c-card__ttl-04 .number {
  font-size: 48px;
  color: #fff;
  margin: -20px 0 0 0;
}

.l-section--guideline--flow .c-card .c-card__ttl-05 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 187px;
  background: #4793cb;
}

@media (max-width: 767px) {
  .l-section--guideline--flow .c-card .c-card__ttl-05 {
    height: auto;
    width: 100%;
    margin: 0 0 24px;
  }
}

.l-section--guideline--flow .c-card .c-card__ttl-05 .step {
  font-size: 32px;
  color: #fff;
  padding: 8px 0 0 0;
}

.l-section--guideline--flow .c-card .c-card__ttl-05 .number {
  font-size: 48px;
  color: #fff;
  margin: -20px 0 0 0;
}

.l-section--guideline--flow .c-card .c-card__ttl-06 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 187px;
  background: #2f84c3;
}

@media (max-width: 767px) {
  .l-section--guideline--flow .c-card .c-card__ttl-06 {
    height: auto;
    width: 100%;
    margin: 0 0 24px;
  }
}

.l-section--guideline--flow .c-card .c-card__ttl-06 .step {
  font-size: 32px;
  color: #fff;
  padding: 8px 0 0 0;
}

.l-section--guideline--flow .c-card .c-card__ttl-06 .number {
  font-size: 48px;
  color: #fff;
  margin: -20px 0 0 0;
}

.l-section--guideline--flow .c-card .c-card__txt__wrap {
  padding: 36px 0 0 40px;
}

@media (max-width: 767px) {
  .l-section--guideline--flow .c-card .c-card__txt__wrap {
    padding: 0;
    margin: 0 0 8vw 0;
  }
}

.l-section--guideline--flow .c-card .c-card__txt__wrap div:first-child {
  font-weight: bold;
  font-size: 20px;
}

.l-section--guideline--flow .c-card .c-card__txt__wrap div:nth-child(2) {
  font-weight: bold;
  font-size: 16px;
}

.l-section--guideline--flow .c-card .c-card__txt__wrap .mynavi__wrap {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 19px 0 0 0;
  width: 424px;
  height: 187px;
  position: relative;
}

@media (max-width: 767px) {
  .l-section--guideline--flow .c-card .c-card__txt__wrap .mynavi__wrap {
    width: 100%;
  }
}

.l-section--guideline--flow .c-card .c-card__txt__wrap .mynavi__wrap a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.l-section--guideline--flow .c-card .c-card__txt__wrap .mynavi {
  text-align: center;
  margin: 15px 0 0 0;
}

.l-section--guideline--flow .c-card .c-card__txt__wrap .mynavi__img img {
  width: auto;
}

@media (max-width: 767px) {
  .l-section--guideline--flow .c-card .c-card__txt__wrap .mynavi__img img {
    width: 100%;
    height: auto;
  }
}

.l-section--guideline--flow .c-card .c-card__txt__wrap .mynavi::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../../../img/ico/ico_arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 0 17px;
}

@media (max-width: 767px) {
  .l-section--guideline--flow .c-card .c-card__txt__wrap .mynavi::after {
    margin: 0 0 0 2vw;
  }
}

.l-section--guideline--flow .c-card .c-card__txt__wrap-02 {
  padding: 53px 0 0 40px;
}

@media (max-width: 767px) {
  .l-section--guideline--flow .c-card .c-card__txt__wrap-02 {
    margin: 0 0 8vw 0;
    padding: 0;
  }
}

.l-section--guideline--flow .c-card .c-card__txt__wrap-02 div:first-child {
  font-weight: bold;
  font-size: 20px;
}

.l-section--guideline--flow .c-card .c-card__txt__wrap-02 div:nth-child(2) {
  font-weight: bold;
  font-size: 16px;
  margin: 19px 0 0 0;
}

.l-section--guideline--flow .c-card .c-card__txt__wrap-03 {
  padding: 40px 0 0 40px;
}

@media (max-width: 767px) {
  .l-section--guideline--flow .c-card .c-card__txt__wrap-03 {
    padding: 0;
    margin: 0 0 8vw 0;
  }
}

.l-section--guideline--flow .c-card .c-card__txt__wrap-03 div:first-child {
  font-weight: bold;
  font-size: 20px;
}

.l-section--guideline--flow .c-card .c-card__txt__wrap-03 div:nth-child(2) {
  font-weight: bold;
  font-size: 16px;
  margin: 19px 0 0 0;
}

.l-section--guideline--flow .c-card-02 {
  border-bottom: 1px solid #e6e6e6;
}

.table-mid-career-recruitment-ratio .c-table {
  margin-bottom: 0px;
}

.table-mid-career-recruitment-ratio .c-table th,
.table-mid-career-recruitment-ratio .c-table td {
  vertical-align: middle;
}

.table-mid-career-recruitment-ratio .un-text {
  margin-top: 0px;
  text-align: right;
}

.l-company-wrap {
  padding: 80px 0 80px 0;
  background-color: #f4f4f4;
}

.un-container--company {
  margin-top: 0;
}

.l-company-card {
  background-color: #fff;
}

.l-company-card h2 {
  font-size: 2rem;
  color: #2f84c3;
  text-align: center;
  line-height: 2.7rem;
}

.l-company-card h2 strong {
  display: block;
  font-size: 12rem;
  line-height: 1;
}

.l-company-card p {
  line-height: 1.9rem;
  font-size: 1.4rem;
}

.l-company-card--01 img {
  width: 420px;
  margin: 46px auto 39px auto;
}

.l-company-card--02 h2 {
  padding-left: 44px;
}

.l-company-card--02 h2 span {
  font-size: 5.6rem;
}

.l-company-card--02 img {
  margin: 40px 0;
}

.l-company-card--02 p {
  padding-left: 44px;
}

.l-company-card--03 {
  background-image: url(../img/company/img_company_03.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 194px 263px;
  text-align: right;
}

.l-company-card--03 img {
  display: inline;
}

.l-company-card--03 h2 {
  display: inline-block;
  font-size: 3.2rem;
}

.l-company-card--03 h2 strong {
  display: block;
}

.l-company-card--03 h2 strong span {
  font-size: 2rem;
}

.l-company-card--04 {
  background-image: url(../img/company/img_company_04.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 303px 200px;
}

.l-company-card--04 h2 {
  display: inline;
  font-size: 3.2rem;
  text-align: left;
}

.l-company-card--04 h2 strong {
  display: inline;
}

.l-company-card--05 img {
  display: inline-block;
  width: 166px;
  margin-top: -73px;
}

.l-company-card--05 h2 {
  display: inline-block;
  width: 260px;
}

.l-company-card--05 h2 strong {
  display: inline-block;
}

.l-company-card--05 h2 strong span {
  font-size: 5.6rem;
}

.l-company-card--05 p {
  margin-top: 15px;
}

.l-company-card--06 h2 {
  display: inline-block;
  font-size: 3.2rem;
}

.l-company-card--06 h2 span {
  font-size: 2rem;
}

.l-company-card--06 p {
  margin-top: 47px;
}

.l-company-card--07 img {
  width: 420px;
  margin: 53px auto 61px auto;
}

@media (min-width: 768px) {
  .l-company-wrap {
    position: relative;
    width: 98%;
    right: 100px;
    margin: 60px auto 0 auto;
  }

  .l-company-card--flex {
    display: flex;
  }

  .l-company-card {
    width: 525px;
    padding: 44px;
  }

  .l-company-card--01,
  .l-company-card--02,
  .l-company-card--03 {
    display: inline-block;
  }

  .l-company-card--01 {
    height: 800px;
    margin-right: 50px;
    flex-shrink: 0;
  }

  .l-company-card--02 {
    height: 470px;
    margin-bottom: 50px;
    padding-left: 0;
  }

  .l-company-card--03 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 280px;
  }

  .l-company-card--04 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 200px;
    margin: 50px 0 50px 0;
  }

  .l-company-card--04 p {
    display: inline-block;
    width: 420px;
    margin-left: 48px;
  }

  .l-company-card--05 {
    margin-bottom: 50px;
  }

  .l-company-card--07 {
    margin-left: 50px;
  }
}

@media (max-width: 767px) {
  .l-company-wrap {
    width: 100%;
  }

  .un-container--company {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }

  .l-company-card {
    width: 100%;
    padding: 30px 30px;
    margin-bottom: 30px;
  }

  .l-company-card--01 img,
  .l-company-card--07 img {
    width: 210px;
  }

  .l-company-card--01 img {
    margin: 20px auto 20px auto;
  }

  .l-company-card--02 {
    padding-left: 0;
  }

  .l-company-card--02 h2 {
    padding-left: 30px;
  }

  .l-company-card--02 p {
    padding-left: 30px;
  }

  .l-company-card--02 img {
    width: 300px;
    margin: 20px 0 20px 0;
  }

  .l-company-card--03 {
    background-size: auto 200px;
  }

  .l-company-card--04 {
    background-image: url(../img/company/img_company_04_sp.png);
    background-size: 329px 329px;
    background-position: right -140px top -80px;
  }

  .l-company-card--05 h2 {
    width: 200px;
  }

  .l-company-card--05 img {
    width: 90px;
  }

  .l-company-card--05 p {
    margin-top: 20px;
  }

  .l-company-card--06 p {
    margin-top: 20px;
  }

  .l-company-card--07 {
    margin-bottom: 0;
  }

  .l-company-card--07 img {
    margin: 20px auto 20px auto;
  }
}

.un-container--company {
  max-width: 100%;
  margin: 0;
}

@media (max-width: 767px) {
  .un-container--company {
    padding: 0;
  }
}

.un-container--company .un-section+.un-section {
  margin: 0;
}

.un-section--company--first {
  background: #2F84C3;
  padding: 80px 0;
}

@media (max-width: 767px) {
  .un-section--company--first {
    padding: 40px 0;
  }
}

.un-section--company--first .c-flex {
  margin: 0 0 64px;
}

@media (max-width: 767px) {
  .un-section--company--first .c-flex {
    margin: 0 0 32px;
  }
}

.un-section--company--first .flex-link {
  display: block;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  height: 160px;
  padding: 57px 0 0;
  box-sizing: border-box;
}

.un-section--company--first .flex-link:hover {
  opacity: 0.6;
}

.un-section--company--first .flex-1 {
  background: url(../img/company/bg_top_first_link01.jpg);
  background-position: center top;
  background-size: cover;
}

.un-section--company--first .flex-2 {
  background: url(../img/company/bg_top_first_link02.jpg);
  background-position: center top;
  background-size: cover;
}

.un-section--company--first .flex-3 {
  background: url(../img/company/bg_top_first_link03.jpg);
  background-position: center top;
  background-size: cover;
}

.un-section--company--first .flex-icon:after {
  content: '';
  display: block;
  line-height: 0;
  margin: 0 auto;
  width: 12px;
  height: 6px;
  background-image: url(../img/ico/ico_arrow_white_un.svg);
  background-size: cover;
}

.un-section--company--first .img-link:hover .img-link__inner {
  opacity: 0.6;
}

.un-section--company .company--content-head {
  margin: 0 0 95px;
  color: #fff;
}

@media (max-width: 767px) {
  .un-section--company .company--content-head {
    margin: 0 0 50px;
  }
}

@media (max-width: 767px) {
  .un-section--company .company--content-head-img {
    margin: 0 0 25px;
  }
}

.un-section--company .company--content-head-tit {
  display: inline-block;
  font-size: 4.8rem;
  line-height: 1.35;
  background: #fff;
  margin: 0 0 52px -40px;
  padding: 0 8px;
}

@media (max-width: 767px) {
  .un-section--company .company--content-head-tit {
    font-size: 3.0rem;
    margin: 0 0 25px;
  }
}

.un-section--company .company--content-head-text {
  font-size: 1.6rem;
  line-height: 2.25;
}

@media (max-width: 767px) {
  .un-section--company .company--content-head-text {
    font-size: 1.4rem;
  }
}

.un-section--company .company--content-foot {
  padding: 72px;
  color: #fff;
}

@media (max-width: 767px) {
  .un-section--company .company--content-foot {
    padding: 0;
  }
}

.un-section--company .company--content-foot-img {
  margin: 0 0 40px;
}

.un-section--company .company--content-foot-text {
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .un-section--company .company--content-foot-text {
    font-size: 1.2rem;
  }
}

.un-section--company .company--content-foot .c-imgbox .c-imgbox__left {
  margin: 0 65px 0 0;
}

@media (max-width: 767px) {
  .un-section--company .company--content-foot .c-imgbox .c-imgbox__left {
    margin: 0 0 24px;
  }
}

.un-section--company .company--content-foot .c-imgbox .c-imgbox__right {
  margin: 0 0 0 65px;
}

@media (max-width: 767px) {
  .un-section--company .company--content-foot .c-imgbox .c-imgbox__right {
    margin: 0 0 24px;
  }
}

.un-section--company--content-1 {
  padding: 120px 0;
  background: url(../img/company/bg_top01.jpg);
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .un-section--company--content-1 {
    padding: 60px 0;
    background: #3095C9;
  }
}

.un-section--company--content-1 .company--content-head-tit {
  color: #3095C9;
}

.un-section--company--content-1 .company--content-foot {
  background: rgba(48, 149, 201, 0.6);
}

@media (max-width: 767px) {
  .un-section--company--content-1 .company--content-foot {
    background: none;
  }
}

.un-section--company--content-2 {
  padding: 120px 0;
  background: url(../img/company/bg_top02.jpg);
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .un-section--company--content-2 {
    padding: 60px 0;
    background: #43B277;
  }
}

.un-section--company--content-2 .company--content-head-tit {
  color: #43B277;
}

.un-section--company--content-2 .company--content-foot {
  background: rgba(67, 178, 119, 0.6);
}

@media (max-width: 767px) {
  .un-section--company--content-2 .company--content-foot {
    background: none;
  }
}

.un-section--company--content-3 {
  padding: 120px 0;
  background: url(../img/company/bg_top03.jpg);
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .un-section--company--content-3 {
    padding: 60px 0;
    background: #ED7364;
  }
}

.un-section--company--content-3 .company--content-head-tit {
  color: #ED7364;
}

.un-section--company--content-3 .company--content-foot {
  background: rgba(237, 115, 100, 0.6);
}

@media (max-width: 767px) {
  .un-section--company--content-3 .company--content-foot {
    background: none;
  }
}

.un-section--company--last {
  padding: 160px 0 0;
}

@media (max-width: 767px) {
  .un-section--company--last {
    padding: 80px 0;
  }
}

.un-section--company--last .img-link:hover .img-link__inner {
  opacity: 0.6;
}

_:-ms-lang(x)::-ms-backdrop,
.un-section--company .company--content-head-tit {
  padding-top: 12px;
}

.un-section--product-menu .c-flex--max3 {
  margin-left: -100px;
}

@media (max-width: 767px) {
  .un-section--product-menu .c-flex--max3 {
    margin-left: 0;
  }
}

.un-section--product-menu .c-flex--max3 .c-flex__item {
  width: calc(33.3333% - 100px);
  margin-left: 100px;
}

@media (max-width: 767px) {
  .un-section--product-menu .c-flex--max3 .c-flex__item {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }
}

.un-section--product-menu .c-flex--max3 .c-flex__item .un-section--product-menu-head {
  position: relative;
  background: #fff;
}

.un-section--product-menu .c-flex--max3 .c-flex__item .un-section--product-menu-head-sub {
  margin: 40px 0 0;
}

@media (max-width: 767px) {
  .un-section--product-menu .c-flex--max3 .c-flex__item .un-section--product-menu-head-sub {
    margin: 0;
  }
}

.un-section--product-menu .c-flex--max3 .c-flex__item .un-section--product-menu-head-block {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -12px;
  background: #fff;
  padding: 20px 33px 0;
}

@media (max-width: 767px) {
  .un-section--product-menu .c-flex--max3 .c-flex__item .un-section--product-menu-head-block {
    position: relative;
    bottom: auto;
  }
}

.un-section--product-menu .c-flex--max3 .c-flex__item .un-section--product-menu-head-text {
  font-size: 1.4rem;
}

.un-section--product-menu .c-flex--max3 .c-flex__item .un-section--product-menu-head-tit {
  font-size: 2.4rem;
  color: #2F84C3;
  font-weight: 500;
}

.un-section--product-menu .c-flex--max3 .c-flex__item .un-section--product-menu-foot {
  padding: 33px;
  background: #fff;
}

@media (max-width: 767px) {
  .un-section--product-menu .c-flex--max3 .c-flex__item .un-section--product-menu-foot {
    padding-top: 13px;
  }
}

.un-section--product-menu .c-flex--max3 .c-flex__item .un-section--product-menu-foot-text {
  font-size: 1.4rem;
  line-height: 1.4;
}

.un-section--product-menu .c-flex--max2 {
  margin-left: -100px;
}

@media (max-width: 767px) {
  .un-section--product-menu .c-flex--max2 {
    margin-left: 0;
  }
}

.un-section--product-menu .c-flex--max2 .c-flex__item {
  position: relative;
  padding: 0 0 96px;
  background: #fff;
}

.un-section--product-menu .c-flex--max2 .c-flex__item .un-section--product-menu-head {
  position: relative;
}

.un-section--product-menu .c-flex--max2 .c-flex__item .un-section--product-menu-head-block {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -12px;
  background: #fff;
  padding: 20px 33px 0;
}

@media (max-width: 767px) {
  .un-section--product-menu .c-flex--max2 .c-flex__item .un-section--product-menu-head-block {
    position: relative;
    bottom: auto;
  }
}

.un-section--product-menu .c-flex--max2 .c-flex__item .un-section--product-menu-head-text {
  font-size: 1.4rem;
}

.un-section--product-menu .c-flex--max2 .c-flex__item .un-section--product-menu-head-tit {
  font-size: 2.4rem;
  color: #2F84C3;
  font-weight: 500;
}

.un-section--product-menu .c-flex--max2 .c-flex__item .un-section--product-menu-foot {
  padding: 33px;
}

@media (max-width: 767px) {
  .un-section--product-menu .c-flex--max2 .c-flex__item .un-section--product-menu-foot {
    padding-top: 13px;
  }
}

.un-section--product-menu .c-flex--max2 .c-flex__item .un-section--product-menu-foot-text {
  font-size: 1.4rem;
}

.un-section--product-menu .c-flex--max2 .c-flex__item .c-btn {
  position: absolute;
  bottom: 36px;
  width: 100%;
}

.un-section--product-menu-last .c-flex__item {
  border-bottom: 1px solid #E6E6E6;
}

.un-section+.un-section--product-menu-last {
  margin: 160px 0 0;
}

@media (max-width: 767px) {
  .un-section+.un-section--product-menu-last {
    margin: 80px 0 0;
  }
}

.un-section--product .product-content {
  position: relative;
}

.un-section--product .product-content-img {
  position: relative;
}

.un-section--product .product-content-left .product-content-img {
  left: calc(((100vw - 1250px) /2 *(-1)));
}

@media (max-width: 1250px) {
  .un-section--product .product-content-left .product-content-img {
    left: 0;
  }
}

.un-section--product .product-content-right .product-content-img {
  right: calc(((100vw - 1250px) /2 *(-1)));
}

@media (max-width: 1250px) {
  .un-section--product .product-content-right .product-content-img {
    right: 0;
  }
}

.un-section--product .product-content-block {
  position: absolute;
  z-index: 1;
  bottom: -40px;
  background: #fff;
  width: 660px;
  padding: 73px 80px 84px;
}

@media (max-width: 767px) {
  .un-section--product .product-content-block {
    position: relative;
    bottom: auto;
    width: 100%;
    padding: 20px 6%;
  }
}

.un-section--product .product-content-left .product-content-block {
  right: 0;
}

.un-section--product .product-content-right .product-content-block {
  left: 0;
}

.un-section--product .product-content-tit {
  font-size: 3.2rem;
  margin: 0 0 34px;
  line-height: 1.35;
  color: #2F84C3;
  font-weight: 500;
}

@media (max-width: 767px) {
  .un-section--product .product-content-tit {
    font-size: 2.0rem;
    margin: 0 0 17px;
  }
}

.un-section--product .product-content-text {
  font-size: 1.4rem;
  line-height: 1.6;
}

.un-section--product .product-content+.product-content {
  margin: 120px 0 0;
}

@media (max-width: 767px) {
  .un-section--product .product-content+.product-content {
    margin: 60px 0 0;
  }
}

.aaa {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .aaa {
    padding: 80px 0;
  }
}

.voice-card {
  position: relative;
}

.voice-card .voice-card__txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 767px) {
  .voice-card .voice-card__txt {
    position: static;
    display: block;
    margin: 16px 0;
    text-align: center;
    color: #2F84C3;
  }
}

.voice-card .c-btn {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .voice-card .c-btn {
    position: static;
  }
}

.voice-card+.voice-card {
  margin: 96px 0 0;
}

@media (max-width: 767px) {
  .voice-card+.voice-card {
    margin: 56px 0 0;
  }
}

.un-section--voice-profile {
  position: relative;
  text-align: center;
}

.un-section--voice-profile__inner {
  width: 1100px;
}

@media (max-width: 767px) {
  .un-section--voice-profile__inner {
    width: 100%;
  }
}

.un-section--voice-profile-tit {
  position: absolute;
  z-index: 1;
  top: -36px;
}

.un-section--voice-profile-tit-en {
  font-size: 5.6rem;
  line-height: 1.32;
  color: #2F84C3;
  margin: 0 0 10px;
}

.un-section--voice-profile-tit-jp {
  font-size: 2.0rem;
  line-height: 1.6;
  font-weight: 500;
}

.un-section--voice-profile-img {
  height: auto;
  margin: 0 0 37px;
}

.un-section--voice-profile-text--date {
  font-size: 1.2rem;
  margin: 0 0 10px;
}

.un-section--voice-profile-text--division {
  font-size: 1.6rem;
}

.un-section--voice-profile-1 {
  padding-top: 11px;
}

@media (max-width: 767px) {
  .un-section--voice-profile-1 {
    padding-top: 0;
  }
}

.un-section--voice-profile-1 .un-section--voice-profile-text--name-en {
  color: #18BECC;
}

.un-section--voice-profile-2 {
  padding-top: 88px;
}

@media (max-width: 767px) {
  .un-section--voice-profile-2 {
    padding-top: 0;
  }
}

.un-section--voice-profile-2 .un-section--voice-profile-text--name-en {
  color: #E69A41;
}

.un-section--voice-profile-3 .un-section--voice-profile-text--name-en {
  color: #48A73C;
}

.un-section--voice-profile-4 {
  padding-top: 21px;
}

@media (max-width: 767px) {
  .un-section--voice-profile-4 {
    padding-top: 0;
  }
}

.un-section--voice-profile-4 .un-section--voice-profile-text--name-en {
  color: #EF6D86;
}

.un-section--voice-question {
  background: url(../img/voice/bg_tit_q.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  text-align: center;
}

.un-section--voice-question-tit-en {
  font-size: 2.0rem;
  line-height: 1.3;
  color: #2F84C3;
  margin: 0 0 10px;
}

@media (max-width: 767px) {
  .un-section--voice-question-tit-en {
    font-size: 1.6rem;
  }
}

.un-section--voice-question-tit-jp {
  display: inline-block;
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 500;
  padding: 0 0 5px;
  border-bottom: 2px solid #2F84C3;
}

@media (max-width: 767px) {
  .un-section--voice-question-tit-jp {
    font-size: 2.0rem;
  }
}

.un-section--voice-comment__inner {
  width: 1100px;
}

.un-section--voice-comment-block {
  position: relative;
  min-height: 107px;
}

.un-section--voice-comment-block-left {
  padding-left: 104px;
}

@media (max-width: 390px) {
  .un-section--voice-comment-block-left {
    padding-left: 25%;
  }
}

.un-section--voice-comment-block-left .un-section--voice-comment-block-img {
  left: 0;
}

.un-section--voice-comment-block-left .un-section--voice-comment-block-text {
  margin-left: 24px;
}

@media (max-width: 767px) {
  .un-section--voice-comment-block-left .un-section--voice-comment-block-text {
    margin-left: 24px;
  }
}

.un-section--voice-comment-block-left .un-section--voice-comment-block-text:before {
  background: url(../img/voice/img_new_employee_comment_left.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 0;
  left: -24px;
}

.un-section--voice-comment-block-right {
  padding-right: 104px;
}

@media (max-width: 390px) {
  .un-section--voice-comment-block-right {
    padding-right: 25%;
  }
}

.un-section--voice-comment-block-right .un-section--voice-comment-block-img {
  right: 0;
}

.un-section--voice-comment-block-right .un-section--voice-comment-block-text {
  margin-left: 212px;
}

@media (max-width: 767px) {
  .un-section--voice-comment-block-right .un-section--voice-comment-block-text {
    margin-left: 0;
    margin-right: 24px;
  }
}

.un-section--voice-comment-block-right .un-section--voice-comment-block-text:before {
  background: url(../img/voice/img_new_employee_comment_right.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right 0;
  right: -24px;
}

.un-section--voice-comment-block-img {
  position: absolute;
  z-index: 1;
  width: 72px;
  text-align: center;
}

@media (max-width: 767px) {
  .un-section--voice-comment-block-img {
    width: 20%;
    max-width: 72px;
  }
}

.un-section--voice-comment-block-img-detail {
  margin: 0 0 14px;
}

.un-section--voice-comment-block-img-icon {
  height: auto;
}

.un-section--voice-comment-block-img-name {
  font-size: 1.4rem;
  line-height: 1.6;
}

.un-section--voice-comment-block-text {
  position: relative;
  width: 760px;
  min-height: 80px;
  padding: 27px 42px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.06);
}

@media (max-width: 767px) {
  .un-section--voice-comment-block-text {
    width: calc(100% - 24px);
    padding: 20px 6%;
  }
}

.un-section--voice-comment-block-text:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 0;
  top: 8px;
}

.un-section--voice-comment-block-text-detail {
  font-size: 1.6rem;
  line-height: 1.625;
}

.un-section--voice-comment-block-text-detail-blue {
  color: #2F84C3;
  font-weight: bold;
}

.un-section--voice-comment-block+.un-section--voice-comment-block {
  margin: 40px 0 0;
}

.un-section--voice-photo {
  margin: 80px 0 0;
}

.un-section--voice-photo-detail {
  height: auto;
}

@media (max-width: 767px) {
  .un-section--voice .c-flex {
    padding: 45px 0 0;
  }
}

.un-section--voice .c-flex--max4 {
  width: 1188px;
  margin-left: -87px;
  padding: 62px 20px 0;
}

@media (max-width: 767px) {
  .un-section--voice .c-flex--max4 {
    width: auto;
    margin-left: 0;
    padding: 40px 0 0;
  }
}

.un-section--voice .c-flex--max4 .c-flex__item {
  width: 200px;
  margin-left: 87px;
}

@media (max-width: 767px) {
  .un-section--voice .c-flex--max4 .c-flex__item {
    width: calc(50% - 12px);
    margin-left: 12px;
  }
}

.un-section+.un-section--voice-question {
  max-width: 1100px;
  margin: 0 auto -64px;
  padding: 64px 0;
}

.l-section--culture--index__wrap .c-card__wrap {
  width: 1100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 43px auto 0 auto;
}

@media (max-width: 767px) {
  .l-section--culture--index__wrap .c-card__wrap {
    width: 100%;
    left: 0;
    top: 61.56vw;
    right: 0;
    display: block;
  }
}

.l-section--culture--index__wrap .c-card__wrap .c-card {
  margin: 0 0 96px 0;
  position: relative;
  background: #fff;
}

@media (max-width: 767px) {
  .l-section--culture--index__wrap .c-card__wrap .c-card {
    display: block;
    margin: 0 0 10vw 0;
    background: #fff;
    padding: 0 0 8.69vw 0;
  }
}

.l-section--culture--index__wrap .c-card__wrap .c-card a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.l-section--culture--index__wrap .c-card__wrap .c-card .c-card__img img {
  width: auto;
}

@media (max-width: 767px) {
  .l-section--culture--index__wrap .c-card__wrap .c-card .c-card__img img {
    width: 100%;
    height: auto;
  }
}

.l-section--culture--index__wrap .c-card__wrap .c-card .c-card__txt__wrap {
  padding: 37px 0 40px 41px;
  display: flex;
  background: #fff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.06);
}

@media (max-width: 767px) {
  .l-section--culture--index__wrap .c-card__wrap .c-card .c-card__txt__wrap {
    margin: 0;
    padding: 11.56vw 0 12.5vw 12.81vw;
  }
}

.l-section--culture--index__wrap .c-card__wrap .c-card .c-card__txt__wrap::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10.28px;
  background-image: url("../../assets/img/section_05_card_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 55px 0 0 32px;
}

@media (max-width: 767px) {
  .l-section--culture--index__wrap .c-card__wrap .c-card .c-card__txt__wrap::after {
    width: 4.37vw;
    height: 10.71vw;
    margin: 16.25vw 6.25vw 0 0;
  }
}

.l-section--culture--index__wrap .c-card__wrap .c-card .c-card__txt__wrap .c-card__txt__wrap-02 .c-card__ttl__en {
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #2f84c3;
}

@media (max-width: 767px) {
  .l-section--culture--index__wrap .c-card__wrap .c-card .c-card__txt__wrap .c-card__txt__wrap-02 .c-card__ttl__en {
    font-size: 3.75vw;
  }
}

.l-section--culture--index__wrap .c-card__wrap .c-card .c-card__txt__wrap .c-card__txt__wrap-02 .c-card__ttl {
  font-weight: normal;
  font-size: 20px;
  text-align: left;
  color: #333;
  margin: 7px 0 0 0;
}

@media (max-width: 767px) {
  .l-section--culture--index__wrap .c-card__wrap .c-card .c-card__txt__wrap .c-card__txt__wrap-02 .c-card__ttl {
    margin: 0;
    font-size: 5vw;
  }
}

.l-section--culture--index__wrap .c-card__wrap .c-card .c-card__txt__wrap .c-card__txt__wrap-02 .c-card__txt {
  width: 400px;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #333;
  margin: 14px 0 0 0;
  line-height: 20px;
}

@media (max-width: 767px) {
  .l-section--culture--index__wrap .c-card__wrap .c-card .c-card__txt__wrap .c-card__txt__wrap-02 .c-card__txt {
    font-size: 4.06vw;
    width: 100%;
    height: auto;
    margin: 3.75vw 0 0 0;
    line-height: 5.31vw;
  }
}

.l-section--culture--training__wrap {
  margin: 0 0 240px;
}

@media (max-width: 767px) {
  .l-section--culture--training__wrap {
    margin: 0 0 80px;
  }
}

.l-section--culture--training__wrap .c-card__main__wrap {
  width: 1100px;
  min-height: 420px;
  margin: 43px auto 120px auto;
  display: -webkit-flex;
  display: flex;
  padding: 80px 0 80px 40px;
  background: #fff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.06);
}

@media (max-width: 767px) {
  .l-section--culture--training__wrap .c-card__main__wrap {
    width: 100%;
    min-height: auto;
    left: 0;
    top: 61.56vw;
    right: 0;
    display: block;
    margin: 0;
    padding: 5vw 5vw 10vw 5vw;
    height: auto;
  }
}

.l-section--culture--training__wrap .c-card__main__wrap .c-card__main__img {
  width: 500px;
  margin: 0 23px 0 0;
  position: relative;
}

@media (max-width: 767px) {
  .l-section--culture--training__wrap .c-card__main__wrap .c-card__main__img {
    width: 100%;
    position: static;
    margin: 0 0 23px;
  }
}

.l-section--culture--training__wrap .c-card__main__wrap .c-card__main__img img {
  width: auto;
  position: absolute;
  top: 60px;
  left: -81px;
}

@media (max-width: 767px) {
  .l-section--culture--training__wrap .c-card__main__wrap .c-card__main__img img {
    width: 100%;
    height: auto;
    position: static;
  }
}

@media (max-width: 767px) {
  .l-section--culture--training__wrap .c-card__main__wrap .c-card__txt__wrap {
    margin: 0;
  }
}

.l-section--culture--training__wrap .c-card__main__wrap .c-card__txt__wrap .c-card__ttl__en {
  font-weight: normal;
  font-size: 20px;
  color: #2f84c3;
}

@media (max-width: 767px) {
  .l-section--culture--training__wrap .c-card__main__wrap .c-card__txt__wrap .c-card__ttl__en {
    font-size: 3.75vw;
  }
}

.l-section--culture--training__wrap .c-card__main__wrap .c-card__txt__wrap .c-card__ttl {
  font-weight: normal;
  font-size: 32px;
  color: #333;
  margin: 0;
  line-height: 45px;
}

@media (max-width: 767px) {
  .l-section--culture--training__wrap .c-card__main__wrap .c-card__txt__wrap .c-card__ttl {
    margin: 0;
    font-size: 5vw;
  }
}

.l-section--culture--training__wrap .c-card__main__wrap .c-card__txt__wrap .c-card__txt {
  width: 504px;
  font-weight: normal;
  font-size: 14px;
  color: #333;
  margin: 33px 0 0 0;
}

@media (max-width: 767px) {
  .l-section--culture--training__wrap .c-card__main__wrap .c-card__txt__wrap .c-card__txt {
    font-size: 4.06vw;
    width: 100%;
    height: auto;
    margin: 3.75vw 0 0 0;
    line-height: 8.12vw;
  }
}

.l-section--culture--training__wrap .c-card__main__wrap--re {
  flex-direction: row-reverse;
}

.l-section--culture--training__wrap .c-card__main__wrap--re .c-card__main__img {
  margin: 0 0 0 23px;
}

@media (max-width: 767px) {
  .l-section--culture--training__wrap .c-card__main__wrap--re .c-card__main__img {
    width: 100%;
    position: static;
    margin: 0 0 23px;
  }
}

.l-section--culture--training__wrap .c-card__main__wrap--re .c-card__main__img img {
  left: 81px;
}

.culture__thum {
  margin: 160px 0 0;
}

.culture__thum .c-card__wrap {
  width: 1100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 0 auto;
}

@media (max-width: 767px) {
  .culture__thum .c-card__wrap {
    width: 100%;
    left: 0;
    top: 61.56vw;
    right: 0;
    display: block;
    margin: 10vw 0 0 0;
  }
}

.culture__thum .c-card__wrap .c-card {
  margin: 0 0 96px 0;
  position: relative;
  background: #fff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.06);
}

@media (max-width: 767px) {
  .culture__thum .c-card__wrap .c-card {
    display: block;
    margin: 0 0 10vw 0;
    background: #fff;
    padding: 0 0 8.69vw 0;
  }
}

.culture__thum .c-card__wrap .c-card a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.culture__thum .c-card__wrap .c-card .c-card__img img {
  width: auto;
}

@media (max-width: 767px) {
  .culture__thum .c-card__wrap .c-card .c-card__img img {
    width: 100%;
    height: auto;
  }
}

.culture__thum .c-card__wrap .c-card .c-card__txt__wrap {
  padding: 37px 0 40px 41px;
  display: flex;
  background: #fff;
}

@media (max-width: 767px) {
  .culture__thum .c-card__wrap .c-card .c-card__txt__wrap {
    margin: 0;
    padding: 5vw;
  }
}

.culture__thum .c-card__wrap .c-card .c-card__txt__wrap::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10.28px;
  background-image: url("../../assets/img/section_05_card_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 55px 0 0 32px;
}

@media (max-width: 767px) {
  .culture__thum .c-card__wrap .c-card .c-card__txt__wrap::after {
    width: 4.37vw;
    height: 10.71vw;
    margin: 16.25vw 0 0 5vw;
  }
}

.culture__thum .c-card__wrap .c-card .c-card__txt__wrap-02 .c-card__ttl__en {
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #2f84c3;
}

@media (max-width: 767px) {
  .culture__thum .c-card__wrap .c-card .c-card__txt__wrap-02 .c-card__ttl__en {
    font-size: 3.75vw;
  }
}

.culture__thum .c-card__wrap .c-card .c-card__txt__wrap-02 .c-card__ttl {
  font-weight: normal;
  font-size: 20px;
  text-align: left;
  color: #333;
  margin: 7px 0 0 0;
}

@media (max-width: 767px) {
  .culture__thum .c-card__wrap .c-card .c-card__txt__wrap-02 .c-card__ttl {
    margin: 0;
    font-size: 5vw;
  }
}

.culture__thum .c-card__wrap .c-card .c-card__txt__wrap-02 .c-card__txt {
  width: 232px;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #333;
  margin: 14px 0 0 0;
  line-height: 20px;
}

@media (max-width: 767px) {
  .culture__thum .c-card__wrap .c-card .c-card__txt__wrap-02 .c-card__txt {
    font-size: 4.06vw;
    width: 100%;
    height: auto;
    margin: 3.75vw 0 0 0;
    line-height: 5.31vw;
  }
}

.woman-activities {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.woman-activities dt {
  width: 15%;
  margin: 12px 0 0;
}

.woman-activities dd {
  width: 85%;
  margin: 12px 0 0;
}

@media (max-width: 767px) {
  .woman-activities dd {
    margin: 4px 0 0;
  }
}

.woman-activities dt,
.woman-activities dd {
  font-size: 1.6rem;
}

@media (max-width: 767px) {

  .woman-activities dt,
  .woman-activities dd {
    width: 100%;
  }
}

.recruit-nursery .c-btn-pdf {
  display: inline-block;
  margin: 32px 0 0;
  font-size: 1.6rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .recruit-nursery .c-btn-pdf {
    margin: 28px 0 0;
  }
}

.recruit-nursery .c-btn-pdf a .c-btn-pdf__ico {
  display: inline-block;
  width: 20px;
  margin: 0px 8px -6px 0px;
}

.recruit-nursery .c-btn-pdf a:hover {
  text-decoration: underline;
}

.recruit-nursery .c-btn-pdf:after {
  content: 'NEW';
  display: inline-block;
  padding: 0 20px;
  margin-left: 1em;
  color: #fff;
  background: #fea73c;
  font-size: 1.4rem;
  font-weight: bold;
}

.l-section--senior .c-card__wrap {
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1248px;
  margin: 44px auto 136px auto;
}

@media (max-width: 767px) {
  .l-section--senior .c-card__wrap {
    display: block;
    width: 100%;
    margin: 5vw auto 5vw auto;
  }
}

.l-section--senior .c-card__wrap div:nth-of-type(3n) {
  margin-right: 0;
}

.l-section--senior .c-card__wrap .c-card__ttl__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  background: #2f84c3;
}

@media (max-width: 767px) {
  .l-section--senior .c-card__wrap .c-card__ttl__wrap {
    width: 50vw;
    height: 46.88vw;
  }
}

.l-section--senior .c-card__wrap .c-card__ttl__wrap .c-card__ttl div:first-child {
  font-weight: normal;
  font-size: 56px;
  text-align: left;
  color: #fff;
}

@media (max-width: 767px) {
  .l-section--senior .c-card__wrap .c-card__ttl__wrap .c-card__ttl div:first-child {
    font-size: 10vw;
    text-align: center;
  }
}

.l-section--senior .c-card__wrap .c-card__ttl__wrap .c-card__ttl div:nth-child(2) {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  color: #fff;
  margin: 0 0 0 10px;
}

@media (max-width: 767px) {
  .l-section--senior .c-card__wrap .c-card__ttl__wrap .c-card__ttl div:nth-child(2) {
    font-size: 3.75vw;
    text-align: center;
    color: #fff;
    margin: 0;
  }
}

.l-section--senior .c-card__wrap .c-card {
  position: relative;
  width: 20%;
  width: 400px;
  margin: 0 24px 24px 0;
}

@media (max-width: 767px) {
  .l-section--senior .c-card__wrap .c-card {
    width: 100%;
    height: auto;
  }
}

.l-section--senior .c-card__wrap .c-card .c-card__img img {
  height: auto;
}

@media (max-width: 767px) {
  .l-section--senior .c-card__wrap .c-card .c-card__img img {
    width: 100%;
    height: auto;
  }
}

.l-section--senior .c-card__wrap .c-card .c-card__txt {
  display: inline-block;
  padding: 4px 10px;
  position: absolute;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  color: #fff;
  background: #2f84c3;
  top: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 767px) {
  .l-section--senior .c-card__wrap .c-card .c-card__txt {
    font-size: 3.75vw;
  }
}

.senior-ttl-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 64px;
  background: #F4F4F4;
}

@media (max-width: 767px) {
  .senior-ttl-box {
    margin: 0 0 40px;
  }
}

.senior-ttl-box h2 {
  width: 50%;
  padding: 0 64px;
  font-size: 3.2rem;
  font-weight: normal;
  color: #2F84C3;
}

@media (max-width: 767px) {
  .senior-ttl-box h2 {
    width: 100%;
    padding: 20px;
  }
}

.senior-ttl-box h2 span {
  display: block;
  font-size: 1.6rem;
}

.senior-ttl-box div {
  width: 50%;
}

@media (max-width: 767px) {
  .senior-ttl-box div {
    width: 100%;
  }
}

.senior-voice {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.senior-voice .senior-voice__text {
  width: 700px;
}

@media (max-width: 767px) {
  .senior-voice .senior-voice__text {
    width: 100%;
    margin: 0 0 40px;
  }
}

.senior-voice .senior-voice__text div {
  margin: 40px 0 0;
}

.senior-voice .senior-time-table {
  width: 352px;
}

@media (max-width: 767px) {
  .senior-voice .senior-time-table {
    width: 100%;
  }
}

.senior-voice .senior-time-table h3 {
  font-size: 2.4rem;
  font-weight: normal;
  color: #2F84C3;
  border-bottom: 2px solid #2F84C3;
}

.senior-voice .senior-time-table dl {
  display: flex;
  flex-wrap: wrap;
}

.senior-voice .senior-time-table dl dt {
  width: 20%;
  display: inline-block;
  padding: 20px 0;
  font-size: 1.4rem;
  color: #2F84C3;
  border-bottom: 1px solid #E6E6E6;
}

.senior-voice .senior-time-table dl dd {
  width: 80%;
  font-size: 1.4rem;
  padding: 20px 0;
  border-bottom: 1px solid #E6E6E6;
}

.c-flex--photogallery .c-flex__item {
  margin-top: 24px;
}

.personality-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .personality-box {
    justify-content: space-between;
  }
}

.personality-box .personality-box__item {
  width: 300px;
  margin: 0 24px;
  padding: 40px 32px 48px;
  color: #2F84C3;
  text-align: center;
  border: 2px solid #2F84C3;
}

@media (max-width: 767px) {
  .personality-box .personality-box__item {
    width: 48%;
    margin: 0;
    padding: 12px 4% 24px;
  }
}

.personality-box .personality-box__item:nth-child(n+4) {
  margin-top: 48px;
}

@media (max-width: 767px) {
  .personality-box .personality-box__item:nth-child(n+4) {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .personality-box .personality-box__item:nth-child(n+3) {
    margin-top: 24px;
  }
}

.personality-box .personality-box__item .personality-box__number {
  font-size: 6.4rem;
}

@media (max-width: 767px) {
  .personality-box .personality-box__item .personality-box__number {
    font-size: 4.8rem;
  }
}

.personality-box .personality-box__item .personality-box__number:after {
  content: '';
  display: block;
  width: 96px;
  height: 1px;
  margin: 0 auto 32px;
  background-color: #2F84C3;
}

.personality-box .personality-box__item .personality-box__text {
  font-size: 2rem;
  font-weight: bold;
}

.personality-box .personality-box__item .personality-box__text span {
  color: #E21D1D;
}

.personality-message {
  margin: 64px 0 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.work-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 60px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  border-top: 4px solid #2F84C3;
}

@media (max-width: 767px) {
  .work-box {
    padding: 24px;
  }
}

.work-box+.work-box {
  margin: 64px 0 0;
}

.work-box .work-box__job {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
}

@media (max-width: 767px) {
  .work-box .work-box__job {
    width: 100%;
    margin: 0 0 24px;
  }
}

.work-box .work-box__job .work-box__icon {
  width: 66px;
  margin: 0 auto;
}

.work-box .work-box__job h2 {
  width: 100%;
  margin: 24px 0 0;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
}

.work-box .work-box__job h2 span {
  display: block;
  font-size: 1.6rem;
  color: #2F84C3;
}

.work-box .work-box__text {
  width: 700px;
}

@media (max-width: 767px) {
  .work-box .work-box__text {
    width: 100%;
  }
}

.work-box .work-box__text .un-head-4 {
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .work-box .work-box__text .c-flex__item {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .work-box .work-box__text .c-flex__item:first-child {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .work-box .work-box__text .c-flex--max4 .c-flex__item {
    width: 100%;
  }
}

.work-box .work-box__text .work-box__flow {
  border: 1px solid #E6E6E6;
}

.work-box .work-box__text .work-box__flow .work-box__flow-ttl {
  padding: 12px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  background: #F4F4F4;
  border-bottom: 1px solid #E6E6E6;
}

.work-box .work-box__text .work-box__flow .work-box__flow-text {
  padding: 12px;
  font-size: 1.6rem;
  text-align: center;
}

.work-box .work-box__text .work-box__senior {
  display: flex;
  margin: 40px 0 0;
  padding: 40px 0 0;
  border-top: 1px solid #E6E6E6;
}

@media (max-width: 767px) {
  .work-box .work-box__text .work-box__senior {
    display: block;
    margin: 32px 0 0;
    padding: 24px 0 0;
  }
}

.work-box .work-box__text .work-box__senior .work-box__senior-icon {
  width: 80px;
  margin: 0 24px 0 0;
}

.work-box .work-box__text .work-box__senior-wrap+.work-box__senior-wrap {
  margin: 0 0 0 48px;
}

@media (max-width: 767px) {
  .work-box .work-box__text .work-box__senior-wrap+.work-box__senior-wrap {
    margin: 24px 0 0;
  }
}

.work-box .work-box__text .work-box__senior-wrap {
  display: flex;
  align-items: center;
}

/*2025.05.26追記*/

.l-header .l-header__cv .l-header__btn.l-header__btn--ob-og a{
  background-color: #EDF6FD;
}

.l-header .l-header__cv .l-header__btn.l-header__btn--ob-og + .l-header__btn a{
  border-radius:0;
}

.l-header .l-header__cv .l-header__btn a{
  width: 170px;
}

.l-header .l-header__nav ul li{
  margin:0 15px 0 0;
}

.l-header .l-header__nav ul li:last-child{
  margin-right: 0;
}

.l-section--senior .c-card__wrap {
  margin-bottom: 0;
}

.top-kv{
  overflow: hidden;
}

*+.l-footer-cta {
  margin-top: 8rem !important;
}

.l-footer-cta__inner {
  position: relative;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.8rem 4% 5.6rem;
}

.l-footer-cta__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-footer-cta__bg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.l-footer-cta__title {
  line-height: 1.25;
  color: #fff;
  font-weight: bold;
  font-size: 6.4rem;
  text-align: center;
}

.l-footer-cta__subtitle {
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  font-size: 2.0rem;
  text-align: center;
}

*+.l-footer-cta__desc {
  margin-top: 3.2rem;
}

.l-footer-cta__desc,
.l-footer-cta__desc * {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}

.l-footer-cta__subdesc-btn {
  background-color: #fff;
  padding: 1.6rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

*+.l-footer-cta__subdesc-btn {
  margin-top: 3.2rem;
}

.l-footer-cta__subdesc,
.l-footer-cta__subdesc * {
  font-size: 1.2rem;
  text-align: center;
}

.l-footer-cta__btn {
  text-align: center;
}

*+.l-footer-cta__btn {
  margin-top: 1.6rem;
}

.l-footer-cta__btn a {
  display: inline-block;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
  border-radius: 4rem;
  background-color: #2f84c3;
  background-repeat: no-repeat;
  background-size: 0.7rem auto;
  background-position: right center;
  background-position-x: calc(100% - 4rem);
  background-image: url(../img/ob-og/ob-og_arrow_wht.png);
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 1.8rem 5.5rem 1.8rem 4rem;

}

@media (max-width: 767px) {

.l-header.active .l-header__wrap{
  flex-direction: column;
  display: flex;
}

.l-header.active .l-header__nav ul{
  margin-bottom: 0;
}

.l-header.active .l-header__wrap .l-header__nav{
  width: 100%;
  order: 10;
}

.l-header .l-header__cv .l-header__link{
  order: 20;
}

.l-header.active .l-header__wrap .l-header__cv{
  position: relative;
  width: 100%;
  order: 20;
}


.l-header .l-header__cv .l-header__btn.l-header__btn--ob-og{
  width: 100%;
}

.l-footer-cta__desc br,
.l-footer-cta__subdesc br {
    display: none;
  }
}

.un-title--ob-og {
  background-image: url(../img/company/title_bg.jpg);
}

.un-container--ob-og,
.un-container--form{
  padding-top: 6rem;
}

.ob-og-flow {

}

.ob-og-flow__desc,
.ob-og-flow__desc * {
  line-height: 2.4;
  text-align: center;
  font-size: 1.8rem;
}

.ob-og-flow__subdesc {
  text-align: center;
}

*+.ob-og-flow__subdesc {
  margin-top: 4rem;
}

.ob-og-flow__subdesc p {
  display: inline-block;
  background-color: #F4F4F4;
  padding: 1.6rem 8rem;
}

.ob-og-flow__subdesc * {
  text-align: center;
  font-size: 1.4rem;
}

.ob-og-flow__title {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  color: #2F84C3;
}

*+.ob-og-flow__title {
  margin-top: 8rem;
}

.ob-og-flow__list {
  counter-reset: item;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

*+.ob-og-flow__list {
  margin-top: 4rem;
}

.ob-og-flow__item {
  position: relative;
  border: 1px solid #2F84C3;
  padding: 2rem 4rem 1.8rem 18rem;
}

.ob-og-flow__item::before,
.ob-og-flow__item::after {
  color: #2F84C3;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.ob-og-flow__item::before {
  counter-increment: item;
  content: '0' counter(item);
  font-size: 4rem;
  margin-left: 9.8rem;
  margin-top: 0.2rem;
}

.ob-og-flow__item:nth-child(9)~* {
  content: counter(item);
}

.ob-og-flow__item::after {
  content: 'step';
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 2.4rem;
  margin-top: 2rem;
  margin-left: 4rem;
}

.ob-og-flow__item+.ob-og-flow__item {
  margin-top: 5.6rem;
}

.ob-og-flow__label {
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  color: #2F84C3;
  padding-left: 4rem;
}

.ob-og-flow__label::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 0.6em);
  background-color: #2F84C3;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.ob-og-flow__label::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  background-image: url(../img/ob-og_flow_arrow.png);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;

  transform: translate(-50%, 100%);
  margin-bottom: -3.6rem;
  margin-left: -9rem;
}

.ob-og-flow__item:last-child .ob-og-flow__label::after {
  display: none;
}

@media (max-width: 767px) {

  .un-container--ob-og,
  .un-container--form{
    padding-top: 0;
  }

  *+.ob-og-flow__list {
      margin-top: 2rem;
  }

  .ob-og-flow__item{
    padding: 8rem 4% 2rem;
  }

  .ob-og-flow__item::before{
    left: 50%;
    margin-left: 1rem;
  }

  .ob-og-flow__item::after{
    left: 50%;
    transform: translateX(-100%);
    margin-left: 0;
  }

  .ob-og-flow__label{
    border-top: 1px solid #2F84C3;
    padding-left: 0;
    padding-top: 2rem;
  }

  .ob-og-flow__label::before{
    display: none;
  }

  .ob-og-flow__label::after{

    margin-bottom: -4rem;
    margin-left:0;
  }

  .ob-og-flow__subdesc p{
    padding-left: 4%;
    padding-right: 4%;
  }

  .ob-og-flow__desc p,
  .ob-og-flow__subdesc p{
    text-align: left;
  }

  .ob-og-flow__desc br,
  .ob-og-flow__subdesc br{
    display: none;
  }

  *+.ob-og-flow__title{
    margin-top: 4rem;
  }
}



.ob-og-member{
  background-color: #EDF6FD;
  padding-top: 8.8rem;
}

*+.ob-og-member{
  margin-top: 12.8rem;
}

.ob-og-member__list{
    flex-wrap: wrap;
    display: flex;
    gap:4rem;
}

.ob-og-member__item{
    background-color: #fff;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: calc(100% / 3 - 4rem * (3 - 1) / 3);
    max-width: calc(100% / 3 - 4rem * (3 - 1) / 3);
    pointer-events: none;
    filter: grayscale(100%);
}

.ob-og-member__item .ob-og-member__img img{
  opacity: 0.5;
}

.ob-og-member__item .ob-og-member__link{
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.ob-og-member__item.is-active{
  pointer-events: auto;
  filter: grayscale(0);
}

.ob-og-member__item.is-active .ob-og-member__link{
  opacity: 1;
  pointer-events: auto;
  visibility: inherit;
}

.ob-og-member__item.is-active .ob-og-member__img img{
  opacity: 1;
}

.ob-og-member__text{
    padding: 2.4rem;
}

.ob-og-member__img{
    aspect-ratio: 374 / 218;
}

.ob-og-member__img img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}


.ob-og-member__label {
    
}

.ob-og-member__title {
    line-height: 1.5;
    font-weight: bold;
    font-size: 2rem;
}


.ob-og-member__subtitle {
    font-weight: bold;
    font-size: 1.6rem;

}

.ob-og-member__desc {
    font-size: 1.6rem;
}

.ob-og-member__desc *{
    font-size: 2rem;
    display: inline-block;
    margin-left: 1.6rem;
}

.ob-og-member__desc +*{
  margin-top: 1.6rem;
}

.ob-og-member__link{
  text-align: right;
}

.ob-og-member__link a{
  line-height: 1.5;
  color: #2F84C3;
  font-weight: bold;
  font-size: 1.4rem;
  background-repeat: no-repeat;
  background-size: 0.7rem auto;
  background-position: right center;
  background-image: url(../img/ob-og/ob-og_arrow.png);
  padding-right: 1.5rem;
}


@media (max-width: 767px) {

  .ob-og-member{
    padding-top: 4rem;
    margin-top: 8rem;
  }
  .ob-og-member__list{
    display: block;
  }
  .ob-og-member__item{
        max-width: 100%;
  }
  .ob-og-member__item+.ob-og-member__item{
      margin-top: 2rem;
  }
}


.ob-og-cta{
background-color: #EDF6FD;
padding-top: 8rem;
padding-bottom: 12.8rem;
margin-bottom: -160px;
}

.ob-og-cta__inner {
  background-color: #2f84c3;
  position: relative;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 4% 4rem;
}

.ob-og-cta__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ob-og-cta__bg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.ob-og-cta__title {
  line-height: 1.25;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}

.ob-og-cta__title br{
  display: none;
}

*+.ob-og-cta__desc {
  margin-top: 2.4rem;
}

.ob-og-cta__desc,
.ob-og-cta__desc * {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}


.ob-og-cta__btn {
  text-align: center;
}

*+.ob-og-cta__btn {
  margin-top: 2.4rem;
}

.ob-og-cta__btn a {
  display: inline-block;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
  border-radius: 4rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 0.6rem auto;
  background-position: right center;
  background-position-x: calc(100% - 4rem);
  background-image: url(../img/ob-og/ob-og_arrow.png);
  color: #2f84c3;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 1.8rem 5.5rem 1.8rem 4rem;

}

@media (max-width: 767px) {
  .ob-og-cta__title br{
    display: block;
  }
  .ob-og-cta__desc br,
  .ob-og-cta__subdesc br {
    display: none;
  }
}




/* =====================================
* contact form 7 デフォルトcss
* ================================== */
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  /* Red */
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: .2em .8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  -webkit-transform-origin: 8px 8px;
          transform-origin: 8px 8px;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    -webkit-animation-name: blink;
            animation-name: blink;
    -webkit-animation-duration: 2000ms;
            animation-duration: 2000ms;
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.wpcf7 [inert] {
  opacity: 0.5;
}

.wpcf7 input[type="file"] {
  cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}

.wpcf7-reflection > output {
  display: list-item;
  list-style: none;
}

.wpcf7-reflection > output[hidden] {
  display: none;
}

/* =====================================
 * フォームのオリジナル設定はここから
 * ================================== */

*+.p-form{
  margin-top: 128px;
}

.p-form__inner{
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.p-form__inner + * {
  margin-top: 4rem;
}

.p-form__inner dt {
  font-weight: bold;
}

.p-form__inner dt span{
  color: #2F84C3;
  font-size: 1.4rem;
}

.p-form__inner dt + * {
  margin-top: 0.8rem;
}

.p-form__inner dd + * {
  margin-top: 4rem;
}

.p-form__inner dd,
.p-form__inner dt{
  font-size: 1.6rem;
}

*+.p-form__link{
  margin-top: 0.8rem;
}

.p-form__link a{
    line-height: 1.5;
    color: #2F84C3;
    font-weight: bold;
    font-size: 1.4rem;
    background-repeat: no-repeat;
    background-size: 0.6rem auto;
    background-position: right center;
    background-image: url(../img/ob-og/ob-og_arrow_wht.png);
    padding-right: 1.5rem;
}

.p-form__req {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1rem;
}


.p-form__req:after {
  content: "必須";
  line-height: 1.25;
  display: inline-block;
  background-color: #2F84C3;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding:1px 0.8rem 0 0.8rem;
  margin-left: 1.6rem;
}

.p-form__item{
  align-items: center;
  display: flex;
  gap: 1.6rem;
}

.p-form__item + .p-form__item {
  margin-top: 0.8rem;
}

.p-form__item-headline{
  font-weight: bold;
  font-size: 1.4rem;
  min-width: 70px;
}

.p-form__item-input{
  width: 390px;
}

.p-form__item-headline + * {
  margin-left: 0;
}

.p-form__date{
  background-repeat: no-repeat;
  background-size: 1.6rem auto;
  background-position: right center;
   background-position-x:calc(100% - 1.6rem);
  background-image: url(../img/ob-og/ob-og_calendar.png);
}



/* .p-form__error-list li[data-error-name*="面談希望日"] + li[data-error-name*="面談希望日"], */
.p-form__error-list li[data-error-name="住所"] + li[data-error-name="住所"] {
  display: none !important;
}

.p-form__error-message {
  background-color: #ffe5e5;
  display: none;
  margin: 0 0 4rem;
  padding: 2.4rem;
}

.p-form__error-message.is-show {
  display: block;
}

.p-form__error-headline {
  color: #B70000;
  font-weight: bold;
  font-size: 2rem;
}

.p-form__error-list[class] {
  list-style: disc;
  margin: 1rem 0 0 2rem;
  padding: 0;
}

.p-form__error-list li {
  color: #B70000;
  font-size: 1.6rem;
}

.p-form .is-error[class] {
  border: 1px solid #B70000;
  background-color: #ffe5e5;
}

.p-form .wpcf7-not-valid-tip[class],
.p-form .error[class] {
  display: block;
  color: #B70000;
  font-size: 1.4rem;
  margin: 0.75rem 0 0;
}

.p-form input[type="email"],
.p-form input[type="tel"],
.p-form input[type="number"],
.p-form input[type="text"],
.p-form textarea,
.p-form select {
  border-radius: 0.8rem;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  font-size: 1.6rem;
  padding: 2.6rem 2.4rem;
}

.p-form input[type="email"],
.p-form input[type="tel"],
.p-form input[type="number"],
.p-form input[type="text"],
.p-form textarea {
  -webkit-appearance: none;
  width: 100%;
}

.p-form select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 2.5rem;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: right center;
  background-position-x: calc(100% - 1rem);
  background-image: url(../img/ob-og/ob-og_down_arrow.png);
  width: 480px;
}



.p-form input[type="checkbox"],
.p-form input[type="radio"] {
  vertical-align: middle;
  padding: 0;
  width: 1.5em;
  height: 1.5em;
  opacity: 0.3;
  margin: 0;
}

.p-form input[type="checkbox"] + *,
.p-form input[type="radio"] + * {
  vertical-align: middle;
    font-size: 1.6rem;
}

.p-form input[type="checkbox"]:checked,
.p-form input[type="radio"]:checked {
  opacity: 1;
}

.p-form textarea {
  font-weight: normal;
  display: block;
  min-height: 200px;
}

.p-form textarea:focus,
.p-form select:focus,
.p-form input:focus {
  border-color: #2F84C3;
}

.p-form input[type="checkbox"],
.p-form input[type="submit"] {
  /* padding: 0; */
    display: inline-block;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
    border-radius: 4rem;
    background-color: #2f84c3;
    background-repeat: no-repeat;
    background-size: 0.7rem auto;
    background-position: right center;
    background-position-x: calc(100% - 4rem);
    background-image: url(../img/ob-og/ob-og_arrow_wht.png);
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 1.8rem 5.5rem 1.8rem 4rem;
}

.p-form input[type="checkbox"]:hover,
.p-form input[type="submit"]:hover{
  cursor: pointer;
}

.p-form input[type="checkbox"], .p-form input[type="checkbox"]:focus,
.p-form input[type="submit"],
.p-form input[type="submit"]:focus {
  border: none;
}

.p-form input[type="radio"],
.p-form input[type="checkbox"] {
  margin-right: 0.8rem;
}

.p-form button[type="submit"] {
  width: 100%;
}

.p-form label.is-error{
  display: inline-block;
}


.p-form .wpcf7-response-output[class] {
  display: none !important;
}

.p-form .wpcf7-list-item.first {
  margin-left: 0;
}

.p-form .wpcf7-list-item + .wpcf7-list-item{
  margin-left: 2.4rem;
}


.p-form .wpcf7-not-valid-tip {
  display: block;
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  color: #B70000;
}

.wpcf7-list-item-label{
  font-size: 1.4rem;
}

#ui-datepicker-div{
    width: 264px;
}

#ui-datepicker-div .ui-datepicker-header[class]{
  padding-bottom: 0.4rem;
}

#ui-datepicker-div .ui-datepicker-calendar[class]{
  width: 260px;
}

#ui-datepicker-div .ui-datepicker-header *,
#ui-datepicker-div .ui-datepicker-calendar[class] td,
#ui-datepicker-div .ui-datepicker-calendar[class] th{
    font-size: 1.6rem;
}

#ui-datepicker-div .ui-datepicker-next[class],
#ui-datepicker-div .ui-datepicker-prev[class]{
  background-color: #ddd;
}

#ui-datepicker-div .ui-datepicker-next[class] *,
#ui-datepicker-div .ui-datepicker-prev[class] *{
    background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center center;
}

#ui-datepicker-div .ui-datepicker-prev[class] *{
  background-image: url(../img/ob-og/ob-og_left_arrow.png);
}

#ui-datepicker-div .ui-datepicker-next[class] *{
  background-image: url(../img/ob-og/ob-og_arrow.png);
}

html.is-safari .p-form input[type="checkbox"],
html.is-safari .p-form input[type="radio"] {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0.8;
}


@media (max-width: 767px) {
  .p-form{
    padding-bottom: 6rem;
    margin-top: 4rem;
  }
  .p-form__req {
    padding-right: 0;
  }
  .p-form input[type="radio"],
  .p-form input[type="checkbox"] {
    margin-right: 0.5rem;
  }

  .p-form__inner dd + * {
      margin-top: 3rem;
  }

  .p-form__item{
    display: block;
  }


  .p-form__item + .p-form__item {
    margin-top: 1.2rem;
  }

  .p-form__item-input{
    width: 100%;
  }

  .p-form .wpcf7-list-item {
    display: block;
    margin-left: 0;
  }

  .p-form .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 0.5rem;
    margin-left: 0;
  }

  .p-form select {
    width: 100%;
  }

  .p-form textarea{
    min-height: 150px;
  }
}


.ob-og-thanks__title{
  text-align: center;
  line-height: 1.5;
  color: #2F84C3;
  font-weight: bold;
  font-size: 2.4rem;
}

.ob-og-thanks__title+*{
  margin-top: 4rem;
}

.ob-og-thanks__desc *{
    line-height: 2.4;
  text-align: center;
  font-size: 1.6rem;
}

.ob-og-thanks__desc+*{
  margin-top: 4rem;
}

.ob-og-thanks__btn{
  text-align: center;
}

.ob-og-thanks__btn >*{
      display: inline-block;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
    border-radius: 4rem;
    background-color: #2f84c3;
    background-repeat: no-repeat;
    background-size: 0.7rem auto;
    background-position: right center;
    background-position-x: calc(100% - 4rem);
    background-image: url(../img/ob-og/ob-og_arrow_wht.png);
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 1.8rem 5.5rem 1.8rem 4rem;
}

@media (max-width: 767px) {
  .ob-og-thanks{
    padding-bottom: 6rem;
  }

  .ob-og-thanks__title+*{
    margin-top: 2rem;
  }

  .ob-og-thanks__desc+*{
    margin-top: 2rem;
  }
}