@charset "UTF-8";
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;
  line-height: 1.5;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

html {
  height: -webkit-fill-available;
  scroll-behavior: smooth; }

body {
  font-size: 15px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #414141;
  color: #3A4653;
  line-height: 1.7; }
  @media screen and (max-width: 768px) {
    body {
      min-width: 320px; } }

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.container {
  max-width: 1000px;
  padding: 0 10px;
  margin: auto; }

.textcenter {
  text-align: center; }

.textright {
  text-align: right; }

/*---------------------------
ヘッダー
---------------------------*/
.header-wrap {
  min-height: 80.5px; }
  @media screen and (max-width: 768px) {
    .header-wrap {
      display: none; } }

#header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

#header {
  padding: 20px 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
  z-index: 999; }
  #header .header-inner {
    display: flex;
    justify-content: space-between;
    max-width: 1700px;
    margin: auto; }
    #header .header-inner .logo {
      display: flex;
      align-items: center; }
    @media screen and (max-width: 768px) {
      #header .header-inner nav {
        display: none; } }
    #header .header-inner nav ul {
      list-style: none;
      display: flex; }
      #header .header-inner nav ul a {
        display: block;
        text-decoration: none;
        color: #000;
        border-radius: 2em;
        padding: 0.5em 1.2em 0.5em 2em;
        position: relative;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease; }
        #header .header-inner nav ul a:hover {
          background: #003288;
          color: #fff; }
        #header .header-inner nav ul a:before {
          content: "";
          display: block;
          width: 0.4em;
          height: 0.4em;
          border-radius: 50%;
          background: #fff;
          position: absolute;
          left: 1em;
          top: 50%;
          margin-top: -0.2em; }
  @media screen and (max-width: 768px) {
    #header {
      display: none; } }

/*---------------------------
スマホヘッダー
---------------------------*/
#sp-header {
  display: none;
  padding: 30px 20px; }
  #sp-header a {
    display: block; }
  #sp-header img {
    vertical-align: bottom; }
  @media screen and (max-width: 768px) {
    #sp-header {
      display: block; } }

/*---------------------------
スマホナビ
---------------------------*/
a.logo-sp {
  padding: 20px 20px;
  display: inline-block;
  background: #fff;
  border-radius: 0 0 10px 0; }
  a.logo-sp img {
    vertical-align: bottom; }

nav.sp_navi {
  display: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }
  @media screen and (max-width: 768px) {
    nav.sp_navi {
      display: block;
      position: fixed;
      overflow: hidden;
      visibility: hidden;
      top: 0;
      left: 0;
      width: 100%;
      height: 0;
      z-index: 998;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
      background: rgba(4, 29, 53, 0.75);
      backdrop-filter: blur(12px); }
      nav.sp_navi a {
        text-decoration: none; }
      nav.sp_navi ul {
        margin: 0;
        padding: 10px; }
        nav.sp_navi ul li {
          list-style: none;
          margin: 0;
          padding: 0; }
      nav.sp_navi .global_nav_sp {
        margin-top: 30px; }
        nav.sp_navi .global_nav_sp .sp-drop-row {
          display: flex; }
          nav.sp_navi .global_nav_sp .sp-drop-row .sp-drop {
            flex: 1; }
          nav.sp_navi .global_nav_sp .sp-drop-row ul {
            width: 55%; }
        nav.sp_navi .global_nav_sp > li {
          text-align: left;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2);
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all  0.3s ease; }
          nav.sp_navi .global_nav_sp > li > a, nav.sp_navi .global_nav_sp > li > .sp-drop {
            color: #fff;
            display: block;
            padding: 1em 0.6em;
            font-weight: bold; }
            nav.sp_navi .global_nav_sp > li > a span, nav.sp_navi .global_nav_sp > li > .sp-drop span {
              display: block;
              font-size: 12px;
              color: #fff; }
          nav.sp_navi .global_nav_sp > li:last-child {
            border: none; }
          nav.sp_navi .global_nav_sp > li ul {
            padding: 0.7em 0;
            display: none; }
            nav.sp_navi .global_nav_sp > li ul li {
              position: relative;
              padding-left: 1em; }
              nav.sp_navi .global_nav_sp > li ul li:before {
                content: "";
                display: block;
                border-top: 1px solid rgba(255, 255, 255, 0.5);
                width: 0.7em;
                position: absolute;
                left: 0;
                top: 50%; }
              nav.sp_navi .global_nav_sp > li ul li a {
                color: #fff;
                display: inline-block;
                padding: 0.5em 1.6em 0.5em 0;
                font-size: 14px; }
          nav.sp_navi .global_nav_sp > li .sp-drop.open + ul {
            display: block; }
          nav.sp_navi .global_nav_sp > li .sp-drop.open span {
            color: #fff; } }

/*-ナビ開閉用---------------------------*/
.nav_btn {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000; }
  @media screen and (max-width: 768px) {
    .nav_btn {
      display: block; } }
  .nav_btn .inner {
    position: relative;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
    background: #fff; }
    .nav_btn .inner span {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease;
      position: absolute;
      margin-left: -15px;
      width: 30px;
      height: 2px;
      border-radius: 3px;
      background: #003288;
      left: 50%; }
      .nav_btn .inner span:nth-child(1) {
        top: 18px; }
      .nav_btn .inner span:nth-child(2) {
        top: 28px; }
      .nav_btn .inner span:nth-child(3) {
        top: 38px; }
      .nav_btn .inner span:nth-child(4) {
        bottom: 10px;
        width: 100%;
        text-align: center;
        font-size: 12px;
        background: none;
        height: auto;
        margin-left: 0;
        left: 0; }
        .nav_btn .inner span:nth-child(4):after {
          content: "menu";
          color: #003288;
          font-weight: 500; }

body.active {
  overflow: hidden; }
  body.active nav.sp_navi {
    overflow: scroll;
    visibility: visible;
    height: 100%; }
  body.active .nav_btn span:nth-child(1) {
    top: 28px;
    transform: rotate(30deg); }
  body.active .nav_btn span:nth-child(2) {
    opacity: 0; }
  body.active .nav_btn span:nth-child(3) {
    top: 28px;
    transform: rotate(-30deg); }
  body.active .nav_btn span:nth-child(4):after {
    content: "close"; }

.sp-nav-contact {
  text-align: center;
  padding: 20px 0; }
  .sp-nav-contact .tel {
    font-size: 40px;
    color: #003288;
    font-weight: bold;
    padding: 0 0 0 1em;
    background-image: url("../img/temp/icon-phone.svg");
    background-position: bottom left;
    background-size: 0.8em;
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 1; }
    .sp-nav-contact .tel a {
      text-decoration: none;
      color: #003288; }
  .sp-nav-contact a.btn-mail {
    margin-top: 1em; }

/*---------------------------
トピックパス
---------------------------*/
.topic_pass {
  margin: 30px 0;
  max-width: 90%;
  overflow-x: auto; }
  .topic_pass::-webkit-scrollbar {
    display: none; }
  @media screen and (max-width: 768px) {
    .topic_pass {
      margin: 20px 10px;
      width: auto;
      max-width: auto;
      font-size: 80%; } }
  .topic_pass ul {
    display: flex;
    font-size: 14px;
    word-break: keep-all;
    white-space: nowrap; }
    .topic_pass ul li {
      list-style: none;
      padding-right: 1.5em;
      margin-bottom: 0.3em;
      position: relative; }
      .topic_pass ul li:after {
        content: ">";
        position: absolute;
        top: 0.2em;
        right: 0.5em;
        color: #aaa;
        font-size: 80%; }
      .topic_pass ul li:last-child {
        padding-right: 0; }
        .topic_pass ul li:last-child:after {
          display: none; }
      .topic_pass ul li a {
        text-decoration: none;
        color: #414141; }

#footer ul {
  list-style: none; }
  #footer ul li {
    list-style: none; }
#footer dl {
  margin: 30px 0; }
  #footer dl dt {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0.5em; }
  #footer dl dd {
    font-size: 11px;
    margin-bottom: 1.2em; }
#footer .footer-bottom {
  display: flex;
  gap: 30px;
  padding: 50px 0; }
  #footer .footer-bottom .footer-logo {
    width: 33%; }
    @media screen and (max-width: 768px) {
      #footer .footer-bottom .footer-logo {
        width: 100%;
        text-align: center; } }
#footer .contact {
  background: url("../img/temp/footer-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 50px 0; }
  #footer .contact:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #003288;
    opacity: 0.5; }
  #footer .contact .container {
    position: relative; }
  #footer .contact .contact-top {
    display: flex;
    justify-content: space-between;
    color: #fff;
    max-width: 900px;
    margin: auto; }
    @media screen and (max-width: 768px) {
      #footer .contact .contact-top {
        flex-wrap: wrap; } }
    #footer .contact .contact-top h2 {
      margin-bottom: 40px; }
      #footer .contact .contact-top h2 span {
        color: #fff; }
    #footer .contact .contact-top p {
      font-size: 14px; }
    #footer .contact .contact-top .contact-text {
      width: 50%; }
      @media screen and (max-width: 768px) {
        #footer .contact .contact-top .contact-text {
          width: 100%;
          text-align: center;
          margin-bottom: 30px; } }
    #footer .contact .contact-top .contact-tel {
      display: flex;
      gap: 20px;
      padding: 20px 0; }
      @media screen and (max-width: 768px) {
        #footer .contact .contact-top .contact-tel {
          justify-content: center; } }
    #footer .contact .contact-top .contact-icon {
      border-radius: 50%;
      width: 83px;
      height: 83px;
      display: flex;
      border: 1px solid #fff;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 1280px) {
        #footer .contact .contact-top .contact-icon {
          width: 70px;
          height: 70px; } }
    #footer .contact .contact-top .tel {
      color: #fff;
      font-size: 35px;
      font-family: "Roboto", sans-serif;
      font-weight: bold;
      line-height: 1.5; }
      @media screen and (max-width: 1280px) {
        #footer .contact .contact-top .tel {
          font-size: 30px; } }
      #footer .contact .contact-top .tel span {
        display: block;
        font-weight: normal;
        font-size: 15px; }
    #footer .contact .contact-top .contact-btn {
      flex: 1;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      @media screen and (max-width: 768px) {
        #footer .contact .contact-top .contact-btn {
          justify-content: center; } }
      #footer .contact .contact-top .contact-btn a {
        display: block;
        border-radius: 50%;
        width: 180px;
        height: 180px;
        display: flex;
        text-align: center;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        color: #fff;
        border: 1px solid #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease; }
        #footer .contact .contact-top .contact-btn a span.inner {
          display: block;
          width: 100%; }
          #footer .contact .contact-top .contact-btn a span.inner span {
            display: block;
            width: 110px;
            font-size: 15px;
            text-align: center;
            margin: 0 auto 10px auto; }
        #footer .contact .contact-top .contact-btn a:hover {
          background: rgba(0, 0, 0, 0.2); }

