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

body {
  line-height: 1; }

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

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

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

del {
  text-decoration: line-through; }

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

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

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

input:not([type="checkbox"]):not([type="radio"]),
select,
textarea {
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  vertical-align: middle;
  outline: none; }

button.bnr {
  border-color: #012c5d;
  background: none;
  border: none;
  display: block;
  margin: auto;
  }

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

html {
  font-size: 62.5%;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "YuGothic Medium", "游ゴシック体 Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  overflow-x: hidden; }
  body::before {
    animation: scaleDownLtR 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999; }

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s; }

img {
  max-width: 100%;
  height: auto; }

button {
  cursor: pointer; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

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

@media screen and (min-width: 960px) {
  .sp {
    display: none; } }

.en {
  font-family: "Jomolhari", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500; }

.yumincho {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

.alignright {
  float: right;
  margin-left: 2em; }

.alignleft {
  float: left;
  margin-right: 2em; }

.anchor {
  margin-top: -100px;
  /* ヘッダーの高さ分をマイナス */ }

.anchor::before {
  content: "";
  display: block;
  padding-top: 100px;
  /* ヘッダーの高さ */
  visibility: hidden; }

hr.anchor {
  border: 0;
  margin-bottom: 0; }

a.link {
  color: blue;
  text-decoration: underline; }

a.link:hover {
  color: red; }

.to_top {
  bottom: 20px;
  color: #8092a6;
  display: block;
  font-size: 0.8rem;
  position: fixed;
  right: 8px;
  z-index: 99; }
  @media screen and (min-width: 960px) {
    .to_top {
      bottom: 60px;
      right: 60px;
      font-size: 1.6rem; } }
  .to_top::before, .to_top::after {
    background: #8092a6;
    content: "";
    display: block;
    width: 1px; }
    @media screen and (min-width: 960px) {
      .to_top::before, .to_top::after {
        width: 2px; } }
  .to_top::before {
    height: 20px;
    margin: auto;
    transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
    @media screen and (min-width: 960px) {
      .to_top::before {
        height: 40px; } }
  .to_top::after {
    height: 7.5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    transform: rotate(30deg);
    transform-origin: center top; }
    @media screen and (min-width: 960px) {
      .to_top::after {
        height: 15px; } }
  .to_top:hover::before {
    height: 25px; }
    @media screen and (min-width: 960px) {
      .to_top:hover::before {
        height: 50px; } }

.entry-content {
  margin-bottom: 34px;
  font-size: 1.4rem; }
  @media screen and (min-width: 960px) {
    .entry-content {
      margin-bottom: 80px; } }
  .entry-content h2 {
    border-left: solid 3.6px #00489a;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin-bottom: 1.2em;
    padding: 0 0 0 0.28em; }
    @media screen and (min-width: 960px) {
      .entry-content h2 {
        border-left: solid 6px #00489a;
        font-size: 3rem;
        padding: 0 0 0 0.26em; } }
  .entry-content h3 {
    color: #00489a;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0.25em;
    margin-top: 34px; }
    @media screen and (min-width: 960px) {
      .entry-content h3 {
        font-size: 2rem;
        margin-top: 69px; } }
  .entry-content table,
  .entry-content ul,
  .entry-content ol,
  .entry-content p {
    margin-bottom: 1.5em; }
  .entry-content ul {
    line-height: 1.5;
    padding-top: 1em; }
    @media screen and (min-width: 960px) {
      .entry-content ul {
        font-size: 1.8rem; } }
    .entry-content ul li {
      margin: 0 0 1.6em 0.8em;
      padding-left: 1em;
      position: relative; }
      .entry-content ul li .newline {
        display: block; }
      .entry-content ul li::before {
        content: '・';
        left: 0;
        position: absolute;
        top: 0; }
      .entry-content ul li:last-of-type {
        margin-bottom: 0; }
  .entry-content .align-right {
    text-align: right; }

.c-title1 {
  color: #000;
  font-family: "Jomolhari", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 1em 0;
  text-align: center;
  text-transform: uppercase;
  position: relative; }
  .c-title1::after {
    background-color: #00489a;
    bottom: -5px;
    content: '';
    height: 3px;
    position: absolute;
    right: calc(50% - 15px);
    width: 30px; }
  .c-title1.white {
    color: #fff; }
    .c-title1.white::after {
      background-color: #fdf401; }
  @media screen and (min-width: 960px) {
    .c-title1 {
      font-size: 5rem; }
      .c-title1::after {
        bottom: -10px;
        height: 6px;
        right: calc(50% - 30px);
        width: 60px; } }

.c-inner {
  margin: 0 auto;
  max-width: 560px; }
  @media screen and (min-width: 960px) {
    .c-inner {
      max-width: 1600px;
      width: 83.3333vw; } }

.c-button {
  overflow: hidden;
  position: relative;
  transition: color 0.2s linear, background-color 0.2s linear;
  color: #455158;
  border: 1px solid #012c5d;
  display: block;
  font-size: 1.5rem;
  font-family: "Roboto", yugothic;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.8em;
  width: 100%; }
  .c-button::before, .c-button::after {
    background-color: transparent;
    bottom: -1px;
    content: "";
    display: block;
    opacity: 1;
    position: absolute;
    top: -1px;
    transform: skewX(45deg);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%; }
  .c-button::before {
    left: 0;
    transform-origin: left bottom; }
  .c-button::after {
    right: 0;
    transform-origin: right top; }
  .c-button:hover {
    color: #fff;
    background: #012c5d; }
    .c-button:hover::before, .c-button:hover::after {
      background-color: #fff;
      transform: skewX(45deg) scaleX(0);
      opacity: 0; }
  .c-button.white {
    overflow: hidden;
    position: relative;
    transition: color 0.2s linear, background-color 0.2s linear;
    border-color: #fff;
    color: #fff; }
    .c-button.white::before, .c-button.white::after {
      background-color: transparent;
      bottom: -1px;
      content: "";
      display: block;
      opacity: 1;
      position: absolute;
      top: -1px;
      transform: skewX(45deg);
      transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      width: 100%; }
    .c-button.white::before {
      left: 0;
      transform-origin: left bottom; }
    .c-button.white::after {
      right: 0;
      transform-origin: right top; }
    .c-button.white:hover {
      color: #01264e;
      background: #fff; }
      .c-button.white:hover::before, .c-button.white:hover::after {
        background-color: #01264e;
        transform: skewX(45deg) scaleX(0);
        opacity: 0; }
  .c-button.dark {
    overflow: hidden;
    position: relative;
    transition: color 0.2s linear, background-color 0.2s linear;
    background-color: #011429;
    border-color: #011429;
    color: #fff; }
    .c-button.dark::before, .c-button.dark::after {
      background-color: transparent;
      bottom: -1px;
      content: "";
      display: block;
      opacity: 1;
      position: absolute;
      top: -1px;
      transform: skewX(45deg);
      transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      width: 100%; }
    .c-button.dark::before {
      left: 0;
      transform-origin: left bottom; }
    .c-button.dark::after {
      right: 0;
      transform-origin: right top; }
    .c-button.dark:hover {
      color: #011429;
      background: #fff; }
      .c-button.dark:hover::before, .c-button.dark:hover::after {
        background-color: #011429;
        transform: skewX(45deg) scaleX(0);
        opacity: 0; }
  @media screen and (min-width: 960px) {
    .c-button {
      font-size: 2rem;
      max-width: 400px;
      margin: 0 auto; } }

@media screen and (min-width: 960px) {
  .c-recruit_buttons {
    margin: 20px -20px 0; }
    .c-recruit_buttons .c-twin-button {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 auto;
      max-width: 1000px; }
      .c-recruit_buttons .c-twin-button li {
        padding: 0 20px 20px;
        margin: 0 auto;
        max-width: 440px;
        width: 60%; } }

@media screen and (min-width: 960px) {
  .c-page-mv {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0 auto; } }

.c-page-mv__inner {
  height: 80vw;
  overflow: hidden;
  position: relative; }
  .c-page-mv__inner::before {
    animation: zoomOut 1s cubic-bezier(0.76, 0, 0.24, 1) both;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  @media screen and (min-width: 960px) {
    .c-page-mv__inner {
      height: 600px;
      width: 70%; } }

.c-page-mv__inner__title {
  border-bottom: solid 1px #011429;
  font-family: "Jomolhari", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding: 40px 0;
  text-align: center;
  text-transform: uppercase; }
  .c-page-mv__inner__title h2 {
    font-size: 4rem;
    font-weight: 500; }
  @media screen and (min-width: 960px) {
    .c-page-mv__inner__title {
      border: solid 1px #011429;
      padding: 279px 0 279px;
      text-align: center;
      width: 29%; } }

.c-access__text {
  text-align: center; }
  .c-access__text h4 {
    color: #01264e;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin: 20px 0 4px; }
  .c-access__text p {
    font-size: 0.9rem;
    letter-spacing: -0.05em;
    line-height: 1.66;
    margin: 4px 0; }
  @media screen and (min-width: 960px) {
    .c-access__text {
      display: flex;
      margin: 0 auto 80px; }
      .c-access__text h4 {
        display: block;
        font-size: 2rem; }
      .c-access__text p {
        font-size: 1.8rem; }
      .c-access__text .office {
        text-align: right;
        margin-right: 40px;
        width: 50%; }
      .c-access__text .route {
        text-align: left;
        margin-left: 40px;
        width: 50%; } }

.c-access__map {
  height: 0;
  margin-top: 22px;
  padding-bottom: 300px;
  position: relative; }
  .c-access__map iframe {
    height: 100%;
    position: absolute;
    width: 100%; }
  @media screen and (min-width: 960px) {
    .c-access__map {
      padding-bottom: 600px; } }

@media screen and (min-width: 960px) {
  .c-business-links__body {
    display: flex;
    justify-content: space-between;
    max-width: 1420px;
    margin: 0 auto; } }

@media screen and (min-width: 960px) {
  .c-business-links__content {
    flex: 0 1 calc(33.33% - 20px);
    max-width: 420px; } }
.c-business-links__content + .c-business-links__content {
  margin-top: 20px; }
  @media screen and (min-width: 960px) {
    .c-business-links__content + .c-business-links__content {
      margin-top: 0; } }
.c-business-links__content dl {
  align-items: center;
  display: flex;
  width: 100%; }
  @media screen and (min-width: 960px) {
    .c-business-links__content dl {
      display: block; } }
.c-business-links__content dt {
  background-color: #01264e;
  color: #fff;
  flex: 0 0 60%;
  font-family: "Jomolhari", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin: 0 0.5em 0 0;
  padding: 0.75em;
  position: relative;
  text-align: center;
  max-width: 210px; }
  @media screen and (min-width: 960px) {
    .c-business-links__content dt {
      font-size: 4rem;
      margin: 0 0 0.5em;
      max-width: unset;
      width: 100%; } }
  .c-business-links__content dt::before {
    border-right: 5px solid #fff;
    background: inherit;
    bottom: 0;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    top: 0; }
    @media screen and (min-width: 960px) {
      .c-business-links__content dt::before {
        border-right-width: 10px;
        left: 10px; } }

.c-business-links__content__list {
  font-size: 1.2rem; }
  .c-business-links__content__list li {
    display: block;
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em; }
    .c-business-links__content__list li::before {
      content: '・'; }
  @media screen and (min-width: 960px) {
    .c-business-links__content__list {
      font-size: 1.8rem;
      width: 100%; } }

.c-contact-wrap form {
  font-size: 1.4rem;
  line-height: 1.25; }
  @media screen and (min-width: 960px) {
    .c-contact-wrap form {
      font-size: 1.6rem; } }
  .c-contact-wrap form a {
    color: #00489a;
    text-decoration: underline; }
    .c-contact-wrap form a:hover {
      text-decoration: none; }
  .c-contact-wrap form > p {
    margin-top: 10px;
    margin-bottom: 10px; }
    @media screen and (min-width: 960px) {
      .c-contact-wrap form > p {
        margin-top: 20px;
        margin-bottom: 20px; } }
    .c-contact-wrap form > p > span {
      display: inline-block;
      width: 100%; }
  .c-contact-wrap form > .row {
    display: flex;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px; }
    .c-contact-wrap form > .row.privacy-policy-wrap {
      margin: 20px 0; }
      .c-contact-wrap form > .row.privacy-policy-wrap > span {
        width: auto; }
    .c-contact-wrap form > .row > span {
      margin: 0 10px;
      width: 100%; }
    .c-contact-wrap form > .row .privacy-policy {
      margin-right: -10px;
      width: auto; }
.c-contact-wrap ::placeholder {
  text-align: center; }
  @media screen and (min-width: 960px) {
    .c-contact-wrap ::placeholder {
      text-align: left; } }
.c-contact-wrap input:not([type="radio"]):not([type="checkbox"]),
.c-contact-wrap textarea {
  background: #fff;
  color: #000;
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0.678em 0.5em;
  width: 100%; }
  @media screen and (min-width: 960px) {
    .c-contact-wrap input:not([type="radio"]):not([type="checkbox"]),
    .c-contact-wrap textarea {
      font-size: 1.8rem;
      padding: 0.9em; } }
.c-contact-wrap input[type="checkbox"] {
  cursor: pointer;
  margin: 0;
  width: 20px; }
.c-contact-wrap input[type="submit"]:not([type="radio"]):not([type="checkbox"]) {
  background: #00489a;
  color: #fff;
  cursor: pointer;
  max-width: 400px;
  margin: 0 auto;
  transition: all 0.2s; }
  .c-contact-wrap input[type="submit"]:not([type="radio"]):not([type="checkbox"]):hover {
    background: #0054b4; }
.c-contact-wrap textarea {
  height: 90px; }
  @media screen and (min-width: 960px) {
    .c-contact-wrap textarea {
      height: 120px; } }
.c-contact-wrap span.wpcf7-list-item {
  margin-left: 0; }
.c-contact-wrap .required {
  display: block;
  position: relative; }
  .c-contact-wrap .required::after {
    align-items: center;
    content: '★';
    color: #00489a;
    display: flex;
    font-size: 1.4rem;
    height: 40px;
    right: 0.5em;
    position: absolute;
    top: 0; }
    @media screen and (min-width: 960px) {
      .c-contact-wrap .required::after {
        font-size: 2.4rem;
        height: 60px;
        right: 1em; } }
  .c-contact-wrap .required.textarea::after {
    top: 38px; }
    @media screen and (min-width: 960px) {
      .c-contact-wrap .required.textarea::after {
        top: 45px; } }

.c-interview-box {
  align-items: center;
  display: flex;
  flex-direction: column; }

.c-interview-box__body {
  margin: 35px -12px 0;
  max-width: 960px; }
  @media screen and (min-width: 360px) {
    .c-interview-box__body {
      display: flex;
      flex-wrap: wrap; } }
  @media screen and (min-width: 960px) {
    .c-interview-box__body {
      max-width: 1450px;
      width: 100%; } }
  .c-interview-box__body li {
    margin: 0 auto 40px;
    box-sizing: border-box;
    max-width: 240px;
    padding: 0 12px; }
    @media screen and (min-width: 360px) {
      .c-interview-box__body li {
        width: 50%; } }
    @media (min-width: 960px) {
      .c-interview-box__body li {
        margin: 0 auto 80px;
        min-width: 280px;
        width: 25%; } }
    .c-interview-box__body li .circle {
      border-radius: 50%;
      color: #fff;
      display: block;
      font-size: 1.35rem;
      letter-spacing: 0.05em;
      margin-bottom: 1.63em;
      overflow: hidden;
      position: relative;
      z-index: 0; }
      @media screen and (min-width: 960px) {
        .c-interview-box__body li .circle {
          font-size: 2rem;
          width: 100%; } }
      .c-interview-box__body li .circle:hover::after {
        background: rgba(1, 38, 78, 0.75); }
      .c-interview-box__body li .circle::after {
        background: rgba(1, 38, 78, 0.5);
        bottom: 0;
        content: '';
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: all 0.3s;
        z-index: 5; }
      .c-interview-box__body li .circle img {
        vertical-align: top; }
      .c-interview-box__body li .circle .circle-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 10; }
        .c-interview-box__body li .circle .circle-text .division {
          margin-bottom: 12px; }
        .c-interview-box__body li .circle .circle-text .name {
          font-weight: bold;
          line-height: 13.5px;
          margin-bottom: 0.9em; }
          .c-interview-box__body li .circle .circle-text .name .alphabet {
            display: block;
            font-size: 0.94rem; }
        .c-interview-box__body li .circle .circle-text .see_more {
          background: rgba(255, 255, 255, 0.5);
          border-radius: 1.5em;
          color: #01264e;
          font-size: 1.05rem;
          font-weight: bold;
          margin: 0 auto;
          padding: 0.8em 2em;
          text-transform: uppercase; }
        @media screen and (min-width: 960px) {
          .c-interview-box__body li .circle .circle-text .division {
            margin-bottom: 20px; }
          .c-interview-box__body li .circle .circle-text .name {
            line-height: 1.1; }
            .c-interview-box__body li .circle .circle-text .name .alphabet {
              font-size: 1.4rem; }
          .c-interview-box__body li .circle .circle-text .see_more {
            font-size: 1.6rem;
            padding: 0.8em 1.8em; } }
    .c-interview-box__body li .description {
      font-size: 1.3rem;
      letter-spacing: 0.05em;
      line-height: 1.1; }
      @media screen and (min-width: 960px) {
        .c-interview-box__body li .description {
          font-size: 1.6rem;
          text-align: center;
          line-height: 1.25; } }

@media screen and (min-width: 960px) {
  .c-latest-info {
    margin: 0 auto;
    max-width: 1540px; } }

@media (min-width: 560px) {
  .c-latest-info__body {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 50px; } }
.c-latest-info__body li {
  margin: 0 0 24px; }
  @media (min-width: 560px) {
    .c-latest-info__body li {
      padding: 0 20px;
      max-width: 680px;
      width: 50%; }
      .c-latest-info__body li:nth-of-type(2n) {
        margin-top: 80px; } }
  .c-latest-info__body li .thumbnail img {
    width: 100%; }
  .c-latest-info__body li .news_box {
    background: #fff;
    border: solid 0.5px rgba(137, 137, 137, 0.7);
    margin: 0 auto;
    padding: 30px 10px 10px;
    position: relative;
    top: -20px;
    width: 85%; }
    @media screen and (min-width: 960px) {
      .c-latest-info__body li .news_box {
        padding: 30px 40px 40px;
        top: -40px;
        width: 87.5%; } }
    .c-latest-info__body li .news_box .cat_box {
      position: absolute;
      right: 10px;
      top: 10px; }
      @media screen and (min-width: 960px) {
        .c-latest-info__body li .news_box .cat_box {
          right: 20px; } }
      .c-latest-info__body li .news_box .cat_box a {
        background: rgba(1, 38, 78, 0.5);
        border-radius: 10px;
        color: #fff;
        display: block;
        font-size: 1.2rem;
        font-weight: bold;
        letter-spacing: 0.05em;
        line-height: 1.67;
        text-align: center;
        text-transform: uppercase;
        min-width: 120px;
        transition: background 0.2s; }
        @media screen and (min-width: 960px) {
          .c-latest-info__body li .news_box .cat_box a {
            border-radius: 20px;
            font-size: 1.6rem;
            min-width: 150px; } }
        .c-latest-info__body li .news_box .cat_box a:hover {
          background: rgba(1, 38, 78, 0.7); }
    .c-latest-info__body li .news_box .date {
      color: #fcb202;
      font-size: 1.2rem;
      font-weight: bold;
      line-height: 1.25;
      margin-bottom: 0.25em; }
      @media screen and (min-width: 960px) {
        .c-latest-info__body li .news_box .date {
          font-size: 1.4rem; } }
    .c-latest-info__body li .news_box .txt {
      display: -webkit-box;
      font-size: 1.4rem;
      line-height: 1.4;
      letter-spacing: 0.05em;
      margin-bottom: 1em;
      overflow: hidden;
      word-wrap: break-word;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3; }
      @media screen and (min-width: 960px) {
        .c-latest-info__body li .news_box .txt {
          font-size: 1.6rem;
          line-height: 1.25; } }
    .c-latest-info__body li .news_box .btn_blue {
      overflow: hidden;
      position: relative;
      transition: color 0.2s linear, background-color 0.2s linear;
      background: #01264e;
      border: 1px solid #01264e;
      color: #fff;
      display: block;
      font-size: 1.6rem;
      padding: 0.68em 0.2em;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      margin-top: 0.2em; }
      .c-latest-info__body li .news_box .btn_blue::before, .c-latest-info__body li .news_box .btn_blue::after {
        background-color: transparent;
        bottom: -1px;
        content: "";
        display: block;
        opacity: 1;
        position: absolute;
        top: -1px;
        transform: skewX(45deg);
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        width: 100%; }
      .c-latest-info__body li .news_box .btn_blue::before {
        left: 0;
        transform-origin: left bottom; }
      .c-latest-info__body li .news_box .btn_blue::after {
        right: 0;
        transform-origin: right top; }
      .c-latest-info__body li .news_box .btn_blue:hover {
        color: #01264e;
        background: #fff; }
        .c-latest-info__body li .news_box .btn_blue:hover::before, .c-latest-info__body li .news_box .btn_blue:hover::after {
          background-color: #01264e;
          transform: skewX(45deg) scaleX(0);
          opacity: 0; }
      @media screen and (min-width: 960px) {
        .c-latest-info__body li .news_box .btn_blue {
          width: 200px;
          margin: 0.94em auto 0; } }

@media screen and (min-width: 960px) {
  .c-partner {
    text-align: center; } }

.c-partner__list {
  margin: auto; }
  @media screen and (min-width: 960px) {
    .c-partner__list {
      width: 70vw; } }

.anime-slideInRtL {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1); }
  .anime-slideInRtL.entered {
    opacity: 1;
    transform: none; }

.anime-slideInLtR {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1); }
  .anime-slideInLtR.entered {
    opacity: 1;
    transform: none; }

.anime-slideInBtT {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.3s, transform 1.25s cubic-bezier(0.16, 1, 0.3, 1); }
  .anime-slideInBtT.entered {
    opacity: 1;
    transform: none; }

.anime-title {
  opacity: 0; }
  .anime-title .letter {
    display: inline-block;
    opacity: 0; }

.anime-list > li {
  opacity: 0; }

.anime-zoom-out-bg {
  overflow: hidden;
  position: relative; }
  .anime-zoom-out-bg.entered::before {
    transform: none; }
  .anime-zoom-out-bg::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    transform: scale(1.5);
    transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1);
    top: 0;
    z-index: 0; }

.anime-revealTextLtR {
  background: linear-gradient(to right, currentColor 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: 100% center;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 0.75s cubic-bezier(0.5, 0, 0.75, 0); }
  .anime-revealTextLtR.entered {
    background-position: 0 center; }

.flash {
  animation: flash 2s linear infinite; }

@keyframes flash {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.footer-inner {
  background: #011429;
  padding: 40px 25px;
  margin-top: 40px; }
  @media screen and (min-width: 960px) {
    .footer-inner {
      padding: 110px 4vw 120px; }
      .footer-inner .c-inner {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between; }
      .footer-inner .c-contact-wrap {
        max-width: 600px; } }

.footer-inner__link {
  color: #fff;
  margin-top: 30px; }
  @media screen and (min-width: 960px) {
    .footer-inner__link {
      margin-top: 0;
      width: 50%; }
      .footer-inner__link .logo {
        margin-top: -20px; } }

@media screen and (min-width: 960px) {
  .footer-inner__link__l_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 800px;
    padding-right: 20px;
    width: 100%; } }
.footer-inner__link__l_box > li {
  border-bottom: solid 1px #00489a;
  font-size: 1.4rem;
  line-height: 1.33;
  letter-spacing: -0.05em;
  position: relative;
  text-transform: uppercase; }
  @media screen and (min-width: 960px) {
    .footer-inner__link__l_box > li {
      border: none;
      font-size: 2.4rem;
      padding-right: 20px;
      width: 50%; } }
  @media screen and (min-width: 1440px) {
    .footer-inner__link__l_box > li {
      width: auto; } }
  @media screen and (min-width: 960px) {
    .footer-inner__link__l_box > li.home {
      display: none; } }
  .footer-inner__link__l_box > li a {
    display: block; }
    .footer-inner__link__l_box > li a:hover {
      opacity: 0.6; }
  .footer-inner__link__l_box > li > a {
    align-items: center;
    padding: 0.7em 0;
    position: relative; }
    @media screen and (min-width: 960px) {
      .footer-inner__link__l_box > li > a {
        margin-top: 20px; } }
  .footer-inner__link__l_box > li > .menu-toggle {
    align-items: center;
    background: none;
    border: 0;
    color: transparent;
    cursor: pointer;
    display: flex;
    font-size: 0;
    justify-content: center;
    height: 3.724rem;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 27px; }
    @media screen and (min-width: 960px) {
      .footer-inner__link__l_box > li > .menu-toggle {
        display: none; } }
    .footer-inner__link__l_box > li > .menu-toggle.active::before {
      transform: rotate(135deg); }
    .footer-inner__link__l_box > li > .menu-toggle.active::after {
      transform: rotate(225deg); }
    .footer-inner__link__l_box > li > .menu-toggle::before, .footer-inner__link__l_box > li > .menu-toggle::after {
      background: #fff;
      content: "";
      height: 1px;
      left: 10px;
      margin-right: 10px;
      position: absolute;
      transition: transform 0.3s;
      top: 50%;
      width: 7px; }
    .footer-inner__link__l_box > li > .menu-toggle::after {
      transform: rotate(90deg); }
  .footer-inner__link__l_box > li .sub-menu {
    display: none;
    font-size: 1.3rem;
    margin-bottom: 0.8em; }
    .footer-inner__link__l_box > li .sub-menu li a {
      padding: 0.5em 0 0.5em 1em; }
    @media screen and (min-width: 960px) {
      .footer-inner__link__l_box > li .sub-menu {
        display: block !important;
        font-size: 1.6rem; }
        .footer-inner__link__l_box > li .sub-menu li a {
          padding: 0.4em 0; } }

.footer .c-contact-wrap {
  color: #fff; }
  .footer .c-contact-wrap a {
    color: #fdf401; }
.footer .c-title1 {
  font-size: 1.5rem;
  margin-bottom: 1.3em; }
.footer .copyright {
  font-size: 1.5rem;
  margin: 0 auto;
  max-width: 1600px;
  padding: 10px 25px; }
@media screen and (min-width: 960px) {
  .footer .c-title1 {
    font-size: 3rem;
    margin: 0 0 50px; }
  .footer .copyright {
    font-size: 1.6rem;
    padding: 40px 25px; } }

.header {
  background: rgba(1, 20, 41, 0.7);
  margin-top: -51px;
  /* padding: 10px 12px; 2024.02.06*/
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  }
  @media screen and (min-width: 960px) {
    .header {
      /* padding: 21px 0 18px; 2024.02.06*/
      margin-top: -110px; /*-100px 2024.02.06*/
      } }

.header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: relative; }
  .header__inner .logo img {
    height: 30px; }
  @media screen and (min-width: 960px) {
    .header__inner {
      max-width: calc(1600px + 8vw); }
      .header__inner .logo {
        display: none; } }

.g_navi {
  background: rgba(1, 20, 41, 0.95);
  height: calc(100vh - 20px);
  opacity: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  transform: scale(0.9);
  transition: all 0.2s, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  visibility: hidden;
  width: 100%;
  z-index: 999; }
  .g_navi.active {
    opacity: 1;
    transform: none;
    visibility: visible; }
  @media screen and (min-width: 960px) {
    .g_navi {
      background: none;
      display: flex;
      justify-content: space-between;
      height: auto;
      min-height: unset;
      opacity: 1;
      padding: 0 4vw;
      position: relative;
      transform: none;
      visibility: visible;
      } }

.g_navi__head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .g_navi__head .logo img {
    height: 30px; }
    @media screen and (min-width: 960px) {
      .g_navi__head .logo img {
        height: auto; } }
  .g_navi__head .close-btn {
    background: none;
    border: 0;
    color: #fff;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    padding: 25px 0 0;
    position: relative; }
    .g_navi__head .close-btn::before, .g_navi__head .close-btn::after {
      background: #fff;
      content: '';
      height: 3px;
      left: 50%;
      margin-left: -15px;
      position: absolute;
      top: 10px;
      width: 30px; }
    .g_navi__head .close-btn::before {
      transform: rotate(45deg); }
    .g_navi__head .close-btn::after {
      transform: rotate(135deg); }
  @media screen and (min-width: 960px) {
    .g_navi__head {
      width: unset; }
      .g_navi__head .logo {
        display: inline-block;
        max-width: 100%; }
        .g_navi__head .logo img {
          width: 100%; }
      .g_navi__head .close-btn {
        display: none; } }

.g_navi__l_box {
  color: #fff;
  font-size: 1.4rem;
  margin: 2em 0 0;
  text-transform: uppercase; }
  @media screen and (min-width: 960px) {
    .g_navi__l_box {
      display: flex;
      font-size: 2rem;
      margin: 0 0 0 50px;
      max-width: 820px;
      justify-content: space-between;
      min-width: 670px;
      width: 100%;
      /* flex-wrap: wrap; */
      align-items: center;
      } }
  .g_navi__l_box li a {
    border-bottom: solid 1px #00489a;
    display: block;
    padding: 0.7em 0.7em 0.7em 0;
    position: relative; }
.g_navi__l_box li:last-child a {
	padding: 0.7em 0 0.7em 0;}/*2024.02.06追記*/
    .g_navi__l_box li a::before {
      background: #fff;
      bottom: 10px;
      content: '';
      height: 1px;
      position: absolute;
      right: 0;
      width: 15px; }
    .g_navi__l_box li a::after {
      background: #fff;
      bottom: 12px;
      content: '';
      height: 1px;
      position: absolute;
      right: 0;
      transform: rotate(30deg);
      width: 7px; }
     .g_navi__l_box li:last-child a::before, .g_navi__l_box li:last-child a::after {
			background: none;}/*2024.02.06追加*/
		
    @media screen and (min-width: 960px) {
      .g_navi__l_box li a {
        border: none;
        font-family: "Jomolhari", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        padding: 1em 10px;
        }
        .g_navi__l_box li a::before {
          content: none; }
        .g_navi__l_box li a::after {
          background: #2980b9;
          bottom: 8px;
          height: 3px;
          left: 10px;
          transform: scale(0, 1);
          transform-origin: left;
          transition: all 0.3s;
          right: 10px;
          width: auto; }
        .g_navi__l_box li a:hover::after {
          transform: scale(1); } 
		img.bnr {height: 415px;border: 1px solid #ccc;}
		.g_navi__l_box li:last-child a::after {
			background: none;}

}


  .g_navi__l_box li.contact-btn {
    margin-top: 1.4em;
    text-align: center; }
    .g_navi__l_box li.contact-btn a {
      border: solid 0.5px #fff;
      font-size: 1rem;
      font-weight: bold;
      letter-spacing: 0.1em;
      padding: 1.25em; }
      .g_navi__l_box li.contact-btn a::before, .g_navi__l_box li.contact-btn a::after {
        content: none; }
    @media screen and (min-width: 960px) {
      .g_navi__l_box li.contact-btn {
        margin-top: inherit;
        text-align: inherit; }
        .g_navi__l_box li.contact-btn a {
          border: inherit;
          font-family: "Jomolhari", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
          font-size: inherit;
          font-weight: inherit;
          letter-spacing: inherit;
          padding: 1em 10px; }
          .g_navi__l_box li.contact-btn a::after {
            content: ""; } }

.menu-btn {
  z-index: 90; }
  @media screen and (min-width: 960px) {
    .menu-btn {
      display: none; } }

#menu {
  background-color: transparent;
  background-image: linear-gradient(to right, #fff, #fff);
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 6px;
  border: 0;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  height: 30px;
  padding: 0;
  position: relative;
  transition: transform 0.2s;
  width: 37.5px; }
  #menu::before, #menu::after {
    background: #fff;
    content: '';
    display: block;
    height: 6px;
    position: absolute;
    width: 100%; }
  #menu::before {
    top: 0; }
  #menu::after {
    bottom: 0; }
  #menu.open {
    transform: rotate(360deg);
    background: none; }
  #menu.open::before {
    top: auto;
    transform: rotate(-45deg); }
  #menu.open::after {
    bottom: auto;
    transform: rotate(45deg); }

.bnr_float {
  color: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 70px;
  z-index: 90; }
  .bnr_float li {
    margin-bottom: 1.1em; }
    .bnr_float li a {
      overflow: hidden;
      position: relative;
      transition: color 0.2s linear, background-color 0.2s linear;
      background: rgba(1, 38, 78, 0.7);
      border: solid 1px #fff;
      border-right: 0;
      display: inline-block;
      font-size: 0.9rem;
      height: 60px;
      padding: 1em 0.5em;
      text-align: center;
      width: 20px;
      writing-mode: vertical-lr; }
      .bnr_float li a::before, .bnr_float li a::after {
        background-color: transparent;
        bottom: -1px;
        content: "";
        display: block;
        opacity: 1;
        position: absolute;
        top: -1px;
        transform: skewX(45deg);
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        width: 100%; }
      .bnr_float li a::before {
        left: 0;
        transform-origin: left bottom; }
      .bnr_float li a::after {
        right: 0;
        transform-origin: right top; }
      .bnr_float li a:hover {
        color: #01264e;
        background: #fff; }
        .bnr_float li a:hover::before, .bnr_float li a:hover::after {
          background-color: #01264e;
          transform: skewX(45deg) scaleX(0);
          opacity: 0; }
      .bnr_float li a:hover {
        border-color: #01264e; }
  @media screen and (min-width: 960px) {
    .bnr_float {
      top: 140px; }
      .bnr_float li a {
        font-size: 1.8rem;
        height: 120px;
        width: 40px; } }

.p-blog {
  margin: 40px 12px 80px; }
  .p-blog .txt_box {
    font-size: 1.8rem;
    line-height: 1.4; }
  @media screen and (min-width: 960px) {
    .p-blog {
      margin: 80px auto 160px;
      width: 80%; }
      .p-blog .txt_box {
        line-height: 2; } }

.p-blog-mv .c-page-mv__inner::before {
  background-image: url("../images/blog/mv.jpg"); }

.p-latest-info__title {
  border-left: solid 3px #00489a;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 2px;
  padding-left: 0.2em; }
  @media screen and (min-width: 960px) {
    .p-latest-info__title {
      border-left: solid 6px #00489a;
      font-size: 5rem;
      line-height: 1.2;
      padding-left: 0.12em;
      max-width: 60%;
      margin-bottom: 40px; } }

.p-latest-info-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 18px;
  max-width: 560px; }
  @media screen and (min-width: 960px) {
    .p-latest-info-head {
      margin: 0 auto 130px;
      max-width: 1440px; } }

.p-latest-info-head__btn {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem; }
  .p-latest-info-head__btn li {
    display: block;
    margin: 0 0 0.2em 0.86em;
    width: 100px; }
    .p-latest-info-head__btn li a {
      overflow: hidden;
      position: relative;
      transition: color 0.2s linear, background-color 0.2s linear;
      background: #01264e;
      border: 1px solid #01264e;
      box-sizing: border-box;
      display: block;
      text-align: center;
      height: 30px;
      line-height: 2.14;
      padding: 0 5px; }
      .p-latest-info-head__btn li a::before, .p-latest-info-head__btn li a::after {
        background-color: transparent;
        bottom: -1px;
        content: "";
        display: block;
        opacity: 1;
        position: absolute;
        top: -1px;
        transform: skewX(45deg);
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        width: 100%; }
      .p-latest-info-head__btn li a::before {
        left: 0;
        transform-origin: left bottom; }
      .p-latest-info-head__btn li a::after {
        right: 0;
        transform-origin: right top; }
      .p-latest-info-head__btn li a:hover {
        color: #01264e;
        background: #fff; }
        .p-latest-info-head__btn li a:hover::before, .p-latest-info-head__btn li a:hover::after {
          background-color: #01264e;
          transform: skewX(45deg) scaleX(0);
          opacity: 0; }
  @media screen and (min-width: 960px) {
    .p-latest-info-head__btn {
      font-size: 2rem; }
      .p-latest-info-head__btn li {
        margin: 0 0 0.2em 2em;
        width: 200px; }
        .p-latest-info-head__btn li a {
          height: 60px;
          line-height: 3; } }

.pagination ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 1.8rem; }
  .pagination ul li {
    padding: 0 20px 10px; }
    .pagination ul li a:hover {
      text-decoration: underline; }
@media screen and (min-width: 960px) {
  .pagination .pagination ul {
    flex-direction: row; }
    .pagination .pagination ul li {
      text-align: left; } }
.pagination .nav-links {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  margin: -0.2em; }
  .pagination .nav-links a {
    overflow: hidden;
    position: relative;
    transition: color 0.2s linear, background-color 0.2s linear; }
    .pagination .nav-links a::before, .pagination .nav-links a::after {
      background-color: transparent;
      bottom: -1px;
      content: "";
      display: block;
      opacity: 1;
      position: absolute;
      top: -1px;
      transform: skewX(45deg);
      transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      width: 100%; }
    .pagination .nav-links a::before {
      left: 0;
      transform-origin: left bottom; }
    .pagination .nav-links a::after {
      right: 0;
      transform-origin: right top; }
    .pagination .nav-links a:hover {
      color: #fff;
      background: rgba(137, 137, 137, 0.7); }
      .pagination .nav-links a:hover::before, .pagination .nav-links a:hover::after {
        background-color: #fff;
        transform: skewX(45deg) scaleX(0);
        opacity: 0; }
  .pagination .nav-links .page-numbers {
    background: #fff;
    border: solid 0.5px rgba(137, 137, 137, 0.7);
    margin: 0 0.2em;
    padding: 0.7em 0.1em;
    min-width: 40px; }
    .pagination .nav-links .page-numbers.next {
      padding: 0.7em 2em; }
  .pagination .nav-links span.page-numbers {
    border-color: transparent;
    padding-left: 0;
    padding-right: 0;
    min-width: auto; }
  @media screen and (min-width: 960px) {
    .pagination .nav-links {
      margin: 0 -0.5em; }
      .pagination .nav-links .page-numbers {
        margin: 0 0.5em; } }

.p-business {
  padding: 0 12px;
  margin: 0 auto;
  max-width: 1680px; }
  @media screen and (min-width: 960px) {
    .p-business {
      padding: 0 60px; } }

.p-business-mv .c-page-mv__inner::before {
  background-image: url("../images/business/mv.jpg"); }

.p-business-p_navi {
  padding: 22px 0 60px; }
  .p-business-p_navi .c-title1 {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 2rem; }
  @media screen and (min-width: 960px) {
    .p-business-p_navi {
      padding: 30px 0 240px; }
      .p-business-p_navi .c-title1 {
        font-size: 5rem; } }

.p-business-p_navi__text {
  color: #4c4c4c;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 18px;
  text-align: center; }
  .p-business-p_navi__text .japanese {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.4rem; }
    .p-business-p_navi__text .japanese .underline {
      color: #00489a;
      position: relative; }
      .p-business-p_navi__text .japanese .underline::after {
        background: #00489a;
        bottom: -0.15em;
        content: '';
        height: 1px;
        left: 0;
        position: absolute;
        width: 45px; }
  .p-business-p_navi__text .en .underline {
    color: #00489a;
    position: relative; }
    .p-business-p_navi__text .en .underline::after {
      background: #00489a;
      bottom: 0.15em;
      content: '';
      height: 1px;
      left: 0;
      position: absolute;
      width: 45px; }
  @media screen and (min-width: 960px) {
    .p-business-p_navi__text {
      font-size: 4rem;
      margin-bottom: 80px; }
      .p-business-p_navi__text .japanese {
        font-size: 3rem; }
        .p-business-p_navi__text .japanese .underline::after {
          width: 95px; }
      .p-business-p_navi__text .en .underline::after {
        width: 115px; } }

.p-business-bg_title {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 156px;
  justify-content: center;
  letter-spacing: 0.05em;
  margin: 0 -12px 35px;
  position: relative;
  text-align: center;
  z-index: 0; }
  @media screen and (min-width: 960px) {
    .p-business-bg_title {
      align-items: stretch;
      flex-direction: row;
      height: 400px;
      margin: 0 -60px 80px; } }
  @media screen and (min-width: 1680px) {
    .p-business-bg_title {
      margin-left: calc(780px - 50vw);
      margin-right: calc(780px - 50vw); } }
  .p-business-bg_title::after,
  .p-business-bg_title .bg-title::after {
    background: rgba(1, 20, 41, 0.8);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 1; }
  .p-business-bg_title::after {
    content: ''; }
    @media screen and (min-width: 960px) {
      .p-business-bg_title::after {
        content: none; } }
  .p-business-bg_title .bg-title {
    line-height: 1.5;
    position: relative;
    width: 100%;
    z-index: 9; }
    @media screen and (min-width: 960px) {
      .p-business-bg_title .bg-title {
        align-items: center;
        flex: 0 0 50%;
        display: flex;
        justify-content: center; }
        .p-business-bg_title .bg-title::after {
          content: ""; } }
    .p-business-bg_title .bg-title h4 {
      font-family: "Jomolhari", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-size: 2rem;
      font-weight: 500;
      position: relative;
      z-index: 2; }
      @media screen and (min-width: 960px) {
        .p-business-bg_title .bg-title h4 {
          font-size: 4rem; } }
  .p-business-bg_title .ja-title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    z-index: 9; }
    @media screen and (min-width: 960px) {
      .p-business-bg_title .ja-title {
        align-items: center;
        color: #4d6783;
        display: flex;
        flex: 0 0 50%;
        font-size: 4rem;
        justify-content: center;
        padding: 0; } }

.p-business__notes {
  line-height: 1.3;
  margin-bottom: 50px;
  text-align: center; }
  .p-business__notes h5 {
    display: inline-block;
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 1.3em; }
  .p-business__notes .textarea {
    display: inline-block;
    text-align: left;
    font-size: 1.4rem;
    font-weight: light; }
  @media screen and (min-width: 960px) {
    .p-business__notes {
      line-height: 1.8;
      margin-bottom: 0;
      text-align: left;
      width: 50%; }
      .p-business__notes h5 {
        display: block;
        font-size: 2.4rem;
        margin-bottom: 1.5em; }
      .p-business__notes .textarea {
        font-size: 1.8rem;
        line-height: 1.8; } }

.p-business-solution {
  padding: 0 0 45px 0; }
  @media screen and (min-width: 960px) {
    .p-business-solution {
      padding: 0 0 234px 0; } }
  .p-business-solution .p-business-bg_title::before {
    background-image: url("../images/business/solution.jpg"); }
    @media screen and (min-width: 960px) {
      .p-business-solution .p-business-bg_title::before {
        content: none; } }
  @media screen and (min-width: 960px) {
    .p-business-solution .p-business-bg_title .bg-title::before {
      background-image: url("../images/business/solution.jpg"); } }

.p-business-solution__support {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  padding: 8px 0 50px;
  position: relative; }
  @media screen and (min-width: 960px) {
    .p-business-solution__support {
      padding: 0 0 80px; } }

.p-business-solution__support__list {
  color: #01264e;
  font-size: 1.4rem;
  font-weight: bold;
  min-width: calc(50% - 10px); }
  @media screen and (min-width: 960px) {
    .p-business-solution__support__list {
      min-width: 50%; } }
  .p-business-solution__support__list.entered li::before, .p-business-solution__support__list.entered li::after {
    right: 0; }
  .p-business-solution__support__list li {
    margin-bottom: 30px;
    position: relative; }
    .p-business-solution__support__list li::before, .p-business-solution__support__list li::after {
      background: #01264e;
      bottom: -4px;
      content: "";
      height: 1px;
      position: absolute;
      right: calc(100% - 12px);
      transition: right 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .p-business-solution__support__list li::before {
      left: 0; }
    .p-business-solution__support__list li::after {
      transform: rotate(30deg);
      transform-origin: right bottom;
      width: 6px; }
    .p-business-solution__support__list li:last-of-type {
      margin-bottom: 6px; }
  @media screen and (min-width: 960px) {
    .p-business-solution__support__list {
      font-size: 2rem; }
      .p-business-solution__support__list li {
        margin-bottom: 60px; }
        .p-business-solution__support__list li::before, .p-business-solution__support__list li::after {
          bottom: -10px;
          height: 1px; }
        .p-business-solution__support__list li::after {
          width: 12px; }
        .p-business-solution__support__list li:last-of-type {
          margin-bottom: 12px; } }

.p-business-solution__support__box {
  color: #fff;
  background: #01264e;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 1.7em 0;
  position: relative;
  text-align: center;
  width: 50%; }
  .p-business-solution__support__box.entered::after {
    opacity: 1;
    transform: none; }
  @media screen and (min-width: 960px) {
    .p-business-solution__support__box {
      font-size: 3rem;
      margin: 0 0 0 70px;
      padding: 2.1em 0.5em; } }
  .p-business-solution__support__box::after {
    border-left: solid 12.5px transparent;
    border-right: solid 12.5px transparent;
    border-top: solid 10px #8092a6;
    bottom: -15px;
    left: 0;
    content: '';
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: translateY(-20px);
    transition: opacity 0.5s 0.5s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    width: 0; }
    @media screen and (min-width: 960px) {
      .p-business-solution__support__box::after {
        border-left: solid 25px transparent;
        border-right: solid 25px transparent;
        border-top: solid 24px #8092a6;
        bottom: -34px; } }

@media screen and (min-width: 960px) {
  .p-business-solution__content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between; } }

.p-business-solution__content__graph {
  padding: 0 0 38px 0;
  position: relative; }
  @media screen and (min-width: 960px) {
    .p-business-solution__content__graph {
      padding: 0;
      min-width: 400px;
      width: calc(50% - 70px); }
      .p-business-solution__content__graph img {
        width: 100%; } }
  .p-business-solution__content__graph figcaption {
    color: #01264e;
    font-size: 1.5rem;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%; }
    @media screen and (min-width: 320px) {
      .p-business-solution__content__graph figcaption {
        font-size: calc(2.344vw + 7.5px); } }
    @media screen and (min-width: 960px) {
      .p-business-solution__content__graph figcaption {
        font-size: calc(1.667vw + 2px); } }
    @media screen and (min-width: 1680px) {
      .p-business-solution__content__graph figcaption {
        font-size: 3rem; } }
  .p-business-solution__content__graph .graph {
    width: 100%;
    height: auto; }
    .p-business-solution__content__graph .graph > path {
      transform: scaleY(0);
      transform-origin: center bottom; }

.p-business-broadband {
  padding: 0 0 70px 0; }
  .p-business-broadband .p-business-bg_title::before {
    background-image: url("../images/business/broadband.jpg"); }
    @media screen and (min-width: 960px) {
      .p-business-broadband .p-business-bg_title::before {
        content: none; } }
  @media screen and (min-width: 960px) {
    .p-business-broadband .p-business-bg_title .bg-title::before {
      background-image: url("../images/business/broadband.jpg"); } }
  .p-business-broadband .p-business__notes h5 {
    padding-top: 10px; }
  @media screen and (min-width: 960px) {
    .p-business-broadband {
      padding: 0 0 180px 0; }
      .p-business-broadband .p-business__notes {
        margin-bottom: 80px;
        text-align: center;
        width: 100%; }
        .p-business-broadband .p-business__notes h5 {
          text-align: center; } }

.p-business-service {
  margin: -5px -10px;
  align-items: center;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 960px) {
    .p-business-service {
      margin: -10px -20px; } }

.p-business-service__boxes {
  width: 100%; }
  @media (min-width: 560px) {
    .p-business-service__boxes {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; } }
  .p-business-service__boxes li {
    box-sizing: border-box;
    display: flex;
    padding: 5px 10px; }
    @media (min-width: 560px) {
      .p-business-service__boxes li {
        padding: 10px;
        width: 50%; } }
    @media (min-width: 960px) {
      .p-business-service__boxes li {
        min-width: 380px;
        padding: 20px;
        width: 25%; } }
    .p-business-service__boxes li .icon {
      align-items: center;
      background: #01264e;
      display: flex;
      flex-shrink: 0;
      justify-content: center;
      margin-left: -5px;
      padding: 20px;
      width: 105px; }
      @media screen and (min-width: 960px) {
        .p-business-service__boxes li .icon {
          width: 140px;
          margin-left: -10px; } }
      .p-business-service__boxes li .icon img {
        max-height: 65px; }
        @media screen and (min-width: 960px) {
          .p-business-service__boxes li .icon img {
            max-height: 100px; } }
  .p-business-service__boxes .service_box {
    border: solid 5px #01264e;
    min-height: 105px;
    max-width: 350px;
    padding: 10px;
    width: 100%; }
    @media screen and (min-width: 960px) {
      .p-business-service__boxes .service_box {
        border-width: 10px;
        max-width: 365px;
        min-height: 140px;
        padding: 13px; } }
    .p-business-service__boxes .service_box dt {
      font-size: 1.5rem;
      font-weight: bold;
      letter-spacing: 0em;
      line-height: 1.25;
      margin-bottom: 0.5em; }
      @media screen and (min-width: 960px) {
        .p-business-service__boxes .service_box dt {
          font-size: 2rem; } }
    .p-business-service__boxes .service_box dd {
      display: flex;
      flex-wrap: wrap;
      margin: -5px; }
      .p-business-service__boxes .service_box dd p {
        font-size: 1rem;
        height: 1.5em;
        line-height: 1.5;
        margin: 4px;
        width: 6.5em; }
        @media screen and (min-width: 960px) {
          .p-business-service__boxes .service_box dd p {
            font-size: 1.2rem; } }
      .p-business-service__boxes .service_box dd .label {
        background: #01264e;
        color: #fff;
        font-weight: bold;
        text-align: center; }

.p-business-consulting {
  padding: 0 0 80px 0; }
  @media screen and (min-width: 960px) {
    .p-business-consulting .p-business-bg_title {
      flex-flow: row-reverse; } }
  .p-business-consulting .p-business-bg_title::before {
    background-image: url("../images/business/consulting.jpg"); }
    @media screen and (min-width: 960px) {
      .p-business-consulting .p-business-bg_title::before {
        content: none; } }
  @media screen and (min-width: 960px) {
    .p-business-consulting .p-business-bg_title .bg-title::before {
      background-image: url("../images/business/consulting.jpg"); } }

@media screen and (min-width: 960px) {
  .p-business-consulting__content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 75px;
    max-width: 1600px; }
    .p-business-consulting__content .p-business__notes {
      margin-top: 50px; } }

.p-business-consulting__content__circle {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  justify-content: center;
  letter-spacing: 0.05em;
  padding: 30px 0 40px;
  position: relative; }
  @media screen and (min-width: 960px) {
    .p-business-consulting__content__circle {
      font-size: 2rem;
      margin-top: 10px;
      padding-bottom: 0;
      width: 50%; } }
  .p-business-consulting__content__circle figure {
    max-width: 200px;
    position: relative; }
    @media screen and (min-width: 960px) {
      .p-business-consulting__content__circle figure {
        max-width: none; } }
  .p-business-consulting__content__circle svg {
    width: 100%;
    height: auto; }
    .p-business-consulting__content__circle svg circle {
      animation: breathingCircle 2s cubic-bezier(0.32, 0, 0.67, 0) infinite alternate both; }
  .p-business-consulting__content__circle .center-txt {
    align-items: center;
    bottom: 0;
    color: #01264e;
    display: flex;
    font-weight: bold;
    justify-content: center;
    line-height: 1.5;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0; }
  .p-business-consulting__content__circle .circle_box {
    color: #71859c; }
    .p-business-consulting__content__circle .circle_box li {
      position: absolute;
      white-space: nowrap; }
    .p-business-consulting__content__circle .circle_box .cost {
      top: -10%;
      left: 50%;
      transform: translateX(-50%); }
    .p-business-consulting__content__circle .circle_box .insurance {
      bottom: 6%;
      margin-right: 42.5%;
      right: 50%;
      transform: translateX(50%); }
    .p-business-consulting__content__circle .circle_box .option {
      bottom: 6%;
      left: 50%;
      margin-left: 42.5%;
      transform: translateX(-50%); }

.p-business-partner {
  padding: 0 0 60px 0; }
  @media screen and (min-width: 960px) {
    .p-business-partner {
      padding: 0 0 180px 0; } }

.p-business-recruit {
  padding: 0 0 35px; }
  @media screen and (min-width: 960px) {
    .p-business-recruit {
      padding: 0 0 160px; } }

.p-company-mv .c-page-mv__inner::before {
  background-image: url("../images/company/mv.jpg"); }
.p-company-mv .c-page-mv__inner__title h2 {
  font-size: 2rem; }
  @media screen and (min-width: 960px) {
    .p-company-mv .c-page-mv__inner__title h2 {
      font-size: 4rem; } }

.p-company {
  margin: 0 12px 0; }
  @media screen and (min-width: 960px) {
    .p-company {
      margin: 0 40px 0; } }

.p-company-p_navi__list {
  display: flex;
  justify-content: space-between;
  padding: 26px 0 20px; }
  .p-company-p_navi__list li {
    border-left: solid 5px #01264e;
    transition: all 0.3s;
    width: calc(100% / 3 - 2vw); }
    .p-company-p_navi__list li a {
      background: #01264e;
      border-left: solid 5px #fff;
      color: #fff;
      display: block;
      font-family: "Jomolhari", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-size: 1.8rem;
      letter-spacing: 0.1em;
      padding: 0.7em 0;
      text-align: center;
      width: 100%; }
    .p-company-p_navi__list li:hover {
      border-color: #979201; }
      .p-company-p_navi__list li:hover a {
        background: #979201; }
  @media screen and (min-width: 960px) {
    .p-company-p_navi__list {
      padding: 80px 0; }
      .p-company-p_navi__list li {
        border-left: solid 10px #01264e; }
        .p-company-p_navi__list li a {
          border-left: solid 10px #fff;
          font-size: 4rem;
          padding: 0.6em 0; } }

.p-company-message {
  background: #f1f7fe;
  margin: 0 -12px;
  padding: 20px 12px; }
  @media screen and (min-width: 960px) {
    .p-company-message {
      margin: 0 -4vw;
      padding: 80px 4vw; } }

.p-company-message__tabs {
  display: flex; }
  .p-company-message__tabs a {
    background: #fff;
    border: 0;
    color: inherit;
    display: block;
    font-size: 1rem;
    letter-spacing: -0.05em;
    padding: 0.5em 0;
    text-align: center;
    transition: all 0.1s;
    width: 10em; }
    @media screen and (min-width: 960px) {
      .p-company-message__tabs a {
        font-size: 2rem; } }
    .p-company-message__tabs a:hover {
      background: #fefa8f;
      color: #000;
      font-weight: bold; }
    .p-company-message__tabs a.active {
      background: #01264e;
      color: #fff;
      font-weight: bold; }

.p-company-message__body {
  background: #fff;
  display: none;
  padding: 22px 10px; }
  @media screen and (min-width: 960px) {
    .p-company-message__body {
      padding: 40px 50px; } }
  .p-company-message__body.active {
    display: block; }

.p-company-message__body__box {
  border-bottom: solid 1px #eeeeee;
  padding: 22.5px 0;
  position: relative; }
  @media screen and (min-width: 960px) {
    .p-company-message__body__box {
      border-bottom: none;
      padding: 0 0 20px; } }

#tab_box01 .p-company-message__body__box {
  position: relative; }
  #tab_box01 .p-company-message__body__box::before {
    background: #eeeeee;
    content: '';
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 105px); }
  #tab_box01 .p-company-message__body__box::after {
    background: #01264e;
    content: '';
    height: 306px;
    left: -10px;
    position: absolute;
    top: -23px;
    width: 100px;
    z-index: 0; }
  #tab_box01 .p-company-message__body__box .president-pic {
    padding: 0 0 32px 0;
    position: relative;
    z-index: 10; }
    #tab_box01 .p-company-message__body__box .president-pic img {
      height: 250px;
      object-fit: cover;
      width: 100%; }
    @media screen and (min-width: 960px) {
      #tab_box01 .p-company-message__body__box .president-pic {
        height: 400px;
        width: 364px; } }
  @media screen and (min-width: 960px) {
    #tab_box01 .p-company-message__body__box {
      display: flex;
      justify-content: space-between; }
      #tab_box01 .p-company-message__body__box::before {
        display: none; }
      #tab_box01 .p-company-message__body__box::after {
        height: calc(100% + 80px);
        left: -50px;
        top: -40px;
        width: 200px; }
      #tab_box01 .p-company-message__body__box .president-pic {
        padding: 70px 10px 0 0; }
        #tab_box01 .p-company-message__body__box .president-pic img {
          height: 400px;
          max-width: 360px; } }

