@charset "UTF-8";
/*------------------------------------------------------------
  Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

form label {
  cursor: pointer;
}

/* @font-face {
  font-family: 'NotoSansJPR';
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(/assets/font/NotoSansJP-Regular.woff2) format("woff2"), url(/assets/font/NotoSansJP-Regular.woff) format("woff"), url(/assets/font/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'NotoSansJPL';
  font-style: normal;
  font-weight: 200;
  src: local("NotoSansJP-Light.otf"), url(/assets/font/NotoSansJP-Light.woff2) format("woff2"), url(/assets/font/NotoSansJP-Light.woff) format("woff"), url(/assets/font/NotoSansJP-Light.otf) format("opentype");
}

@font-face {
  font-family: 'NotoSansJPDL';
  font-style: normal;
  font-weight: 300;
  src: local("NotoSansJP-DemiLight.otf"), url(/assets/font/NotoSansJP-DemiLight.woff2) format("woff2"), url(/assets/font/NotoSansJP-DemiLight.woff) format("woff"), url(/assets/font/NotoSansJP-DemiLight.otf) format("opentype");
}

@font-face {
  font-family: 'NotoSansJPB';
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansJP-Bold.otf"), url(/assets/font/NotoSansJP-Bold.woff2) format("woff2"), url(/assets/font/NotoSansJP-Bold.woff) format("woff"), url(/assets/font/NotoSansJP-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'NotoSansJPM';
  font-style: normal;
  font-weight: 500;
  src: local("NotoSansJP-Medium.otf"), url(/assets/font/NotoSansJP-Medium.woff2) format("woff2"), url(/assets/font/NotoSansJP-Medium.woff) format("woff"), url(/assets/font/NotoSansJP-Medium.otf) format("opentype");
} */

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Roboto Black";
  src: url(/assets/font/roboto.black.ttf) format("truetype");
}

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important;
}

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0;
}

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0;
}

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px;
}

.ib {
  display: inline-block;
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

img {
  max-width: 100%;
  height: auto;
}

main {
  overflow: hidden;
}

/*------------------------------------------------------------
for script
------------------------------------------------------------*/
[data-scroll-in] {
  opacity: 0;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-block-bottom {
  background-color: #fff;
  padding: 160px 0;
}

@media screen and (max-width: 767px) {
  .c-block-bottom {
    padding: 59px 0 134px;
  }
}

.c-block-bottom .c-list1 {
  margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .c-block-bottom .c-list1 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
  .c-block-bottom .c-list1 li {
    width: calc(33.333% - 50px);
  }
}

.c-block-bottom .c-btn3 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-block-bottom .c-btn3__link {
    width: 100%;
    padding: 16px 10px 18px 0;
    font-size: 1.6rem;
  }
  .c-block-bottom .c-btn3__link:after {
    border-width: 0 3px 3px 0;
    width: 8px;
    height: 8px;
    right: 17px;
  }
}

.c-footer__head {
  background-color: #76bad5;
  padding: 93px 0 61px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-footer__head {
    padding: 0 0 20px;
  }
}

.c-footer__head .l-inner {
  max-width: 945px;
  position: relative;
}

.c-footer__pagetop {
  position: absolute;
  width: 88px;
  height: 88px;
  background-color: #316a94;
  border: 1px solid #316a94;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -137px;
  right: -87px;
  z-index: 100;
}

.c-footer__pagetop:hover {
  background-color: #fff;
  opacity: 1;
}

.c-footer__pagetop:hover:before {
  border-color: #316a94;
}

@media screen and (max-width: 1200px) {
  .c-footer__pagetop {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-footer__pagetop {
    top: -100px;
    right: 18px;
    width: 50px;
    height: 50px;
  }
}

.c-footer__pagetop:before {
  display: inline-block;
  content: "";
  border-width: 0 6px 6px 0;
  border-style: solid;
  border-color: #fff;
  border-radius: 0.1px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  padding: 6px;
}

@media screen and (max-width: 767px) {
  .c-footer__pagetop:before {
    border-width: 0 3px 3px 0;
    padding: 3px;
  }
}

.c-footer__sitemap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .c-footer__sitemap {
    display: block;
  }
}

.c-footer__column {
  width: 25%;
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .c-footer__column {
    width: 100%;
    margin-bottom: 0;
  }
}

.c-footer__title {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
  margin-bottom: 24px;
}

.c-footer__title:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .c-footer__title:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .c-footer__title {
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 16px 0;
    margin-bottom: 0;
  }
  [data-nav-open] > span {
    display: block;
    width: 56px;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
  }
  [data-nav-open] > span:after {
    content: "";
    border: solid #fff;
    border-width: 0 4px 4px 0;
    border-radius: 0.1px;
    display: inline-block;
    padding: 4px;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    right: 50%;
  }
  [data-nav-open="false"] > span:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
  [data-nav-open="true"] > span:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}

.c-footer__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-footer__list li:not(:last-child) {
  margin-bottom: 1px;
}

.c-footer__list li:before {
  content: "-";
  display: inline-block;
  margin-right: 3px;
}

.c-footer__list a {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.7;
}

.c-footer__list a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .c-footer__list {
    display: none;
  }
  .c-footer__list li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .c-footer__list li:before {
    display: none;
  }
  .c-footer__list li:last-child {
    border-bottom: 1px solid #fff;
  }
  .c-footer__list li:last-child > a {
    padding-bottom: 30px;
  }
  .c-footer__list li:last-child > a:before {
    top: calc(50% - 5px);
  }
  .c-footer__list li > a {
    display: block;
    font-size: 13px;
    position: relative;
    padding: 20px;
    padding-left: 1.5em;
  }
  .c-footer__list li > a:before {
    display: block;
    width: 0.6em;
    height: 1px;
    content: "";
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0.2em;
  }
}

.c-footer__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-footer__sns {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
}

.c-footer__sns li:not(:last-child) {
  padding-right: 27px;
}

.c-footer__bot {
  background-color: #316a94;
  padding: 25px 0 25px;
}

@media screen and (max-width: 767px) {
  .c-footer__bot {
    padding: 0;
  }
}

.c-footer__bot .l-inner {
  max-width: 906px;
}