a.btn-contact {
  background: url("../img/temp/icon_mail.svg"), url("../img/common/arrow-white.svg"), #003288;
  background-repeat: no-repeat;
  background-size: 1.3em,1.3em,cover;
  background-position: center left 1.8em, center right 1.8em;
  display: inline-block;
  border-radius: 40px;
  padding: 1em 4.5em 1em 4.5em;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

ul.footer-nav {
  display: flex;
  flex: 1;
  justify-content: space-between;
  gap: 20px; }
  @media screen and (max-width: 768px) {
    ul.footer-nav {
      display: none; } }
  ul.footer-nav > li > a {
    color: #003288;
    font-size: 14px;
    display: block;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 1em; }
  ul.footer-nav > li ul li {
    font-size: 12px;
    padding-left: 1em;
    margin-bottom: 1em;
    position: relative; }
    ul.footer-nav > li ul li:before {
      content: "";
      border-top: 1px solid #003288;
      display: block;
      width: 0.6em;
      position: absolute;
      top: 50%;
      left: 0; }
    ul.footer-nav > li ul li a {
      text-decoration: none;
      color: #707070; }

.copyright {
  margin: 0;
  padding: 30px 10px;
  background: #003288;
  text-align: right;
  color: #fff;
  font-size: 12px; }
  @media screen and (max-width: 768px) {
    .copyright {
      text-align: center;
      font-size: 10px;
      padding: 20px 10px; } }
  .copyright a {
    color: #fff;
    text-decoration: none;
    margin-right: 3em; }
    @media screen and (max-width: 768px) {
      .copyright a {
        display: block;
        margin-right: 0;
        margin-bottom: 1em; } }

#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10; }
  #page-top img {
    vertical-align: bottom; }
  #page-top a {
    display: block;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #fff; }
  @media screen and (max-width: 768px) {
    #page-top {
      bottom: 90px; }
      #page-top img {
        width: 40px; } }