.p-company-message__body__box__text {
  font-size: 1.4rem;
  letter-spacing: -0.05em;
  line-height: 1.4; }
  .p-company-message__body__box__text .message {
    margin-bottom: 1.4em; }
    .p-company-message__body__box__text .message p {
      margin-bottom: 1.7em; }
  .p-company-message__body__box__text .ceo {
    text-align: right; }
  @media screen and (min-width: 960px) {
    .p-company-message__body__box__text {
      border-bottom: solid 2px #eeeeee;
      border-top: solid 2px #eeeeee;
      font-size: 1.8rem;
      padding: 4em 0 0.8em;
      width: 72%; } }

#tab_box02 {
  background: #01264e;
  padding: 22px 20px; }
  @media screen and (min-width: 960px) {
    #tab_box02 {
      padding: 40px; } }
  #tab_box02 .p-company-message__body__box {
    border-top: solid 1px #eeeeee; }
    #tab_box02 .p-company-message__body__box .rinen {
      color: #fff;
      font-size: 1.5rem;
      line-height: 1.3;
      padding: 0 1em 1.5em;
      text-align: center; }
      #tab_box02 .p-company-message__body__box .rinen h2 {
        font-size: 2rem;
        font-weight: bold;
        margin: 0 0 0.5em 0; }
      #tab_box02 .p-company-message__body__box .rinen p {
        text-align: left;
        display: inline-block; }
      @media screen and (min-width: 960px) {
        #tab_box02 .p-company-message__body__box .rinen {
          padding: 0 1em 3em; } }
    @media screen and (min-width: 960px) {
      #tab_box02 .p-company-message__body__box {
        border-bottom: solid 2px #eeeeee;
        border-top: solid 2px #eeeeee;
        padding: 40px 0 100px; } }
  #tab_box02 .p-company-message__body__box__list .philosophy {
    background: rgba(255, 255, 255, 0.2); }
    #tab_box02 .p-company-message__body__box__list .philosophy dl {
      max-width: 210px; }
  #tab_box02 .p-company-message__body__box__list .motto {
    background: rgba(255, 255, 255, 0.15); }
    #tab_box02 .p-company-message__body__box__list .motto dl {
      max-width: 220px; }
  #tab_box02 .p-company-message__body__box__list .policy {
    background: rgba(255, 255, 255, 0.1); }
    #tab_box02 .p-company-message__body__box__list .policy dl {
      max-width: 275px; }
  @media screen and (min-width: 960px) {
    #tab_box02 .p-company-message__body__box__list {
      display: flex;
      justify-content: space-between;
      margin: 0 -4px; }
      #tab_box02 .p-company-message__body__box__list .philosophy dl {
        max-width: 280px; }
      #tab_box02 .p-company-message__body__box__list .motto {
        top: 30px; }
        #tab_box02 .p-company-message__body__box__list .motto dl {
          max-width: 350px; }
          #tab_box02 .p-company-message__body__box__list .motto dl dd {
            font-size: 2.2rem; }
      #tab_box02 .p-company-message__body__box__list .policy {
        top: 60px; }
        #tab_box02 .p-company-message__body__box__list .policy dl {
          max-width: 440px; }
          #tab_box02 .p-company-message__body__box__list .policy dl dd {
            font-size: 2.4rem; } }
  #tab_box02 .p-company-message__body__box__list li {
    margin: 0 auto 10px;
    max-width: 380px;
    min-height: 160px;
    padding: 0 1em; }
    #tab_box02 .p-company-message__body__box__list li:last-of-type {
      margin-bottom: 0; }
    #tab_box02 .p-company-message__body__box__list li dl {
      color: #fff;
      letter-spacing: -0.05em;
      margin: 0 auto;
      max-width: 260px;
      text-align: center; }
      #tab_box02 .p-company-message__body__box__list li dl dt {
        font-size: 2rem;
        font-weight: bold;
        margin: 0 0 0.5em 0;
        padding-top: 2em; }
      #tab_box02 .p-company-message__body__box__list li dl dd {
        display: block;
        font-size: 1.5rem;
        line-height: 1.3;
        text-align: left; }
    @media screen and (min-width: 960px) {
      #tab_box02 .p-company-message__body__box__list li {
        margin: 0 4px;
        max-width: unset;
        position: relative;
        width: 100%; }
        #tab_box02 .p-company-message__body__box__list li dl {
          text-align: center;
          max-width: unset;
          min-height: 360px; }
          #tab_box02 .p-company-message__body__box__list li dl dt {
            font-size: 3rem;
            padding-top: 3.8em;
            margin: 0 0 1em 0; }
          #tab_box02 .p-company-message__body__box__list li dl dd {
            font-size: 2rem; } }

.p-company-history {
  padding: 15px 0 35px; }
  @media screen and (min-width: 960px) {
    .p-company-history {
      padding: 105px 0 110px; } }