@media screen and (max-width: 767px) {
  .c-footer__bot .l-inner {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-footer__menu {
    margin-bottom: 15px;
  }
}

.c-footer__menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-footer__menu ul > li:first-child {
  margin-right: 60px;
}

@media screen and (max-width: 767px) {
  .c-footer__menu ul {
    display: block;
  }
  .c-footer__menu ul > li:first-child {
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-footer__menu li {
    border-bottom: 1px solid #779db8;
  }
}

.c-footer__menu a {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.c-footer__menu a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .c-footer__menu a {
    display: block;
    padding: 8px 20px;
    position: relative;
    font-size: 1.2rem;
    line-height: 1.1;
  }
  .c-footer__menu a:after {
    content: "";
    border-style: solid;
    border-width: 0 3px 3px 0;
    border-radius: 0.1px;
    border-right-color: #fff;
    border-bottom-color: #fff;
    display: inline-block;
    padding: 3px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 22px;
  }
}

.c-footer__copyright {
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .c-footer__copyright {
    font-size: 1.2rem;
    padding: 10px 0 13px;
    line-height: 1.3;
  }
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-header {
  padding-top: 28px;
  position: relative;
  z-index: 10;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .c-header {
    padding: 9px 0;
  }
}

.c-header .l-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-header__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 22px;
}

@media screen and (max-width: 767px) {
  .c-header__group {
    margin-top: 0;
  }
}

.c-header__entry {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: linear-gradient(to right, #fff 25%, #316a94 75%);
  background-size: 400% auto;
  background-position: right center;
  border: 1px solid #316a94;
  font-size: 1.8rem;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  width: 160px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 1px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

.c-header__entry:hover {
  opacity: 1;
  color: #316a94;
  background-position: left center;
}

@media screen and (max-width: 767px) {
  .c-header__entry {
    display: none;
  }
}

.c-header__icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 12px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media screen and (max-width: 767px) {
  .c-header__icon {
    padding: 0;
    width: 25px;
  }
}

@media screen and (max-width: 767px) {
  .c-header__icon.is-active i {
    width: 37px;
    left: -4px;
  }
}

.c-header__icon.is-active i:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.c-header__icon.is-active i:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-header__icon.is-active i:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-header__icon.is-active i:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.c-header__icon i {
  width: 25px;
  height: 3px;
  background-color: #316a94;
  position: absolute;
  left: 12px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .c-header__icon i {
    left: 0;
  }
}

.c-header__icon i:nth-child(1) {
  top: 11px;
}

.c-header__icon i:nth-child(2),
.c-header__icon i:nth-child(3) {
  top: 22px;
}

.c-header__icon i:nth-child(4) {
  top: 34px;
}

.c-header__wrapmenu {
  position: absolute;
  background-color: #76bad5;
  width: 100%;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 1111;
  padding: 92px 0 64px;
  overflow: hidden;
  display: none;
}

@media screen and (max-width: 767px) {
  .c-header__wrapmenu {
    padding: 0;
    top: 66px;
  }
}

.c-header__innermenu {
  width: 100%;
  max-width: 928px;
  margin: auto;
}

@media screen and (max-width: 1120px) {
  .c-header__innermenu {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-header__innermenu {
    height: calc(100vh - 66px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 10px 20px 0;
  }
}

.c-header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0 -30px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .c-header__menu {
    margin: 0 -10px;
  }
}

@media screen and (max-width: 767px) {
  .c-header__menu {
    display: block;
    padding-bottom: 20px;
    margin: 0;
  }
}

.c-header__column {
  width: 25%;
  padding: 0 30px;
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .c-header__column {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-header__column {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
}

.c-header__link {
  font-weight: 500;
  font-size: 2.4rem;
  color: inherit;
  text-decoration: none;
  margin-bottom: 24px;
  display: block;
}

.c-header__link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .c-header__link:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .c-header__link {
    font-size: calc((100vw / 991) * 24);
  }
}

@media screen and (max-width: 767px) {
  .c-header__link {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 16px 0;
    font-weight: 400;
    position: relative;
  }
  [data-nav-open] > span {
    display: block;
    width: 56px;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
  }
  [data-nav-open] > span:after {
    content: "";
    border: solid #fff;
    border-width: 0 3px 3px 0;
    border-radius: 0.1px;
    display: inline-block;
    padding: 4px;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    right: 50%;
  }
  [data-nav-open="false"] > span:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
  [data-nav-open="true"] > span:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}

.c-header__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-header__list li:not(:last-child) {
  margin-bottom: 1px;
}

.c-header__list li:before {
  content: "-";
  display: inline-block;
  margin-right: 3px;
}

.c-header__list a {
  font-size: 1.4rem;
  color: inherit;
  text-decoration: none;
  line-height: 1.7;
}

.c-header__list a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .c-header__list {
    display: none;
  }
  .c-header__list li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .c-header__list li:before {
    display: none;
  }
  .c-header__list li:last-child {
    border-bottom: 1px solid #fff;
  }
  .c-header__list li:last-child > a {
    padding-bottom: 30px;
  }
  .c-header__list li:last-child > a:before {
    top: calc(50% - 5px);
  }
  .c-header__list li > a {
    display: block;
    font-size: 13px;
    position: relative;
    padding: 20px;
    padding-left: 1.5em;
  }
  .c-header__list li > a:before {
    display: block;
    width: 0.6em;
    height: 1px;
    content: "";
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0.2em;
  }
}

.c-header__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-header__sns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0 30px;
  }
}

.c-header__sns li:not(:last-child) {
  padding-right: 27px;
}

@media screen and (min-width: 768px) {
  .c-header__entrysp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-header__entrysp {
    display: block;
    background-color: #316a94;
    font-size: 1.8rem;
    padding: 17px 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.1em;
    position: relative;
    margin-bottom: 60px;
  }
  .c-header__entrysp:after {
    content: "";
    border: solid #fff;
    border-width: 0 4px 4px 0;
    border-radius: 0.1px;
    display: inline-block;
    padding: 4px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 20px;
  }
}

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
.c-btn1__link {
  text-decoration: none;
  color: #316a94;
  font-weight: 400;
  font-family: "NotoSansJPR", sans-serif;
  display: inline-block;
  border: 1px solid #316a94;
  background: -webkit-linear-gradient(to right, #316a94 25%, #fff 75%);
  background: linear-gradient(to right, #316a94 25%, #fff 75%);
  background-size: 400% auto;
  background-position: right center;
  padding: 18px 50px;
  width: 530px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .c-btn1__link {
    width: 100%;
    padding: 16px 30px 17px;
    letter-spacing: 0;
    font-size: 1.6rem;
  }
}

.c-btn1__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  border-width: 0 6px 6px 0;
  border-style: solid;
  border-radius: 0.1px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .c-btn1__link:after {
    top: 53%;
    right: 21px;
    width: 9px;
    height: 9px;
    border-width: 0 3px 3px 0;
  }
}

.c-btn1__link:hover {
  opacity: 1;
  color: #fff;
  background-position: left center;
}

.c-btn1--pdf .c-btn1__link:after {
  border: none;
  width: 38px;
  height: 45px;
  background-image: url("/jobs/assets/img/common/img406.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  transition: 0.5s;
}

.c-btn1--pdf .c-btn1__link:hover:after {
  background-image: url("/jobs/assets/img/common/img406_on.png");
}

@media screen and (max-width: 767px) {
  .c-btn1--pdf .c-btn1__link:after {
    width: 24px;
    height: 28px;
    background-image: url("/jobs/assets/img/common/img406-sp.png");
    top: 50%;
    right: 21px;
  }
}

@media screen and (max-width: 767px) {
  .c-btn1--pdf .c-btn1__link:hover:after {
    background-image: url("/jobs/assets/img/common/img406-sp_on.png");
    top: 50%;
    right: 21px;
  }
}

@media screen and (max-width: 767px) {
  .c-btn1--pdf .c-btn1__link:hover:after {
    background-image: url("/jobs/assets/img/common/img406-sp_on.png");
  }
}

/*
------------------------------------------------------------*/
.c-btn2__link {
  text-decoration: none;
  color: #316a94;
  font-weight: 400;
  font-family: "NotoSansJPR", sans-serif;
  display: inline-block;
  border: 1px solid #316a94;
  background: -webkit-linear-gradient(to right, #316a94 25%, #fff 75%);
  background: linear-gradient(to right, #316a94 25%, #fff 75%);
  background-size: 400% auto;
  background-position: right center;
  padding: 18px 50px;
  width: 294px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .c-btn2__link {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-btn2__link {
    width: 100%;
    font-size: 1.6rem;
    padding: 19px 50px 20px;
  }
}

.c-btn2__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  border-width: 0 6px 6px 0;
  border-style: solid;
  border-radius: 0.1px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .c-btn2__link:after {
    right: 22px;
    width: 8px;
    height: 8px;
    border-width: 0 3px 3px 0;
  }
}

.c-btn2__link:hover {
  opacity: 1;
  color: #fff;
  background-position: left center;
}

/*
------------------------------------------------------------*/
.c-btn3__link {
  text-decoration: none;
  color: #fff;
  background: -webkit-linear-gradient(to right, #fff 25%, #316a94 75%);
  background: linear-gradient(to right, #fff 25%, #316a94 75%);
  background-size: 400% auto;
  background-position: right center;
  font-weight: 400;
  font-family: "NotoSansJPR", sans-serif;
  display: inline-block;
  border: 1px solid #316a94;
  padding: 19px 50px 17px;
  width: 294px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .c-btn3__link {
    width: 100%;
    padding: 16px 10px 18px;
    font-size: 1.6rem;
  }
}

.c-btn3__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  border-width: 0 6px 6px 0;
  border-style: solid;
  border-radius: 0.1px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.c-btn3__link:hover {
  opacity: 1;
  background-position: left center;
  color: #316a94;
}

/*
------------------------------------------------------------*/
.c-btn4__link {
  text-decoration: none;
  background: -webkit-linear-gradient(to right, #fff 25%, #316a94 75%);
  background: linear-gradient(to right, #fff 25%, #316a94 75%);
  background-size: 400% auto;
  background-position: right center;
  color: #fff;
  font-weight: 400;
  font-family: "NotoSansJPR", sans-serif;
  display: inline-block;
  border: 1px solid #316a94;
  padding: 19px 50px 17px;
  width: 316px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
}

.c-btn4__link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  width: 10px;
  height: 10px;
  border-width: 0 6px 6px 0;
  border-style: solid;
  border-radius: 0.1px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

@media screen and (max-width: 767px) {
  .c-btn4__link:after {
    left: 18px;
    width: 9px;
    height: 9px;
    border-width: 0 3px 3px 0;
  }
}

.c-btn4__link:hover {
  opacity: 1;
  background-position: left center;
  color: #316a94;
}

@media screen and (max-width: 767px) {
  .c-btn4__link {
    width: 124px;
    padding: 9px 0;
    font-size: 1.6rem;
  }
}

/*
------------------------------------------------------------*/
.c-btn5__link {
  text-decoration: none;
  background: -webkit-linear-gradient(to right, #fff 25%, #316a94 75%);
  background: linear-gradient(to right, #fff 25%, #316a94 75%);
  background-size: 400% auto;
  background-position: right center;
  color: #fff;
  font-weight: 400;
  font-family: "NotoSansJPR", sans-serif;
  display: inline-block;
  border: 1px solid #316a94;
  padding: 19px 50px 17px;
  width: 316px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
}

.c-btn5__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  border-width: 0 6px 6px 0;
  border-style: solid;
  border-radius: 0.1px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .c-btn5__link:after {
    right: 16px;
    width: 9px;
    height: 9px;
    border-width: 0 3px 3px 0;
  }
}

.c-btn5__link:hover {
  opacity: 1;
  background-position: left center;
  color: #316a94;
}

@media screen and (max-width: 767px) {
  .c-btn5__link {
    width: 124px;
    padding: 9px 0;
    font-size: 1.6rem;
  }
}

/*
------------------------------------------------------------*/
.c-btn6 {
  width: 455px;
}

.c-btn6__link {
  position: relative;
  text-transform: uppercase;
  font-size: 2.2rem;
  display: block;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #ffffff;
  padding: 34px 0;
  border: 1px solid transparent;
  background: -webkit-linear-gradient(to right, #fff 25%, #34aca8 75%);
  background: linear-gradient(to right, #fff 25%, #34aca8 75%);
  background-size: 400% auto;
  background-position: right center;
  text-align: center;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 767px) {
  .c-btn6__link {
    font-size: 1.8rem;
    padding: 15px 0;
  }
}

.c-btn6__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  border-width: 0 6px 6px 0;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 0.1px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 767px) {
  .c-btn6__link:after {
    border-width: 0 3px 3px 0;
    right: 15px;
  }
}

.c-btn6__link:hover {
  cursor: pointer;
  opacity: 1;
  background-position: left center;
  color: #34aca8;
  border: 1px solid #34aca8;
}

.c-btn6__link:hover::after {
  border-color: #34aca8;
}

/*
------------------------------------------------------------*/
.c-btn7 {
  display: block;
  width: 100%;
  background-color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #316a94;
  padding: 24px 0;
}

@media screen and (max-width: 767px) {
  .c-btn7 {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    padding: 3px 10px;
  }
}

.c-btn7__link {
  display: block;
  padding: 24px 0;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #316a94;
  background: -webkit-linear-gradient(to right, #316a94 25%, #ffffff 75%);
  background: linear-gradient(to right, #316a94 25%, #ffffff 75%);
  background-size: 400% auto;
  background-position: right center;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 767px) {
  .c-btn7__link {
    padding: 3px 10px;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
  }
}

.c-btn7__link:hover {
  opacity: 1;
  color: #ffffff;
  background-position: left center;
}

/*
------------------------------------------------------------*/
.c-btn8__link {
  background: -webkit-linear-gradient(to right, #fff 25%, #316a94 75%);
  background: linear-gradient(to right, #fff 25%, #316a94 75%);
  background-size: 400% auto;
  background-position: right center;
  font-weight: 400;
  font-family: "NotoSansJPR", sans-serif;
  display: inline-block;
  border: 1px solid #316a94;
  padding: 19px 50px 17px;
  max-width: 294px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
  transition: 0.3s;
  margin-bottom: 20px;
}
.c-textbox11 .c-btn8__link {
  text-decoration: none;
  color: #fff;
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  .c-textbox11 .c-btn8__link {
    padding: 20px 10px;
    font-size: 1.6rem;
    margin: 20px auto;
  }
}

.c-btn8__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  border-width: 0 6px 6px 0;
  border-style: solid;
  border-radius: 0.1px;
  border-color: #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.3s;
}

.c-btn8__link:hover:after {
  border-color: #316a94;
}

.c-btn8__link:hover {
  opacity: 1;
  background-position: left center;
  color: #316a94;
}

.c-textbox11 .c-btn8__link:hover {
  opacity: 1;
  color: #316a94;
}

/*
------------------------------------------------------------*/
.c-card001 {
  max-width: 1120px;
  width: 100%;
  margin: -117px auto 160px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
}

@media screen and (max-width: 1120px) {
  .c-card001 {
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .c-card001 {
    width: 100%;
    padding: 0 20px;
    background: transparent;
    margin: 0;
    z-index: 0;
  }
}

.c-card001__ttl {
  font-size: 1.8rem;
  background: url("/jobs/assets/img/common/img508.png") top center no-repeat;
  background-size: contain;
  font-weight: 400;
  padding: 19px 42px 15px 19px;
  margin-left: 30px;
  letter-spacing: 0.5px;
  width: 113px;
  margin-right: 34px;
  flex-shrink: 1;
}

@media screen and (max-width: 767px) {
  .c-card001__ttl {
    position: absolute;
    font-size: 1.4rem;
    top: -22px;
    left: 0;
    padding: 18px 29px 15px 20px;
    width: 96px;
    letter-spacing: 2px;
  }
}

.c-card001__ttl p {
  color: #fff;
}

.c-card001__txt {
  padding-top: 23px;
}

@media screen and (max-width: 767px) {
  .c-card001__txt {
    width: 100%;
    background: #fff;
    padding: 42px 12px 0;
  }
}

.c-card001__txt li {
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .c-card001__txt li {
    margin-bottom: 20px;
  }
}

.c-card001__txt p {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 400;
  color: #316a94;
  letter-spacing: 1.2px;
  display: block;
  -webkit-transition: none;
  transition: none;
}

@media screen and (max-width: 767px) {
  .c-card001__txt p {
    line-height: 1.5;
  }
}

.c-card001__txt a {
  display: inline-block;
  color: #00a0e9;
  position: relative;
  padding-left: 1.2em;
}

.c-card001__txt a:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 0.5em solid transparent;
  border-left: 0.9em solid #00a0e9;
  position: absolute;
  left: 0.1em;
  top: 0.33em;
  margin: auto;
}

.c-card001__txt a:hover {
  text-decoration: none;
}

.c-card001__txt span {
  display: block;
  letter-spacing: 1.3px;
  margin-bottom: 1px;
}

@media screen and (max-width: 767px) {
  .c-card001__txt span {
    margin-bottom: -1px;
  }
}

.c-card001__txt__icon {
  display: table;
}

.c-card001__txt__icon p,
.c-card001__txt__icon img {
  display: table-cell;
  vertical-align: top;
}

.c-card001__txt__icon img {
  padding-top: 1.5em;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .c-card001__txt__icon p,
  .c-card001__txt__icon img {
    display: block;
  }

  .c-card001__txt__icon img {
    padding-top: 1em;
    padding-left: 0;
  }
}

/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-imgtxt1 {
  width: 1240px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 62%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-imgtxt1 {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 70px;
  }
}

.c-imgtxt1__content {
  width: calc(100% - 600px);
  padding: 193px 51px 0 0;
  width: 47%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .c-imgtxt1__content {
    width: 100%;
    padding: 0 14px;
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.c-imgtxt1__ttl {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: -7%;
  margin-bottom: 6%;
}

@media screen and (max-width: 767px) {
  .c-imgtxt1__ttl {
    top: 15px;
    width: 100%;
    text-align: center;
    font-size: 2.4rem;
    margin: 0 0 21px;
  }
}

.c-imgtxt1__txt {
  font-size: 1.8rem;
  line-height: 4rem;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .c-imgtxt1__txt {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.6;
  }
}

.c-imgtxt1__txt p {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .c-imgtxt1__txt p {
    margin-bottom: 21px;
  }
}

.c-imgtxt1__img {
  width: 48.4%;
}

.c-imgtxt1__img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-imgtxt1__img {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
    text-align: center;
  }
}

/*
------------------------------------------------------------*/
.c-imgtxt2 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-imgtxt2 {
    display: block;
    padding-top: 50px;
  }
}

.c-imgtxt2__ttl {
  font-size: 5rem;
  line-height: 82px;
  padding-top: 209px;
  letter-spacing: 6px;
  font-weight: 500;
  padding-bottom: 100px;
  width: 34%;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .c-imgtxt2__ttl {
    padding: 13% 0 8%;
  }
}

@media screen and (max-width: 767px) {
  .c-imgtxt2__ttl {
    width: 100%;
    font-size: 2.4rem;
    line-height: 44px;
    text-align: center;
    padding-top: 0;
    letter-spacing: 1px;
    margin-bottom: 50px;
    padding-bottom: 0;
  }
}

.c-imgtxt2__img {
  width: 66%;
　position: relative;
}

@media screen and (max-width: 767px) {
  .c-imgtxt2__img {
    width: 100%;
  }
  .c-imgtxt2__img img {
    width: 100%;
  }
}

.c-imgtxt2__note{
  position:absolute;
  top: auto;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  font-size: 1.5em;
  line-height: 1.4;
  padding: 6px 10px;
  background: rgba(255,255,255,.9);
  border-radius: 4px;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .c-imgtxt2__note {
    position: static;
    display: block;
    margin: 0 0 8px;
    text-align: center;
    background: none;
    padding: 0;
    border-radius: 0;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .c-imgtxt2__note {
    position: static;       
    margin-top: 15px;       
    text-align: right; 
    background: none;        
    padding: 0;
    border-radius: 0;
    font-size: 1.2em;        
  }
}

/*
------------------------------------------------------------*/
.c-imgtxt3 {
  width: 64%;
  margin: 0 auto 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .c-imgtxt3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: auto;
    margin: 0 0 38px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.c-imgtxt3__txt {
  text-align: center;
  padding-top: 1.5%;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .c-imgtxt3__txt {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-imgtxt3__txt {
    width: 100%;
    min-width: auto;
    padding: 1.5% 26px 8%;
  }
}

.c-imgtxt3__txt h3 {
  font-size: 3rem;
  font-weight: 500;
  margin: 16%;
  letter-spacing: 3px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .c-imgtxt3__txt h3 {
    margin: 5%;
  }
}

@media screen and (max-width: 767px) {
  .c-imgtxt3__txt h3 {
    font-size: 2rem;
    margin: 14px 14px 19px;
  }
}

.c-imgtxt3__img {
  width: 62.5%;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .c-imgtxt3__img {
    width: 100%;
  }
}

.c-imgtxt3__img img {
  width: 100%;
}

/*
------------------------------------------------------------*/
.c-imgtxt4 {
  width: 64%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .c-imgtxt4 {
    width: 100%;
    min-width: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.c-imgtxt4__txt {
  width: calc(100% - 62.5%);
  text-align: center;
  padding-top: 2.8%;
  min-width: 343px;
}

@media screen and (max-width: 767px) {
  .c-imgtxt4__txt {
    width: 100%;
    min-width: auto;
    padding: 1.5% 26px 2%;
  }
}

.c-imgtxt4__txt h3 {
  font-size: 3rem;
  font-weight: 500;
  margin: 16%;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  .c-imgtxt4__txt h3 {
    font-size: 2rem;
    margin: 14px 14px 20px;
  }
}

.c-imgtxt4__img {
  width: 62.5%;
}

@media screen and (max-width: 767px) {
  .c-imgtxt4__img {
    width: 100%;
  }
}

.c-imgtxt4__img img {
  width: 100%;
}

.c-imgtxt4 .c-btn2 {
  margin-bottom: 19px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .c-imgtxt4 .c-btn2 {
    margin-bottom: 10px;
  }
}

/*
------------------------------------------------------------*/
.c-imgtxt5 {
  background-color: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .c-imgtxt5 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 17px;
  }
}

.c-imgtxt5__img {
  width: 47.8%;
}

@media screen and (max-width: 767px) {
  .c-imgtxt5__img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .c-imgtxt5__img img {
    width: 100%;
  }
}

.c-imgtxt5__content {
  width: 52.2%;
  padding: 49px 32px 0 42px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .c-imgtxt5__content {
    padding-right: 0;
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-imgtxt5__content {
    width: 100%;
    padding: 0;
    font-size: 1.6rem;
    letter-spacing: 0.13em;
    margin-bottom: 16px;
  }
}

.c-imgtxt5__headline {
  color: #316a94;
  border-bottom: 1px solid #316a94;
  padding-bottom: 17px;
  line-height: 1;
  margin-bottom: 35px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-imgtxt5__headline {
    padding-bottom: 13px;
    margin-bottom: 11px;
  }
}

.c-imgtxt5__title {
  line-height: 1;
  color: #34aca8;
  margin-bottom: 17px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-imgtxt5__title {
    line-height: 1.5;
    margin-bottom: 8px;
  }
}

.c-imgtxt5__txt {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-imgtxt5__txt {
    line-height: 1.5;
    letter-spacing: 1.5px;
  }
}

.c-imgtxt5--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.c-imgtxt5--reverse .c-imgtxt5__content {
  padding: 49px 32px 0 32px;
}

@media screen and (max-width: 991px) {
  .c-imgtxt5--reverse .c-imgtxt5__content {
    padding-left: 0;
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-imgtxt5--reverse .c-imgtxt5__content {
    padding: 0;
  }
}

/*
------------------------------------------------------------*/
.c-imgtxt6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .c-imgtxt6 {
    display: block;
  }
}

.c-imgtxt6__img {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .c-imgtxt6__img {
    width: 100%;
  }
  .c-imgtxt6__img img {
    width: 100%;
  }
}

.c-imgtxt6__content {
  width: 50%;
  font-size: 1.8rem;
  padding: 0 47px 0 55px;
}

@media screen and (max-width: 991px) {
  .c-imgtxt6__content {
    padding: 20px;
  }
}

.c-imgtxt6__content > li {
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin-bottom: 1em;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .c-imgtxt6__content {
    font-size: 1.8vw;
  }

  .c-imgtxt6__content > li {
    margin-bottom: 1vw;
  }
}

.c-imgtxt6__content > li:before {
  content: "●";
  padding-right: 0.2em;
}

@media screen and (max-width: 767px) {
  .c-imgtxt6__content {
    width: 100%;
    padding: 19px 20px;
  }
}

.c-imgtxt6__content p {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .c-imgtxt6__content p {
    font-size: 1.6rem;
  }
}

.c-imgtxt6__content p:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .c-imgtxt6__content p:not(:last-child) {
    margin-bottom: 25px;
  }
}

/*
------------------------------------------------------------*/
.c-imgtxt7 {
  background-color: #fff;
  padding: 51px 33px 52px 44px;
}

@media screen and (max-width: 767px) {
  .c-imgtxt7 {
    padding: 31px 20px 20px 17px;
  }
}

.c-imgtxt7 .c-title2 {
  margin-bottom: 59px;
  color: #344f7c;
}

@media screen and (max-width: 767px) {
  .c-imgtxt7 .c-title2 {
    margin-bottom: 26px;
  }
}

.c-imgtxt7__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-imgtxt7__wrap {
    display: block;
  }
}

.c-imgtxt7__img {
  width: 40.9%;
}

.c-imgtxt7__img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-imgtxt7__img {
    width: 100%;
    margin-bottom: 21px;
    padding-left: 3px;
  }
  .c-imgtxt7__img img {
    width: 100%;
  }
}

.c-imgtxt7__content {
  width: 59.1%;
  padding-left: 35px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .c-imgtxt7__content {
    width: 100%;
    padding: 0;
  }
}

.c-imgtxt7__title {
  margin-bottom: 22px;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #344f7c;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-imgtxt7__title {
    font-size: 1.8rem;
    margin-bottom: 12px;
    letter-spacing: -0.08rem;
  }
}

.c-imgtxt7__txt {
  font-size: 1.778rem;
  line-height: 2.2;
  color: #344f7c;
}

@media screen and (max-width: 767px) {
  .c-imgtxt7__txt {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0;
    letter-spacing: 0.5px;
  }
}

/*
------------------------------------------------------------*/
.c-imgtxt8 .c-imgtxt2 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .c-imgtxt8 .c-imgtxt2 {
    margin-bottom: 2px;
    padding: 0;
  }
}

.c-imgtxt8 .c-imgtxt2__ttl {
  padding: 0;
  line-height: 1.56;
  letter-spacing: 0.13em;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .c-imgtxt8 .c-imgtxt2__ttl {
    letter-spacing: 0.05em;
    margin-bottom: 17px;
    text-align: left;
    font-weight: bold;
  }
}

@media screen and (max-width: 767px) {
  .c-imgtxt8 .c-imgtxt2__img img {
    width: 100%;
  }
}

/*
------------------------------------------------------------*/
.c-imgtxt9 .c-imgtxt2 {
  margin-bottom: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-imgtxt9 .c-imgtxt2 {
    margin-bottom: 40px;
    padding: 0;
  }
}

.c-imgtxt9 .c-imgtxt2__ttl {
  padding: 63px 0 7px;
  letter-spacing: 0.13em;
  line-height: 1.56;
  font-weight: bold;
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .c-imgtxt9 .c-imgtxt2__ttl {
    text-shadow: none;
    padding: 0;
    letter-spacing: 0.1em;
    line-height: 1.63;
    font-size: 2.2rem;
    margin-bottom: 36px;
    position: static;
  }
}

.c-imgtxt9 .c-imgtxt2__img {
  width: 100%;
  padding-left: 20%;
}

.c-imgtxt9 .c-imgtxt2__img > img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-imgtxt9 .c-imgtxt2__img {
    padding-left: 0;
  }
}

/*
------------------------------------------------------------*/
.c-imgtxt10 .c-title1 {
  margin-bottom: 40px;
  line-height: 1.6;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-imgtxt10 .c-title1 {
    padding: 0 12px;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-bottom: 21px;
    line-height: 1.4;
  }
}

.c-imgtxt10__imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .c-imgtxt10__imgs {
    display: block;
    margin-bottom: 1px;
  }
}

.c-imgtxt10__imgs li {
  width: calc(50% - 10px);
}

@media screen and (max-width: 767px) {
  .c-imgtxt10__imgs li {
    width: 100%;
  }
  .c-imgtxt10__imgs li:not(:last-child) {
    margin-bottom: 15px;
  }
}

.c-imgtxt10__imgs li img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .c-imgtxt10__imgs img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .c-imgtxt10 .c-list7__item {
    margin-bottom: 45px;
  }
  .c-imgtxt10 .c-list7__item:first-child {
    margin-bottom: 49px;
  }
  .c-imgtxt10 .c-list7__item:first-child .c-list7__img {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-imgtxt10__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .c-imgtxt10__flex .c-imgtxt10__imgs {
    width: 100%;
    -ms-flex: 0 1 auto;
  }
}

/*
------------------------------------------------------------*/
.c-imgtxt11 .c-title1 {
  margin-bottom: 40px;
  text-align: left;
  line-height: 1.6;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .c-imgtxt11 .c-title1 {
    padding-left: 13px;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-bottom: 19px;
  }
}

.c-imgtxt11__imgs {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .c-imgtxt11__imgs {
    margin-bottom: 2px;
  }
}

.c-imgtxt11__imgs li:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .c-imgtxt11__imgs li:not(:last-child) {
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 767px) {
  .c-imgtxt11__imgs img {
    width: 100%;
  }
}

.c-imgtxt11 .c-list7 {
  margin-bottom: 82px;
}

@media screen and (max-width: 767px) {
  .c-imgtxt11 .c-list7 {
    margin-bottom: 47px;
  }
}

@media screen and (min-width: 768px) {
  .c-imgtxt11 .c-list7__item {
    margin-bottom: 20px;
  }
  .c-imgtxt11 .c-list7__item:first-child {
    margin-bottom: 20px;
  }
  .c-imgtxt11 .c-list7__item:first-child .c-list7__img {
    padding-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .c-imgtxt11 .c-list7__item:first-child .c-list7__txt {
    letter-spacing: 0.076em;
  }
}

.c-imgtxt11 .c-text3 {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c-imgtxt11 .c-text3 {
    line-height: 1.5;
  }
}

/*
------------------------------------------------------------*/
.c-imgtxt12 .c-title1 {
  text-align: left;
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-imgtxt12 .c-title1 {
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1.4;
    padding-left: 13px;
    margin-bottom: 21px;
  }
}

.c-imgtxt12__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-imgtxt12__content {
    display: block;
  }
}

.c-imgtxt12__img {
  width: 396px;
}

@media screen and (max-width: 767px) {
  .c-imgtxt12__img {
    width: 100%;
    margin-bottom: 2px;
  }
  .c-imgtxt12__img img {
    width: 100%;
  }
}

.c-imgtxt12 .c-list7 {
  width: calc(100% - 396px);
  padding-left: 80px;
}

@media screen and (max-width: 767px) {
  .c-imgtxt12 .c-list7 {
    padding: 0;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .c-imgtxt12 .c-list7__item {
    margin-bottom: 51px;
  }
  .c-imgtxt12 .c-list7__item:first-child {
    margin-bottom: 29px;
  }
  .c-imgtxt12 .c-list7__item:first-child .c-list7__img {
    padding: 0;
  }
}

.c-imgtxt12--reverse .c-imgtxt12__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.c-imgtxt12--reverse .c-list7 {
  padding-left: 0;
  padding-right: 62px;
}

@media screen and (max-width: 767px) {
  .c-imgtxt12--reverse .c-list7 {
    padding: 0;
  }
}

/*
------------------------------------------------------------*/
.c-imgtxt13 .c-title2 {
  margin-bottom: 58px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-imgtxt13 .c-title2 {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}

.c-imgtxt13__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-imgtxt13__wrap {
    display: block;
  }
}

.c-imgtxt13__img {
  width: 248px;
}

.c-imgtxt13__img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-imgtxt13__img {
    width: 100%;
    max-width: 335px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .c-imgtxt13__img img {
    width: 100%;
  }
}

.c-imgtxt13__content {
  width: calc(100% - 248px);
  margin-top: -10px;
  padding-left: 27px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .c-imgtxt13__content {
    width: 100%;
    margin: 0;
    padding: 0 11px;
  }
}

.c-imgtxt13__desc {
  margin-bottom: 13px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .c-imgtxt13__desc {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 17px;
    letter-spacing: -0.08rem;
  }
}

.c-imgtxt13__txt {
  font-size: 1.778rem;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .c-imgtxt13__txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

/*
------------------------------------------------------------*/
.c-imgtxt14 {
  position: relative;
}

.c-imgtxt14 > img {
  position: absolute;
  top: 30px;
  left: -10px;
}

.c-imgtxt14__img > img {
  width: 100%;
}

.c-imgtxt14__img--list {
  margin-bottom: 60px;
}

.c-imgtxt14__img--list > img {
  width: 49.5%;
}

.c-imgtxt14__img--list > img:first-child {
  margin-right: 1%;
}

@media screen and (max-width: 767px) {
  .c-imgtxt14__img {
    display: block;
  }
  .c-imgtxt14__img > img {
    width: 100%;
  }
  .c-imgtxt14__img > img:first-child {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .c-imgtxt14__img {
    margin-bottom: 50px;
  }
  .c-imgtxt14__img img {
    width: 100%;
  }
}

.c-imgtxt14__icon {
  width: 109px;
  height: 68px;
  position: absolute;
  background: url("/jobs/assets/img/common/img508_01.png") no-repeat center;
  background-size: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  top: -17px;
  left: -16px;
}

@media screen and (max-width: 1119px) and (min-width: 992px) {
  .c-imgtxt14__icon {
    width: 89px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .c-imgtxt14__icon {
    font-size: 1.8vw;
    width: 70px;
    height: 48px;
    left: -30px;
  }
}

@media screen and (max-width: 767px) {
  .c-imgtxt14__icon {
    background: url("/jobs/assets/img/common/img508_01_sp.png") no-repeat center;
    background-size: contain;
    font-size: 1.6rem;
    width: 94px;
    height: 50px;
    left: -20px;
    top: -30px;
  }
}

.c-imgtxt14 .c-title6 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .c-imgtxt14 .c-title6 {
    margin-bottom: 14px;
  }
  .c-imgtxt14 .c-title6 > span {
    font-size: 1.6rem;
  }
}

.c-imgtxt14__txt {
  font-size: 1.795rem;
  letter-spacing: 0.1em;
  line-height: 2.2;
  padding: 0 8px;
}

@media screen and (max-width: 767px) {
  .c-imgtxt14__txt {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0;
  }
}

/*
------------------------------------------------------------*/
.c-imgtxt15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-imgtxt15 .c-textbox10 {
  padding-top: 136px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .c-imgtxt15 .c-textbox10 {
    width: 100%;
    padding: 0 12.5px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
}

.c-imgtxt15 .c-textbox10__content {
  letter-spacing: 0.5px;
  line-height: 40px;
}

@media screen and (max-width: 767px) {
  .c-imgtxt15 .c-textbox10__content {
    letter-spacing: 0.35px;
    line-height: 1.5;
  }
}

.c-imgtxt15__img {
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .c-imgtxt15__img {
    width: 100%;
    max-width: 370px;
    padding-top: 20px;
  }
}

.c-imgtxt15__img img {
  width: 370px;
}

.c-imgtxt15--reverse {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-imgtxt15--reverse .c-textbox10 {
  padding-top: 132px;
  padding-left: 14px;
}

@media screen and (max-width: 767px) {
  .c-imgtxt15--reverse .c-textbox10 {
    width: 100%;
    padding: 0 12.5px;
  }
}

.c-imgtxt15--reverse .c-imgtxt15__img {
  padding-top: 30px;
}

/*
------------------------------------------------------------*/
.c-imgtxt16 {
  position: relative;
}

.c-imgtxt16 img {
  width: 100%;
  height: auto;
}

.c-imgtxt16 .c-title1 {
  text-align: left;
  line-height: 1.8;
  letter-spacing: 3px;
  position: absolute;
  bottom: 31.80873%;
  left: 5.17857%;
  filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 1));
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .c-imgtxt16 .c-title1 {
    bottom: 22%;
    font-size: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .c-imgtxt16 .c-title1 {
    line-height: 1.5;
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
    bottom: 6.81818%;
    left: 5.97015%;
  }
}

@media screen and (max-width: 375px) {
  .c-imgtxt16 .c-title1 {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-imgtxt16 {
    padding: 0;
  }
}

/*
------------------------------------------------------------*/
.c-imgtxt17 {
  padding: 50px 33px 50px 32px;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .c-imgtxt17 {
    padding: 32px 20px 26px;
  }
}

.c-imgtxt17__img {
  margin: -36px 0 0;
}

@media screen and (max-width: 767px) {
  .c-imgtxt17__img {
    margin: 0;
  }
}

.c-imgtxt17__img img {
  margin: 0 0 35px;
  width: 100%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .c-imgtxt17__img .sp-only {
    display: block;
    margin: 20px auto 0;
    max-width: 295px;
  }
}

.c-imgtxt17 .c-title2 {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .c-imgtxt17 .c-title2 {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 767px) {
  .c-imgtxt17 .c-title2 {
    margin-bottom: 15px;
  }
}
.c-imgtxt17__content {
  padding: 0 0 0 18px;
}

@media screen and (max-width: 767px) {
  .c-imgtxt17__content {
    padding: 0;
    margin-top: 20px;
  }
}

.c-imgtxt17__content p {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #316a94;
  margin-bottom: 25px;
}

.c-imgtxt17__content p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .c-imgtxt17__content p {
    font-size: 1.6rem;
    margin-bottom: 45px;
  }
}

.c-imgtxt17__content p span {
  font-size: 1.8rem;
  font-weight: bold;
}

/*------------------------------------------------------------
layout
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #316a94;
  background: #e9f4fa;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.l-inner {
  max-width: 1120px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 1120px) {
  .l-inner {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 20px;
  }
}

.l-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

/*------------------------------------------------------------
list
------------------------------------------------------------*/
.c-list1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .c-list1 ul {
    margin: 0 -5px;
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }
}

.c-list1 li {
  width: 340px;
  text-align: center;
  border: 1px solid #316a94;
}

@media screen and (max-width: 767px) {
  .c-list1 li {
    width: 33.333%;
    padding: 0 5px;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-list1 a {
  display: block;
  text-decoration: none;
  color: #316a94;
  position: relative;
  background: -webkit-linear-gradient(to right, #316a94 25%, #fff 75%);
  background: linear-gradient(to right, #316a94 25%, #fff 75%);
  background-size: 400% auto;
  background-position: right center;
  opacity: 1;
  transition-duration: 0.5s;
}

@media screen and (max-width: 767px) {
  .c-list1 a {
    border: 1px solid #316a94;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 17px 5px 14px 5px;
  }
}

.c-list1 a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 42px;
  width: 10px;
  height: 10px;
  border-width: 0 6px 6px 0;
  border-style: solid;
  border-radius: 0.1px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .c-list1 a:after {
    border-width: 0 3px 3px 0;
    width: 5px;
    height: 5px;
    right: 8px;
  }
}

.c-list1 a:hover {
  color: #fff;
  background-position: left center;
}

.c-list1 a:hover:after {
  border-color: #fff;
}

.c-list1__card {
  padding: 43px 0 44px;
}

@media screen and (max-width: 767px) {
  .c-list1__card {
    padding: 0;
  }
}

.c-list1__img {
  margin-bottom: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-list1__img:before {
  display: inline-block;
  content: "";
  background-size: 100% auto;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.c-list1__img--img502:before {
  width: 47px;
  height: 60px;
  background-image: url("/jobs/assets/img/common/img502.png");
}

.c-list1__img--img501:before {
  width: 59px;
  height: 70px;
  background-image: url("/jobs/assets/img/common/img501.png");
}

.c-list1__img--img500:before {
  width: 31px;
  height: 52px;
  background-image: url("/jobs/assets/img/common/img500.png");
}

.c-list1__img--icon01:before {
  width: 65px;
  height: 75px;
  background-image: url("/jobs/assets/img/faq/icon01.png");
}

.c-list1__img--icon02:before {
  width: 65px;
  height: 75px;
  background-image: url("/jobs/assets/img/faq/icon02.png");
}

.c-list1__img--icon03:before {
  width: 66px;
  height: 75px;
  background-image: url("/jobs/assets/img/faq/icon03.png");
}

.c-list1 a:hover .c-list1__img--img502:before {
  background-image: url("/jobs/assets/img/common/img502_on.png");
}

.c-list1 a:hover .c-list1__img--img501:before {
  background-image: url("/jobs/assets/img/common/img501_on.png");
}

.c-list1 a:hover .c-list1__img--img500:before {
  background-image: url("/jobs/assets/img/common/img500_on.png");
}

.c-list1 a:hover .c-list1__img--icon01:before {
  background-image: url("/jobs/assets/img/faq/icon01_on.png");
}

.c-list1 a:hover .c-list1__img--icon02:before {
  background-image: url("/jobs/assets/img/faq/icon02_on.png");
}

.c-list1 a:hover .c-list1__img--icon03:before {
  background-image: url("/jobs/assets/img/faq/icon03_on.png");
}

@media screen and (max-width: 767px) {
  .c-list1__img {
    margin-bottom: 8px;
  }
  .c-list1__img--img502:before {
    width: 27px;
    height: 34px;
  }
  .c-list1__img--img501:before {
    width: 25px;
    height: 30px;
  }
  .c-list1__img--img500:before {
    width: 19px;
    height: 30px;
  }
  .c-list1__img--icon01:before {
    width: 31px;
    height: 52px;
  }
  .c-list1__img--icon02:before {
    width: 31px;
    height: 52px;
  }
  .c-list1__img--icon03:before {
    width: 31px;
    height: 52px;
  }
  .c-list1 a:hover .c-list1__img--img502:before {
    background-image: url("/jobs/assets/img/common/img502_sp_on.png");
  }
  .c-list1 a:hover .c-list1__img--img501:before {
    background-image: url("/jobs/assets/img/common/img501_sp_on.png");
  }
  .c-list1 a:hover .c-list1__img--img500:before {
    background-image: url("/jobs/assets/img/common/img500_sp_on.png");
  }
  .c-list1 a:hover .c-list1__img--icon01:before {
    background-image: url("/jobs/assets/img/faq/icon01_sp_on.png");
  }
  .c-list1 a:hover .c-list1__img--icon02:before {
    background-image: url("/jobs/assets/img/faq/icon02_sp_on.png");
  }
  .c-list1 a:hover .c-list1__img--icon03:before {
    background-image: url("/jobs/assets/img/faq/icon03_sp_on.png");
  }
}

.c-list1__txt {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .c-list1__txt {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}

.c-list1--01 li {
  width: calc(33.333% - 15px);
}

@media screen and (max-width: 767px) {
  .c-list1--01 li {
    width: 100%;
  }
}

.c-list1--01 a:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-list1--01 a {
    padding-top: 21px;
    padding-bottom: 11px;
  }
}

.c-list1--01 .c-list1__card {
  padding: 31px 0 34px;
}

@media screen and (max-width: 767px) {
  .c-list1--01 .c-list1__card {
    padding: 0;
  }
}

.c-list1--01 .c-list1__img {
  margin-bottom: 23px;
}

@media screen and (max-width: 767px) {
  .c-list1--01 .c-list1__img {
    margin-bottom: 5px;
  }
}

.c-list1--01 .c-list1__txt {
  min-height: 30px;
}

/*
------------------------------------------------------------*/
.c-list2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-list2 li {
  width: calc(50% - 15px);
  border: 1px solid #316a94;
  background: #fff;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .c-list2 li {
    width: 100%;
    margin-bottom: 18px;
  }
}

.c-list2__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
  color: #316a94;
  padding: 35px 0 35px;
  background: linear-gradient(to right, #316a94 25%, #fff 75%);
  background-position: right center;
  background-size: 400% auto;
  position: relative;
}

.c-list2__img:before {
  display: block;
  width: 45px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  -webkit-background-position: center;
  position: absolute;
  left: 6%;
}

.c-list2__img:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  border-width: 0 6px 6px 0;
  border-style: solid;
  border-radius: 0.1px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-right-color: #316a94;
  border-bottom-color: #316a94;
}

.c-list2__img:hover {
  color: #fff;
  background-position: left center;
  opacity: 1;
}

.c-list2__img:hover:after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}

.c-list2__img--503:before {
  background-image: url(/jobs/assets/img/common/img503.png);
}

.c-list2__img--503:hover:before {
  background-image: url(/jobs/assets/img/common/img503_on.png);
}

.c-list2__img--504:before {
  background-image: url(/jobs/assets/img/common/img504.png);
}

.c-list2__img--504:hover:before {
  background-image: url(/jobs/assets/img/common/img504_on.png);
}

.c-list2__img--505:before {
  background-image: url(/jobs/assets/img/common/img505.png);
}

.c-list2__img--505:hover:before {
  background-image: url(/jobs/assets/img/common/img505_on.png);
}

.c-list2__img--506:before {
  background-image: url(/jobs/assets/img/common/img506.png);
}

.c-list2__img--506:hover:before {
  background-image: url(/jobs/assets/img/common/img506_on.png);
}

.c-list2__img--507:before {
  background-image: url(/jobs/assets/img/common/img507.png);
}

.c-list2__img--507:hover:before {
  background-image: url(/jobs/assets/img/common/img507_on.png);
}

.c-list2__img--icon1:before {
  -webkit-background-size: 60%;
  background-size: 60%;
  background-image: url(/jobs/assets/img/company/icon1.png);
}

.c-list2__img--icon1:hover:before {
  background-image: url(/jobs/assets/img/company/icon1_on.png);
}

.c-list2__img--icon2:before {
  background-image: url(/jobs/assets/img/company/icon2.png);
}

.c-list2__img--icon2:hover:before {
  background-image: url(/jobs/assets/img/company/icon2_on.png);
}

.c-list2__img--icon3:before {
  -webkit-background-size: 85%;
  background-size: 85%;
  background-image: url(/jobs/assets/img/company/icon3.png);
}

.c-list2__img--icon3:hover:before {
  background-image: url(/jobs/assets/img/company/icon3_on.png);
}

.c-list2__img--icon4:before {
  background-image: url(/jobs/assets/img/company/icon4.png);
}

.c-list2__img--icon4:hover:before {
  background-image: url(/jobs/assets/img/company/icon4_on.png);
}

.c-list2__img--icon5:before {
  -webkit-background-size: 80%;
  background-size: 80%;
  background-image: url(/jobs/assets/img/company/icon5.png);
}

.c-list2__img--icon5:hover:before {
  background-image: url(/jobs/assets/img/company/icon5_on.png);
}

.c-list2__img--icon6:before {
  -webkit-background-size: 90%;
  background-size: 90%;
  background-image: url(/jobs/assets/img/company/icon7.png);
}

.c-list2__img--icon6:hover:before {
  background-image: url(/jobs/assets/img/company/icon7_on.png);
}

.c-list2__img--icon7:before {
  background-image: url(/jobs/assets/img/company/icon6.png);
}

.c-list2__img--icon7:hover:before {
  background-image: url(/jobs/assets/img/company/icon6_on.png);
}

.c-list2__img--rec-icon1:before {
  background-image: url(/jobs/assets/img/recruit/icon1.png);
}

.c-list2__img--rec-icon1:hover:before {
  background-image: url(/jobs/assets/img/recruit/icon1_on.png);
}

.c-list2__img--rec-icon4:before {
  background-image: url(/jobs/assets/img/recruit/icon4.png);
}

.c-list2__img--rec-icon4:hover:before {
  background-image: url(/jobs/assets/img/recruit/icon4_on.png);
}

.c-list2__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-list2__card {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .c-list2__img {
    margin-right: 0;
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .c-list2__img:before {
    max-width: 50px;
    -webkit-background-size: 60%;
    background-size: 60%;
    position: absolute;
    left: 5%;
    top: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-list2__img--icon2:before {
    -webkit-background-size: 70%;
    background-size: 70%;
  }
}

/*
------------------------------------------------------------*/
.c-list3 li {
  margin-bottom: 13px;
}

.c-list3 li:last-child {
  margin-bottom: 0;
}

.c-list3 a {
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  color: #316a94;
  letter-spacing: 1.5px;
  position: relative;
}

.c-list3 a:before {
  content: "-";
}

/*
------------------------------------------------------------*/
.c-list4__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 12px;
}

@media screen and (max-width: 767px) {
  .c-list4__item {
    width: 100%;
    margin-bottom: 0;
  }
}

.c-list4__item:last-child {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .c-list4__item:last-child {
    margin-bottom: 0;
  }
}

.c-list4__custom {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .c-list4__custom {
    margin: 0 0 60px;
    width: 100%;
  }
}

.c-list4 .c-card1 {
  margin-right: 118.5px;
}

@media screen and (max-width: 767px) {
  .c-list4 .c-card1 {
    margin: 0 0 40px;
  }
}

.c-list4 .c-card1:last-child {
  margin-right: 0;
}

.c-list4 .c-card1__text span {
  font-size: 1.65rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .c-list4 .c-card1__text {
    padding: 12px 0;
  }
}

.c-list4 .c-title2 {
  margin-bottom: 67px;
}

@media screen and (max-width: 767px) {
  .c-list4 .c-title2 {
    font-size: 2.4rem;
    letter-spacing: 0.13em;
    text-align: center;
    margin-bottom: 35.5px;
  }
}

.c-list4 .c-text2 {
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .c-list4 .c-text2 {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    line-height: 1.5;
    text-align: center;
  }
}

/*
------------------------------------------------------------*/
.c-list5 li {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .c-list5 li {
    margin-bottom: 39px;
  }
}

.c-list5 li:nth-child(1) .c-list5__contain {
  background-image: url(/jobs/assets/img/jobsdiscussion2017/img01_sp.jpg);
  background-position: top 20% center;
  width: 50.5%;
}

@media screen and (max-width: 767px) {
  .c-list5 li:nth-child(1) .c-list5__contain {
    width: 100%;
  }
}

.c-list5 li:last-child {
  margin-bottom: 0;
}

.c-list5 li:nth-child(2) .c-list5__contain {
  background-image: url(/jobs/assets/img/staff/img_symposium02.jpg);
}

.c-list5 li:nth-child(3) .c-list5__contain {
  background-image: url(/jobs/assets/img/jobsdiscussion2022/img_symposium03.jpg);
}

.c-list5 li:nth-child(4) .c-list5__contain {
  background-image: url(/jobs/assets/img/jobsdiscussion2025/img_symposium04.jpg);
}

.c-list5 a {
  display: block;
  text-decoration: none;
}

.c-list5__item {
  border: 1px solid #316a94;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-list5__item {
    display: block;
    padding: 0;
  }
}

.c-list5__item .c-title2 {
  color: #316a94;
  margin-bottom: 23px !important;
}

@media screen and (max-width: 767px) {
  .c-list5__item .c-title2 {
    font-size: 2.2rem !important;
    margin-bottom: 15px !important;
  }
}

.c-list5__txt {
  font-size: 1.8rem;
  line-height: 2.2;
  color: #316a94;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .c-list5__txt {
    letter-spacing: 0.2em;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.c-list5__img {
  position: relative;
  text-align: center;
  width: 50%;
  padding: 40px 0 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .c-list5__img {
    padding: 23px 0 17px;
  }
}

.c-list5__img:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 52px;
  width: 12px;
  height: 12px;
  border-color: #344f7c;
  border-width: 0 7px 7px 0;
  border-style: solid;
  border-radius: 0.1px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .c-list5__img:after {
    right: 22px;
    width: 8px;
    height: 8px;
    border-width: 0 3px 3px 0;
  }
}

@media screen and (max-width: 767px) {
  .c-list5__img {
    width: 100%;
  }
}

.c-list5__contain {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 50%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .c-list5__contain {
    background: none;
    width: 100%;
  }
  .c-list5__contain img {
    width: 100%;
  }
}

/*
------------------------------------------------------------*/
.c-list6 {
  width: 100%;
  max-width: 960px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .c-list6 {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.c-list6__item {
  text-align: center;
  width: calc(25% - 60px);
}

@media screen and (max-width: 991px) {
  .c-list6__item {
    text-align: center;
    width: calc(25% - 30px);
  }
}

@media screen and (max-width: 767px) {
  .c-list6__item {
    width: 44.3%;
    margin-right: 10.5%;
    margin-bottom: 10%;
  }
}

@media screen and (max-width: 767px) {
  .c-list6__item:nth-child(even) {
    margin-right: 0;
  }
}

.c-list6__img {
  border-radius: 50%;
  margin-bottom: 18px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-list6__img {
    width: 91%;
    margin: 0 auto 11px;
  }
}

@media screen and (max-width: 767px) {
  .c-list6__img img {
    width: 100%;
  }
}

.c-list6__ttl {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.22;
}

@media screen and (max-width: 767px) {
  .c-list6__ttl {
    font-size: 1.4rem;
    line-height: 1.71;
    margin-bottom: 8px;
  }
}

.c-list6__txt {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 11px;
}

@media screen and (max-width: 767px) {
  .c-list6__txt {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
}

.c-list6__join {
  font-size: 1.4rem;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 767px) {
  .c-list6__join {
    font-size: 1.2rem;
  }
}

.c-list6__person {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
------------------------------------------------------------*/
.c-list7__item {
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 39px;
}

@media screen and (max-width: 767px) {
  .c-list7__item {
    width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 18px;
  }
}

.c-list7__item:first-child {
  margin-bottom: 44px;
}

@media screen and (max-width: 767px) {
  .c-list7__item:first-child {
    padding-top: 12px;
    margin-bottom: 17px;
  }
}

.c-list7__img {
  width: 80px;
  border-radius: 50%;
  margin-right: 40px;
  padding-top: 1px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .c-list7__img {
    width: 19%;
    margin-right: 7%;
    padding-top: 2.2%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

.c-list7__txt {
  font-size: 1.8rem;
  line-height: 2.22;
  letter-spacing: 0.2px;
}

@media screen and (max-width: 767px) {
  .c-list7__txt {
    width: 74%;
    font-size: 1.6rem;
    line-height: 1.5;
    padding-top: 7px;
  }
}

.c-list7__img {
  position: relative;
}

.c-list7__person {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/*
------------------------------------------------------------*/
.c-list8 {
  max-width: 960px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .c-list8 {
    width: 100%;
    padding: 0 3px;
  }
}

.c-list8__item {
  text-align: center;
  width: calc(33.33% - 50px);
  margin-bottom: 76px;
}

@media screen and (max-width: 767px) {
  .c-list8__item {
    width: 44.3%;
    margin-right: 10.5%;
    margin-bottom: 11%;
  }
}

@media screen and (max-width: 767px) {
  .c-list8__item:nth-child(even) {
    margin-right: 0;
  }
}

.c-list8__img {
  border-radius: 50%;
  margin-bottom: 16px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-list8__img {
    width: 91.9%;
    margin: 0 auto -1px;
  }
}

@media screen and (max-width: 767px) {
  .c-list8__img img {
    width: 100%;
  }
}

.c-list8__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.27;
  margin-bottom: -1px;
}

@media screen and (max-width: 767px) {
  .c-list8__ttl {
    font-size: 1.4rem;
    line-height: 1.71;
    margin-bottom: -3px;
  }
}

.c-list8__txt {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 11px;
}

@media screen and (max-width: 767px) {
  .c-list8__txt {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
}

.c-list8__join {
  font-size: 1.4rem;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 767px) {
  .c-list8__join {
    font-size: 1.2rem;
  }
}

.c-list8__position {
  font-size: 1.4rem;
  line-height: 1.71;
  border-top: 1px solid #344f7c;
  margin-top: 14px;
  padding-top: 16px;
}

@media screen and (max-width: 767px) {
  .c-list8__position {
    font-size: 1.2rem;
    padding-top: 9px;
    letter-spacing: 0.9px;
    line-height: 1.5;
  }
}

.c-list8__person {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*
------------------------------------------------------------*/
.c-list9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 2%;
}

@media screen and (max-width: 767px) {
  .c-list9 {
    display: block;
  }
}

.c-list9__item {
  width: 46%;
  max-width: 400px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-list9__item {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    width: auto;
    max-width: 330px;
  }
  .c-list9__item .circle-list {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-list9__item .circle-list {
    width: 100%;
  }
}

.c-list9__img {
  margin: 0 auto 24px;
}
@media screen and (max-width: 767px) {
  .c-list9__img {
    width: 188px;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-list9__img {
    width: 19%;
    margin: 0 auto 20px;
  }
}

.c-list9__ttl {
  font-size: 2.4rem;
  line-height: 1.8;
  margin-bottom: 9px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .c-list9__ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 3px;
    margin-bottom: 16px;
  }
}

.c-list9__txt {
  text-align: left;
  font-size: 1.8rem;
  line-height: 2.26;
}

.c-list9__txt > small {
  display: block;
  padding-left: 1em;
}

.circle-list .c-list9__txt:before {
  content: "●";
}

.circle-list .c-list9__txt--add > span {
  padding-left: 3em;
}

@media screen and (max-width: 767px) {
  .c-list9__txt {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 1px;
    padding: 0 13px;
    text-align: justify;
  }
}

/*
------------------------------------------------------------*/
.c-list10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-list10__item {
  margin-bottom: 20px;
  width: calc(50% - 10px);
}

.c-list10__item > img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-list10__item {
    margin-bottom: 11px;
    width: calc(50% - 6px);
  }
}

/*
------------------------------------------------------------*/
.c-list11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  width: 100%;
  max-width: 848px;
}

@media screen and (max-width: 767px) {
  .c-list11 {
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.c-list11__item {
  width: calc(25% - 45px);
  position: relative;
}

@media screen and (max-width: 991px) {
  .c-list11__item {
    width: calc(25% - 25px);
  }
}

.c-list11__item__txt {
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: #316a94;
  background-color: transparent;
  position: absolute;
  bottom: -2em;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .c-list11__item__txt {
    font-size: 10px;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .c-list11__item {
    width: 100%;
    margin-bottom: 35px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .c-list11__item:nth-child(2) {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .c-list11__item:nth-child(3) {
    margin-bottom: 46px;
  }
}

.c-list11 h3,
.c-list11 p {
  font-size: 2.4rem;
  line-height: 1.83;
  font-weight: 500;
}

.c-list11 h3 {
  position: relative;
  margin-bottom: 33px;
  letter-spacing: 2.9px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-list11 h3 {
    width: auto;
    display: inline-block;
    font-size: 2rem;
    letter-spacing: 1.8px;
    padding: 0 26px 0 29px;
    margin-bottom: 9px;
  }
}

.c-list11 h3:after,
.c-list11 h3:before {
  content: "";
  position: absolute;
  top: 5px;
  width: 26px;
  height: 43px;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .c-list11 h3:after,
  .c-list11 h3:before {
    top: 3px;
    height: 36px;
  }
}

.c-list11 h3:after {
  background: url(/jobs/assets/img/internship/line2.png) top center no-repeat;
  right: 0;
}

@media screen and (max-width: 767px) {
  .c-list11 h3:after {
    right: -2px;
  }
}

.c-list11 h3:before {
  background: url(/jobs/assets/img/internship/line1.png) top center no-repeat;
  left: 2px;
}

@media screen and (max-width: 767px) {
  .c-list11 h3:before {
    left: -2px;
  }
}

.c-list11 p {
  text-align: center;
  color: #fff;
  background: #34aca8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 69px 0 66px;
  line-height: 1.33;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .c-list11 p {
    font-size: 1.6rem;
    padding: 19px 0;
  }
}

.c-list11 span {
  font-size: 3.9rem;
  line-height: 1;
  display: inline-block;
  margin-left: -9px;
}

@media screen and (max-width: 767px) {
  .c-list11 span {
    font-size: 3.3rem;
    margin-left: -7px;
    margin-top: 1px;
  }
}

/*
------------------------------------------------------------*/
.c-list12 {
  background-color: #fff;
  padding: 51px 33px 95px 43px;
}

@media screen and (max-width: 767px) {
  .c-list12 {
    padding: 32px 23px 24px 25px;
  }
}

.c-list12 .c-title2 {
  margin-bottom: 59px;
  color: #344f7c;
}

@media screen and (max-width: 767px) {
  .c-list12 .c-title2 {
    margin-bottom: 18px;
    letter-spacing: 1.5px;
    color: #316a94;
  }
}

.c-list12__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .c-list12__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 37px;
    border-left: 2px solid #344f7c;
    border-color: #316a94;
  }
}

.c-list12__list {
  border-left: 2px solid #344f7c;
  padding-top: 56px;
  padding-bottom: 47px;
  width: 44.9%;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .c-list12__list {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .c-list12__list {
    width: 100%;
    padding: 0;
    border: none;
    margin-bottom: 13px;
  }
}

@media screen and (max-width: 767px) {
  .c-list12__list:first-child .c-list12__item:first-child {
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 767px) {
  .c-list12__list:last-child {
    margin-bottom: 0;
  }
}

.c-list12__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 54px;
}

@media screen and (max-width: 767px) {
  .c-list12__item {
    margin-bottom: 16px;
  }
}

.c-list12__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 88px);
}

@media screen and (max-width: 767px) {
  .c-list12__content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 75px);
  }
}

.c-list12__time {
  font-size: 1.8rem;
  font-weight: 400;
  color: #344f7c;
  position: relative;
  margin-left: -1px;
  width: 88px;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 767px) {
  .c-list12__time {
    font-size: 1.6rem;
    width: 75px;
    margin-right: 15px;
    font-weight: 500;
    letter-spacing: 1.3px;
    color: #316a94;
  }
}

.c-list12__time:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #344f7c;
  margin-right: 9px;
}

@media screen and (max-width: 767px) {
  .c-list12__time:before {
    margin-right: 8px;
    background: #316a94;
  }
}

.c-list12__item:nth-child(2) {
  margin-bottom: 29px;
}

@media screen and (max-width: 767px) {
  .c-list12__item:nth-child(2) {
    margin-bottom: 16px;
  }
}

.c-list12__item:last-child {
  margin-bottom: 0;
}

.c-list12__ttl {
  font-size: 1.8rem;
  font-weight: 400;
  color: #344f7c;
  width: 135px;
  margin-right: 17px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .c-list12__ttl {
    width: 85px;
  }
}

@media screen and (max-width: 767px) {
  .c-list12__ttl {
    width: 100%;
    font-size: 1.6rem;
    margin: 0 0 5px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #316a94;
  }
}

.c-list12__txt {
  font-size: 1.4rem;
  line-height: 1.71;
  color: #344f7c;
  width: calc(100% - 135px);
  letter-spacing: 1.2px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .c-list12__txt {
    width: calc(100% - 85px);
  }
}

@media screen and (max-width: 767px) {
  .c-list12__txt {
    width: 100%;
    font-size: 1.7rem;
    letter-spacing: -0.4px;
    line-height: 1.5;
    color: #316a94;
  }
}

/*
------------------------------------------------------------*/
.c-list13__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .c-list13__item {
    display: block;
    margin-bottom: 56px;
  }
}

.c-list13__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-list13__img {
  width: 130px;
  margin: 10px 30px 0 0;
}

@media screen and (max-width: 767px) {
  .c-list13__img {
    width: 18.51%;
    margin: 0 auto 20px;
  }
  .c-list13__img img {
    width: 100%;
  }
}

.c-list13__ttl {
  font-size: 2.4rem;
  line-height: 44px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .c-list13__ttl {
    font-size: 1.6rem;
    line-height: 24px;
    text-align: center;
    margin-bottom: 15px;
  }
}

.c-list13__txt {
  font-size: 1.8rem;
  line-height: 40px;
  letter-spacing: -0.3px;
}

@media screen and (max-width: 767px) {
  .c-list13__txt {
    font-size: 1.6rem;
    line-height: 24px;
    padding: 0 10px;
    letter-spacing: 1px;
    text-align: justify;
  }
}

/*
------------------------------------------------------------*/
.c-list14__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .c-list14__item {
    display: block;
    margin-bottom: 31px;
  }
}

.c-list14__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 48px 0 0;
}

@media screen and (max-width: 767px) {
  .c-list14__content {
    padding: 0 0 0 0;
  }
}

.c-list14__img {
  width: 222px;
}

.c-list14__ttl {
  font-size: 2.4rem;
  line-height: 44px;
  font-weight: bold;
  margin: 29px 0 17px;
}

@media screen and (max-width: 767px) {
  .c-list14__ttl {
    font-size: 1.6rem;
    line-height: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .c-list14__ttl p {
    width: 73px;
    padding-top: 5px;
    margin-right: 10px;
  }
  .c-list14__ttl p img {
    width: 100%;
  }
  .c-list14__ttl span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.c-list14__ttl span {
  display: block;
}

.c-list14__txt {
  font-size: 1.8rem;
  line-height: 40px;
}

@media screen and (max-width: 767px) {
  .c-list14__txt {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-top: 20px;
    letter-spacing: 2.3px;
    text-align: justify;
  }
}

/*
------------------------------------------------------------*/
.c-list15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .c-list15 {
    display: block;
  }
}

.c-list15 .c-cardchar {
  width: calc(50% - 50px);
}

@media screen and (max-width: 991px) {
  .c-list15 .c-cardchar {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .c-list15 .c-cardchar {
    width: 100%;
  }
  .c-list15 .c-cardchar:nth-child(2) {
    margin-top: 35px;
  }
}

/*------------------------------------------------------------
video
------------------------------------------------------------*/
.c-slide1 {
  padding: 0 35px;
}

@media screen and (max-width: 767px) {
  .c-slide1 {
    padding: 118px 30px 0;
    position: relative;
  }
  .page-staff .c-slide1 {
    padding: 60px 30px 0;
  }
}

.c-slide1 .c-title2 {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .c-slide1 .c-title2 {
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1;
    position: absolute;
    top: 61px;
    left: 0;
    padding: 0 14px;
  }
}

.c-slide1__item {
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-slide1__item {
    width: 100%;
  }
}

.c-slide1__item img {
  width: 100%;
  height: 100%;
}

.c-slide1__text {
  background: rgba(52, 79, 124, 0.8);
  padding: 8px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.c-slide1__text p {
  color: #ffffff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-slide1__text p:last-child {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
}

.c-slide1 .control-c {
  content: "";
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  border-width: 0 5px 5px 0;
  border-style: solid;
  border-radius: 0.1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.c-slide1 .slick-prev {
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  left: -30px;
}

.c-slide1 .slick-next {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  right: -30px;
}

.c-slide1 .slick-slide {
  margin: 0 15px;
}

@media screen and (max-width: 767px) {
  .c-slide1 .slick-slide {
    margin: 0;
  }
}

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-table1 {
  width: 100%;
  border-collapse: collapse;
}

.c-table1 th,
.c-table1 td {
  border-bottom: 1px solid #316a94;
  padding: 35px 10px 31px;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .c-table1 th,
  .c-table1 td {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.c-table1 th {
  width: 230px;
  font-weight: 400;
  padding-left: 64px;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .c-table1 th {
    padding-left: 32px;
    width: 130px;
  }
}

@media screen and (max-width: 767px) {
  .c-table1 th {
    width: 100%;
    letter-spacing: 0.2em;
    padding: 0;
    text-align: center;
    margin-bottom: 17px;
  }
}

.c-table1 td {
  padding-left: 200px;
  letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
  .c-table1 td {
    padding-left: 100px;
  }
}

@media screen and (max-width: 767px) {
  .c-table1 td {
    padding: 0;
    letter-spacing: 0.2em;
  }
}

@media screen and (max-width: 767px) {
  .c-table1 tr {
    display: block;
  }
  .c-table1 tr:not(:last-child) {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #316a94;
  }
}

@media screen and (min-width: 768px) {
  .c-table1 tr:first-child td,
  .c-table1 tr:first-child th {
    padding-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .c-table1 .txt-sp {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    display: block;
    line-height: 1.8;
  }
}

.c-table1__text {
  display: block;
  margin-bottom: 46px;
}

@media screen and (max-width: 767px) {
  .c-table1__text {
    letter-spacing: 0.2rem;
    line-height: 1.5;
    margin-bottom: 8px;
  }
}

.c-table1__ttl2 {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}

@media screen and (max-width: 767px) {
  .c-table1__ttl2 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/*
------------------------------------------------------------*/
.c-table2 {
  width: 100%;
  border-collapse: collapse;
}

.c-table2 th {
  vertical-align: top;
  font-size: 2.4rem;
  font-weight: normal;
  width: 200px;
  text-align: left;
  letter-spacing: 0.1em;
  padding: 13px 0;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .c-table2 th {
    width: 100%;
    display: block;
    padding: 0;
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 14px;
    line-height: initial;
  }
}

.c-table2 td {
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.1em;
  vertical-align: top;
  padding: 21px 0 36px;
}

@media screen and (max-width: 767px) {
  .c-table2 td {
    width: 100%;
    display: block;
    padding: 0 0;
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-table2 td .indent-down {
    padding-left: 16px;
    text-align: justify;
  }
}

@media screen and (max-width: 767px) {
  .c-table2 tr {
    width: 100%;
    display: block;
  }
  .c-table2 tr:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .c-table2 tr:first-child th {
    padding-top: 0;
  }
  .c-table2 tr:first-child td {
    padding-top: 10px;
  }
}

.c-table2 li {
  list-style-type: disc;
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title1 {
  font-size: 5rem;
  letter-spacing: 0.13em;
  line-height: 1.6;
  color: #316a94;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-title1 {
    font-size: 2.4rem;
  }
}

.c-title1 span {
  display: block;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .c-title1 span {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-title1-1 {
    line-height: 1;
  }
}

/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-title1-2 {
    line-height: 1.8;
  }
}

/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-title1-3 {
    line-height: 1;
  }
}

/*
------------------------------------------------------------*/
.c-title2 {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #316a94;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-title2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .c-title2 {
    letter-spacing: 0;
  }
}

/*
------------------------------------------------------------*/
.c-title3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #316a94;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .c-title3 {
    padding-bottom: 4px;
  }
}

.c-title3__icon {
  background-color: #316a94;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .c-title3__icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}

.c-title3__title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .c-title3__title {
    font-size: 2.4rem;
    line-height: 1.8;
  }
}

/*
------------------------------------------------------------*/
.c-title4 {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.13em;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-title4 {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.2em;
  }
}

/*
------------------------------------------------------------*/
.c-title5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .c-title5 {
    display: block;
  }
}

.c-title5__ttl {
  background: url("/jobs/assets/img/training/bg1.png") no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  width: 142px;
  height: 72px;
  padding: 20px 20px 0;
  padding-left: 20px;
  letter-spacing: 3px;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .c-title5__ttl {
    font-size: 1.6rem;
    width: 94px;
    height: 50px;
    padding: 15px 17px 0;
    letter-spacing: 1px;
  }
}

.c-title5__text {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  margin-left: 24px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .c-title5__text {
    font-size: 1.6rem;
    text-align: center;
    margin: 17px 0 0;
  }
}

/*
------------------------------------------------------------*/
.c-title6 {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.3;
  color: #316a94;
  text-align: center;
}

.c-title6 > span {
  font-size: 2.7rem;
  letter-spacing: 0;
  position: relative;
}

.c-title6 > span:before {
  content: "「";
  position: absolute;
  top: 0;
  left: -1.5em;
}

.c-title6 > span:after {
  content: "」";
  position: absolute;
  right: -1em;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .c-title6 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

/*
------------------------------------------------------------*/
.c-title7 {
  font-size: 5rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-title7 {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}

/*
------------------------------------------------------------*/
.c-title8 {
  font-size: 2.2rem;
  line-height: 2.1;
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .c-title8 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

/*------------------------------------------------------------
text
------------------------------------------------------------*/
.c-text1 {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2.2;
  color: #316a94;
  font-weight: 400;
}

/*
------------------------------------------------------------*/
.c-text2 {
  font-size: 1.84rem;
  letter-spacing: 0.1em;
  line-height: 2.4;
  color: #316a94;
  font-weight: 400;
}

/*
------------------------------------------------------------*/
.c-text3 {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.875;
  color: #316a94;
  font-weight: 400;
}

/*
------------------------------------------------------------*/
.c-text4 {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  line-height: 2.2;
  color: #316a94;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-text4 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

/*
------------------------------------------------------------*/
.c-text5 {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #316a94;
  font-weight: 400;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-text5 {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0 12.5px;
  }
}

/*
------------------------------------------------------------*/
.c-text6 {
  font-size: 2.2rem;
  line-height: 2.2;
  text-align: center;
  letter-spacing: 0.2em;
  margin: 23px 0 105px;
}

@media screen and (max-width: 767px) {
  .c-text6 {
    text-align: left;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 0 13px 0;
    letter-spacing: 3px;
    margin: 23px 0 37px;
  }
}

/*
------------------------------------------------------------*/
.c-textbox1__content {
  margin-top: 55px;
}

/*
------------------------------------------------------------*/
.c-textbox2__content {
  margin-top: 70px;
}

/*
------------------------------------------------------------*/
.c-textbox3 {
  text-align: center;
  font-size: 1.8rem;
  color: #34aca8;
  background-color: #fff;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding: 40px 10px 34px;
}

@media screen and (max-width: 767px) {
  .c-textbox3 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 0 30px;
    min-height: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.c-textbox3 + .c-textbox3 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .c-textbox3 + .c-textbox3 {
    margin-top: 24px;
  }
}

/*
------------------------------------------------------------*/
.c-textbox4 {
  background-color: #fff;
  padding: 50px 40px;
}

@media screen and (max-width: 767px) {
  .c-textbox4 {
    padding: 40px 20px;
  }
}

.c-textbox4__text {
  font-size: 1.8rem;
  line-height: 40px;
  letter-spacing: 0.5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .c-textbox4__text {
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.45px;
    text-align: justify;
  }
}

.c-textbox4 .c-title3 {
  margin: 0 0 40px 0;
}

@media screen and (max-width: 767px) {
  .c-textbox4 .c-title3 {
    margin: 0 0 35px 0;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-textbox4 .c-title3__icon {
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .c-textbox4 .c-title3__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 2.6rem;
  }
}

.c-textbox4__block:nth-child(2) {
  margin: 164px 0 0;
  padding: 0 0 20px 0;
}

@media screen and (max-width: 767px) {
  .c-textbox4__block:nth-child(2) {
    margin: 55px 0 0;
    padding: 0 0 15px 0;
  }
  .c-textbox4__block:nth-child(2) .c-title3 {
    padding-bottom: 17px;
  }
  .c-textbox4__block:nth-child(2) .c-title3__icon {
    margin: 0 15px 0 5px;
  }
}

.c-textbox4__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-textbox4__flex {
    display: block;
  }
}

.c-textbox4__flex a {
  display: block;
}

.c-textbox4__img {
  text-align: center;
  margin: 0;
}

.c-textbox4__img > img {
  display: block;
}

.c-textbox4__img__link {
  display: block;
  margin-top: 20px;
}

.c-textbox4__img__link > a {
  display: inline-block;
  font-size: 12px;
  color: #00a0e9;
  text-decoration: none;
  margin: auto;
  position: relative;
  padding-left: 1.2em;
}

.c-textbox4__img__link > a:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 0.5em solid transparent;
  border-left: 0.9em solid #00a0e9;
  position: absolute;
  left: 0.1em;
  top: 0;
  bottom: -0.2em;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .c-textbox4__img {
    margin: 15px 0 0;
  }
  .c-textbox4__img img {
    width: 184px;
    margin: auto;
  }
}

/*
------------------------------------------------------------*/
.c-textbox5 {
  width: 540px;
}

@media screen and (max-width: 767px) {
  .c-textbox5 {
    width: 100%;
  }
}

.c-textbox5__block {
  background-color: #fff;
  padding: 23px 20px;
}

@media screen and (max-width: 767px) {
  .c-textbox5__block {
    padding: 24px 17px;
  }
}

.c-textbox5__content {
  font-size: 1.8rem;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .c-textbox5__content {
    font-size: 1.6rem;
  }
}

.c-textbox5__content:first-child {
  margin-top: 0;
}

.c-textbox5__ttl {
  color: #34aca8;
  line-height: 40px;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 1.75rem;
}

@media screen and (max-width: 767px) {
  .c-textbox5__ttl {
    line-height: 2.4rem;
    margin-bottom: 13px;
    padding-left: 4px;
    letter-spacing: 0.6px;
  }
}

.c-textbox5__txt {
  letter-spacing: -0.5px;
  line-height: 1.6;
  font-size: 1.7rem;
}

.c-textbox5__txt--mb {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .c-textbox5__txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.c-textbox5__txt span {
  display: block;
  padding-left: 14px;
  letter-spacing: -0.3px;
}

@media screen and (max-width: 767px) {
  .c-textbox5__txt span {
    display: inline;
    padding-left: 0;
    letter-spacing: 0px;
  }
}

/*
------------------------------------------------------------*/
.c-textbox6 {
  background-color: #fff;
  padding: 74px 26px 28px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-textbox6 {
    padding: 85px 20px 28px;
  }
}

.c-textbox6__text {
  font-size: 1.8rem;
  line-height: 2.9rem;
  letter-spacing: -0.5px;
}

@media screen and (max-width: 767px) {
  .c-textbox6__text {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0px;
    text-align: justify;
  }
}

.c-textbox6 .c-title5 {
  position: absolute;
  top: -15px;
  left: 32px;
}

@media screen and (max-width: 767px) {
  .c-textbox6 .c-title5 {
    width: 100%;
    top: -19px;
    left: 11px;
  }
  .c-textbox6 .c-title5__text {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}

/*
------------------------------------------------------------*/
.c-textbox7 {
  font-size: 1.8rem;
  line-height: 30px;
  background-color: #fff;
  width: 350px;
  padding: 26px 21px 21px;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
  .c-textbox7 {
    width: 100%;
    font-size: 1.6rem;
    line-height: 24px;
  }
  .c-textbox7 span {
    font-size: 1.15rem;
  }
}

/*
------------------------------------------------------------*/
.c-textbox8 {
  background-color: #fff;
  font-size: 1.8rem;
  letter-spacing: 1px;
  line-height: 40px;
  padding: 43px 84px 41px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-textbox8 {
    padding: 20px 20px 27px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: -0.4px;
  }
}

.c-textbox8__img {
  margin-right: 49px;
}

@media screen and (max-width: 767px) {
  .c-textbox8__img {
    width: 16.5%;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-top: -2px;
    margin-right: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.c-textbox8__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-textbox8__text {
    width: 100%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

.c-textbox8__text:before {
  content: "";
  width: 1px;
  height: 83%;
  position: absolute;
  background-color: #316a94;
  left: 0;
  top: 11px;
}

@media screen and (max-width: 1100px) and (min-width: 800px) {
  .c-textbox8__text:before {
    height: 88%;
  }
}

@media screen and (max-width: 799px) and (min-width: 768px) {
  .c-textbox8__text:before {
    height: 91%;
  }
}

@media screen and (max-width: 767px) {
  .c-textbox8__text:before {
    width: 82%;
    height: 1px;
    top: calc(100% + 30px);
    left: auto;
    right: -10px;
  }
}

.c-textbox8__bor {
  padding-left: 32px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-textbox8__bor {
    padding-left: 0;
    text-align: justify;
  }
}

.c-textbox8__bor:before,
.c-textbox8__bor:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.c-textbox8__bor:before {
  top: 50%;
  border-color: transparent #316a94 transparent transparent;
  border-width: 10px 18px 10px 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -18px;
}

@media screen and (max-width: 767px) {
  .c-textbox8__bor:before {
    border-width: 11px 11px 0 0;
    border-color: #316a94 transparent transparent transparent;
    top: calc(100% + 54px);
    left: 23%;
    -webkit-transform: skewX(-18deg);
    -ms-transform: skewX(-18deg);
    transform: skewX(-18deg);
  }
}

.c-textbox8__bor:after {
  top: 50%;
  border-color: transparent #fff transparent transparent;
  border-width: 10px;
  border-width: 9px 17px 9px 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -16px;
}

@media screen and (max-width: 767px) {
  .c-textbox8__bor:after {
    border-width: 9px 9px 0 0;
    border-color: #fff transparent transparent transparent;
    top: calc(100% + 53px);
    left: calc(23% + 2px);
    -webkit-transform: skewX(-18deg);
    -ms-transform: skewX(-18deg);
    transform: skewX(-18deg);
  }
}

.c-textbox8__sign {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .c-textbox8__sign {
    text-align: left;
    margin-left: -0.5em;
  }
}

.c-textbox8__mode {
  line-height: 29px;
}

@media screen and (max-width: 767px) {
  .c-textbox8--man .c-textbox8__text:before {
    top: calc(100% + 20px);
  }
  .c-textbox8--man .c-textbox8__bor:before {
    top: calc(100% + 44px);
  }
  .c-textbox8--man .c-textbox8__bor:after {
    top: calc(100% + 43px);
  }
  .c-textbox8--man .c-textbox8__img {
    margin-top: -12px;
  }
}

/*
------------------------------------------------------------*/
.c-textbox9 {
  background-color: #fff;
  padding: 63px 0 97px;
}

@media screen and (max-width: 767px) {
  .c-textbox9 {
    background-color: transparent;
    padding: 0;
  }
}

.c-textbox9__block {
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-textbox9__block {
    padding-top: 22px;
  }
  .c-textbox9__block:nth-child(2) {
    margin-top: 62px;
  }
}

.c-textbox9 .c-textbox8 {
  line-height: 29px;
  padding: 0 5px;
  width: 465px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  .c-textbox9 .c-textbox8 {
    width: 100%;
    line-height: 24px;
    padding: 0 12px;
  }
  .c-textbox9 .c-textbox8:nth-child(2) {
    margin-top: 20px;
  }
}

.c-textbox9 .c-textbox8__text {
  padding: 18px 0 0;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .c-textbox9 .c-textbox8__text {
    padding: 18px 7px 0;
    letter-spacing: 1px;
  }
}

.c-textbox9 .c-textbox8__text:before {
  top: 0;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .c-textbox9 .c-textbox8__text:before {
    height: 1px;
    top: 114%;
    right: auto;
    left: 0;
  }
}

.c-textbox9 .c-textbox8__img {
  width: 76px;
  margin-right: 29px;
}

@media screen and (max-width: 767px) {
  .c-textbox9 .c-textbox8__img {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 0;
    width: 49px;
    margin-top: -12px;
  }
}

.c-textbox9 .c-textbox8__img img {
  width: 100%;
}

.c-textbox9 .c-textbox8__bor {
  padding-left: 40px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .c-textbox9 .c-textbox8__bor {
    padding-left: 0;
  }
}

.c-textbox9 .c-textbox8__bor:before {
  top: 44%;
}

@media screen and (max-width: 767px) {
  .c-textbox9 .c-textbox8__bor:before {
    top: 116%;
    left: 75%;
    -webkit-transform: skewX(53deg);
    -ms-transform: skewX(53deg);
    transform: skewX(53deg);
  }
}

.c-textbox9 .c-textbox8__bor:after {
  top: 44%;
}

@media screen and (max-width: 767px) {
  .c-textbox9 .c-textbox8__bor:after {
    top: 116%;
    left: 75%;
    -webkit-transform: skewX(53deg);
    -ms-transform: skewX(53deg);
    transform: skewX(53deg);
  }
}

.c-textbox9__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 59px 0 69px;
  margin: 52px 0 63px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .c-textbox9__list {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-textbox9__list {
    display: block;
    padding: 52px 0 30px;
    margin: 0;
  }
}

.c-textbox9__txt {
  font-size: 1.8rem;
  line-height: 29px;
  padding: 0 0 0 51px;
  margin: 6px 0 0;
  letter-spacing: 0.7px;
}

@media screen and (max-width: 767px) {
  .c-textbox9__txt {
    padding: 87px 20px 35px;
    margin: 0;
    font-size: 1.6rem;
    letter-spacing: 1px;
    line-height: 24px;
  }
}

.c-textbox9 .c-title5 {
  margin: 0 0 0 12px;
}

@media screen and (max-width: 767px) {
  .c-textbox9 .c-title5 {
    position: absolute;
    width: 100%;
    top: -19px;
    left: 0;
    margin: 0;
  }
}

.c-textbox9 .c-title5__text {
  margin: 0 0 0 22px;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

@media screen and (max-width: 767px) {
  .c-textbox9 .c-title5__text {
    margin: 12px 0 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    line-height: 26px;
  }
}

@media screen and (max-width: 767px) {
  .c-textbox9 .c-title5__ttl {
    margin: 0 0 0 10px;
  }
}

/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-textbox10 {
    padding: 0 12.5px;
  }
}

.c-textbox10 .c-title2 {
  margin-bottom: 30px;
  text-align: left;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .c-textbox10 .c-title2 {
    margin-bottom: 20px;
    font-size: 2.4rem;
    letter-spacing: -1px;
  }
}

.c-textbox10__content {
  font-size: 1.8rem;
  line-height: 2.15;
  color: #316a94;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .c-textbox10__content {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}

/*
------------------------------------------------------------*/
.c-textbox11 p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .c-textbox11 p {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0 13px;
  }
}

.c-textbox11 a {
  color: #316a94;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .c-textbox11 a {
    pointer-events: none;
  }
}

.c-textbox11 span {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .c-textbox11 span {
    font-size: 2.4rem;
    line-height: 1.8;
  }
}

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
.c-navi1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-mainvisual001 {
  background: url("/jobs/assets/img/common/img507.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  margin-top: -100px;
  padding: 430px 0 444px;
}

@media screen and (max-width: 767px) {
  .c-mainvisual001 {
    background: url("/jobs/assets/img/common/img507-sp.jpg") top center no-repeat;
    background-size: cover;
    margin-bottom: 64px;
    margin-top: -66px;
    padding: 145px 0 344px;
  }
}

.c-mainvisual001__inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 1120px) {
  .c-mainvisual001__inner {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-mainvisual001__inner {
    width: 100%;
    max-width: 375px;
  }
}

.c-mainvisual001__ttl {
  font-weight: 700;
  letter-spacing: 7px;
  line-height: 1.43;
  font-size: 6rem;
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .c-mainvisual001__ttl {
    font-size: calc((100vw / 991) * 56);
  }
}

@media screen and (max-width: 767px) {
  .c-mainvisual001__ttl {
    padding: 0;
    line-height: 1.5;
    letter-spacing: 4px;
    margin-bottom: 3%;
    font-size: 3rem;
    margin-bottom: 12px;
  }
}

.c-mainvisual001__txt {
  letter-spacing: 3px;
  line-height: 2.2;
  font-size: 2.2rem;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .c-mainvisual001__txt {
    font-size: calc((100vw / 991) * 18);
  }
}

@media screen and (max-width: 767px) {
  .c-mainvisual001__txt {
    line-height: 1.5;
    letter-spacing: 2.2px;
    font-size: 1.6rem;
  }
}

.c-mainvisual001__circle1 {
  display: block;
  position: absolute;
  width: 170px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  color: #fff;
  background: #ef8059;
  border-radius: 50%;
  right: 0;
  top: 165px;
  padding: 52px 0 46px;
}

.c-mainvisual001__circle1:hover {
  background-color: #f4ac93;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .c-mainvisual001__circle1 {
    width: 116px;
    right: -5px;
    top: 183px;
    padding: 36px 0 32px;
  }
}

.c-mainvisual001__circle1 p {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .c-mainvisual001__circle1 p {
    font-size: 1.6rem;
  }
}

.c-mainvisual001__circle2 {
  display: block;
  position: absolute;
  width: 263px;
  text-align: center;
  text-decoration: none;
  color: #316a94;
  background: #ffe55f;
  border-radius: 50%;
  box-sizing: border-box;
  right: 133px;
  top: 267px;
  padding: 78px 25px 81px;
}

.c-mainvisual001__circle2:hover {
  background-color: #ffee97;
  opacity: 1;
}

.c-mainvisual001__circle2:hover > p {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .c-mainvisual001__circle2 {
    width: 168px;
    top: 242px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 50px 0 51px;
  }
}

.c-mainvisual001__circle2 p {
  font-weight: 700;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .c-mainvisual001__circle2 p {
    padding-left: 5px;
    font-size: 1.6rem;
  }
}

.c-mainvisual001__circle2 p span {
  font-weight: 500;
  display: block;
  font-size: 1.8rem;
  margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
  .c-mainvisual001__circle2 p span {
    margin-bottom: 0;
    letter-spacing: -1px;
    line-height: 1.43;
    font-size: 1.4rem;
  }
}

.c-mainvisual001__circle3 {
  display: block;
  position: absolute;
  width: 170px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #34ada8;
  box-sizing: border-box;
  border-radius: 50%;
  left: 0;
  top: 185px;
  padding: 48px 0 50px;
}

.c-mainvisual001__circle3:hover {
  background-color: #7bc9c6;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .c-mainvisual001__circle3 {
    width: 116px;
    top: 194px;
    left: -4px;
    padding: 32px 0 35px;
  }
}

.c-mainvisual001__circle3 p {
  font-size: 2.4rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .c-mainvisual001__circle3 p {
    letter-spacing: 0;
    font-size: 1.6rem;
  }
}

/*
------------------------------------------------------------*/
.c-video {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 960px) {
  .c-video {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-video {
    width: 100%;
  }
}

.c-video video {
  width: 100%;
  cursor: pointer;
}

.c-video__wrapbtn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-video__btn {
  position: relative;
  width: 148px;
  height: 148px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px 5px #ccc;
  box-shadow: 0 0 5px 5px #ccc;
}

@media screen and (max-width: 767px) {
  .c-video__btn {
    width: 15%;
    height: 28%;
  }
}

.c-video__btn:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 31px 0 31px 64px;
  border-color: transparent transparent transparent #316a94;
  top: 49%;
  left: 57%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .c-video__btn:after {
    border-width: 3vw 0 3vw 6vw;
  }
}

/*
------------------------------------------------------------*/
.c-mainvisual2 {
  background-image: url("/jobs/assets/img/staff/img408.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
  margin-top: -101px;
  padding: 283px 0 202px;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-mainvisual2 {
    padding: 20% 10px 22% !important;
  }
}

@media screen and (max-width: 767px) {
  .c-mainvisual2 {
    padding: 0;
    background-image: url("/jobs/assets/img/staff/img408-sp.png");
    padding: 154px 0 117px;
    margin-top: -68px;
  }
}

.c-mainvisual2__inner {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .c-mainvisual2__inner {
    margin-left: 10%;
    margin-top: 3%;
  }
}
@media screen and (max-width: 767px) {
  .c-mainvisual2__inner {
    width: 100%;
    margin: 0 auto;
  }
}

.c-mainvisual2__ttl {
  font-size: 6rem;
  letter-spacing: 10px;
  margin-bottom: 22px;
  letter-spacing: 6px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-mainvisual2__ttl {
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 4px;
    margin-bottom: 15px;
  }
}

.c-mainvisual2__sub {
  font-size: 2.2rem;
  line-height: 4.8rem;
  letter-spacing: 3.3px;
  padding: 0 266px 0 7px;
  display: block;
}

.c-mainvisual2__sub > .ib {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .c-mainvisual2__sub {
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: center;
    letter-spacing: 2px;
    padding: 0;
    max-width: 90%;
    margin: 0 auto;
  }
}

.c-mainvisual3 {
  padding: 94px 0 36px;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .c-mainvisual3 {
    overflow: hidden;
    padding: 60px 0;
  }
}

.c-mainvisual3 .l-inner {
  position: relative;
}

.c-mainvisual3 .l-inner:before {
  content: "";
  width: 194px;
  height: 138px;
  display: block;
  background: url("/jobs/assets/img/common/img400.png") no-repeat center;
  position: absolute;
  left: -32px;
  top: -29px;
}

@media screen and (max-width: 767px) {
  .c-mainvisual3 .l-inner:before {
    background: url("/jobs/assets/img/common/img400_sp.png") no-repeat center;
    width: 98px;
    height: 70px;
    left: -10px;
    top: -41px;
  }
}

.c-mainvisual3 .l-inner:after {
  content: "";
  width: 221px;
  height: 146px;
  display: block;
  background: url("/jobs/assets/img/common/img401.png") no-repeat center;
  position: absolute;
  right: -47px;
  top: -21px;
}

@media screen and (max-width: 767px) {
  .c-mainvisual3 .l-inner:after {
    background: url("/jobs/assets/img/common/img401_sp.png") no-repeat center;
    width: 97px;
    height: 64px;
    top: auto;
    bottom: -60px;
    right: -4px;
  }
}

.c-mainvisual3__title {
  text-align: center;
  font-size: 6rem;
  font-weight: bold;
  letter-spacing: 12px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .c-mainvisual3__title {
    font-size: 2.4rem;
    letter-spacing: 5px;
  }
}

.c-mainvisual3--mode2 {
  padding: 57px 0px 89px;
}

@media screen and (max-width: 767px) {
  .c-mainvisual3--mode2 {
    padding: 57px 0px 58px;
  }
}

.c-mainvisual3--mode2 .c-mainvisual3__sup {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 4px;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  .c-mainvisual3--mode2 .c-mainvisual3__sup {
    font-size: 1.6rem;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .c-mainvisual3--mode2 .c-mainvisual3__title {
    font-size: 2.2rem;
  }
}

.c-mainvisual3--mode2 .l-inner:before {
  top: 9px;
}

@media screen and (max-width: 767px) {
  .c-mainvisual3--mode2 .l-inner:before {
    top: -41px;
  }
}

.c-mainvisual3--mode2 .l-inner:after {
  top: 17px;
}

@media screen and (max-width: 767px) {
  .c-mainvisual3--mode2 .l-inner:after {
    top: auto;
    bottom: -42px;
  }
}

.c-card1 {
  border: 1px solid #396d92;
  position: relative;
  width: 333px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .c-card1 {
    width: 100%;
  }
}

.c-card1__img img {
  width: 100%;
  height: auto;
}

.c-card1__text {
  min-height: 147px;
  font-size: 1.5rem;
  line-height: 2.4rem;
  text-align: center;
  color: #fff;
  background-color: #396d92;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 18px 0 9px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .c-card1__text {
    font-size: 1.6rem;
  }
}

.c-card1 a {
  display: block;
}

.c-faq-list__item:not(:last-child) {
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .c-faq-list__item:not(:last-child) {
    margin-bottom: 19px;
  }
}

.c-faq-list__title {
  background-color: #76bad5;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  padding: 16px 27px;
  *zoom: 1;
  cursor: pointer;
}

.c-faq-list__title:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-faq-list__title {
    font-size: 1.6rem;
    padding: 2px 10px 4px;
  }
}

.c-faq-list__content {
  font-size: 1.8rem;
  color: #316a94;
  line-height: 1.7;
  padding: 14px 60px 10px;
  *zoom: 1;
}

.c-faq-list__content:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-faq-list__content {
    padding: 12px 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.c-faq-list__content .color {
  color: #00a0e9;
}

.c-faq-list__iconq {
  margin-right: 23px;
  float: left;
}

@media screen and (max-width: 767px) {
  .c-faq-list__iconq {
    margin-right: 19px;
  }
}

.c-faq-list__icona {
  margin-right: 24px;
  float: left;
}

@media screen and (max-width: 767px) {
  .c-faq-list__icona {
    margin-right: 21px;
  }
}

/*
------------------------------------------------------------*/
.c-label1 {
  background-color: #34aca8;
  color: #fff;
  min-width: 170px;
  display: inline-block;
  font-size: 1.8rem;
  position: relative;
  padding: 4px 25px;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .c-label1 {
    font-size: 1.6rem;
    min-width: 135px;
    padding: 4px 17px;
  }
}

.c-label1:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #34aca8;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: skew(33deg, 0deg);
  -ms-transform: skew(33deg, 0deg);
  transform: skew(33deg, 0deg);
}

/*
------------------------------------------------------------*/
.c-cardchar__inner:first-child {
  margin-bottom: 33px;
}

.c-cardchar__ttl {
  font-size: 3.4rem;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 0 0 15px;
}

@media screen and (max-width: 767px) {
  .c-cardchar__ttl {
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 2.5px;
    margin: 0 0 17px;
  }
}

@media screen and (max-width: 767px) {
  .c-cardchar__img img {
    width: 100%;
  }
}

/*------------------------------------------------------------
about company
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.p-ab-company .c-mainvisual2 {
  background-image: url("/jobs/assets/img/company/mv1.png");
}

@media screen and (max-width: 767px) {
  .p-ab-company .c-mainvisual2 {
    background-image: url("/jobs/assets/img/company/mv1-sp.png");
  }
}

.p-ab-company__block {
  padding: 80px 0 50px;
}

@media screen and (max-width: 767px) {
  .p-ab-company__block {
    padding: 60px 0 46px;
  }
}

.p-ab-company .c-list2 li {
  margin-bottom: 30px;
  width: calc(50% - 15px);
}

@media screen and (max-width: 767px) {
  .p-ab-company .c-list2 li {
    margin-bottom: 18px;
    width: 100%;
  }
}

/*------------------------------------------------------------
career_step
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .page-career_step .c-block-bottom {
    padding: 133px 0 134px;
  }
}

/*
------------------------------------------------------------*/
.p-career_step2 {
  padding: 99px 0 100px;
}

@media screen and (max-width: 767px) {
  .p-career_step2 {
    padding: 59px 0 60px;
  }
}

.p-career_step2__steps {
  margin-bottom: 103px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-career_step2__steps {
    margin-bottom: 58px;
  }
}

.p-career_step2__steps:before {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  left: 248px;
  top: 0;
  bottom: 0;
  background: url("/jobs/assets/img/common/bg_line.png") repeat-y;
  background-size: contain;
  -webkit-transform: rotateZ(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotateZ(-30deg);
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
  .p-career_step2__steps:before {
    left: 0;
    margin-left: 197px;
    transform: rotateZ(-22deg);
    height: 90%;
    top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-career_step2__steps:before {
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotate(0deg);
    transform: rotateZ(0deg);
    width: 3px;
    left: 50%;
    height: 90%;
    top: 50px;
  }
}

.p-career_step2__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-career_step2__row {
    display: block;
  }
}

.p-career_step2__row:not(:last-child) {
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .p-career_step2__row:not(:last-child) {
    margin-bottom: 81px;
  }
}

@media screen and (min-width: 768px) {
  .p-career_step2__row:first-child {
    margin-bottom: 83px;
  }

  .p-career_step2__row:first-child .p-career_step2__box {
    width: 220px;
  }
  .p-career_step2__row:first-child .p-career_step2__txt {
    width: calc(100% - 220px);
    padding-left: 20px;
  }

  .p-career_step2__row:first-child .p-career_step2__frame {
    padding-left: 83px;
    max-width: 670px;
    width: 100%;
  }

  .p-career_step2__row:first-child .p-career_step2__content {
    padding: 20px;
  }
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
  .p-career_step2__row:first-child .p-career_step2__box {
    width: 180px;
  }

  .p-career_step2__row:first-child .p-career_step2__txt {
    width: calc(100% - 180px);
  }

  .p-career_step2__row:first-child .p-career_step2__frame {
    padding-left: 7%;
  }
}

.p-career_step2__row:first-child .c-label1 {
  background-color: #316a94;
}

.p-career_step2__row:first-child .c-label1:after {
  background: #316a94;
}

.p-career_step2__row:first-child .p-career_step2__circle:nth-child(1) {
  background-color: #fff;
}

.p-career_step2__row:first-child .p-career_step2__circle:nth-child(1) span {
  color: #316a94;
}

.p-career_step2__row:first-child .p-career_step2__circle:nth-child(2) {
  background-color: #316a94;
}

@media screen and (max-width: 767px) {
  .p-career_step2__row:first-child .p-career_step2__frame:before {
    right: 89px;
  }
}

.p-career_step2__row:nth-child(2) .p-career_step2__circle {
  background-color: #76bad5;
}

.p-career_step2__row:nth-child(2) .c-label1 {
  background-color: #76bad5;
}

.p-career_step2__row:nth-child(2) .c-label1:after {
  background: #76bad5;
}

@media screen and (min-width: 768px) {
  .p-career_step2__row:nth-child(2) .p-career_step2__frame {
    max-width: 670px;
    width: 100%;
    padding-left: 83px;
    margin-top: -3px;
  }

  .p-career_step2__row:nth-child(2) .p-career_step2__box {
    width: 200px;
  }

  .p-career_step2__row:nth-child(2) .p-career_step2__frame:before {
    top: 55%;
  }

  .p-career_step2__row:nth-child(2) .p-career_step2__mark {
    padding-left: 123px;
  }

  .p-career_step2__row:nth-child(2) .p-career_step2__mark:before {
    background-image: url("/jobs/assets/img/career_step/img01.png");
    width: 50px;
    height: 152px;
    left: 28px;
    top: 22px;
  }
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
  .p-career_step2__row:nth-child(2) .p-career_step2__frame {
    padding-left: 7%;
  }

  .p-career_step2__row:nth-child(2) .p-career_step2__mark {
    padding-left: 11%;
  }
  .p-career_step2__row:nth-child(2) .p-career_step2__box {
    width: 130px;
  }

  .p-career_step2__row:nth-child(2) .p-career_step2__txt {
    width: calc(100% - 130px);
  }
}

@media screen and (max-width: 767px) {
  .p-career_step2__row:nth-child(2) .p-career_step2__mark:before {
    background-image: url("/jobs/assets/img/career_step/img01_sp.png");
    width: 25px;
    height: 76px;
    left: 30px;
    top: -70px;
  }
}

.p-career_step2__row:nth-child(3) .p-career_step2__circle {
  background-color: #f7ba8d;
}

.p-career_step2__row:nth-child(3) .c-label1 {
  background-color: #f7ba8d;
}

.p-career_step2__row:nth-child(3) .c-label1:after {
  background: #f7ba8d;
}

@media screen and (min-width: 768px) {
  .p-career_step2__row:nth-child(3) .p-career_step2__mark {
    padding-left: 247px;
  }
  .p-career_step2__row:nth-child(3) .p-career_step2__mark:before {
    background-image: url("/jobs/assets/img/career_step/img02.png");
    width: 246px;
    height: 234px;
    left: -14px;
    top: -25px;
  }
  .p-career_step2__row:nth-child(3) .p-career_step2__frame {
    padding-left: 91px;
    width: 566px;
    margin-top: 3px;
  }
  .p-career_step2__row:nth-child(3) .p-career_step2__frame:before {
    left: 37px;
    top: 54%;
  }
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
  .p-career_step2__row:nth-child(3) .p-career_step2__mark {
    padding-left: 210px;
  }

  .p-career_step2__row:nth-child(3) .p-career_step2__box {
    width: 130px;
  }

  .p-career_step2__row:nth-child(3) .p-career_step2__txt {
    width: calc(100% - 130px);
  }

  .p-career_step2__row:nth-child(3) .p-career_step2__frame {
    padding-left: 5%;
  }

  .p-career_step2__row:nth-child(3) .p-career_step2__frame:before {
    left: 11px;
  }

  .p-career_step2__row:nth-child(3) .p-career_step2__mark:before {
    width: 220px;
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .p-career_step2__row:nth-child(3) .p-career_step2__mark:before {
    background-image: url("/jobs/assets/img/career_step/img02_sp.png");
    width: 123px;
    height: 117px;
    left: 0px;
    top: -75px;
  }
}

.p-career_step2__row:nth-child(4) .p-career_step2__circle {
  background-color: #ef8059;
}

.p-career_step2__row:nth-child(4) .c-label1 {
  background-color: #ef8059;
}

.p-career_step2__row:nth-child(4) .c-label1:after {
  background: #ef8059;
}

@media screen and (min-width: 768px) {
  .p-career_step2__row:nth-child(4) .p-career_step2__mark {
    padding-left: 370px;
  }
  .p-career_step2__row:nth-child(4) .p-career_step2__mark:before {
    background-image: url("/jobs/assets/img/career_step/img03.png");
    width: 190px;
    height: 246px;
    left: 111px;
    top: -54px;
  }
  .p-career_step2__row:nth-child(4) .p-career_step2__frame {
    padding-left: 91px;
    max-width: 566px;
    width: 100%;
  }
  .p-career_step2__row:nth-child(4) .p-career_step2__frame:before {
    left: 37px;
    top: 56%;
  }
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
  .p-career_step2__row:nth-child(4) .p-career_step2__mark:before {
    width: 165px;
    height: 200px;
    left: 80px;
  }

  .p-career_step2__row:nth-child(4) .p-career_step2__mark {
    padding-left: 260px;
  }

  .p-career_step2__row:nth-child(4) .p-career_step2__frame {
    padding-left: 5%;
  }

  .p-career_step2__row:nth-child(4) .p-career_step2__frame:before {
    left: 12px;
  }

  .p-career_step2__row:nth-child(4) .p-career_step2__box {
    width: 130px;
  }

  .p-career_step2__row:nth-child(4) .p-career_step2__txt {
    width: calc(100% - 130px);
  }
}

@media screen and (max-width: 767px) {
  .p-career_step2__row:nth-child(4) .p-career_step2__mark:before {
    background-image: url("/jobs/assets/img/career_step/img03_sp.png");
    width: 95px;
    height: 123px;
    left: -10px;
    top: -70px;
  }
}

.p-career_step2__mark {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-career_step2__mark {
    margin-bottom: 80px;
  }
  .p-career_step2__mark--mb-small01 {
    margin-bottom: 41px;
  }
  .p-career_step2__mark--mb-small02 {
    margin-bottom: 52px;
  }
}

.p-career_step2__mark:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .p-career_step2__circles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-career_step2__circles .p-career_step2__circle {
    position: relative;
    margin: 0 !important;
  }
}

.p-career_step2__circles .p-career_step2__circle:nth-child(2) {
  margin-top: 0px;
}

.p-career_step2__circle {
  width: 200px;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
  .p-career_step2__circle {
    width: 150px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-career_step2__circle {
    width: 160px;
    height: 70px;
    margin: 0 auto;
  }
}

.p-career_step2__circle span {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .p-career_step2__circle span {
    font-size: 1.6rem;
    letter-spacing: 0.13em;
    line-height: 1.5;
  }
}

.p-career_step2__frame {
  position: relative;
}

.p-career_step2__frame:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 55px solid #bbdcea;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-career_step2__frame:before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: -25px;
    left: auto;
    right: 60px;
    border-top: none;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 60px solid #bbdcea;
    -webkit-transform: skewX(22deg);
    -ms-transform: skewX(22deg);
    transform: skewX(22deg);
  }
}

.p-career_step2__frame .c-label1 {
  padding: 1px 10px 1px 22px;
  min-width: 115px;
}

@media screen and (max-width: 767px) {
  .p-career_step2__frame .c-label1 {
    padding: 3px 5px 3px 27px;
  }
}

.p-career_step2__content {
  background-color: #bbdcea;
  padding: 20px 5px 20px 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-career_step2__content {
    display: block;
    padding: 20px 20px 16px 20px;
  }
}

.p-career_step2__box {
  background-color: #fff;
  min-width: 150px;
  height: 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-career_step2__box {
    width: 100%;
    height: auto;
    padding: 16px 10px;
    margin-bottom: 9px;
  }
}

.p-career_step2__box span {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  display: inline-block;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-career_step2__box span {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.p-career_step2__txt {
  font-size: 1.8rem;
  line-height: 2;
  padding-left: 19px;
  width: calc(100% - 150px);
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
  .p-career_step2__txt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .p-career_step2__txt {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 0;
  }
}

.p-career_step2__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 94px;
}

@media screen and (max-width: 767px) {
  .p-career_step2__info {
    display: block;
    margin-bottom: 58px;
  }
}

.p-career_step2__info li {
  width: calc(50% - 20px);
}

@media screen and (max-width: 767px) {
  .p-career_step2__info li {
    width: 100%;
  }
  .p-career_step2__info li:not(:last-child) {
    margin-bottom: 37px;
  }
}

.p-career_step2__info .c-textbox5 {
  width: 100%;
}

.p-career_step2 .c-textbox6 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .p-career_step2 .c-textbox6 {
    margin-bottom: 60px;
  }
}

/*------------------------------------------------------------
communication
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.p-communication2 {
  padding: 141px 0 0;
}

@media screen and (max-width: 767px) {
  .p-communication2 {
    padding: 35px 0 10px;
  }
}

.p-communication2 .c-title1 {
  margin-bottom: 47px;
}

@media screen and (max-width: 767px) {
  .p-communication2 .c-title1 {
    margin-bottom: 22px;
  }
}

.p-communication2 .c-title1 span {
  font-size: 1.8rem;
  line-height: 2.2;
  margin-top: 21px;
  text-align: left;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-communication2 .c-title1 span {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 13px;
    text-align: left;
    padding: 0 13px;
  }
}

/*
------------------------------------------------------------*/
.p-communication3 {
  padding: 141px 0 100px;
}

@media screen and (max-width: 767px) {
  .p-communication3 {
    padding: 15px 0 62px;
  }
}

.p-communication3 .c-title1 {
  margin-bottom: 47px;
}

@media screen and (max-width: 767px) {
  .p-communication3 .c-title1 {
    margin-bottom: 23px;
  }
}

.p-communication3 .c-title1 span {
  font-size: 1.8rem;
  line-height: 2.2;
  margin-top: 21px;
  text-align: left;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-communication3 .c-title1 span {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 13px;
    text-align: left;
    padding: 0 13px;
  }
}

.p-communication3__content {
  margin-bottom: 98px;
}

@media screen and (max-width: 767px) {
  .p-communication3__content {
    margin-bottom: 61px;
  }
}

.p-communication3__row:not(:last-child) {
  margin-bottom: 98px;
}

@media screen and (max-width: 767px) {
  .p-communication3__row:not(:last-child) {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-communication3__row .c-list10 {
    margin-bottom: 3px;
  }
}

/*------------------------------------------------------------
corp_info gaiyo
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.p-com_overview__block {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .p-com_overview__block {
    padding-bottom: 60px;
  }
}

.p-com_overview__block01 {
  padding-top: 135px;
}

@media screen and (max-width: 767px) {
  .p-com_overview__block01 {
    padding-top: 53px;
  }
}

.p-com_overview__block01 .tel {
  text-decoration: none;
  color: #316a94;
  pointer-events: none;
}

.p-com_overview__block01 .tel:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-com_overview__block01 .tel {
    pointer-events: auto;
  }
}

.p-com_overview__map {
  max-width: 850px;
  width: 100%;
  height: 450px;
  margin: 0 auto 32px;
}

@media screen and (max-width: 767px) {
  .p-com_overview__map {
    max-width: 335px;
    width: 100%;
    height: 280px;
    margin-bottom: 16px;
    margin-top: 35px;
  }
}

.p-com_overview__map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-com_overview__map iframe {
    height: auto;
    min-height: 280px;
  }
}

.p-com_overview .c-table1 tr:last-child th,
.p-com_overview .c-table1 tr:last-child td {
  border-bottom: none;
}

.p-com_overview .c-navi1 {
  margin-top: 66px;
}

@media screen and (max-width: 767px) {
  .p-com_overview .c-navi1 {
    margin-top: 57px;
  }
}

/*------------------------------------------------------------
data
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .p-data .c-mainvisual3--mode2 {
    padding: 36px 0px 53px;
  }
  .p-data .c-mainvisual3--mode2 .c-mainvisual3__title {
    line-height: 1.4;
  }
  .p-data .c-mainvisual3--mode2 .l-inner:before {
    top: -18px;
  }
  .p-data .c-mainvisual3--mode2 .l-inner:after {
    top: 56px;
  }
}

.p-data__block01 {
  padding: 141px 0 100px;
}

@media screen and (max-width: 767px) {
  .p-data__block01 {
    padding: 57px 0 40px;
  }
}

.p-data .c-title7 {
  letter-spacing: 5px;
  margin: 0 0 70px;
}

@media screen and (max-width: 767px) {
  .p-data .c-title7 {
    letter-spacing: 4px;
    margin: 0 0 36px;
  }
}

.p-data .c-list15 + .c-list15 {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .p-data .c-list15 + .c-list15 {
    margin-top: 32px;
  }
}

.p-data .mt1 {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .p-data .mt1 {
    margin-top: 34px;
  }
}

.p-data .mt2 {
  margin-top: 83px;
}

@media screen and (max-width: 767px) {
  .p-data .mt2 {
    margin-top: 34px;
  }
}

.p-data .mt3 {
  margin: 74px 0 75px;
}

@media screen and (max-width: 767px) {
  .p-data .mt3 {
    margin: 34px 0 36px;
  }
}

.p-data .c-navi1 {
  margin: 102px 0 0;
}

@media screen and (max-width: 767px) {
  .p-data .c-navi1 {
    margin: 62px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .page-data .c-block-bottom {
    padding: 41px 0 134px;
  }
}

/*------------------------------------------------------------
diversity
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .p-diversity .c-mainvisual3--mode2 {
    padding: 36px 0px 53px;
  }
  .p-diversity .c-mainvisual3--mode2 .c-mainvisual3__title {
    line-height: 1.4;
  }
  .p-diversity .c-mainvisual3--mode2 .l-inner:before {
    top: -18px;
  }
  .p-diversity .c-mainvisual3--mode2 .l-inner:after {
    top: 56px;
  }
}

@media screen and (max-width: 767px) {
  .p-diversity .c-textbox8 .c-textbox8__text .c-textbox8__sign {
    text-align: right;
  }
}

.p-diversity__block01 {
  padding: 140px 0 188px;
}

@media screen and (max-width: 767px) {
  .p-diversity__block01 {
    padding: 59px 0 42px;
  }
}

.p-diversity__block02 {
  padding: 0 0 133px;
}

@media screen and (max-width: 767px) {
  .p-diversity__block02 {
    padding: 0 0 52px;
  }
}

.p-diversity__block02 .c-title7 {
  margin: 0 0 85px 0;
}

@media screen and (max-width: 767px) {
  .p-diversity__block02 .c-title7 {
    margin: 0 0 25px 0;
  }
}

.p-diversity__block02 .c-textbox8 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-diversity__block02 .c-textbox8 {
    margin-bottom: 24px;
  }
}

.p-diversity__block02 .c-textbox8 + .c-textbox8 {
  padding: 62px 84px 62px 60px;
}

@media screen and (max-width: 767px) {
  .p-diversity__block02 .c-textbox8 + .c-textbox8 {
    padding: 20px 20px 27px;
    letter-spacing: 1.2px;
  }
}

.p-diversity__block03 {
  background: url("/jobs/assets/img/diversity/bg1.png") no-repeat;
  background-size: 432px;
  background-position: right bottom;
}

@media screen and (max-width: 991px) {
  .p-diversity__block03 {
    background-size: 250px;
    background-position: right 250px;
  }
}

@media screen and (max-width: 767px) {
  .p-diversity__block03 {
    background: url("/jobs/assets/img/diversity/bg1-sp.png") no-repeat;
    background-size: 74px;
    background-position: right 47px;
  }
}

.p-diversity__block04 {
  padding: 134px 0 100px;
}

@media screen and (max-width: 767px) {
  .p-diversity__block04 {
    padding: 62px 0 62px;
  }
}

.p-diversity__block04 .c-list14 {
  margin-top: 84px;
}

@media screen and (max-width: 767px) {
  .p-diversity__block04 .c-list14 {
    margin-top: 36px;
    padding: 0 12px;
  }
}

.p-diversity__block04 .c-navi1 {
  margin: 111px 0 0;
}

@media screen and (max-width: 767px) {
  .p-diversity__block04 .c-navi1 {
    margin: 54px 0 0;
  }
}

.p-diversity .c-title7 {
  letter-spacing: 4px;
}

.p-diversity .c-list9 {
  max-width: 1000px;
  margin-top: 85px;
  margin-left: auto;
  margin-right: auto;
}

.p-diversity .c-list9 .c-list9__item {
  width: 46%;
  max-width: 400px;
}

@media screen and (max-width: 767px) {
  .p-diversity .c-list9 {
    margin-top: 40px;
  }
  .p-diversity .c-list9 .c-list9__item {
    width: 100%;
  }
}

.p-diversity .c-btn1 {
  margin-bottom: 49px;
}

@media screen and (max-width: 767px) {
  .p-diversity .c-btn1 {
    margin-bottom: 17px;
  }
}

.p-diversity .c-btn1__link {
  padding: 31px 45px 27px 45px;
  width: 536px;
  letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
  .p-diversity .c-btn1__link {
    width: 450px;
  }
}

@media screen and (max-width: 767px) {
  .p-diversity .c-btn1__link {
    width: 100%;
    font-size: 1.4rem;
    width: 100%;
    padding: 9px 69px 10px 0px;
    letter-spacing: 0;
  }
  .p-diversity .c-btn1__link span {
    text-align: left;
    display: inline-block;
  }
}

.p-diversity .c-btn1--pdf .c-btn1__link {
  padding: 31px 55px 27px 0;
}

@media screen and (max-width: 767px) {
  .p-diversity .c-btn1--pdf .c-btn1__link {
    padding: 19px 29px 20px 0px;
  }
  .p-diversity .c-btn1--pdf .c-btn1__link span {
    text-align: center;
  }
}

/*------------------------------------------------------------
environment
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.p-environment__block {
  padding: 146px 0 101px;
}

@media screen and (max-width: 767px) {
  .p-environment__block {
    padding: 60px 0 61px;
  }
}

.p-environment .mt {
  margin-top: 96px;
}

@media screen and (max-width: 767px) {
  .p-environment .mt {
    margin-top: 58px;
  }
}

.p-environment .c-navi1 {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .p-environment .c-navi1 {
    margin-top: 59px;
  }
}

/*------------------------------------------------------------
faq
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.page-faq {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .page-faq .c-block-bottom {
    padding-top: 167px;
  }
  .page-faq .c-block-bottom .c-list1__card {
    padding: 40px 0 43px;
  }
}

@media screen and (max-width: 767px) {
  .page-faq .c-block-bottom {
    padding: 43px 0 134px;
  }
}

/*
------------------------------------------------------------*/
.p-faq1 {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .p-faq1 .c-mainvisual3 {
    padding: 94px 0 87px;
  }
}

.p-faq1 .c-list1--01 {
  padding: 100px 0 54px;
}

.p-faq1 .c-list1--01 .c-list1__card {
  padding: 31px 0;
}

@media screen and (max-width: 767px) {
  .p-faq1 .c-list1--01 .c-list1__card {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-faq1 .c-list1--01 {
    padding: 76px 0 21px;
  }
}

/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .p-faq2 .l-inner {
    padding: 0 40px;
  }
}

.p-faq2 .c-title3 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-faq2 .c-title3 {
    margin-bottom: 24px;
  }
}

.p-faq2__block:not(:last-child) {
  margin-bottom: 91px;
}

@media screen and (max-width: 767px) {
  .p-faq2__block:not(:last-child) {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-faq2 #anchor2 .c-faq-list__item:not(:last-child) {
    margin-bottom: 16px;
  }
  .p-faq2 #anchor2 .lts1 {
    letter-spacing: 1px;
  }
  .p-faq2 #anchor2 .lts2 {
    letter-spacing: -0.3px;
  }
}

@media screen and (max-width: 767px) {
  .p-faq2 #anchor3 .c-faq-list__item:not(:last-child) {
    margin-bottom: 16px;
  }
  .p-faq2 #anchor3 .lts3 {
    letter-spacing: 0.5px;
  }
}

/*------------------------------------------------------------
index
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.page-index .c-block-bottom {
  padding: 159px 0 160px;
}

@media screen and (max-width: 767px) {
  .page-index .c-block-bottom {
    padding: 35px 0 134px;
  }
}

/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .p-index {
    overflow: hidden;
  }
}

/*
------------------------------------------------------------*/
.p-index__001 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .p-index__001 {
    margin-bottom: 13px;
  }
}

@media screen and (min-width: 768px) {
  .p-index__001 .l-inner {
    max-width: 1360px;
  }
}

.p-index__001 .c-imgtxt1 {
  margin-bottom: 76px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-index__001 .c-imgtxt1 {
    margin: 0 0 -4px;
    padding-top: 29px;
  }
}

.p-index__001 .c-imgtxt1__content {
  width: calc(100% - 600px);
  padding: 0px 51px 0 120px;
}

@media screen and (max-width: 767px) {
  .p-index__001 .c-imgtxt1__content {
    width: 100%;
    padding: 0 13px;
  }
}

.p-index__001 .c-imgtxt1__img {
  width: 600px;
}

@media screen and (max-width: 767px) {
  .p-index__001 .c-imgtxt1__img {
    width: 100%;
  }
}

.p-index__001 .c-btn1 {
  text-align: center;
  margin-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .p-index__001 .c-btn1 {
    margin-bottom: 0;
  }
}

/*
------------------------------------------------------------*/
.p-index__002 {
  width: 100%;
  max-width: 1440px;
  padding-left: 80px;
  margin: 40px auto 160px;
}

@media screen and (max-width: 1400px) {
  .p-index__002 {
    padding-left: 100px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-index__002 {
    margin-bottom: 38px;
  }
}

@media screen and (min-width: 1441px) {
  .p-index__002 .l-inner {
    max-width: 1440px;
  }
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index__002 .l-inner {
    max-width: 1280px;
  }
}

.p-index__002 .c-title1 {
  margin-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .p-index__002 .c-title1 {
    font-size: 2.5rem;
    letter-spacing: 0;
    margin: 0 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-index__002 .c-title1 span {
    font-size: 1.4rem;
    letter-spacing: 3.8px;
    margin-top: -3px;
    line-height: 1.7;
  }
}

.p-index__002 .c-imgtxt3 {
  width: 100%;
  margin-bottom: 0;
}

.p-index__002 .c-imgtxt3__img {
  width: 800px;
}

.p-index__002 .c-imgtxt3__img {
  width: 70%;
}
.p-index__002 .c-imgtxt3__txt {
  width: 30%;
}

@media screen and (max-width: 1200px) {
  .p-index__002 .c-imgtxt3__img {
    width: 60%;
  }
  .p-index__002 .c-imgtxt3__txt {
    width: 40%;
  }
}

@media screen and (max-width: 900px) {
  .p-index__002 .c-imgtxt3__img {
    width: 53%;
  }
  .p-index__002 .c-imgtxt3__txt {
    width: 47%;
  }
}

@media screen and (max-width: 767px) {
  .p-index__002 .c-imgtxt3__img {
    width: 100%;
  }
  .p-index__002 .c-imgtxt3__txt {
    width: 100%;
  }
}

@media screen and (min-width: 1441px) {
  .p-index__002__list li:nth-child(odd) {
    padding-right: 80px;
  }
  .p-index__002__list li:nth-child(even) {
    padding-left: 80px;
  }
  .p-index__002__list li:nth-child(odd) .c-imgtxt3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .p-index__002__list li:nth-child(odd) .c-imgtxt3__txt {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index__002 {
    padding-left: 40px;
    padding-right: 20px;
  }
  .p-index__002__list li:nth-child(odd) {
    padding-right: 20px;
  }
  .p-index__002__list li:nth-child(even) {
    padding: 0 0 0 20px;
  }
  .p-index__002__list li:nth-child(odd) .c-imgtxt3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .p-index__002__list li:nth-child(odd) .c-imgtxt3__txt {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.p-index__002__list li:not(:last-child) {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .p-index__002 {
    padding-left: 0;
    padding-right: 0;
  }
  .p-index__002__list li:not(:last-child) {
    margin-bottom: 41px;
  }
}

@media screen and (max-width: 1120px) {
  .p-index__002__list li:last-child .c-imgtxt3 .c-imgtxt3__txt h3 {
    margin: 0;
    margin-bottom: 6%;
  }
}

@media screen and (max-width: 991px) {
  .p-index__002__list li:last-child .c-imgtxt3 .c-imgtxt3__txt h3 {
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 767px) {
  .p-index__002__list li:last-child .c-imgtxt3 .c-imgtxt3__txt h3 {
    margin: 14px 14px 19px;
  }
}

/*
------------------------------------------------------------*/
.p-index__003 {
  margin-bottom: 159px;
}

@media screen and (max-width: 767px) {
  .p-index__003 {
    margin-bottom: 59px;
  }
}

@media screen and (min-width: 768px) {
  .p-index__003 .l-inner {
    max-width: 1280px;
  }
}

@media screen and (min-width: 1441px) {
  .p-index__003 .l-inner {
    max-width: 1440px;
  }
}

.p-index__003 .c-imgtxt4 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-index__003 .l-inner {
    padding-left: 160px;
  }
  .p-index__003 .c-imgtxt4__img {
    background-color: #e9f4fa;
  }
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index__003 .l-inner {
    padding-left: 80px;
  }
}

.p-index__003 .c-imgtxt4__txt {
  padding-top: 3.8%;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .p-index__003 .c-imgtxt4__txt {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-index__003 .c-imgtxt4__txt {
    padding-top: 0;
    padding-bottom: 4%;
  }
}

.p-index__003 .c-imgtxt4 h3 {
  margin: 10%;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .p-index__003 .c-imgtxt4 h3 {
    margin: 3%;
  }
}

@media screen and (max-width: 767px) {
  .p-index__003 .c-imgtxt4 h3 {
    margin: 22px 14px 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-index__003 .c-imgtxt4 .c-btn2 {
    margin-bottom: 11px;
  }
}

.p-index__002 .c-imgtxt3 .c-imgtxt3__txt .c-btn2 {
  margin-bottom: 19px;
}

@media screen and (max-width: 1200px) {
  .p-index__002 .c-imgtxt3 .c-imgtxt3__txt .c-btn2 {
    margin-bottom: 10px;
  }
}

/*
------------------------------------------------------------*/
.p-index__004 {
  background: #fff;
  padding-top: 144px;
}

@media screen and (max-width: 767px) {
  .p-index__004 {
    padding: 13px 5% 0;
  }
}

.p-index__004 .c-title1 {
  margin-bottom: 112px;
}

@media screen and (max-width: 767px) {
  .p-index__004 .c-title1 {
    font-size: 2.5rem;
    margin-bottom: 13px;
  }
}

.p-index__004 .c-btn3 {
  text-align: center;
}

.p-index__004 .c-list1 {
  margin-bottom: 158px;
}

/*
------------------------------------------------------------*/
@media screen and (max-width: 1516px) {
  .p-index__002 .c-imgtxt4__txt {
    padding-top: 0;
  }
}

/*------------------------------------------------------------
internship
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.p-intership1 {
  background: url("/jobs/assets/img/internship/img_mv.jpg") no-repeat top center;
  background-size: cover;
  padding: 348px 0 287px;
  margin-bottom: 143px;
  margin-top: -1px;
}

@media screen and (max-width: 1033px) and (min-width: 768px) {
  .p-intership1 {
    background-position: right -450px bottom 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-intership1 {
    background: url("/jobs/assets/img/internship/img_mv_sp.jpg") no-repeat top center;
    background-size: cover;
    padding: 81px 0 30px;
    margin-bottom: 36px;
    margin-top: 0;
  }
}

.p-intership1__boxtitle {
  margin-bottom: 66px;
  letter-spacing: 0.2em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-intership1__boxtitle {
    text-align: center;
    margin-bottom: 310px;
  }
}

.p-intership1__title {
  font-size: 6rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 4px;
  letter-spacing: 11.5px;
}

@media screen and (max-width: 767px) {
  .p-intership1__title {
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 11px;
    letter-spacing: 5.5px;
  }
}

.p-intership1__subtit {
  font-size: 1.8rem;
}

.p-intership1__labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 42px;
  padding-left: 13px;
}

@media screen and (max-width: 767px) {
  .p-intership1__labels {
    padding: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 69px;
  }
}

.p-intership1__labels li {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  background-color: #34aca8;
  color: #fff;
  width: 100%;
  max-width: 176px;
  padding: 8px 5px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-intership1__labels li {
    font-size: 1.6rem;
    width: calc(50% - 4.5px);
  }
}

.p-intership1__labels li:not(:last-child) {
  margin-right: 18px;
}

@media screen and (max-width: 767px) {
  .p-intership1__labels li:not(:last-child) {
    margin: 0;
  }
}

.p-intership1__btns {
  padding-left: 13px;
}

@media screen and (max-width: 767px) {
  .p-intership1__btns {
    padding: 0 13px 0 26px;
  }
}

.p-intership1__btns li {
  width: 100%;
  max-width: 370px;
}

@media screen and (max-width: 767px) {
  .p-intership1__btns li {
    max-width: 100%;
  }
}

.p-intership1__btns li:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-intership1__btns li:not(:last-child) {
    margin-bottom: 31px;
  }
}

.p-intership1__btns span {
  color: #316a94;
  font-size: 2.8rem;
  line-height: 1.6;
  background-color: #fff;
  letter-spacing: 0.1em;
  display: block;
  text-decoration: none;
  position: relative;
  text-align: center;
  padding: 8px 5px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-intership1__btns span {
    font-size: 1.6rem;
    padding: 17px 5px;
    font-weight: bold;
  }
}

.p-intership1__btns span:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #316a94;
  position: absolute;
  left: -12px;
  top: -12px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-intership1__btns span:before {
    width: 18px;
    height: 18px;
  }
}

/*
------------------------------------------------------------*/
.p-intership2 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .p-intership2 {
    margin-bottom: 24px;
  }
}

.p-intership2 .c-title1 {
  margin-bottom: 88px;
}

@media screen and (max-width: 767px) {
  .p-intership2 .c-title1 {
    margin-bottom: 33px;
  }
}

.p-intership2 .c-title1 h2 {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-intership2 .c-title1 h2 {
    letter-spacing: 0;
  }
}

.p-intership2 .c-title1 span {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-top: 22px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-intership2 .c-title1 span {
    letter-spacing: 0.2em;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 10px;
  }
}

/*
------------------------------------------------------------*/
.p-intership3 {
  margin-bottom: 143px;
}

@media screen and (max-width: 767px) {
  .p-intership3 {
    margin-bottom: 53px;
  }
}

.p-intership3__boxfeature {
  background-color: #fff;
  padding: 46px 77px 50px 77px;
}

@media screen and (max-width: 991px) {
  .p-intership3__boxfeature {
    padding: 46px 30px 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-intership3__boxfeature {
    padding: 20px;
  }
}

.p-intership3 .c-title1 {
  margin-bottom: 54px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-intership3 .c-title1 {
    margin-bottom: 1em;
  }
}

.p-intership3__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-intership3__content {
    display: block;
  }
}

.p-intership3__content li {
  width: calc(50% - 33px);
}

@media screen and (max-width: 767px) {
  .p-intership3__content li {
    width: 100%;
  }
  .p-intership3__content li:not(:last-child) {
    margin-bottom: 41px;
  }
}

@media screen and (max-width: 767px) {
  .p-intership3 .c-imgtxt14__txt {
    letter-spacing: 0;
  }
}

/*
------------------------------------------------------------*/
.p-intership4 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .p-intership4 {
    margin-bottom: 62px;
  }
}

.p-intership4__content-bg {
  background-color: #fff;
}

.p-intership4 .c-title1 {
  margin-bottom: 79px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-intership4 .c-title1 {
    line-height: 1.4;
    margin-bottom: 37px;
  }
}

.p-intership4__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 77px 20px;
}

@media screen and (max-width: 991px) {
  .p-intership4__list {
    padding: 50px 35px 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-intership4__list {
    display: block;
    padding: 0;
  }
}

.p-intership4__list li {
  width: calc(50% - 31px);
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-intership4__list li {
    width: 100%;
    margin-bottom: 0;
  }
}

.p-intership4__list .c-textbox8 {
  padding: 0;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-intership4__list .c-textbox8 {
    padding: 35px 10px 7px 13px;
  }
}

.p-intership4__list .c-textbox8__img {
  margin-right: 28px;
}

@media screen and (max-width: 767px) {
  .p-intership4__list .c-textbox8__img {
    margin-right: 0;
    margin-top: 3px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .p-intership4__list .c-textbox8__text {
    padding: 0;
  }
  .p-intership4__list .c-textbox8__text:before {
    height: 100%;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-intership4__list .c-textbox8__text:before {
    width: 78%;
    left: 0;
    top: calc(100% + 15px);
  }
}

.p-intership4__list .c-textbox8__bor {
  position: static;
}

@media screen and (min-width: 768px) {
  .p-intership4__list .c-textbox8__bor {
    position: relative;
  }
  .p-intership4__list .c-textbox8__bor:before,
  .p-intership4__list .c-textbox8__bor:after {
    top: 3em;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
  }
}

@media screen and (max-width: 767px) {
  .p-intership4__list .c-textbox8__bor:before {
    top: calc(100% + 15px);
    -webkit-transform: skewX(53deg);
    -ms-transform: skewX(53deg);
    transform: skewX(53deg);
    left: 74%;
  }
  .p-intership4__list .c-textbox8__bor:after {
    top: calc(100% + 15px);
    left: 74%;
    -webkit-transform: skewX(53deg);
    -ms-transform: skewX(53deg);
    transform: skewX(53deg);
  }
}

.p-intership4__btn .c-btn6 {
  margin: 0 auto 100px;
  max-width: 436px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-intership4__btn .c-btn6 {
    margin-bottom: 59px;
  }
  .p-intership4__btn .c-btn6__link {
    padding: 18px 0 15px;
    letter-spacing: 3px;
  }
}

@media screen and (min-width: 768px) {
  .p-intership4__btn .c-btn6__link {
    padding: 33px 0;
  }
}

.p-intership4__impressions-img {
  padding: 0 77px 70px;
  margin-bottom: 150px;
}

@media screen and (max-width: 991px) {
  .p-intership4__impressions-img {
    padding: 0 35px 50px;
  }
}

.p-intership4__impressions-img > img {
  width: 49.5%;
}

.p-intership4__impressions-img > img:first-child {
  margin-right: 1%;
}

@media screen and (max-width: 767px) {
  .p-intership4__impressions-img {
    padding: 25px 12px 40px;
    margin-bottom: 60px;
  }
  .p-intership4__impressions-img > img {
    width: 100%;
  }
  .p-intership4__impressions-img > img:first-child {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

/*------------------------------------------------------------
introduction
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.p-introduction2 {
  padding: 120px 0 80px;
}

.p-introduction2 .c-text6 {
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .p-introduction2 {
    padding: 40px 0 0;
  }

  .p-introduction2 .c-text6 {
    margin-bottom: 50px;
  }
}

.p-introduction2 .c-title2 {
  margin-bottom: 75px;
  line-height: 1.83;
}

@media screen and (max-width: 767px) {
  .p-introduction2 .c-title2 {
    font-size: 2.4rem;
    letter-spacing: 0.13em;
    line-height: 1.7;
    margin-bottom: 28px;
  }
}

.p-introduction2 .c-title1 {
  margin-bottom: 88px;
}

@media screen and (max-width: 767px) {
  .p-introduction2 .c-title1 {
    margin-bottom: 17px;
  }
}

.p-introduction2__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-introduction2__box {
    display: block;
  }
}

.p-introduction2__box-img {
  width: 57.7%;
}

@media screen and (max-width: 767px) {
  .p-introduction2__box-img {
    width: 100%;
    margin-bottom: 35px;
  }
}

.p-introduction2__box-txt {
  width: 42.3%;
  padding: 59px 0 0 43px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .p-introduction2__box-txt {
    width: 100%;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

/*
------------------------------------------------------------*/
.p-introduction3 {
  padding: 63px 0 100px;
}

@media screen and (max-width: 767px) {
  .p-introduction3 {
    padding: 39px 0 60px;
  }
}

.p-introduction3 .c-title1 {
  margin-bottom: 71px;
}

@media screen and (max-width: 767px) {
  .p-introduction3 .c-title1 {
    margin-bottom: 11px;
  }
}

.p-introduction3__info {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .p-introduction3__info {
    padding: 0 13px;
    margin-bottom: 57px;
  }
}

.p-introduction3__info li:not(:last-child) {
  margin-bottom: 91px;
}

@media screen and (max-width: 767px) {
  .p-introduction3__info li:not(:last-child) {
    margin-bottom: 32px;
  }
}

.p-introduction3__info .c-title2 {
  text-align: left;
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .p-introduction3__info .c-title2 {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 12px;
  }
}

.p-introduction3__txt {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .p-introduction3__txt {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.4px;
    text-align: justify;
  }
}

.p-introduction3 .c-textbox4 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .p-introduction3 .c-textbox4 {
    margin-bottom: 58px;
  }
}

/*------------------------------------------------------------
jobdiscussion-vol1
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.p-jobsvol1__contain > div:nth-child(even) {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__contain {
    text-align: justify;
  }
}

.p-jobsvol1__block01 {
  padding: 0px 0 50px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block01 {
    padding: 38px 0 4px;
  }
}

.p-jobsvol1__block01 .c-imgtxt2__ttl,
.p-jobsvol1__block01 .c-imgtxt2__img {
  width: auto;
}

.p-jobsvol1__block02 {
  padding: 30px 0 1px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block02 {
    padding: 32px 0 8px;
  }
}

@media screen and (min-width: 768px) {
  .p-jobsvol1__block02 .c-imgtxt2__ttl {
    width: 100%;
  }

  .p-jobsvol1__block02 .c-imgtxt2__img {
    width: 61.6%;
  }
}

.p-jobsvol1__block03 {
  padding: 30px 0 1px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block03 {
    padding: 30px 0;
  }
}

@media screen and (max-width: 991px) {
  .p-jobsvol1__block03 .c-imgtxt12__img {
    width: 38.2%;
  }
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block03 .c-imgtxt12__img {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .p-jobsvol1__block03 .c-list7 {
    padding-left: 20px;
    width: 61.8%;
  }
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block03 .c-list7 {
    padding: 0;
    width: 100%;
  }
}

.p-jobsvol1__block03 .c-list7__item:nth-child(4) {
  margin: -37px 0 28px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block03 .c-list7__item:nth-child(4) {
    margin: -3px 0 6px;
  }
}

.p-jobsvol1__block04 {
  padding: 40px 0 1px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block04 {
    padding: 30px 0;
  }
}

.p-jobsvol1__block05 {
  padding: 30px 0 1px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block05 {
    padding: 30px 0;
  }
}

.p-jobsvol1__block05 .c-title1 {
  margin-bottom: -10px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block05 .c-title1 {
    margin-bottom: 21px;
  }
}

@media screen and (max-width: 991px) {
  .p-jobsvol1__block05 .c-imgtxt12__img {
    width: 38.2%;
  }
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block05 .c-imgtxt12__img {
    width: 100%;
  }
}

.p-jobsvol1__block05 .c-list7 {
  margin-top: 49px;
}

@media screen and (max-width: 991px) {
  .p-jobsvol1__block05 .c-list7 {
    padding-right: 20px;
    width: 61.8%;
  }
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block05 .c-list7 {
    margin-top: 2px;
    width: 100%;
  }
}

.p-jobsvol1__block05 .c-list7__item {
  margin-bottom: 42px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block05 .c-list7__item {
    margin-bottom: 17px;
  }
}

.p-jobsvol1__block05 .c-list7__item:first-child {
  margin-bottom: 42px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block05 .c-list7__item:first-child {
    margin-bottom: 17px;
  }
}

.p-jobsvol1__block05 .c-list7__item:first-child .c-list7__img {
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block05 .c-list7__item:nth-child(2) .c-list7__img {
    padding-top: 10px;
  }
}

.p-jobsvol1__block05 .c-list7__img {
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block05 .c-list7__img {
    padding-top: 10%;
  }
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block05 .c-list7__txt {
    letter-spacing: -0.5px;
  }
}

.p-jobsvol1__block05 .c-list7__person {
  top: 10px;
}

.p-jobsvol1__block06 {
  padding: 30px 0 40px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block06 {
    padding: 30px 0;
  }
}

.p-jobsvol1__block06 .c-title1 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block06 .c-title1 {
    margin-bottom: 20px;
  }
}

.p-jobsvol1__block06__img {
  padding-left: 173px;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .p-jobsvol1__block06__img {
    padding-left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block06__img {
    width: 100%;
    margin-bottom: 2px;
  }
  .p-jobsvol1__block06__img img {
    width: 100%;
  }
}

.p-jobsvol1__block06 .c-list7 {
  margin-top: 49px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block06 .c-list7 {
    margin-top: 0;
  }
}

.p-jobsvol1__block06 .c-list7__item {
  margin-bottom: 43px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block06 .c-list7__item {
    margin-bottom: 5px;
  }
}

.p-jobsvol1__block06 .c-list7__item:first-child {
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block06 .c-list7__item:first-child {
    margin-bottom: 19px;
  }
}

.p-jobsvol1__block06 .c-text3 {
  font-size: 1.8rem;
  margin-top: -2px;
  padding: 0 121px;
  letter-spacing: 0.7px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block06 .c-text3 {
    font-size: 1.6rem;
    line-height: 24px;
    padding: 0 0 0 25%;
    margin: 22px 0 0;
  }
}

.p-jobsvol1__block07 {
  padding: 30px 0 10px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block07 {
    padding: 30px 0;
  }
}

.p-jobsvol1__block07 .c-title1 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block07 .c-title1 {
    letter-spacing: 0;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block07 .c-list7__txt {
    letter-spacing: -0.2px;
  }
}

.p-jobsvol1__block08 {
  padding: 30px 0 3px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block08 {
    padding: 30px 0;
  }
}

.p-jobsvol1__block08 .c-title1 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block08 .c-title1 {
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 991px) {
  .p-jobsvol1__block08 .c-title1 br:nth-child(2) {
    display: none;
  }
}

.p-jobsvol1__block08 .c-text3 {
  letter-spacing: 0.5px;
  width: 575px;
  margin: 81px auto 155px;
  padding-left: 46px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block08 .c-text3 {
    width: 100%;
    max-width: 280px;
    margin: 50px auto 56px;
    padding: 0;
    font-size: 1.6rem;
    line-height: 24px;
  }
}

.p-jobsvol1__block08 .c-list7 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block08 .c-list7 {
    margin-top: 0;
  }
}

.p-jobsvol1__block08 .c-list7__item {
  margin-bottom: 44px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol1__block08 .c-list7__item {
    margin-bottom: 18px;
  }
}

.p-jobsvol1__block08 .c-list7__img {
  padding-top: 10px;
}

.p-jobsvol1__block08 .c-list7__person {
  top: 10px;
}

.p-jobsvol1 .c-title1 {
  text-align: left;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-jobsvol1 .c-title1 {
    font-weight: bold;
    line-height: 1.4;
    padding-left: 13px;
    letter-spacing: 0;
  }
}

/*------------------------------------------------------------
jobdiscussion-vol2
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.p-jobsvol2__contain > div:nth-child(even) {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-jobsvol2__contain {
    text-align: justify;
  }
}

.p-jobsvol2__block01 {
  padding: 0;
  margin-bottom: -26px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol2__block01 {
    padding: 36px 0 0;
  }
}

.p-jobsvol2__block02 {
  padding: 30px 0 1px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol2__block02 {
    padding: 36px 0 13px;
  }
}

.p-jobsvol2__block02 .c-imgtxt8 .c-imgtxt2__ttl {
  width: 100%;
}

.p-jobsvol2__block02 .c-list7__item:first-child {
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol2__block02 .c-list7__item:first-child {
    margin-bottom: 21px;
  }
}

.p-jobsvol2__block02 .c-list7__item:nth-child(2) {
  margin-bottom: 15px;
}

.p-jobsvol2__block02 .c-list7__item:nth-child(2) .c-list7__txt {
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol2__block02 .c-list7__item:nth-child(2) .c-list7__txt {
    padding-top: 0;
  }
}

.p-jobsvol2__block03 {
  padding: 30px 0 60px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol2__block03 {
    padding: 30px 0;
  }
}

.p-jobsvol2__block03 .c-imgtxt10 .c-title1 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol2__block03 .c-imgtxt10 .c-title1 {
    margin-bottom: 19px;
  }
}

.p-jobsvol2__block03 .c-imgtxt10 .c-list7__item {
  margin-bottom: 41px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol2__block03 .c-imgtxt10 .c-list7__item {
    margin-bottom: 18px;
  }
}

.p-jobsvol2__block03 .c-imgtxt10 .c-list7__item:first-child {
  margin-bottom: 31px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol2__block03 .c-imgtxt10 .c-list7__item:first-child {
    margin-bottom: 19px;
  }
}

.p-jobsvol2__block03 .c-imgtxt10 .c-list7__item:first-child .c-list7__img {
  padding-top: 9px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol2__block03 .c-imgtxt10 .c-list7__item:first-child .c-list7__img {
    padding-top: 3.5%;
  }
}

.p-jobsvol2__block03 .c-imgtxt10__imgs {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-jobsvol2__block03 .c-imgtxt10__imgs {
    margin: 0;
  }
}

.p-jobsvol2__block04 {
  padding: 30px 0 1px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol2__block04 {
    padding: 30px 0;
  }
}

.p-jobsvol2__block04 .c-imgtxt10 .c-list7__item {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol2__block04 .c-imgtxt10 .c-list7__item {
    margin-bottom: 23px;
  }
}

@media screen and (max-width: 767px) {
  .p-jobsvol2__block04 .c-imgtxt10 .c-list7__txt {
    letter-spacing: -0.5px;
  }
}

.p-jobsvol2__block05 {
  padding: 30px 0 40px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol2__block05 {
    padding: 30px 0;
  }
}

.p-jobsvol2__block05 .c-imgtxt10 .c-title1 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol2__block05 .c-imgtxt10 .c-title1 {
    margin-bottom: 19px;
  }
}

.p-jobsvol2__block05 .c-imgtxt10 .c-list7__item {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol2__block05 .c-imgtxt10 .c-list7__item {
    margin-bottom: 10px;
  }
}

.p-jobsvol2__block05 .c-imgtxt10 .c-list7__item:first-child {
  margin-bottom: 19px;
}

.p-jobsvol2__block05 .c-imgtxt10 .c-list7__item:nth-child(6) {
  margin: 36px 0 49px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol2__block05 .c-imgtxt10 .c-list7__item:nth-child(6) {
    margin: 13px 0 0px;
  }
}

.p-jobsvol2__block05 .c-imgtxt10 .c-list7__item:nth-last-child(2) {
  margin: 49px 0 38px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol2__block05 .c-imgtxt10 .c-list7__item:nth-last-child(2) {
    margin: 23px 0 18px;
  }
}

.p-jobsvol2__block05 .c-imgtxt10__imgs {
  margin: 40px 0;
}

@media screen and (max-width: 767px) {
  .p-jobsvol2__block05 .c-imgtxt10__imgs {
    margin: 0;
  }
}

.p-jobsvol2__block06 {
  padding: 30px 0 4px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol2__block06 {
    padding: 30px 0;
  }
  .p-jobsvol2__block06 .c-list7__item:first-child .c-list7__txt {
    letter-spacing: -0.5px;
  }
  .p-jobsvol2__block06 .c-list7__txt {
    letter-spacing: 0.6px;
  }
}

.p-jobsvol2__block06 .c-list7__item:nth-child(2) .c-list7__txt,
.p-jobsvol2__block06 .c-list7__item:nth-child(4) .c-list7__txt {
  padding-top: 16px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol2__block06 .c-list7__item:nth-child(2) .c-list7__txt,
  .p-jobsvol2__block06 .c-list7__item:nth-child(4) .c-list7__txt {
    padding-top: 7px;
  }
}

.p-jobsvol2__block06 .c-text3 {
  letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol2__block06 .c-text3 {
    padding-left: 0;
  }
}

.p-jobsvol2 .c-navi1 {
  margin-top: 66px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol2 .c-navi1 {
    margin-top: 57px;
  }
}

/*------------------------------------------------------------
message
------------------------------------------------------------*/
.p-message .c-mainvisual2 {
  padding: 283px 0 250px;
  background-image: url("/jobs/assets/img/message/mv1.png");
}

@media screen and (max-width: 767px) {
  .p-message .c-mainvisual2 {
    padding: 154px 0 189px;
    background-image: url("/jobs/assets/img/message/mv1-sp.png");
  }
}

.p-message__sign {
  margin: 32px 0;
}

/*
------------------------------------------------------------*/
.p-message__001 {
  padding-top: 162px;
  padding-bottom: 39px;
}

@media screen and (max-width: 767px) {
  .p-message__001 {
    padding-top: 0;
    padding-bottom: 24px;
  }
}

.p-message__001 .c-imgtxt2__ttl {
  padding-bottom: 250px;
  padding-right: 10px;
  width: 59.1%;
}

@media screen and (max-width: 860px) {
  .p-message__001 .c-imgtxt2__ttl {
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  .p-message__001 .c-imgtxt2__ttl {
    padding: 0;
    width: 100%;
  }
}

.p-message__001 .c-imgtxt2__img {
  width: 40.9%;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .p-message__001 .c-imgtxt2__img {
    width: 100%;
    position: static;
  }
}

.p-message__001 .c-text1 {
  width: 50%;
  margin-top: -58px;
  margin-bottom: 0;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-message__001 .c-text1 {
    width: 100%;
    margin: 36px 0 0;
    font-size: 1.6rem;
    letter-spacing: 0.1px;
    line-height: 1.5;
    padding: 0 13px;
  }
}

/*
------------------------------------------------------------*/
.p-message__002 {
  margin-bottom: 135px;
}

@media screen and (max-width: 767px) {
  .p-message__002 {
    margin-bottom: 28px;
  }
}

.p-message__002 .c-text1 {
  letter-spacing: 0;
  margin-bottom: 43px;
}

@media screen and (max-width: 767px) {
  .p-message__002 .c-text1 {
    margin-bottom: 24px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    padding: 0 10px 0 12px;
    font-size: 1.6rem;
  }
}

.p-message__002 .c-text1.p-message__sign {
  text-align: right;
  margin-top: -3px;
  letter-spacing: 1.3px;
}

@media screen and (max-width: 767px) {
  .p-message__002 .c-text1.p-message__sign {
    margin-top: 32px;
  }
}

/*
------------------------------------------------------------*/
.p-message__003 {
  padding-bottom: 100px;
}

.p-message__003 .c-navi1 {
  margin-top: 66px;
}

@media screen and (max-width: 767px) {
  .p-message__003 {
    padding-bottom: 62px;
  }
  .p-message__003 .c-navi1 {
    margin-top: 57px;
  }
}

.p-message__003 .c-text1 {
  letter-spacing: 0.8px;
}

@media screen and (max-width: 767px) {
  .p-message__003 .c-text1 {
    margin-bottom: 24px;
    letter-spacing: 0.4px;
    line-height: 1.5;
    padding: 0 12px;
    font-size: 1.6rem;
  }
}

.p-message__003 .c-title1 {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-message__003 .c-title1 {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-message__003 .c-textbox1__content {
    margin-top: 11px;
  }
}

.p-message__003 .c-textbox__title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-message__003 .mb1 {
  margin-bottom: 41px;
}

.p-message__003 .mb1 > a {
  text-decoration: none;
  color: #00a0e9;
  opacity: 1;
}

.p-message__003 .mb1 > a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .p-message__003 .mb1 {
    margin-bottom: 24px;
  }
}

.p-message__003 .mb2 {
  margin-bottom: 46px;
}

@media screen and (max-width: 767px) {
  .p-message__003 .mb2 {
    margin-bottom: 24px;
  }
}

/*
------------------------------------------------------------*/
.page-message .c-block-bottom {
  padding: 160px 0 161px;
}

@media screen and (max-width: 767px) {
  .page-message .c-block-bottom {
    padding: 59px 0 134px;
  }
}

/*------------------------------------------------------------
recruit_b
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.p-recruit_b2 {
  padding: 145px 0 100px;
}

@media screen and (max-width: 767px) {
  .p-recruit_b2 {
    padding: 55px 0 0;
  }
}

.p-recruit_b2 .c-title8 {
  margin-bottom: 129px;
}

@media screen and (max-width: 767px) {
  .p-recruit_b2 .c-title8 {
    margin-bottom: 30px;
  }
}

.p-recruit_b2 .c-title1 {
  text-align: left;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-recruit_b2 .c-title1 {
    text-align: center;
    margin-bottom: 10px;
  }
}

.p-recruit_b2__table {
  margin-bottom: 31px;
}

@media screen and (max-width: 767px) {
  .p-recruit_b2__table {
    padding: 0 13px;
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit_b2__table th {
    width: 330px;
  }
  .p-recruit_b2__table td {
    padding-bottom: 27px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit_b2__table .c-table2 td {
    letter-spacing: 0px;
  }
}

.p-recruit_b2__txt {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .p-recruit_b2__txt {
    padding: 0 13px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.7px;
  }
}

/*
------------------------------------------------------------*/
.p-recruit_b3 {
  padding: 10px 0 98px;
}

@media screen and (max-width: 767px) {
  .p-recruit_b3 {
    padding: 10px 0 60px;
  }
}

.p-recruit_b3 .c-title1 {
  text-align: center;
  margin-bottom: 53px;
}

@media screen and (max-width: 767px) {
  .p-recruit_b3 .c-title1 {
    text-align: center;
    margin-bottom: -3px;
  }
}

.p-recruit_b3 .c-textbox11 {
  text-align: center;
  margin-bottom: 92px;
}

@media screen and (max-width: 767px) {
  .p-recruit_b3 .c-textbox11 {
    margin-bottom: 59px;
  }
}

/*------------------------------------------------------------
recruit_c
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.p-recruit_c2 {
  padding: 145px 0 100px;
}

@media screen and (max-width: 767px) {
  .p-recruit_c2 {
    padding: 55px 0 0;
  }
}

.p-recruit_c2 .c-title8 {
  margin-bottom: 129px;
}

@media screen and (max-width: 767px) {
  .p-recruit_c2 .c-title8 {
    margin-bottom: 30px;
  }
}

.p-recruit_c2 .c-title1 {
  text-align: left;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-recruit_c2 .c-title1 {
    text-align: center;
    margin-bottom: 10px;
  }
}

.p-recruit_c2__table {
  margin-bottom: 37px;
}

@media screen and (max-width: 767px) {
  .p-recruit_c2__table {
    padding: 0 13px;
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit_c2__table th {
    width: 330px;
  }
  .p-recruit_c2__table td {
    padding-bottom: 25px;
  }
}

.p-recruit_c2__txt {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .p-recruit_c2__txt {
    padding: 0 13px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }
}

/*
------------------------------------------------------------*/
.p-recruit_c3 {
  padding: 34px 0 100px;
}

@media screen and (max-width: 767px) {
  .p-recruit_c3 {
    padding: 10px 0 60px;
  }
}

.p-recruit_c3 .c-title1 {
  text-align: left;
  margin-bottom: 53px;
}

@media screen and (max-width: 767px) {
  .p-recruit_c3 .c-title1 {
    text-align: center;
    margin-bottom: -3px;
  }
}

.p-recruit_c3 .c-textbox11 {
  margin-bottom: 97px;
}

@media screen and (max-width: 767px) {
  .p-recruit_c3 .c-textbox11 {
    margin-bottom: 59px;
  }
}

/*------------------------------------------------------------
recruit_flow
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.p-recruit_flow2 {
  padding: 139px 0 23px;
}

@media screen and (max-width: 767px) {
  .p-recruit_flow2 {
    padding: 35px 0 10px;
  }
}

.p-recruit_flow2 .c-title1 {
  text-align: left;
  margin-bottom: 51px;
}

@media screen and (max-width: 767px) {
  .p-recruit_flow2 .c-title1 {
    text-align: center;
    margin-bottom: 10px;
  }
}

.p-recruit_flow2__table {
  padding: 85px 13px 0;
}

@media screen and (max-width: 767px) {
  .p-recruit_flow2__table {
    padding: 35px 13px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit_flow2__table .c-table1 tr:first-child {
    border-top: 1px solid #316a94;
    padding-top: 35px;
  }
  .p-recruit_flow2__table .c-table1 tr:last-child {
    border-bottom: 1px solid #316a94;
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit_flow2__table .c-table2 tr {
    margin-bottom: 31px;
  }
}

.p-recruit_flow2__table .c-table2 tr:nth-child(3) td {
  padding: 21px 0 44px;
}

.p-recruit_flow2__table .c-table2 tr:nth-child(5) td {
  padding: 21px 0 13px;
}

.p-recruit_flow2__table .c-table2 tr:nth-child(7) td {
  padding: 21px 0 50px;
}

.p-recruit_flow2__table .c-table2 tr:nth-child(8) td {
  padding: 21px 0 57px;
}

.p-recruit_flow2__table .c-table2 tr:nth-child(9) td {
  padding: 21px 0 54px;
}

.p-recruit_flow2__table .c-table2 tr:nth-child(11) td {
  padding: 21px 0 58px;
}

@media screen and (max-width: 767px) {
  .p-recruit_flow2__table .c-table2 tr td {
    padding: 0 0 !important;
    letter-spacing: 0px;
  }
}

.p-recruit_flow2__table .c-table1 td .table-link,
.c-faq-list__content .table-link {
  color: #00a0e9;
  text-decoration: none;
}

.p-recruit_flow2__table .c-table1 td .table-link--arrow,
.c-faq-list__content .table-link--arrow {
  position: relative;
  padding-left: 1.3em;
  margin-right: 0.5em;
}

.p-recruit_flow2__table .c-table1 td .table-link--arrow:before,
.c-faq-list__content .table-link--arrow:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 8px solid transparent;
  border-left: 14px solid #00a0e9;
  position: absolute;
  left: 0.2em;
  bottom: 0.2em;
}

/*
------------------------------------------------------------*/
.p-recruit_flow3 {
  padding: 82px 0 0;
}

@media screen and (max-width: 767px) {
  .p-recruit_flow3 {
    padding: 8px 0 0;
  }
}

.p-recruit_flow3 .c-title1 {
  margin-bottom: 63px;
}

@media screen and (max-width: 767px) {
  .p-recruit_flow3 .c-title1 {
    text-align: center;
    margin-bottom: 15px;
  }
}

.p-recruit_flow3__flow {
  position: relative;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .p-recruit_flow3__flow {
    margin-bottom: 58px;
  }
}

.p-recruit_flow3__flow:before {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  left: 91px;
  top: 0;
  bottom: 0;
  background: url("/jobs/assets/img/common/bg_line.png") repeat-y;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-recruit_flow3__flow:before {
    width: 3px;
    left: 50%;
  }
}

.p-recruit_flow3__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-recruit_flow3__item {
    display: block;
  }
}

.p-recruit_flow3__item:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-recruit_flow3__item:nth-child(1) .p-recruit_flow3__content,
  .p-recruit_flow3__item:nth-child(2) .p-recruit_flow3__content {
    margin-top: 50px;
  }
}

.p-recruit_flow3__item:nth-child(4) .p-recruit_flow3__content {
  padding: 13px 77px 12px;
}

@media screen and (max-width: 767px) {
  .p-recruit_flow3__item:nth-child(4) .p-recruit_flow3__content {
    padding: 7px 20px;
  }
}

.p-recruit_flow3__item:nth-child(4) .p-recruit_flow3__txt {
  line-height: 1.5;
}

.p-recruit_flow3__circle {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  height: 88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-recruit_flow3__circle {
    margin: auto;
  }
}

.p-recruit_flow3__circle span {
  font-size: 1.8em;
  color: #fff;
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-recruit_flow3__circle span {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.p-recruit_flow3__circle--01 {
  background-color: #fff;
}

.p-recruit_flow3__circle--01 span {
  color: #316a94;
}

.p-recruit_flow3__circle--02 {
  background-color: #76bad5;
}

.p-recruit_flow3__circle--03 {
  background-color: #65a5c4;
}

.p-recruit_flow3__circle--04 {
  background-color: #5591b3;
}

.p-recruit_flow3__circle--05 {
  background-color: #437da3;
}

.p-recruit_flow3__circle--06 {
  background-color: #316a94;
}

.p-recruit_flow3__content {
  width: calc(100% - 265px);
  margin-left: 80px;
  padding: 26px 70px;
  background-color: #bbdcea;
  position: relative;
}

.p-recruit_flow3__content--btn-wrapper {
  padding: 18px 70px;
}

@media screen and (max-width: 1040px) {
  .p-recruit_flow3__content--btn-wrapper {
    padding: 18px 35px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit_flow3__content {
    width: 100%;
    margin: 50px 0 0;
    padding: 20px;
  }
  .p-recruit_flow3__content--btn-wrapper {
    padding: 20px;
  }
}

.p-recruit_flow3__content:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 53px solid #bbdcea;
  position: absolute;
  left: -53px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-recruit_flow3__content:before {
    top: -45px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    left: auto;
    right: 83px;
    border-top: none;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 45px solid #bbdcea;
    -webkit-transform: skewX(24deg);
    -ms-transform: skewX(24deg);
    transform: skewX(24deg);
  }
}

.p-recruit_flow3__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -25px;
}

@media screen and (max-width: 767px) {
  .p-recruit_flow3__nav {
    margin: 0;
    display: block;
  }
}

.p-recruit_flow3__nav li {
  padding: 0 25px;
  width: 33.33%;
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
  .p-recruit_flow3__nav li {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit_flow3__nav li {
    padding: 0;
    width: 100%;
  }
  .p-recruit_flow3__nav li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.p-recruit_flow3__nav .c-btn2__link {
  width: 100%;
  padding: 4px 12px 7px 9px;
  font-size: 2.3rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-recruit_flow3__nav .c-btn2__link {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 18px 10px;
  }
}

.p-recruit_flow3__nav .c-btn2__link:after {
  right: 12px;
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
  .p-recruit_flow3__nav .c-btn2__link:after {
    border-width: 0 3px 3px 0;
    width: 6px;
    height: 6px;
    right: 6px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit_flow3__nav .c-btn2__link:after {
    right: 31px;
  }
}

.p-recruit_flow3__txt {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-recruit_flow3__txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

/*------------------------------------------------------------
recruit
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.p-recruit .c-mainvisual2 {
  background-image: url("/jobs/assets/img/recruit/mv1.png");
}

@media screen and (max-width: 767px) {
  .p-recruit .c-mainvisual2 {
    background-image: url("/jobs/assets/img/recruit/mv1-sp.png");
    padding: 155px 0 140px;
  }
}

.p-recruit__block {
  padding: 80px 0 50px;
}

@media screen and (max-width: 767px) {
  .p-recruit__block {
    padding: 60px 0 43px;
  }
}

#seman {
  overflow: hidden;
}

#seman .c-mainvisual3 {
  background: #ffffff;
}

#seman .c-seman__contain {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  #seman .c-seman__contain {
    padding: 60px 0;
    max-width: 100%;
  }
}

#seman .c-seman__img {
  margin: 0 auto 100px;
  width: 100%;
  max-width: 507px;
}

@media screen and (max-width: 767px) {
  #seman .c-seman__img {
    max-width: 100%;
  }
}

#seman .c-seman__img > img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #seman .c-seman__img {
    margin-bottom: 60px;
  }
}

/*------------------------------------------------------------
sitemap
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.page-sitemap {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .page-sitemap .c-block-bottom {
    padding-top: 85px;
  }
}

@media screen and (max-width: 767px) {
  .page-sitemap .c-block-bottom {
    padding-top: 17px;
  }
}

.p-sitemap1 {
  margin-bottom: 155px;
}

@media screen and (max-width: 767px) {
  .p-sitemap1 {
    margin-bottom: 71px;
  }
}

@media screen and (max-width: 767px) {
  .p-sitemap2 .l-wrapper {
    width: 100%;
    padding: 0 37px;
  }
}

.p-sitemap2__site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #316a94;
}

@media screen and (max-width: 767px) {
  .p-sitemap2__site {
    display: block;
  }
}

.p-sitemap2__column {
  width: 25%;
  padding: 0 40px;
  margin-bottom: 71px;
}

@media screen and (max-width: 1120px) and (min-width: 992px) {
  .p-sitemap2__column {
    padding: 0 20px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .p-sitemap2__column {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-sitemap2__column {
    width: 100%;
    padding: 0;
    margin-bottom: 44px;
  }
}

@media screen and (min-width: 768px) {
  .p-sitemap2__column:nth-child(3) {
    padding-left: 34px;
  }
  .p-sitemap2__column:nth-child(4) {
    padding-left: 32px;
    padding-right: 20px;
  }
  .p-sitemap2__column:nth-child(6) {
    padding-left: 90px;
  }
  .p-sitemap2__column:nth-child(7) {
    padding-left: 31px;
  }
}

.p-sitemap2 a {
  text-decoration: none;
  color: inherit;
}

.p-sitemap2__link {
  font-size: 3.2rem;
  margin-bottom: 30px;
  display: block;
  line-height: 0.6;
}

@media screen and (max-width: 1120px) {
  .p-sitemap2__link {
    line-height: 1;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .p-sitemap2__link {
    font-size: calc((100vw / 991) * 28);
  }
}

.p-sitemap2__link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .p-sitemap2__link {
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 21px;
    letter-spacing: 3px;
  }
}

.p-sitemap2__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-sitemap2__list li:not(:last-child) {
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .p-sitemap2__list li:not(:last-child) {
    margin-bottom: 7px;
  }
}

.p-sitemap2__list li:before {
  content: "-";
  display: inline-block;
  margin-right: 3px;
}

.p-sitemap2__list a {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

.p-sitemap2__list a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .p-sitemap2__list a {
    font-size: 1.6rem;
  }
}

.p-sitemap2__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-sitemap2__sns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 5px;
  }
}

.p-sitemap2__sns li:not(:last-child) {
  padding-right: 18px;
}

@media screen and (max-width: 767px) {
  .p-sitemap2__sns li:not(:last-child) {
    padding-right: 43px;
  }
}

@media screen and (max-width: 767px) {
  .p-staff__content {
    text-align: justify;
  }
}

@media screen and (max-width: 767px) {
  .p-staff__content .c-text5 {
    text-align: justify;
    letter-spacing: 0.3px;
  }
}

.p-staff__list {
  padding: 143px 0 98px;
}

@media screen and (max-width: 767px) {
  .p-staff__list {
    padding: 60px 40px;
  }
}

.p-staff__vol {
  background: #ffffff;
  padding: 90px 0 0;
}

@media screen and (max-width: 767px) {
  .p-staff__vol {
    padding: 68.5px 0 19px;
  }
}

.p-staff__contain {
  padding: 160px 0 100px;
}

@media screen and (max-width: 767px) {
  .p-staff__contain {
    padding: 60px 0 57px;
  }
}

.p-staff__title {
  overflow: hidden;
}

.p-staff__detail {
  overflow: hidden;
}

.p-staff__detail .c-textbox7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: distribute;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  background-color: #316a94;
  color: #fff;
  padding: 10px 5px;
  margin: 0 0 30px;
}

.p-staff__detail .c-textbox7:before {
  display: block;
  width: 1px;
  content: "";
  background-color: #fff;
  order: 2;
}

.p-staff__detail .c-textbox7 > p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-staff__detail .c-textbox7 > p:nth-child(1) {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  order: 1;
  padding-right: 5px;
}

.p-staff__detail .c-textbox7 > p:nth-child(2) {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  order: 3;
  padding-left: 5px;
}

.p-staff__detail .c-textbox7--staff02 > p:nth-child(1) {
  margin-left: 30px;
}

.p-staff__detail .c-textbox7--staff02 > p:nth-child(2) {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .p-staff__detail .c-textbox7--staff02 > p:nth-child(1) {
    margin-left: auto;
  }
  .p-staff__detail .c-textbox7--staff02 > p:nth-child(2) {
    margin-left: auto;
  }
}

.p-staff__detail .c-textbox7--staff04 > p:nth-child(1) {
  margin-left: 30px;
}

.p-staff__detail .c-textbox7--staff04 > p:nth-child(2) {
  max-width: 538px;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .p-staff__detail .c-textbox7--staff04 > p:nth-child(1) {
    margin-left: auto;
  }
  .p-staff__detail .c-textbox7--staff04 > p:nth-child(2) {
    max-width: 100%;
    margin-left: auto;
  }
}

.p-staff__detail .c-textbox7--staff06 > p:nth-child(1) {
  margin-left: 30px;
}

.p-staff__detail .c-textbox7--staff06 > p:nth-child(2) {
  max-width: 552px;
  margin-right: 80px;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .p-staff__detail .c-textbox7--staff06 > p:nth-child(1) {
    margin-left: auto;
  }
  .p-staff__detail .c-textbox7--staff06 > p:nth-child(2) {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-staff__detail .c-textbox7--staff07 > p:nth-child(1) {
  margin-left: 30px;
}

.p-staff__detail .c-textbox7--staff07 > p:nth-child(2) {
  max-width: 600px;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .p-staff__detail .c-textbox7--staff07 > p:nth-child(1) {
    margin-left: auto;
  }
  .p-staff__detail .c-textbox7--staff07 > p:nth-child(2) {
    max-width: 100%;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-staff__detail .c-textbox7 {
    display: block;
    padding: 13px;
    margin: 0 0 19px;
  }
  .p-staff__detail .c-textbox7:before {
    display: none;
  }
  .p-staff__detail .c-textbox7 > p:nth-child(1) > span {
    font-size: 14px;
    margin-bottom: 1.2em;
  }
  .p-staff__detail .c-textbox7 > p:nth-child(2) > span {
    font-size: 12px;
    line-height: 2;
  }
}

.p-staff__detail .c-textbox7--mode2 {
  width: 425px;
}

@media screen and (max-width: 767px) {
  .p-staff__detail .c-textbox7--mode2 {
    width: 100%;
  }
}

.p-staff__detail .c-imgtxt15 {
  margin: -33px 0 99px;
}

@media screen and (max-width: 767px) {
  .p-staff__detail .c-imgtxt15 {
    margin: 54px 0 51px;
  }
}

.p-staff__detail .c-imgtxt15--reverse {
  margin: 0px 0 110px;
}

@media screen and (max-width: 767px) {
  .p-staff__detail .c-imgtxt15--reverse {
    margin: 0 0 64px;
  }
}

.p-staff__detail .c-imgtxt15--reverse2 {
  margin: 0px 0 0;
}

@media screen and (max-width: 767px) {
  .p-staff__detail .c-imgtxt15--reverse2 {
    margin: 0 0 0;
  }
}

.p-staff__detail .c-imgtxt17 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .p-staff__detail .c-imgtxt17 {
    margin-bottom: 60px;
  }
}

.p-staff__detail .c-list12 {
  margin-bottom: 100px;
  margin-top: -12px;
}

@media screen and (max-width: 767px) {
  .p-staff__detail .c-list12 {
    margin-bottom: 57px;
    margin-top: 45px;
  }
}

.p-staff__detail .c-imgtxt7 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .p-staff__detail .c-imgtxt7 {
    margin-bottom: 60px;
  }
}

.p-staff__detail .c-textbox10 .c-title2 {
  margin-bottom: 40px;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
  .p-staff__detail .c-textbox10 .c-title2 {
    letter-spacing: -0.85px;
    margin-bottom: 20px;
    text-align: justify;
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 767px) {
  .p-staff__detail .c-textbox10__content {
    letter-spacing: 0.3px;
  }
}

.p-staff__detail .p-staff__vol {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .foot_list .p-staff__vol {
    padding-top: 61px;
  }
}

.foot_list .p-staff__vol .c-title2 {
  margin-bottom: 60px;
}

.p-staff__txtbox {
  margin-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .p-staff__txtbox {
    margin-bottom: 54px;
  }
}

.p-staff__txtbox + .p-staff__txtbox {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-staff__txtbox + .p-staff__txtbox {
    margin-bottom: 54px;
  }
}

.p-staff__other {
  padding: 100px 0 0;
  background: #ffffff;
}

.page-staff .p-staff__other {
  padding: 55px 0;
  background: #e9f4fa;
}

@media screen and (max-width: 767px) {
  .p-staff__other, .page-staff .p-staff__other {
    padding: 0;
  }
}

#staff .c-mainvisual2 {
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  #staff .c-mainvisual2 {
    padding: 154px 0 140px;
  }
}

#staff .c-card1 {
  width: 300px;
  margin-right: 13.33333px;
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
  .p-staff__list {
    padding: 143px 10px 98px;
  }

  #staff .c-card1 {
    width: calc(100% - 12px);
    margin: 0 6px;
  }

  #staff .c-list4__item {
    margin: 0 -6px 12px;
    width: auto;
  }
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  #staff .c-card1__text {
    font-size: calc((100vw / 1140) * 16);
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  #staff .c-card1__text {
    min-height: 130px;
    padding: 5px 0;
  }
}

@media screen and (max-width: 767px) {
  #staff .c-card1__text {
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  #staff .c-card1 {
    width: 100%;
    margin: 0 0 41px;
    max-height: 670px;
  }
}

#staff .c-card1:last-child {
  margin-right: 0;
}

#staff .c-card1__text span {
  font-size: 1.5rem;
  letter-spacing: -0.5px;
}

@media screen and (max-width: 767px) {
  #staff .c-card1__text {
    padding: 12px 0;
  }
}

#staff .c-title2 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #staff .c-title2 {
    font-size: 2.4rem;
    letter-spacing: 0.13em;
    text-align: center;
    margin-bottom: 35.5px;
  }
}

#staff .c-text3 {
  width: 270px;
  letter-spacing: 0.6px;
  position: relative;
}

#staff .c-text3 > p {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  #staff .c-text3 {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
    width: 100%;
    padding: 0;
    position: static;
  }
  #staff .c-text3 > p {
    position: static;
  }
}

#staff .c-text2 {
  display: inline-block;
  text-align: left;
  letter-spacing: 0.5px;
  font-size: 1.6rem;
  line-height: 1.875;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #staff .c-text2 {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}

.page-staff_01 .c-block-bottom,
.page-staff_02 .c-block-bottom,
.page-staff_03 .c-block-bottom,
.page-staff_04 .c-block-bottom,
.page-staff_05 .c-block-bottom,
.page-staff_06 .c-block-bottom,
.page-staff_07 .c-block-bottom {
  padding: 144px 0 160px;
}

@media screen and (max-width: 767px) {
  .page-staff_01 .c-block-bottom,
  .page-staff_02 .c-block-bottom,
  .page-staff_03 .c-block-bottom,
  .page-staff_04 .c-block-bottom,
  .page-staff_05 .c-block-bottom,
  .page-staff_06 .c-block-bottom,
  .page-staff_07 .c-block-bottom {
    padding: 78px 0 135px;
  }
}

.page-staff_02 .mt1 {
  margin: -33px 0 83px;
}

@media screen and (max-width: 767px) {
  .page-staff_02 .mt1 {
    margin: 55px 0 50px;
  }
  .page-staff_02 .c-imgtxt15__img.sp-only {
    padding: 0;
  }
}

.page-staff_02 .mt2 {
  margin: 37px 0 111px;
}

@media screen and (max-width: 767px) {
  .page-staff_02 .mt2 {
    margin: -11px 0 55px;
  }
}

.page-staff_02 .mt3 {
  margin: -12px 0 97px;
}

@media screen and (max-width: 767px) {
  .page-staff_02 .mt3 {
    margin: -12px 0 58px;
  }
}

@media screen and (max-width: 767px) {
  .page-staff_02 .c-list12 {
    margin-top: -11px;
    padding: 32px 23px 12px 25px;
  }
}

.page-staff_02 .c-list12__list {
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .page-staff_02 .c-list12__list {
    padding: 0;
    margin-bottom: 0px;
  }
}

.page-staff_02 .c-list12__item {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .page-staff_02 .c-list12__item {
    margin-bottom: 13px;
  }
}

.page-staff_02 .c-list12__item.mb1 {
  margin-bottom: 54px;
}

@media screen and (max-width: 767px) {
  .page-staff_02 .c-list12__item.mb1 {
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 767px) {
  .page-staff_02 .ltspace1 {
    letter-spacing: -1.8px !important;
  }
}

@media screen and (max-width: 767px) {
  .page-staff_02 .ltspace2 {
    letter-spacing: -1.7px;
  }
}

@media screen and (max-width: 767px) {
  .page-staff_02 .p-staff__contain {
    padding: 60px 0 27px;
  }
}

.page-staff_03 .mt1 {
  margin: -33px 0 83px;
}

@media screen and (max-width: 767px) {
  .page-staff_03 .mt1 {
    margin: 30px 0 69px;
  }
}

.page-staff_03 .mt2 {
  margin-bottom: 94px;
}

@media screen and (max-width: 767px) {
  .page-staff_03 .mt2 {
    margin-bottom: 70px;
  }
}

.page-staff_03 .mt3 {
  margin-bottom: 62px;
}

@media screen and (max-width: 767px) {
  .page-staff_03 .mt3 {
    margin-bottom: 47px;
  }
}

@media screen and (max-width: 767px) {
  .page-staff_03 .lts1 {
    letter-spacing: -1px;
  }
}

@media screen and (max-width: 767px) {
  .page-staff_03 .c-imgtxt7 {
    margin-bottom: 39px;
  }
}

@media screen and (max-width: 767px) {
  .page-staff_03 .p-staff__contain {
    padding: 60px 0 32px;
  }
}

.page-staff_04 .mt1 {
  margin: -10px 0 98px;
}

@media screen and (max-width: 767px) {
  .page-staff_04 .mt1 {
    margin: 50px 0 30px;
  }
  .page-staff_04 .c-imgtxt15__img {
    padding-top: 0;
    margin-top: -5%;
  }
}

.page-staff_04 .mt2 {
  margin-bottom: 95px;
}

@media screen and (max-width: 767px) {
  .page-staff_04 .mt2 {
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 767px) {
  .page-staff_04 .lts1 {
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 767px) {
  .page-staff_04 .martop2 {
    margin: 0 0 79px;
  }
}

@media screen and (max-width: 767px) {
  .page-staff_04 .c-imgtxt17__content p {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-staff_07 .c-imgtxt15__img {
    padding: 0;
    margin-top: -5%;
  }
}

#step {
  overflow: hidden;
}

#step .c-list {
  padding: 108px 0 100px;
}

@media screen and (max-width: 767px) {
  #step .c-list {
    padding: 57px 0 61px;
  }
}

#step .c-step__contain {
  padding: 144px 0 100px;
}

@media screen and (max-width: 767px) {
  #step .c-step__contain {
    padding: 55px 0 61px;
  }
}

#step .c-step__contain .c-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1300px) and (min-width: 768px) {
  #step .c-step__contain .c-list {
    padding: 108px 5% 100px;
  }
}

#step .c-step__contain .c-list .c-textbox3 + .c-textbox3 {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #step .c-step__contain .c-list {
    display: block;
  }
  #step .c-step__contain .c-list .c-textbox3 + .c-textbox3 {
    margin-top: 60px;
  }
}

#step .c-step__contain .c-list .c-textbox3 {
  position: relative;
}

#step .c-step__contain .c-list .c-textbox3:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

#step .c-step__contain .c-list .c-textbox3:nth-child(1):before {
  width: 110px;
  height: 240px;
  background-image: url("/jobs/assets/img/step/img01.png");
  bottom: -50px;
  left: -85px;
}

#step .c-step__contain .c-list .c-textbox3:nth-child(2):before {
  width: 103px;
  height: 242px;
  background-image: url("/jobs/assets/img/step/img02.png");
  top: -98px;
  right: -16px;
}

#step .c-step__contain .c-list .c-textbox3:nth-child(3):before {
  width: 143px;
  height: 271px;
  background-image: url("/jobs/assets/img/step/img03.png");
  right: -80px;
  bottom: -83px;
}

@media screen and (max-width: 767px) {
  #step .c-step__contain .c-list .c-textbox3:nth-child(1):before {
    width: 55px;
    height: 120px;
    left: 10px;
    bottom: -40px;
  }
  #step .c-step__contain .c-list .c-textbox3:nth-child(2):before {
    width: 51px;
    height: 120px;
    top: -53px;
    right: 26px;
  }
  #step .c-step__contain .c-list .c-textbox3:nth-child(3):before {
    width: 63px;
    height: 120px;
    background-image: url("/jobs/assets/img/step/img03_sp.png");
    right: 18px;
    bottom: -45px;
  }
}

#step .c-step__contain .c-list .c-textbox3 {
  width: 30%;
  height: 400px;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1320px) and (min-width: 992px) {
  #step .c-step__contain .c-list .c-textbox3 {
    font-size: calc((100vw / 1320) * 18);
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  #step .c-step__contain .c-list .c-textbox3 br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #step .c-step__contain .c-list .c-textbox3 {
    width: 100%;
    height: 210px;
    padding: 10px 0;
  }
}

#step .c-step__contain .c-list .c-textbox3 p {
  line-height: 2;
}

/*------------------------------------------------------------
training
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.p-training__block01 {
  padding: 0 0 100px;
}

@media screen and (max-width: 767px) {
  .p-training__block01 {
    padding: 0 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-training .c-title7 {
    letter-spacing: 4px;
  }
}

.p-training .c-text6 {
  margin: 144px auto 100px;
}

@media screen and (max-width: 767px) {
  .p-training .c-text6 {
    text-align: center;
    margin: 55px 0;
  }
}

.p-training .c-imgtxt5 + .c-imgtxt5 {
  margin: 50px 0 0;
}

@media screen and (max-width: 767px) {
  .p-training .c-imgtxt5 + .c-imgtxt5 {
    margin: 24px 0 0;
  }
}

.p-training .c-textbox9 {
  margin: 50px 0 0;
}

@media screen and (max-width: 767px) {
  .p-training .c-textbox9 {
    margin: 58px 0 0;
  }
}

.p-training .c-navi1 {
  margin: 101px 0 0;
}

@media screen and (max-width: 767px) {
  .p-training .c-navi1 {
    margin: 90px 0 0;
  }
}

/*------------------------------------------------------------
voice
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.p-voice1 {
  margin-bottom: 146px;
}

@media screen and (max-width: 767px) {
  .p-voice1 {
    margin-bottom: 56px;
  }
}

/*
------------------------------------------------------------*/
.p-voice2 {
  margin-bottom: 79px;
}

@media screen and (max-width: 767px) {
  .p-voice2 {
    margin-bottom: 37px;
  }
}

.p-voice2 .c-title4 {
  margin-bottom: 27px;
}

@media screen and (max-width: 767px) {
  .p-voice2 .c-title4 {
    margin-bottom: 20px;
  }
}

.p-voice2 .c-imgtxt6__content p {
  letter-spacing: 0;
}

/*
------------------------------------------------------------*/
.p-voice3 {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .p-voice3 {
    margin-bottom: 35px;
  }
}

.p-voice3 .c-title4 {
  margin-bottom: 26px;
}

@media screen and (max-width: 767px) {
  .p-voice3 .c-title4 {
    margin-bottom: 20px;
  }
}

/*
------------------------------------------------------------*/
.p-voice4 {
  margin-bottom: 79px;
}

@media screen and (max-width: 767px) {
  .p-voice4 {
    margin-bottom: 40px;
  }
}

.p-voice4 .c-title4 {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .p-voice4 .c-title4 {
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
}

/*
------------------------------------------------------------*/
.p-voice5 {
  margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .p-voice5 {
    margin-bottom: 60px;
  }
}

.p-voice5 .c-title4 {
  margin-bottom: 26px;
}

@media screen and (max-width: 767px) {
  .p-voice5 .c-title4 {
    margin-bottom: 20px;
  }
}

.p-voice5 .c-imgtxt6 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .p-voice5 .c-imgtxt6 {
    margin-bottom: 62px;
  }
}

.job .c-mainvisual2 {
  background-image: url("/jobs/assets/img/work/img300.png");
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  .job .c-mainvisual2 {
    background: url("/jobs/assets/img/work/img300-sp.png");
    background-color: #ffffff;
    padding: 152px 0 117px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .job .c-mainvisual2__inner {
    padding: 0;
  }
}

.job .c-mainvisual2__sub {
  letter-spacing: 0;
}

.job .p-job__section {
  padding: 80px 0 50px;
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
  .p-job__section .c-list2 li {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .p-job__section .c-list2__txt {
    padding-right: 90px;
  }
}

@media screen and (max-width: 767px) {
  .job .p-job__section {
    padding: 62px 0 43px;
  }
}

@media screen and (max-width: 767px) {
  .job .c-list2__img img {
    width: 31px;
    height: 31px;
  }
}

/*------------------------------------------------------------
jobdiscussion-vol3
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.p-jobsvol3__contain > div:nth-child(even) {
  background-color: #fff;
}

.p-jobsvol3__contain .c-title1 {
  font-size: 4.5rem;
  margin: 0 0 60px 0;
  letter-spacing: 0.1em;
}
.p-jobsvol3__contain .p-jobsvol3__block05 .c-title1,
.p-jobsvol3__contain .p-jobsvol3__block07 .c-title1 {
  letter-spacing: 0;
}
.p-jobsvol3__contain .read {
  font-size: 2rem;
  line-height: 2.22;
  letter-spacing: 0.2px;
}
.p-jobsvol3__contain .fv {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0;
  animation: fadeIn 1s ease 1s 1 normal backwards;
}
.p-jobsvol3__contain sup {
  font-size: 60%;
}

.p-jobsvol3__block01 {
  padding: 85px 0;
  margin-bottom: -26px;
}
.p-jobsvol3__block02,
.p-jobsvol3__block03,
.p-jobsvol3__block04,
.p-jobsvol3__block05,
.p-jobsvol3__block06,
.p-jobsvol3__block07,
.p-jobsvol3__block08,
.p-jobsvol3__block09 {
  padding: 85px 0;
}
.p-jobsvol3__block10 {
  padding: 85px 0 4px;
}
.p-jobsvol3__contain .p-jobsvol3__block01 .c-title1 {
  margin: 0 0 30px 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.p-jobsvol3__contain .fv li {
  width: 24%;
}
.p-jobsvol3__contain .fv li:nth-child(1) {
  color: #33a3a0;
}
.p-jobsvol3__contain .fv li:nth-child(2) {
  color: #32a0cd;
}
.p-jobsvol3__contain .fv li:nth-child(3) {
  color: #7e318e;
}
.p-jobsvol3__contain .fv li:nth-child(4) {
  color: #2d668f;
}
.p-jobsvol3__contain .fv li:nth-child(1) img,
.p-jobsvol3__contain .fv li:nth-child(3) img {
  margin: 32px 0 32px 0;
}
.p-jobsvol3__contain .fv li:nth-child(2) img,
.p-jobsvol3__contain .fv li:nth-child(4) img {
  margin: 0 0 64px 0;
}
.p-jobsvol3__contain .fv p {
  font-size: 18px;
  text-align: center;
}
.p-jobsvol3__contain .fv b {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.6em;
}
.p-jobsvol3__contain .fv span {
  font-size: 14px;
}
.p-jobsvol3__contain p.caution {
  font-size: 18px;
  text-align: center;
  margin: 50px 0 0 0;
}
.p-jobsvol3__contain .p-jobsvol3__block01 p.caution {
  margin: 0;
}

.p-jobsvol3__contain .col01 {
  color: #33a3a0;
} /*M.T*/
.p-jobsvol3__contain .col02 {
  color: #32a0cd;
} /*T.Y*/
.p-jobsvol3__contain .col03 {
  color: #7e318e;
} /*C.F*/
.p-jobsvol3__contain .col04 {
  color: #2d668f;
} /*R.S*/

.p-jobsvol3__contain dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-jobsvol3__contain dt {
  width: 12%;
  font-size: 24px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
.p-jobsvol3__contain dd {
  width: 88%;
  font-size: 18px;
  line-height: 2.2em;
}
.p-jobsvol3__contain dl.wide {
  width: 100%;
  padding: 0 0 50px 0;
}
@media screen and (max-width: 1120px) {
  .p-jobsvol3__contain dl.wide {
    padding: 0 40px 50px 40px;
  }
}

.p-jobsvol3__contain dl.wide.nosp {
  padding: 0 40px 20px 40px;
}
.p-jobsvol3__contain dl.wide dt {
  width: 6.2%;
}
.p-jobsvol3__contain dl.wide dd {
  width: 92.5%;
}
.p-jobsvol3__contain dl.wide dd.txt {
  width: 100%;
}

.p-jobsvol3__contain .p-jobsvol3__block02 dl.wide {
  width: 100%;
  padding: 50px 40px 50px 30px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol3__contain {
    text-align: justify;
  }
  .p-jobsvol3__contain .l-inner {
    padding: 0 2vw;
  }
  .p-jobsvol3__block01 {
    padding: 7vw 0 16vw 0;
    margin-bottom: -7vw;
  }
  .p-jobsvol3__block02,
  .p-jobsvol3__block03,
  .p-jobsvol3__block04,
  .p-jobsvol3__block05,
  .p-jobsvol3__block06,
  .p-jobsvol3__block07,
  .p-jobsvol3__block08,
  .p-jobsvol3__block09 {
    padding: 7vw 0 8vw 0;
  }
  .p-jobsvol3__block10 {
    padding: 7vw 3vw 1vw;
  }
  .p-jobsvol3__contain .p-jobsvol3__block01 .c-title1 {
    margin: 0 0 4vw 0;
  }

  .p-jobsvol3__contain .c-title1 {
    font-size: 4vw;
    letter-spacing: 0em;
    margin-bottom: 7vw;
  }
  .p-jobsvol3__block01 .c-title1 {
    font-size: 5vw;
    letter-spacing: 0.1em;
  }
  .p-jobsvol3__contain .read {
    font-size: 3.5vw;
    padding: 0 5vw;
    line-height: 1.7em;
  }
  .p-jobsvol3__contain .p-jobsvol3__block01 .c-title1 {
    margin: 0 0 5vw 0;
  }
  .p-jobsvol3__contain .fv {
    margin: 5vw 0;
  }
  .p-jobsvol3__contain .fv li:nth-child(1) img,
  .p-jobsvol3__contain .fv li:nth-child(3) img {
    margin: 3vw 0 3vw 0;
  }
  .p-jobsvol3__contain .fv li:nth-child(2) img,
  .p-jobsvol3__contain .fv li:nth-child(4) img {
    margin: 0 0 6vw 0;
  }
  .p-jobsvol3__contain .fv p {
    font-size: 2.2vw;
  }
  .p-jobsvol3__contain .fv b {
    font-size: 4vw;
  }
  .p-jobsvol3__contain .fv span {
    font-size: 3.5vw;
  }

  .p-jobsvol3__contain p.caution {
    font-size: 3vw;
    margin: 4vw 0 0 0;
  }

  .p-jobsvol3__contain dl {
    padding: 0 2vw 7vw 2vw;
  }
  .p-jobsvol3__contain dt {
    width: 7%;
    font-size: 4vw;
    line-height: 1.3em;
    letter-spacing: 0.1em;
  }
  .p-jobsvol3__contain dd {
    width: 82%;
    font-size: 3.7vw;
    line-height: 1.7em;
  }
  .p-jobsvol3__contain dl.wide {
    width: 100%;
    padding: 5vw 2vw;
  }
  .p-jobsvol3__contain dl.wide dt {
    width: 7%;
  }
  .p-jobsvol3__contain dl.wide dd {
    width: 82%;
  }
  .p-jobsvol3__contain .p-jobsvol3__block02 dl.wide {
    padding: 5vw 2vw 7vw 2vw;
  }
  .p-jobsvol3__contain .p-jobsvol3__block06 dl.wide {
    padding: 0 2vw 5vw 2vw;
  }
  .p-jobsvol3__contain .p-jobsvol3__block06 dl.col02.wide {
    padding: 0 2vw 7vw 2vw;
  }
  .p-jobsvol3__contain .p-jobsvol3__block08 dl.wide {
    padding: 0 2vw 5vw 2vw;
  }
  .p-jobsvol3__contain .p-jobsvol3__block08 dl.wide:last-of-type {
    padding: 0 2vw 7vw 2vw;
  }
  .p-jobsvol3__contain .p-jobsvol3__block09 .imgbx dl {
    padding: 7vw 2vw 0 2vw;
  }

  .p-jobsvol3__contain .imgbx.downup {
    flex-flow: row-reverse;
    flex-wrap: wrap-reverse;
  }
  .p-jobsvol3__contain .imgbx.downup dl {
    width: 100%;
    padding: 0 2vw 7vw 2vw;
  }
}

.p-jobsvol3__contain .imgbx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 60px;
}
.p-jobsvol3__contain .imgbx img,
.p-jobsvol3__contain .imgbx div {
  width: 45%;
}
.p-jobsvol3__contain .imgbx div img {
  width: 100%;
}
.p-jobsvol3__contain .imgbx div p {
  text-align: center;
  font-size: 17px;
  padding: 14px 0 0 0;
}
.p-jobsvol3__contain .imgbx dl {
  width: 54%;
  margin-top: -10px;
  padding: 0 30px;
}
.p-jobsvol3__contain .imgbx:last-of-type {
  margin-bottom: 0;
}
.p-jobsvol3__contain .imgbx .txtbx {
  width: 54%;
}
.p-jobsvol3__contain .imgbx .txtbx dl {
  width: 100%;
  margin-bottom: 50px;
}
.p-jobsvol3__contain .imgbx .txtbx dl:last-of-type {
  margin-bottom: 0;
}

.p-jobsvol3__contain .imgbx.wide,
.p-jobsvol3__contain .imgbx.wide div {
  width: 100%;
}

.p-jobsvol3__block02 .c-imgtxt8 .c-imgtxt2__ttl {
  width: 100%;
}

.p-jobsvol3__block02 .c-list7__item:first-child {
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol3__block02 .c-list7__item:first-child {
    margin-bottom: 21px;
  }
  .p-jobsvol3__contain .imgbx {
    margin-bottom: 7vw;
  }
  .p-jobsvol3__contain .imgbx img,
  .p-jobsvol3__contain .imgbx div {
    width: 100%;
  }
  .p-jobsvol3__contain .imgbx dl {
    width: 100%;
    padding: 0 2vw 7vw 2vw;
  }
  .p-jobsvol3__contain .imgbx .txtbx {
    width: 100%;
  }
  .p-jobsvol3__contain .imgbx .txtbx dl {
    margin-bottom: 0;
  }
  .p-jobsvol3__contain .imgbx div p {
    font-size: 3vw;
  }
  .p-jobsvol3__contain .txtbx {
    margin-top: 8vw;
  }
  .p-jobsvol3__contain .txtbx.nosp {
    margin: 5vw 0 0 0;
  }
  .p-jobsvol3__contain .txtbx.nosp2 {
    margin: 0 0 5vw 0;
  }
  .p-jobsvol3__contain .imgbx.downup.nosp {
    margin-bottom: 0;
    margin-bottom: 5vw;
  }
  .p-jobsvol3__contain .imgbx .txtbx dl:last-of-type {
    padding-bottom: 0;
  }
}

.p-jobsvol3__block02 .c-list7__item:nth-child(2) {
  margin-bottom: 15px;
}

.p-jobsvol3__block02 .c-list7__item:nth-child(2) .c-list7__txt {
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol3__block02 .c-list7__item:nth-child(2) .c-list7__txt {
    padding-top: 0;
  }
}

.p-jobsvol3__block03 .c-imgtxt10 .c-title1 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol3__block03 .c-imgtxt10 .c-title1 {
    margin-bottom: 19px;
  }
}

.p-jobsvol3__block03 .c-imgtxt10 .c-list7__item {
  margin-bottom: 41px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol3__block03 .c-imgtxt10 .c-list7__item {
    margin-bottom: 18px;
  }
}

.p-jobsvol3__block03 .c-imgtxt10 .c-list7__item:first-child {
  margin-bottom: 31px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol3__block03 .c-imgtxt10 .c-list7__item:first-child {
    margin-bottom: 19px;
  }
}

.p-jobsvol3__block03 .c-imgtxt10 .c-list7__item:first-child .c-list7__img {
  padding-top: 9px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol3__block03 .c-imgtxt10 .c-list7__item:first-child .c-list7__img {
    padding-top: 3.5%;
  }
}

.p-jobsvol3__block03 .c-imgtxt10__imgs {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-jobsvol3__block03 .c-imgtxt10__imgs {
    margin: 0;
  }
}

.p-jobsvol3__block04 .c-imgtxt10 .c-list7__item {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol3__block04 .c-imgtxt10 .c-list7__item {
    margin-bottom: 23px;
  }
}

@media screen and (max-width: 767px) {
  .p-jobsvol3__block04 .c-imgtxt10 .c-list7__txt {
    letter-spacing: -0.5px;
  }
}

.p-jobsvol3__block05 .c-imgtxt10 .c-title1 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol3__block05 .c-imgtxt10 .c-title1 {
    margin-bottom: 19px;
  }
}

.p-jobsvol3__block05 .c-imgtxt10 .c-list7__item {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol3__block05 .c-imgtxt10 .c-list7__item {
    margin-bottom: 10px;
  }
}

.p-jobsvol3__block05 .c-imgtxt10 .c-list7__item:first-child {
  margin-bottom: 19px;
}

.p-jobsvol3__block05 .c-imgtxt10 .c-list7__item:nth-child(6) {
  margin: 36px 0 49px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol3__block05 .c-imgtxt10 .c-list7__item:nth-child(6) {
    margin: 13px 0 0px;
  }
}

.p-jobsvol3__block05 .c-imgtxt10 .c-list7__item:nth-last-child(2) {
  margin: 49px 0 38px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol3__block05 .c-imgtxt10 .c-list7__item:nth-last-child(2) {
    margin: 23px 0 18px;
  }
}

.p-jobsvol3__block05 .c-imgtxt10__imgs {
  margin: 40px 0;
}

@media screen and (max-width: 767px) {
  .p-jobsvol3__block05 .c-imgtxt10__imgs {
    margin: 0;
  }

  /*.p-jobsvol3__block06 {
  padding: 30px 0 4px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol3__block06 {
    padding: 30px 0;
  }*/
  .p-jobsvol3__block06 .c-list7__item:first-child .c-list7__txt {
    letter-spacing: -0.5px;
  }
  .p-jobsvol3__block06 .c-list7__txt {
    letter-spacing: 0.6px;
  }
}

.p-jobsvol3__block06 .c-list7__item:nth-child(2) .c-list7__txt,
.p-jobsvol3__block06 .c-list7__item:nth-child(4) .c-list7__txt {
  padding-top: 16px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol3__block06 .c-list7__item:nth-child(2) .c-list7__txt,
  .p-jobsvol3__block06 .c-list7__item:nth-child(4) .c-list7__txt {
    padding-top: 7px;
  }
}

.p-jobsvol3__block10 .c-text3 {
  letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol3__block10 .c-text3 {
    padding-left: 0;
  }
}

.p-jobsvol3 .c-navi1 {
  margin-top: 66px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol3 .c-navi1 {
    margin-top: 57px;
  }
}

/*202511追加分*/

/* slickの矢印 */
.c-slide1 .control-c {
  color: #316a94;
  border-color: currentColor;
  background: transparent;
}

/* slick側が色を上書きしている場合の保険 */
.c-slide1 .slick-prev,
.c-slide1 .slick-next {
  color: #316a94 !important;
}

.p-jobsvol0__block02 {
  padding: 30px 0 1px;
}

@media screen and (max-width: 767px) {
  .p-jobsvol0__block02 {
    padding: 32px 0 8px;
  }
}

.p-staff__detail .sps {
  margin-bottom: 40px;
}
.p-staff__detail .nosp {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-staff__detail .sps {
    margin-bottom: 54px;
  }
}

img.largeR {
  width: 480px;
  margin-left: 40px;
}
img.largeL {
  width: 480px;
  margin-right: 40px;
}

.c-slide1__item {
  border: 1px solid #316a94;
}

@media screen and (max-width: 767px) {
  img.largeR {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }
  img.largeL {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
  }
}
.wrap_flex {
  margin: 90px 0;
}
@media screen and (max-width: 767px) {
  .wrap_flex {
    margin: 10vw 0 10vw;
  }
}
.wrap_flex .c-title2 {
  margin-bottom: 40px;
  letter-spacing: 0.5px;
  text-align: left;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .wrap_flex .c-title2 {
    letter-spacing: -0.85px;
    margin-bottom: 20px;
    text-align: justify;
    font-size: 2.3rem;
    padding: 0 12.5px;
  }
}
.flexbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flexbox p {
  text-align: left;
}

.flexbox .c-textbox10 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .page-staff_07 .c-imgtxt15__img {
    margin-top: 0;
  }
}

/*新規クロストーク*/
.fv.center {
  margin: 50px auto 20px auto;
  width: 80%;
}
.fv.center li {
  width: 49%;
}
.fv.center li:nth-child(1) img,
.fv.center li:nth-child(2) img {
  margin: 0 0 32px 0;
}
.p-jobsvol3__block10.sps {
  padding: 85px 0 85px;
}
@media screen and (max-width: 767px) {
  .fv.center {
    margin: 5vw auto;
    width: 90%;
  }
  .p-jobsvol3__block10.sps {
    padding: 7vw 3vw 7vw;
  }
  .fv.center li:nth-child(1) img,
  .fv.center li:nth-child(2) img {
    margin: 0 0 3vw 0;
  }
}
