@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #333;
  transition: z-index 0ms 5.28455ms;
  background: #fff;
  margin: 0;
}

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

a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333;
}

li a {
  display: block;
  height: 100%;
  width: 100%;
}

.is-pc {
  display: none;
}
@media only screen and (min-width: 769px) {
  .is-pc {
    display: block;
  }
}

.is-sp {
  display: block;
}
@media only screen and (min-width: 769px) {
  .is-sp {
    display: none;
  }
}

.text_pl {
  padding-left: 7px;
}

.main-contents {
  width: 100%;
}
.main-contents .mainvisual {
  width: 100%;
  height: 780px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .main-contents .mainvisual.mainbisual-bg {
    background: url(../images/mv_sp.jpg) no-repeat top center/cover;
  }
}
@media only screen and (min-width: 769px) {
  .main-contents .mainvisual.mainbisual-bg {
    background: url(../images/mv_pc.jpg) no-repeat top center/cover;
  }
}
.main-contents .mainvisual img {
  width: 100%;
  display: block;
}
.main-contents .mainvisual-text {
  width: 100%;
  position: absolute;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .main-contents .mainvisual-text {
    max-width: 180px;
    padding: 114px 96.5px;
  }
}
@media only screen and (min-width: 769px) {
  .main-contents .mainvisual-text {
    max-width: 366px;
    padding: 114px 96.5px;
  }
}
@media only screen and (max-width: 768px) {
  .main-contents .mainvisual-entryBtn {
    max-width: 121px;
  }
}
@media only screen and (min-width: 769px) {
  .main-contents .mainvisual-entryBtn {
    max-width: 182.5px;
  }
}
.main-contents-inner {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .main-contents-inner .about-content {
    background: url(../images/about_bg_sp.jpg) no-repeat center/cover;
  }
}
@media only screen and (min-width: 769px) {
  .main-contents-inner .about-content {
    background: url(../images/about_bg_pc.jpg) no-repeat center/cover;
  }
}
@media only screen and (max-width: 768px) {
  .main-contents-inner .introduction-content {
    background: url(../images/introdution_bg_sp.jpg) no-repeat center/cover;
  }
}
@media only screen and (min-width: 769px) {
  .main-contents-inner .introduction-content {
    background: url(../images/introdution_bg_pc.jpg) no-repeat center/cover;
  }
}
@media only screen and (max-width: 768px) {
  .main-contents-inner .interview-content {
    background: url(../images/interview_bg_sp.jpg) no-repeat center/cover;
  }
}
@media only screen and (min-width: 769px) {
  .main-contents-inner .interview-content {
    background: url(../images/interview_bg_pc.jpg) no-repeat center/cover;
  }
}