.p-company-history__subtitle {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center; }
  @media screen and (min-width: 960px) {
    .p-company-history__subtitle {
      font-size: 3rem; } }

.p-company-history__timeline {
  padding: 20px 0;
  text-align: center; }
  @media screen and (min-width: 960px) {
    .p-company-history__timeline {
      padding: 80px 0; } }

.p-company-history__timeline__item {
  position: relative; }
  @media screen and (min-width: 960px) {
    .p-company-history__timeline__item.y_2018 .texts dd {
      margin-bottom: 0; } }
  .p-company-history__timeline__item .year {
    width: 100%; }
    .p-company-history__timeline__item .year p {
      background: #00489a;
      border-radius: 30px;
      color: #fff;
      display: inline-block;
      font-size: 1.6rem;
      font-family: "Roboto", yugothic;
      font-weight: 500;
      height: 50px;
      line-height: 50px;
      letter-spacing: -0.05em;
      width: 50px; }
      @media screen and (min-width: 960px) {
        .p-company-history__timeline__item .year p {
          border-radius: 30px;
          font-size: 2rem;
          height: 60px;
          line-height: 60px;
          width: 60px; } }
  .p-company-history__timeline__item .texts {
    border-right: solid 2px #eeeeee;
    display: inline-block;
    padding: 0 32px 0 0;
    position: relative;
    right: 25%;
    text-align: right;
    width: 50%; }
    @media screen and (min-width: 960px) {
      .p-company-history__timeline__item .texts {
        align-items: baseline;
        border-right: solid 4px #eeeeee;
        display: flex;
        padding: 0 70px 0 0;
        right: -2px;
        flex-direction: row-reverse; } }
    .p-company-history__timeline__item .texts.txt-left {
      border-right: none;
      border-left: solid 2px #eeeeee;
      padding: 0 0 0 32px;
      text-align: left;
      left: 25%; }
      .p-company-history__timeline__item .texts.txt-left dt::after {
        left: -32px;
        right: unset; }
      @media screen and (min-width: 960px) {
        .p-company-history__timeline__item .texts.txt-left {
          border-left: solid 4px #eeeeee;
          flex-direction: initial;
          left: calc(50% - 2px);
          padding: 0 0 0 70px; }
          .p-company-history__timeline__item .texts.txt-left dt {
            text-align: right;
            min-width: 85.2px; }
            .p-company-history__timeline__item .texts.txt-left dt::after {
              left: -70px; }
          .p-company-history__timeline__item .texts.txt-left dd {
            padding: 0.2em 0 0 2em; } }
    .p-company-history__timeline__item .texts dt {
      color: #00489a;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1.88;
      padding: 0.2em 0 0;
      position: relative; }
      .p-company-history__timeline__item .texts dt::after {
        background: #eeeeee;
        content: '';
        height: 2px;
        position: absolute;
        right: -32px;
        top: 18px;
        width: 20px; }
      @media screen and (min-width: 960px) {
        .p-company-history__timeline__item .texts dt {
          font-size: 1.8rem;
          min-width: 76px;
          padding: 0.8em 0 0;
          text-align: left; }
          .p-company-history__timeline__item .texts dt::after {
            height: 4px;
            right: -70px;
            top: 30px;
            width: 40px; } }
    .p-company-history__timeline__item .texts dd {
      display: block;
      font-size: 1.4rem;
      line-height: 1.28;
      margin-bottom: 1.58em; }
      .p-company-history__timeline__item .texts dd .space {
        margin-bottom: 1.58em; }
      @media screen and (min-width: 960px) {
        .p-company-history__timeline__item .texts dd {
          font-size: 1.8rem;
          margin-bottom: 2.2em;
          padding: 0.2em 2em 0 0; } }

.p-company-profile {
  padding: 0 0 65px; }
  @media screen and (min-width: 960px) {
    .p-company-profile {
      padding: 0 0 170px; } }