/*--checkボタン-----*/
ul.check_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  font-weight: 500; }
  ul.check_list li {
    list-style: none;
    margin: 0;
    padding: 5px 10px 5px 0;
    position: relative; }
    ul.check_list li input[type="checkbox"] {
      opacity: 0;
      position: absolute; }
    ul.check_list li label {
      display: inline-block;
      padding: 0.9em 1.2em 0.9em 2.5em;
      border: 1px solid #E5E5E5;
      position: relative;
      background: #fff;
      border-radius: 0.3em;
      font-weight: normal;
      line-height: 1em;
      font-size: 16px;
      cursor: pointer;
      margin-right: 0; }
      @media screen and (max-width: 768px) {
        ul.check_list li label {
          font-size: 14px; } }
      ul.check_list li label:after {
        content: "";
        position: absolute;
        top: 0.9em;
        left: 0.8em;
        display: block;
        border-radius: 3px;
        border: 1px solid #E5E5E5;
        width: 1em;
        height: 1em; }
    ul.check_list li input[type="checkbox"]:checked + label {
      border: 1px solid #FF9505; }
      ul.check_list li input[type="checkbox"]:checked + label:after {
        background: url("../img/icon/check.svg");
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: center; }

/*--ラジオボタン-----*/
ul.radio_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  font-weight: 500; }
  ul.radio_list li {
    list-style: none;
    margin: 0;
    padding: 5px 10px 5px 0;
    position: relative; }
    ul.radio_list li input[type="radio"] {
      opacity: 0;
      position: absolute; }
    ul.radio_list li label {
      display: inline-block;
      padding: 0.9em 1.2em 0.9em 2.5em;
      position: relative;
      border-radius: 0.3em;
      font-weight: normal;
      line-height: 1em;
      font-size: 16px;
      cursor: pointer;
      margin-right: 0;
      color: #333;
      font-weight: 500; }
      @media screen and (max-width: 768px) {
        ul.radio_list li label {
          font-size: 14px; } }
      ul.radio_list li label:after {
        content: "";
        position: absolute;
        top: 0.8em;
        left: 0.8em;
        display: block;
        border-radius: 50%;
        width: 1.2em;
        height: 1.2em;
        border: 2px solid #ccc; }
    ul.radio_list li input[type="radio"]:checked + label:after {
      border: 2px solid #003288; }
    ul.radio_list li input[type="radio"]:checked + label:before {
      content: "";
      position: absolute;
      top: 1.1em;
      left: 1.1em;
      display: block;
      border-radius: 50%;
      background: #003288;
      width: 0.8em;
      height: 0.8em; }

.contact-form {
  list-style: none; }
  .contact-form .contact-form-group {
    padding: 20px;
    border-bottom: 1px solid #eee; }
    .contact-form .contact-form-group .label-required {
      background: #CC4848;
      color: #fff;
      font-weight: bold;
      padding: 0.2em 1em;
      border-radius: 2em;
      margin-left: 0.5em;
      font-size: 12px; }
    .contact-form .contact-form-group .contact-form-label {
      font-weight: bold;
      margin-bottom: 0.5em;
      color: #003288; }
    .contact-form .contact-form-group textarea {
      box-shadow: none;
      margin: 10px 0;
      border-color: #aaa;
      padding: 8px 16px;
      background-color: rgba(0, 0, 0, 0.03);
      font-size: 16px;
      border-color: transparent;
      transition: border-color .2s; }
    .contact-form .contact-form-group input[type=text] {
      box-shadow: none;
      margin: 10px;
      border-color: #aaa;
      padding: 8px 16px;
      background-color: rgba(0, 0, 0, 0.03);
      font-size: 16px;
      border-color: transparent;
      transition: border-color .2s; }
    .contact-form .contact-form-group input[type=email] {
      box-shadow: none;
      margin: 10px;
      border-color: #aaa;
      padding: 8px 16px;
      background-color: rgba(0, 0, 0, 0.03);
      font-size: 16px;
      border-color: transparent;
      transition: border-color .2s; }
    .contact-form .contact-form-group input[type=tel] {
      box-shadow: none;
      margin: 10px;
      border-color: #aaa;
      padding: 8px 16px;
      background-color: rgba(0, 0, 0, 0.03);
      font-size: 16px;
      border-color: transparent;
      transition: border-color .2s; }
    .contact-form .contact-form-group input.acms-form-width-medium {
      margin: 10px 0; }
    .contact-form .contact-form-group input.acms-form-width-full,
    .contact-form .contact-form-group textarea.acms-form-width-full {
      margin: 10px auto;
      max-width: 100%; }

input#btnConfirm,
input#btnSubmit {
  display: inline-block;
  padding: 20px 60px 20px 40px;
  position: relative;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  border-radius: 50px;
  border: none;
  background: url("../img/common/arrow-white.svg"), #003288;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center right 20px , center;
  background-size: 20px auto , cover;
  margin-bottom: 20px;
  font-weight: bold; }

input#btnToInput {
  font-weight: bold;
  display: inline-block;
  padding: 10px 40px 10px 40px;
  position: relative;
  text-decoration: none;
  color: #003288;
  line-height: 1;
  border-radius: 50px;
  border: none;
  background: #ddd;
  margin-bottom: 20px; }

input[type=checkbox] {
  padding: 10px;
  width: 20px;
  height: 20px;
  margin: 5px;
  vertical-align: middle; }

.form-btn-box {
  padding: 30px 10px; }
  .form-btn-box .policy-text {
    color: #CC4848; }

h2.top-title {
  font-size: 15px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  font-size: 13px; }
  h2.top-title span {
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    color: #003288;
    font-size: 60px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 0.2em; }
    @media screen and (max-width: 768px) {
      h2.top-title span {
        font-size: 38px; } }

.page-content h2 {
  text-align: center;
  color: #003288;
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 2em; }
  @media screen and (max-width: 768px) {
    .page-content h2 {
      font-size: 22px; } }
.page-content h3 {
  color: #003288;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 0.5em;
  margin-top: 1.5em; }
  @media screen and (max-width: 768px) {
    .page-content h3 {
      font-size: 16px; } }

/*--　ページャー　----------------------------*/
ul.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  margin-top: 40px; }
  ul.pager li {
    list-style: none; }
    ul.pager li.back a {
      display: block;
      width: 42px;
      height: 42px;
      background: url("../img/common/back.svg");
      background-size: cover;
      background-repeat: no-repeat; }
      @media screen and (max-width: 768px) {
        ul.pager li.back a {
          width: 32px;
          height: 32px; } }
    ul.pager li.forward a {
      display: block;
      width: 42px;
      height: 42px;
      background: url("../img/common/forward.svg");
      background-size: cover;
      background-repeat: no-repeat; }
      @media screen and (max-width: 768px) {
        ul.pager li.forward a {
          width: 32px;
          height: 32px; } }
    ul.pager li:not([class]) a {
      width: 64px;
      height: 64px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      border: 2px solid #003288;
      text-align: center;
      text-decoration: none;
      color: #003288;
      font-weight: 500;
      background: #fff; }
      @media screen and (max-width: 768px) {
        ul.pager li:not([class]) a {
          width: 50px;
          height: 50px; } }
    ul.pager li.cur span {
      width: 64px;
      height: 64px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      border: 2px solid #003288;
      text-align: center;
      text-decoration: none;
      color: #fff;
      background: #003288;
      font-weight: 500; }
      @media screen and (max-width: 768px) {
        ul.pager li.cur span {
          width: 50px;
          height: 50px; } }

ul.slider-album li {
  list-style: none;
  padding-bottom: 1em; }
  ul.slider-album li p {
    text-align: center;
    font-weight: bold;
    color: #003288;
    font-size: 20px;
    margin-top: 1em; }
    @media screen and (max-width: 768px) {
      ul.slider-album li p {
        font-size: 20px; } }
ul.slider-album .slick-next {
  background: url("../img/common/btn-arrow-off.svg");
  background-position: center;
  background-repeat: no-repeat; }
ul.slider-album .slick-prev {
  background: url("../img/common/btn-arrow-back-off.svg");
  background-position: center;
  background-repeat: no-repeat; }
ul.slider-album .slick-arrow {
  width: 60px;
  height: 60px; }

ul.slider-album-thumbnail li {
  list-style: none;
  padding: 0.5%; }

/*------------------------------------------
メインビジュアル
------------------------------------------*/
.visual-warp {
  position: relative;
  overflow: hidden; }
  .visual-warp .an-25th {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 340px;
    background: #fff;
    border-radius: 0 0 20px 0;
    padding: 20px;
    text-align: center;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      .visual-warp .an-25th {
        width: 240px;
        padding: 10px; }
        .visual-warp .an-25th img {
          width: 180px; } }
  .visual-warp .main-text {
    width: 50%;
    background: #003288;
    height: 800px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 8% 100px 4%; }
    .visual-warp .main-text p {
      color: #fff;
      font-size: 16px;
      line-height: 2;
      margin-top: 2em; }
    @media screen and (max-width: 1280px) {
      .visual-warp .main-text {
        height: 700px; } }
    @media screen and (max-width: 1024px) {
      .visual-warp .main-text {
        height: 600px; } }
    @media screen and (max-width: 768px) {
      .visual-warp .main-text {
        width: 100%;
        height: auto;
        padding-top: 130px;
        padding-bottom: 400px;
        padding-left: 10%;
        padding-right: 10%; }
        .visual-warp .main-text p {
          font-size: 13px; } }
    .visual-warp .main-text:after, .visual-warp .main-text:before {
      content: "";
      display: block;
      position: absolute;
      width: 50%;
      height: 1500px;
      background: #334CD8;
      opacity: 0.25;
      transform: rotate(20deg); }
      @media screen and (max-width: 768px) {
        .visual-warp .main-text:after, .visual-warp .main-text:before {
          width: 80%; } }
    .visual-warp .main-text:before {
      left: -280px;
      top: -200px; }
    .visual-warp .main-text:after {
      right: -280px;
      top: -200px; }
    .visual-warp .main-text .inner {
      position: relative; }
  .visual-warp .main-image {
    position: absolute;
    right: 0;
    top: 40px;
    bottom: 40px;
    width: 55%;
    overflow: hidden;
    border-radius: 20px 0 0 20px; }
    @media screen and (max-width: 768px) {
      .visual-warp .main-image {
        width: 90%;
        top: auto;
        bottom: 40px;
        height: 300px; } }
    .visual-warp .main-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .visual-warp .main-image video {
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 100%; }

/*------------------------------------------
Mission
------------------------------------------*/
section.mission {
  background: url("../img/top/mission_bg.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 100px 10px; }
  @media screen and (max-width: 768px) {
    section.mission {
      padding: 50px 10px; } }
  section.mission:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-bottom: 30%;
    background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)); }
  section.mission .container {
    position: relative; }
  section.mission .inner {
    position: relative; }
    section.mission .inner:before {
      left: 15%;
      top: 0;
      position: absolute;
      content: "";
      display: block;
      width: 70%;
      padding-bottom: 70%;
      background: #fff;
      border-radius: 50%; }
      @media screen and (max-width: 768px) {
        section.mission .inner:before {
          left: 3%;
          top: 14%;
          width: 94%;
          padding-bottom: 94%; } }
    section.mission .inner h2 {
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 768px) {
        section.mission .inner h2 {
          text-align: center;
          margin-bottom: 5em; } }
  section.mission .mission-about {
    text-align: center;
    margin-top: 20px;
    position: relative; }
    section.mission .mission-about img {
      margin-bottom: 40px; }
      @media screen and (max-width: 1024px) {
        section.mission .mission-about img {
          width: 120px;
          margin-bottom: 20px; } }
    @media screen and (max-width: 1024px) {
      section.mission .mission-about p {
        font-size: 12px; } }
  section.mission .mission-items {
    text-align: center;
    display: flex;
    position: relative;
    gap: 20px;
    justify-content: space-between;
    margin-top: 50px; }
    @media screen and (max-width: 1024px) {
      section.mission .mission-items {
        gap: 0px; } }
    @media screen and (max-width: 768px) {
      section.mission .mission-items {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px; }
        section.mission .mission-items .item {
          width: 50%; } }
    section.mission .mission-items .item-box {
      width: 300px;
      height: 300px;
      border-radius: 50%;
      border: 3px solid #CC4848;
      background: #fff;
      margin: auto; }
      @media screen and (max-width: 1024px) {
        section.mission .mission-items .item-box {
          width: 200px;
          height: 200px; } }
      @media screen and (max-width: 768px) {
        section.mission .mission-items .item-box {
          width: 150px;
          height: 150px; } }
      section.mission .mission-items .item-box span {
        font-family: "Roboto", sans-serif;
        font-size: 20px;
        display: block;
        line-height: 1;
        margin-top: 20px; }
        section.mission .mission-items .item-box span::first-letter {
          color: #CC4848;
          font-size: 60px;
          font-weight: bold;
          margin-right: 0.1em; }
        @media screen and (max-width: 1024px) {
          section.mission .mission-items .item-box span {
            font-size: 16px;
            margin-top: 15px; }
            section.mission .mission-items .item-box span::first-letter {
              font-size: 40px; } }
        @media screen and (max-width: 768px) {
          section.mission .mission-items .item-box span {
            font-size: 13px;
            margin-top: 10px; }
            section.mission .mission-items .item-box span::first-letter {
              font-size: 30px; } }
      section.mission .mission-items .item-box h6 {
        font-size: 22px;
        margin-bottom: 15px; }
        @media screen and (max-width: 1024px) {
          section.mission .mission-items .item-box h6 {
            font-size: 16px; } }
        @media screen and (max-width: 768px) {
          section.mission .mission-items .item-box h6 {
            font-size: 12px; } }
      section.mission .mission-items .item-box.over {
        margin-top: -200px; }
        @media screen and (max-width: 1024px) {
          section.mission .mission-items .item-box.over {
            margin-top: -100px; }
            section.mission .mission-items .item-box.over img {
              width: 66px; } }
        @media screen and (max-width: 768px) {
          section.mission .mission-items .item-box.over {
            margin-top: 0px; }
            section.mission .mission-items .item-box.over img {
              width: 40px; } }
      section.mission .mission-items .item-box.like {
        border: 3px solid #009944; }
        section.mission .mission-items .item-box.like span::first-letter {
          color: #009944; }
        @media screen and (max-width: 1024px) {
          section.mission .mission-items .item-box.like img {
            width: 80px; } }
        @media screen and (max-width: 768px) {
          section.mission .mission-items .item-box.like img {
            width: 45px; } }
      section.mission .mission-items .item-box.scrum {
        margin-top: -200px;
        border: 3px solid #003288; }
        @media screen and (max-width: 1024px) {
          section.mission .mission-items .item-box.scrum {
            margin-top: -100px; }
            section.mission .mission-items .item-box.scrum img {
              width: 75px; } }
        @media screen and (max-width: 768px) {
          section.mission .mission-items .item-box.scrum {
            margin-top: 0px; }
            section.mission .mission-items .item-box.scrum img {
              width: 50px; } }
        section.mission .mission-items .item-box.scrum span::first-letter {
          color: #003288; }

/*------------------------------------------
Group Companies
------------------------------------------*/
section.group {
  background: #4E70AC;
  padding: 70px 10px; }
  section.group h2.top-title {
    margin-bottom: 1em; }
    section.group h2.top-title span {
      color: #fff; }
  section.group p {
    color: #fff; }
  section.group .group-list {
    display: flex;
    margin-top: 50px;
    gap: 40px; }
    @media screen and (max-width: 768px) {
      section.group .group-list {
        flex-wrap: wrap;
        padding: 10px; } }
    section.group .group-list .group-list-item {
      text-decoration: none;
      color: #000;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      padding: 40px 20px;
      width: calc( 33.33% - 26px ); }
      @media screen and (max-width: 768px) {
        section.group .group-list .group-list-item {
          width: 100%;
          padding: 20px 20px; } }
      section.group .group-list .group-list-item figure {
        width: 80%;
        padding-bottom: 36%;
        position: relative;
        margin: 0 auto 20px auto; }
        @media screen and (max-width: 768px) {
          section.group .group-list .group-list-item figure {
            width: 62%;
            padding-bottom: 23%; } }
        section.group .group-list .group-list-item figure img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: contain; }
      section.group .group-list .group-list-item h6 {
        text-align: center; }
        section.group .group-list .group-list-item h6:after {
          content: "";
          display: inline-block;
          width: 0.8em;
          height: 0.8em;
          background: url("../img/common/blank.svg");
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
          margin-left: 0.5em; }

/*------------------------------------------
products
------------------------------------------*/
section.products {
  padding: 100px 0; }
  @media screen and (max-width: 768px) {
    section.products {
      padding: 50px 0; } }
  section.products h2.top-title {
    margin-bottom: 3em; }
    @media screen and (max-width: 768px) {
      section.products h2.top-title {
        padding-left: 10px;
        text-align: center; } }
  section.products .henkou {
    font-size: 25px;
    margin-bottom: 2.5em; }
    section.products .henkou img {
      vertical-align: middle;
      margin-right: 1em; }
    @media screen and (max-width: 768px) {
      section.products .henkou {
        font-size: 18px;
        margin-bottom: 1em;
        padding-left: 10px; }
        section.products .henkou img {
          width: 26px;
          margin-right: 0.5em; } }
  section.products .products-box {
    display: flex;
    padding-left: 10px; }
    @media screen and (max-width: 768px) {
      section.products .products-box {
        flex-wrap: wrap; } }
    section.products .products-box .products-text {
      width: calc( 50% - ( 50% - 500px ) );
      margin: 0 0 0 auto;
      padding-right: 5%;
      padding: 50px 5% 50px 0; }
      section.products .products-box .products-text .catch {
        font-size: 24px;
        color: #003288;
        margin-bottom: 1em; }
      section.products .products-box .products-text .read {
        line-height: 2.2;
        font-size: 16px; }
      @media screen and (max-width: 768px) {
        section.products .products-box .products-text {
          width: 100%;
          padding: 10px 20px 20px 20px; }
          section.products .products-box .products-text .catch {
            font-size: 20px; }
          section.products .products-box .products-text .read {
            font-size: 13px; } }
    section.products .products-box .products-image {
      width: 50%;
      position: relative;
      min-height: 250px; }
      @media screen and (max-width: 768px) {
        section.products .products-box .products-image {
          width: 100%;
          margin-left: 10px; } }
      section.products .products-box .products-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }

/*------------------------------------------
Company
------------------------------------------*/
section.company {
  background: #F0F0F0;
  padding: 100px 0;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    section.company {
      padding: 70px 0; } }
  section.company:before, section.company:after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    background: #fff;
    transform: skewY(-15deg);
    transform: skewX(-15deg); }
  section.company:before {
    top: -2px;
    left: 35%;
    transform: skewY(15deg);
    transform: skewX(15deg); }
  section.company:after {
    bottom: -2px;
    left: 65%; }
  section.company .company-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      section.company .company-header {
        display: block;
        text-align: center; }
        section.company .company-header h2 {
          margin-bottom: 20px; } }
  section.company .slick-slide {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; }
  section.company .slick-before {
    opacity: 0.15;
    filter: blur(5px);
    pointer-events: none; }
  section.company ul.report-slide {
    list-style: none; }
    section.company ul.report-slide li {
      padding: 5px; }
      section.company ul.report-slide li a {
        display: block;
        text-decoration: none;
        color: #000; }
        section.company ul.report-slide li a .image {
          display: block;
          overflow: hidden;
          position: relative;
          padding-top: 100%;
          width: 100%;
          border-radius: 15px 0 0 0; }
          section.company ul.report-slide li a .image img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover; }
        section.company ul.report-slide li a .inner {
          padding: 25px 10px; }
          section.company ul.report-slide li a .inner h5 {
            position: relative;
            font-size: 20px;
            padding: 0 80px 0 0;
            line-height: 25px;
            margin-bottom: 20px; }
            section.company ul.report-slide li a .inner h5:before {
              top: 0;
              right: 0;
              content: "";
              display: block;
              width: 60px;
              height: 25px;
              border-radius: 20px;
              border: 1px solid #003288;
              background: url("../img/common/arrow-blue.svg"), #fff;
              background-repeat: no-repeat;
              background-position: center;
              position: absolute;
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all  0.3s ease; }
        section.company ul.report-slide li a:hover .inner h5:before {
          background: url("../img/common/arrow-white.svg"), #003288;
          background-repeat: no-repeat;
          background-position: center; }

/*------------------------------------------
job
------------------------------------------*/
.job-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .job-header {
      display: block;
      text-align: center; }
      .job-header h2 {
        margin-bottom: 20px; } }

section.job {
  padding: 100px 0 0 0; }
  @media screen and (max-width: 768px) {
    section.job {
      padding: 50px 0 0 0; } }
  section.job .job-list {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #C7C7C7;
    border-left: 1px solid #C7C7C7; }
  section.job .job-list-tem {
    width: 50%;
    border-right: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7; }
    @media screen and (max-width: 768px) {
      section.job .job-list-tem {
        width: 100%; } }
    section.job .job-list-tem a {
      display: block;
      position: relative;
      padding: 40px;
      overflow: hidden;
      background: #fff;
      text-decoration: none;
      height: 100%; }
      section.job .job-list-tem a > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        filter: blur(10px);
        opacity: 0;
        transform: scale(1.1);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease; }
      section.job .job-list-tem a:hover > img {
        opacity: 0.3;
        transform: scale(1.2); }
      section.job .job-list-tem a .inner {
        max-width: 640px;
        margin: auto; }
        section.job .job-list-tem a .inner figure {
          overflow: hidden;
          position: relative;
          padding-bottom: 55%;
          border-radius: 15px; }
          section.job .job-list-tem a .inner figure img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            transform: scale(1.1);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all  0.3s ease; }
        section.job .job-list-tem a .inner span {
          display: block;
          background: #fff;
          text-align: center;
          max-width: 200px;
          margin: 20px auto 0 auto;
          position: relative;
          border-radius: 20px;
          color: #003288;
          font-size: 22px; }
          @media screen and (max-width: 768px) {
            section.job .job-list-tem a .inner span {
              font-size: 18px; } }
        section.job .job-list-tem a .inner p {
          color: #000;
          margin-top: 1em;
          margin-bottom: 0; }
      section.job .job-list-tem a:hover .inner figure img {
        transform: scale(1.01); }

/*------------------------------------------
25周年の歩み
------------------------------------------*/
section.history25 {
  padding: 100px 20px; }
  @media screen and (max-width: 768px) {
    section.history25 {
      padding: 50px 20px; } }
  section.history25 .history-box {
    display: flex;
    gap: 50px; }
    @media screen and (max-width: 768px) {
      section.history25 .history-box {
        flex-wrap: wrap; } }
    section.history25 .history-box .history-text {
      width: 60%;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 768px) {
        section.history25 .history-box .history-text {
          width: 100%;
          justify-content: center;
          text-align: center; } }
      section.history25 .history-box .history-text p.read {
        line-height: 2;
        margin-bottom: 2em;
        font-size: 18px; }
        @media screen and (max-width: 1024px) {
          section.history25 .history-box .history-text p.read {
            font-size: 14px;
            text-align: left; } }
    section.history25 .history-box .history-image {
      flex: 1;
      justify-content: center;
      align-items: center;
      display: flex; }
      @media screen and (max-width: 768px) {
        section.history25 .history-box .history-image {
          width: 100%;
          padding: 0 20%; } }
  section.history25 h2.top-title {
    margin-bottom: 2em; }
    @media screen and (max-width: 768px) {
      section.history25 h2.top-title {
        text-align: center; } }

/*------------------------------------------
Company Data
------------------------------------------*/
section.data {
  padding: 100px 0;
  background: #F0F0F0;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    section.data {
      padding: 50px 0 100px 0; } }
  section.data h2 {
    margin-bottom: 2em; }
  section.data .data-header {
    max-width: 640px;
    margin-bottom: 70px; }
    @media screen and (max-width: 768px) {
      section.data .data-header {
        padding: 0 20px; }
        section.data .data-header p {
          font-size: 14px; } }
  section.data:after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    background: #fff;
    transform: skewY(-15deg);
    transform: skewX(-15deg);
    bottom: -2px;
    left: 65%; }