.recruit {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .recruit {
    background: url(../images/recruit_bg_sp.jpg) no-repeat center bottom/cover;
    height: 640px;
  }
}
@media only screen and (min-width: 769px) {
  .recruit {
    background: url(../images/recruit_bg.jpg) no-repeat center bottom/cover;
    height: 695px;
  }
}
.recruit h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .recruit h3 {
    font-size: 24px;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 769px) {
  .recruit h3 {
    font-size: 32px;
    line-height: 46px;
    margin-top: 80px;
  }
}
.recruit h3 span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .recruit h3 span {
    font-size: 13px;
  }
}
@media only screen and (min-width: 769px) {
  .recruit h3 span {
    font-size: 18px;
  }
}
.recruit h4 {
  color: #084fa1;
  font-weight: 400;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .recruit h4 {
    font-size: 24px;
    line-height: 40px;
    margin: 40px 20px 0;
  }
}
@media only screen and (min-width: 769px) {
  .recruit h4 {
    font-size: 32px;
    line-height: 46px;
    margin-top: 30px;
  }
}
.recruit p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin-top: 28px;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .recruit p {
    font-size: 14px;
    line-height: 26px;
    margin: 28px 20px 0;
  }
}
.recruit .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .recruit .buttons {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 769px) {
  .recruit .buttons {
    margin-top: 96px;
  }
}
.recruit .buttons a {
  background-color: #084fa1;
  background-image: url(../images/about/arrow.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  display: block;
  color: #fff;
  letter-spacing: 0.18em;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .recruit .buttons a {
    font-size: 20px;
    width: 255px;
    height: 70px;
    line-height: 70px;
  }
  .recruit .buttons a:last-child {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 769px) {
  .recruit .buttons a {
    font-size: 23px;
    width: 292px;
    height: 80px;
    line-height: 80px;
  }
  .recruit .buttons a:first-child {
    margin-right: 42px;
  }
}

/* 各ボタンスタイル */
.header .header-right-entry {
  width: 100%;
  max-width: 137px;
  background: #084fa1;
}
.header .header-right-entry:hover {
  background: #6893c5;
}
.header .header-right-entry .entryBtn {
  border: 0;
  line-height: 2.5;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
}
.header .header-right-entry-text {
  color: #fff;
}

.header {
  display: flex;
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  .header {
    height: 59px;
  }
}
@media only screen and (min-width: 769px) {
  .header {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.header-inner {
  width: 100%;
  display: flex;
}
@media only screen and (min-width: 769px) {
  .header-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 37px 100px 32px 55px;
    flex-direction: row;
    align-items: center;
  }
}
.header-logo {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .header-logo {
    max-width: 146px;
    padding: 12px 0 0 20px;
  }
}
@media only screen and (min-width: 769px) {
  .header-logo {
    max-width: 303px;
  }
}
.header-logo-bottom {
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  .header-logo-bottom {
    font-size: 11px;
    padding-left: 32px;
    letter-spacing: 0.1rem;
  }
}
@media only screen and (min-width: 769px) {
  .header-logo-bottom {
    font-size: 20px;
    padding-left: 61px;
  }
}
@media only screen and (max-width: 768px) {
  .header-logo-bottom-note_pl {
    padding-left: 4px;
  }
}
@media only screen and (max-width: 768px) {
  .header-left {
    width: 63.6%;
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  .header-left {
    width: 36.4%;
  }
}
.header-right {
  display: inline-flex;
}
@media only screen and (max-width: 768px) {
  .header-right {
    width: 25.4%;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 769px) {
  .header-right {
    width: 74.5%;
  }
}
@media only screen and (min-width: 769px) {
  .header-right-inner {
    width: auto;
    margin-right: 20px;
  }
}
.header-right-top {
  width: 100%;
  font-size: 12px;
  text-align: end;
  margin-bottom: 12px;
  color: #333;
}
.header-right-top .corporationLink {
  color: #333;
}
@media only screen and (min-width: 769px) {
  .header-right-top .corporationLink {
    width: 134px;
    display: inline-block;
  }
}
.header-right .openBtn {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 64px;
  height: 59px;
  background: #084fa1;
}
.header-right .openBtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 20px;
  height: 2px;
  background-color: #fff;
  width: 24.5px;
}
.header-right .openBtn span:nth-of-type(1) {
  top: 14px;
}
.header-right .openBtn span:nth-of-type(2) {
  top: 22px;
}
.header-right .openBtn span:nth-of-type(3) {
  top: 30px;
}
.header-right .openBtn.active span:nth-of-type(1) {
  top: 18px;
  left: 22px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.header-right .openBtn.active span:nth-of-type(2) {
  opacity: 0;
}
.header-right .openBtn.active span:nth-of-type(3) {
  top: 30px;
  left: 22px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.header-right .openBtn-text {
  width: 100%;
  max-width: 25px;
  position: absolute;
  top: 38px;
  left: 20px;
}
.header-right #toggle-menu {
  position: fixed;
  z-index: 999;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #75cbec;
  transition: all 0.6s;
}
.header-right #toggle-menu.panelactive {
  top: 59px;
}
.header-right #toggle-menu .toggle-menu-list {
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  z-index: 999;
  top: 169px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.header-right #toggle-menu .toggle-menu-list-item {
  list-style: none;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.header-right #toggle-menu .toggle-menu-list-item a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 63px;
}
.header-right #toggle-menu .toggle-menu-entry {
  position: absolute;
  top: 400px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header-right #toggle-menu .toggle-menu-entry a {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  width: 170px;
  height: 60px;
  background-color: #084fa1;
  text-align: center;
  line-height: 60px;
}
.header-right #toggle-menu .toggle-menu-corporate {
  position: absolute;
  top: 470px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header-right #toggle-menu .toggle-menu-corporate a {
  color: #fff;
  font-size: 14px;
}
.header-right #gnav-menu .gnav-menu-list {
  width: 100%;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 95px;
}
.header-right #gnav-menu .gnav-menu-list-item {
  list-style: none;
  text-align: center;
  padding-left: 40px;
}
.header-right #gnav-menu .gnav-menu-list-item a {
  color: #333;
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
}
.header-right .entry_btn {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .header-right .entry_btn-icon {
    background: #467bb9;
    position: absolute;
    right: 66px;
    width: auto;
  }
  .header-right .entry_btn-icon img {
    width: 64px;
    height: 59px;
  }
}
.header-right .entry_btn-normal {
  width: 134px;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  padding: 13px 0;
  background: #084fa1;
  margin: 0 auto;
  letter-spacing: 0.1em;
}
.header-right .entry_btn-normal a {
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

.is-contents {
  height: 500px;
}

@media only screen and (min-width: 769px) {
  .footer-inner {
    width: 100%;
    max-width: 1104px;
    display: block;
    padding: 52px 50px;
    margin: 0 auto;
  }
}
.footer .page-top {
  width: 100%;
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  .footer .page-top {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 769px) {
  .footer .page-top {
    padding: 20px 0 17px;
  }
}
.footer .page-top a {
  color: #fff;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .footer .page-top a {
    font-size: 15.5px;
  }
}
@media only screen and (min-width: 769px) {
  .footer .page-top a {
    font-size: 17px;
  }
}
.footer .page-top img {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .footer .page-top img {
    width: 37.5px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .footer .page-top img {
    width: 43px;
    margin-bottom: 16px;
  }
}
.footer-logo {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .footer-logo {
    max-width: 252px;
    margin: 0 auto;
    padding: 24px 0;
  }
}
@media only screen and (min-width: 769px) {
  .footer-logo {
    max-width: 307px;
    margin-bottom: 38px;
  }
}
.footer-menu {
  width: 100%;
}
.footer-menu-list {
  display: flex;
  padding: 0;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .footer-menu-list {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 769px) {
  .footer-menu-list {
    width: 583px;
  }
}
.footer-menu-list-item a {
  color: #333;
}
@media only screen and (max-width: 768px) {
  .footer-menu-list-item {
    width: calc(43% - 3px);
    margin: 0 auto 3px;
    background-color: #eee;
    padding: 30px 13px;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .footer-menu-list-item {
    padding-left: 40px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 769px) {
  .footer-menu-list-item:nth-of-type(1) {
    padding-left: 0;
  }
}
.footer .copyright {
  width: 100%;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .footer .copyright {
    display: block;
    padding: 25px 0 61.5px;
    font-size: 11.5px;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .footer .copyright {
    width: 100%;
    padding-left: 33px;
    font-size: 16px;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 769px) {
  .footer .wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.top .main-image {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top .main-image {
    background: url(../images/top/mv_sp.jpg) no-repeat top center;
    padding-top: 107%;
    width: 100%;
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 769px) {
  .top .main-image {
    background: url(../images/top/mv_pc.jpg) no-repeat top center;
    padding-top: 57%;
    width: 100%;
    background-size: 100% auto;
  }
}
.top .main-image .mainvisual-text {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .top .main-image .mainvisual-text {
    top: 51%;
    left: 50%;
  }
}
@media only screen and (min-width: 769px) {
  .top .main-image .mainvisual-text {
    top: 57%;
    left: 50%;
  }
}
.top .mainvisual-entryBtn {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .top .mainvisual-entryBtn {
    left: 17px;
    bottom: 15px;
  }
}
@media only screen and (min-width: 769px) {
  .top .mainvisual-entryBtn {
    right: 98px;
    bottom: 35px;
  }
}
.top .mainvisual-entryBtn:hover {
  background-color: #fff;
  border-radius: 100%;
  opacity: 0.8;
}
.top .about {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .top .about {
    background: url(../images/top/about_bg_sp.jpg) no-repeat top center/cover;
    height: 811px;
  }
}
@media only screen and (min-width: 769px) {
  .top .about {
    background: url(../images/top/about_bg_pc.jpg) no-repeat top center/cover;
    height: 785px;
  }
}
.top .about h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .top .about h2 {
    padding-top: 80px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 769px) {
  .top .about h2 {
    font-size: 32px;
    padding-top: 110px;
  }
}
.top .about .ja {
  margin-top: 12px;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .top .about .ja {
    font-size: 13px;
  }
}
@media only screen and (min-width: 769px) {
  .top .about .ja {
    font-size: 16px;
  }
}
.top .about h3 {
  color: #084fa1;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .top .about h3 {
    font-size: 24px;
    line-height: 40px;
    padding: 0 20px;
    margin-top: 41px;
  }
}
@media only screen and (min-width: 769px) {
  .top .about h3 {
    font-size: 32px;
    line-height: 46px;
    margin-top: 66px;
  }
}
.top .about .explanation {
  padding: 0 20px;
  letter-spacing: 0.15em;
  font-weight: 300;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .top .about .explanation {
    font-size: 14px;
    line-height: 26px;
    margin-top: 18px;
  }
}
@media only screen and (min-width: 769px) {
  .top .about .explanation {
    font-size: 18px;
    line-height: 30px;
    margin-top: 24px;
  }
}
.top .about a {
  border: 1px solid #333;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/top/arrow_black.png);
  background-position: top 50% right 24px;
  background-repeat: no-repeat;
  letter-spacing: 0.16em;
}
@media only screen and (max-width: 768px) {
  .top .about a {
    font-size: 12px;
    width: 210px;
    height: 42px;
    margin: 30px auto 0;
  }
}
@media only screen and (min-width: 769px) {
  .top .about a {
    font-size: 14px;
    width: 242px;
    height: 48px;
    margin: 21px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .top .about a:last-child {
    margin: 17px auto 0;
  }
}
.top .about a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .top .introduction {
    background: url(../images/top/introdution_bg_sp.jpg) no-repeat top center/cover;
    height: 845px;
  }
}
@media only screen and (min-width: 769px) {
  .top .introduction {
    background: url(../images/top/introdution_bg_pc.jpg) no-repeat top center/cover;
    height: 685px;
  }
}
.top .introduction h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  color: #fff;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .top .introduction h2 {
    font-size: 24px;
    padding-top: 69px;
  }
}
@media only screen and (min-width: 769px) {
  .top .introduction h2 {
    font-size: 32px;
    padding-top: 59px;
  }
}
.top .introduction .ja {
  margin-top: 12px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .top .introduction .ja {
    font-size: 13px;
  }
}
@media only screen and (min-width: 769px) {
  .top .introduction .ja {
    font-size: 16px;
  }
}
.top .introduction .occupation {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .top .introduction .occupation {
    flex-wrap: wrap;
    padding: 0 20px;
    margin-top: 48px;
  }
}
@media only screen and (min-width: 769px) {
  .top .introduction .occupation {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .top .introduction .occupation .left, .top .introduction .occupation .right {
    width: 100%;
    height: auto;
    background-image: url(../images/top/technology_sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 769px) {
  .top .introduction .occupation .left, .top .introduction .occupation .right {
    width: 584px;
    height: 427px;
    margin-right: 38px;
    background-image: url(../images/top/technology_pc.png);
    background-position: right 0 top 0;
    background-repeat: no-repeat;
    background-size: 560px auto;
  }
}
.top .introduction .occupation .left div, .top .introduction .occupation .right div {
  background-color: #fff;
  box-shadow: 0px 0px 20px #c8edfd;
}
@media only screen and (max-width: 768px) {
  .top .introduction .occupation .left div, .top .introduction .occupation .right div {
    width: 88%;
    height: auto;
    margin-top: 100px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .top .introduction .occupation .left div, .top .introduction .occupation .right div {
    width: 456px;
    height: 264px;
    margin-top: 163px;
  }
}
.top .introduction .occupation .left div h3, .top .introduction .occupation .right div h3 {
  font-weight: 500;
  text-align: center;
  margin: 0 28px;
  border-bottom: 1px solid #8f989d;
  color: #084fa1;
}
@media only screen and (max-width: 768px) {
  .top .introduction .occupation .left div h3, .top .introduction .occupation .right div h3 {
    font-size: 21px;
    padding: 22px 0 10px 0;
  }
}
@media only screen and (min-width: 769px) {
  .top .introduction .occupation .left div h3, .top .introduction .occupation .right div h3 {
    font-size: 24px;
    padding: 22px 0 5px 0;
  }
}
.top .introduction .occupation .left div p, .top .introduction .occupation .right div p {
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0.15em;
  color: #000;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .top .introduction .occupation .left div p, .top .introduction .occupation .right div p {
    font-size: 15px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 769px) {
  .top .introduction .occupation .left div p, .top .introduction .occupation .right div p {
    font-size: 18px;
    line-height: 30px;
  }
}
.top .introduction .occupation .right {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .top .introduction .occupation .right {
    background: url(../images/top/business_pc.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-top: 36px;
  }
}
@media only screen and (min-width: 769px) {
  .top .introduction .occupation .right {
    background-image: url(../images/top/business_sp.png);
    background-position: right 0 top 0;
    background-repeat: no-repeat;
    background-size: 560px auto;
  }
}
@media only screen and (max-width: 768px) {
  .top .introduction .occupation .right div {
    width: 88%;
    height: auto;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .top .introduction .occupation .right div {
    width: 456px;
    height: 264px;
    margin-top: 163px;
  }
}
@media only screen and (max-width: 768px) {
  .top .interview {
    height: 900px;
    background: url(../images/top/interview_bg_sp.jpg) no-repeat top center/cover;
  }
  .messagecont {
    max-width: 90%;
    margin: 20px auto;
  }
}
@media only screen and (min-width: 769px) {
  .top .interview {
    height: 1060px;
    background: url(../images/top/interview_bg_pc.jpg) no-repeat top center/cover;
  }
  .messagecont {
    max-width: 1200px;
    margin: 20px auto;
  }
}
.top .interview h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding-top: 59px;
  color: #333;
  text-align: center;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .top .interview h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 769px) {
  .top .interview h2 {
    font-size: 32px;
  }
}
.top .interview .ja {
  margin-top: 12px;
  text-align: center;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .top .interview .ja {
    font-size: 13px;
  }
}
@media only screen and (min-width: 769px) {
  .top .interview .ja {
    font-size: 16px;
  }
}
.top .interview .staffs {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .top .interview .staffs {
    margin-top: 30px;
  }
}
.top .interview .staffs a {
  width: auto;
  color: #333;
}
.top .interview .staffs a:nth-child(3), .top .interview .staffs a:nth-child(4) {
  margin-top: 15px;
}
.top .interview .staffs a .staff01, .top .interview .staffs a .staff02, .top .interview .staffs a .staff03, .top .interview .staffs a .staff04 {
  background-color: #fff;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .top .interview .staffs a .staff01 dt, .top .interview .staffs a .staff02 dt, .top .interview .staffs a .staff03 dt, .top .interview .staffs a .staff04 dt {
    height: 125px;
  }
}
@media only screen and (min-width: 769px) {
  .top .interview .staffs a .staff01 dt, .top .interview .staffs a .staff02 dt, .top .interview .staffs a .staff03 dt, .top .interview .staffs a .staff04 dt {
    height: 198px;
  }
}
.top .interview .staffs a .staff01 dd, .top .interview .staffs a .staff02 dd, .top .interview .staffs a .staff03 dd, .top .interview .staffs a .staff04 dd {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .top .interview .staffs a .staff01 dd, .top .interview .staffs a .staff02 dd, .top .interview .staffs a .staff03 dd, .top .interview .staffs a .staff04 dd {
    padding: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .top .interview .staffs a .staff01 dd, .top .interview .staffs a .staff02 dd, .top .interview .staffs a .staff03 dd, .top .interview .staffs a .staff04 dd {
    padding: 20px;
    height: 128px;
  }
}
.top .interview .staffs a .staff01 dd .title, .top .interview .staffs a .staff02 dd .title, .top .interview .staffs a .staff03 dd .title, .top .interview .staffs a .staff04 dd .title {
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .top .interview .staffs a .staff01 dd .title, .top .interview .staffs a .staff02 dd .title, .top .interview .staffs a .staff03 dd .title, .top .interview .staffs a .staff04 dd .title {
    font-size: 8px;
    line-height: 15px;
  }
}
@media only screen and (min-width: 769px) {
  .top .interview .staffs a .staff01 dd .title, .top .interview .staffs a .staff02 dd .title, .top .interview .staffs a .staff03 dd .title, .top .interview .staffs a .staff04 dd .title {
    font-size: 14px;
    line-height: 24px;
  }
}
.top .interview .staffs a .staff01 dd .name, .top .interview .staffs a .staff02 dd .name, .top .interview .staffs a .staff03 dd .name, .top .interview .staffs a .staff04 dd .name {
  font-size: 20px;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .top .interview .staffs a .staff01 dd .name, .top .interview .staffs a .staff02 dd .name, .top .interview .staffs a .staff03 dd .name, .top .interview .staffs a .staff04 dd .name {
    margin-top: 11px;
  }
}
@media only screen and (min-width: 769px) {
  .top .interview .staffs a .staff01 dd .name, .top .interview .staffs a .staff02 dd .name, .top .interview .staffs a .staff03 dd .name, .top .interview .staffs a .staff04 dd .name {
    margin-top: 30px;
  }
}
.top .interview .staffs a .staff01 dd .name .department, .top .interview .staffs a .staff02 dd .name .department, .top .interview .staffs a .staff03 dd .name .department, .top .interview .staffs a .staff04 dd .name .department {
  font-weight: 500;
  color: #8f8f8f;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .top .interview .staffs a .staff01 dd .name .department, .top .interview .staffs a .staff02 dd .name .department, .top .interview .staffs a .staff03 dd .name .department, .top .interview .staffs a .staff04 dd .name .department {
    font-size: 8px;
  }
}
@media only screen and (min-width: 769px) {
  .top .interview .staffs a .staff01 dd .name .department, .top .interview .staffs a .staff02 dd .name .department, .top .interview .staffs a .staff03 dd .name .department, .top .interview .staffs a .staff04 dd .name .department {
    font-size: 14px;
  }
}
.top .interview .staffs a .staff01 dd .name .fullname, .top .interview .staffs a .staff02 dd .name .fullname, .top .interview .staffs a .staff03 dd .name .fullname, .top .interview .staffs a .staff04 dd .name .fullname {
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .top .interview .staffs a .staff01 dd .name .fullname, .top .interview .staffs a .staff02 dd .name .fullname, .top .interview .staffs a .staff03 dd .name .fullname, .top .interview .staffs a .staff04 dd .name .fullname {
    font-size: 12px;
  }
}
@media only screen and (min-width: 769px) {
  .top .interview .staffs a .staff01 dd .name .fullname, .top .interview .staffs a .staff02 dd .name .fullname, .top .interview .staffs a .staff03 dd .name .fullname, .top .interview .staffs a .staff04 dd .name .fullname {
    font-size: 20px;
  }
}
.top .interview .staffs a .staff01 dd .year, .top .interview .staffs a .staff02 dd .year, .top .interview .staffs a .staff03 dd .year, .top .interview .staffs a .staff04 dd .year {
  color: #0087d5;
  text-align: right;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .top .interview .staffs a .staff01 dd .year, .top .interview .staffs a .staff02 dd .year, .top .interview .staffs a .staff03 dd .year, .top .interview .staffs a .staff04 dd .year {
    font-size: 8px;
    font-weight: 300;
  }
}
@media only screen and (min-width: 769px) {
  .top .interview .staffs a .staff01 dd .year, .top .interview .staffs a .staff02 dd .year, .top .interview .staffs a .staff03 dd .year, .top .interview .staffs a .staff04 dd .year {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .top .interview .staffs a .staff01, .top .interview .staffs a .staff02, .top .interview .staffs a .staff03, .top .interview .staffs a .staff04 {
    width: 160px;
    height: auto;
  }
  .top .interview .staffs a .staff01 dt, .top .interview .staffs a .staff02 dt, .top .interview .staffs a .staff03 dt, .top .interview .staffs a .staff04 dt {
    background-position-x: center;
  }
}
@media only screen and (min-width: 769px) {
  .top .interview .staffs a .staff01, .top .interview .staffs a .staff02, .top .interview .staffs a .staff03, .top .interview .staffs a .staff04 {
    width: 253px;
    height: 366px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .top .interview .staffs a .staff01 dt {
    background: url(../images/top/staff_01_sp.jpg) no-repeat top center/cover;
  }
}
@media only screen and (min-width: 769px) {
  .top .interview .staffs a .staff01 dt {
    background-image: url(../images/top/staff_01.jpg);
  }
}
@media only screen and (max-width: 768px) {
  .top .interview .staffs a .staff02 dt {
    background: url(../images/top/staff_02_sp.jpg) no-repeat top center/cover;
  }
}
@media only screen and (min-width: 769px) {
  .top .interview .staffs a .staff02 dt {
    margin-top: 100px;
    background-image: url(../images/top/staff_02.jpg);
  }
}
.top .interview .staffs a .staff02 dd .name {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .top .interview .staffs a .staff03 dt {
    background: url(../images/top/staff_03_sp.jpg) no-repeat top center/cover;
  }
}
@media only screen and (min-width: 769px) {
  .top .interview .staffs a .staff03 dt {
    background-image: url(../images/top/staff_03.jpg);
  }
}
@media only screen and (max-width: 768px) {
  .top .interview .staffs a .staff04 dt {
    background: url(../images/top/staff_04_sp.jpg) no-repeat top center/cover;
  }
}
@media only screen and (min-width: 769px) {
  .top .interview .staffs a .staff04 dt {
    margin-top: 100px;
    background-image: url(../images/top/staff_04.jpg);
  }
}

.about {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .about .main-contents {
    padding-top: 59px;
  }
}
@media only screen and (min-width: 769px) {
  .about .main-contents {
    padding-top: 145px;
  }
}
.about .main-contents .main-image {
  height: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .about .main-contents .main-image {
    background: url(../images/about/mv_sp.jpg) no-repeat top center/cover;
    height: 150px;
  }
}
@media only screen and (min-width: 769px) {
  .about .main-contents .main-image {
    background: url(../images/about/mv_pc.jpg) no-repeat top center/cover;
    width: auto;
  }
}
.about .main-contents .main-image h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .about .main-contents .main-image h1 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 769px) {
  .about .main-contents .main-image h1 {
    font-size: 32px;
  }
}
.about .main-contents .main-image .caption {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  width: auto;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .about .main-contents .main-image .caption {
    font-size: 12px;
  }
}
@media only screen and (min-width: 769px) {
  .about .main-contents .main-image .caption {
    font-size: 16px;
  }
}
.about .main-contents .main-contents-inner {
  padding-top: 91px;
  background-color: #e7f7fe;
  background-size: 100% auto;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .about .main-contents .main-contents-inner {
    padding-top: 41px;
    background: url(../images/about/wave_sp01.png) no-repeat top center/contain;
  }
}
@media only screen and (min-width: 769px) {
  .about .main-contents .main-contents-inner {
    background: url(../images/about/wave_pc01.png) no-repeat top center/contain;
    width: auto;
  }
}
.about .main-contents .main-contents-inner .contents {
  background-color: #e7f7fe;
  padding-top: 95px;
}
@media only screen and (max-width: 768px) {
  .about .main-contents .main-contents-inner .contents {
    padding: 45px 20px 0;
  }
}
.about .main-contents .main-contents-inner h2 {
  color: #084fa1;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .about .main-contents .main-contents-inner h2 {
    font-size: 24px;
    line-height: 40px;
    margin: 0 20px;
  }
}
@media only screen and (min-width: 769px) {
  .about .main-contents .main-contents-inner h2 {
    font-size: 32px;
    line-height: 46px;
  }
}
.about .main-contents .main-contents-inner .explanation {
  font-weight: 300;
  color: #000;
  text-align: center;
  margin-top: 25px;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .about .main-contents .main-contents-inner .explanation {
    background-color: #e7f7fe;
    padding: 0 20px 0;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.15em;
  }
}
@media only screen and (min-width: 769px) {
  .about .main-contents .main-contents-inner .explanation {
    font-size: 18px;
    line-height: 30px;
  }
}
.about .main-contents .main-contents-inner .content01, .about .main-contents .main-contents-inner .content02, .about .main-contents .main-contents-inner .content03, .about .main-contents .main-contents-inner .content04, .about .main-contents .main-contents-inner .content05 {
  width: 100%;
  height: 515px;
  background-color: #e7f7fe;
  background: url(../images/about/bg_01.jpg) no-repeat top right;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .about .main-contents .main-contents-inner .content01, .about .main-contents .main-contents-inner .content02, .about .main-contents .main-contents-inner .content03, .about .main-contents .main-contents-inner .content04, .about .main-contents .main-contents-inner .content05 {
    background-size: 100% auto;
  }
}
.about .main-contents .main-contents-inner .content01 div, .about .main-contents .main-contents-inner .content02 div, .about .main-contents .main-contents-inner .content03 div, .about .main-contents .main-contents-inner .content04 div, .about .main-contents .main-contents-inner .content05 div {
  background-color: #fff;
  box-shadow: 0px 0px 20px #c8edfd;
}
@media only screen and (max-width: 768px) {
  .about .main-contents .main-contents-inner .content01 div, .about .main-contents .main-contents-inner .content02 div, .about .main-contents .main-contents-inner .content03 div, .about .main-contents .main-contents-inner .content04 div, .about .main-contents .main-contents-inner .content05 div {
    width: auto;
    margin: 208px 20px 0;
    padding: 37px 18px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 769px) {
  .about .main-contents .main-contents-inner .content01 div, .about .main-contents .main-contents-inner .content02 div, .about .main-contents .main-contents-inner .content03 div, .about .main-contents .main-contents-inner .content04 div, .about .main-contents .main-contents-inner .content05 div {
    width: 480px;
    margin-left: 100px;
    padding: 40px;
  }
}
.about .main-contents .main-contents-inner .content01 div h3, .about .main-contents .main-contents-inner .content02 div h3, .about .main-contents .main-contents-inner .content03 div h3, .about .main-contents .main-contents-inner .content04 div h3, .about .main-contents .main-contents-inner .content05 div h3 {
  font-weight: bold;
  color: #084fa1;
}
@media only screen and (max-width: 768px) {
  .about .main-contents .main-contents-inner .content01 div h3, .about .main-contents .main-contents-inner .content02 div h3, .about .main-contents .main-contents-inner .content03 div h3, .about .main-contents .main-contents-inner .content04 div h3, .about .main-contents .main-contents-inner .content05 div h3 {
    font-size: 20.5px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 769px) {
  .about .main-contents .main-contents-inner .content01 div h3, .about .main-contents .main-contents-inner .content02 div h3, .about .main-contents .main-contents-inner .content03 div h3, .about .main-contents .main-contents-inner .content04 div h3, .about .main-contents .main-contents-inner .content05 div h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.15em;
  }
}
.about .main-contents .main-contents-inner .content01 div p, .about .main-contents .main-contents-inner .content02 div p, .about .main-contents .main-contents-inner .content03 div p, .about .main-contents .main-contents-inner .content04 div p, .about .main-contents .main-contents-inner .content05 div p {
  margin-top: 13px;
  letter-spacing: 0.15em;
  font-weight: 300;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .about .main-contents .main-contents-inner .content01 div p, .about .main-contents .main-contents-inner .content02 div p, .about .main-contents .main-contents-inner .content03 div p, .about .main-contents .main-contents-inner .content04 div p, .about .main-contents .main-contents-inner .content05 div p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 769px) {
  .about .main-contents .main-contents-inner .content01 div p, .about .main-contents .main-contents-inner .content02 div p, .about .main-contents .main-contents-inner .content03 div p, .about .main-contents .main-contents-inner .content04 div p, .about .main-contents .main-contents-inner .content05 div p {
    font-size: 18px;
    line-height: 30px;
  }
}
.about .main-contents .main-contents-inner .content02 {
  background: url(../images/about/bg_02.jpg) no-repeat top left;
}
@media only screen and (max-width: 768px) {
  .about .main-contents .main-contents-inner .content02 {
    margin-top: 58px;
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 769px) {
  .about .main-contents .main-contents-inner .content02 {
    margin-top: 100px;
  }
}
.about .main-contents .main-contents-inner .content02 div {
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .about .main-contents .main-contents-inner .content02 div {
    margin: 180px 20px 0;
  }
  .about .main-contents .main-contents-inner .content02 div h3 {
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-width: 769px) {
  .about .main-contents .main-contents-inner .content02 div {
    margin: 0 100px 0 auto;
  }
  .about .main-contents .main-contents-inner .content02 div h3 {
    letter-spacing: 0.11em;
  }
}
.about .main-contents .main-contents-inner .content03 {
  margin-top: 100px;
  background: url(../images/about/bg_03.jpg) no-repeat top right;
}
@media only screen and (max-width: 768px) {
  .about .main-contents .main-contents-inner .content03 {
    background-size: 100% auto;
    margin-top: 31px;
  }
  .about .main-contents .main-contents-inner .content03 div {
    margin: 154px 20px 0;
  }
}
@media only screen and (min-width: 769px) {
  .about .main-contents .main-contents-inner .content03 div {
    margin: 0 auto 0 100px;
  }
}
.about .main-contents .main-contents-inner .content04 {
  background: url(../images/about/bg_04.jpg) no-repeat top left;
}
@media only screen and (max-width: 768px) {
  .about .main-contents .main-contents-inner .content04 {
    background-size: 100% auto;
    margin-top: 5px;
  }
  .about .main-contents .main-contents-inner .content04 div {
    margin-top: 177px;
  }
}
@media only screen and (min-width: 769px) {
  .about .main-contents .main-contents-inner .content04 {
    margin-top: 100px;
  }
  .about .main-contents .main-contents-inner .content04 div {
    justify-content: flex-end;
    margin: 0 100px 0 auto;
  }
}
.about .main-contents .main-contents-inner .content05 {
  background: url(../images/about/bg_05.jpg) no-repeat top right;
}
@media only screen and (max-width: 768px) {
  .about .main-contents .main-contents-inner .content05 {
    background-size: 100% auto;
    margin-top: 28px;
  }
  .about .main-contents .main-contents-inner .content05 div {
    margin-top: 101px;
  }
}
@media only screen and (min-width: 769px) {
  .about .main-contents .main-contents-inner .content05 {
    margin-top: 100px;
  }
  .about .main-contents .main-contents-inner .content05 div {
    margin: 0 auto 0 100px;
  }
}
.about .wave {
  background-color: #e7f7fe;
}
@media only screen and (min-width: 769px) {
  .about .wave {
    padding-top: 100px;
  }
}

.introduction {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .introduction .main-contents {
    padding-top: 59px;
  }
}
@media only screen and (min-width: 769px) {
  .introduction .main-contents {
    padding-top: 145px;
  }
}
.introduction .main-contents .main-image {
  height: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .introduction .main-contents .main-image {
    background: url(../images/introduction/mv_sp.jpg) no-repeat top center/cover;
    height: 210px;
  }
}
@media only screen and (min-width: 769px) {
  .introduction .main-contents .main-image {
    background: url(../images/introduction/mv_pc.jpg) no-repeat top center/cover;
    width: auto;
  }
}
.introduction .main-contents .main-image h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .introduction .main-contents .main-image h1 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 769px) {
  .introduction .main-contents .main-image h1 {
    font-size: 32px;
  }
}
.introduction .main-contents .main-image .caption {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  width: auto;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .introduction .main-contents .main-image .caption {
    font-size: 12px;
  }
}
@media only screen and (min-width: 769px) {
  .introduction .main-contents .main-image .caption {
    font-size: 16px;
  }
}
.introduction .main-contents .main-contents-inner {
  background-color: #e7f7fe;
  background-repeat: no-repeat;
  background-position: top center;
}
@media only screen and (max-width: 768px) {
  .introduction .main-contents .main-contents-inner {
    padding-top: 41px;
    background-size: contain;
    background-image: url(../images/about/wave_sp01.png);
  }
}
@media only screen and (min-width: 769px) {
  .introduction .main-contents .main-contents-inner {
    padding-top: 91px;
    background-size: cover;
    background-image: url(../images/about/wave_pc01.png);
  }
}
@media only screen and (max-width: 768px) {
  .introduction .main-contents .main-contents-inner .contents {
    padding: 0px 20px 0;
  }
}
@media only screen and (min-width: 769px) {
  .introduction .main-contents .main-contents-inner .contents {
    padding-top: 95px;
  }
}
.introduction .main-contents .main-contents-inner .contents .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .introduction .main-contents .main-contents-inner .contents .list {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 769px) {
  .introduction .main-contents .main-contents-inner .contents .list {
    margin-top: 100px;
  }
}
.introduction .main-contents .main-contents-inner .contents .list .occupation {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px #c8edfd;
}
@media only screen and (max-width: 768px) {
  .introduction .main-contents .main-contents-inner .contents .list .occupation {
    width: 85%;
    padding: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .introduction .main-contents .main-contents-inner .contents .list .occupation {
    width: 35%;
    padding: 25px 40px 37px 40px;
  }
}
.introduction .main-contents .main-contents-inner .contents .list .occupation h3 {
  color: #084fa1;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #8f989d;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .introduction .main-contents .main-contents-inner .contents .list .occupation h3 {
    font-size: 21px;
    padding-bottom: 16px;
  }
}
@media only screen and (min-width: 769px) {
  .introduction .main-contents .main-contents-inner .contents .list .occupation h3 {
    font-size: 24px;
    padding-bottom: 10px;
  }
}
.introduction .main-contents .main-contents-inner .contents .list .occupation ul {
  margin-top: 16px;
}
.introduction .main-contents .main-contents-inner .contents .list .occupation ul li a {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .introduction .main-contents .main-contents-inner .contents .list .occupation ul li a {
    font-size: 15.5px;
  }
}
@media only screen and (min-width: 769px) {
  .introduction .main-contents .main-contents-inner .contents .list .occupation ul li a {
    font-size: 18px;
  }
}
.introduction .main-contents .main-contents-inner .contents .list .occupation ul li a img {
  margin-right: 10px;
  border-radius: 100%;
}
@media only screen and (max-width: 768px) {
  .introduction .main-contents .main-contents-inner .contents .list .occupation ul li a img {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .introduction .main-contents .main-contents-inner .contents .list .occupation ul li a img {
    width: 23px;
    height: 23px;
  }
}
@media only screen and (max-width: 768px) {
  .introduction .main-contents .main-contents-inner .contents .list .occupation ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 769px) {
  .introduction .main-contents .main-contents-inner .contents .list .occupation ul li:not(:last-child) {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .introduction .main-contents .main-contents-inner .contents .list div:last-child {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 769px) {
  .introduction .main-contents .main-contents-inner .contents .list div:first-child {
    margin-right: 60px;
  }
}
.introduction .main-contents .main-contents-inner h2 {
  color: #084fa1;
  font-size: 32px;
  font-weight: normal;
  line-height: 46px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .introduction .main-contents .main-contents-inner h2 {
    font-size: 26px;
    margin: 0 20px;
  }
}
.introduction .wave {
  background-color: #e7f7fe;
}
@media only screen and (max-width: 768px) {
  .introduction .wave {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 769px) {
  .introduction .wave {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .introduction .occupation {
    padding-top: 41px;
  }
}
@media only screen and (min-width: 769px) {
  .introduction .occupation {
    padding-top: 75px;
  }
}
.introduction .occupation h3 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .introduction .occupation h3 {
    font-size: 24px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 769px) {
  .introduction .occupation h3 {
    font-size: 32px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 768px) {
  .introduction .occupation hr {
    width: 83px;
    margin-top: 28px;
  }
}
@media only screen and (min-width: 769px) {
  .introduction .occupation hr {
    width: 166px;
    margin-top: 46px;
  }
}
.introduction .occupation .space {
  height: 104px;
}
.introduction .occupation .content {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .introduction .occupation .content {
    flex-wrap: wrap;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 769px) {
  .introduction .occupation .content {
    margin-top: 104px;
  }
}
@media only screen and (min-width: 769px) {
  .introduction .occupation .content .odd {
    margin-right: 46px;
  }
}
@media only screen and (min-width: 769px) {
  .introduction .occupation .content .even {
    margin-left: 46px;
  }
}
@media only screen and (max-width: 768px) {
  .introduction .occupation .content .text {
    order: 1;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .introduction .occupation .content .text {
    width: 474px;
  }
}
.introduction .occupation .content .text .anchor {
  display: block;
  padding-top: 200px;
  margin-top: -200px;
}
.introduction .occupation .content .text .anchor-sp {
  display: block;
  padding-top: 300px;
  margin-top: -300px;
}
.introduction .occupation .content .text h4 {
  color: #013e7b;
  font-weight: bold;
  letter-spacing: 0.15em;
  padding-bottom: 21px;
  border-bottom: 3px solid #d1f1fb;
}
@media only screen and (max-width: 768px) {
  .introduction .occupation .content .text h4 {
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 0.06em;
    margin-top: 36px;
  }
}
@media only screen and (min-width: 769px) {
  .introduction .occupation .content .text h4 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.15em;
  }
}
.introduction .occupation .content .text .explanation {
  letter-spacing: 0.15em;
  padding-top: 21px;
  font-weight: 300;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .introduction .occupation .content .text .explanation {
    font-size: 15px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 769px) {
  .introduction .occupation .content .text .explanation {
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .introduction .occupation .content .text .staff {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .introduction .occupation .content .image img {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .introduction .occupation .content .image img {
    width: 680px;
  }
}
@media only screen and (min-width: 769px) {
  .introduction .occupation .content01 .staff {
    margin-top: 27px;
  }
}
@media only screen and (min-width: 769px) {
  .introduction .occupation .content02 .staff {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 769px) {
  .introduction .occupation .content04 .staff {
    margin-top: 66px;
  }
}
@media only screen and (min-width: 769px) {
  .introduction .occupation .content05 .staff {
    margin-top: 147px;
  }
}
@media only screen and (min-width: 769px) {
  .introduction .occupation .content06 .staff {
    margin-top: 91px;
  }
}
@media only screen and (max-width: 768px) {
  .introduction .wave03 {
    margin-top: 50px;
  }
}
.introduction .office {
  background-color: #fff5e7;
}
@media only screen and (max-width: 768px) {
  .introduction .office {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 769px) {
  .introduction .office {
    padding-bottom: 118px;
  }
}
@media only screen and (max-width: 768px) {
  .introduction .office .content {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 769px) {
  .introduction .office .content {
    margin-top: 100px;
  }
}
.introduction .office .content .text h4 {
  color: #d6660b;
  border-bottom: 3px solid #fec97e;
}

.recruitinfo {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .recruitinfo .main-contents {
    padding-top: 59px;
  }
}
@media only screen and (min-width: 769px) {
  .recruitinfo .main-contents {
    padding-top: 145px;
  }
}
.recruitinfo .main-contents .main-image {
  height: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .recruitinfo .main-contents .main-image {
    background: url(../images/recruitinfo/mv_sp.jpg) no-repeat top center/cover;
    height: 150px;
  }
}
@media only screen and (min-width: 769px) {
  .recruitinfo .main-contents .main-image {
    background: url(../images/recruitinfo/mv_pc.jpg) no-repeat top center/cover;
    width: auto;
  }
}
.recruitinfo .main-contents .main-image h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .recruitinfo .main-contents .main-image h1 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 769px) {
  .recruitinfo .main-contents .main-image h1 {
    font-size: 32px;
  }
}
.recruitinfo .main-contents .main-image .caption {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  width: auto;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .recruitinfo .main-contents .main-image .caption {
    font-size: 12px;
  }
}
@media only screen and (min-width: 769px) {
  .recruitinfo .main-contents .main-image .caption {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .recruitinfo .main-contents .main-contents-inner {
    padding-top: 49px;
  }
}
@media only screen and (min-width: 769px) {
  .recruitinfo .main-contents .main-contents-inner {
    padding-top: 91px;
  }
}
.recruitinfo .main-contents .main-contents-inner .contents {
  padding-top: 95px;
}
@media only screen and (max-width: 768px) {
  .recruitinfo .main-contents .main-contents-inner .contents {
    padding: 65px 20px 0;
  }
}
.recruitinfo .main-contents .main-contents-inner .buttons {
  display: flex;
  justify-content: center;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .recruitinfo .main-contents .main-contents-inner .buttons {
    padding: 0 20px;
  }
}
.recruitinfo .main-contents .main-contents-inner .buttons .newgraduate {
  position: relative;
  background: #084fa1;
  color: #fff;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2px;
  letter-spacing: 0.18em;
}
@media only screen and (max-width: 768px) {
  .recruitinfo .main-contents .main-contents-inner .buttons .newgraduate {
    width: 167px;
    height: 46px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 769px) {
  .recruitinfo .main-contents .main-contents-inner .buttons .newgraduate {
    width: 292px;
    height: 80px;
    font-size: 28px;
  }
}
.recruitinfo .main-contents .main-contents-inner .buttons .newgraduate:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #084fa1 transparent transparent transparent;
}
@media only screen and (max-width: 768px) {
  .recruitinfo .main-contents .main-contents-inner .buttons .newgraduate:after {
    bottom: -7px;
    border-width: 14px 14px 0 14px;
  }
}
@media only screen and (min-width: 769px) {
  .recruitinfo .main-contents .main-contents-inner .buttons .newgraduate:after {
    bottom: -12px;
    border-width: 12px 12px 0 14px;
  }
}
.recruitinfo .main-contents .main-contents-inner .buttons .career {
  border: 1px solid #084fa1;
  width: 290px;
  height: 78px;
  background-color: #fff;
  color: #084fa1;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.18em;
}
@media only screen and (max-width: 768px) {
  .recruitinfo .main-contents .main-contents-inner .buttons .career {
    width: 165px;
    height: 44px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 769px) {
  .recruitinfo .main-contents .main-contents-inner .buttons .career {
    width: 290px;
    height: 78px;
    font-size: 28px;
  }
}
.recruitinfo .main-contents .main-contents-inner .buttons .career:hover {
  color: #fff;
  background-color: #084fa1;
}
.recruitinfo .main-contents .main-contents-inner .content {
  text-align: center;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .recruitinfo .main-contents .main-contents-inner .content {
    margin-top: 43px;
  }
}
@media only screen and (min-width: 769px) {
  .recruitinfo .main-contents .main-contents-inner .content {
    margin-top: 80px;
  }
}
.recruitinfo .main-contents .main-contents-inner .content h2 {
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .recruitinfo .main-contents .main-contents-inner .content h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 769px) {
  .recruitinfo .main-contents .main-contents-inner .content h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .recruitinfo .main-contents .main-contents-inner .content hr {
    width: 83px;
    margin-top: 25px;
  }
}
@media only screen and (min-width: 769px) {
  .recruitinfo .main-contents .main-contents-inner .content hr {
    width: 110px;
    margin-top: 46px;
  }
}
@media only screen and (max-width: 768px) {
  .recruitinfo .main-contents .main-contents-inner .list {
    width: auto;
    padding: 0 20px;
    margin: 50px auto 0;
  }
}
@media only screen and (min-width: 769px) {
  .recruitinfo .main-contents .main-contents-inner .list {
    width: 1066px;
    margin: 84px auto 0;
  }
}
.recruitinfo .main-contents .main-contents-inner .list dl {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .recruitinfo .main-contents .main-contents-inner .list dl {
    flex-wrap: wrap;
    display: block;
  }
}
.recruitinfo .main-contents .main-contents-inner .list dl dt {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #084fa1;
  padding: 33px;
  width: 207px;
  text-align: left;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .recruitinfo .main-contents .main-contents-inner .list dl dt {
    width: auto;
    padding: 26px 18px 0;
    font-size: 16px;
  }
}
.recruitinfo .main-contents .main-contents-inner .list dl dd {
  text-align: left;
  width: 859px;
  letter-spacing: 0.15em;
  font-weight: 300;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .recruitinfo .main-contents .main-contents-inner .list dl dd {
    width: auto;
    padding: 0 18px 26px 18px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 769px) {
  .recruitinfo .main-contents .main-contents-inner .list dl dd {
    padding: 22px 32px 22px 0;
    font-size: 18px;
    line-height: 32px;
  }
}
.recruitinfo .main-contents .main-contents-inner .list dl dd table th {
  width: 54px;
}
.recruitinfo .main-contents .main-contents-inner .list dl.odd {
  background-color: #e7f7fe;
}
.recruitinfo .main-contents .main-contents-inner .list dl.odd .tel a {
  color: #333;
}
.recruitinfo .main-contents .main-contents-inner .list dl.odd .fax a {
  color: #333;
}
.recruitinfo .main-contents .main-contents-inner .list .intern {
  text-align: left;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .recruitinfo .main-contents .main-contents-inner .list .intern {
    padding: 0 20px;
  }
}
.recruitinfo .wave {
  margin-top: 44px;
}
.recruitinfo .destination {
  background-color: #e7f7fe;
  padding-bottom: 86px;
}
@media only screen and (max-width: 768px) {
  .recruitinfo .destination {
    padding: 50px 20px 0;
  }
}
.recruitinfo .destination h2 {
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .recruitinfo .destination h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 769px) {
  .recruitinfo .destination h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .recruitinfo .destination hr {
    width: 83px;
    margin-top: 22px;
  }
}
@media only screen and (min-width: 769px) {
  .recruitinfo .destination hr {
    width: 110px;
    margin-top: 46px;
  }
}
.recruitinfo .destination dl {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}
@media only screen and (max-width: 768px) {
  .recruitinfo .destination dl {
    display: block;
  }
}
.recruitinfo .destination dl dt {
  letter-spacing: 0.15em;
  font-weight: 300;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .recruitinfo .destination dl dt {
    font-size: 15px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 769px) {
  .recruitinfo .destination dl dt {
    font-size: 18px;
    line-height: 30px;
  }
}
.recruitinfo .destination dl dd {
  display: flex;
  background-color: #084fa1;
}
@media only screen and (max-width: 768px) {
  .recruitinfo .destination dl dd {
    width: auto;
    margin-top: 31px;
    height: 71px;
  }
}
@media only screen and (min-width: 769px) {
  .recruitinfo .destination dl dd {
    width: 427px;
    margin-left: 147px;
    height: 80px;
  }
}
.recruitinfo .destination dl dd a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  width: 100%;
  height: 100%;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 768px) {
  .recruitinfo .destination dl dd a {
    font-size: 21px;
  }
}
.recruitinfo .destination dl dd a img {
  width: 30px;
  height: 23px;
  margin-left: 12px;
}
.recruitinfo .wave2 {
  margin-bottom: 55px;
  padding-top: 45px;
  background-color: #e7f7fe;
}

.career {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .career .main-contents {
    padding-top: 59px;
  }
}
@media only screen and (min-width: 769px) {
  .career .main-contents {
    padding-top: 145px;
  }
}
.career .main-contents .main-image {
  height: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .career .main-contents .main-image {
    background: url(../images/recruitinfo/mv_sp.jpg) no-repeat top center/cover;
    height: 150px;
  }
}
@media only screen and (min-width: 769px) {
  .career .main-contents .main-image {
    background: url(../images/recruitinfo/mv_pc.jpg) no-repeat top center/cover;
    width: auto;
  }
}
.career .main-contents .main-image h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .career .main-contents .main-image h1 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 769px) {
  .career .main-contents .main-image h1 {
    font-size: 32px;
  }
}
.career .main-contents .main-image .caption {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  width: auto;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .career .main-contents .main-image .caption {
    font-size: 12px;
  }
}
@media only screen and (min-width: 769px) {
  .career .main-contents .main-image .caption {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .career .main-contents .main-contents-inner {
    padding-top: 49px;
  }
}
@media only screen and (min-width: 769px) {
  .career .main-contents .main-contents-inner {
    padding-top: 91px;
  }
}
.career .main-contents .main-contents-inner .contents {
  padding-top: 95px;
}
@media only screen and (max-width: 768px) {
  .career .main-contents .main-contents-inner .contents {
    padding: 65px 20px 0;
  }
}
.career .main-contents .main-contents-inner .buttons {
  display: flex;
  justify-content: center;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .career .main-contents .main-contents-inner .buttons {
    padding: 0 20px;
  }
}
.career .main-contents .main-contents-inner .buttons .newgraduate {
  border: 1px solid #084fa1;
  background-color: #fff;
  color: #084fa1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2px;
  letter-spacing: 0.18em;
}
@media only screen and (max-width: 768px) {
  .career .main-contents .main-contents-inner .buttons .newgraduate {
    width: 165px;
    height: 44px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 769px) {
  .career .main-contents .main-contents-inner .buttons .newgraduate {
    width: 290px;
    height: 78px;
    font-size: 28px;
  }
}
.career .main-contents .main-contents-inner .buttons .newgraduate:hover {
  color: #fff;
  background-color: #084fa1;
}
.career .main-contents .main-contents-inner .buttons .careerrecruitment {
  position: relative;
  background: #084fa1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.18em;
}
@media only screen and (max-width: 768px) {
  .career .main-contents .main-contents-inner .buttons .careerrecruitment {
    width: 167px;
    height: 46px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 769px) {
  .career .main-contents .main-contents-inner .buttons .careerrecruitment {
    width: 292px;
    height: 80px;
    font-size: 28px;
  }
}
.career .main-contents .main-contents-inner .buttons .careerrecruitment:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #084fa1 transparent transparent transparent;
}
@media only screen and (max-width: 768px) {
  .career .main-contents .main-contents-inner .buttons .careerrecruitment:after {
    bottom: -7px;
    border-width: 14px 14px 0 14px;
  }
}
@media only screen and (min-width: 769px) {
  .career .main-contents .main-contents-inner .buttons .careerrecruitment:after {
    bottom: -12px;
    border-width: 12px 12px 0 14px;
  }
}
.career .main-contents .main-contents-inner .content {
  text-align: center;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .career .main-contents .main-contents-inner .content {
    margin-top: 43px;
  }
}
@media only screen and (min-width: 769px) {
  .career .main-contents .main-contents-inner .content {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.career .main-contents .main-contents-inner .content h2 {
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .career .main-contents .main-contents-inner .content h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 769px) {
  .career .main-contents .main-contents-inner .content h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .career .main-contents .main-contents-inner .content hr {
    width: 83px;
    margin-top: 25px;
  }
}
@media only screen and (min-width: 769px) {
  .career .main-contents .main-contents-inner .content hr {
    width: 110px;
    margin-top: 46px;
  }
}
@media only screen and (max-width: 768px) {
  .career .main-contents .main-contents-inner .list {
    width: auto;
    padding: 0 20px;
    margin: 50px auto 0;
  }
}
@media only screen and (min-width: 769px) {
  .career .main-contents .main-contents-inner .list {
    width: 1066px;
    margin: 76px auto 0;
  }
}
.career .main-contents .main-contents-inner .list dl {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .career .main-contents .main-contents-inner .list dl {
    flex-wrap: wrap;
    display: block;
  }
}
.career .main-contents .main-contents-inner .list dl dt {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #084fa1;
  padding: 33px;
  width: 207px;
  text-align: left;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .career .main-contents .main-contents-inner .list dl dt {
    width: auto;
    padding: 26px 18px 0;
    font-size: 16px;
  }
}
.career .main-contents .main-contents-inner .list dl dd {
  text-align: left;
  width: 859px;
  letter-spacing: 0.15em;
  font-weight: 300;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .career .main-contents .main-contents-inner .list dl dd {
    width: auto;
    padding: 0 18px 26px 18px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 769px) {
  .career .main-contents .main-contents-inner .list dl dd {
    padding: 22px 32px 22px 0;
    font-size: 18px;
    line-height: 32px;
  }
}
.career .main-contents .main-contents-inner .list dl dd a {
  background-color: #084fa1;
  color: #fff;
  font-size: 18px;
  width: 120px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #084fa1;
}
.career .main-contents .main-contents-inner .list dl dd a:hover {
  background-color: #fff;
  color: #084fa1;
}
.career .main-contents .main-contents-inner .list dl.odd {
  background-color: #e7f7fe;
}
.career .wave {
  margin-top: 44px;
}
.career .destination {
  background-color: #e7f7fe;
  padding-bottom: 86px;
}
@media only screen and (max-width: 768px) {
  .career .destination {
    padding: 50px 20px 0;
  }
}
.career .destination h2 {
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .career .destination h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 769px) {
  .career .destination h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .career .destination hr {
    width: 83px;
    margin-top: 22px;
  }
}
@media only screen and (min-width: 769px) {
  .career .destination hr {
    width: 110px;
    margin-top: 46px;
  }
}
.career .destination dl {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}
@media only screen and (max-width: 768px) {
  .career .destination dl {
    display: block;
  }
}
.career .destination dl dt {
  letter-spacing: 0.15em;
  font-weight: 300;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .career .destination dl dt {
    font-size: 15px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 769px) {
  .career .destination dl dt {
    font-size: 18px;
    line-height: 30px;
  }
}
.career .destination dl dd {
  display: flex;
  background-color: #084fa1;
}
@media only screen and (max-width: 768px) {
  .career .destination dl dd {
    width: auto;
    margin-top: 31px;
    height: 71px;
  }
}
@media only screen and (min-width: 769px) {
  .career .destination dl dd {
    width: 427px;
    margin-left: 147px;
    height: 80px;
  }
}
.career .destination dl dd a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  width: 100%;
  height: 100%;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 768px) {
  .career .destination dl dd a {
    font-size: 21px;
  }
}
.career .destination dl dd a img {
  width: 30px;
  height: 23px;
  margin-left: 12px;
}
.career .wave2 {
  margin-bottom: 55px;
  padding-top: 45px;
  background-color: #e7f7fe;
}

.interview {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .interview .main-contents {
    padding-top: 59px;
  }
}
@media only screen and (min-width: 769px) {
  .interview .main-contents {
    padding-top: 145px;
  }
}
.interview .main-contents .main-image {
  height: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .interview .main-contents .main-image {
    background: url(../images/interview/mv_sp.jpg) no-repeat top center/cover;
    height: 150px;
  }
}
@media only screen and (min-width: 769px) {
  .interview .main-contents .main-image {
    background: url(../images/interview/mv_pc.jpg) no-repeat top center/cover;
    width: auto;
  }
}
.interview .main-contents .main-image h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .interview .main-contents .main-image h1 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 769px) {
  .interview .main-contents .main-image h1 {
    font-size: 32px;
  }
}
.interview .main-contents .main-image .caption {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  width: auto;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .interview .main-contents .main-image .caption {
    font-size: 14px;
  }
}
@media only screen and (min-width: 769px) {
  .interview .main-contents .main-image .caption {
    font-size: 16px;
  }
}
.interview .main-contents .main-contents-inner {
  background-color: #e7f7fe;
  background-size: 100% auto;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .interview .main-contents .main-contents-inner {
    padding: 0 20px 0;
    background: url(../images/interview/wave_sp01.png) no-repeat top center/cover;
    height: 510px;
  }
}
@media only screen and (min-width: 769px) {
  .interview .main-contents .main-contents-inner {
    padding: 91px 0 0;
    background: url(../images/interview/wave_pc01.png) no-repeat top center/cover;
  }
}
@media only screen and (max-width: 768px) {
  .interview .main-contents .interviews .content-image01 {
    height: 401px;
    background: url(../images/interview/content_image01_sp.jpg) no-repeat top center/contain;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 769px) {
  .interview .main-contents .interviews .content-image01 {
    height: 477px;
    background: url(../images/interview/content_image01_pc.jpg) no-repeat top center/contain;
  }
}
@media only screen and (max-width: 768px) {
  .interview .main-contents .interviews .content-image02 {
    height: 401px;
    background: url(../images/interview/content_image02_sp.jpg) no-repeat top center/contain;
  }
}
@media only screen and (min-width: 769px) {
  .interview .main-contents .interviews .content-image02 {
    height: 477px;
    background: url(../images/interview/content_image02_pc.jpg) no-repeat top center/contain;
  }
}
@media only screen and (max-width: 768px) {
  .interview .main-contents .interviews .content-image03 {
    height: 401px;
    background: url(../images/interview/content_image03_sp.jpg) no-repeat top center/contain;
  }
}
@media only screen and (min-width: 769px) {
  .interview .main-contents .interviews .content-image03 {
    height: 477px;
    background: url(../images/interview/content_image03_pc.jpg) no-repeat top center/contain;
  }
}
@media only screen and (max-width: 768px) {
  .interview .main-contents .interviews .content-image04 {
    height: 401px;
    background: url(../images/interview/content_image04_sp.jpg) no-repeat top center/contain;
  }
}
@media only screen and (min-width: 769px) {
  .interview .main-contents .interviews .content-image04 {
    height: 477px;
    background: url(../images/interview/content_image04_pc.jpg) no-repeat top center/contain;
  }
}
.interview .main-contents .interviews .question-title {
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .interview .main-contents .interviews .question-title {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 16px;
  }
}
@media only screen and (min-width: 769px) {
  .interview .main-contents .interviews .question-title {
    padding-bottom: 10px;
  }
}
.interview .main-contents .interviews .question-title .question-title-q {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .interview .main-contents .interviews .question-title .question-title-q {
    font-size: 43px;
  }
}
@media only screen and (min-width: 769px) {
  .interview .main-contents .interviews .question-title .question-title-q {
    font-size: 50px;
  }
}
.interview .main-contents .interviews .question-title dd {
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .interview .main-contents .interviews .question-title dd {
    font-size: 21px;
    line-height: 26px;
    padding-left: 13px;
  }
}
@media only screen and (min-width: 769px) {
  .interview .main-contents .interviews .question-title dd {
    font-size: 24px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .interview .main-contents .interviews .question-title:not(:first-of-type) {
    margin-top: 11px;
  }
}
@media only screen and (min-width: 769px) {
  .interview .main-contents .interviews .question-title:not(:first-of-type) {
    margin-top: 65px;
  }
}
.interview .main-contents .interviews .title1 {
  border-bottom: 3px solid #d1f1fb;
}
.interview .main-contents .interviews .title1 .question-title-q {
  color: #1bb9e9;
}
.interview .main-contents .interviews .title1 dd {
  color: #084fa1;
}
.interview .main-contents .interviews .title4 {
  border-bottom: 3px solid #fec97e;
}
.interview .main-contents .interviews .title4 .question-title-q {
  color: #fd9e16;
}
.interview .main-contents .interviews .title4 dd {
  color: #d6660b;
}
@media only screen and (max-width: 768px) {
  .interview .main-contents .wave2 {
    background: url(../images/interview/wave_sp02.png) no-repeat top center/cover;
    height: 129px;
  }
}
@media only screen and (min-width: 769px) {
  .interview .main-contents .wave2 {
    padding: 91px 0 0;
    background: url(../images/interview/wave_pc02.png) no-repeat top center/cover;
    height: 96px;
  }
}
@media only screen and (max-width: 768px) {
  .interview .main-contents .wave3 {
    background: url(../images/interview/wave_sp03.png) no-repeat top center/cover;
    height: 120px;
  }
}
@media only screen and (min-width: 769px) {
  .interview .main-contents .wave3 {
    background: url(../images/interview/wave_pc03.png) no-repeat top center/cover;
    height: 188px;
  }
}
@media only screen and (max-width: 768px) {
  .interview .main-contents .wave4 {
    background: url(../images/interview/wave_sp04.png) no-repeat top center/cover;
    height: 120px;
  }
}
@media only screen and (min-width: 769px) {
  .interview .main-contents .wave4 {
    background: url(../images/interview/wave_pc04.png) no-repeat top center/cover;
    height: 218px;
  }
}
@media only screen and (max-width: 768px) {
  .interview .main-contents .wave5 {
    background: url(../images/interview/wave_sp05.png) no-repeat top center/cover;
    height: 104px;
  }
}
@media only screen and (min-width: 769px) {
  .interview .main-contents .wave5 {
    background: url(../images/interview/wave_pc05.png) no-repeat top center/cover;
    height: 125px;
  }
}
.interview .main-contents .blue {
  background-color: #e7f7fe;
}
.interview .main-contents .orange {
  background-color: #fff5e7;
}
@media only screen and (min-width: 769px) {
  .interview .main-contents .orange {
    padding-bottom: 90px;
  }
}
.interview .space {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
.interview .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
  height: 379px;
}
@media only screen and (max-width: 768px) {
  .interview .list {
    margin-top: 50px;
  }
}
.interview .list .occupation {
  background-color: #fff;
  box-shadow: 0px 0px 20px #c8edfd;
  color: #000;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .interview .list .occupation {
    width: 490px;
    padding: 20px;
    height: auto;
  }
}
@media only screen and (min-width: 769px) {
  .interview .list .occupation {
    width: 30%;
    padding: 30px 40px 25px;
    height: 190px;
  }
}
.interview .list .occupation h3 {
  color: #084fa1;
  text-align: center;
  font-weight: bold;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #8f989d;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .interview .list .occupation h3 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 769px) {
  .interview .list .occupation h3 {
    font-size: 24px;
  }
}
.interview .list .occupation ul {
  margin-top: 23px;
}
@media only screen and (max-width: 768px) {
  .interview .list .occupation ul {
    line-height: 1;
  }
}
.interview .list .occupation ul li a {
  display: flex;
  color: #333;
  letter-spacing: 0.15em;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .interview .list .occupation ul li a {
    font-size: 15px;
  }
}
.interview .list .occupation ul li a img {
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .interview .list .occupation ul li a img {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .interview .list .occupation ul li a img {
    width: 23px;
    height: 23px;
  }
}
.interview .list .occupation ul li:not(:last-child) {
  margin-bottom: 17px;
}
@media only screen and (max-width: 768px) {
  .interview .list div:last-child {
    margin-top: 28px;
  }
}
@media only screen and (min-width: 769px) {
  .interview .list div:first-child {
    margin-right: 60px;
  }
}
.interview .interviews {
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .interview .interviews {
    width: 1200px;
  }
}
.interview .interviews .content .reason {
  padding: 25px 20px 0;
  display: flex;
  letter-spacing: 0.15em;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .interview .interviews .content .reason {
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .interview .interviews .content .reason dd {
    padding-top: 22px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  .interview .interviews .content .reason dd {
    padding-top: 34px;
  }
}
@media only screen and (min-width: 769px) {
  .interview .interviews .content .reason {
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .interview .interviews .content .reason dt {
    padding-right: 56px;
  }
}
.interview .interviews .content .reason img {
  width: 400px;
  height: 300px;
  float: right;
}
@media only screen and (max-width: 768px) {
  .interview .interviews .content .reason img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 769px) {
  .interview .interviews .content .bottom-85 {
    padding-bottom: 85px;
  }
}


/*===============================================
  MESSAGE
===============================================*/

.message .main-contents .main-image {
  height: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.message .main-contents .main-image {
  background: url(../images/message_bg_pc.jpg) no-repeat top center / cover;
  width: auto;
}

.message .main-contents .main-image .caption {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  width: auto;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0.15em;
}

.message .main-contents .main-image h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
}

.message .main-contents .main-image h1 {
  font-size: 32px;
}

.message .main-contents .main-image .caption {
  font-size: 16px;
}

.message .main-contents {
  padding-top: 145px;
}

.message .main-contents-inner {
  padding: 70px 0 0 0;
  margin: 0 auto;
}

.message .main-contents-inner h2 {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: #013e7b;
}

.message .box {
  position: relative;
  background: #e8f9fd;
  margin-top: 100px;
}

.message .box.orange {
  position: relative;
  background: #fff5e7;
  margin-top: 0px;
}
.message .box.last {
  margin-top: 0;
}

.message .box::before {
  content: "";
  background: url(../images/message/wave01.png);
  position: absolute;
  top: -150px;
  width: 100%;
  height: 100%;
  background-size: contain;
  vertical-align: middle;
}

.message .box.last::before {
  top: -225px;
}

.message .box.orange::before {
  content: "";
  background: url(../images/message/wave02.png);
  position: absolute;
  top: -240px;
  width: 100%;
  height: 100%;
  background-size: contain;
  vertical-align: middle;
}
.message .innercont {
  max-width: 1200px;
  padding-top: -200px;
  margin: 0 auto;
  z-index: 3;
  position: relative;
}
.message .box.orange .innercont {
  margin-top: 50px;
}

.message .innercont .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

.message .innercont .flex .piccont {
  position: relative;
}

.message .innercont .flex .piccont .icon {
  position: absolute;
  left: 10px;
  top: -15px;
  color: #FFF;
  padding: 2px 15px;
  border-radius: 20px;
  font-size: 20px;
}

.message .innercont .flex .piccont .icon.blue {
  background: #084fa1;
}

.message .innercont .flex .piccont .icon.orange {
  background: #d6660b;
}

.message .innercont .flex .pic img {
  max-width: 320px;
}

.message .innercont .flex .textcont {
  max-width: 65%;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #1bb9e9;
  background: #FFF;
  position: relative;
}

.message .box.orange .innercont .flex .textcont {
  max-width: 65%;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #d6660b;
  background: #FFF;
  position: relative;
}

.message .innercont .flex .textcont:after,
.message .innercont .flex .textcont:before {
	right: 100%;
	top: 25%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.message .innercont .flex .textcont:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFF;
	border-width: 15px;
	margin-top: -15px;
}
.message .innercont .flex .textcont:before {
	border-color: rgba(27, 185, 233, 0);
	border-right-color: #1bb9e9;
	border-width: 16px;
	margin-top: -16px;
}
.message .box.orange .innercont .flex .textcont:before {
	border-color: rgba(27, 185, 233, 0);
	border-right-color: #d6660b;
	border-width: 16px;
	margin-top: -16px;
}
.message .innercont .flex .textcont .text {
	font-size: 18px;
  line-height: 1.8em;
}

.message .innercont .flex.order:nth-last-of-type() {
  margin-bottom: 0;
}

.message .innercont .flex.order .piccont {
  order: 1;
}

.message .innercont .flex.order .textcont:after,
.message .innercont .flex.order .textcont:before {
	left: 100%;
	top: 25%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.message .innercont .flex.order .textcont:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFF;
	border-width: 15px;
	margin-top: -15px;
}
.message .innercont .flex.order .textcont:before {
	border-color: rgba(27, 185, 233, 0);
	border-left-color: #1bb9e9;
	border-width: 16px;
	margin-top: -16px;
}
@media only screen and (max-width: 768px) {
  .message .main-contents {
      padding-top: 59px;
  }
  .message .main-contents-inner h2 {
    padding: 0 15px;
  }
  .message .box::before {
    background-repeat: no-repeat;
    top: -85px;
  }
  .message .innercont .flex {
    flex-direction: column;
    align-items: center;
  }
  .message .innercont .flex .pic {
    margin-bottom: 20px;
  }
  .message .innercont .flex .textcont:after,
  .message .innercont .flex .textcont:before {
    top: -16px;
    left: 15%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  
  .message .innercont .flex .textcont:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFF;
    border-width: 16px;
    margin-left: -17px;
  }
  .message .innercont .flex .textcont:before {
    border-color: rgba(27, 185, 233, 0);
    border-bottom-color: #1bb9e9;
    border-width: 16px;
    margin-left: -17px;
  }

  .message .innercont .flex.order .piccont {
    order: 0;
  }
  
  .message .innercont .flex.order .textcont:after,
  .message .innercont .flex.order .textcont:before {
    top: -16px;
    left: 15%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  
  .message .innercont .flex.order .textcont:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFF;
    border-width: 16px;
    margin-left: -17px;
  }
  .message .innercont .flex.order .textcont:before {
    border-color: rgba(27, 185, 233, 0);
    border-bottom-color: #1bb9e9;
    border-width: 16px;
    margin-left: -17px;
  }
  .message .box.orange {
    margin-top: -18px;
  }
  .message .box.orange::before {
    background-repeat: no-repeat;
    top: -80px;
  }
  .message .box.orange .innercont .flex .textcont:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFF;
    border-width: 16px;
    margin-left: -17px;
  }
  .message .box.orange .innercont .flex .textcont:before {
    border-color: rgba(27, 185, 233, 0);
    border-bottom-color: #d6660b;
    border-width: 16px;
    margin-left: -17px;
  }
  .message .box.last::before {
    top: -85px;
  }
}