.p-company-profile__list {
  letter-spacing: -0.05em; }
  .p-company-profile__list dt {
    background: #01264e;
    color: #fff;
    font-size: 1.6rem;
    padding: 0.3em 0 0.3em 5%;
    text-transform: uppercase; }
  .p-company-profile__list dd {
    border: 0.5px solid #eeeeee;
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 0.07em 0 0.36em;
    padding: 0.5em 5%; }
    .p-company-profile__list dd .new-line {
      display: block; }
    .p-company-profile__list dd .order {
      display: block;
      margin-bottom: 1.4em; }
  @media screen and (min-width: 960px) {
    .p-company-profile__list {
      margin: 0 auto;
      max-width: 1000px; }
      .p-company-profile__list li:first-of-type dt .term {
        border-top: solid 2px #eeeeee;
        margin-top: 80px; }
      .p-company-profile__list li:first-of-type dd {
        border-top: solid 1px #434343; }
        .p-company-profile__list li:first-of-type dd .description {
          border-top: solid 2px #eeeeee;
          margin-top: 80px; }
      .p-company-profile__list li:last-of-type dt .term {
        border-bottom: solid 2px #eeeeee;
        margin-bottom: 60px; }
      .p-company-profile__list li:last-of-type dd {
        border-bottom: solid 1px #434343; }
        .p-company-profile__list li:last-of-type dd .description {
          border-bottom: solid 2px #eeeeee;
          margin-bottom: 60px; }
      .p-company-profile__list .list {
        display: flex; }
      .p-company-profile__list dt {
        font-size: 1.8rem;
        margin-right: 1em;
        max-width: 200px;
        padding: 0;
        width: 20%; }
        .p-company-profile__list dt .term {
          border-top: solid 1px #eeeeee;
          padding: 20px 0;
          text-align: center;
          margin: 0 auto;
          width: 80%; }
      .p-company-profile__list dd {
        border-bottom: none;
        border-left: solid 1px #434343;
        border-right: solid 1px #434343;
        border-top: none;
        font-size: 1.8rem;
        width: 78%;
        margin: 0;
        padding: 0; }
        .p-company-profile__list dd .description {
          box-sizing: border-box;
          border-top: solid 1px #eeeeee;
          margin: 0 auto;
          padding: 20px 0 20px 20px;
          width: 95%; } }

.p-company-partner {
  padding: 0 12px 55px; }
  @media screen and (min-width: 960px) {
    .p-company-partner {
      padding: 0 0 280px; }
      .p-company-partner .c-title1 {
        margin-bottom: 90px; } }

.p-company-access {
  padding: 0 12px 55px; }
  @media screen and (min-width: 960px) {
    .p-company-access {
      padding: 0 0 190px; }
      .p-company-access .c-access__map {
        margin-left: -40px;
        margin-right: -40px; } }

.p-company-recruit {
  padding: 0 0 120px; }

.p-contact-mv .c-page-mv__inner::before {
  background-image: url("../images/contact/mv.jpg");
  background-position: 85% 0; }
.p-contact-mv .c-page-mv__inner__title h2 {
  font-size: 2rem; }
@media screen and (min-width: 960px) {
  .p-contact-mv .c-page-mv__inner__title h2 {
    font-size: 4rem; } }

.p-contact {
  padding: 40px 24px 8px; }
  @media screen and (min-width: 960px) {
    .p-contact {
      padding: 70px 4vw 120px; }
      .p-contact .c-contact-wrap {
        max-width: 900px;
        margin: 0 auto; } }
  .p-contact .c-contact-wrap textarea,
  .p-contact .c-contact-wrap input {
    border: 1px solid rgba(137, 137, 137, 0.7); }
  @media screen and (min-width: 960px) {
    .p-contact .c-contact-wrap textarea {
      height: 200px; } }

.p-contact__body {
  font-size: 1.4rem;
  line-height: 1.28; }
  @media screen and (min-width: 960px) {
    .p-contact__body {
      font-size: 1.8rem;
      line-height: 1.8; } }
  .p-contact__body p .star {
    color: #00489a; }
  .p-contact__body .devide {
    margin-bottom: 1.7em; }
    @media screen and (min-width: 960px) {
      .p-contact__body .devide {
        margin-bottom: 0; } }
  .p-contact__body .inline p {
    display: inline; }

.p-contact__body__text {
  margin: 0 0 40px;
  max-width: 900px; }
  @media screen and (min-width: 960px) {
    .p-contact__body__text {
      margin: 0 auto 80px; } }
  .p-contact__body__text p {
    line-height: 1.33;
    margin: 1.33em 0; }

.p-top-mv {
  position: relative; }

.p-top-mv__inner {
  align-items: center;
  display: flex;
  height: 80vw;
  justify-content: center;
  overflow: hidden; }
  @media screen and (min-width: 960px) {
    .p-top-mv__inner {
      height: calc(100vh + 1px); } }
  .p-top-mv__inner video {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.p-top-mv__inner__comment h2 {
  color: #fff;
  display: inline-block;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.66;
  padding: 66vw 0 0 6.4vw; }
@media screen and (min-width: 960px) {
  .p-top-mv__inner__comment {
    max-width: 1600px; }
    .p-top-mv__inner__comment h2 {
      font-size: 6rem;
      max-width: 70vw;
      padding: 500px 4vw 0; } }

.p-top-mv__topics {
  background: #011429;
  color: #fff;
  padding: 35px; }
  @media screen and (min-width: 960px) {
    .p-top-mv__topics {
      bottom: 0;
      left: 0;
      padding: 30px 40px;
      position: absolute;
      width: 800px; }
      .p-top-mv__topics .c-inner {
        display: flex; } }
  .p-top-mv__topics .title {
    font-size: 2.5rem;
    flex-shrink: 0;
    letter-spacing: 0.05em;
    padding-bottom: 0.8em; }
    @media screen and (min-width: 960px) {
      .p-top-mv__topics .title {
        font-size: 5rem;
        padding-bottom: 0; } }
  .p-top-mv__topics .topics_list {
    display: block;
    font-size: 1rem;
    line-height: 1.4; }
    @media screen and (min-width: 960px) {
      .p-top-mv__topics .topics_list {
        font-size: 1.6rem; } }
    .p-top-mv__topics .topics_list li {
      display: flex;
      padding: 0.15em;
      margin-left: 2em; }
      .p-top-mv__topics .topics_list li .entry_date {
        margin-right: 1em;
        width: 5em;
        white-space: nowrap; }
      .p-top-mv__topics .topics_list li a {
        background-image: linear-gradient(to top, #fff 1px, transparent 1px);
        background-repeat: no-repeat;
        background-size: 0 100%;
        transition: background-size 0.4s; }
        .p-top-mv__topics .topics_list li a:hover {
          background-size: 100% 100%; }

.p-top-wrap {
  margin: 50px 12px 20px; }
  .p-top-wrap .c-button {
    font-size: 1rem;
    padding: 1.4em 0.8em; }
  @media screen and (min-width: 960px) {
    .p-top-wrap {
      margin: 100px 40px 50px; }
      .p-top-wrap .c-button {
        font-size: 2rem;
        padding: 0.8em; } }

.p-top-mission {
  position: relative; }
  .p-top-mission.entered::before {
    transform: translate(-8px, -8px); }
    @media screen and (min-width: 960px) {
      .p-top-mission.entered::before {
        transform: translate(-20px, -20px); } }
  .p-top-mission.entered::after {
    transform: translate(8px, 8px); }
    @media screen and (min-width: 960px) {
      .p-top-mission.entered::after {
        transform: translate(20px, 20px); } }
  .p-top-mission::before {
    background: url("../images/mission.jpg") no-repeat;
    background-position: 90% center;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    left: 8px;
    position: absolute;
    right: 8px;
    top: 0;
    transition: transform 1.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .p-top-mission::after {
    background: rgba(1, 38, 78, 0.7);
    bottom: 0;
    content: "";
    left: 8px;
    position: absolute;
    top: 0;
    transition: transform 1.25s cubic-bezier(0.075, 0.82, 0.165, 1);
    right: 8px;
    z-index: 1; }

.p-top-mission__inner {
  padding: 35px 20px 20px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2; }
  .p-top-mission__inner .underline {
    text-decoration: underline; }
  .p-top-mission__inner .c-title1 {
    margin: 0 0 22px; }
  .p-top-mission__inner p {
    font-family: "Jomolhari", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5; }
  .p-top-mission__inner .c-button {
    margin: 22px auto 0;
    max-width: 280px;
    width: 90%; }
  @media screen and (min-width: 960px) {
    .p-top-mission__inner {
      padding: 80px 60px 60px; }
      .p-top-mission__inner .c-title1 {
        margin: 0 0 38px; }
      .p-top-mission__inner p {
        font-size: 3rem; }
      .p-top-mission__inner .c-button {
        margin: 40px auto 0;
        max-width: 400px;
        width: auto; } }

.p-top-business {
  padding: 55px 0 78px; }
  .p-top-business .c-title1 {
    margin-bottom: 2em; }
  .p-top-business .c-button {
    margin-top: 40px; }
  @media screen and (min-width: 960px) {
    .p-top-business {
      padding: 150px 0 240px; }
      .p-top-business .c-title1 {
        margin-bottom: 2em; }
      .p-top-business .c-button {
        margin-top: 80px; } }

.p-top-recruit {
  background: #e3e5e8;
  margin: 0 -12px; }
  @media screen and (min-width: 960px) {
    .p-top-recruit {
      margin: 0 -40px; } }

.p-top-recruit__head {
  overflow: hidden;
  padding: 40px 0 126px;
  position: relative;
  text-align: center; }
  .p-top-recruit__head.entered::before {
    transform: none; }
  .p-top-recruit__head::before {
    background: url("../images/recruit_bg.jpg") no-repeat center;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    transform: scale(1.5);
    transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1);
    top: 0;
    z-index: 0; }
  .p-top-recruit__head .subtitle {
    color: #fff;
    font-family: "Jomolhari", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.5rem;
    letter-spacing: 0.15em;
    text-transform: uppercase; }
  .p-top-recruit__head .texts {
    position: relative;
    z-index: 10; }
  @media screen and (min-width: 960px) {
    .p-top-recruit__head {
      padding: 90px 0 250px; }
      .p-top-recruit__head .c-title1 {
        margin-bottom: 0.8em; }
      .p-top-recruit__head .subtitle {
        font-size: 3rem; } }

.p-top-recruit__wrap {
  margin: 0 auto;
  padding: 0 13px; }
  .p-top-recruit__wrap .bg_wh {
    top: -48px;
    background: #fff;
    padding: 0 10px 35px;
    position: relative;
    z-index: 20; }
  @media screen and (min-width: 960px) {
    .p-top-recruit__wrap .bg_wh {
      top: -96px;
      padding: 110px 0 48px; } }

@media screen and (min-width: 960px) {
  .p-top-recruit__body {
    margin: 0 auto;
    max-width: 1320px;
    width: calc(100% - 60px); } }
@media screen and (min-width: 960px) {
  .p-top-recruit__body + .c-button {
    margin-top: 40px; } }
.p-top-recruit__body li {
  padding: 40px 0; }
  @media screen and (min-width: 960px) {
    .p-top-recruit__body li {
      padding: 40px 30px; } }
  @media screen and (min-width: 1200px) {
    .p-top-recruit__body li {
      align-items: flex-start;
      display: flex; } }
  .p-top-recruit__body li + li {
    border-top: solid 3px #eee; }
    @media screen and (min-width: 960px) {
      .p-top-recruit__body li + li {
        border-top-width: 6px; } }
  @media screen and (min-width: 1200px) {
    .p-top-recruit__body li:nth-child(even) {
      flex-direction: row-reverse; } }
  .p-top-recruit__body li:nth-child(even) .title-box figcaption {
    left: 16%;
    right: auto; }
  @media screen and (min-width: 1200px) {
    .p-top-recruit__body li:nth-child(even) .flex {
      margin-left: 0;
      margin-right: 15px; } }
  .p-top-recruit__body li .title-box {
    overflow: hidden;
    position: relative; }
    @media screen and (min-width: 1200px) {
      .p-top-recruit__body li .title-box {
        flex: 0 0 50%; } }
    .p-top-recruit__body li .title-box img {
      vertical-align: top; }
      @media screen and (min-width: 960px) {
        .p-top-recruit__body li .title-box img {
          width: 100%; } }
    .p-top-recruit__body li .title-box figcaption {
      color: #fff;
      font-family: "Jomolhari", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-size: 20px;
      position: absolute;
      right: 16%;
      top: 23%; }
      @media screen and (min-width: 320px) {
        .p-top-recruit__body li .title-box figcaption {
          font-size: calc(5.281vw + 3.102px); } }
      @media screen and (min-width: 623px) {
        .p-top-recruit__body li .title-box figcaption {
          font-size: 36px; } }
      @media screen and (min-width: 960px) {
        .p-top-recruit__body li .title-box figcaption {
          font-size: calc(5vw + 4px); } }
      @media screen and (min-width: 1200px) {
        .p-top-recruit__body li .title-box figcaption {
          font-size: calc(2.186vw + 5.77px); } }
      @media screen and (min-width: 1566px) {
        .p-top-recruit__body li .title-box figcaption {
          font-size: 40px; } }
  @media screen and (min-width: 1200px) {
    .p-top-recruit__body li .flex {
      align-self: stretch;
      box-sizing: border-box;
      display: flex;
      flex: 0 0 50%;
      flex-direction: column;
      margin-left: 15px; } }
  .p-top-recruit__body li .description {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 2rem;
    line-height: 1.2;
    padding: 1em 0;
    text-align: center; }
    @media screen and (min-width: 960px) {
      .p-top-recruit__body li .description {
        font-size: 4rem; } }
    @media screen and (min-width: 1200px) {
      .p-top-recruit__body li .description {
        align-items: center;
        display: flex;
        justify-content: center;
        padding: 0 0 5%;
        flex-grow: 1; } }
    .p-top-recruit__body li .description p:not([lang="en"]) {
      letter-spacing: -0.1em; }

.p-top-company {
  padding: 20px 0 45px;
  margin: 0 auto;
  max-width: 570px; }
  .p-top-company .c-title1 {
    margin-bottom: 50px; }
  @media screen and (min-width: 960px) {
    .p-top-company {
      width: 80vw;
      max-width: 1600px;
      padding: 210px 0 190px; }
      .p-top-company .c-title1 {
        margin-bottom: 90px; } }

.p-top-company__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -5px;
  max-width: 580px; }
  .p-top-company__body li {
    margin: 10px;
    width: calc(50% - 20px); }
    .p-top-company__body li .box_bg {
      background-size: 0;
      display: block;
      padding-bottom: 62.5%;
      position: relative;
      width: 100%;
      z-index: 0; }
      .p-top-company__body li .box_bg.entered::before {
        transform: translate(-5px, -5px); }
        @media screen and (min-width: 960px) {
          .p-top-company__body li .box_bg.entered::before {
            transform: translate(-10px, -10px); } }
      .p-top-company__body li .box_bg.entered::after {
        transform: translate(5px, 5px); }
        @media screen and (min-width: 960px) {
          .p-top-company__body li .box_bg.entered::after {
            transform: translate(10px, 10px); } }
      .p-top-company__body li .box_bg::before {
        background-image: inherit;
        background-size: cover;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1); }
      .p-top-company__body li .box_bg::after {
        background: rgba(1, 38, 78, 0.7);
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
        z-index: 10; }
      .p-top-company__body li .box_bg .texts {
        bottom: 0;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        left: 0;
        margin-left: 12.5%;
        margin-top: 10px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 20; }
        .p-top-company__body li .box_bg .texts .subtitle {
          font-size: 1.2rem;
          font-weight: bold;
          letter-spacing: -0.05em; }
        .p-top-company__body li .box_bg .texts h4 {
          font-family: "Jomolhari", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
          font-weight: 500;
          font-size: 2rem;
          line-height: 1.5; }
      .p-top-company__body li .box_bg:hover::before, .p-top-company__body li .box_bg:hover::after {
        transform: none; }
  @media screen and (min-width: 960px) {
    .p-top-company__body {
      max-width: none;
      margin: -30px;
      width: auto; }
      .p-top-company__body li {
        margin: 30px;
        width: calc(50% - 60px); }
        .p-top-company__body li .box_bg {
          padding-bottom: 47.36%; }
          .p-top-company__body li .box_bg .texts {
            margin-left: 20%;
            margin-top: 20px; }
            .p-top-company__body li .box_bg .texts .subtitle {
              font-size: 2.4rem; }
            .p-top-company__body li .box_bg .texts h4 {
              font-size: 5rem; } }

.p-top-partner {
  padding: 0 12px 30px; }
  @media screen and (min-width: 960px) {
    .p-top-partner {
      padding: 0 0 168px; }
      .p-top-partner .c-title1 {
        margin-bottom: 90px; } }

.p-top-access {
  padding: 22px 12px 0; }
  @media screen and (min-width: 960px) {
    .p-top-access {
      padding: 0; }
      .p-top-access .c-access__map {
        margin-left: -40px;
        margin-right: -40px; } }
  .p-top-access .c-title1 {
    margin-bottom: 48px; }
    @media screen and (min-width: 960px) {
      .p-top-access .c-title1 {
        margin-bottom: 100px; } }

#tanaka .c-page-mv__inner {
  background-position: left 60%; }

.p-interviewee-mv .c-page-mv__inner {
  background-position: right 30%;
  background-size: cover; }
.p-interviewee-mv .c-page-mv__inner__title {
  border: none;
  margin: 0 12px; }
  .p-interviewee-mv .c-page-mv__inner__title h2 {
    font-size: 2rem;
    margin-bottom: 2em; }
@media screen and (min-width: 960px) {
  .p-interviewee-mv {
    height: 400px;
    margin: 118px auto 0;
    max-width: 1614px; }
    .p-interviewee-mv .c-page-mv__inner {
      height: 400px;
      width: 37.5%; }
    .p-interviewee-mv .c-page-mv__inner__title {
      border: solid 1px #434343;
      padding: 100px 1.2% 0 4.5%;
      margin: 0 16px 0 0;
      text-align: left;
      width: 61.5%; }
      .p-interviewee-mv .c-page-mv__inner__title h2 {
        font-size: 4rem;
        margin-bottom: 1em; } }
.p-interviewee-mv .l_box {
  border: solid 1px #434343;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "YuGothic Medium", "游ゴシック体 Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  margin: 0 auto;
  letter-spacing: -0.05em;
  line-height: 1.2;
  max-width: 560px;
  padding: 20px 0; }
  .p-interviewee-mv .l_box .interviewee {
    color: #01264e;
    font-size: 1.8rem;
    font-weight: bold; }
    .p-interviewee-mv .l_box .interviewee small {
      font-size: 1.2rem;
      letter-spacing: 0.1em;
      margin-left: 1em; }
  .p-interviewee-mv .l_box .department {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1.25em; }
  .p-interviewee-mv .l_box .comment {
    display: inline-block;
    font-size: 1.5rem;
    text-align: left; }
  @media screen and (min-width: 960px) {
    .p-interviewee-mv .l_box {
      border: none;
      margin: 0;
      max-width: unset;
      padding: 0; }
      .p-interviewee-mv .l_box .interviewee {
        font-size: 3rem; }
        .p-interviewee-mv .l_box .interviewee small {
          font-size: 2rem;
          margin-left: 1.5em; }
      .p-interviewee-mv .l_box .department {
        font-size: 2rem; }
      .p-interviewee-mv .l_box .comment {
        font-size: 3rem;
        letter-spacing: -0.1em; } }

.p-interviewee {
  padding: 0 12px; }
  @media screen and (min-width: 960px) {
    .p-interviewee {
      padding: 80px 4vw 0; } }

.p-interviewee-p_navi {
  padding: 0 0 60px;
  text-align: center; }
  @media screen and (min-width: 960px) {
    .p-interviewee-p_navi {
      padding: 0 0 160px; } }

.p-interviewee-p_navi__body {
  align-items: center;
  display: flex;
  flex-direction: column; }

.p-interviewee-p_navi__body__list {
  margin: 0 -20px;
  max-width: 960px;
  width: 100%; }
  @media (min-width: 360px) {
    .p-interviewee-p_navi__body__list {
      display: flex;
      flex-wrap: wrap; } }
  @media screen and (min-width: 960px) {
    .p-interviewee-p_navi__body__list {
      margin: 0 -4vw;
      max-width: 1400px; } }
  .p-interviewee-p_navi__body__list li {
    box-sizing: border-box;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin: 0 auto 20px;
    padding: 0 10px;
    text-align: center; }
    .p-interviewee-p_navi__body__list li a {
      overflow: hidden;
      position: relative;
      transition: color 0.2s linear, background-color 0.2s linear;
      background: #01264e;
      border: 1px solid #01264e;
      display: block;
      padding: 1em 0.5em; }
      .p-interviewee-p_navi__body__list li a::before, .p-interviewee-p_navi__body__list li a::after {
        background-color: transparent;
        bottom: -1px;
        content: "";
        display: block;
        opacity: 1;
        position: absolute;
        top: -1px;
        transform: skewX(45deg);
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        width: 100%; }
      .p-interviewee-p_navi__body__list li a::before {
        left: 0;
        transform-origin: left bottom; }
      .p-interviewee-p_navi__body__list li a::after {
        right: 0;
        transform-origin: right top; }
      .p-interviewee-p_navi__body__list li a:hover {
        color: #01264e;
        background: #fff; }
        .p-interviewee-p_navi__body__list li a:hover::before, .p-interviewee-p_navi__body__list li a:hover::after {
          background-color: #01264e;
          transform: skewX(45deg) scaleX(0);
          opacity: 0; }
    @media (min-width: 360px) {
      .p-interviewee-p_navi__body__list li {
        width: 50%; } }
    @media (min-width: 960px) {
      .p-interviewee-p_navi__body__list li {
        font-size: 2rem;
        width: 20%; } }

.p-interviewee-p_navi__text {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 1.3em; }
  @media screen and (min-width: 960px) {
    .p-interviewee-p_navi__text {
      font-size: 3rem;
      margin-bottom: 2.6em; } }

.p-interviewee-section {
  margin-bottom: 40px; }
  .p-interviewee-section.p-interviewee-future {
    padding-bottom: 55px; }
  .p-interviewee-section .photo_box {
    margin-bottom: 20px; }
  @media screen and (min-width: 960px) {
    .p-interviewee-section {
      display: flex;
      justify-content: space-between;
      max-width: 1500px;
      margin-bottom: 80px; }
      .p-interviewee-section.p-interviewee-future {
        padding-bottom: 110px; }
      .p-interviewee-section .photo_box {
        margin: 0 40px 0 0;
        width: 46%; }
        .p-interviewee-section .photo_box img {
          object-fit: cover;
          width: 100%; } }
  .p-interviewee-section .txt_box {
    letter-spacing: 0.05em; }
    .p-interviewee-section .txt_box .titles {
      margin-bottom: 40px; }
      .p-interviewee-section .txt_box .titles .section_icon {
        background: #01264e;
        color: #fff;
        font-size: 1.4rem;
        margin-bottom: 0.35em;
        padding: 1px 0;
        text-align: center;
        width: 90px; }
      .p-interviewee-section .txt_box .titles h4 {
        font-size: 1.6rem; }
    .p-interviewee-section .txt_box p {
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 1.4; }
    .p-interviewee-section .txt_box .devide {
      margin-bottom: 1.75em; }
    @media screen and (min-width: 960px) {
      .p-interviewee-section .txt_box {
        width: 50.6%; }
        .p-interviewee-section .txt_box .titles {
          align-items: flex-start;
          display: flex; }
          .p-interviewee-section .txt_box .titles .section_icon {
            font-size: 1.6rem;
            line-height: 1.875;
            margin-right: 1.25em;
            width: 120px; }
          .p-interviewee-section .txt_box .titles h4 {
            font-size: 3rem; }
        .p-interviewee-section .txt_box p {
          font-size: 1.8rem;
          line-height: 1.66; } }

.p-interviewee-advantage .photo_box {
  display: flex;
  justify-content: space-between; }
  .p-interviewee-advantage .photo_box img {
    object-fit: cover;
    width: 48.8%; }
    .p-interviewee-advantage .photo_box img:last-of-type {
      object-position: 100% 0; }
@media screen and (min-width: 960px) {
  .p-interviewee-advantage {
    flex-direction: row-reverse; }
    .p-interviewee-advantage .txt_box {
      width: 46%; }
      .p-interviewee-advantage .txt_box .titles h4 {
        font-size: 2.2rem;
        line-height: 1.37; }
    .p-interviewee-advantage .photo_box {
      margin: 0 0 0 40px;
      width: 50.6%; }
      .p-interviewee-advantage .photo_box img {
        height: 66.6%; } }

@media screen and (max-width: 1024px) {
  .p-interviewee-advantage .photo_box {
    display: flex;
    flex-direction: column; }
    .p-interviewee-advantage .photo_box img {
      width: 100%;
      margin-bottom: 20px; } }
.p-interviewee-interview {
  padding: 0 0 95px; }
  @media screen and (min-width: 960px) {
    .p-interviewee-interview {
      padding: 0 0 190px; } }

.p-interviewee-blog {
  padding: 0 0 40px; }
  .p-interviewee-blog .c-title1 {
    margin-bottom: 50px; }
  @media screen and (min-width: 960px) {
    .p-interviewee-blog {
      padding: 0 0 120px; }
      .p-interviewee-blog .c-title1 {
        margin-bottom: 100px; } }

.p-privacy-policy {
  padding: 40px 12px 45px; }
  .p-privacy-policy p {
    line-height: 1.66; }
  @media screen and (min-width: 960px) {
    .p-privacy-policy {
      padding: 80px 4vw 130px; }
      .p-privacy-policy p {
        font-size: 1.8rem; } }

.p-privacy-policy-mv .c-page-mv__inner::before {
  background-image: url("../images/privacy/mv.jpg");
  background-position: 90% center; }
.p-privacy-policy-mv .c-page-mv__inner__title h2 {
  font-size: 3rem; }

.p-recruit {
  margin: 79px 12px 0; }
  @media screen and (min-width: 960px) {
    .p-recruit {
      margin: 160px 60px 0; } }

.p-recruit-mv .c-page-mv__inner::before {
  background-image: url("../images/recruit/mv.jpg"); }

.p-recruit-p_navi {
  padding: 0 0 40px; }
  .p-recruit-p_navi .c-title1 {
    font-size: 2rem;
    margin-bottom: 1.5em; }
  @media screen and (min-width: 960px) {
    .p-recruit-p_navi {
      padding: 0 0 170px; }
      .p-recruit-p_navi .c-title1 {
        font-size: 5rem;
        margin-bottom: 90px; } }

.p-recruit-p_navi__text {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 1.4em;
  text-align: center; }
  @media screen and (min-width: 960px) {
    .p-recruit-p_navi__text {
      font-size: 2rem;
      margin-bottom: 3.5em; } }

.p-recruit-p_navi__body {
  align-items: center;
  display: flex;
  flex-direction: column; }

.p-recruit-p_navi__body__list {
  margin: 0 -20px;
  max-width: 960px;
  width: 100%; }
  @media (min-width: 360px) {
    .p-recruit-p_navi__body__list {
      display: flex;
      flex-wrap: wrap; } }
  @media screen and (min-width: 960px) {
    .p-recruit-p_navi__body__list {
      max-width: 1400px; } }
  .p-recruit-p_navi__body__list li {
    box-sizing: border-box;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin: 0 auto 20px;
    padding: 0 10px;
    text-align: center; }
    @media (min-width: 360px) {
      .p-recruit-p_navi__body__list li {
        width: 50%; } }
    @media (min-width: 960px) {
      .p-recruit-p_navi__body__list li {
        font-size: 2rem;
        max-width: 220px;
        min-width: 165px;
        width: 20%; } }
    .p-recruit-p_navi__body__list li a {
      overflow: hidden;
      position: relative;
      transition: color 0.2s linear, background-color 0.2s linear;
      border: 1px solid #01264e;
      background: #01264e;
      display: block;
      padding: 1em 0.5em; }
      .p-recruit-p_navi__body__list li a::before, .p-recruit-p_navi__body__list li a::after {
        background-color: transparent;
        bottom: -1px;
        content: "";
        display: block;
        opacity: 1;
        position: absolute;
        top: -1px;
        transform: skewX(45deg);
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        width: 100%; }
      .p-recruit-p_navi__body__list li a::before {
        left: 0;
        transform-origin: left bottom; }
      .p-recruit-p_navi__body__list li a::after {
        right: 0;
        transform-origin: right top; }
      .p-recruit-p_navi__body__list li a:hover {
        color: #01264e;
        background: #fff; }
        .p-recruit-p_navi__body__list li a:hover::before, .p-recruit-p_navi__body__list li a:hover::after {
          background-color: #01264e;
          transform: skewX(45deg) scaleX(0);
          opacity: 0; }

.p-recruit-value {
  padding: 0 0 35.5px; }
  .p-recruit-value .c-title1 {
    font-size: 2rem;
    margin-bottom: 1.5em;
    text-transform: initial; }
  @media screen and (min-width: 960px) {
    .p-recruit-value {
      padding: 0 0 190px; }
      .p-recruit-value .c-title1 {
        font-size: 5rem;
        margin-bottom: 1.8em; } }

.p-recruit-value__body {
  counter-reset: item;
  list-style: none; }

.p-recruit-value__body__box {
  position: relative; }
  .p-recruit-value__body__box::before {
    background: #fff;
    counter-increment: item;
    content: counter(item) "";
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 3rem;
    height: 25px;
    left: 1.3%;
    line-height: 0.9;
    position: absolute;
    text-align: center;
    top: 5.5px;
    width: 25px; }
  @media screen and (min-width: 960px) {
    .p-recruit-value__body__box {
      max-width: 1400px;
      margin: 0 auto 10px;
      width: 100%; }
      .p-recruit-value__body__box::before {
        font-size: 4rem;
        height: 40px;
        left: 6px;
        top: 7px;
        width: 40px; } }
  .p-recruit-value__body__box dl dt {
    background: #01264e;
    color: #fff;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    padding: 0.63em 0 0.63em 10.6%; }
  .p-recruit-value__body__box dl dd {
    color: #313131;
    font-size: 1.4rem;
    line-height: 1.78;
    padding: 0.4em 1em 1.4em 10.6%; }
  @media screen and (min-width: 960px) {
    .p-recruit-value__body__box dl {
      align-items: flex-start;
      display: flex; }
      .p-recruit-value__body__box dl dt {
        font-size: 2.4rem;
        margin-right: 2%;
        min-width: 392px;
        padding: 0.63em 0 0.63em 60px;
        width: 28%; }
      .p-recruit-value__body__box dl dd {
        border-bottom: solid 2px #eeeeee;
        font-size: 2rem;
        padding: 0 0 0.18em 0.75em;
        line-height: 2.4;
        width: 70%; }
        .p-recruit-value__body__box dl dd p {
          display: inline-block; } }

.p-recruit-business .c-button {
  margin-top: 40px; }
@media screen and (min-width: 960px) {
  .p-recruit-business .c-button {
    margin-top: 90px; } }

.p-recruit-business {
  padding-bottom: 55px; }
  .p-recruit-business .c-title1 {
    margin-bottom: 50px; }
  @media screen and (min-width: 960px) {
    .p-recruit-business {
      padding-bottom: 190px; }
      .p-recruit-business .c-title1 {
        margin-bottom: 100px; } }

.p-recruit-interview {
  padding-bottom: 55px; }
  @media screen and (min-width: 960px) {
    .p-recruit-interview {
      padding-bottom: 170px; } }

.p-recruit-recruitment .c-title1 {
  letter-spacing: 0.05em;
  margin-bottom: 1.96em; }
  .p-recruit-recruitment .c-title1::after {
    background-color: #000; }
@media screen and (min-width: 960px) {
  .p-recruit-recruitment {
    margin-bottom: 140px; }
    .p-recruit-recruitment .p-recruit-recruitment__wrap {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    .p-recruit-recruitment .c-title1 {
      margin-bottom: 2em; } }

.p-recruit-recruitment__outline {
  margin-bottom: 80px; }
  .p-recruit-recruitment__outline dl {
    letter-spacing: -0.05em;
    margin-bottom: 6px; }
    .p-recruit-recruitment__outline dl:last-of-type {
      margin-bottom: 20px; }
      @media screen and (min-width: 960px) {
        .p-recruit-recruitment__outline dl:last-of-type {
          flex-grow: 1; } }
  @media screen and (min-width: 960px) {
    .p-recruit-recruitment__outline {
      display: flex;
      flex-direction: column;
      margin: 0 auto 100px;
      min-width: 680px;
      width: 48%; }
      .p-recruit-recruitment__outline dl {
        display: flex;
        margin: 0; }
        .p-recruit-recruitment__outline dl:nth-of-type(2) dt .term {
          border-top: 2px solid #eeeeee; }
        .p-recruit-recruitment__outline dl:last-of-type {
          margin: 0 0 40px; }
          .p-recruit-recruitment__outline dl:last-of-type dt {
            padding-bottom: 65px; }
            .p-recruit-recruitment__outline dl:last-of-type dt .term {
              border-bottom: 1px solid #eeeeee; }
          .p-recruit-recruitment__outline dl:last-of-type dd {
            border-bottom: solid 1px #434343; }
            .p-recruit-recruitment__outline dl:last-of-type dd .description {
              border-bottom: 1px solid #eeeeee; }
        .p-recruit-recruitment__outline dl dt {
          background: #4d6783;
          padding: 0 40px;
          width: 33%;
          min-width: 255px; }
          .p-recruit-recruitment__outline dl dt .term {
            margin: 0 auto;
            width: 66%; }
        .p-recruit-recruitment__outline dl dd {
          width: 64%; }
          .p-recruit-recruitment__outline dl dd .description {
            margin: 0 auto;
            width: 83%; } }
  .p-recruit-recruitment__outline .blue_box {
    background: #01264e;
    color: #fff;
    padding: 10px 2.4%;
    text-align: center; }
    .p-recruit-recruitment__outline .blue_box dt {
      border-bottom: solid 1px #fff;
      font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-size: 2rem;
      margin-right: 3.4%;
      padding-bottom: 10px; }
    .p-recruit-recruitment__outline .blue_box dd {
      font-size: 1.5rem;
      letter-spacing: -0.1em;
      padding: 10px 0 0; }
    @media screen and (min-width: 960px) {
      .p-recruit-recruitment__outline .blue_box {
        background: none;
        padding: 0; }
        .p-recruit-recruitment__outline .blue_box dt {
          background: #4d6783;
          border: none;
          font-size: 5rem;
          font-weight: 500;
          padding: 90px 0 34px; }
          .p-recruit-recruitment__outline .blue_box dt .term {
            width: 86%; }
        .p-recruit-recruitment__outline .blue_box dd {
          border-left: solid 1px #434343;
          border-right: solid 1px #434343;
          border-top: solid 1px #434343;
          color: #01264e;
          font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
          font-size: 2.4rem;
          font-weight: 500;
          padding: 116px 0 0;
          text-align: left; }
          .p-recruit-recruitment__outline .blue_box dd .description {
            padding-left: 10px; } }
  .p-recruit-recruitment__outline .txt_box dt {
    background: #4d6783;
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 1px;
    padding: 0.38em 0 0.38em 5.6%; }
  .p-recruit-recruitment__outline .txt_box dd {
    border: 1px solid #eeeeee;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 0.4em 5% 0.4em 5.6%; }
    .p-recruit-recruitment__outline .txt_box dd .devide {
      padding-top: 1.58em; }
  @media screen and (min-width: 960px) {
    .p-recruit-recruitment__outline .txt_box dt {
      font-size: 1.8rem;
      margin: 0 3.4% 0 0;
      padding: 0; }
      .p-recruit-recruitment__outline .txt_box dt .term {
        border-bottom: none;
        border-left: none;
        border-right: none;
        border-top: 1px solid #eeeeee;
        padding: 20px 0;
        text-align: center; }
    .p-recruit-recruitment__outline .txt_box dd {
      border-bottom: none;
      border-left: solid 1px #434343;
      border-right: solid 1px #434343;
      border-top: none;
      padding: 0;
      margin: 0; }
      .p-recruit-recruitment__outline .txt_box dd .description {
        border-top: 1px solid #eeeeee;
        padding: 20px; } }
  .p-recruit-recruitment__outline .entry-btn {
    overflow: hidden;
    position: relative;
    transition: color 0.2s linear, background-color 0.2s linear;
    background: #01264e;
    border: 1px solid #01264e;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    height: 35px;
    letter-spacing: 0.05em;
    line-height: 2.5;
    text-align: center;
    text-transform: uppercase; }
    .p-recruit-recruitment__outline .entry-btn::before, .p-recruit-recruitment__outline .entry-btn::after {
      background-color: transparent;
      bottom: -1px;
      content: "";
      display: block;
      opacity: 1;
      position: absolute;
      top: -1px;
      transform: skewX(45deg);
      transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      width: 100%; }
    .p-recruit-recruitment__outline .entry-btn::before {
      left: 0;
      transform-origin: left bottom; }
    .p-recruit-recruitment__outline .entry-btn::after {
      right: 0;
      transform-origin: right top; }
    .p-recruit-recruitment__outline .entry-btn:hover {
      color: #01264e;
      background: #fff; }
      .p-recruit-recruitment__outline .entry-btn:hover::before, .p-recruit-recruitment__outline .entry-btn:hover::after {
        background-color: #01264e;
        transform: skewX(45deg) scaleX(0);
        opacity: 0; }
    @media screen and (min-width: 960px) {
      .p-recruit-recruitment__outline .entry-btn {
        font-size: 2rem;
        height: 60px;
        line-height: 3; } }
  @media screen and (min-width: 960px) {
    .p-recruit-recruitment__outline.part-time .blue_box dt {
      font-size: 3.2rem;
      padding: 70px 0 36px; }
      .p-recruit-recruitment__outline.part-time .blue_box dt .term {
        width: 68%; }
    .p-recruit-recruitment__outline.part-time .blue_box dd {
      font-size: 1.8rem;
      padding: 118px 0 0; } }

.p-recruit-system {
  background: #01264e;
  margin: 0 -12px;
  padding: 40px 12px; }
  @media screen and (min-width: 960px) {
    .p-recruit-system {
      margin: 0 -60px;
      padding: 80px 4vw; }
      .p-recruit-system .c-title1 {
        margin-bottom: 1.8em; } }

.p-recruit-system__subtitle {
  text-align: center;
  line-height: 1.3;
  margin: 0 auto 2.6em;
  width: 56%; }
  .p-recruit-system__subtitle p {
    color: #fff;
    display: inline-block;
    font-size: 1.5rem; }
  @media screen and (min-width: 560px) {
    .p-recruit-system__subtitle {
      line-height: 1.5;
      width: 100%; } }
  @media screen and (min-width: 960px) {
    .p-recruit-system__subtitle {
      margin: 0 auto 80px; }
      .p-recruit-system__subtitle p {
        font-size: 2rem; } }

@media screen and (min-width: 960px) {
  .p-recruit-system__body-wrap {
    margin: auto;
    width: 680px; } }
@media screen and (min-width: 1130px) {
  .p-recruit-system__body-wrap {
    width: 1040px; } }
@media screen and (min-width: 1520px) {
  .p-recruit-system__body-wrap {
    width: 1400px; } }

@media screen and (min-width: 960px) {
  .p-recruit-system__body {
    display: flex;
    flex-wrap: wrap;
    margin: -20px; } }

.p-recruit-system__body__item .white-box {
  background: #fff;
  display: block;
  padding: 13px 5.3% 0;
  width: 100%; }
.p-recruit-system__body__item h4 {
  border-bottom: 2px solid #eeeeee;
  color: #01264e;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.25;
  padding-bottom: 0.66em; }
@media screen and (min-width: 960px) {
  .p-recruit-system__body__item {
    flex: 0 0 360px;
    padding: 20px; }
    .p-recruit-system__body__item .white-box {
      height: 100%;
      min-height: 205px;
      padding: 20px; }
    .p-recruit-system__body__item h4 {
      font-size: 2rem; } }
.p-recruit-system__body__item .item_box {
  display: none;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0.7em 0 1.8em; }
  .p-recruit-system__body__item .item_box.active {
    margin: 0 0 20px; }
  .p-recruit-system__body__item .item_box li.plain {
    padding-bottom: 0.9em; }
    .p-recruit-system__body__item .item_box li.plain::before {
      display: none; }
  .p-recruit-system__body__item .item_box li::before {
    content: '・'; }
  @media screen and (min-width: 960px) {
    .p-recruit-system__body__item .item_box {
      display: block !important;
      font-size: 1.6rem;
      padding: 0.6em 0; }
      .p-recruit-system__body__item .item_box.active {
        margin: 0; } }

.p-recruit-faq {
  padding: 55px 0; }
  .p-recruit-faq .c-title1::after {
    background: #000; }
  .p-recruit-faq .c-button {
    margin-top: 32px; }
  @media screen and (min-width: 960px) {
    .p-recruit-faq {
      padding: 190px 0; } }
  .p-recruit-faq .c-button {
    margin-top: 80px; }

.p-recruit-faq__subtitle {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding: 1.9em 0 2.6em;
  text-align: center; }
  @media screen and (min-width: 960px) {
    .p-recruit-faq__subtitle {
      font-size: 3rem;
      padding: 50px 0 80px; } }

.p-recruit-faq__body {
  font-size: 1.4rem;
  line-height: 1.3; }
  .p-recruit-faq__body dt {
    padding: 0 0 1.4em 2.2em;
    position: relative; }
    .p-recruit-faq__body dt::before {
      color: #e0a902;
      content: 'Q.';
      font-size: 1.8rem;
      font-weight: bold;
      left: 0;
      position: absolute;
      top: -0.2em; }
  .p-recruit-faq__body dd {
    padding: 0 0 1.3em 2.2em;
    position: relative; }
    .p-recruit-faq__body dd::before {
      color: #00489a;
      content: 'A.';
      font-size: 1.8rem;
      font-weight: bold;
      left: 0;
      position: absolute;
      top: -0.2em; }
  @media screen and (min-width: 960px) {
    .p-recruit-faq__body {
      font-size: 1.8rem;
      margin: 0 auto;
      width: 55%; }
      .p-recruit-faq__body dt {
        padding: 0 0 1.1em 3em; }
        .p-recruit-faq__body dt::before {
          font-size: 3rem;
          top: -10px; }
      .p-recruit-faq__body dd {
        padding: 0 0 0 3em; }
        .p-recruit-faq__body dd::before {
          font-size: 3rem;
          top: -10px; } }

.p-recruit-blog {
  padding: 20px 0 0; }
  .p-recruit-blog .c-title1 {
    margin-bottom: 50px; }
  @media screen and (min-width: 960px) {
    .p-recruit-blog {
      padding: 0 0 120px; }
      .p-recruit-blog .c-title1 {
        margin-bottom: 100px; } }

section.subsidy .title_box {
  background: blue;
  padding: 40px;
  color: #fff;
  line-height: 1.4; }
section.subsidy h2 {
  font-size: 40px; }
  section.subsidy h2 span {
    font-size: 30px; }
section.subsidy h3 {
  font-size: 30px; }
section.subsidy div.left_box {
  width: 40%; }
section.subsidy .left_box {
  width: 20%; }
section.subsidy aside.flex_box {
  margin: 0 auto;
  width: 90%;
  display: flex; }
section.subsidy .right_box {
  font-size: 1.5em;
  padding: 20px; }
section.subsidy p {
  margin-bottom: 40px; }
section.subsidy p.price {
  font-size: 40px; }

.p-business {
  padding: 0 12px;
  margin: 0 auto;
  max-width: 1680px; }
  @media screen and (min-width: 960px) {
    .p-business {
      padding: 0 60px; } }

.p-business-mv .c-page-mv__inner::before {
  background-image: url("../images/business/mv.jpg"); }

.p-business-p_navi {
  padding: 22px 0 60px; }
  .p-business-p_navi .c-title1 {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 2rem; }
  @media screen and (min-width: 960px) {
    .p-business-p_navi {
      padding: 30px 0 240px; }
      .p-business-p_navi .c-title1 {
        font-size: 5rem; } }

.p-business-p_navi__text {
  color: #4c4c4c;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 18px;
  text-align: center; }
  .p-business-p_navi__text .japanese {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.4rem; }
    .p-business-p_navi__text .japanese .underline {
      color: #00489a;
      position: relative; }
      .p-business-p_navi__text .japanese .underline::after {
        background: #00489a;
        bottom: -0.15em;
        content: '';
        height: 1px;
        left: 0;
        position: absolute;
        width: 45px; }
  .p-business-p_navi__text .en .underline {
    color: #00489a;
    position: relative; }
    .p-business-p_navi__text .en .underline::after {
      background: #00489a;
      bottom: 0.15em;
      content: '';
      height: 1px;
      left: 0;
      position: absolute;
      width: 45px; }
  @media screen and (min-width: 960px) {
    .p-business-p_navi__text {
      font-size: 4rem;
      margin-bottom: 80px; }
      .p-business-p_navi__text .japanese {
        font-size: 3rem; }
        .p-business-p_navi__text .japanese .underline::after {
          width: 95px; }
      .p-business-p_navi__text .en .underline::after {
        width: 115px; } }

.p-business-bg_title {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 156px;
  justify-content: center;
  letter-spacing: 0.05em;
  margin: 0 -12px 35px;
  position: relative;
  text-align: center;
  z-index: 0; }
  @media screen and (min-width: 960px) {
    .p-business-bg_title {
      align-items: stretch;
      flex-direction: row;
      height: 400px;
      margin: 0 -60px 80px; } }
  @media screen and (min-width: 1680px) {
    .p-business-bg_title {
      margin-left: calc(780px - 50vw);
      margin-right: calc(780px - 50vw); } }
  .p-business-bg_title::after,
  .p-business-bg_title .bg-title::after {
    background: rgba(1, 20, 41, 0.8);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 1; }
  .p-business-bg_title::after {
    content: ''; }
    @media screen and (min-width: 960px) {
      .p-business-bg_title::after {
        content: none; } }
  .p-business-bg_title .bg-title {
    line-height: 1.5;
    position: relative;
    width: 100%;
    z-index: 9; }
    @media screen and (min-width: 960px) {
      .p-business-bg_title .bg-title {
        align-items: center;
        flex: 0 0 50%;
        display: flex;
        justify-content: center; }
        .p-business-bg_title .bg-title::after {
          content: ""; } }
    .p-business-bg_title .bg-title h4 {
      font-family: "Jomolhari", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-size: 2rem;
      font-weight: 500;
      position: relative;
      z-index: 2; }
      @media screen and (min-width: 960px) {
        .p-business-bg_title .bg-title h4 {
          font-size: 4rem; } }
  .p-business-bg_title .ja-title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    z-index: 9; }
    @media screen and (min-width: 960px) {
      .p-business-bg_title .ja-title {
        align-items: center;
        color: #4d6783;
        display: flex;
        flex: 0 0 50%;
        font-size: 4rem;
        justify-content: center;
        padding: 0; } }

.p-business__notes {
  line-height: 1.3;
  margin-bottom: 50px;
  text-align: center; }
  .p-business__notes h5 {
    display: inline-block;
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 1.3em; }
  .p-business__notes .textarea {
    display: inline-block;
    text-align: left;
    font-size: 1.4rem;
    font-weight: light; }
  @media screen and (min-width: 960px) {
    .p-business__notes {
      line-height: 1.8;
      margin-bottom: 0;
      text-align: left;
      width: 50%; }
      .p-business__notes h5 {
        display: block;
        font-size: 2.4rem;
        margin-bottom: 1.5em; }
      .p-business__notes .textarea {
        font-size: 1.8rem;
        line-height: 1.8; } }

.p-business-solution {
  padding: 0 0 45px 0; }
  @media screen and (min-width: 960px) {
    .p-business-solution {
      padding: 0 0 234px 0; } }
  .p-business-solution .p-business-bg_title::before {
    background-image: url("../images/business/solution.jpg"); }
    @media screen and (min-width: 960px) {
      .p-business-solution .p-business-bg_title::before {
        content: none; } }
  @media screen and (min-width: 960px) {
    .p-business-solution .p-business-bg_title .bg-title::before {
      background-image: url("../images/business/solution.jpg"); } }

.p-business-solution__support {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  padding: 8px 0 50px;
  position: relative; }
  @media screen and (min-width: 960px) {
    .p-business-solution__support {
      padding: 0 0 80px; } }

.p-business-solution__support__list {
  color: #01264e;
  font-size: 1.4rem;
  font-weight: bold;
  min-width: calc(50% - 10px); }
  @media screen and (min-width: 960px) {
    .p-business-solution__support__list {
      min-width: 50%; } }
  .p-business-solution__support__list.entered li::before, .p-business-solution__support__list.entered li::after {
    right: 0; }
  .p-business-solution__support__list li {
    margin-bottom: 30px;
    position: relative; }
    .p-business-solution__support__list li::before, .p-business-solution__support__list li::after {
      background: #01264e;
      bottom: -4px;
      content: "";
      height: 1px;
      position: absolute;
      right: calc(100% - 12px);
      transition: right 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .p-business-solution__support__list li::before {
      left: 0; }
    .p-business-solution__support__list li::after {
      transform: rotate(30deg);
      transform-origin: right bottom;
      width: 6px; }
    .p-business-solution__support__list li:last-of-type {
      margin-bottom: 6px; }
  @media screen and (min-width: 960px) {
    .p-business-solution__support__list {
      font-size: 2rem; }
      .p-business-solution__support__list li {
        margin-bottom: 60px; }
        .p-business-solution__support__list li::before, .p-business-solution__support__list li::after {
          bottom: -10px;
          height: 1px; }
        .p-business-solution__support__list li::after {
          width: 12px; }
        .p-business-solution__support__list li:last-of-type {
          margin-bottom: 12px; } }

.p-business-solution__support__box {
  color: #fff;
  background: #01264e;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 1.7em 0;
  position: relative;
  text-align: center;
  width: 50%; }
  .p-business-solution__support__box.entered::after {
    opacity: 1;
    transform: none; }
  @media screen and (min-width: 960px) {
    .p-business-solution__support__box {
      font-size: 3rem;
      margin: 0 0 0 70px;
      padding: 2.1em 0.5em; } }
  .p-business-solution__support__box::after {
    border-left: solid 12.5px transparent;
    border-right: solid 12.5px transparent;
    border-top: solid 10px #8092a6;
    bottom: -15px;
    left: 0;
    content: '';
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: translateY(-20px);
    transition: opacity 0.5s 0.5s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    width: 0; }
    @media screen and (min-width: 960px) {
      .p-business-solution__support__box::after {
        border-left: solid 25px transparent;
        border-right: solid 25px transparent;
        border-top: solid 24px #8092a6;
        bottom: -34px; } }

@media screen and (min-width: 960px) {
  .p-business-solution__content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between; } }

.p-business-solution__content__graph {
  padding: 0 0 38px 0;
  position: relative; }
  @media screen and (min-width: 960px) {
    .p-business-solution__content__graph {
      padding: 0;
      min-width: 400px;
      width: calc(50% - 70px); }
      .p-business-solution__content__graph img {
        width: 100%; } }
  .p-business-solution__content__graph figcaption {
    color: #01264e;
    font-size: 1.5rem;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%; }
    @media screen and (min-width: 320px) {
      .p-business-solution__content__graph figcaption {
        font-size: calc(2.344vw + 7.5px); } }
    @media screen and (min-width: 960px) {
      .p-business-solution__content__graph figcaption {
        font-size: calc(1.667vw + 2px); } }
    @media screen and (min-width: 1680px) {
      .p-business-solution__content__graph figcaption {
        font-size: 3rem; } }
  .p-business-solution__content__graph .graph {
    width: 100%;
    height: auto; }
    .p-business-solution__content__graph .graph > path {
      transform: scaleY(0);
      transform-origin: center bottom; }

.p-business-broadband {
  padding: 0 0 70px 0; }
  .p-business-broadband .p-business-bg_title::before {
    background-image: url("../images/business/broadband.jpg"); }
    @media screen and (min-width: 960px) {
      .p-business-broadband .p-business-bg_title::before {
        content: none; } }
  @media screen and (min-width: 960px) {
    .p-business-broadband .p-business-bg_title .bg-title::before {
      background-image: url("../images/business/broadband.jpg"); } }
  .p-business-broadband .p-business__notes h5 {
    padding-top: 10px; }
  @media screen and (min-width: 960px) {
    .p-business-broadband {
      padding: 0 0 180px 0; }
      .p-business-broadband .p-business__notes {
        margin-bottom: 80px;
        text-align: center;
        width: 100%; }
        .p-business-broadband .p-business__notes h5 {
          text-align: center; } }

.p-business-service {
  margin: -5px -10px;
  align-items: center;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 960px) {
    .p-business-service {
      margin: -10px -20px; } }

.p-business-service__boxes {
  width: 100%; }
  @media (min-width: 560px) {
    .p-business-service__boxes {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; } }
  .p-business-service__boxes li {
    box-sizing: border-box;
    display: flex;
    padding: 5px 10px; }
    @media (min-width: 560px) {
      .p-business-service__boxes li {
        padding: 10px;
        width: 50%; } }
    @media (min-width: 960px) {
      .p-business-service__boxes li {
        min-width: 380px;
        padding: 20px;
        width: 25%; } }
    .p-business-service__boxes li .icon {
      align-items: center;
      background: #01264e;
      display: flex;
      flex-shrink: 0;
      justify-content: center;
      margin-left: -5px;
      padding: 20px;
      width: 105px; }
      @media screen and (min-width: 960px) {
        .p-business-service__boxes li .icon {
          width: 140px;
          margin-left: -10px; } }
      .p-business-service__boxes li .icon img {
        max-height: 65px; }
        @media screen and (min-width: 960px) {
          .p-business-service__boxes li .icon img {
            max-height: 100px; } }
  .p-business-service__boxes .service_box {
    border: solid 5px #01264e;
    min-height: 105px;
    max-width: 350px;
    padding: 10px;
    width: 100%; }
    @media screen and (min-width: 960px) {
      .p-business-service__boxes .service_box {
        border-width: 10px;
        max-width: 365px;
        min-height: 140px;
        padding: 13px; } }
    .p-business-service__boxes .service_box dt {
      font-size: 1.5rem;
      font-weight: bold;
      letter-spacing: 0em;
      line-height: 1.25;
      margin-bottom: 0.5em; }
      @media screen and (min-width: 960px) {
        .p-business-service__boxes .service_box dt {
          font-size: 2rem; } }
    .p-business-service__boxes .service_box dd {
      display: flex;
      flex-wrap: wrap;
      margin: -5px; }
      .p-business-service__boxes .service_box dd p {
        font-size: 1rem;
        height: 1.5em;
        line-height: 1.5;
        margin: 4px;
        width: 6.5em; }
        @media screen and (min-width: 960px) {
          .p-business-service__boxes .service_box dd p {
            font-size: 1.2rem; } }
      .p-business-service__boxes .service_box dd .label {
        background: #01264e;
        color: #fff;
        font-weight: bold;
        text-align: center; }

.p-business-consulting {
  padding: 0 0 80px 0; }
  @media screen and (min-width: 960px) {
    .p-business-consulting .p-business-bg_title {
      flex-flow: row-reverse; } }
  .p-business-consulting .p-business-bg_title::before {
    background-image: url("../images/business/consulting.jpg"); }
    @media screen and (min-width: 960px) {
      .p-business-consulting .p-business-bg_title::before {
        content: none; } }
  @media screen and (min-width: 960px) {
    .p-business-consulting .p-business-bg_title .bg-title::before {
      background-image: url("../images/business/consulting.jpg"); } }

@media screen and (min-width: 960px) {
  .p-business-consulting__content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 75px;
    max-width: 1600px; }
    .p-business-consulting__content .p-business__notes {
      margin-top: 50px; } }

.p-business-consulting__content__circle {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  justify-content: center;
  letter-spacing: 0.05em;
  padding: 30px 0 40px;
  position: relative; }
  @media screen and (min-width: 960px) {
    .p-business-consulting__content__circle {
      font-size: 2rem;
      margin-top: 10px;
      padding-bottom: 0;
      width: 50%; } }
  .p-business-consulting__content__circle figure {
    max-width: 200px;
    position: relative; }
    @media screen and (min-width: 960px) {
      .p-business-consulting__content__circle figure {
        max-width: none; } }
  .p-business-consulting__content__circle svg {
    width: 100%;
    height: auto; }
    .p-business-consulting__content__circle svg circle {
      animation: breathingCircle 2s cubic-bezier(0.32, 0, 0.67, 0) infinite alternate both; }
  .p-business-consulting__content__circle .center-txt {
    align-items: center;
    bottom: 0;
    color: #01264e;
    display: flex;
    font-weight: bold;
    justify-content: center;
    line-height: 1.5;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0; }
  .p-business-consulting__content__circle .circle_box {
    color: #71859c; }
    .p-business-consulting__content__circle .circle_box li {
      position: absolute;
      white-space: nowrap; }
    .p-business-consulting__content__circle .circle_box .cost {
      top: -10%;
      left: 50%;
      transform: translateX(-50%); }
    .p-business-consulting__content__circle .circle_box .insurance {
      bottom: 6%;
      margin-right: 42.5%;
      right: 50%;
      transform: translateX(50%); }
    .p-business-consulting__content__circle .circle_box .option {
      bottom: 6%;
      left: 50%;
      margin-left: 42.5%;
      transform: translateX(-50%); }

.p-business-partner {
  padding: 0 0 60px 0; }
  @media screen and (min-width: 960px) {
    .p-business-partner {
      padding: 0 0 180px 0; } }

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

body {
  line-height: 1; }

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

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

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

del {
  text-decoration: line-through; }

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

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

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

input:not([type="checkbox"]):not([type="radio"]),
select,
textarea {
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  vertical-align: middle;
  outline: none; }

button {
  border-color: #012c5d;  }

button.bnr {
    border: none;
    background: none;
    display: block;
    margin: auto;
}

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

html {
  font-size: 62.5%;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "YuGothic Medium", "游ゴシック体 Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  overflow-x: hidden; }
  body::before {
    animation: scaleDownLtR 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999; }

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s; }

img {
  max-width: 100%;
  height: auto; }

button {
  cursor: pointer; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

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

@media screen and (min-width: 960px) {
  .sp {
    display: none; } }

.en {
  font-family: "Jomolhari", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500; }

.yumincho {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

.alignright {
  float: right;
  margin-left: 2em; }

.alignleft {
  float: left;
  margin-right: 2em; }

.anchor {
  margin-top: -100px;
  /* ヘッダーの高さ分をマイナス */ }

.anchor::before {
  content: "";
  display: block;
  padding-top: 100px;
  /* ヘッダーの高さ */
  visibility: hidden; }

hr.anchor {
  border: 0;
  margin-bottom: 0; }

a.link {
  color: blue;
  text-decoration: underline; }

a.link:hover {
  color: red; }

.to_top {
  bottom: 20px;
  color: #8092a6;
  display: block;
  font-size: 0.8rem;
  position: fixed;
  right: 8px;
  z-index: 99; }
  @media screen and (min-width: 960px) {
    .to_top {
      bottom: 60px;
      right: 60px;
      font-size: 1.6rem; } }
  .to_top::before, .to_top::after {
    background: #8092a6;
    content: "";
    display: block;
    width: 1px; }
    @media screen and (min-width: 960px) {
      .to_top::before, .to_top::after {
        width: 2px; } }
  .to_top::before {
    height: 20px;
    margin: auto;
    transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
    @media screen and (min-width: 960px) {
      .to_top::before {
        height: 40px; } }
  .to_top::after {
    height: 7.5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    transform: rotate(30deg);
    transform-origin: center top; }
    @media screen and (min-width: 960px) {
      .to_top::after {
        height: 15px; } }
  .to_top:hover::before {
    height: 25px; }
    @media screen and (min-width: 960px) {
      .to_top:hover::before {
        height: 50px; } }

.entry-content {
  margin-bottom: 34px;
  font-size: 1.4rem; }
  @media screen and (min-width: 960px) {
    .entry-content {
      margin-bottom: 80px; } }
  .entry-content h2 {
    border-left: solid 3.6px #00489a;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin-bottom: 1.2em;
    padding: 0 0 0 0.28em; }
    @media screen and (min-width: 960px) {
      .entry-content h2 {
        border-left: solid 6px #00489a;
        font-size: 3rem;
        padding: 0 0 0 0.26em; } }
  .entry-content h3 {
    color: #00489a;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0.25em;
    margin-top: 34px; }
    @media screen and (min-width: 960px) {
      .entry-content h3 {
        font-size: 2rem;
        margin-top: 69px; } }
  .entry-content table,
  .entry-content ul,
  .entry-content ol,
  .entry-content p {
    margin-bottom: 1.5em; }
  .entry-content ul {
    line-height: 1.5;
    padding-top: 1em; }
    @media screen and (min-width: 960px) {
      .entry-content ul {
        font-size: 1.8rem; } }
    .entry-content ul li {
      margin: 0 0 1.6em 0.8em;
      padding-left: 1em;
      position: relative; }
      .entry-content ul li .newline {
        display: block; }
      .entry-content ul li::before {
        content: '・';
        left: 0;
        position: absolute;
        top: 0; }
      .entry-content ul li:last-of-type {
        margin-bottom: 0; }
  .entry-content .align-right {
    text-align: right; }

.c-title1 {
  color: #000;
  font-family: "Jomolhari", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 1em 0;
  text-align: center;
  text-transform: uppercase;
  position: relative; }
  .c-title1::after {
    background-color: #00489a;
    bottom: -5px;
    content: '';
    height: 3px;
    position: absolute;
    right: calc(50% - 15px);
    width: 30px; }
  .c-title1.white {
    color: #fff; }
    .c-title1.white::after {
      background-color: #fdf401; }
  @media screen and (min-width: 960px) {
    .c-title1 {
      font-size: 5rem; }
      .c-title1::after {
        bottom: -10px;
        height: 6px;
        right: calc(50% - 30px);
        width: 60px; } }

.c-inner {
  margin: 0 auto;
  max-width: 560px; }
  @media screen and (min-width: 960px) {
    .c-inner {
      max-width: 1600px;
      width: 83.3333vw; } }

.c-button {
  overflow: hidden;
  position: relative;
  transition: color 0.2s linear, background-color 0.2s linear;
  color: #455158;
  border: 1px solid #012c5d;
  display: block;
  font-size: 1.5rem;
  font-family: "Roboto", yugothic;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.8em;
  width: 100%; }
  .c-button::before, .c-button::after {
    background-color: transparent;
    bottom: -1px;
    content: "";
    display: block;
    opacity: 1;
    position: absolute;
    top: -1px;
    transform: skewX(45deg);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%; }
  .c-button::before {
    left: 0;
    transform-origin: left bottom; }
  .c-button::after {
    right: 0;
    transform-origin: right top; }
  .c-button:hover {
    color: #fff;
    background: #012c5d; }
    .c-button:hover::before, .c-button:hover::after {
      background-color: #fff;
      transform: skewX(45deg) scaleX(0);
      opacity: 0; }
  .c-button.white {
    overflow: hidden;
    position: relative;
    transition: color 0.2s linear, background-color 0.2s linear;
    border-color: #fff;
    color: #fff; }
    .c-button.white::before, .c-button.white::after {
      background-color: transparent;
      bottom: -1px;
      content: "";
      display: block;
      opacity: 1;
      position: absolute;
      top: -1px;
      transform: skewX(45deg);
      transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      width: 100%; }
    .c-button.white::before {
      left: 0;
      transform-origin: left bottom; }
    .c-button.white::after {
      right: 0;
      transform-origin: right top; }
    .c-button.white:hover {
      color: #01264e;
      background: #fff; }
      .c-button.white:hover::before, .c-button.white:hover::after {
        background-color: #01264e;
        transform: skewX(45deg) scaleX(0);
        opacity: 0; }
  .c-button.dark {
    overflow: hidden;
    position: relative;
    transition: color 0.2s linear, background-color 0.2s linear;
    background-color: #011429;
    border-color: #011429;
    color: #fff; }
    .c-button.dark::before, .c-button.dark::after {
      background-color: transparent;
      bottom: -1px;
      content: "";
      display: block;
      opacity: 1;
      position: absolute;
      top: -1px;
      transform: skewX(45deg);
      transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      width: 100%; }
    .c-button.dark::before {
      left: 0;
      transform-origin: left bottom; }
    .c-button.dark::after {
      right: 0;
      transform-origin: right top; }
    .c-button.dark:hover {
      color: #011429;
      background: #fff; }
      .c-button.dark:hover::before, .c-button.dark:hover::after {
        background-color: #011429;
        transform: skewX(45deg) scaleX(0);
        opacity: 0; }
  @media screen and (min-width: 960px) {
    .c-button {
      font-size: 2rem;
      max-width: 400px;
      margin: 0 auto; } }

@media screen and (min-width: 960px) {
  .c-recruit_buttons {
    margin: 20px -20px 0; }
    .c-recruit_buttons .c-twin-button {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 auto;
      max-width: 1000px; }
      .c-recruit_buttons .c-twin-button li {
        padding: 0 20px 20px;
        margin: 0 auto;
        max-width: 440px;
        width: 60%; } }

@media screen and (min-width: 960px) {
  .c-page-mv {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0 auto; } }

.c-page-mv__inner {
  height: 80vw;
  overflow: hidden;
  position: relative; }
  .c-page-mv__inner::before {
    animation: zoomOut 1s cubic-bezier(0.76, 0, 0.24, 1) both;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  @media screen and (min-width: 960px) {
    .c-page-mv__inner {
      height: 600px;
      width: 70%; } }

.c-page-mv__inner__title {
  border-bottom: solid 1px #011429;
  font-family: "Jomolhari", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding: 40px 0;
  text-align: center;
  text-transform: uppercase; }
  .c-page-mv__inner__title h2 {
    font-size: 4rem;
    font-weight: 500; }
  @media screen and (min-width: 960px) {
    .c-page-mv__inner__title {
      border: solid 1px #011429;
      padding: 279px 0 279px;
      text-align: center;
      width: 29%; } }

.c-access__text {
  text-align: center; }
  .c-access__text h4 {
    color: #01264e;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin: 20px 0 4px; }
  .c-access__text p {
    font-size: 0.9rem;
    letter-spacing: -0.05em;
    line-height: 1.66;
    margin: 4px 0; }
  @media screen and (min-width: 960px) {
    .c-access__text {
      display: flex;
      margin: 0 auto 80px; }
      .c-access__text h4 {
        display: block;
        font-size: 2rem; }
      .c-access__text p {
        font-size: 1.8rem; }
      .c-access__text .office {
        text-align: right;
        margin-right: 40px;
        width: 50%; }
      .c-access__text .route {
        text-align: left;
        margin-left: 40px;
        width: 50%; } }

.c-access__map {
  height: 0;
  margin-top: 22px;
  padding-bottom: 300px;
  position: relative; }
  .c-access__map iframe {
    height: 100%;
    position: absolute;
    width: 100%; }
  @media screen and (min-width: 960px) {
    .c-access__map {
      padding-bottom: 600px; } }

@media screen and (min-width: 960px) {
  .c-business-links__body {
    display: flex;
    justify-content: space-between;
    max-width: 1420px;
    margin: 0 auto; } }

@media screen and (min-width: 960px) {
  .c-business-links__content {
    flex: 0 1 calc(33.33% - 20px);
    max-width: 420px; } }
.c-business-links__content + .c-business-links__content {
  margin-top: 20px; }
  @media screen and (min-width: 960px) {
    .c-business-links__content + .c-business-links__content {
      margin-top: 0; } }
.c-business-links__content dl {
  align-items: center;
  display: flex;
  width: 100%; }
  @media screen and (min-width: 960px) {
    .c-business-links__content dl {
      display: block; } }
.c-business-links__content dt {
  background-color: #01264e;
  color: #fff;
  flex: 0 0 60%;
  font-family: "Jomolhari", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin: 0 0.5em 0 0;
  padding: 0.75em;
  position: relative;
  text-align: center;
  max-width: 210px; }
  @media screen and (min-width: 960px) {
    .c-business-links__content dt {
      font-size: 4rem;
      margin: 0 0 0.5em;
      max-width: unset;
      width: 100%; } }
  .c-business-links__content dt::before {
    border-right: 5px solid #fff;
    background: inherit;
    bottom: 0;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    top: 0; }
    @media screen and (min-width: 960px) {
      .c-business-links__content dt::before {
        border-right-width: 10px;
        left: 10px; } }

.c-business-links__content__list {
  font-size: 1.2rem; }
  .c-business-links__content__list li {
    display: block;
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em; }
    .c-business-links__content__list li::before {
      content: '・'; }
  @media screen and (min-width: 960px) {
    .c-business-links__content__list {
      font-size: 1.8rem;
      width: 100%; } }

.c-contact-wrap form {
  font-size: 1.4rem;
  line-height: 1.25; }
  @media screen and (min-width: 960px) {
    .c-contact-wrap form {
      font-size: 1.6rem; } }
  .c-contact-wrap form a {
    color: #00489a;
    text-decoration: underline; }
    .c-contact-wrap form a:hover {
      text-decoration: none; }
  .c-contact-wrap form > p {
    margin-top: 10px;
    margin-bottom: 10px; }
    @media screen and (min-width: 960px) {
      .c-contact-wrap form > p {
        margin-top: 20px;
        margin-bottom: 20px; } }
    .c-contact-wrap form > p > span {
      display: inline-block;
      width: 100%; }
  .c-contact-wrap form > .row {
    display: flex;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px; }
    .c-contact-wrap form > .row.privacy-policy-wrap {
      margin: 20px 0; }
      .c-contact-wrap form > .row.privacy-policy-wrap > span {
        width: auto; }
    .c-contact-wrap form > .row > span {
      margin: 0 10px;
      width: 100%; }
    .c-contact-wrap form > .row .privacy-policy {
      margin-right: -10px;
      width: auto; }
.c-contact-wrap ::placeholder {
  text-align: center; }
  @media screen and (min-width: 960px) {
    .c-contact-wrap ::placeholder {
      text-align: left; } }
.c-contact-wrap input:not([type="radio"]):not([type="checkbox"]),
.c-contact-wrap textarea {
  background: #fff;
  color: #000;
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0.678em 0.5em;
  width: 100%; }
  @media screen and (min-width: 960px) {
    .c-contact-wrap input:not([type="radio"]):not([type="checkbox"]),
    .c-contact-wrap textarea {
      font-size: 1.8rem;
      padding: 0.9em; } }
.c-contact-wrap input[type="checkbox"] {
  cursor: pointer;
  margin: 0;
  width: 20px; }
.c-contact-wrap input[type="submit"]:not([type="radio"]):not([type="checkbox"]) {
  background: #00489a;
  color: #fff;
  cursor: pointer;
  max-width: 400px;
  margin: 0 auto;
  transition: all 0.2s; }
  .c-contact-wrap input[type="submit"]:not([type="radio"]):not([type="checkbox"]):hover {
    background: #0054b4; }
.c-contact-wrap textarea {
  height: 90px; }
  @media screen and (min-width: 960px) {
    .c-contact-wrap textarea {
      height: 120px; } }
.c-contact-wrap span.wpcf7-list-item {
  margin-left: 0; }
.c-contact-wrap .required {
  display: block;
  position: relative; }
  .c-contact-wrap .required::after {
    align-items: center;
    content: '★';
    color: #00489a;
    display: flex;
    font-size: 1.4rem;
    height: 40px;
    right: 0.5em;
    position: absolute;
    top: 0; }
    @media screen and (min-width: 960px) {
      .c-contact-wrap .required::after {
        font-size: 2.4rem;
        height: 60px;
        right: 1em; } }
  .c-contact-wrap .required.textarea::after {
    top: 38px; }
    @media screen and (min-width: 960px) {
      .c-contact-wrap .required.textarea::after {
        top: 45px; } }

.c-interview-box {
  align-items: center;
  display: flex;
  flex-direction: column; }

.c-interview-box__body {
  margin: 35px -12px 0;
  max-width: 960px; }
  @media screen and (min-width: 360px) {
    .c-interview-box__body {
      display: flex;
      flex-wrap: wrap; } }
  @media screen and (min-width: 960px) {
    .c-interview-box__body {
      max-width: 1450px;
      width: 100%; } }
  .c-interview-box__body li {
    margin: 0 auto 40px;
    box-sizing: border-box;
    max-width: 240px;
    padding: 0 12px; }
    @media screen and (min-width: 360px) {
      .c-interview-box__body li {
        width: 50%; } }
    @media (min-width: 960px) {
      .c-interview-box__body li {
        margin: 0 auto 80px;
        min-width: 280px;
        width: 25%; } }
    .c-interview-box__body li .circle {
      border-radius: 50%;
      color: #fff;
      display: block;
      font-size: 1.35rem;
      letter-spacing: 0.05em;
      margin-bottom: 1.63em;
      overflow: hidden;
      position: relative;
      z-index: 0; }
      @media screen and (min-width: 960px) {
        .c-interview-box__body li .circle {
          font-size: 2rem;
          width: 100%; } }
      .c-interview-box__body li .circle:hover::after {
        background: rgba(1, 38, 78, 0.75); }
      .c-interview-box__body li .circle::after {
        background: rgba(1, 38, 78, 0.5);
        bottom: 0;
        content: '';
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: all 0.3s;
        z-index: 5; }
      .c-interview-box__body li .circle img {
        vertical-align: top; }
      .c-interview-box__body li .circle .circle-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 10; }
        .c-interview-box__body li .circle .circle-text .division {
          margin-bottom: 12px; }
        .c-interview-box__body li .circle .circle-text .name {
          font-weight: bold;
          line-height: 13.5px;
          margin-bottom: 0.9em; }
          .c-interview-box__body li .circle .circle-text .name .alphabet {
            display: block;
            font-size: 0.94rem; }
        .c-interview-box__body li .circle .circle-text .see_more {
          background: rgba(255, 255, 255, 0.5);
          border-radius: 1.5em;
          color: #01264e;
          font-size: 1.05rem;
          font-weight: bold;
          margin: 0 auto;
          padding: 0.8em 2em;
          text-transform: uppercase; }
        @media screen and (min-width: 960px) {
          .c-interview-box__body li .circle .circle-text .division {
            margin-bottom: 20px; }
          .c-interview-box__body li .circle .circle-text .name {
            line-height: 1.1; }
            .c-interview-box__body li .circle .circle-text .name .alphabet {
              font-size: 1.4rem; }
          .c-interview-box__body li .circle .circle-text .see_more {
            font-size: 1.6rem;
            padding: 0.8em 1.8em; } }
    .c-interview-box__body li .description {
      font-size: 1.3rem;
      letter-spacing: 0.05em;
      line-height: 1.1; }
      @media screen and (min-width: 960px) {
        .c-interview-box__body li .description {
          font-size: 1.6rem;
          text-align: center;
          line-height: 1.25; } }

@media screen and (min-width: 960px) {
  .c-latest-info {
    margin: 0 auto;
    max-width: 1540px; } }

@media (min-width: 560px) {
  .c-latest-info__body {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 50px; } }
.c-latest-info__body li {
  margin: 0 0 24px; }
  @media (min-width: 560px) {
    .c-latest-info__body li {
      padding: 0 20px;
      max-width: 680px;
      width: 50%; }
      .c-latest-info__body li:nth-of-type(2n) {
        margin-top: 80px; } }
  .c-latest-info__body li .thumbnail img {
    width: 100%; }
  .c-latest-info__body li .news_box {
    background: #fff;
    border: solid 0.5px rgba(137, 137, 137, 0.7);
    margin: 0 auto;
    padding: 30px 10px 10px;
    position: relative;
    top: -20px;
    width: 85%; }
    @media screen and (min-width: 960px) {
      .c-latest-info__body li .news_box {
        padding: 30px 40px 40px;
        top: -40px;
        width: 87.5%; } }
    .c-latest-info__body li .news_box .cat_box {
      position: absolute;
      right: 10px;
      top: 10px; }
      @media screen and (min-width: 960px) {
        .c-latest-info__body li .news_box .cat_box {
          right: 20px; } }
      .c-latest-info__body li .news_box .cat_box a {
        background: rgba(1, 38, 78, 0.5);
        border-radius: 10px;
        color: #fff;
        display: block;
        font-size: 1.2rem;
        font-weight: bold;
        letter-spacing: 0.05em;
        line-height: 1.67;
        text-align: center;
        text-transform: uppercase;
        min-width: 120px;
        transition: background 0.2s; }
        @media screen and (min-width: 960px) {
          .c-latest-info__body li .news_box .cat_box a {
            border-radius: 20px;
            font-size: 1.6rem;
            min-width: 150px; } }
        .c-latest-info__body li .news_box .cat_box a:hover {
          background: rgba(1, 38, 78, 0.7); }
    .c-latest-info__body li .news_box .date {
      color: #fcb202;
      font-size: 1.2rem;
      font-weight: bold;
      line-height: 1.25;
      margin-bottom: 0.25em; }
      @media screen and (min-width: 960px) {
        .c-latest-info__body li .news_box .date {
          font-size: 1.4rem; } }
    .c-latest-info__body li .news_box .txt {
      display: -webkit-box;
      font-size: 1.4rem;
      line-height: 1.4;
      letter-spacing: 0.05em;
      margin-bottom: 1em;
      overflow: hidden;
      word-wrap: break-word;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3; }
      @media screen and (min-width: 960px) {
        .c-latest-info__body li .news_box .txt {
          font-size: 1.6rem;
          line-height: 1.25; } }
    .c-latest-info__body li .news_box .btn_blue {
      overflow: hidden;
      position: relative;
      transition: color 0.2s linear, background-color 0.2s linear;
      background: #01264e;
      border: 1px solid #01264e;
      color: #fff;
      display: block;
      font-size: 1.6rem;
      padding: 0.68em 0.2em;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      margin-top: 0.2em; }
      .c-latest-info__body li .news_box .btn_blue::before, .c-latest-info__body li .news_box .btn_blue::after {
        background-color: transparent;
        bottom: -1px;
        content: "";
        display: block;
        opacity: 1;
        position: absolute;
        top: -1px;
        transform: skewX(45deg);
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        width: 100%; }
      .c-latest-info__body li .news_box .btn_blue::before {
        left: 0;
        transform-origin: left bottom; }
      .c-latest-info__body li .news_box .btn_blue::after {
        right: 0;
        transform-origin: right top; }
      .c-latest-info__body li .news_box .btn_blue:hover {
        color: #01264e;
        background: #fff; }
        .c-latest-info__body li .news_box .btn_blue:hover::before, .c-latest-info__body li .news_box .btn_blue:hover::after {
          background-color: #01264e;
          transform: skewX(45deg) scaleX(0);
          opacity: 0; }
      @media screen and (min-width: 960px) {
        .c-latest-info__body li .news_box .btn_blue {
          width: 200px;
          margin: 0.94em auto 0; } }

@media screen and (min-width: 960px) {
  .c-partner {
    text-align: center; } }

.c-partner__list {
  margin: auto; }
  @media screen and (min-width: 960px) {
    .c-partner__list {
      width: 70vw; } }

.anime-slideInRtL {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1); }
  .anime-slideInRtL.entered {
    opacity: 1;
    transform: none; }

.anime-slideInLtR {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1); }
  .anime-slideInLtR.entered {
    opacity: 1;
    transform: none; }

.anime-slideInBtT {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.3s, transform 1.25s cubic-bezier(0.16, 1, 0.3, 1); }
  .anime-slideInBtT.entered {
    opacity: 1;
    transform: none; }

.anime-title {
  opacity: 0; }
  .anime-title .letter {
    display: inline-block;
    opacity: 0; }

.anime-list > li {
  opacity: 0; }

.anime-zoom-out-bg {
  overflow: hidden;
  position: relative; }
  .anime-zoom-out-bg.entered::before {
    transform: none; }
  .anime-zoom-out-bg::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    transform: scale(1.5);
    transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1);
    top: 0;
    z-index: 0; }

.anime-revealTextLtR {
  background: linear-gradient(to right, currentColor 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: 100% center;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 0.75s cubic-bezier(0.5, 0, 0.75, 0); }
  .anime-revealTextLtR.entered {
    background-position: 0 center; }

.flash {
  animation: flash 2s linear infinite; }

@keyframes flash {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.footer-inner {
  background: #011429;
  padding: 40px 25px;
  margin-top: 40px; }
  @media screen and (min-width: 960px) {
    .footer-inner {
      padding: 110px 4vw 120px; }
      .footer-inner .c-inner {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between; }
      .footer-inner .c-contact-wrap {
        max-width: 600px; } }

.footer-inner__link {
  color: #fff;
  margin-top: 30px; }
  @media screen and (min-width: 960px) {
    .footer-inner__link {
      margin-top: 0;
      width: 50%; }
      .footer-inner__link .logo {
        margin-top: -20px; } }

@media screen and (min-width: 960px) {
  .footer-inner__link__l_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 800px;
    padding-right: 20px;
    width: 100%; } }
.footer-inner__link__l_box > li {
  border-bottom: solid 1px #00489a;
  font-size: 1.4rem;
  line-height: 1.33;
  letter-spacing: -0.05em;
  position: relative;
  text-transform: uppercase; }
  @media screen and (min-width: 960px) {
    .footer-inner__link__l_box > li {
      border: none;
      font-size: 2.4rem;
      padding-right: 20px;
      width: 50%; } }
  @media screen and (min-width: 1440px) {
    .footer-inner__link__l_box > li {
      width: auto; } }
  @media screen and (min-width: 960px) {
    .footer-inner__link__l_box > li.home {
      display: none; } }
  .footer-inner__link__l_box > li a {
    display: block; }
    .footer-inner__link__l_box > li a:hover {
      opacity: 0.6; }
  .footer-inner__link__l_box > li > a {
    align-items: center;
    padding: 0.7em 0;
    position: relative; }
    @media screen and (min-width: 960px) {
      .footer-inner__link__l_box > li > a {
        margin-top: 20px; } }
  .footer-inner__link__l_box > li > .menu-toggle {
    align-items: center;
    background: none;
    border: 0;
    color: transparent;
    cursor: pointer;
    display: flex;
    font-size: 0;
    justify-content: center;
    height: 3.724rem;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 27px; }
    @media screen and (min-width: 960px) {
      .footer-inner__link__l_box > li > .menu-toggle {
        display: none; } }
    .footer-inner__link__l_box > li > .menu-toggle.active::before {
      transform: rotate(135deg); }
    .footer-inner__link__l_box > li > .menu-toggle.active::after {
      transform: rotate(225deg); }
    .footer-inner__link__l_box > li > .menu-toggle::before, .footer-inner__link__l_box > li > .menu-toggle::after {
      background: #fff;
      content: "";
      height: 1px;
      left: 10px;
      margin-right: 10px;
      position: absolute;
      transition: transform 0.3s;
      top: 50%;
      width: 7px; }
    .footer-inner__link__l_box > li > .menu-toggle::after {
      transform: rotate(90deg); }
  .footer-inner__link__l_box > li .sub-menu {
    display: none;
    font-size: 1.3rem;
    margin-bottom: 0.8em; }
    .footer-inner__link__l_box > li .sub-menu li a {
      padding: 0.5em 0 0.5em 1em; }
    @media screen and (min-width: 960px) {
      .footer-inner__link__l_box > li .sub-menu {
        display: block !important;
        font-size: 1.6rem; }
        .footer-inner__link__l_box > li .sub-menu li a {
          padding: 0.4em 0; } }

.footer .c-contact-wrap {
  color: #fff; }
  .footer .c-contact-wrap a {
    color: #fdf401; }
.footer .c-title1 {
  font-size: 1.5rem;
  margin-bottom: 1.3em; }
.footer .copyright {
  font-size: 1.5rem;
  margin: 0 auto;
  max-width: 1600px;
  padding: 10px 25px; }
@media screen and (min-width: 960px) {
  .footer .c-title1 {
    font-size: 3rem;
    margin: 0 0 50px; }
  .footer .copyright {
    font-size: 1.6rem;
    padding: 40px 25px; } }

.header {
  background: rgba(1, 20, 41, 0.7);
  margin-top: -51px;
  /* padding: 10px 12px; 2024.02.06*/
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  }
  @media screen and (min-width: 960px) {
    .header {
      /* padding: 21px 0 18px; 2024.02.06*/
      margin-top: -110px; /*-100px 2024.02.06*/
      } }

.header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: relative; }
  .header__inner .logo img {
    height: 30px; }
  @media screen and (min-width: 960px) {
    .header__inner {
      max-width: calc(1600px + 8vw); }
      .header__inner .logo {
        display: none; } }

.g_navi {
  background: rgba(1, 20, 41, 0.95);
  height: calc(100vh - 20px);
  opacity: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  transform: scale(0.9);
  transition: all 0.2s, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  visibility: hidden;
  width: 100%;
  z-index: 999; }
  .g_navi.active {
    opacity: 1;
    transform: none;
    visibility: visible; }
  @media screen and (min-width: 960px) {
    .g_navi {
      background: none;
      display: flex;
      justify-content: space-between;
      height: auto;
      min-height: unset;
      opacity: 1;
      padding: 0 4vw;
      position: relative;
      transform: none;
      visibility: visible;
      } }

.g_navi__head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .g_navi__head .logo img {
    height: 30px; }
    @media screen and (min-width: 960px) {
      .g_navi__head .logo img {
        height: auto; } }
  .g_navi__head .close-btn {
    background: none;
    border: 0;
    color: #fff;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    padding: 25px 0 0;
    position: relative; }
    .g_navi__head .close-btn::before, .g_navi__head .close-btn::after {
      background: #fff;
      content: '';
      height: 3px;
      left: 50%;
      margin-left: -15px;
      position: absolute;
      top: 10px;
      width: 30px; }
    .g_navi__head .close-btn::before {
      transform: rotate(45deg); }
    .g_navi__head .close-btn::after {
      transform: rotate(135deg); }
  @media screen and (min-width: 960px) {
    .g_navi__head {
      width: unset; }
      .g_navi__head .logo {
        display: inline-block;
        max-width: 100%; }
        .g_navi__head .logo img {
          width: 100%; }
      .g_navi__head .close-btn {
        display: none; } }

.g_navi__l_box {
  color: #fff;
  font-size: 1.4rem;
  margin: 2em 0 0;
  text-transform: uppercase; }
  @media screen and (min-width: 960px) {
    .g_navi__l_box {
      display: flex;
      font-size: 2rem;
      margin: 0 0 0 50px;
      max-width: 820px;
      justify-content: space-between;
      min-width: 670px;
      width: 100%;
      /* flex-wrap: wrap; */
      align-items: center;
      } }
  .g_navi__l_box li a {
    border-bottom: solid 1px #00489a;
    display: block;
    padding: 0.7em 0.7em 0.7em 0;
    position: relative; }
.g_navi__l_box li:last-child a {
	padding: 0.7em 0 0.7em 0;}/*2024.02.06追記*/
    .g_navi__l_box li a::before {
      background: #fff;
      bottom: 10px;
      content: '';
      height: 1px;
      position: absolute;
      right: 0;
      width: 15px; }
    .g_navi__l_box li a::after {
      background: #fff;
      bottom: 12px;
      content: '';
      height: 1px;
      position: absolute;
      right: 0;
      transform: rotate(30deg);
      width: 7px; }
     .g_navi__l_box li:last-child a::before, .g_navi__l_box li:last-child a::after {
			background: none;}/*2024.02.06追加*/
		
    @media screen and (min-width: 960px) {
      .g_navi__l_box li a {
        border: none;
        font-family: "Jomolhari", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        padding: 1em 10px;
        }
        .g_navi__l_box li a::before {
          content: none; }
        .g_navi__l_box li a::after {
          background: #2980b9;
          bottom: 8px;
          height: 3px;
          left: 10px;
          transform: scale(0, 1);
          transform-origin: left;
          transition: all 0.3s;
          right: 10px;
          width: auto; }
        .g_navi__l_box li a:hover::after {
          transform: scale(1); } 
		img.bnr {height: 415px;border: 1px solid #ccc;}
		.g_navi__l_box li:last-child a::after {
			background: none;}

}


  .g_navi__l_box li.contact-btn {
    margin-top: 1.4em;
    text-align: center; }
    .g_navi__l_box li.contact-btn a {
      border: solid 0.5px #fff;
      font-size: 1rem;
      font-weight: bold;
      letter-spacing: 0.1em;
      padding: 1.25em; }
      .g_navi__l_box li.contact-btn a::before, .g_navi__l_box li.contact-btn a::after {
        content: none; }
    @media screen and (min-width: 960px) {
      .g_navi__l_box li.contact-btn {
        margin-top: inherit;
        text-align: inherit; }
        .g_navi__l_box li.contact-btn a {
          border: inherit;
          font-family: "Jomolhari", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
          font-size: inherit;
          font-weight: inherit;
          letter-spacing: inherit;
          padding: 1em 10px; }
          .g_navi__l_box li.contact-btn a::after {
            content: ""; } }

.menu-btn {
  z-index: 90; }
  @media screen and (min-width: 960px) {
    .menu-btn {
      display: none; } }

#menu {
  background-color: transparent;
  background-image: linear-gradient(to right, #fff, #fff);
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 6px;
  border: 0;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  height: 30px;
  padding: 0;
  position: relative;
  transition: transform 0.2s;
  width: 37.5px; }
  #menu::before, #menu::after {
    background: #fff;
    content: '';
    display: block;
    height: 6px;
    position: absolute;
    width: 100%; }
  #menu::before {
    top: 0; }
  #menu::after {
    bottom: 0; }
  #menu.open {
    transform: rotate(360deg);
    background: none; }
  #menu.open::before {
    top: auto;
    transform: rotate(-45deg); }
  #menu.open::after {
    bottom: auto;
    transform: rotate(45deg); }

.bnr_float {
  color: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 70px;
  z-index: 90; }
  .bnr_float li {
    margin-bottom: 1.1em; }
    .bnr_float li a {
      overflow: hidden;
      position: relative;
      transition: color 0.2s linear, background-color 0.2s linear;
      background: rgba(1, 38, 78, 0.7);
      border: solid 1px #fff;
      border-right: 0;
      display: inline-block;
      font-size: 0.9rem;
      height: 60px;
      padding: 1em 0.5em;
      text-align: center;
      width: 20px;
      writing-mode: vertical-lr; }
      .bnr_float li a::before, .bnr_float li a::after {
        background-color: transparent;
        bottom: -1px;
        content: "";
        display: block;
        opacity: 1;
        position: absolute;
        top: -1px;
        transform: skewX(45deg);
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        width: 100%; }
      .bnr_float li a::before {
        left: 0;
        transform-origin: left bottom; }
      .bnr_float li a::after {
        right: 0;
        transform-origin: right top; }
      .bnr_float li a:hover {
        color: #01264e;
        background: #fff; }
        .bnr_float li a:hover::before, .bnr_float li a:hover::after {
          background-color: #01264e;
          transform: skewX(45deg) scaleX(0);
          opacity: 0; }
      .bnr_float li a:hover {
        border-color: #01264e; }
  @media screen and (min-width: 960px) {
    .bnr_float {
      top: 140px; }
      .bnr_float li a {
        font-size: 1.8rem;
        height: 120px;
        width: 40px; } }

.p-blog {
  margin: 40px 12px 80px; }
  .p-blog .txt_box {
    font-size: 1.8rem;
    line-height: 1.4; }
  @media screen and (min-width: 960px) {
    .p-blog {
      margin: 80px auto 160px;
      width: 80%; }
      .p-blog .txt_box {
        line-height: 2; } }

.p-blog-mv .c-page-mv__inner::before {
  background-image: url("../images/blog/mv.jpg"); }

.p-latest-info__title {
  border-left: solid 3px #00489a;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 2px;
  padding-left: 0.2em; }
  @media screen and (min-width: 960px) {
    .p-latest-info__title {
      border-left: solid 6px #00489a;
      font-size: 5rem;
      line-height: 1.2;
      padding-left: 0.12em;
      max-width: 60%;
      margin-bottom: 40px; } }

.p-latest-info-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 18px;
  max-width: 560px; }
  @media screen and (min-width: 960px) {
    .p-latest-info-head {
      margin: 0 auto 130px;
      max-width: 1440px; } }

.p-latest-info-head__btn {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem; }
  .p-latest-info-head__btn li {
    display: block;
    margin: 0 0 0.2em 0.86em;
    width: 100px; }
    .p-latest-info-head__btn li a {
      overflow: hidden;
      position: relative;
      transition: color 0.2s linear, background-color 0.2s linear;
      background: #01264e;
      border: 1px solid #01264e;
      box-sizing: border-box;
      display: block;
      text-align: center;
      height: 30px;
      line-height: 2.14;
      padding: 0 5px; }
      .p-latest-info-head__btn li a::before, .p-latest-info-head__btn li a::after {
        background-color: transparent;
        bottom: -1px;
        content: "";
        display: block;
        opacity: 1;
        position: absolute;
        top: -1px;
        transform: skewX(45deg);
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        width: 100%; }
      .p-latest-info-head__btn li a::before {
        left: 0;
        transform-origin: left bottom; }
      .p-latest-info-head__btn li a::after {
        right: 0;
        transform-origin: right top; }
      .p-latest-info-head__btn li a:hover {
        color: #01264e;
        background: #fff; }
        .p-latest-info-head__btn li a:hover::before, .p-latest-info-head__btn li a:hover::after {
          background-color: #01264e;
          transform: skewX(45deg) scaleX(0);
          opacity: 0; }
  @media screen and (min-width: 960px) {
    .p-latest-info-head__btn {
      font-size: 2rem; }
      .p-latest-info-head__btn li {
        margin: 0 0 0.2em 2em;
        width: 200px; }
        .p-latest-info-head__btn li a {
          height: 60px;
          line-height: 3; } }

.pagination ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 1.8rem; }
  .pagination ul li {
    padding: 0 20px 10px; }
    .pagination ul li a:hover {
      text-decoration: underline; }
@media screen and (min-width: 960px) {
  .pagination .pagination ul {
    flex-direction: row; }
    .pagination .pagination ul li {
      text-align: left; } }
.pagination .nav-links {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  margin: -0.2em; }
  .pagination .nav-links a {
    overflow: hidden;
    position: relative;
    transition: color 0.2s linear, background-color 0.2s linear; }
    .pagination .nav-links a::before, .pagination .nav-links a::after {
      background-color: transparent;
      bottom: -1px;
      content: "";
      display: block;
      opacity: 1;
      position: absolute;
      top: -1px;
      transform: skewX(45deg);
      transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      width: 100%; }
    .pagination .nav-links a::before {
      left: 0;
      transform-origin: left bottom; }
    .pagination .nav-links a::after {
      right: 0;
      transform-origin: right top; }
    .pagination .nav-links a:hover {
      color: #fff;
      background: rgba(137, 137, 137, 0.7); }
      .pagination .nav-links a:hover::before, .pagination .nav-links a:hover::after {
        background-color: #fff;
        transform: skewX(45deg) scaleX(0);
        opacity: 0; }
  .pagination .nav-links .page-numbers {
    background: #fff;
    border: solid 0.5px rgba(137, 137, 137, 0.7);
    margin: 0 0.2em;
    padding: 0.7em 0.1em;
    min-width: 40px; }
    .pagination .nav-links .page-numbers.next {
      padding: 0.7em 2em; }
  .pagination .nav-links span.page-numbers {
    border-color: transparent;
    padding-left: 0;
    padding-right: 0;
    min-width: auto; }
  @media screen and (min-width: 960px) {
    .pagination .nav-links {
      margin: 0 -0.5em; }
      .pagination .nav-links .page-numbers {
        margin: 0 0.5em; } }

.p-business {
  padding: 0 12px;
  margin: 0 auto;
  max-width: 1680px; }
  @media screen and (min-width: 960px) {
    .p-business {
      padding: 0 60px; } }

.p-business-mv .c-page-mv__inner::before {
  background-image: url("../images/business/mv.jpg"); }

.p-business-p_navi {
  padding: 22px 0 60px; }
  .p-business-p_navi .c-title1 {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 2rem; }
  @media screen and (min-width: 960px) {
    .p-business-p_navi {
      padding: 30px 0 240px; }
      .p-business-p_navi .c-title1 {
        font-size: 5rem; } }

.p-business-p_navi__text {
  color: #4c4c4c;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 18px;
  text-align: center; }
  .p-business-p_navi__text .japanese {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.4rem; }
    .p-business-p_navi__text .japanese .underline {
      color: #00489a;
      position: relative; }
      .p-business-p_navi__text .japanese .underline::after {
        background: #00489a;
        bottom: -0.15em;
        content: '';
        height: 1px;
        left: 0;
        position: absolute;
        width: 45px; }
  .p-business-p_navi__text .en .underline {
    color: #00489a;
    position: relative; }
    .p-business-p_navi__text .en .underline::after {
      background: #00489a;
      bottom: 0.15em;
      content: '';
      height: 1px;
      left: 0;
      position: absolute;
      width: 45px; }
  @media screen and (min-width: 960px) {
    .p-business-p_navi__text {
      font-size: 4rem;
      margin-bottom: 80px; }
      .p-business-p_navi__text .japanese {
        font-size: 3rem; }
        .p-business-p_navi__text .japanese .underline::after {
          width: 95px; }
      .p-business-p_navi__text .en .underline::after {
        width: 115px; } }

.p-business-bg_title {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 156px;
  justify-content: center;
  letter-spacing: 0.05em;
  margin: 0 -12px 35px;
  position: relative;
  text-align: center;
  z-index: 0; }
  @media screen and (min-width: 960px) {
    .p-business-bg_title {
      align-items: stretch;
      flex-direction: row;
      height: 400px;
      margin: 0 -60px 80px; } }
  @media screen and (min-width: 1680px) {
    .p-business-bg_title {
      margin-left: calc(780px - 50vw);
      margin-right: calc(780px - 50vw); } }
  .p-business-bg_title::after,
  .p-business-bg_title .bg-title::after {
    background: rgba(1, 20, 41, 0.8);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 1; }
  .p-business-bg_title::after {
    content: ''; }
    @media screen and (min-width: 960px) {
      .p-business-bg_title::after {
        content: none; } }
  .p-business-bg_title .bg-title {
    line-height: 1.5;
    position: relative;
    width: 100%;
    z-index: 9; }
    @media screen and (min-width: 960px) {
      .p-business-bg_title .bg-title {
        align-items: center;
        flex: 0 0 50%;
        display: flex;
        justify-content: center; }
        .p-business-bg_title .bg-title::after {
          content: ""; } }
    .p-business-bg_title .bg-title h4 {
      font-family: "Jomolhari", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-size: 2rem;
      font-weight: 500;
      position: relative;
      z-index: 2; }
      @media screen and (min-width: 960px) {
        .p-business-bg_title .bg-title h4 {
          font-size: 4rem; } }
  .p-business-bg_title .ja-title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    z-index: 9; }
    @media screen and (min-width: 960px) {
      .p-business-bg_title .ja-title {
        align-items: center;
        color: #4d6783;
        display: flex;
        flex: 0 0 50%;
        font-size: 4rem;
        justify-content: center;
        padding: 0; } }

.p-business__notes {
  line-height: 1.3;
  margin-bottom: 50px;
  text-align: center; }
  .p-business__notes h5 {
    display: inline-block;
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 1.3em; }
  .p-business__notes .textarea {
    display: inline-block;
    text-align: left;
    font-size: 1.4rem;
    font-weight: light; }
  @media screen and (min-width: 960px) {
    .p-business__notes {
      line-height: 1.8;
      margin-bottom: 0;
      text-align: left;
      width: 50%; }
      .p-business__notes h5 {
        display: block;
        font-size: 2.4rem;
        margin-bottom: 1.5em; }
      .p-business__notes .textarea {
        font-size: 1.8rem;
        line-height: 1.8; } }

.p-business-solution {
  padding: 0 0 45px 0; }
  @media screen and (min-width: 960px) {
    .p-business-solution {
      padding: 0 0 234px 0; } }
  .p-business-solution .p-business-bg_title::before {
    background-image: url("../images/business/solution.jpg"); }
    @media screen and (min-width: 960px) {
      .p-business-solution .p-business-bg_title::before {
        content: none; } }
  @media screen and (min-width: 960px) {
    .p-business-solution .p-business-bg_title .bg-title::before {
      background-image: url("../images/business/solution.jpg"); } }

.p-business-solution__support {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  padding: 8px 0 50px;
  position: relative; }
  @media screen and (min-width: 960px) {
    .p-business-solution__support {
      padding: 0 0 80px; } }

.p-business-solution__support__list {
  color: #01264e;
  font-size: 1.4rem;
  font-weight: bold;
  min-width: calc(50% - 10px); }
  @media screen and (min-width: 960px) {
    .p-business-solution__support__list {
      min-width: 50%; } }
  .p-business-solution__support__list.entered li::before, .p-business-solution__support__list.entered li::after {
    right: 0; }
  .p-business-solution__support__list li {
    margin-bottom: 30px;
    position: relative; }
    .p-business-solution__support__list li::before, .p-business-solution__support__list li::after {
      background: #01264e;
      bottom: -4px;
      content: "";
      height: 1px;
      position: absolute;
      right: calc(100% - 12px);
      transition: right 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .p-business-solution__support__list li::before {
      left: 0; }
    .p-business-solution__support__list li::after {
      transform: rotate(30deg);
      transform-origin: right bottom;
      width: 6px; }
    .p-business-solution__support__list li:last-of-type {
      margin-bottom: 6px; }
  @media screen and (min-width: 960px) {
    .p-business-solution__support__list {
      font-size: 2rem; }
      .p-business-solution__support__list li {
        margin-bottom: 60px; }
        .p-business-solution__support__list li::before, .p-business-solution__support__list li::after {
          bottom: -10px;
          height: 1px; }
        .p-business-solution__support__list li::after {
          width: 12px; }
        .p-business-solution__support__list li:last-of-type {
          margin-bottom: 12px; } }

.p-business-solution__support__box {
  color: #fff;
  background: #01264e;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 1.7em 0;
  position: relative;
  text-align: center;
  width: 50%; }
  .p-business-solution__support__box.entered::after {
    opacity: 1;
    transform: none; }
  @media screen and (min-width: 960px) {
    .p-business-solution__support__box {
      font-size: 3rem;
      margin: 0 0 0 70px;
      padding: 2.1em 0.5em; } }
  .p-business-solution__support__box::after {
    border-left: solid 12.5px transparent;
    border-right: solid 12.5px transparent;
    border-top: solid 10px #8092a6;
    bottom: -15px;
    left: 0;
    content: '';
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: translateY(-20px);
    transition: opacity 0.5s 0.5s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    width: 0; }
    @media screen and (min-width: 960px) {
      .p-business-solution__support__box::after {
        border-left: solid 25px transparent;
        border-right: solid 25px transparent;
        border-top: solid 24px #8092a6;
        bottom: -34px; } }

@media screen and (min-width: 960px) {
  .p-business-solution__content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between; } }

.p-business-solution__content__graph {
  padding: 0 0 38px 0;
  position: relative; }
  @media screen and (min-width: 960px) {
    .p-business-solution__content__graph {
      padding: 0;
      min-width: 400px;
      width: calc(50% - 70px); }
      .p-business-solution__content__graph img {
        width: 100%; } }
  .p-business-solution__content__graph figcaption {
    color: #01264e;
    font-size: 1.5rem;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%; }
    @media screen and (min-width: 320px) {
      .p-business-solution__content__graph figcaption {
        font-size: calc(2.344vw + 7.5px); } }
    @media screen and (min-width: 960px) {
      .p-business-solution__content__graph figcaption {
        font-size: calc(1.667vw + 2px); } }
    @media screen and (min-width: 1680px) {
      .p-business-solution__content__graph figcaption {
        font-size: 3rem; } }
  .p-business-solution__content__graph .graph {
    width: 100%;
    height: auto; }
    .p-business-solution__content__graph .graph > path {
      transform: scaleY(0);
      transform-origin: center bottom; }

.p-business-broadband {
  padding: 0 0 70px 0; }
  .p-business-broadband .p-business-bg_title::before {
    background-image: url("../images/business/broadband.jpg"); }
    @media screen and (min-width: 960px) {
      .p-business-broadband .p-business-bg_title::before {
        content: none; } }
  @media screen and (min-width: 960px) {
    .p-business-broadband .p-business-bg_title .bg-title::before {
      background-image: url("../images/business/broadband.jpg"); } }
  .p-business-broadband .p-business__notes h5 {
    padding-top: 10px; }
  @media screen and (min-width: 960px) {
    .p-business-broadband {
      padding: 0 0 180px 0; }
      .p-business-broadband .p-business__notes {
        margin-bottom: 80px;
        text-align: center;
        width: 100%; }
        .p-business-broadband .p-business__notes h5 {
          text-align: center; } }

.p-business-service {
  margin: -5px -10px;
  align-items: center;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 960px) {
    .p-business-service {
      margin: -10px -20px; } }

.p-business-service__boxes {
  width: 100%; }
  @media (min-width: 560px) {
    .p-business-service__boxes {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; } }
  .p-business-service__boxes li {
    box-sizing: border-box;
    display: flex;
    padding: 5px 10px; }
    @media (min-width: 560px) {
      .p-business-service__boxes li {
        padding: 10px;
        width: 50%; } }
    @media (min-width: 960px) {
      .p-business-service__boxes li {
        min-width: 380px;
        padding: 20px;
        width: 25%; } }
    .p-business-service__boxes li .icon {
      align-items: center;
      background: #01264e;
      display: flex;
      flex-shrink: 0;
      justify-content: center;
      margin-left: -5px;
      padding: 20px;
      width: 105px; }
      @media screen and (min-width: 960px) {
        .p-business-service__boxes li .icon {
          width: 140px;
          margin-left: -10px; } }
      .p-business-service__boxes li .icon img {
        max-height: 65px; }
        @media screen and (min-width: 960px) {
          .p-business-service__boxes li .icon img {
            max-height: 100px; } }
  .p-business-service__boxes .service_box {
    border: solid 5px #01264e;
    min-height: 105px;
    max-width: 350px;
    padding: 10px;
    width: 100%; }
    @media screen and (min-width: 960px) {
      .p-business-service__boxes .service_box {
        border-width: 10px;
        max-width: 365px;
        min-height: 140px;
        padding: 13px; } }
    .p-business-service__boxes .service_box dt {
      font-size: 1.5rem;
      font-weight: bold;
      letter-spacing: 0em;
      line-height: 1.25;
      margin-bottom: 0.5em; }
      @media screen and (min-width: 960px) {
        .p-business-service__boxes .service_box dt {
          font-size: 2rem; } }
    .p-business-service__boxes .service_box dd {
      display: flex;
      flex-wrap: wrap;
      margin: -5px; }
      .p-business-service__boxes .service_box dd p {
        font-size: 1rem;
        height: 1.5em;
        line-height: 1.5;
        margin: 4px;
        width: 6.5em; }
        @media screen and (min-width: 960px) {
          .p-business-service__boxes .service_box dd p {
            font-size: 1.2rem; } }
      .p-business-service__boxes .service_box dd .label {
        background: #01264e;
        color: #fff;
        font-weight: bold;
        text-align: center; }

.p-business-consulting {
  padding: 0 0 80px 0; }
  @media screen and (min-width: 960px) {
    .p-business-consulting .p-business-bg_title {
      flex-flow: row-reverse; } }
  .p-business-consulting .p-business-bg_title::before {
    background-image: url("../images/business/consulting.jpg"); }
    @media screen and (min-width: 960px) {
      .p-business-consulting .p-business-bg_title::before {
        content: none; } }
  @media screen and (min-width: 960px) {
    .p-business-consulting .p-business-bg_title .bg-title::before {
      background-image: url("../images/business/consulting.jpg"); } }

@media screen and (min-width: 960px) {
  .p-business-consulting__content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 75px;
    max-width: 1600px; }
    .p-business-consulting__content .p-business__notes {
      margin-top: 50px; } }

.p-business-consulting__content__circle {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  justify-content: center;
  letter-spacing: 0.05em;
  padding: 30px 0 40px;
  position: relative; }
  @media screen and (min-width: 960px) {
    .p-business-consulting__content__circle {
      font-size: 2rem;
      margin-top: 10px;
      padding-bottom: 0;
      width: 50%; } }
  .p-business-consulting__content__circle figure {
    max-width: 200px;
    position: relative; }
    @media screen and (min-width: 960px) {
      .p-business-consulting__content__circle figure {
        max-width: none; } }
  .p-business-consulting__content__circle svg {
    width: 100%;
    height: auto; }
    .p-business-consulting__content__circle svg circle {
      animation: breathingCircle 2s cubic-bezier(0.32, 0, 0.67, 0) infinite alternate both; }
  .p-business-consulting__content__circle .center-txt {
    align-items: center;
    bottom: 0;
    color: #01264e;
    display: flex;
    font-weight: bold;
    justify-content: center;
    line-height: 1.5;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0; }
  .p-business-consulting__content__circle .circle_box {
    color: #71859c; }
    .p-business-consulting__content__circle .circle_box li {
      position: absolute;
      white-space: nowrap; }
    .p-business-consulting__content__circle .circle_box .cost {
      top: -10%;
      left: 50%;
      transform: translateX(-50%); }
    .p-business-consulting__content__circle .circle_box .insurance {
      bottom: 6%;
      margin-right: 42.5%;
      right: 50%;
      transform: translateX(50%); }
    .p-business-consulting__content__circle .circle_box .option {
      bottom: 6%;
      left: 50%;
      margin-left: 42.5%;
      transform: translateX(-50%); }

.p-business-partner {
  padding: 0 0 60px 0; }
  @media screen and (min-width: 960px) {
    .p-business-partner {
      padding: 0 0 180px 0; } }

.p-business-recruit {
  padding: 0 0 35px; }
  @media screen and (min-width: 960px) {
    .p-business-recruit {
      padding: 0 0 160px; } }

.p-company-mv .c-page-mv__inner::before {
  background-image: url("../images/company/mv.jpg"); }
.p-company-mv .c-page-mv__inner__title h2 {
  font-size: 2rem; }
  @media screen and (min-width: 960px) {
    .p-company-mv .c-page-mv__inner__title h2 {
      font-size: 4rem; } }

.p-company {
  margin: 0 12px 0; }
  @media screen and (min-width: 960px) {
    .p-company {
      margin: 0 40px 0; } }

.p-company-p_navi__list {
  display: flex;
  justify-content: space-between;
  padding: 26px 0 20px; }
  .p-company-p_navi__list li {
    border-left: solid 5px #01264e;
    transition: all 0.3s;
    width: calc(100% / 3 - 2vw); }
    .p-company-p_navi__list li a {
      background: #01264e;
      border-left: solid 5px #fff;
      color: #fff;
      display: block;
      font-family: "Jomolhari", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-size: 1.8rem;
      letter-spacing: 0.1em;
      padding: 0.7em 0;
      text-align: center;
      width: 100%; }
    .p-company-p_navi__list li:hover {
      border-color: #979201; }
      .p-company-p_navi__list li:hover a {
        background: #979201; }
  @media screen and (min-width: 960px) {
    .p-company-p_navi__list {
      padding: 80px 0; }
      .p-company-p_navi__list li {
        border-left: solid 10px #01264e; }
        .p-company-p_navi__list li a {
          border-left: solid 10px #fff;
          font-size: 4rem;
          padding: 0.6em 0; } }

.p-company-message {
  background: #f1f7fe;
  margin: 0 -12px;
  padding: 20px 12px; }
  @media screen and (min-width: 960px) {
    .p-company-message {
      margin: 0 -4vw;
      padding: 80px 4vw; } }

.p-company-message__tabs {
  display: flex; }
  .p-company-message__tabs a {
    background: #fff;
    border: 0;
    color: inherit;
    display: block;
    font-size: 1rem;
    letter-spacing: -0.05em;
    padding: 0.5em 0;
    text-align: center;
    transition: all 0.1s;
    width: 10em; }
    @media screen and (min-width: 960px) {
      .p-company-message__tabs a {
        font-size: 2rem; } }
    .p-company-message__tabs a:hover {
      background: #fefa8f;
      color: #000;
      font-weight: bold; }
    .p-company-message__tabs a.active {
      background: #01264e;
      color: #fff;
      font-weight: bold; }

.p-company-message__body {
  background: #fff;
  display: none;
  padding: 22px 10px; }
  @media screen and (min-width: 960px) {
    .p-company-message__body {
      padding: 40px 50px; } }
  .p-company-message__body.active {
    display: block; }

.p-company-message__body__box {
  border-bottom: solid 1px #eeeeee;
  padding: 22.5px 0;
  position: relative; }
  @media screen and (min-width: 960px) {
    .p-company-message__body__box {
      border-bottom: none;
      padding: 0 0 20px; } }

#tab_box01 .p-company-message__body__box {
  position: relative; }
  #tab_box01 .p-company-message__body__box::before {
    background: #eeeeee;
    content: '';
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 105px); }
  #tab_box01 .p-company-message__body__box::after {
    background: #01264e;
    content: '';
    height: 306px;
    left: -10px;
    position: absolute;
    top: -23px;
    width: 100px;
    z-index: 0; }
  #tab_box01 .p-company-message__body__box .president-pic {
    padding: 0 0 32px 0;
    position: relative;
    z-index: 10; }
    #tab_box01 .p-company-message__body__box .president-pic img {
      height: 250px;
      object-fit: cover;
      width: 100%; }
    @media screen and (min-width: 960px) {
      #tab_box01 .p-company-message__body__box .president-pic {
        height: 400px;
        width: 364px; } }
  @media screen and (min-width: 960px) {
    #tab_box01 .p-company-message__body__box {
      display: flex;
      justify-content: space-between; }
      #tab_box01 .p-company-message__body__box::before {
        display: none; }
      #tab_box01 .p-company-message__body__box::after {
        height: calc(100% + 80px);
        left: -50px;
        top: -40px;
        width: 200px; }
      #tab_box01 .p-company-message__body__box .president-pic {
        padding: 70px 10px 0 0; }
        #tab_box01 .p-company-message__body__box .president-pic img {
          height: 400px;
          max-width: 360px; } }

.p-company-message__body__box__text {
  font-size: 1.4rem;
  letter-spacing: -0.05em;
  line-height: 1.4; }
  .p-company-message__body__box__text .message {
    margin-bottom: 1.4em; }
    .p-company-message__body__box__text .message p {
      margin-bottom: 1.7em; }
  .p-company-message__body__box__text .ceo {
    text-align: right; }
  @media screen and (min-width: 960px) {
    .p-company-message__body__box__text {
      border-bottom: solid 2px #eeeeee;
      border-top: solid 2px #eeeeee;
      font-size: 1.8rem;
      padding: 4em 0 0.8em;
      width: 72%; } }

#tab_box02 {
  background: #01264e;
  padding: 22px 20px; }
  @media screen and (min-width: 960px) {
    #tab_box02 {
      padding: 40px; } }
  #tab_box02 .p-company-message__body__box {
    border-top: solid 1px #eeeeee; }
    #tab_box02 .p-company-message__body__box .rinen {
      color: #fff;
      font-size: 1.5rem;
      line-height: 1.3;
      padding: 0 1em 1.5em;
      text-align: center; }
      #tab_box02 .p-company-message__body__box .rinen h2 {
        font-size: 2rem;
        font-weight: bold;
        margin: 0 0 0.5em 0; }
      #tab_box02 .p-company-message__body__box .rinen p {
        text-align: left;
        display: inline-block; }
      @media screen and (min-width: 960px) {
        #tab_box02 .p-company-message__body__box .rinen {
          padding: 0 1em 3em; } }
    @media screen and (min-width: 960px) {
      #tab_box02 .p-company-message__body__box {
        border-bottom: solid 2px #eeeeee;
        border-top: solid 2px #eeeeee;
        padding: 40px 0 100px; } }
  #tab_box02 .p-company-message__body__box__list .philosophy {
    background: rgba(255, 255, 255, 0.2); }
    #tab_box02 .p-company-message__body__box__list .philosophy dl {
      max-width: 210px; }
  #tab_box02 .p-company-message__body__box__list .motto {
    background: rgba(255, 255, 255, 0.15); }
    #tab_box02 .p-company-message__body__box__list .motto dl {
      max-width: 220px; }
  #tab_box02 .p-company-message__body__box__list .policy {
    background: rgba(255, 255, 255, 0.1); }
    #tab_box02 .p-company-message__body__box__list .policy dl {
      max-width: 275px; }
  @media screen and (min-width: 960px) {
    #tab_box02 .p-company-message__body__box__list {
      display: flex;
      justify-content: space-between;
      margin: 0 -4px; }
      #tab_box02 .p-company-message__body__box__list .philosophy dl {
        max-width: 280px; }
      #tab_box02 .p-company-message__body__box__list .motto {
        top: 30px; }
        #tab_box02 .p-company-message__body__box__list .motto dl {
          max-width: 350px; }
          #tab_box02 .p-company-message__body__box__list .motto dl dd {
            font-size: 2.2rem; }
      #tab_box02 .p-company-message__body__box__list .policy {
        top: 60px; }
        #tab_box02 .p-company-message__body__box__list .policy dl {
          max-width: 440px; }
          #tab_box02 .p-company-message__body__box__list .policy dl dd {
            font-size: 2.4rem; } }
  #tab_box02 .p-company-message__body__box__list li {
    margin: 0 auto 10px;
    max-width: 380px;
    min-height: 160px;
    padding: 0 1em; }
    #tab_box02 .p-company-message__body__box__list li:last-of-type {
      margin-bottom: 0; }
    #tab_box02 .p-company-message__body__box__list li dl {
      color: #fff;
      letter-spacing: -0.05em;
      margin: 0 auto;
      max-width: 260px;
      text-align: center; }
      #tab_box02 .p-company-message__body__box__list li dl dt {
        font-size: 2rem;
        font-weight: bold;
        margin: 0 0 0.5em 0;
        padding-top: 2em; }
      #tab_box02 .p-company-message__body__box__list li dl dd {
        display: block;
        font-size: 1.5rem;
        line-height: 1.3;
        text-align: left; }
    @media screen and (min-width: 960px) {
      #tab_box02 .p-company-message__body__box__list li {
        margin: 0 4px;
        max-width: unset;
        position: relative;
        width: 100%; }
        #tab_box02 .p-company-message__body__box__list li dl {
          text-align: center;
          max-width: unset;
          min-height: 360px; }
          #tab_box02 .p-company-message__body__box__list li dl dt {
            font-size: 3rem;
            padding-top: 3.8em;
            margin: 0 0 1em 0; }
          #tab_box02 .p-company-message__body__box__list li dl dd {
            font-size: 2rem; } }