.data-item {
  padding: 40px;
  background: #fff;
  width: calc( 100% - ( 100% - 1000px ) / 2 - 100px);
  padding-left: calc( ( 100% - 1000px ) / 2 ); }
  .data-item h3 {
    font-size: 30px;
    color: #003288; }
    @media screen and (max-width: 768px) {
      .data-item h3 {
        font-size: 20px; } }

/*-- 従業員数　-----------------*/
@media screen and (max-width: 768px) {
  .data-item.employee {
    padding: 20px 0;
    width: auto;
    margin-right: 20px; } }
.data-item.employee .data-item-row {
  display: flex;
  padding: 30px 0;
  justify-content: center;
  gap: 50px; }
  @media screen and (max-width: 768px) {
    .data-item.employee .data-item-row {
      gap: 20px; }
      .data-item.employee .data-item-row img {
        width: 80px; } }
  .data-item.employee .data-item-row .num {
    font-size: 25px;
    line-height: 1; }
    .data-item.employee .data-item-row .num span {
      font-family: "Roboto", sans-serif;
      font-size: 120px;
      font-style: italic;
      font-weight: 200;
      color: #003288;
      margin-right: 20px; }
      @media screen and (max-width: 768px) {
        .data-item.employee .data-item-row .num span {
          font-size: 60px;
          margin-right: 10px; } }
    @media screen and (max-width: 768px) {
      .data-item.employee .data-item-row .num {
        font-size: 20px; } }
.data-item.employee p {
  text-align: right; }

/*-- 男女比　-----------------*/
.data-item.gender {
  padding: 60px;
  padding-right: calc( ( 100% - 1200px ) / 2 );
  margin: 30px 0 0 auto; }
  .data-item.gender p {
    margin-top: 20px;
    text-align: right; }
  @media screen and (max-width: 768px) {
    .data-item.gender {
      width: auto;
      padding: 20px 0;
      margin-left: 20px; } }
  .data-item.gender .data-item-row {
    display: flex;
    margin-top: 40px; }
    .data-item.gender .data-item-row .data-item-col {
      width: 50%;
      padding: 0 20px;
      border-right: 1px solid #C7C7C7; }
      @media screen and (max-width: 768px) {
        .data-item.gender .data-item-row .data-item-col {
          padding: 0 10px; } }
      .data-item.gender .data-item-row .data-item-col:last-child {
        border-right: none; }
      .data-item.gender .data-item-row .data-item-col figure {
        display: block;
        text-align: center;
        margin-bottom: 30px; }
        .data-item.gender .data-item-row .data-item-col figure img {
          vertical-align: bottom; }
          @media screen and (max-width: 768px) {
            .data-item.gender .data-item-row .data-item-col figure img {
              width: 80px; } }
      .data-item.gender .data-item-row .data-item-col .num {
        font-size: 25px;
        line-height: 1;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .data-item.gender .data-item-row .data-item-col .num {
            font-size: 20px; } }
        .data-item.gender .data-item-row .data-item-col .num span {
          font-family: "Roboto", sans-serif;
          font-style: italic;
          font-weight: 200;
          color: #003288;
          font-size: 120px;
          margin: 0 0 0 10px; }
          @media screen and (max-width: 768px) {
            .data-item.gender .data-item-row .data-item-col .num span {
              font-size: 60px; } }

/*-- 年齢層　-----------------*/
.data-item.age {
  margin: 30px auto 0 0; }
  @media screen and (max-width: 768px) {
    .data-item.age {
      width: auto;
      padding: 20px 0;
      margin-right: 20px; } }

.data-item .inner {
  padding: 20px; }

/*-- グラフ　-----------------*/
.graph {
  display: flex;
  max-width: 720px;
  width: 100%;
  margin: auto;
  padding-bottom: 60px; }
  .graph p {
    margin-top: 10px;
    text-align: right; }
  .graph div {
    width: 100%;
    padding: 0 10px;
    border-bottom: 1px solid #C7C7C7;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end; }
    @media screen and (max-width: 768px) {
      .graph div {
        padding: 0 5px; } }
    .graph div:after {
      content: "";
      width: 100%;
      max-width: 60px;
      display: block;
      height: 10px;
      background: #aaa;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .graph div:after {
          max-width: 40px; } }
    .graph div.age10:after {
      height: 10px;
      background: #829FD3; }
    .graph div.age20:after {
      height: 215px;
      background: #08AEF8; }
    .graph div.age30:after {
      height: 230px;
      background: #47C692; }
    .graph div.age40:after {
      height: 245px;
      background: #C4CC00; }
    .graph div.age50:after {
      height: 105px;
      background: #E8AA34; }
    .graph div.age60:after {
      height: 70px;
      background: #EB6F56; }
    .graph div.age10 .num {
      padding-top: 240px; }
    .graph div.age20 .num {
      padding-top: 35px; }
    .graph div.age30 .num {
      padding-top: 20px; }
    .graph div.age40 .num {
      padding-top: 5px; }
    .graph div.age50 .num {
      padding-top: 145px; }
    .graph div.age60 .num {
      padding-top: 180px; }
    .graph div .num {
      padding-bottom: 20px;
      display: block;
      width: 100%;
      font-size: 20px;
      line-height: 1;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .graph div .num {
          font-size: 16px;
          padding-bottom: 10px; } }
      .graph div .num span {
        font-family: "Roboto", sans-serif;
        font-style: italic;
        font-weight: 200;
        color: #003288;
        font-size: 80px; }
        @media screen and (max-width: 768px) {
          .graph div .num span {
            font-size: 30px; } }
    .graph div .age {
      width: 100%;
      height: 60px;
      position: absolute;
      bottom: -60px;
      text-align: center;
      left: 0;
      line-height: 1;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding: 10px;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .graph div .age {
          font-size: 12px; } }
      .graph div .age span {
        font-family: "Roboto", sans-serif;
        font-weight: bold;
        font-size: 25px;
        display: block;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .graph div .age span {
            font-size: 18px; } }

/*------------------------------------------
News
------------------------------------------*/
section.news {
  padding: 100px 0; }
  section.news h2 {
    margin-bottom: 3em; }
  @media screen and (max-width: 768px) {
    section.news {
      padding: 70px 20px; } }
  section.news .news-row {
    display: flex;
    gap: 50px; }
    @media screen and (max-width: 768px) {
      section.news .news-row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px; } }
    @media screen and (max-width: 768px) {
      section.news .news-row .news-col:first-child {
        text-align: center;
        width: 100%; } }
    section.news .news-row .news-col:last-child {
      flex: 1; }

/*------------------------------------------
csr
------------------------------------------*/
section.csr {
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
  background: url("../img/top/csr-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left; }
  @media screen and (max-width: 768px) {
    section.csr {
      padding: 60px 20px; } }

.csr-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
  gap: 30px; }
  @media screen and (max-width: 768px) {
    .csr-header {
      flex-wrap: wrap;
      justify-content: center; }
      .csr-header h2 {
        width: 100%;
        text-align: center; } }

ul.csr-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  list-style: none; }
  ul.csr-list li {
    width: calc(33% - 11px); }
    @media screen and (max-width: 768px) {
      ul.csr-list li {
        width: 100%; } }
    ul.csr-list li a {
      display: flex;
      background: #003288;
      color: #fff;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      border-radius: 6px;
      text-decoration: none;
      gap: 10px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
      ul.csr-list li a span {
        border-radius: 50%;
        width: 45px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #fff;
        text-align: center; }
      ul.csr-list li a:after {
        content: "";
        display: block;
        width: 50px;
        height: 20px;
        border-radius: 20px;
        background: url("../img/common/arrow-blue.svg"), #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 15px , cover;
        border: 1px solid #003288; }
      ul.csr-list li a:hover {
        background: #f5f5f5;
        color: #003288; }
        ul.csr-list li a:hover span {
          border: 1px solid #003288; }

/*------------------------------------------
 共通
-------------------------------------------*/
.tab_alive {
  display: none; }
  @media screen and (max-width: 1024px) {
    .tab_alive {
      display: block; } }

.tab_hide {
  display: block; }
  @media screen and (max-width: 1024px) {
    .tab_hide {
      display: none; } }

.pc_alive {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc_alive {
      display: none; } }

.sp_alive {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp_alive {
      display: block; } }

.textcenter {
  text-align: center; }

/*------------------------------------------
 localナビ
-------------------------------------------*/
.local-nav {
  position: fixed;
  top: 20%;
  right: 0;
  background: #003288c9;
  z-index: 995;
  box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.15);
  border-radius: 7px 0 0 7px;
  backdrop-filter: blur(12px); }
  @media screen and (max-width: 768px) {
    .local-nav {
      display: block;
      top: auto;
      border-radius: 0;
      bottom: 0;
      bottom: 0;
      padding: 7px 0;
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .local-nav ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around; } }
  .local-nav ul li {
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    @media screen and (max-width: 768px) {
      .local-nav ul li {
        border-bottom: none; } }
    .local-nav ul li a {
      text-decoration: none;
      color: #fff;
      display: block;
      padding: 0.7em 1.5em;
      font-size: 14px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
      .local-nav ul li a.active, .local-nav ul li a:hover {
        background: rgba(255, 255, 255, 0.15); }
      @media screen and (max-width: 768px) {
        .local-nav ul li a {
          font-size: 13px;
          padding: 0.4em 1.5em; } }

/*------------------------------------------
 ページタイトル
-------------------------------------------*/
.page-title {
  padding: 50px 0; }
  @media screen and (max-width: 768px) {
    .page-title {
      padding: 30px 20px; } }
  .page-title h1 {
    font-size: 15px;
    font-weight: normal;
    font-family: "Roboto", sans-serif; }
    @media screen and (max-width: 768px) {
      .page-title h1 {
        font-size: 13px; } }
    .page-title h1 span {
      font-family: "Noto Sans JP", sans-serif;
      display: block;
      color: #003288;
      font-size: 60px;
      font-weight: 300;
      line-height: 1.2;
      margin-bottom: 0.2em; }
      @media screen and (max-width: 768px) {
        .page-title h1 span {
          font-size: 38px; } }
  .page-title p {
    width: 50%;
    margin: 10px 0 0 auto;
    line-height: 2; }
    @media screen and (max-width: 768px) {
      .page-title p {
        width: 80%;
        margin: 20px 0 0 auto;
        font-size: 13px; } }

/*------------------------------------------
 文章
-------------------------------------------*/
.page-content p {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 1em; }
  @media screen and (max-width: 768px) {
    .page-content p {
      font-size: 13px; } }

/*------------------------------------------
 ボタン
-------------------------------------------*/
a.btn-arrow {
  display: inline-block;
  padding: 37px 80px 37px 10px;
  position: relative;
  text-decoration: none;
  color: #000;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    a.btn-arrow {
      padding: 27px 60px 27px 10px; } }
  a.btn-arrow:after {
    content: "";
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #003288;
    background: url("../img/common/arrow-white.svg"), #003288;
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    top: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; }
    @media screen and (max-width: 768px) {
      a.btn-arrow:after {
        width: 50px;
        height: 50px; } }
  a.btn-arrow.small {
    padding: 27px 80px 27px 0px; }
    @media screen and (max-width: 768px) {
      a.btn-arrow.small {
        padding: 20px 60px 20px 0px; } }
    a.btn-arrow.small:after {
      width: 50px;
      height: 50px; }
      @media screen and (max-width: 768px) {
        a.btn-arrow.small:after {
          width: 35px;
          height: 35px; } }
  a.btn-arrow:hover:after {
    background: url("../img/common/arrow-blue.svg"), #fff;
    background-position: center;
    background-repeat: no-repeat; }

/*------------------------------------------
 お知らせ
-------------------------------------------*/
ul.news-list li {
  list-style: none; }
  ul.news-list li a {
    display: block;
    text-decoration: none;
    padding: 30px 45px;
    color: #000;
    border-bottom: 1px solid #BEBEBE; }
    @media screen and (max-width: 768px) {
      ul.news-list li a {
        padding: 20px 15px; } }
    ul.news-list li a time {
      display: block;
      margin-bottom: 10px;
      position: relative;
      padding-right: 70px; }
      @media screen and (max-width: 768px) {
        ul.news-list li a time {
          font-size: 12px; } }
      ul.news-list li a time:after {
        top: 0;
        right: 0;
        content: "";
        display: block;
        width: 60px;
        height: 25px;
        border-radius: 20px;
        border: 1px solid #003288;
        background: url(../img/common/arrow-white.svg), #003288;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    ul.news-list li a span {
      display: block;
      font-size: 16px; }
      @media screen and (max-width: 768px) {
        ul.news-list li a span {
          font-size: 15px; } }
    ul.news-list li a:hover {
      border-bottom: 1px solid #003288; }
      ul.news-list li a:hover time:after {
        background: url(../img/common/arrow-blue.svg), #fff;
        background-repeat: no-repeat;
        background-position: center; }

/*------------------------------------------
 お知らせ詳細
-------------------------------------------*/
.entry-info {
  text-align: right;
  margin-bottom: 1em; }

h1.entry-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 2em;
  color: #003288; }
  @media screen and (max-width: 768px) {
    h1.entry-title {
      font-size: 20px; } }

/*------------------------------------------
 私たちについて
-------------------------------------------*/
.company-page section {
  padding: 100px 20px; }
  @media screen and (max-width: 768px) {
    .company-page section {
      padding: 50px 20px; } }
.company-page #soshiki,
.company-page #quality {
  position: relative;
  overflow: hidden;
  background: #F0F0F0; }
  .company-page #soshiki .houshin,
  .company-page #quality .houshin {
    text-align: center;
    font-weight: bold;
    color: #003288;
    font-size: 32px; }
    @media screen and (max-width: 768px) {
      .company-page #soshiki .houshin,
      .company-page #quality .houshin {
        font-size: 20px; } }
  @media screen and (max-width: 768px) {
    .company-page #soshiki,
    .company-page #quality {
      padding: 60px 20px; } }
  .company-page #soshiki:before, .company-page #soshiki:after,
  .company-page #quality:before,
  .company-page #quality:after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    background: #fff;
    transform: skewY(-15deg);
    transform: skewX(-15deg); }
    @media screen and (max-width: 768px) {
      .company-page #soshiki:before, .company-page #soshiki:after,
      .company-page #quality:before,
      .company-page #quality:after {
        height: 20px; } }
  .company-page #soshiki:before,
  .company-page #quality:before {
    top: -2px;
    left: 35%;
    transform: skewY(15deg);
    transform: skewX(15deg); }
  .company-page #soshiki:after,
  .company-page #quality:after {
    bottom: -2px;
    left: 65%; }

@media screen and (max-width: 768px) {
  .soshiki-scroll-wrap {
    position: relative; }
    .soshiki-scroll-wrap span {
      position: absolute;
      z-index: 2;
      width: 5%;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
      height: 100%;
      right: 0;
      top: 0; }
    .soshiki-scroll-wrap .soshiki-scroll {
      overflow-x: auto;
      padding-right: 5%; }
      .soshiki-scroll-wrap .soshiki-scroll img {
        max-width: 700px;
        width: 700px;
        position: relative; } }
table.table-normal {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #e1e1e1; }
  @media screen and (max-width: 768px) {
    table.table-normal {
      font-size: 13px; } }
  table.table-normal tr {
    border-bottom: 1px solid #e1e1e1; }
    table.table-normal tr th {
      padding: 1.5em 1em;
      text-align: left;
      background: #f9f9f9;
      font-weight: bold;
      vertical-align: middle;
      color: #003288; }
    table.table-normal tr td {
      padding: 1.5em 1em; }

/*------------------------------------------
 仕事内容
-------------------------------------------*/
.business-page .toha {
  display: flex;
  gap: 50px;
  padding-left: 20px;
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .business-page .toha {
      padding-top: 50px;
      padding-bottom: 50px;
      padding-left: 0px;
      flex-wrap: wrap;
      gap: 10px; } }
  .business-page .toha .toha-text {
    padding-left: calc((100% - 1000px) / 2);
    padding-top: 50px;
    padding-bottom: 50px;
    width: calc(50% - 25px); }
    @media screen and (max-width: 768px) {
      .business-page .toha .toha-text {
        width: 100%;
        padding: 20px; } }
    .business-page .toha .toha-text h2 {
      text-align: left;
      padding-bottom: 1em;
      font-size: 22px; }
      @media screen and (max-width: 768px) {
        .business-page .toha .toha-text h2 {
          font-size: 18px; } }
  .business-page .toha .toha-image {
    flex: 1;
    position: relative; }
    @media screen and (max-width: 768px) {
      .business-page .toha .toha-image {
        padding-bottom: 70%; } }
    .business-page .toha .toha-image img {
      position: absolute;
      top: 0;
      left: 10%;
      width: 90%;
      height: 100%;
      object-fit: cover;
      border-radius: 15px 0 0 15px; }

section.business-section {
  padding: 100px 20px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 768px) {
    section.business-section {
      padding: 70px 10px; } }
  section.business-section .decoration {
    position: absolute;
    left: 0;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-style: italic;
    font-size: 150px;
    top: -30px;
    line-height: 1;
    font-weight: 200;
    opacity: 0.4;
    white-space: nowrap; }
    @media screen and (max-width: 768px) {
      section.business-section .decoration {
        font-size: 80px;
        top: -10px; } }

section.howto {
  background: #A6B7D5; }

h2.title-step {
  font-size: 30px;
  color: #000;
  display: inline-block;
  background: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  margin-bottom: 3em; }
  @media screen and (max-width: 768px) {
    h2.title-step {
      font-size: 15px;
      padding: 5px 15px; } }
  h2.title-step span {
    font-family: "Roboto", sans-serif;
    color: #003288;
    font-style: italic;
    margin-top: -100px;
    position: relative;
    font-size: 100px;
    height: 0;
    display: inline-block;
    font-weight: 300;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      h2.title-step span {
        margin-top: -50px;
        font-size: 50px; } }

/*------仕事の進め方は？--------------------------------------------------------------*/
.flow-wrap {
  padding: 40px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 15px; }
  @media screen and (max-width: 768px) {
    .flow-wrap {
      padding: 20px; } }

.flow-wrap {
  margin-bottom: 40px; }
  .flow-wrap h3 {
    display: flex;
    align-items: center;
    gap: 40px;
    font-size: 40px;
    color: #56BE2F;
    margin-top: 0; }
    @media screen and (max-width: 768px) {
      .flow-wrap h3 {
        font-size: 22px;
        gap: 20px; } }
    .flow-wrap h3:before {
      content: "";
      display: block;
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background: url("../img/common/icon-seisan.svg"), #56BE2F;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100px; }
      @media screen and (max-width: 768px) {
        .flow-wrap h3:before {
          width: 75px;
          height: 75px;
          background-size: 50px; } }

.flow-wrap.seisan {
  margin-bottom: 40px; }
  .flow-wrap.seisan h3 {
    color: #56BE2F; }
    .flow-wrap.seisan h3:before {
      background: url("../img/common/icon-seisan.svg"), #56BE2F;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100px; }
      @media screen and (max-width: 768px) {
        .flow-wrap.seisan h3:before {
          background-size: 50px; } }

.flow-wrap.soumu h3 {
  color: #8577D1; }
  .flow-wrap.soumu h3:before {
    background: url("../img/common/icon-soumu.svg"), #8577D1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 65px; }
    @media screen and (max-width: 768px) {
      .flow-wrap.soumu h3:before {
        background-size: 33px; } }

.flow-wrap.seizou {
  margin-bottom: 40px; }
  .flow-wrap.seizou h3 {
    color: #4F8FF5; }
    .flow-wrap.seizou h3:before {
      background: url("../img/common/icon-seizou.svg"), #4F8FF5;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 80px; }
      @media screen and (max-width: 768px) {
        .flow-wrap.seizou h3:before {
          background-size: 40px; } }

.flow-wrap.gijutsu h3 {
  color: #00A58C; }
  .flow-wrap.gijutsu h3:before {
    background: url("../img/common/icon-gijutsu.svg"), #00A58C;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px; }
    @media screen and (max-width: 768px) {
      .flow-wrap.gijutsu h3:before {
        background-size: 40px; } }

.flow-wrap.setsubi h3 {
  color: #F7C700; }
  .flow-wrap.setsubi h3:before {
    background: url("../img/common/icon-setsubi.svg"), #F7C700;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px; }
    @media screen and (max-width: 768px) {
      .flow-wrap.setsubi h3:before {
        background-size: 40px; } }

.flow-wrap.hinshitsu h3 {
  color: #58CCD6; }
  .flow-wrap.hinshitsu h3:before {
    background: url("../img/common/icon-hinshitsu.svg"), #58CCD6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px; }
    @media screen and (max-width: 768px) {
      .flow-wrap.hinshitsu h3:before {
        background-size: 40px; } }

.flow-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10%; }
  @media screen and (max-width: 768px) {
    .flow-row {
      margin-left: 0; } }
  .flow-row ul {
    width: 60%;
    counter-reset: my-counter;
    list-style: none;
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .flow-row ul {
        width: 100%;
        padding-left: 20px; } }
    .flow-row ul li {
      position: relative;
      padding: 15px 10px 40px 80px; }
      @media screen and (max-width: 768px) {
        .flow-row ul li {
          padding: 10px 10px 30px 50px;
          font-size: 13px; } }
      .flow-row ul li span {
        font-size: 18px;
        font-weight: 500;
        display: block;
        margin-bottom: 0.3em; }
        @media screen and (max-width: 768px) {
          .flow-row ul li span {
            font-size: 15px; } }
      .flow-row ul li span.small {
        font-weight: 500;
        font-size: 15px;
        margin-top: 0.7em; }
        @media screen and (max-width: 768px) {
          .flow-row ul li span.small {
            font-size: 14px; } }
      .flow-row ul li:after {
        position: absolute;
        left: 0;
        top: 0px;
        content: counter(my-counter);
        counter-increment: my-counter;
        width: 60px;
        height: 60px;
        font-size: 30px;
        font-family: "Roboto", sans-serif;
        color: #56BE2F;
        font-style: italic;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #56BE2F;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 768px) {
          .flow-row ul li:after {
            width: 40px;
            height: 40px;
            font-size: 20px; } }
      .flow-row ul li:before {
        position: absolute;
        content: "";
        display: block;
        height: 100%;
        border-left: 1px solid #707070;
        left: 30px; }
        @media screen and (max-width: 768px) {
          .flow-row ul li:before {
            left: 20px; } }
      .flow-row ul li:last-child:before {
        display: none; }
  .flow-row .image {
    padding-left: 30px;
    width: 40%; }
    @media screen and (max-width: 768px) {
      .flow-row .image {
        width: 100%;
        display: flex;
        padding-left: 0;
        gap: 20px; } }
    .flow-row .image img {
      border-radius: 20px;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .flow-row .image img {
          width: calc(50% - 10px);
          border-radius: 10px; } }
  .flow-row .text {
    margin-top: 20px;
    width: 100%; }

.flow-wrap.soumu ul li:after {
  color: #8577D1;
  border: 1px solid #8577D1; }

.flow-wrap.seizou ul li:after {
  color: #4F8FF5;
  border: 1px solid #4F8FF5; }

.flow-wrap.gijutsu ul li:after {
  color: #00A58C;
  border: 1px solid #00A58C; }

.flow-wrap.setsubi ul li:after {
  color: #F7C700;
  border: 1px solid #F7C700; }

.flow-wrap.hinshitsu ul li:after {
  color: #58CCD6;
  border: 1px solid #58CCD6; }

/*------職場の特徴--------------------------------------------------------------*/
section.workplace {
  background: #D8DFED;
  padding-left: 0;
  padding-right: 0; }

h3.title-business {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 25px;
  color: #56BE2F;
  background: #fff;
  border-radius: 100px;
  max-width: 440px;
  padding: 15px 0;
  margin-bottom: 70px; }
  @media screen and (max-width: 768px) {
    h3.title-business {
      font-size: 18px;
      gap: 10px;
      padding: 10px 0; } }
  h3.title-business:before {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: url("../img/common/icon-seisan.svg"), #56BE2F;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px;
    margin: -50px 0; }
    @media screen and (max-width: 768px) {
      h3.title-business:before {
        width: 75px;
        height: 75px;
        background-size: 50px; } }

h3.title-business.seisan {
  color: #56BE2F; }
  h3.title-business.seisan:before {
    background: url("../img/common/icon-seisan.svg"), #56BE2F;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px; }
    @media screen and (max-width: 768px) {
      h3.title-business.seisan:before {
        background-size: 50px; } }

h3.title-business.soumu {
  color: #8577D1; }
  h3.title-business.soumu:before {
    background: url("../img/common/icon-soumu.svg"), #8577D1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 65px; }
    @media screen and (max-width: 768px) {
      h3.title-business.soumu:before {
        background-size: 33px; } }

h3.title-business.seizou {
  color: #4F8FF5; }
  h3.title-business.seizou:before {
    background: url("../img/common/icon-seizou.svg"), #4F8FF5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px; }
    @media screen and (max-width: 768px) {
      h3.title-business.seizou:before {
        background-size: 40px; } }

h3.title-business.gijutsu {
  color: #00A58C; }
  h3.title-business.gijutsu:before {
    background: url("../img/common/icon-gijutsu.svg"), #00A58C;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px; }
    @media screen and (max-width: 768px) {
      h3.title-business.gijutsu:before {
        background-size: 40px; } }

h3.title-business.setsubi {
  color: #F7C700; }
  h3.title-business.setsubi:before {
    background: url("../img/common/icon-setsubi.svg"), #F7C700;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px; }
    @media screen and (max-width: 768px) {
      h3.title-business.setsubi:before {
        background-size: 40px; } }

h3.title-business.hinshitsu {
  color: #58CCD6; }
  h3.title-business.hinshitsu:before {
    background: url("../img/common/icon-hinshitsu.svg"), #58CCD6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px; }
    @media screen and (max-width: 768px) {
      h3.title-business.hinshitsu:before {
        background-size: 40px; } }

.workplace-wrap {
  position: relative;
  padding: 70px 0 40px 0; }
  @media screen and (max-width: 768px) {
    .workplace-wrap {
      padding: 30px 0 20px 0; } }
  .workplace-wrap:before {
    content: "";
    display: block;
    background: rgba(86, 190, 47, 0.2);
    position: absolute;
    left: 0;
    width: 80%;
    bottom: 0;
    top: 0; }
    @media screen and (max-width: 768px) {
      .workplace-wrap:before {
        width: 95%; } }
  .workplace-wrap h3 {
    position: relative; }
    @media screen and (max-width: 768px) {
      .workplace-wrap h3 {
        margin-bottom: 40px !important;
        max-width: 240px !important; } }
  .workplace-wrap .workplace-row {
    position: relative;
    display: flex;
    gap: 5%; }
    @media screen and (max-width: 768px) {
      .workplace-wrap .workplace-row {
        flex-wrap: wrap; } }
    .workplace-wrap .workplace-row .text {
      padding-left: calc( (100% - 1000px) / 2);
      flex: 1;
      padding-bottom: 50px;
      min-height: 550px; }
      .workplace-wrap .workplace-row .text p {
        margin-left: 20%; }
      @media screen and (max-width: 768px) {
        .workplace-wrap .workplace-row .text {
          width: 100%;
          padding: 20px;
          min-height: 0px; }
          .workplace-wrap .workplace-row .text p {
            margin-left: 10%;
            margin-right: 10%; } }
    .workplace-wrap .workplace-row .image {
      position: relative;
      width: 45%; }
      .workplace-wrap .workplace-row .image img {
        border-radius: 10px 0 0 10px;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        object-fit: cover;
        height: 100%; }
      @media screen and (max-width: 768px) {
        .workplace-wrap .workplace-row .image {
          width: 90%;
          height: 300px;
          margin-left: auto; } }

.workplace-wrap.seisan {
  margin-bottom: 70px; }

.workplace-wrap.soumu:before {
  background: rgba(133, 119, 209, 0.2); }

.workplace-wrap.seizou:before {
  background: rgba(79, 143, 245, 0.2); }

.workplace-wrap.gijutsu:before {
  background: rgba(0, 165, 140, 0.2); }

.workplace-wrap.setsubi:before {
  background: rgba(247, 199, 0, 0.2); }

.workplace-wrap.hinshitsu:before {
  background: rgba(88, 204, 214, 0.2); }

/*------1日のスケジュール--------------------------------------------------------------*/
section.schedule {
  background: #F0F0F0;
  overflow: hidden; }

h3.title-schedule {
  text-align: center;
  margin-bottom: 30px; }
  h3.title-schedule span {
    display: block;
    margin-top: 1em;
    font-weight: bold;
    font-size: 25px; }
    @media screen and (max-width: 768px) {
      h3.title-schedule span {
        font-size: 20px; } }
  h3.title-schedule:before {
    margin: auto;
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: url("../img/common/icon-seisan.svg"), #56BE2F;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px; }
    @media screen and (max-width: 768px) {
      h3.title-schedule:before {
        width: 75px;
        height: 75px;
        background-size: 50px; } }

h3.title-schedule.seisan:before {
  background: url("../img/common/icon-seisan.svg"), #56BE2F;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px; }
  @media screen and (max-width: 768px) {
    h3.title-schedule.seisan:before {
      background-size: 50px; } }

h3.title-schedule.soumu:before {
  background: url("../img/common/icon-soumu.svg"), #8577D1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65px; }
  @media screen and (max-width: 768px) {
    h3.title-schedule.soumu:before {
      background-size: 33px; } }

h3.title-schedule.seizou:before {
  background: url("../img/common/icon-seizou.svg"), #4F8FF5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px; }
  @media screen and (max-width: 768px) {
    h3.title-schedule.seizou:before {
      background-size: 40px; } }

h3.title-schedule.gijutsu:before {
  background: url("../img/common/icon-gijutsu.svg"), #00A58C;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px; }
  @media screen and (max-width: 768px) {
    h3.title-schedule.gijutsu:before {
      background-size: 40px; } }

h3.title-schedule.setsubi:before {
  background: url("../img/common/icon-setsubi.svg"), #F7C700;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px; }
  @media screen and (max-width: 768px) {
    h3.title-schedule.setsubi:before {
      background-size: 40px; } }

h3.title-schedule.hinshitsu:before {
  background: url("../img/common/icon-hinshitsu.svg"), #58CCD6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px; }
  @media screen and (max-width: 768px) {
    h3.title-schedule.hinshitsu:before {
      background-size: 40px; } }

ul.schedule-business {
  position: relative;
  list-style: none;
  margin-bottom: 70px; }
  ul.schedule-business:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 11px;
    bottom: 70px;
    border-left: 1px solid #707070; }
    @media screen and (max-width: 768px) {
      ul.schedule-business:before {
        bottom: 50px; } }
  ul.schedule-business li {
    text-align: right;
    position: relative;
    padding-right: calc( 50% + 20px);
    margin-bottom: 20px; }
    ul.schedule-business li span.time {
      font-family: "Roboto", sans-serif;
      color: #003288;
      font-style: italic;
      font-weight: 500;
      display: block;
      font-size: 30px;
      padding-right: 0.5em; }
      @media screen and (max-width: 768px) {
        ul.schedule-business li span.time {
          font-size: 22px; } }
    ul.schedule-business li span.text {
      background: #fff;
      display: inline-block;
      border-radius: 20px;
      font-size: 18px;
      padding: 0.3em 1.2em;
      text-align: left; }
      @media screen and (max-width: 768px) {
        ul.schedule-business li span.text {
          font-size: 13px; } }
      ul.schedule-business li span.text span.kome {
        font-size: 70%;
        display: inline-block;
        vertical-align: top; }
      ul.schedule-business li span.text span.small {
        font-size: 80%;
        display: block;
        line-height: 1.5;
        text-indent: -1em;
        padding-left: 1em; }
      ul.schedule-business li span.text span.read {
        display: block;
        font-size: 15px; }
        @media screen and (max-width: 768px) {
          ul.schedule-business li span.text span.read {
            font-size: 12px; } }
    ul.schedule-business li img {
      position: absolute;
      border-radius: 50%;
      width: 240px;
      height: 240px;
      object-fit: cover;
      border: 10px solid #fff;
      top: -60px;
      left: -20px; }
      @media screen and (max-width: 1024px) {
        ul.schedule-business li img {
          width: 180px;
          height: 180px;
          top: auto;
          border: 5px solid #fff;
          bottom: -126px; } }
      @media screen and (max-width: 768px) {
        ul.schedule-business li img {
          width: 120px;
          height: 120px;
          top: auto;
          border: 5px solid #fff;
          bottom: -126px; } }
    ul.schedule-business li:after {
      content: "";
      display: block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: #56BE2F;
      border: 2px solid #707070;
      position: absolute;
      left: 50%;
      margin-left: -12px;
      top: 10px; }
      @media screen and (max-width: 768px) {
        ul.schedule-business li:after {
          width: 18px;
          height: 18px;
          margin-left: -9px; } }
    ul.schedule-business li:nth-child(even) {
      padding-left: calc( 50% + 20px);
      padding-right: 0;
      text-align: left; }
      ul.schedule-business li:nth-child(even) span.time {
        padding-left: 0.5em; }
      ul.schedule-business li:nth-child(even) img {
        right: -20px;
        left: auto; }

ul.schedule-business.soumu li:after {
  background: #8577D1; }

ul.schedule-business.seizou li:after {
  background: #4F8FF5; }

ul.schedule-business.gijutsu li:after {
  background: #00A58C; }

ul.schedule-business.setsubi li:after {
  background: #F7C700; }

ul.schedule-business.hinshitsu li:after {
  background: #58CCD6; }

/*------職場の魅力は？----
----------------------------------------------------------*/
section.miryoku {
  background: #D8DFED;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0; }
  section.miryoku .miryoku-header {
    max-width: 1000px;
    margin: auto;
    position: relative;
    padding: 100px 20px 180px 20px;
    margin-bottom: -40px; }
    @media screen and (max-width: 768px) {
      section.miryoku .miryoku-header {
        padding: 100px 20px 120px 20px; } }
    section.miryoku .miryoku-header img {
      position: absolute;
      border-radius: 10px;
      object-fit: cover; }
      section.miryoku .miryoku-header img.miryoku_01 {
        width: 355px;
        height: 227px;
        right: -50px;
        top: 0; }
        @media screen and (max-width: 768px) {
          section.miryoku .miryoku-header img.miryoku_01 {
            width: 180px;
            height: 110px;
            right: 10px;
            top: -20px; } }
      section.miryoku .miryoku-header img.miryoku_02 {
        width: 270px;
        height: 173px;
        right: 20%;
        bottom: 0; }
        @media screen and (max-width: 768px) {
          section.miryoku .miryoku-header img.miryoku_02 {
            width: 200px;
            height: 120px; } }

.miryoku-inner {
  padding: 100px 0; }
  @media screen and (max-width: 768px) {
    .miryoku-inner {
      padding: 70px 0 40px 0; } }

.miryoku-inner.seisan {
  background: rgba(86, 190, 47, 0.2); }

.miryoku-inner.soumu {
  background: rgba(133, 119, 209, 0.2); }

.miryoku-inner.seizou {
  background: rgba(79, 143, 245, 0.2); }

.miryoku-inner.gijutsu {
  background: rgba(0, 165, 140, 0.2); }

.miryoku-inner.setsubi {
  background: rgba(247, 199, 0, 0.2); }

.miryoku-inner.hinshitsu {
  background: rgba(88, 204, 214, 0.2); }

ul.miryoku-list {
  margin-left: 10%; }
  @media screen and (max-width: 768px) {
    ul.miryoku-list {
      margin-left: 5%;
      margin-right: 5%; } }
  ul.miryoku-list li {
    list-style: none;
    background: #fff;
    margin-bottom: 30px;
    padding: 30px 30px 30px 120px;
    font-size: 18px;
    border-radius: 15px;
    background: url("../img/common/check.svg"), #fff;
    background-repeat: no-repeat;
    background-position: center left 40px;
    background-size: 40px;
    line-height: 1.7; }
    @media screen and (max-width: 768px) {
      ul.miryoku-list li {
        padding: 20px 20px 20px 60px;
        font-size: 14px;
        background: url("../img/common/check.svg"), #fff;
        background-repeat: no-repeat;
        background-position: center left 20px;
        background-size: 20px; } }

.other-business {
  padding-top: 100px; }
  @media screen and (max-width: 768px) {
    .other-business {
      padding-top: 50px; } }
  .other-business .other-list {
    display: flex;
    border-top: 1px solid #C7C7C7;
    flex-wrap: nowrap; }
    @media screen and (max-width: 768px) {
      .other-business .other-list {
        display: block;
        border-right: none; } }
    .other-business .other-list .other-item {
      border-right: 1px solid #C7C7C7;
      width: 100%; }
      @media screen and (max-width: 768px) {
        .other-business .other-list .other-item {
          border-top: 1px solid #C7C7C7;
          border-right: none; } }
      .other-business .other-list .other-item:last-child {
        border-right: none; }
      .other-business .other-list .other-item figure {
        display: block;
        width: 100%;
        position: relative;
        padding-bottom: 80%;
        overflow: hidden;
        border-radius: 20px; }
        .other-business .other-list .other-item figure img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .other-business .other-list .other-item figure:after {
          content: "";
          width: 60px;
          height: 25px;
          background: url("../img/common/arrow-blue.svg"), #fff;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 15px;
          border-radius: 30px;
          position: absolute;
          bottom: 20px;
          right: 20px; }
      .other-business .other-list .other-item a {
        display: block;
        text-decoration: none;
        text-align: center;
        padding: 30px;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .other-business .other-list .other-item a {
            padding: 40px; } }
        .other-business .other-list .other-item a span {
          color: #003288;
          font-size: 22px;
          margin-top: 0.5em;
          display: block;
          font-weight: 500; }
          @media screen and (max-width: 768px) {
            .other-business .other-list .other-item a span {
              font-size: 18px; } }
        .other-business .other-list .other-item a:hover figure img {
          transform: scale(1.1); }

/*------------------------------------------
 仕事内容　インデックス
-------------------------------------------*/
.job-page h2 {
  margin-top: 40px; }
.job-page .job {
  padding-top: 0; }

.support {
  padding: 50px 0; }
  .support .support-row {
    display: flex;
    gap: 5%;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .support .support-row {
        flex-wrap: wrap; } }
    .support .support-row .text {
      padding-left: calc( (100% - 1000px) / 2);
      flex: 1;
      padding-top: 100px;
      padding-bottom: 100px; }
      @media screen and (max-width: 1024px) {
        .support .support-row .text {
          padding-left: 20px; } }
      @media screen and (max-width: 768px) {
        .support .support-row .text {
          width: 100%;
          padding: 20px; } }
    .support .support-row .image {
      width: 45%;
      position: relative; }
      @media screen and (max-width: 768px) {
        .support .support-row .image {
          width: 95%;
          padding-bottom: 300px;
          margin: 0 0 0 auto; } }
      .support .support-row .image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px 0 0 15px; }
  .support .support-row.second {
    flex-direction: row-reverse; }
    .support .support-row.second .text {
      padding-right: calc( (100% - 1000px) / 2);
      padding-left: 0;
      flex: 1; }
      @media screen and (max-width: 1024px) {
        .support .support-row.second .text {
          padding-right: 20px; } }
      @media screen and (max-width: 768px) {
        .support .support-row.second .text {
          width: 100%;
          padding: 20px; } }
    .support .support-row.second .image img {
      border-radius: 0 15px 15px 0; }
    @media screen and (max-width: 768px) {
      .support .support-row.second .image {
        margin: 0 auto 0 0; } }

.license {
  padding: 40px 20px;
  background: #f1f6fd;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .license {
      padding: 20px; } }
  .license h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1em; }
    .license h3 span {
      font-size: 14px;
      color: #000;
      font-weight: normal; }
  .license ul {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .license ul {
        font-size: 13px;
        gap: 10px; } }
    .license ul li {
      list-style: none;
      padding: 0.2em 1em;
      background: #fff;
      border-radius: 20px; }

/*------------------------------------------
 トピックス
-------------------------------------------*/
section.topics {
  padding: 100px 5%; }
  @media screen and (max-width: 768px) {
    section.topics {
      padding: 50px 5%; } }

.topics-item {
  padding: 35px;
  background: #f8fafd;
  border: 1px solid #365da1;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .topics-item {
      padding: 20px; } }
  .topics-item h3 {
    margin: 0 0 1em 0; }
  .topics-item h4 {
    font-weight: bold;
    color: #365da1;
    margin: 1em 0 0.5em 0;
    font-size: 18px; }
  .topics-item p {
    margin: 0.5em 0; }
  .topics-item .topics-row {
    display: flex;
    gap: 20px; }
    @media screen and (max-width: 768px) {
      .topics-item .topics-row {
        flex-wrap: wrap; } }
    .topics-item .topics-row .topics-col {
      width: 50%; }
      @media screen and (max-width: 768px) {
        .topics-item .topics-row .topics-col {
          width: 100%; } }

.voice-item {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background: #fff;
  height: 100%;
  gap: 10px; }
  .voice-item figure {
    width: 37%; }
    .voice-item figure img {
      vertical-align: bottom; }
  .voice-item .about {
    width: calc( 63% - 10px ); }
    .voice-item .about h5 {
      font-size: 40px;
      color: #365da1;
      line-height: 1;
      margin-bottom: 0.4em; }
      .voice-item .about h5 span {
        font-size: 15px;
        margin-left: 0.5em; }
    .voice-item .about h6 {
      background: #365da1;
      display: inline-block;
      padding: 0.2em 1em;
      color: #fff;
      font-weight: bold;
      border-radius: 2em;
      line-height: 1.2;
      font-size: 13px;
      margin-bottom: 0.7em; }
    .voice-item .about ul {
      list-style: none;
      font-size: 12px; }
      .voice-item .about ul li {
        padding-left: 1.3em;
        position: relative; }
        .voice-item .about ul li:before {
          position: absolute;
          content: "";
          width: 1em;
          height: 1em;
          border-radius: 50%;
          background: #365da1;
          display: block;
          left: 0;
          top: 0.3em; }
  .voice-item .text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7; }

/*------------------------------------------
 充実の手当
-------------------------------------------*/
section.support {
  padding: 100px 20px; }

.support-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: auto; }
  @media screen and (max-width: 768px) {
    .support-list {
      gap: 20px; } }
  .support-list .support-item {
    width: calc( 25% - 22.5px ); }
    @media screen and (max-width: 768px) {
      .support-list .support-item {
        width: calc( 50% - 10px ); } }
    .support-list .support-item figure {
      width: 100%;
      position: relative;
      padding-bottom: 66%;
      overflow: hidden;
      border-radius: 10px; }
      .support-list .support-item figure img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .support-list .support-item h6 {
      color: #365da1;
      text-align: center;
      font-weight: bold;
      margin: 0.5em 0 0.3em 0; }
    .support-list .support-item p {
      font-size: 13px;
      line-height: 1.7; }

/*------------------------------------------
 数字で見るオー・エル・エス
-------------------------------------------*/
section.num-data {
  background: #F0F0F0;
  padding: 100px 5%; }
  @media screen and (max-width: 768px) {
    section.num-data {
      padding: 50px 5%; } }
  @media screen and (max-width: 768px) {
    section.num-data .page-title {
      padding: 0px 10px 20px 10px; } }
  section.num-data .num-list {
    max-width: 1500px;
    margin: auto;
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    gap: 70px 20px; }
    @media screen and (max-width: 768px) {
      section.num-data .num-list {
        gap: 40px 20px; } }
    section.num-data .num-list .num-list-item {
      width: calc( 33.333% - 14px ); }
      @media screen and (max-width: 768px) {
        section.num-data .num-list .num-list-item {
          width: 100%; } }
    section.num-data .num-list h4 {
      font-size: 25px;
      color: #003288;
      font-weight: 400;
      margin-bottom: 0.7em; }
      @media screen and (max-width: 768px) {
        section.num-data .num-list h4 {
          font-size: 20px; } }
    section.num-data .num-list canvas {
      width: 100% !important;
      height: auto !important; }
    section.num-data .num-list span.num {
      font-family: "Roboto", sans-serif;
      font-style: italic; }
    section.num-data .num-list .inner {
      background: #fff;
      position: relative;
      container-type: inline-size; }
      section.num-data .num-list .inner .icon-num {
        padding-bottom: 100%;
        position: relative; }
        section.num-data .num-list .inner .icon-num .icon-box {
          position: absolute;
          top: 10cqw;
          left: 0;
          width: 100%;
          height: 17cqw;
          text-align: center; }
          section.num-data .num-list .inner .icon-num .icon-box img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: contain; }
        section.num-data .num-list .inner .icon-num .num-box {
          font-size: 8cqw;
          position: absolute;
          left: 0;
          top: 36cqw;
          text-align: center;
          width: 100%;
          line-height: 1; }
          section.num-data .num-list .inner .icon-num .num-box span {
            color: #003288;
            font-size: 33cqw;
            font-style: italic;
            font-weight: 200;
            margin-right: 2cqw; }
            section.num-data .num-list .inner .icon-num .num-box span.small {
              font-size: 27cqw; }
            section.num-data .num-list .inner .icon-num .num-box span.kara {
              margin-right: 1em; }
      section.num-data .num-list .inner .icon-num.ikuji .icon-box {
        top: 5cqw;
        width: 94%; }
        section.num-data .num-list .inner .icon-num.ikuji .icon-box img {
          object-position: right center; }
      section.num-data .num-list .inner .icon-num.ikuji .num-box {
        top: 14cqw; }
      section.num-data .num-list .inner span.date {
        position: absolute;
        right: 5cqw;
        bottom: 5cqw;
        font-size: 4cqw; }
      section.num-data .num-list .inner .icon-num table {
        position: absolute;
        left: 7%;
        top: 7%;
        width: 86%; }
        section.num-data .num-list .inner .icon-num table tr th {
          width: 20%;
          position: relative;
          vertical-align: middle; }
          section.num-data .num-list .inner .icon-num table tr th img {
            object-fit: contain;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%; }
        section.num-data .num-list .inner .icon-num table tr td {
          vertical-align: middle; }
        section.num-data .num-list .inner .icon-num table tr td:nth-child(2) {
          padding-left: 2em;
          font-size: 5cqw;
          color: #003288; }
        section.num-data .num-list .inner .icon-num table tr td:last-child {
          font-size: 5cqw;
          text-align: right; }
          section.num-data .num-list .inner .icon-num table tr td:last-child span {
            color: #003288;
            font-size: 15cqw; }