.p-company-history {
  padding: 15px 0 35px; }
  @media screen and (min-width: 960px) {
    .p-company-history {
      padding: 105px 0 110px; } }

.p-company-history__subtitle {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center; }
  @media screen and (min-width: 960px) {
    .p-company-history__subtitle {
      font-size: 3rem; } }

.p-company-history__timeline {
  padding: 20px 0;
  text-align: center; }
  @media screen and (min-width: 960px) {
    .p-company-history__timeline {
      padding: 80px 0; } }

.p-company-history__timeline__item {
  position: relative; }
  @media screen and (min-width: 960px) {
    .p-company-history__timeline__item.y_2018 .texts dd {
      margin-bottom: 0; } }
  .p-company-history__timeline__item .year {
    width: 100%; }
    .p-company-history__timeline__item .year p {
      background: #00489a;
      border-radius: 30px;
      color: #fff;
      display: inline-block;
      font-size: 1.6rem;
      font-family: "Roboto", yugothic;
      font-weight: 500;
      height: 50px;
      line-height: 50px;
      letter-spacing: -0.05em;
      width: 50px; }
      @media screen and (min-width: 960px) {
        .p-company-history__timeline__item .year p {
          border-radius: 30px;
          font-size: 2rem;
          height: 60px;
          line-height: 60px;
          width: 60px; } }
  .p-company-history__timeline__item .texts {
    border-right: solid 2px #eeeeee;
    display: inline-block;
    padding: 0 32px 0 0;
    position: relative;
    right: 25%;
    text-align: right;
    width: 50%; }
    @media screen and (min-width: 960px) {
      .p-company-history__timeline__item .texts {
        align-items: baseline;
        border-right: solid 4px #eeeeee;
        display: flex;
        padding: 0 70px 0 0;
        right: -2px;
        flex-direction: row-reverse; } }
    .p-company-history__timeline__item .texts.txt-left {
      border-right: none;
      border-left: solid 2px #eeeeee;
      padding: 0 0 0 32px;
      text-align: left;
      left: 25%; }
      .p-company-history__timeline__item .texts.txt-left dt::after {
        left: -32px;
        right: unset; }
      @media screen and (min-width: 960px) {
        .p-company-history__timeline__item .texts.txt-left {
          border-left: solid 4px #eeeeee;
          flex-direction: initial;
          left: calc(50% - 2px);
          padding: 0 0 0 70px; }
          .p-company-history__timeline__item .texts.txt-left dt {
            text-align: right;
            min-width: 85.2px; }
            .p-company-history__timeline__item .texts.txt-left dt::after {
              left: -70px; }
          .p-company-history__timeline__item .texts.txt-left dd {
            padding: 0.2em 0 0 2em; } }
    .p-company-history__timeline__item .texts dt {
      color: #00489a;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1.88;
      padding: 0.2em 0 0;
      position: relative; }
      .p-company-history__timeline__item .texts dt::after {
        background: #eeeeee;
        content: '';
        height: 2px;
        position: absolute;
        right: -32px;
        top: 18px;
        width: 20px; }
      @media screen and (min-width: 960px) {
        .p-company-history__timeline__item .texts dt {
          font-size: 1.8rem;
          min-width: 76px;
          padding: 0.8em 0 0;
          text-align: left; }
          .p-company-history__timeline__item .texts dt::after {
            height: 4px;
            right: -70px;
            top: 30px;
            width: 40px; } }
    .p-company-history__timeline__item .texts dd {
      display: block;
      font-size: 1.4rem;
      line-height: 1.28;
      margin-bottom: 1.58em; }
      .p-company-history__timeline__item .texts dd .space {
        margin-bottom: 1.58em; }
      @media screen and (min-width: 960px) {
        .p-company-history__timeline__item .texts dd {
          font-size: 1.8rem;
          margin-bottom: 2.2em;
          padding: 0.2em 2em 0 0; } }

.p-company-profile {
  padding: 0 0 65px; }
  @media screen and (min-width: 960px) {
    .p-company-profile {
      padding: 0 0 170px; } }

.p-company-profile__list {
  letter-spacing: -0.05em; }
  .p-company-profile__list dt {
    background: #01264e;
    color: #fff;
    font-size: 1.6rem;
    padding: 0.3em 0 0.3em 5%;
    text-transform: uppercase; }
  .p-company-profile__list dd {
    border: 0.5px solid #eeeeee;
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 0.07em 0 0.36em;
    padding: 0.5em 5%; }
    .p-company-profile__list dd .new-line {
      display: block; }
    .p-company-profile__list dd .order {
      display: block;
      margin-bottom: 1.4em; }
  @media screen and (min-width: 960px) {
    .p-company-profile__list {
      margin: 0 auto;
      max-width: 1000px; }
      .p-company-profile__list li:first-of-type dt .term {
        border-top: solid 2px #eeeeee;
        margin-top: 80px; }
      .p-company-profile__list li:first-of-type dd {
        border-top: solid 1px #434343; }
        .p-company-profile__list li:first-of-type dd .description {
          border-top: solid 2px #eeeeee;
          margin-top: 80px; }
      .p-company-profile__list li:last-of-type dt .term {
        border-bottom: solid 2px #eeeeee;
        margin-bottom: 60px; }
      .p-company-profile__list li:last-of-type dd {
        border-bottom: solid 1px #434343; }
        .p-company-profile__list li:last-of-type dd .description {
          border-bottom: solid 2px #eeeeee;
          margin-bottom: 60px; }
      .p-company-profile__list .list {
        display: flex; }
      .p-company-profile__list dt {
        font-size: 1.8rem;
        margin-right: 1em;
        max-width: 200px;
        padding: 0;
        width: 20%; }
        .p-company-profile__list dt .term {
          border-top: solid 1px #eeeeee;
          padding: 20px 0;
          text-align: center;
          margin: 0 auto;
          width: 80%; }
      .p-company-profile__list dd {
        border-bottom: none;
        border-left: solid 1px #434343;
        border-right: solid 1px #434343;
        border-top: none;
        font-size: 1.8rem;
        width: 78%;
        margin: 0;
        padding: 0; }
        .p-company-profile__list dd .description {
          box-sizing: border-box;
          border-top: solid 1px #eeeeee;
          margin: 0 auto;
          padding: 20px 0 20px 20px;
          width: 95%; } }

.p-company-partner {
  padding: 0 12px 55px; }
  @media screen and (min-width: 960px) {
    .p-company-partner {
      padding: 0 0 280px; }
      .p-company-partner .c-title1 {
        margin-bottom: 90px; } }

.p-company-access {
  padding: 0 12px 55px; }
  @media screen and (min-width: 960px) {
    .p-company-access {
      padding: 0 0 190px; }
      .p-company-access .c-access__map {
        margin-left: -40px;
        margin-right: -40px; } }

.p-company-recruit {
  padding: 0 0 120px; }

.p-contact-mv .c-page-mv__inner::before {
  background-image: url("../images/contact/mv.jpg");
  background-position: 85% 0; }
.p-contact-mv .c-page-mv__inner__title h2 {
  font-size: 2rem; }
@media screen and (min-width: 960px) {
  .p-contact-mv .c-page-mv__inner__title h2 {
    font-size: 4rem; } }

.p-contact {
  padding: 40px 24px 8px; }
  @media screen and (min-width: 960px) {
    .p-contact {
      padding: 70px 4vw 120px; }
      .p-contact .c-contact-wrap {
        max-width: 900px;
        margin: 0 auto; } }
  .p-contact .c-contact-wrap textarea,
  .p-contact .c-contact-wrap input {
    border: 1px solid rgba(137, 137, 137, 0.7); }
  @media screen and (min-width: 960px) {
    .p-contact .c-contact-wrap textarea {
      height: 200px; } }

.p-contact__body {
  font-size: 1.4rem;
  line-height: 1.28; }
  @media screen and (min-width: 960px) {
    .p-contact__body {
      font-size: 1.8rem;
      line-height: 1.8; } }
  .p-contact__body p .star {
    color: #00489a; }
  .p-contact__body .devide {
    margin-bottom: 1.7em; }
    @media screen and (min-width: 960px) {
      .p-contact__body .devide {
        margin-bottom: 0; } }
  .p-contact__body .inline p {
    display: inline; }

.p-contact__body__text {
  margin: 0 0 40px;
  max-width: 900px; }
  @media screen and (min-width: 960px) {
    .p-contact__body__text {
      margin: 0 auto 80px; } }
  .p-contact__body__text p {
    line-height: 1.33;
    margin: 1.33em 0; }

.p-top-mv {
  position: relative; }

.p-top-mv__inner {
  align-items: center;
  display: flex;
  height: 80vw;
  justify-content: center;
  overflow: hidden; }
  @media screen and (min-width: 960px) {
    .p-top-mv__inner {
      height: calc(100vh + 1px); } }
  .p-top-mv__inner video {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.p-top-mv__inner__comment h2 {
  color: #fff;
  display: inline-block;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.66;
  padding: 66vw 0 0 6.4vw; }
@media screen and (min-width: 960px) {
  .p-top-mv__inner__comment {
    max-width: 1600px; }
    .p-top-mv__inner__comment h2 {
      font-size: 6rem;
      max-width: 70vw;
      padding: 500px 4vw 0; } }

.p-top-mv__topics {
  background: #011429;
  color: #fff;
  padding: 35px; }
  @media screen and (min-width: 960px) {
    .p-top-mv__topics {
      bottom: 0;
      left: 0;
      padding: 30px 40px;
      position: absolute;
      width: 800px; }
      .p-top-mv__topics .c-inner {
        display: flex; } }
  .p-top-mv__topics .title {
    font-size: 2.5rem;
    flex-shrink: 0;
    letter-spacing: 0.05em;
    padding-bottom: 0.8em; }
    @media screen and (min-width: 960px) {
      .p-top-mv__topics .title {
        font-size: 5rem;
        padding-bottom: 0; } }
  .p-top-mv__topics .topics_list {
    display: block;
    font-size: 1rem;
    line-height: 1.4; }
    @media screen and (min-width: 960px) {
      .p-top-mv__topics .topics_list {
        font-size: 1.6rem; } }
    .p-top-mv__topics .topics_list li {
      display: flex;
      padding: 0.15em;
      margin-left: 2em; }
      .p-top-mv__topics .topics_list li .entry_date {
        margin-right: 1em;
        width: 5em;
        white-space: nowrap; }
      .p-top-mv__topics .topics_list li a {
        background-image: linear-gradient(to top, #fff 1px, transparent 1px);
        background-repeat: no-repeat;
        background-size: 0 100%;
        transition: background-size 0.4s; }
        .p-top-mv__topics .topics_list li a:hover {
          background-size: 100% 100%; }

.p-top-wrap {
  margin: 50px 12px 20px; }
  .p-top-wrap .c-button {
    font-size: 1rem;
    padding: 1.4em 0.8em; }
  @media screen and (min-width: 960px) {
    .p-top-wrap {
      margin: 100px 40px 50px; }
      .p-top-wrap .c-button {
        font-size: 2rem;
        padding: 0.8em; } }

.p-top-mission {
  position: relative; }
  .p-top-mission.entered::before {
    transform: translate(-8px, -8px); }
    @media screen and (min-width: 960px) {
      .p-top-mission.entered::before {
        transform: translate(-20px, -20px); } }
  .p-top-mission.entered::after {
    transform: translate(8px, 8px); }
    @media screen and (min-width: 960px) {
      .p-top-mission.entered::after {
        transform: translate(20px, 20px); } }
  .p-top-mission::before {
    background: url("../images/mission.jpg") no-repeat;
    background-position: 90% center;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    left: 8px;
    position: absolute;
    right: 8px;
    top: 0;
    transition: transform 1.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .p-top-mission::after {
    background: rgba(1, 38, 78, 0.7);
    bottom: 0;
    content: "";
    left: 8px;
    position: absolute;
    top: 0;
    transition: transform 1.25s cubic-bezier(0.075, 0.82, 0.165, 1);
    right: 8px;
    z-index: 1; }

.p-top-mission__inner {
  padding: 35px 20px 20px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2; }
  .p-top-mission__inner .underline {
    text-decoration: underline; }
  .p-top-mission__inner .c-title1 {
    margin: 0 0 22px; }
  .p-top-mission__inner p {
    font-family: "Jomolhari", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5; }
  .p-top-mission__inner .c-button {
    margin: 22px auto 0;
    max-width: 280px;
    width: 90%; }
  @media screen and (min-width: 960px) {
    .p-top-mission__inner {
      padding: 80px 60px 60px; }
      .p-top-mission__inner .c-title1 {
        margin: 0 0 38px; }
      .p-top-mission__inner p {
        font-size: 3rem; }
      .p-top-mission__inner .c-button {
        margin: 40px auto 0;
        max-width: 400px;
        width: auto; } }

.p-top-business {
  padding: 55px 0 78px; }
  .p-top-business .c-title1 {
    margin-bottom: 2em; }
  .p-top-business .c-button {
    margin-top: 40px; }
  @media screen and (min-width: 960px) {
    .p-top-business {
      padding: 150px 0 240px; }
      .p-top-business .c-title1 {
        margin-bottom: 2em; }
      .p-top-business .c-button {
        margin-top: 80px; } }

.p-top-recruit {
  background: #e3e5e8;
  margin: 0 -12px; }
  @media screen and (min-width: 960px) {
    .p-top-recruit {
      margin: 0 -40px; } }

.p-top-recruit__head {
  overflow: hidden;
  padding: 40px 0 126px;
  position: relative;
  text-align: center; }
  .p-top-recruit__head.entered::before {
    transform: none; }
  .p-top-recruit__head::before {
    background: url("../images/recruit_bg.jpg") no-repeat center;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    transform: scale(1.5);
    transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1);
    top: 0;
    z-index: 0; }
  .p-top-recruit__head .subtitle {
    color: #fff;
    font-family: "Jomolhari", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.5rem;
    letter-spacing: 0.15em;
    text-transform: uppercase; }
  .p-top-recruit__head .texts {
    position: relative;
    z-index: 10; }
  @media screen and (min-width: 960px) {
    .p-top-recruit__head {
      padding: 90px 0 250px; }
      .p-top-recruit__head .c-title1 {
        margin-bottom: 0.8em; }
      .p-top-recruit__head .subtitle {
        font-size: 3rem; } }

.p-top-recruit__wrap {
  margin: 0 auto;
  padding: 0 13px; }
  .p-top-recruit__wrap .bg_wh {
    top: -48px;
    background: #fff;
    padding: 0 10px 35px;
    position: relative;
    z-index: 20; }
  @media screen and (min-width: 960px) {
    .p-top-recruit__wrap .bg_wh {
      top: -96px;
      padding: 110px 0 48px; } }

@media screen and (min-width: 960px) {
  .p-top-recruit__body {
    margin: 0 auto;
    max-width: 1320px;
    width: calc(100% - 60px); } }
@media screen and (min-width: 960px) {
  .p-top-recruit__body + .c-button {
    margin-top: 40px; } }
.p-top-recruit__body li {
  padding: 40px 0; }
  @media screen and (min-width: 960px) {
    .p-top-recruit__body li {
      padding: 40px 30px; } }
  @media screen and (min-width: 1200px) {
    .p-top-recruit__body li {
      align-items: flex-start;
      display: flex; } }
  .p-top-recruit__body li + li {
    border-top: solid 3px #eee; }
    @media screen and (min-width: 960px) {
      .p-top-recruit__body li + li {
        border-top-width: 6px; } }
  @media screen and (min-width: 1200px) {
    .p-top-recruit__body li:nth-child(even) {
      flex-direction: row-reverse; } }
  .p-top-recruit__body li:nth-child(even) .title-box figcaption {
    left: 16%;
    right: auto; }
  @media screen and (min-width: 1200px) {
    .p-top-recruit__body li:nth-child(even) .flex {
      margin-left: 0;
      margin-right: 15px; } }
  .p-top-recruit__body li .title-box {
    overflow: hidden;
    position: relative; }
    @media screen and (min-width: 1200px) {
      .p-top-recruit__body li .title-box {
        flex: 0 0 50%; } }
    .p-top-recruit__body li .title-box img {
      vertical-align: top; }
      @media screen and (min-width: 960px) {
        .p-top-recruit__body li .title-box img {
          width: 100%; } }
    .p-top-recruit__body li .title-box figcaption {
      color: #fff;
      font-family: "Jomolhari", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-size: 20px;
      position: absolute;
      right: 16%;
      top: 23%; }
      @media screen and (min-width: 320px) {
        .p-top-recruit__body li .title-box figcaption {
          font-size: calc(5.281vw + 3.102px); } }
      @media screen and (min-width: 623px) {
        .p-top-recruit__body li .title-box figcaption {
          font-size: 36px; } }
      @media screen and (min-width: 960px) {
        .p-top-recruit__body li .title-box figcaption {
          font-size: calc(5vw + 4px); } }
      @media screen and (min-width: 1200px) {
        .p-top-recruit__body li .title-box figcaption {
          font-size: calc(2.186vw + 5.77px); } }
      @media screen and (min-width: 1566px) {
        .p-top-recruit__body li .title-box figcaption {
          font-size: 40px; } }
  @media screen and (min-width: 1200px) {
    .p-top-recruit__body li .flex {
      align-self: stretch;
      box-sizing: border-box;
      display: flex;
      flex: 0 0 50%;
      flex-direction: column;
      margin-left: 15px; } }
  .p-top-recruit__body li .description {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 2rem;
    line-height: 1.2;
    padding: 1em 0;
    text-align: center; }
    @media screen and (min-width: 960px) {
      .p-top-recruit__body li .description {
        font-size: 4rem; } }
    @media screen and (min-width: 1200px) {
      .p-top-recruit__body li .description {
        align-items: center;
        display: flex;
        justify-content: center;
        padding: 0 0 5%;
        flex-grow: 1; } }
    .p-top-recruit__body li .description p:not([lang="en"]) {
      letter-spacing: -0.1em; }

.p-top-company {
  padding: 20px 0 45px;
  margin: 0 auto;
  max-width: 570px; }
  .p-top-company .c-title1 {
    margin-bottom: 50px; }
  @media screen and (min-width: 960px) {
    .p-top-company {
      width: 80vw;
      max-width: 1600px;
      padding: 210px 0 190px; }
      .p-top-company .c-title1 {
        margin-bottom: 90px; } }

.p-top-company__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -5px;
  max-width: 580px; }
  .p-top-company__body li {
    margin: 10px;
    width: calc(50% - 20px); }
    .p-top-company__body li .box_bg {
      background-size: 0;
      display: block;
      padding-bottom: 62.5%;
      position: relative;
      width: 100%;
      z-index: 0; }
      .p-top-company__body li .box_bg.entered::before {
        transform: translate(-5px, -5px); }
        @media screen and (min-width: 960px) {
          .p-top-company__body li .box_bg.entered::before {
            transform: translate(-10px, -10px); } }
      .p-top-company__body li .box_bg.entered::after {
        transform: translate(5px, 5px); }
        @media screen and (min-width: 960px) {
          .p-top-company__body li .box_bg.entered::after {
            transform: translate(10px, 10px); } }
      .p-top-company__body li .box_bg::before {
        background-image: inherit;
        background-size: cover;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1); }
      .p-top-company__body li .box_bg::after {
        background: rgba(1, 38, 78, 0.7);
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
        z-index: 10; }
      .p-top-company__body li .box_bg .texts {
        bottom: 0;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        left: 0;
        margin-left: 12.5%;
        margin-top: 10px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 20; }
        .p-top-company__body li .box_bg .texts .subtitle {
          font-size: 1.2rem;
          font-weight: bold;
          letter-spacing: -0.05em; }
        .p-top-company__body li .box_bg .texts h4 {
          font-family: "Jomolhari", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
          font-weight: 500;
          font-size: 2rem;
          line-height: 1.5; }
      .p-top-company__body li .box_bg:hover::before, .p-top-company__body li .box_bg:hover::after {
        transform: none; }
  @media screen and (min-width: 960px) {
    .p-top-company__body {
      max-width: none;
      margin: -30px;
      width: auto; }
      .p-top-company__body li {
        margin: 30px;
        width: calc(50% - 60px); }
        .p-top-company__body li .box_bg {
          padding-bottom: 47.36%; }
          .p-top-company__body li .box_bg .texts {
            margin-left: 20%;
            margin-top: 20px; }
            .p-top-company__body li .box_bg .texts .subtitle {
              font-size: 2.4rem; }
            .p-top-company__body li .box_bg .texts h4 {
              font-size: 5rem; } }

.p-top-partner {
  padding: 0 12px 30px; }
  @media screen and (min-width: 960px) {
    .p-top-partner {
      padding: 0 0 168px; }
      .p-top-partner .c-title1 {
        margin-bottom: 90px; } }

.p-top-access {
  padding: 22px 12px 0; }
  @media screen and (min-width: 960px) {
    .p-top-access {
      padding: 0; }
      .p-top-access .c-access__map {
        margin-left: -40px;
        margin-right: -40px; } }
  .p-top-access .c-title1 {
    margin-bottom: 48px; }
    @media screen and (min-width: 960px) {
      .p-top-access .c-title1 {
        margin-bottom: 100px; } }

#tanaka .c-page-mv__inner {
  background-position: left 60%; }

.p-interviewee-mv .c-page-mv__inner {
  background-position: right 30%;
  background-size: cover; }
.p-interviewee-mv .c-page-mv__inner__title {
  border: none;
  margin: 0 12px; }
  .p-interviewee-mv .c-page-mv__inner__title h2 {
    font-size: 2rem;
    margin-bottom: 2em; }
@media screen and (min-width: 960px) {
  .p-interviewee-mv {
    height: 400px;
    margin: 118px auto 0;
    max-width: 1614px; }
    .p-interviewee-mv .c-page-mv__inner {
      height: 400px;
      width: 37.5%; }
    .p-interviewee-mv .c-page-mv__inner__title {
      border: solid 1px #434343;
      padding: 100px 1.2% 0 4.5%;
      margin: 0 16px 0 0;
      text-align: left;
      width: 61.5%; }
      .p-interviewee-mv .c-page-mv__inner__title h2 {
        font-size: 4rem;
        margin-bottom: 1em; } }
.p-interviewee-mv .l_box {
  border: solid 1px #434343;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "YuGothic Medium", "游ゴシック体 Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  margin: 0 auto;
  letter-spacing: -0.05em;
  line-height: 1.2;
  max-width: 560px;
  padding: 20px 0; }
  .p-interviewee-mv .l_box .interviewee {
    color: #01264e;
    font-size: 1.8rem;
    font-weight: bold; }
    .p-interviewee-mv .l_box .interviewee small {
      font-size: 1.2rem;
      letter-spacing: 0.1em;
      margin-left: 1em; }
  .p-interviewee-mv .l_box .department {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1.25em; }
  .p-interviewee-mv .l_box .comment {
    display: inline-block;
    font-size: 1.5rem;
    text-align: left; }
  @media screen and (min-width: 960px) {
    .p-interviewee-mv .l_box {
      border: none;
      margin: 0;
      max-width: unset;
      padding: 0; }
      .p-interviewee-mv .l_box .interviewee {
        font-size: 3rem; }
        .p-interviewee-mv .l_box .interviewee small {
          font-size: 2rem;
          margin-left: 1.5em; }
      .p-interviewee-mv .l_box .department {
        font-size: 2rem; }
      .p-interviewee-mv .l_box .comment {
        font-size: 3rem;
        letter-spacing: -0.1em; } }

.p-interviewee {
  padding: 0 12px; }
  @media screen and (min-width: 960px) {
    .p-interviewee {
      padding: 80px 4vw 0; } }

.p-interviewee-p_navi {
  padding: 0 0 60px;
  text-align: center; }
  @media screen and (min-width: 960px) {
    .p-interviewee-p_navi {
      padding: 0 0 160px; } }

.p-interviewee-p_navi__body {
  align-items: center;
  display: flex;
  flex-direction: column; }

.p-interviewee-p_navi__body__list {
  margin: 0 -20px;
  max-width: 960px;
  width: 100%; }
  @media (min-width: 360px) {
    .p-interviewee-p_navi__body__list {
      display: flex;
      flex-wrap: wrap; } }
  @media screen and (min-width: 960px) {
    .p-interviewee-p_navi__body__list {
      margin: 0 -4vw;
      max-width: 1400px; } }
  .p-interviewee-p_navi__body__list li {
    box-sizing: border-box;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin: 0 auto 20px;
    padding: 0 10px;
    text-align: center; }
    .p-interviewee-p_navi__body__list li a {
      overflow: hidden;
      position: relative;
      transition: color 0.2s linear, background-color 0.2s linear;
      background: #01264e;
      border: 1px solid #01264e;
      display: block;
      padding: 1em 0.5em; }
      .p-interviewee-p_navi__body__list li a::before, .p-interviewee-p_navi__body__list li a::after {
        background-color: transparent;
        bottom: -1px;
        content: "";
        display: block;
        opacity: 1;
        position: absolute;
        top: -1px;
        transform: skewX(45deg);
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        width: 100%; }
      .p-interviewee-p_navi__body__list li a::before {
        left: 0;
        transform-origin: left bottom; }
      .p-interviewee-p_navi__body__list li a::after {
        right: 0;
        transform-origin: right top; }
      .p-interviewee-p_navi__body__list li a:hover {
        color: #01264e;
        background: #fff; }
        .p-interviewee-p_navi__body__list li a:hover::before, .p-interviewee-p_navi__body__list li a:hover::after {
          background-color: #01264e;
          transform: skewX(45deg) scaleX(0);
          opacity: 0; }
    @media (min-width: 360px) {
      .p-interviewee-p_navi__body__list li {
        width: 50%; } }
    @media (min-width: 960px) {
      .p-interviewee-p_navi__body__list li {
        font-size: 2rem;
        width: 20%; } }

.p-interviewee-p_navi__text {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 1.3em; }
  @media screen and (min-width: 960px) {
    .p-interviewee-p_navi__text {
      font-size: 3rem;
      margin-bottom: 2.6em; } }

.p-interviewee-section {
  margin-bottom: 40px; }
  .p-interviewee-section.p-interviewee-future {
    padding-bottom: 55px; }
  .p-interviewee-section .photo_box {
    margin-bottom: 20px; }
  @media screen and (min-width: 960px) {
    .p-interviewee-section {
      display: flex;
      justify-content: space-between;
      max-width: 1500px;
      margin-bottom: 80px; }
      .p-interviewee-section.p-interviewee-future {
        padding-bottom: 110px; }
      .p-interviewee-section .photo_box {
        margin: 0 40px 0 0;
        width: 46%; }
        .p-interviewee-section .photo_box img {
          object-fit: cover;
          width: 100%; } }
  .p-interviewee-section .txt_box {
    letter-spacing: 0.05em; }
    .p-interviewee-section .txt_box .titles {
      margin-bottom: 40px; }
      .p-interviewee-section .txt_box .titles .section_icon {
        background: #01264e;
        color: #fff;
        font-size: 1.4rem;
        margin-bottom: 0.35em;
        padding: 1px 0;
        text-align: center;
        width: 90px; }
      .p-interviewee-section .txt_box .titles h4 {
        font-size: 1.6rem; }
    .p-interviewee-section .txt_box p {
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 1.4; }
    .p-interviewee-section .txt_box .devide {
      margin-bottom: 1.75em; }
    @media screen and (min-width: 960px) {
      .p-interviewee-section .txt_box {
        width: 50.6%; }
        .p-interviewee-section .txt_box .titles {
          align-items: flex-start;
          display: flex; }
          .p-interviewee-section .txt_box .titles .section_icon {
            font-size: 1.6rem;
            line-height: 1.875;
            margin-right: 1.25em;
            width: 120px; }
          .p-interviewee-section .txt_box .titles h4 {
            font-size: 3rem; }
        .p-interviewee-section .txt_box p {
          font-size: 1.8rem;
          line-height: 1.66; } }

.p-interviewee-advantage .photo_box {
  display: flex;
  justify-content: space-between; }
  .p-interviewee-advantage .photo_box img {
    object-fit: cover;
    width: 48.8%; }
    .p-interviewee-advantage .photo_box img:last-of-type {
      object-position: 100% 0; }
@media screen and (min-width: 960px) {
  .p-interviewee-advantage {
    flex-direction: row-reverse; }
    .p-interviewee-advantage .txt_box {
      width: 46%; }
      .p-interviewee-advantage .txt_box .titles h4 {
        font-size: 2.2rem;
        line-height: 1.37; }
    .p-interviewee-advantage .photo_box {
      margin: 0 0 0 40px;
      width: 50.6%; }
      .p-interviewee-advantage .photo_box img {
        height: 66.6%; } }

@media screen and (max-width: 1024px) {
  .p-interviewee-advantage .photo_box {
    display: flex;
    flex-direction: column; }
    .p-interviewee-advantage .photo_box img {
      width: 100%;
      margin-bottom: 20px; } }
.p-interviewee-interview {
  padding: 0 0 95px; }
  @media screen and (min-width: 960px) {
    .p-interviewee-interview {
      padding: 0 0 190px; } }

.p-interviewee-blog {
  padding: 0 0 40px; }
  .p-interviewee-blog .c-title1 {
    margin-bottom: 50px; }
  @media screen and (min-width: 960px) {
    .p-interviewee-blog {
      padding: 0 0 120px; }
      .p-interviewee-blog .c-title1 {
        margin-bottom: 100px; } }

.p-privacy-policy {
  padding: 40px 12px 45px; }
  .p-privacy-policy p {
    line-height: 1.66; }
  @media screen and (min-width: 960px) {
    .p-privacy-policy {
      padding: 80px 4vw 130px; }
      .p-privacy-policy p {
        font-size: 1.8rem; } }

.p-privacy-policy-mv .c-page-mv__inner::before {
  background-image: url("../images/privacy/mv.jpg");
  background-position: 90% center; }
.p-privacy-policy-mv .c-page-mv__inner__title h2 {
  font-size: 3rem; }

.p-recruit {
  margin: 79px 12px 0; }
  @media screen and (min-width: 960px) {
    .p-recruit {
      margin: 160px 60px 0; } }

.p-recruit-mv .c-page-mv__inner::before {
  background-image: url("../images/recruit/mv.jpg"); }

.p-recruit-p_navi {
  padding: 0 0 40px; }
  .p-recruit-p_navi .c-title1 {
    font-size: 2rem;
    margin-bottom: 1.5em; }
  @media screen and (min-width: 960px) {
    .p-recruit-p_navi {
      padding: 0 0 170px; }
      .p-recruit-p_navi .c-title1 {
        font-size: 5rem;
        margin-bottom: 90px; } }

.p-recruit-p_navi__text {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 1.4em;
  text-align: center; }
  @media screen and (min-width: 960px) {
    .p-recruit-p_navi__text {
      font-size: 2rem;
      margin-bottom: 3.5em; } }

.p-recruit-p_navi__body {
  align-items: center;
  display: flex;
  flex-direction: column; }

.p-recruit-p_navi__body__list {
  margin: 0 -20px;
  max-width: 960px;
  width: 100%; }
  @media (min-width: 360px) {
    .p-recruit-p_navi__body__list {
      display: flex;
      flex-wrap: wrap; } }
  @media screen and (min-width: 960px) {
    .p-recruit-p_navi__body__list {
      max-width: 1400px; } }
  .p-recruit-p_navi__body__list li {
    box-sizing: border-box;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin: 0 auto 20px;
    padding: 0 10px;
    text-align: center; }
    @media (min-width: 360px) {
      .p-recruit-p_navi__body__list li {
        width: 50%; } }
    @media (min-width: 960px) {
      .p-recruit-p_navi__body__list li {
        font-size: 2rem;
        max-width: 220px;
        min-width: 165px;
        width: 20%; } }
    .p-recruit-p_navi__body__list li a {
      overflow: hidden;
      position: relative;
      transition: color 0.2s linear, background-color 0.2s linear;
      border: 1px solid #01264e;
      background: #01264e;
      display: block;
      padding: 1em 0.5em; }
      .p-recruit-p_navi__body__list li a::before, .p-recruit-p_navi__body__list li a::after {
        background-color: transparent;
        bottom: -1px;
        content: "";
        display: block;
        opacity: 1;
        position: absolute;
        top: -1px;
        transform: skewX(45deg);
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        width: 100%; }
      .p-recruit-p_navi__body__list li a::before {
        left: 0;
        transform-origin: left bottom; }
      .p-recruit-p_navi__body__list li a::after {
        right: 0;
        transform-origin: right top; }
      .p-recruit-p_navi__body__list li a:hover {
        color: #01264e;
        background: #fff; }
        .p-recruit-p_navi__body__list li a:hover::before, .p-recruit-p_navi__body__list li a:hover::after {
          background-color: #01264e;
          transform: skewX(45deg) scaleX(0);
          opacity: 0; }

.p-recruit-value {
  padding: 0 0 35.5px; }
  .p-recruit-value .c-title1 {
    font-size: 2rem;
    margin-bottom: 1.5em;
    text-transform: initial; }
  @media screen and (min-width: 960px) {
    .p-recruit-value {
      padding: 0 0 190px; }
      .p-recruit-value .c-title1 {
        font-size: 5rem;
        margin-bottom: 1.8em; } }

.p-recruit-value__body {
  counter-reset: item;
  list-style: none; }

.p-recruit-value__body__box {
  position: relative; }
  .p-recruit-value__body__box::before {
    background: #fff;
    counter-increment: item;
    content: counter(item) "";
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 3rem;
    height: 25px;
    left: 1.3%;
    line-height: 0.9;
    position: absolute;
    text-align: center;
    top: 5.5px;
    width: 25px; }
  @media screen and (min-width: 960px) {
    .p-recruit-value__body__box {
      max-width: 1400px;
      margin: 0 auto 10px;
      width: 100%; }
      .p-recruit-value__body__box::before {
        font-size: 4rem;
        height: 40px;
        left: 6px;
        top: 7px;
        width: 40px; } }
  .p-recruit-value__body__box dl dt {
    background: #01264e;
    color: #fff;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    padding: 0.63em 0 0.63em 10.6%; }
  .p-recruit-value__body__box dl dd {
    color: #313131;
    font-size: 1.4rem;
    line-height: 1.78;
    padding: 0.4em 1em 1.4em 10.6%; }
  @media screen and (min-width: 960px) {
    .p-recruit-value__body__box dl {
      align-items: flex-start;
      display: flex; }
      .p-recruit-value__body__box dl dt {
        font-size: 2.4rem;
        margin-right: 2%;
        min-width: 392px;
        padding: 0.63em 0 0.63em 60px;
        width: 28%; }
      .p-recruit-value__body__box dl dd {
        border-bottom: solid 2px #eeeeee;
        font-size: 2rem;
        padding: 0 0 0.18em 0.75em;
        line-height: 2.4;
        width: 70%; }
        .p-recruit-value__body__box dl dd p {
          display: inline-block; } }

.p-recruit-business .c-button {
  margin-top: 40px; }
@media screen and (min-width: 960px) {
  .p-recruit-business .c-button {
    margin-top: 90px; } }

.p-recruit-business {
  padding-bottom: 55px; }
  .p-recruit-business .c-title1 {
    margin-bottom: 50px; }
  @media screen and (min-width: 960px) {
    .p-recruit-business {
      padding-bottom: 190px; }
      .p-recruit-business .c-title1 {
        margin-bottom: 100px; } }

.p-recruit-interview {
  padding-bottom: 55px; }
  @media screen and (min-width: 960px) {
    .p-recruit-interview {
      padding-bottom: 170px; } }

.p-recruit-recruitment .c-title1 {
  letter-spacing: 0.05em;
  margin-bottom: 1.96em; }
  .p-recruit-recruitment .c-title1::after {
    background-color: #000; }
@media screen and (min-width: 960px) {
  .p-recruit-recruitment {
    margin-bottom: 140px; }
    .p-recruit-recruitment .p-recruit-recruitment__wrap {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    .p-recruit-recruitment .c-title1 {
      margin-bottom: 2em; } }

.p-recruit-recruitment__outline {
  margin-bottom: 80px; }
  .p-recruit-recruitment__outline dl {
    letter-spacing: -0.05em;
    margin-bottom: 6px; }
    .p-recruit-recruitment__outline dl:last-of-type {
      margin-bottom: 20px; }
      @media screen and (min-width: 960px) {
        .p-recruit-recruitment__outline dl:last-of-type {
          flex-grow: 1; } }
  @media screen and (min-width: 960px) {
    .p-recruit-recruitment__outline {
      display: flex;
      flex-direction: column;
      margin: 0 auto 100px;
      min-width: 680px;
      width: 48%; }
      .p-recruit-recruitment__outline dl {
        display: flex;
        margin: 0; }
        .p-recruit-recruitment__outline dl:nth-of-type(2) dt .term {
          border-top: 2px solid #eeeeee; }
        .p-recruit-recruitment__outline dl:last-of-type {
          margin: 0 0 40px; }
          .p-recruit-recruitment__outline dl:last-of-type dt {
            padding-bottom: 65px; }
            .p-recruit-recruitment__outline dl:last-of-type dt .term {
              border-bottom: 1px solid #eeeeee; }
          .p-recruit-recruitment__outline dl:last-of-type dd {
            border-bottom: solid 1px #434343; }
            .p-recruit-recruitment__outline dl:last-of-type dd .description {
              border-bottom: 1px solid #eeeeee; }
        .p-recruit-recruitment__outline dl dt {
          background: #4d6783;
          padding: 0 40px;
          width: 33%;
          min-width: 255px; }
          .p-recruit-recruitment__outline dl dt .term {
            margin: 0 auto;
            width: 66%; }
        .p-recruit-recruitment__outline dl dd {
          width: 64%; }
          .p-recruit-recruitment__outline dl dd .description {
            margin: 0 auto;
            width: 83%; } }
  .p-recruit-recruitment__outline .blue_box {
    background: #01264e;
    color: #fff;
    padding: 10px 2.4%;
    text-align: center; }
    .p-recruit-recruitment__outline .blue_box dt {
      border-bottom: solid 1px #fff;
      font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-size: 2rem;
      margin-right: 3.4%;
      padding-bottom: 10px; }
    .p-recruit-recruitment__outline .blue_box dd {
      font-size: 1.5rem;
      letter-spacing: -0.1em;
      padding: 10px 0 0; }
    @media screen and (min-width: 960px) {
      .p-recruit-recruitment__outline .blue_box {
        background: none;
        padding: 0; }
        .p-recruit-recruitment__outline .blue_box dt {
          background: #4d6783;
          border: none;
          font-size: 5rem;
          font-weight: 500;
          padding: 90px 0 34px; }
          .p-recruit-recruitment__outline .blue_box dt .term {
            width: 86%; }
        .p-recruit-recruitment__outline .blue_box dd {
          border-left: solid 1px #434343;
          border-right: solid 1px #434343;
          border-top: solid 1px #434343;
          color: #01264e;
          font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
          font-size: 2.4rem;
          font-weight: 500;
          padding: 116px 0 0;
          text-align: left; }
          .p-recruit-recruitment__outline .blue_box dd .description {
            padding-left: 10px; } }
  .p-recruit-recruitment__outline .txt_box dt {
    background: #4d6783;
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 1px;
    padding: 0.38em 0 0.38em 5.6%; }
  .p-recruit-recruitment__outline .txt_box dd {
    border: 1px solid #eeeeee;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 0.4em 5% 0.4em 5.6%; }
    .p-recruit-recruitment__outline .txt_box dd .devide {
      padding-top: 1.58em; }
  @media screen and (min-width: 960px) {
    .p-recruit-recruitment__outline .txt_box dt {
      font-size: 1.8rem;
      margin: 0 3.4% 0 0;
      padding: 0; }
      .p-recruit-recruitment__outline .txt_box dt .term {
        border-bottom: none;
        border-left: none;
        border-right: none;
        border-top: 1px solid #eeeeee;
        padding: 20px 0;
        text-align: center; }
    .p-recruit-recruitment__outline .txt_box dd {
      border-bottom: none;
      border-left: solid 1px #434343;
      border-right: solid 1px #434343;
      border-top: none;
      padding: 0;
      margin: 0; }
      .p-recruit-recruitment__outline .txt_box dd .description {
        border-top: 1px solid #eeeeee;
        padding: 20px; } }
  .p-recruit-recruitment__outline .entry-btn {
    overflow: hidden;
    position: relative;
    transition: color 0.2s linear, background-color 0.2s linear;
    background: #01264e;
    border: 1px solid #01264e;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    height: 35px;
    letter-spacing: 0.05em;
    line-height: 2.5;
    text-align: center;
    text-transform: uppercase; }
    .p-recruit-recruitment__outline .entry-btn::before, .p-recruit-recruitment__outline .entry-btn::after {
      background-color: transparent;
      bottom: -1px;
      content: "";
      display: block;
      opacity: 1;
      position: absolute;
      top: -1px;
      transform: skewX(45deg);
      transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      width: 100%; }
    .p-recruit-recruitment__outline .entry-btn::before {
      left: 0;
      transform-origin: left bottom; }
    .p-recruit-recruitment__outline .entry-btn::after {
      right: 0;
      transform-origin: right top; }
    .p-recruit-recruitment__outline .entry-btn:hover {
      color: #01264e;
      background: #fff; }
      .p-recruit-recruitment__outline .entry-btn:hover::before, .p-recruit-recruitment__outline .entry-btn:hover::after {
        background-color: #01264e;
        transform: skewX(45deg) scaleX(0);
        opacity: 0; }
    @media screen and (min-width: 960px) {
      .p-recruit-recruitment__outline .entry-btn {
        font-size: 2rem;
        height: 60px;
        line-height: 3; } }
  @media screen and (min-width: 960px) {
    .p-recruit-recruitment__outline.part-time .blue_box dt {
      font-size: 3.2rem;
      padding: 70px 0 36px; }
      .p-recruit-recruitment__outline.part-time .blue_box dt .term {
        width: 68%; }
    .p-recruit-recruitment__outline.part-time .blue_box dd {
      font-size: 1.8rem;
      padding: 118px 0 0; } }

.p-recruit-system {
  background: #01264e;
  margin: 0 -12px;
  padding: 40px 12px; }
  @media screen and (min-width: 960px) {
    .p-recruit-system {
      margin: 0 -60px;
      padding: 80px 4vw; }
      .p-recruit-system .c-title1 {
        margin-bottom: 1.8em; } }

.p-recruit-system__subtitle {
  text-align: center;
  line-height: 1.3;
  margin: 0 auto 2.6em;
  width: 56%; }
  .p-recruit-system__subtitle p {
    color: #fff;
    display: inline-block;
    font-size: 1.5rem; }
  @media screen and (min-width: 560px) {
    .p-recruit-system__subtitle {
      line-height: 1.5;
      width: 100%; } }
  @media screen and (min-width: 960px) {
    .p-recruit-system__subtitle {
      margin: 0 auto 80px; }
      .p-recruit-system__subtitle p {
        font-size: 2rem; } }

@media screen and (min-width: 960px) {
  .p-recruit-system__body-wrap {
    margin: auto;
    width: 680px; } }
@media screen and (min-width: 1130px) {
  .p-recruit-system__body-wrap {
    width: 1040px; } }
@media screen and (min-width: 1520px) {
  .p-recruit-system__body-wrap {
    width: 1400px; } }

@media screen and (min-width: 960px) {
  .p-recruit-system__body {
    display: flex;
    flex-wrap: wrap;
    margin: -20px; } }

.p-recruit-system__body__item .white-box {
  background: #fff;
  display: block;
  padding: 13px 5.3% 0;
  width: 100%; }
.p-recruit-system__body__item h4 {
  border-bottom: 2px solid #eeeeee;
  color: #01264e;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.25;
  padding-bottom: 0.66em; }
@media screen and (min-width: 960px) {
  .p-recruit-system__body__item {
    flex: 0 0 360px;
    padding: 20px; }
    .p-recruit-system__body__item .white-box {
      height: 100%;
      min-height: 205px;
      padding: 20px; }
    .p-recruit-system__body__item h4 {
      font-size: 2rem; } }
.p-recruit-system__body__item .item_box {
  display: none;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0.7em 0 1.8em; }
  .p-recruit-system__body__item .item_box.active {
    margin: 0 0 20px; }
  .p-recruit-system__body__item .item_box li.plain {
    padding-bottom: 0.9em; }
    .p-recruit-system__body__item .item_box li.plain::before {
      display: none; }
  .p-recruit-system__body__item .item_box li::before {
    content: '・'; }
  @media screen and (min-width: 960px) {
    .p-recruit-system__body__item .item_box {
      display: block !important;
      font-size: 1.6rem;
      padding: 0.6em 0; }
      .p-recruit-system__body__item .item_box.active {
        margin: 0; } }

.p-recruit-faq {
  padding: 55px 0; }
  .p-recruit-faq .c-title1::after {
    background: #000; }
  .p-recruit-faq .c-button {
    margin-top: 32px; }
  @media screen and (min-width: 960px) {
    .p-recruit-faq {
      padding: 190px 0; } }
  .p-recruit-faq .c-button {
    margin-top: 80px; }

.p-recruit-faq__subtitle {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding: 1.9em 0 2.6em;
  text-align: center; }
  @media screen and (min-width: 960px) {
    .p-recruit-faq__subtitle {
      font-size: 3rem;
      padding: 50px 0 80px; } }

.p-recruit-faq__body {
  font-size: 1.4rem;
  line-height: 1.3; }
  .p-recruit-faq__body dt {
    padding: 0 0 1.4em 2.2em;
    position: relative; }
    .p-recruit-faq__body dt::before {
      color: #e0a902;
      content: 'Q.';
      font-size: 1.8rem;
      font-weight: bold;
      left: 0;
      position: absolute;
      top: -0.2em; }
  .p-recruit-faq__body dd {
    padding: 0 0 1.3em 2.2em;
    position: relative; }
    .p-recruit-faq__body dd::before {
      color: #00489a;
      content: 'A.';
      font-size: 1.8rem;
      font-weight: bold;
      left: 0;
      position: absolute;
      top: -0.2em; }
  @media screen and (min-width: 960px) {
    .p-recruit-faq__body {
      font-size: 1.8rem;
      margin: 0 auto;
      width: 55%; }
      .p-recruit-faq__body dt {
        padding: 0 0 1.1em 3em; }
        .p-recruit-faq__body dt::before {
          font-size: 3rem;
          top: -10px; }
      .p-recruit-faq__body dd {
        padding: 0 0 0 3em; }
        .p-recruit-faq__body dd::before {
          font-size: 3rem;
          top: -10px; } }

.p-recruit-blog {
  padding: 20px 0 0; }
  .p-recruit-blog .c-title1 {
    margin-bottom: 50px; }
  @media screen and (min-width: 960px) {
    .p-recruit-blog {
      padding: 0 0 120px; }
      .p-recruit-blog .c-title1 {
        margin-bottom: 100px; } }

section.subsidy .title_box {
  background: blue;
  padding: 40px;
  color: #fff;
  line-height: 1.4; }
section.subsidy h2 {
  font-size: 40px; }
  section.subsidy h2 span {
    font-size: 30px; }
section.subsidy h3 {
  font-size: 30px; }
section.subsidy div.left_box {
  width: 40%; }
section.subsidy .left_box {
  width: 20%; }
section.subsidy aside.flex_box {
  margin: 0 auto;
  width: 90%;
  display: flex; }
section.subsidy .right_box {
  font-size: 1.5em;
  padding: 20px; }
section.subsidy p {
  margin-bottom: 40px; }
section.subsidy p.price {
  font-size: 40px; }

.p-business {
  padding: 0 12px;
  margin: 0 auto;
  max-width: 1680px; }
  @media screen and (min-width: 960px) {
    .p-business {
      padding: 0 60px; } }

.p-business-mv .c-page-mv__inner::before {
  background-image: url("../images/business/mv.jpg"); }

.p-business-p_navi {
  padding: 22px 0 60px; }
  .p-business-p_navi .c-title1 {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 2rem; }
  @media screen and (min-width: 960px) {
    .p-business-p_navi {
      padding: 30px 0 240px; }
      .p-business-p_navi .c-title1 {
        font-size: 5rem; } }

.p-business-p_navi__text {
  color: #4c4c4c;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 18px;
  text-align: center; }
  .p-business-p_navi__text .japanese {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.4rem; }
    .p-business-p_navi__text .japanese .underline {
      color: #00489a;
      position: relative; }
      .p-business-p_navi__text .japanese .underline::after {
        background: #00489a;
        bottom: -0.15em;
        content: '';
        height: 1px;
        left: 0;
        position: absolute;
        width: 45px; }
  .p-business-p_navi__text .en .underline {
    color: #00489a;
    position: relative; }
    .p-business-p_navi__text .en .underline::after {
      background: #00489a;
      bottom: 0.15em;
      content: '';
      height: 1px;
      left: 0;
      position: absolute;
      width: 45px; }
  @media screen and (min-width: 960px) {
    .p-business-p_navi__text {
      font-size: 4rem;
      margin-bottom: 80px; }
      .p-business-p_navi__text .japanese {
        font-size: 3rem; }
        .p-business-p_navi__text .japanese .underline::after {
          width: 95px; }
      .p-business-p_navi__text .en .underline::after {
        width: 115px; } }

.p-business-bg_title {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 156px;
  justify-content: center;
  letter-spacing: 0.05em;
  margin: 0 -12px 35px;
  position: relative;
  text-align: center;
  z-index: 0; }
  @media screen and (min-width: 960px) {
    .p-business-bg_title {
      align-items: stretch;
      flex-direction: row;
      height: 400px;
      margin: 0 -60px 80px; } }
  @media screen and (min-width: 1680px) {
    .p-business-bg_title {
      margin-left: calc(780px - 50vw);
      margin-right: calc(780px - 50vw); } }
  .p-business-bg_title::after,
  .p-business-bg_title .bg-title::after {
    background: rgba(1, 20, 41, 0.8);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 1; }
  .p-business-bg_title::after {
    content: ''; }
    @media screen and (min-width: 960px) {
      .p-business-bg_title::after {
        content: none; } }
  .p-business-bg_title .bg-title {
    line-height: 1.5;
    position: relative;
    width: 100%;
    z-index: 9; }
    @media screen and (min-width: 960px) {
      .p-business-bg_title .bg-title {
        align-items: center;
        flex: 0 0 50%;
        display: flex;
        justify-content: center; }
        .p-business-bg_title .bg-title::after {
          content: ""; } }
    .p-business-bg_title .bg-title h4 {
      font-family: "Jomolhari", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-size: 2rem;
      font-weight: 500;
      position: relative;
      z-index: 2; }
      @media screen and (min-width: 960px) {
        .p-business-bg_title .bg-title h4 {
          font-size: 4rem; } }
  .p-business-bg_title .ja-title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    z-index: 9; }
    @media screen and (min-width: 960px) {
      .p-business-bg_title .ja-title {
        align-items: center;
        color: #4d6783;
        display: flex;
        flex: 0 0 50%;
        font-size: 4rem;
        justify-content: center;
        padding: 0; } }

.p-business__notes {
  line-height: 1.3;
  margin-bottom: 50px;
  text-align: center; }
  .p-business__notes h5 {
    display: inline-block;
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 1.3em; }
  .p-business__notes .textarea {
    display: inline-block;
    text-align: left;
    font-size: 1.4rem;
    font-weight: light; }
  @media screen and (min-width: 960px) {
    .p-business__notes {
      line-height: 1.8;
      margin-bottom: 0;
      text-align: left;
      width: 50%; }
      .p-business__notes h5 {
        display: block;
        font-size: 2.4rem;
        margin-bottom: 1.5em; }
      .p-business__notes .textarea {
        font-size: 1.8rem;
        line-height: 1.8; } }

.p-business-solution {
  padding: 0 0 45px 0; }
  @media screen and (min-width: 960px) {
    .p-business-solution {
      padding: 0 0 234px 0; } }
  .p-business-solution .p-business-bg_title::before {
    background-image: url("../images/business/solution.jpg"); }
    @media screen and (min-width: 960px) {
      .p-business-solution .p-business-bg_title::before {
        content: none; } }
  @media screen and (min-width: 960px) {
    .p-business-solution .p-business-bg_title .bg-title::before {
      background-image: url("../images/business/solution.jpg"); } }

.p-business-solution__support {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  padding: 8px 0 50px;
  position: relative; }
  @media screen and (min-width: 960px) {
    .p-business-solution__support {
      padding: 0 0 80px; } }

.p-business-solution__support__list {
  color: #01264e;
  font-size: 1.4rem;
  font-weight: bold;
  min-width: calc(50% - 10px); }
  @media screen and (min-width: 960px) {
    .p-business-solution__support__list {
      min-width: 50%; } }
  .p-business-solution__support__list.entered li::before, .p-business-solution__support__list.entered li::after {
    right: 0; }
  .p-business-solution__support__list li {
    margin-bottom: 30px;
    position: relative; }
    .p-business-solution__support__list li::before, .p-business-solution__support__list li::after {
      background: #01264e;
      bottom: -4px;
      content: "";
      height: 1px;
      position: absolute;
      right: calc(100% - 12px);
      transition: right 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .p-business-solution__support__list li::before {
      left: 0; }
    .p-business-solution__support__list li::after {
      transform: rotate(30deg);
      transform-origin: right bottom;
      width: 6px; }
    .p-business-solution__support__list li:last-of-type {
      margin-bottom: 6px; }
  @media screen and (min-width: 960px) {
    .p-business-solution__support__list {
      font-size: 2rem; }
      .p-business-solution__support__list li {
        margin-bottom: 60px; }
        .p-business-solution__support__list li::before, .p-business-solution__support__list li::after {
          bottom: -10px;
          height: 1px; }
        .p-business-solution__support__list li::after {
          width: 12px; }
        .p-business-solution__support__list li:last-of-type {
          margin-bottom: 12px; } }

.p-business-solution__support__box {
  color: #fff;
  background: #01264e;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 1.7em 0;
  position: relative;
  text-align: center;
  width: 50%; }
  .p-business-solution__support__box.entered::after {
    opacity: 1;
    transform: none; }
  @media screen and (min-width: 960px) {
    .p-business-solution__support__box {
      font-size: 3rem;
      margin: 0 0 0 70px;
      padding: 2.1em 0.5em; } }
  .p-business-solution__support__box::after {
    border-left: solid 12.5px transparent;
    border-right: solid 12.5px transparent;
    border-top: solid 10px #8092a6;
    bottom: -15px;
    left: 0;
    content: '';
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: translateY(-20px);
    transition: opacity 0.5s 0.5s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    width: 0; }
    @media screen and (min-width: 960px) {
      .p-business-solution__support__box::after {
        border-left: solid 25px transparent;
        border-right: solid 25px transparent;
        border-top: solid 24px #8092a6;
        bottom: -34px; } }

@media screen and (min-width: 960px) {
  .p-business-solution__content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between; } }

.p-business-solution__content__graph {
  padding: 0 0 38px 0;
  position: relative; }
  @media screen and (min-width: 960px) {
    .p-business-solution__content__graph {
      padding: 0;
      min-width: 400px;
      width: calc(50% - 70px); }
      .p-business-solution__content__graph img {
        width: 100%; } }
  .p-business-solution__content__graph figcaption {
    color: #01264e;
    font-size: 1.5rem;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%; }
    @media screen and (min-width: 320px) {
      .p-business-solution__content__graph figcaption {
        font-size: calc(2.344vw + 7.5px); } }
    @media screen and (min-width: 960px) {
      .p-business-solution__content__graph figcaption {
        font-size: calc(1.667vw + 2px); } }
    @media screen and (min-width: 1680px) {
      .p-business-solution__content__graph figcaption {
        font-size: 3rem; } }
  .p-business-solution__content__graph .graph {
    width: 100%;
    height: auto; }
    .p-business-solution__content__graph .graph > path {
      transform: scaleY(0);
      transform-origin: center bottom; }

.p-business-broadband {
  padding: 0 0 70px 0; }
  .p-business-broadband .p-business-bg_title::before {
    background-image: url("../images/business/broadband.jpg"); }
    @media screen and (min-width: 960px) {
      .p-business-broadband .p-business-bg_title::before {
        content: none; } }
  @media screen and (min-width: 960px) {
    .p-business-broadband .p-business-bg_title .bg-title::before {
      background-image: url("../images/business/broadband.jpg"); } }
  .p-business-broadband .p-business__notes h5 {
    padding-top: 10px; }
  @media screen and (min-width: 960px) {
    .p-business-broadband {
      padding: 0 0 180px 0; }
      .p-business-broadband .p-business__notes {
        margin-bottom: 80px;
        text-align: center;
        width: 100%; }
        .p-business-broadband .p-business__notes h5 {
          text-align: center; } }

.p-business-service {
  margin: -5px -10px;
  align-items: center;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 960px) {
    .p-business-service {
      margin: -10px -20px; } }

.p-business-service__boxes {
  width: 100%; }
  @media (min-width: 560px) {
    .p-business-service__boxes {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; } }
  .p-business-service__boxes li {
    box-sizing: border-box;
    display: flex;
    padding: 5px 10px; }
    @media (min-width: 560px) {
      .p-business-service__boxes li {
        padding: 10px;
        width: 50%; } }
    @media (min-width: 960px) {
      .p-business-service__boxes li {
        min-width: 380px;
        padding: 20px;
        width: 25%; } }
    .p-business-service__boxes li .icon {
      align-items: center;
      background: #01264e;
      display: flex;
      flex-shrink: 0;
      justify-content: center;
      margin-left: -5px;
      padding: 20px;
      width: 105px; }
      @media screen and (min-width: 960px) {
        .p-business-service__boxes li .icon {
          width: 140px;
          margin-left: -10px; } }
      .p-business-service__boxes li .icon img {
        max-height: 65px; }
        @media screen and (min-width: 960px) {
          .p-business-service__boxes li .icon img {
            max-height: 100px; } }
  .p-business-service__boxes .service_box {
    border: solid 5px #01264e;
    min-height: 105px;
    max-width: 350px;
    padding: 10px;
    width: 100%; }
    @media screen and (min-width: 960px) {
      .p-business-service__boxes .service_box {
        border-width: 10px;
        max-width: 365px;
        min-height: 140px;
        padding: 13px; } }
    .p-business-service__boxes .service_box dt {
      font-size: 1.5rem;
      font-weight: bold;
      letter-spacing: 0em;
      line-height: 1.25;
      margin-bottom: 0.5em; }
      @media screen and (min-width: 960px) {
        .p-business-service__boxes .service_box dt {
          font-size: 2rem; } }
    .p-business-service__boxes .service_box dd {
      display: flex;
      flex-wrap: wrap;
      margin: -5px; }
      .p-business-service__boxes .service_box dd p {
        font-size: 1rem;
        height: 1.5em;
        line-height: 1.5;
        margin: 4px;
        width: 6.5em; }
        @media screen and (min-width: 960px) {
          .p-business-service__boxes .service_box dd p {
            font-size: 1.2rem; } }
      .p-business-service__boxes .service_box dd .label {
        background: #01264e;
        color: #fff;
        font-weight: bold;
        text-align: center; }

.p-business-consulting {
  padding: 0 0 80px 0; }
  @media screen and (min-width: 960px) {
    .p-business-consulting .p-business-bg_title {
      flex-flow: row-reverse; } }
  .p-business-consulting .p-business-bg_title::before {
    background-image: url("../images/business/consulting.jpg"); }
    @media screen and (min-width: 960px) {
      .p-business-consulting .p-business-bg_title::before {
        content: none; } }
  @media screen and (min-width: 960px) {
    .p-business-consulting .p-business-bg_title .bg-title::before {
      background-image: url("../images/business/consulting.jpg"); } }

@media screen and (min-width: 960px) {
  .p-business-consulting__content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 75px;
    max-width: 1600px; }
    .p-business-consulting__content .p-business__notes {
      margin-top: 50px; } }

.p-business-consulting__content__circle {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  justify-content: center;
  letter-spacing: 0.05em;
  padding: 30px 0 40px;
  position: relative; }
  @media screen and (min-width: 960px) {
    .p-business-consulting__content__circle {
      font-size: 2rem;
      margin-top: 10px;
      padding-bottom: 0;
      width: 50%; } }
  .p-business-consulting__content__circle figure {
    max-width: 200px;
    position: relative; }
    @media screen and (min-width: 960px) {
      .p-business-consulting__content__circle figure {
        max-width: none; } }
  .p-business-consulting__content__circle svg {
    width: 100%;
    height: auto; }
    .p-business-consulting__content__circle svg circle {
      animation: breathingCircle 2s cubic-bezier(0.32, 0, 0.67, 0) infinite alternate both; }
  .p-business-consulting__content__circle .center-txt {
    align-items: center;
    bottom: 0;
    color: #01264e;
    display: flex;
    font-weight: bold;
    justify-content: center;
    line-height: 1.5;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0; }
  .p-business-consulting__content__circle .circle_box {
    color: #71859c; }
    .p-business-consulting__content__circle .circle_box li {
      position: absolute;
      white-space: nowrap; }
    .p-business-consulting__content__circle .circle_box .cost {
      top: -10%;
      left: 50%;
      transform: translateX(-50%); }
    .p-business-consulting__content__circle .circle_box .insurance {
      bottom: 6%;
      margin-right: 42.5%;
      right: 50%;
      transform: translateX(50%); }
    .p-business-consulting__content__circle .circle_box .option {
      bottom: 6%;
      left: 50%;
      margin-left: 42.5%;
      transform: translateX(-50%); }

.p-business-partner {
  padding: 0 0 60px 0; }
  @media screen and (min-width: 960px) {
    .p-business-partner {
      padding: 0 0 180px 0; } }

.p-business-recruit {
  padding: 0 0 35px; }
  @media screen and (min-width: 960px) {
    .p-business-recruit {
      padding: 0 0 160px; } }
