@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

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

del {
  text-decoration: line-through; }

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

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

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

input, select {
  vertical-align: middle; }

img {
  vertical-align: bottom; }

::selection {
  background: #444;
  /* Safari */ }

::-moz-selection {
  background: #444; }

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1; }

main {
  display: block; }

@media print {
  * html body {
    zoom: 0.68;
    -webkit-print-color-adjust: exact;
    letter-spacing: 0; }

  body {
    font-size: 10px !important; }

  .l-header,
  .l-footer {
    display: none; }

  .l-container {
    width: 100%; }

  .c-pagetop {
    display: none !important; }

  .p-table {
    font-size: 10px !important; }
    .p-table td {
      padding: 0.4em !important; }

  .l-hero {
    padding-top: 0 !important; } }
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px;
  background: #020510;
  color: #6A6A6A;
  font-family: Cormorant Garamond, Shippori Mincho B1, YuMincho, 游明朝, Times New Roman, Hiragino Mincho ProN, HGS明朝B, ＭＳ Ｐ明朝, serif;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: -0.02em;
  min-width: 320px; }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    body {
      line-height: 1.8; } }
  @media only screen and (max-width: 320px) {
    body {
      line-height: 1.8; } }
  @media only screen and (min-width: 1440px) {
    body {
      font-size: 1.8em; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    body {
      font-size: 1.6em; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    body {
      font-size: 1.4em; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    body {
      font-size: 1.2em; } }
  @media only screen and (max-width: 320px) {
    body {
      font-size: 1em; } }

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

a {
  color: #002E7B;
  text-decoration: none; }
  a:hover {
    color: #002E7B;
    text-decoration: underline; }
  a:visited {
    color: #002E7B;
    text-decoration: underline; }
  a:active {
    color: #002E7B;
    text-decoration: underline; }

a[id]:not([href]) {
  margin-top: -64px;
  padding-top: 64px;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (min-width: 1440px) {
    a[id]:not([href]) {
      margin-top: -100px;
      padding-top: 100px; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    a[id]:not([href]) {
      margin-top: -100px;
      padding-top: 100px; } }

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ACACAC;
  margin-top: 5em;
  margin-bottom: 5em; }

.l-container {
  width: 100%;
  min-width: 320px;
  overflow: hidden; }
  @media only screen and (min-width: 1440px) {
    .l-container {
      margin: 0 auto;
      padding: 0; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .l-container {
      margin: 0 auto;
      padding: 0; } }

.l-header {
  top: 0;
  transition-property: background-color;
  transition-duration: .4s;
  transition-delay: 0s;
  position: fixed;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  z-index: 10000; }
  .l-header.fixed {
    background: #020510; }
    @media only screen and (min-width: 1440px) {
      .l-header.fixed {
        box-shadow: 0px 13px 21px -10px rgba(0, 0, 0, 0.2); } }
    @media only screen and (max-width: 1439px) and (min-width: 1024px) {
      .l-header.fixed {
        box-shadow: 0px 13px 21px -10px rgba(0, 0, 0, 0.2); } }
  .l-header__inner {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    transition: all 0.3s ease; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .l-header__inner {
        padding: 1rem 2rem; } }
    @media only screen and (max-width: 320px) {
      .l-header__inner {
        padding: 1rem 2rem; } }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .l-header__inner {
        padding: 2rem 3rem; } }
    @media only screen and (min-width: 1440px) {
      .l-header__inner {
        padding: 3rem 4rem; } }
    @media only screen and (max-width: 1439px) and (min-width: 1024px) {
      .l-header__inner {
        padding: 3rem 4rem; } }

#page-company .l-header, #page-recruit .l-header {
  background: #020510; }
  @media only screen and (min-width: 1440px) {
    #page-company .l-header, #page-recruit .l-header {
      box-shadow: 0px 13px 21px -10px rgba(0, 0, 0, 0.2); } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    #page-company .l-header, #page-recruit .l-header {
      box-shadow: 0px 13px 21px -10px rgba(0, 0, 0, 0.2); } }

.l-hero {
  position: fixed;
  z-index: 10;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  color: #FFF;
  min-height: 400px;
  height: 100vh; }
  .l-hero video {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  .l-hero__inner {
    color: #FFF;
    height: 100vh;
    position: relative;
    z-index: 100;
    overflow: hidden;
    width: 100%;
    max-width: 1940px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .l-hero__inner {
        padding: 8rem 2rem 4rem 2rem; } }
    @media only screen and (max-width: 320px) {
      .l-hero__inner {
        padding: 8rem 2rem 4rem 2rem; } }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .l-hero__inner {
        padding: 6rem 4rem; } }
    @media only screen and (max-width: 1439px) and (min-width: 1024px) {
      .l-hero__inner {
        padding: 2rem 0 2rem 6rem; } }
    @media only screen and (min-width: 1440px) {
      .l-hero__inner {
        padding: 4rem 0 4rem 11rem; } }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .l-hero__inner {
        padding-top: 80px; } }
    @media only screen and (max-width: 1439px) and (min-width: 1024px) {
      .l-hero__inner {
        padding-top: 100px;
        height: 100vh;
        min-height: 600px;
        max-height: 880px; } }
    @media only screen and (min-width: 1440px) {
      .l-hero__inner {
        padding-top: 100px;
        height: 100vh;
        min-height: 700px; } }

.l-sub-hero {
  color: #FFF;
  background: transparent linear-gradient(145deg, #10256C 0%, #3E95DB 37%, #4B92B7 57%, #081336 100%) 0% 0% no-repeat padding-box; }
  @media only screen and (min-width: 1440px) {
    .l-sub-hero {
      margin-top: 9.2rem; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .l-sub-hero {
      margin-top: 9.2rem; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .l-sub-hero {
      margin-top: 8rem; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .l-sub-hero {
      margin-top: 5rem; } }
  @media only screen and (max-width: 320px) {
    .l-sub-hero {
      margin-top: 4rem; } }
  .l-sub-hero__inner {
    max-width: 1140px;
    margin: 0 auto;
    text-shadow: 0px 0px 10px #00000029; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .l-sub-hero__inner {
        padding: 2rem 2rem 6rem 2rem; } }
    @media only screen and (max-width: 320px) {
      .l-sub-hero__inner {
        padding: 2rem 2rem 6rem 2rem; } }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .l-sub-hero__inner {
        padding: 6rem 4rem; } }
    @media only screen and (max-width: 1439px) and (min-width: 1024px) {
      .l-sub-hero__inner {
        padding: 6rem; } }
    @media only screen and (min-width: 1440px) {
      .l-sub-hero__inner {
        padding: 6rem; } }

@media only screen and (min-width: 1440px) {
  .l-interview-hero {
    margin-top: 9.2rem; } }
@media only screen and (max-width: 1439px) and (min-width: 1024px) {
  .l-interview-hero {
    margin-top: 9.2rem; } }
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .l-interview-hero {
    margin-top: 8rem; } }
@media only screen and (max-width: 767px) and (min-width: 321px) {
  .l-interview-hero {
    margin-top: 5rem; } }
@media only screen and (max-width: 320px) {
  .l-interview-hero {
    margin-top: 4rem; } }
.l-interview-hero--ito {
  background: #000 url(../images/recruit/bg_interview_ito.jpg) no-repeat top center;
  background-size: cover; }
  @media only screen and (min-width: 1440px) {
    .l-interview-hero--ito {
      background: #000 url(../images/recruit/bg_interview_ito.jpg) no-repeat top right 10%;
      background-size: cover; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .l-interview-hero--ito {
      background: #000 url(../images/recruit/bg_interview_ito.jpg) no-repeat top right 10%;
      background-size: cover; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .l-interview-hero--ito {
      background: #000 url(../images/recruit/bg_interview_ito.jpg) no-repeat top right 20%;
      background-size: cover; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .l-interview-hero--ito {
      background: #000 url(../images/recruit/bg_interview_ito.jpg) no-repeat top right 30%;
      background-size: cover; } }
  @media only screen and (max-width: 320px) {
    .l-interview-hero--ito {
      background: #000 url(../images/recruit/bg_interview_ito.jpg) no-repeat top right 30%;
      background-size: cover; } }
.l-interview-hero--takahashi {
  background: #000 url(../images/recruit/bg_interview_takahashi.jpg) no-repeat top center;
  background-size: cover; }
  @media only screen and (min-width: 1440px) {
    .l-interview-hero--takahashi {
      background: #000 url(../images/recruit/bg_interview_takahashi.jpg) no-repeat top right 10%;
      background-size: cover; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .l-interview-hero--takahashi {
      background: #000 url(../images/recruit/bg_interview_takahashi.jpg) no-repeat top right 10%;
      background-size: cover; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .l-interview-hero--takahashi {
      background: #000 url(../images/recruit/bg_interview_takahashi.jpg) no-repeat top right 20%;
      background-size: cover; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .l-interview-hero--takahashi {
      background: #000 url(../images/recruit/bg_interview_takahashi.jpg) no-repeat top right 30%;
      background-size: cover; } }
  @media only screen and (max-width: 320px) {
    .l-interview-hero--takahashi {
      background: #000 url(../images/recruit/bg_interview_takahashi.jpg) no-repeat top right 30%;
      background-size: cover; } }
.l-interview-hero--ishimatsu {
  background: #000 url(../images/recruit/bg_interview_ishimatsu.jpg) no-repeat top center;
  background-size: cover; }
  @media only screen and (min-width: 1440px) {
    .l-interview-hero--ishimatsu {
      background: #000 url(../images/recruit/bg_interview_ishimatsu.jpg) no-repeat top right 10%;
      background-size: cover; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .l-interview-hero--ishimatsu {
      background: #000 url(../images/recruit/bg_interview_ishimatsu.jpg) no-repeat top right 10%;
      background-size: cover; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .l-interview-hero--ishimatsu {
      background: #000 url(../images/recruit/bg_interview_ishimatsu.jpg) no-repeat top right 20%;
      background-size: cover; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .l-interview-hero--ishimatsu {
      background: #000 url(../images/recruit/bg_interview_ishimatsu.jpg) no-repeat top right 30%;
      background-size: cover; } }
  @media only screen and (max-width: 320px) {
    .l-interview-hero--ishimatsu {
      background: #000 url(../images/recruit/bg_interview_ishimatsu.jpg) no-repeat top right 30%;
      background-size: cover; } }
.l-interview-hero__inner {
  max-width: 1140px;
  margin: 0 auto;
  text-shadow: 0px 0px 10px #FFF; }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .l-interview-hero__inner {
      padding: 2rem 2rem 6rem 2rem; } }
  @media only screen and (max-width: 320px) {
    .l-interview-hero__inner {
      padding: 2rem 2rem 6rem 2rem; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .l-interview-hero__inner {
      padding: 10rem 4rem; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .l-interview-hero__inner {
      padding: 6rem 6rem 16rem 6rem; } }
  @media only screen and (min-width: 1440px) {
    .l-interview-hero__inner {
      padding: 6rem 6rem 20rem 6rem; } }

#page-other .l-sub-hero {
  background: #040919 !important; }

.l-sub-content {
  background: #FFF; }
  .l-sub-content--gray {
    background: #F7F9FA; }
  .l-sub-content--blue {
    background: #D5E0ED; }
  .l-sub-content--gradation {
    background: #F2F7FF url(../images/index/bg_recruit.jpg) no-repeat center center;
    background-size: cover; }
  .l-sub-content__inner {
    max-width: 1140px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .l-sub-content__inner {
        padding: 3rem 2rem 3rem 2rem; } }
    @media only screen and (max-width: 320px) {
      .l-sub-content__inner {
        padding: 3rem 2rem 3rem 2rem; } }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .l-sub-content__inner {
        padding: 6rem 4rem; } }
    @media only screen and (max-width: 1439px) and (min-width: 1024px) {
      .l-sub-content__inner {
        padding: 6rem; } }
    @media only screen and (min-width: 1440px) {
      .l-sub-content__inner {
        padding: 6rem; } }

#page-home .l-top-wrap {
  width: 100%;
  position: relative;
  z-index: 1000 !important;
  height: auto; }

.l-top-wrap {
  width: 100%; }

html, body {
  height: 100%; }

body {
  position: relative;
  min-height: 100vh; }

.main-top {
  grid-row: main;
  height: 100vh;
  width: 100vw; }

.swiper-container {
  height: 100%;
  width: 100%;
  overflow: hidden; }

.swiper-wrapper,
.swiper-slide > div {
  height: 100%;
  width: 100%; }

.swiper-slide.sw-1 > div {
  background: url("../images/index/keyv_01.jpg") center center/cover no-repeat; }

.swiper-slide.sw-2 > div {
  background: url("../images/index/keyv_02.jpg") center center/cover no-repeat; }

.swiper-slide.sw-3 > div {
  background: url("../images/index/keyv_03.jpg") center center/cover no-repeat; }

.swiper-slide.sw-4 > div {
  background: url("../images/index/keyv_04.jpg") center center/cover no-repeat; }

@keyframes zoomUp {
  /* ズームアップで1.15倍させる指定 */
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.15); } }
.swiper-slide-active > div, .swiper-slide-duplicate-active > div, .swiper-slide-prev > div {
  animation: zoomUp 10s linear 0s 1 normal both; }

.l-intro {
  background: linear-gradient(180deg, rgba(2, 5, 16, 0) 0%, rgba(2, 5, 16, 0.8) 100%); }
  .l-intro__inner {
    padding: 12rem 2rem 4rem;
    width: 100%;
    max-width: 1940px;
    margin: 0 auto;
    color: #FFF;
    text-align: center; }

.l-loop {
  background: rgba(2, 5, 16, 0.8);
  padding: 0 0 10rem;
  overflow: hidden; }

.l-loop--sub {
  background: #FFF;
  padding: 0 0 10rem;
  overflow: hidden; }

.l-company {
  background: rgba(2, 5, 16, 0.8); }
  .l-company__inner {
    padding: 2rem 4rem;
    max-width: 1140px;
    margin: 0 auto; }

.l-business {
  background: #000; }
  .l-business__inner {
    padding: 8rem 4rem;
    max-width: 1140px;
    margin: 0 auto; }

.l-recruit {
  padding: 8rem 0;
  background: #F2F7FF url(../images/index/bg_recruit.jpg) no-repeat center center;
  background-size: cover; }
  .l-recruit__inner {
    padding: 2rem 4rem;
    max-width: 1140px;
    margin: 0 auto; }

.l-information {
  background: #FFF; }
  .l-information__inner {
    padding: 8rem 4rem;
    max-width: 1140px;
    margin: 0 auto; }

.l-contact {
  width: 100%;
  color: #FFF;
  background: #F6FAFB; }
  .l-contact__inner {
    margin: 0 auto;
    padding: 6rem 4rem; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .l-contact__inner {
        padding: 4rem 2rem; } }
    @media only screen and (max-width: 320px) {
      .l-contact__inner {
        padding: 4rem 2rem; } }

.l-footer {
  width: 100%;
  color: #FFF;
  background: #040919; }
  .l-footer__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 6rem 4rem; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .l-footer__inner {
        padding: 4rem 2rem; } }
    @media only screen and (max-width: 320px) {
      .l-footer__inner {
        padding: 4rem 2rem; } }

.c-window {
  z-index: 10000000;
  position: fixed;
  bottom: 40px;
  left: 10px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 11px;
  padding: 0.2em 1em;
  color: #FFF;
  border-radius: 20px; }

.c-loading {
  z-index: 10000000;
  width: 100%;
  height: 100%;
  background: #1e5799;
  color: #FFF;
  background: -moz-linear-gradient(-45deg, #1e5799 0%, #0f2034 100%);
  background: -webkit-linear-gradient(-45deg, #1e5799 0%, #0f2034 100%);
  background: linear-gradient(135deg, #1e5799 0%, #0f2034 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#0f2034',GradientType=1 );
  position: fixed;
  top: 0;
  left: 0; }

.c-loading div {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px; }

.c-responsive {
  z-index: 10000000;
  font-size: 12px;
  opacity: 0.8;
  position: fixed;
  display: block;
  width: 100%;
  padding: 0.2em 1em;
  text-align: center;
  vertical-align: middle;
  bottom: 0;
  color: #FFF; }
  @media only screen and (min-width: 1440px) {
    .c-responsive {
      background: #F01D56; }
      .c-responsive:after {
        content: 'large-pc(1280px以上)'; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .c-responsive {
      background: #0E897B; }
      .c-responsive:after {
        content: 'pc(960px〜1279px)'; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .c-responsive {
      background: #274B9B; }
      .c-responsive:after {
        content: 'tab(560px〜959px)'; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .c-responsive {
      background: #C1621C; }
      .c-responsive:after {
        content: 'sp(321px〜559px)'; } }
  @media only screen and (max-width: 320px) {
    .c-responsive {
      background: #C1AB02; }
      .c-responsive:after {
        content: 'small-sp(320px以下)'; } }

.c-pagetop {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 1000; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .c-pagetop {
      bottom: 2rem;
      right: 2rem; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .c-pagetop {
      bottom: 2rem;
      right: 2rem; } }
  @media only screen and (max-width: 320px) {
    .c-pagetop {
      bottom: 2rem;
      right: 2rem; } }
  .c-pagetop a {
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    display: block;
    background: url(../images/common/img_pagetop.png);
    background-size: cover; }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .c-pagetop a {
        width: 50px;
        height: 50px; } }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .c-pagetop a {
        width: 50px;
        height: 50px; } }
    @media only screen and (max-width: 320px) {
      .c-pagetop a {
        width: 50px;
        height: 50px; } }

.c-separate--three {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: nowrap;
  flex-wrap: -webkit-nowrap; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .c-separate--three {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .c-separate--three {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .c-separate--three {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .c-separate--three .c-separate__item {
      width: 100%; } }
  @media only screen and (max-width: 320px) {
    .c-separate--three .c-separate__item {
      width: 100%; } }
  @media only screen and (min-width: 1440px) {
    .c-separate--three .c-separate__item {
      width: 100%; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .c-separate--three .c-separate__item {
      width: 100%; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .c-separate--three .c-separate__item {
      width: 100%; } }

.c-button--link {
  padding-left: 20px;
  background: url(../images/common/icon_link.svg) no-repeat 0 0;
  margin-right: 6px;
  background-size: 10px 10px; }
.c-button--blank:after {
  margin-left: 6px;
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/common/icon_blank.svg) no-repeat;
  background-size: contain;
  vertical-align: middle; }

.c-table {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  border: 1px solid #E0E0E0;
  border-top: none; }
  .c-table dt {
    color: #1B2535;
    font-weight: bold;
    background: #F8F8F8;
    width: 30%;
    padding: 1em;
    border-top: 1px solid #E0E0E0; }
  .c-table dd {
    color: #444;
    padding: 1em;
    margin: 0;
    border-left: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
    width: 70%;
    background: #fff; }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .c-table dl {
      flex-flow: column nowrap; }
    .c-table dt {
      padding: 0.4em 1em; }
    .c-table dt,
    .c-table dd {
      width: 100%; }
    .c-table dd {
      border-left: none; } }
  @media only screen and (max-width: 320px) {
    .c-table dl {
      flex-flow: column nowrap; }
    .c-table dt {
      padding: 0.4em 1em; }
    .c-table dt,
    .c-table dd {
      width: 100%; }
    .c-table dd {
      border-left: none; } }

.c-tab-list {
  list-style: none;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap; }

.c-breadcrumbs {
  font-size: 0.8em;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap; }
  .c-breadcrumbs li:not(:last-of-type)::after {
    content: "/";
    margin: 0.6em;
    color: #CCC; }
  .c-breadcrumbs a {
    color: #FFF;
    font-weight: bold; }
    .c-breadcrumbs a:hover {
      opacity: 0.8;
      text-decoration: none; }
  .c-breadcrumbs--dark a {
    color: #000 !important; }
  .c-breadcrumbs--dark li:not(:last-of-type)::after {
    content: "/";
    margin: 0.6em;
    color: #444; }

#js-loading {
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center; }

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 1s linear infinite; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.p-header__logo__normal {
  display: block; }
@media only screen and (max-width: 320px) {
  .p-header__logo img {
    width: 160px;
    height: auto; } }
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .p-header__logo img {
    width: 180px;
    height: auto; } }
@media only screen and (max-width: 767px) and (min-width: 321px) {
  .p-header__logo img {
    width: 180px;
    height: auto; } }
@media only screen and (max-width: 1439px) and (min-width: 1024px) {
  .p-header__logo img {
    width: 190px;
    height: auto; } }
@media only screen and (min-width: 1440px) {
  .p-header__logo img {
    width: 240px;
    height: auto; } }

.normal {
  display: block; }

.fix {
  display: none; }

.fixed {
  box-shadow: -1px 0px 39px -15px rgba(0, 0, 0, 0.33); }
  .fixed .normal {
    display: none; }
  .fixed .fix {
    display: block; }
  .fixed .p-header__logo__fixed {
    display: block; }
  .fixed .p-toggle span {
    background-color: #FFF; }

.p-toggle {
  display: none; }

.p-navigation-wrap.open {
  display: block; }

.p-navigation-wrap.close {
  display: none; }

@media only screen and (min-width: 1440px) {
  .p-navigation-wrap {
    display: block !important; }

  .p-toggle {
    display: none !important; } }
@media only screen and (max-width: 1439px) and (min-width: 1024px) {
  .p-navigation-wrap {
    display: block !important; }

  .p-toggle {
    display: none !important; } }
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .p-navigation-wrap.open {
    display: block !important;
    overflow-y: scroll; } }
@media only screen and (max-width: 767px) and (min-width: 321px) {
  .p-navigation-wrap.open {
    display: block !important;
    overflow-y: scroll; } }
@media only screen and (max-width: 320px) {
  .p-navigation-wrap.open {
    display: block !important;
    overflow-y: scroll; } }
.content {
  padding: 20px; }

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .p-toggle {
    display: block;
    cursor: pointer; }

  .p-navigation-wrap {
    padding: 4rem 2rem;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background: #040919;
    width: 100%;
    height: 100%; } }
@media only screen and (max-width: 767px) and (min-width: 321px) {
  .p-toggle {
    display: block;
    cursor: pointer; }

  .p-navigation-wrap {
    padding: 4rem 2rem;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background: #040919;
    width: 100%;
    height: 100%; } }
@media only screen and (max-width: 320px) {
  .p-toggle {
    display: block;
    cursor: pointer; }

  .p-navigation-wrap {
    padding: 4rem 2rem;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background: #040919;
    width: 100%;
    height: 100%; } }
.p-navigation__item.is-active > a {
  opacity: 0.4; }

.p-toggle,
.p-toggle span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box; }

.p-toggle {
  z-index: 20;
  position: relative;
  width: 30px;
  height: 21px; }

.p-toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFF;
  border-radius: 4px; }

.p-toggle span:nth-of-type(1) {
  top: 0; }

.p-toggle span:nth-of-type(2) {
  top: 9px; }

.p-toggle span:nth-of-type(3) {
  bottom: 0; }

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

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

.p-toggle.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg); }

@media only screen and (min-width: 1440px) {
  .p-hero {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center; } }
@media only screen and (max-width: 1439px) and (min-width: 1024px) {
  .p-hero {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center; } }
@media only screen and (max-width: 767px) and (min-width: 321px) {
  .p-hero-logo {
    max-width: 340px;
    margin: 5rem auto 2rem; } }
@media only screen and (max-width: 320px) {
  .p-hero-logo {
    max-width: 340px;
    margin: 5rem auto 2rem; } }
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .p-hero-logo {
    max-width: 500px;
    margin: 5rem auto 2rem; } }
@media only screen and (max-width: 1439px) and (min-width: 1024px) {
  .p-hero-logo {
    margin: 2rem 0 2rem 0;
    max-width: 500px; } }
@media only screen and (min-width: 1440px) {
  .p-hero-logo {
    margin: 2rem 0 2rem 0; } }
.p-hero__content {
  width: 100%; }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .p-hero__content {
      width: 45%; } }
  @media only screen and (min-width: 1440px) {
    .p-hero__content {
      width: 40%; } }
.p-hero__text {
  margin: 0 auto;
  width: 100%; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-hero__text {
      margin: 0 auto;
      text-align: center; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-hero__text {
      margin: 0 auto;
      text-align: center; } }
  @media only screen and (max-width: 320px) {
    .p-hero__text {
      margin: 0 auto;
      text-align: center; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .p-hero__text {
      width: 55%; } }
  @media only screen and (min-width: 1440px) {
    .p-hero__text {
      width: 60%; } }

.p-navigation {
  list-style: none;
  font-weight: bold; }
  @media only screen and (min-width: 1440px) {
    .p-navigation {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      justify-content: center;
      -webkit-justify-content: center; } }
  @media only screen and (min-width: 1440px) and (min-width: 1440px) {
    .p-navigation {
      font-size: 0.9em; } }
  @media only screen and (min-width: 1440px) {
      .p-navigation__item--service {
        position: relative; }
      .p-navigation__item {
        display: block;
        padding: 0 1em; }
        .p-navigation__item > a {
          display: block;
          padding: 0rem 0.2rem;
          width: 100%;
          height: 100%;
          line-height: 1.6;
          vertical-align: middle;
          color: #FFF;
          text-decoration: none;
          text-align: center; }
          .p-navigation__item > a:hover {
            opacity: 0.6; }
        .p-navigation__item span {
          display: block;
          color: #0068A8;
          font-size: 0.5em;
          font-weight: normal;
          font-family: "Varela Round", sans-serif;
          font-weight: 400; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .p-navigation {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      justify-content: center;
      -webkit-justify-content: center; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) and (min-width: 1440px) {
    .p-navigation {
      font-size: 0.9em; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
      .p-navigation__item--service {
        position: relative; }
      .p-navigation__item {
        display: block;
        padding: 0 1em; }
        .p-navigation__item > a {
          display: block;
          padding: 0rem 0.2rem;
          width: 100%;
          height: 100%;
          line-height: 1.6;
          vertical-align: middle;
          color: #FFF;
          text-decoration: none;
          text-align: center; }
          .p-navigation__item > a:hover {
            opacity: 0.6; }
        .p-navigation__item span {
          display: block;
          color: #0068A8;
          font-size: 0.5em;
          font-weight: normal;
          font-family: "Varela Round", sans-serif;
          font-weight: 400; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .p-navigation__item {
      font-size: 0.9em; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-navigation__item {
      font-size: 1.4em;
      text-align: center;
      border-bottom: rgba(255, 255, 255, 0.1) solid 1px; }
      .p-navigation__item:last-child {
        border: none; }
      .p-navigation__item > a {
        display: block;
        padding: 2rem;
        width: 100%;
        height: 100%;
        line-height: 1.6;
        vertical-align: middle;
        text-decoration: none;
        text-align: center;
        color: #FFF; }
        .p-navigation__item > a:hover {
          opacity: 0.6; }
        .p-navigation__item > a span {
          display: block;
          color: #0068A8;
          font-size: 0.7em;
          font-weight: normal;
          font-family: "Varela Round", sans-serif;
          font-weight: 400; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-navigation__item {
      font-size: 1.4em;
      text-align: center;
      border-bottom: rgba(255, 255, 255, 0.1) solid 1px; }
      .p-navigation__item:last-child {
        border: none; }
      .p-navigation__item > a {
        display: block;
        padding: 2rem;
        width: 100%;
        height: 100%;
        line-height: 1.6;
        vertical-align: middle;
        text-decoration: none;
        text-align: center;
        color: #FFF; }
        .p-navigation__item > a:hover {
          opacity: 0.6; }
        .p-navigation__item > a span {
          display: block;
          color: #0068A8;
          font-size: 0.7em;
          font-weight: normal;
          font-family: "Varela Round", sans-serif;
          font-weight: 400; } }
  @media only screen and (max-width: 320px) {
    .p-navigation__item {
      font-size: 1.4em;
      text-align: center;
      border-bottom: rgba(255, 255, 255, 0.1) solid 1px; }
      .p-navigation__item:last-child {
        border: none; }
      .p-navigation__item > a {
        display: block;
        padding: 2rem;
        width: 100%;
        height: 100%;
        line-height: 1.6;
        vertical-align: middle;
        text-decoration: none;
        text-align: center;
        color: #FFF; }
        .p-navigation__item > a:hover {
          opacity: 0.6; }
        .p-navigation__item > a span {
          display: block;
          color: #0068A8;
          font-size: 0.7em;
          font-weight: normal;
          font-family: "Varela Round", sans-serif;
          font-weight: 400; } }

@media only screen and (min-width: 1440px) {
  .fixed .p-navigation__item a {
    color: #FFF; } }
@media only screen and (max-width: 1439px) and (min-width: 1024px) {
  .fixed .p-navigation__item a {
    color: #FFF; } }
/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear !important; }

/* 画像のサイズ調整 */
.p-loop .swiper-slide {
  margin: 0 2rem; }

.p-loop img {
  border-radius: 10px; }

.p-loop-02 img {
  border-radius: 10px; }

.p-loop .swiper-slide img {
  max-width: 200px !important;
  width: 100% !important;
  height: auto !important; }

.p-loop-02 .swiper-slide {
  margin: 0 2rem; }

.p-loop-02 .swiper-slide img {
  max-width: 200px !important;
  width: 100% !important;
  height: auto !important; }

#page-home .p-loop__item--odd {
  margin-top: 2rem !important; }

.p-interview-slider {
  margin: 2rem auto;
  overflow: hidden; }
  .p-interview-slider img {
    border-radius: 30px; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-interview-slider img {
        border-radius: 10px; } }
    @media only screen and (max-width: 320px) {
      .p-interview-slider img {
        border-radius: 10px; } }

.p-intro-title {
  font-style: normal;
  line-height: 1.4;
  color: #FFF;
  letter-spacing: 0;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0.4em;
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25); }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-intro-title {
      font-size: 1.6em; } }
  @media only screen and (max-width: 320px) {
    .p-intro-title {
      font-size: 1.6em; } }

.p-intro-text {
  line-height: 2.4; }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-intro-text {
      text-align: left;
      line-height: 1.8; } }
  @media only screen and (max-width: 320px) {
    .p-intro-text {
      text-align: left;
      line-height: 1.8; } }

@media only screen and (min-width: 1440px) {
  .p-footer {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center; } }
@media only screen and (max-width: 1439px) and (min-width: 1024px) {
  .p-footer {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center; } }
.p-footer__logo {
  max-width: 750px;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center; }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-footer__logo {
      max-width: 240px;
      margin: 0 auto 2rem; } }
  @media only screen and (max-width: 320px) {
    .p-footer__logo {
      max-width: 240px;
      margin: 0 auto 2rem; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-footer__logo {
      max-width: 340px;
      margin: 0 auto 2rem; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-footer__logo {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-footer__logo {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-footer__logo {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  .p-footer__logo__item {
    cursor: pointer; }
    .p-footer__logo__item a {
      border: #CBCBCB solid 1px;
      margin: 1em 0.4em;
      display: block; }
      .p-footer__logo__item a:hover {
        opacity: 0.8; }
.p-footer__list {
  list-style: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin: 1em auto; }
  @media only screen and (min-width: 1440px) {
    .p-footer__list {
      justify-content: flex-end;
      -webkit-justify-content: flex-end; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .p-footer__list {
      justify-content: flex-end;
      -webkit-justify-content: flex-end; } }
  .p-footer__list__item a {
    color: #707070;
    text-decoration: underline;
    margin-bottom: 1rem; }
    .p-footer__list__item a:hover {
      text-decoration: none; }
.p-footer__copyright {
  font-size: 0.7em;
  text-align: center;
  margin-bottom: 4rem; }

.p-text-normal {
  font-weight: normal; }

.p-page-title--top {
  margin-top: 100px !important; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-page-title--top {
      margin-top: 60px !important; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-page-title--top {
      margin-top: 60px !important; } }
  @media only screen and (max-width: 320px) {
    .p-page-title--top {
      margin-top: 60px !important; } }

.p-keyv-box {
  color: #FFF;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: nowrap;
  flex-wrap: -webkit-nowrap;
  border-radius: 20px;
  margin: 100px 3rem 6rem 3rem;
  background: transparent linear-gradient(134deg, #066DAE 0%, #09337A 100%) 0% 0% no-repeat padding-box; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-keyv-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-keyv-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-keyv-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-keyv-box {
      margin: 60px 1rem 4rem 1rem; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-keyv-box {
      margin: 60px 1rem 4rem 1rem; } }
  @media only screen and (max-width: 320px) {
    .p-keyv-box {
      margin: 60px 1rem 4rem 1rem; } }
  @media only screen and (min-width: 1440px) {
    .p-keyv-box__image {
      width: 60%; }
      .p-keyv-box__image img {
        border-radius: 0 20px 20px 0; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .p-keyv-box__image {
      width: 60%; }
      .p-keyv-box__image img {
        border-radius: 0 20px 20px 0; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-keyv-box__image {
      width: 60%; }
      .p-keyv-box__image img {
        border-radius: 0 20px 20px 0; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-keyv-box__image img {
      border-radius: 0 0 20px 20px; } }
  @media only screen and (max-width: 320px) {
    .p-keyv-box__image img {
      border-radius: 0 0 20px 20px; } }
  .p-keyv-box__content {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 3rem;
    color: #FFF; }
    @media only screen and (min-width: 1440px) {
      .p-keyv-box__content {
        width: 40%; } }
    @media only screen and (max-width: 1439px) and (min-width: 1024px) {
      .p-keyv-box__content {
        width: 40%; } }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-keyv-box__content {
        width: 40%; } }

.p-content-title {
  font-size: 1.6em;
  color: #0766A8;
  margin-top: 3rem;
  margin-bottom: 2rem; }

.p-content-sub-title {
  font-size: 1.2em;
  color: #000;
  margin-top: 3rem;
  margin-bottom: 1rem; }

@media only screen and (max-width: 767px) and (min-width: 321px) {
  .p-table {
    font-size: 0.8em; } }
@media only screen and (max-width: 320px) {
  .p-table {
    font-size: 0.8em; } }
.p-table--type01 {
  margin: 1rem auto;
  border: solid 1px #DBDBDB;
  background: #F5FAFD;
  text-align: left; }
  .p-table--type01 th {
    text-align: left;
    border-right: solid 1px #DBDBDB;
    background: #0065A0;
    line-height: 1.4;
    color: #FFF;
    padding: 1.4rem 1rem;
    vertical-align: middle; }
    .p-table--type01 th a {
      text-decoration: underline;
      color: #FFF; }
  .p-table--type01 td {
    text-align: left;
    border-right: solid 1px #DBDBDB;
    padding: 1.4rem;
    vertical-align: middle; }
  .p-table--type01 tr:nth-child(even) td {
    background: #FFF; }
.p-table--type02 {
  margin: 1rem auto;
  border: solid 1px #DBDBDB;
  background: #F5FAFD; }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-table--type02 {
      width: 600px; } }
  @media only screen and (max-width: 320px) {
    .p-table--type02 {
      width: 600px; } }
  .p-table--type02 span {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 1.2em; }
  .p-table--type02 th {
    border-right: solid 1px #DBDBDB;
    background: #0065A0;
    line-height: 1.4;
    color: #FFF;
    padding: 1rem 1rem;
    vertical-align: middle; }
  .p-table--type02 td {
    text-align: left;
    border-right: solid 1px #DBDBDB;
    padding: 1.4rem;
    vertical-align: middle; }
  .p-table--type02 tr:nth-child(odd) td {
    background: #FFF; }

.p-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 4rem auto; }

.p-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.p-merit-title {
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1rem; }
  .p-merit-title span {
    margin-right: 1rem;
    border-radius: 100px;
    color: #FFF;
    background: #0766A8;
    display: inline-block;
    padding: 0.4rem 1rem;
    font-size: 0.6em; }

.p-point-box {
  background: #F7F8F8;
  margin-bottom: 2rem;
  padding: 2rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center; }
  .p-point-box__num {
    color: #0766A8;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 2.4em;
    border-right: solid #CCC 1px;
    padding-right: 1.4rem;
    margin-right: 1.4rem; }
  .p-point-box__content__title {
    color: #000;
    font-size: 1.2em;
    font-weight: bold; }

.p-group {
  margin-bottom: 3rem;
  display: flex;
  display: -webkit-flex; }
  .p-group__logo {
    width: 40%;
    max-width: 240px;
    padding: 4rem; }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-group__logo {
        padding: 3rem 0; } }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-group__logo {
        padding: 3rem 0; } }
    @media only screen and (max-width: 320px) {
      .p-group__logo {
        padding: 3rem 0; } }

.p-separate {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: nowrap;
  flex-wrap: -webkit-nowrap; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-separate {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-separate {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-separate {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  .p-separate--two .p-separate__item {
    margin-bottom: 2rem; }
    @media only screen and (min-width: 1440px) {
      .p-separate--two .p-separate__item {
        width: 48%; } }
    @media only screen and (max-width: 1439px) and (min-width: 1024px) {
      .p-separate--two .p-separate__item {
        width: 48%; } }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-separate--two .p-separate__item {
        width: 48%; } }
  .p-separate--three .p-separate__item {
    margin-bottom: 2rem; }
    @media only screen and (min-width: 1440px) {
      .p-separate--three .p-separate__item {
        width: 30%; } }
    @media only screen and (max-width: 1439px) and (min-width: 1024px) {
      .p-separate--three .p-separate__item {
        width: 30%; } }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-separate--three .p-separate__item {
        width: 30%; } }
  .p-separate--four .p-separate__item {
    width: 48%;
    margin-bottom: 2rem; }
    @media only screen and (min-width: 1440px) {
      .p-separate--four .p-separate__item {
        width: 24%; } }
    @media only screen and (max-width: 1439px) and (min-width: 1024px) {
      .p-separate--four .p-separate__item {
        width: 24%; } }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-separate--four .p-separate__item {
        width: 24%; } }

.p-top-link-box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: nowrap;
  flex-wrap: -webkit-nowrap; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-top-link-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-top-link-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-top-link-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  .p-top-link-box__title {
    width: 50%; }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-top-link-box__title {
        width: 100%; } }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-top-link-box__title {
        width: 100%; } }
    @media only screen and (max-width: 320px) {
      .p-top-link-box__title {
        width: 100%; } }
  .p-top-link-box__link {
    width: 50%; }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-top-link-box__link {
        width: 100%; } }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-top-link-box__link {
        width: 100%; } }
    @media only screen and (max-width: 320px) {
      .p-top-link-box__link {
        width: 100%; } }

.p-section-title {
  font-size: 2.4em;
  font-weight: normal;
  color: #FFF; }
  .p-section-title--variant {
    color: #000; }

.p-section-en-title {
  font-size: 1.8em;
  color: #6C6C6C; }
  .p-section-en-title--variant {
    color: #818A93; }

.p-link-list {
  font-size: 1.6em;
  list-style: none; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-link-list {
      font-size: 1.6em; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-link-list {
      font-size: 1.4em; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-link-list {
      font-size: 1.4em; } }
  @media only screen and (max-width: 320px) {
    .p-link-list {
      font-size: 1.4em; } }
  .p-link-list__item {
    line-height: 1.6;
    border-bottom: #6C6C6C solid 1px; }
    .p-link-list__item a {
      color: #FFF;
      display: block;
      position: relative;
      padding: 2rem 4rem 2rem 0rem;
      transition: all 0.4s; }
      .p-link-list__item a:after {
        content: "";
        display: block;
        position: absolute;
        width: 24px;
        height: 24px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url(../images/common/icon_link.svg) no-repeat center center;
        background-size: contain; }
      .p-link-list__item a:hover {
        text-decoration: none;
        opacity: 0.6; }
  .p-link-list--variant .p-link-list__item {
    border-bottom: #6C6C6C solid 1px; }
    .p-link-list--variant .p-link-list__item a {
      color: #000; }
      .p-link-list--variant .p-link-list__item a:after {
        content: "";
        display: block;
        position: absolute;
        width: 24px;
        height: 24px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url(../images/common/icon_link_dark.svg) no-repeat center center;
        background-size: contain; }

.p-other-link-wrap img {
  max-width: 280px; }
@media only screen and (min-width: 1440px) {
  .p-other-link-wrap {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center; } }
@media only screen and (max-width: 1439px) and (min-width: 1024px) {
  .p-other-link-wrap {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center; } }

.p-other-link {
  background: #000000;
  padding: 3rem 4rem; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-other-link {
      max-width: 80%; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-other-link {
      max-width: 80%; } }
  @media only screen and (max-width: 320px) {
    .p-other-link {
      max-width: 80%; } }
  .p-other-link__title {
    color: #FFF;
    font-weight: bold;
    font-size: 1em; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-other-link {
      padding: 2rem 3rem;
      margin: 2rem auto; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-other-link {
      padding: 2rem 3rem;
      margin: 2rem auto; } }
  @media only screen and (max-width: 320px) {
    .p-other-link {
      padding: 2rem 3rem;
      margin: 2rem auto; } }
  @media only screen and (min-width: 1440px) {
    .p-other-link {
      margin: 8rem auto; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .p-other-link {
      margin: 8rem auto; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-other-link {
      padding: 2rem 3rem; } }
  @media only screen and (max-width: 320px) {
    .p-other-link {
      padding: 2rem 3rem; } }
  .p-other-link__list {
    list-style: none;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center; }
    .p-other-link__list a {
      transition: all 0.4s; }
      .p-other-link__list a:hover {
        opacity: 0.6; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-other-link__list {
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap; } }
    @media only screen and (max-width: 320px) {
      .p-other-link__list {
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap; } }
    .p-other-link__list__item {
      width: 48%; }
      @media only screen and (max-width: 767px) and (min-width: 321px) {
        .p-other-link__list__item {
          width: 100%;
          margin-bottom: 2rem; } }
      @media only screen and (max-width: 320px) {
        .p-other-link__list__item {
          width: 100%;
          margin-bottom: 2rem; } }

.p-top-interview-box {
  max-width: 1400px;
  margin: 0 auto; }
  .p-top-interview-box__title {
    color: #000;
    text-align: center;
    letter-spacing: 0.04em;
    font-size: 3.6em;
    font-weight: normal; }
  .p-top-interview-box__text {
    text-align: center;
    color: #000; }

.p-page-title {
  font-size: 2.8em;
  font-weight: normal;
  letter-spacing: 0.02em; }

.p-page-jp-title {
  font-size: 1.2em;
  padding-top: 1rem;
  margin-left: 1em; }

.p-title-group {
  position: relative; }
  @media only screen and (min-width: 1440px) {
    .p-title-group {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      margin-bottom: 4rem; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .p-title-group {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      margin-bottom: 4rem; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-title-group {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      margin-bottom: 4rem; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-title-group {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      margin-bottom: 4rem; } }
  @media only screen and (max-width: 320px) {
    .p-title-group {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      margin-bottom: 4rem; } }
  .p-title-group::after {
    content: '';
    width: 90px;
    height: 1px;
    display: inline-block;
    background-color: #FFF;
    position: absolute;
    bottom: -1rem;
    left: 0; }

.p-page-catch {
  font-size: 1.6em;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 0.4em; }
  .p-page-catch span {
    margin-left: -0.4em; }
  .p-page-catch--interview {
    font-size: 2em;
    color: #000;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: #444 solid 1px;
    width: 50%;
    text-shadow: 0px 0px 20px white; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-page-catch--interview {
        font-size: 1.4em; } }
    @media only screen and (max-width: 320px) {
      .p-page-catch--interview {
        font-size: 1.4em; } }

.p-page-sub-title {
  color: #000;
  font-size: 1.6em;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-page-sub-title {
      font-size: 1.2em; } }
  @media only screen and (max-width: 320px) {
    .p-page-sub-title {
      font-size: 1.2em; } }

.p-page-mini-title {
  line-height: 1.6;
  color: #095D9D;
  font-size: 1.3em;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-page-mini-title {
      font-size: 1.1em; } }
  @media only screen and (max-width: 320px) {
    .p-page-mini-title {
      font-size: 1.1em; } }

@media only screen and (min-width: 1440px) {
  .p-fund-box {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between; } }
@media only screen and (max-width: 1439px) and (min-width: 1024px) {
  .p-fund-box {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between; } }
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .p-fund-box {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between; } }
@media only screen and (max-width: 767px) and (min-width: 321px) {
  .p-fund-box {
    flex-wrap: wrap;
    flex-wrap: -webkit-wrap; } }
@media only screen and (max-width: 320px) {
  .p-fund-box {
    flex-wrap: wrap;
    flex-wrap: -webkit-wrap; } }
.p-fund-box__main {
  width: 74%; }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-fund-box__main {
      width: 100%; } }
  @media only screen and (max-width: 320px) {
    .p-fund-box__main {
      width: 100%; } }
.p-fund-box__num {
  width: 24%; }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-fund-box__num {
      width: 60%;
      margin: 2rem auto 0; } }
  @media only screen and (max-width: 320px) {
    .p-fund-box__num {
      width: 60%;
      margin: 2rem auto 0; } }

.p-budget {
  margin-top: 2rem;
  text-align: center;
  color: #095D9D;
  line-height: 1.2;
  background: #EDF3FA;
  padding: 2rem 3rem; }
  .p-budget__title {
    font-size: 0.9em;
    font-weight: bold; }
  .p-budget__num {
    font-size: 1.2em;
    font-weight: bold; }
    .p-budget__num span {
      font-size: 1.6em; }

.p-table {
  font-size: 0.9em;
  line-height: 1.6;
  border-top: #D3D9DD solid 1px;
  border-left: #D3D9DD solid 1px;
  border-right: #D3D9DD solid 1px; }
  .p-table__title {
    font-weight: bold;
    color: #000;
    margin-bottom: 0.4em; }

.p-basic-table {
  display: flex;
  display: -webkit-flex;
  border-bottom: #D3D9DD solid 1px; }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-basic-table {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-basic-table {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  .p-basic-table dt {
    font-weight: bold;
    width: 20%;
    color: #000;
    background: #EFF2F4;
    padding: 2rem; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-basic-table dt {
        padding: 1rem 2rem;
        width: 100%; } }
    @media only screen and (max-width: 320px) {
      .p-basic-table dt {
        padding: 1rem 2rem;
        width: 100%; } }
  .p-basic-table dd {
    width: 80%;
    background: #FFF;
    padding: 2rem; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-basic-table dd {
        width: 100%; } }
    @media only screen and (max-width: 320px) {
      .p-basic-table dd {
        width: 100%; } }

.p-organization {
  max-width: 580px;
  margin: 4rem auto; }

.p-detail-box {
  padding: 3rem 4rem;
  background: #FFF;
  margin: 0 auto 4rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center; }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-detail-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap;
      padding: 2rem; } }
  @media only screen and (max-width: 320px) {
    .p-detail-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap;
      padding: 2rem; } }
  .p-detail-box__image {
    width: 18%; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-detail-box__image {
        width: 100%;
        margin: 0 auto;
        text-align: center; }
        .p-detail-box__image img {
          max-width: 180px;
          width: 60%;
          text-align: center; } }
    @media only screen and (max-width: 320px) {
      .p-detail-box__image {
        width: 100%;
        margin: 0 auto;
        text-align: center; }
        .p-detail-box__image img {
          max-width: 180px;
          width: 60%;
          text-align: center; } }
  .p-detail-box__content {
    width: 92%; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-detail-box__content {
        width: 100%; } }
    @media only screen and (max-width: 320px) {
      .p-detail-box__content {
        width: 100%; } }
  .p-detail-box__title {
    color: #000;
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 0.8rem; }

.p-detail-button {
  display: inline-block;
  padding: 1.4rem 2.6rem;
  margin: 1rem auto;
  font-size: 0.9em;
  line-height: 1.6;
  color: #FFF !important;
  font-weight: bold;
  border-radius: 200px;
  background: linear-gradient(295.25deg, #254AA0 11.3%, #1B70AE 82.39%); }
  .p-detail-button:hover {
    text-decoration: none;
    opacity: 0.8; }

.p-link-button {
  text-align: center; }
  .p-link-button a {
    font-size: 0.8em;
    display: inline-block;
    padding: 1.4rem 2rem;
    color: #000;
    border-radius: 100px;
    border: #CCC solid 1px;
    position: relative; }
    .p-link-button a:hover {
      opacity: 0.8;
      text-decoration: none; }
  .p-link-button--blank a {
    padding: 1.4rem 4rem 1.4rem 2rem;
    position: relative; }
    .p-link-button--blank a:after {
      content: "";
      display: block;
      position: absolute;
      width: 14px;
      height: 14px;
      right: 8%;
      top: 50%;
      transform: translateY(-50%);
      background: url(../images/common/icon_blank.svg) no-repeat center center;
      background-size: contain; }

.p-sdgs-list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  list-style: none;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap; }
  .p-sdgs-list__item {
    width: 24%;
    margin-bottom: 4%; }

.p-sdgs-box {
  padding: 3rem 4rem;
  background: #FFF;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-sdgs-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap;
      padding: 2rem 3rem; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-sdgs-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap;
      padding: 2rem 3rem; } }
  @media only screen and (max-width: 320px) {
    .p-sdgs-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap;
      padding: 2rem 3rem; } }
  .p-sdgs-box__holdings {
    width: 38%; }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-sdgs-box__holdings {
        width: 100%; } }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-sdgs-box__holdings {
        width: 100%; } }
    @media only screen and (max-width: 320px) {
      .p-sdgs-box__holdings {
        width: 100%; } }
  .p-sdgs-box__sdgs {
    margin-top: 4%;
    width: 58%; }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-sdgs-box__sdgs {
        width: 100%; } }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-sdgs-box__sdgs {
        width: 100%; } }
    @media only screen and (max-width: 320px) {
      .p-sdgs-box__sdgs {
        width: 100%; } }
  .p-sdgs-box__text {
    margin: 2rem auto;
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 0.9em; }
  .p-sdgs-box__logo {
    max-width: 200px;
    margin: 0 auto; }

.p-job-list {
  line-height: 1; }
  .p-job-list li {
    border-radius: 4px;
    display: inline-block;
    margin-right: 0.4em;
    background: #EEE;
    padding: 1rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 0.4rem; }

.p-basic-list {
  margin-top: 1rem; }
  .p-basic-list li {
    margin-left: 1em;
    margin-bottom: 0.4em; }

.p-process-image {
  max-width: 600px;
  margin: 6rem auto; }

.p-flow-box {
  padding: 2rem 0;
  font-size: 0.9em;
  background: #FFF;
  margin-bottom: 2rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-flow-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap;
      padding: 1rem; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-flow-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap;
      padding: 1rem; } }
  @media only screen and (max-width: 320px) {
    .p-flow-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap;
      padding: 1rem; } }
  .p-flow-box__icon {
    margin-right: 1rem;
    display: inline-block;
    width: 22px;
    height: 22px;
    color: #FFF;
    line-height: 1;
    padding-top: 3px;
    background-color: #B6C2CB;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-flow-box__icon {
        width: 18px;
        height: 18px; } }
    @media only screen and (max-width: 320px) {
      .p-flow-box__icon {
        width: 18px;
        height: 18px; } }
    .p-flow-box__icon--finish {
      background: transparent linear-gradient(153deg, #009CF6 0%, #35D9CD 100%) 0% 0% no-repeat padding-box; }
  .p-flow-box__title {
    padding: 3rem;
    width: 20%;
    color: #000;
    font-weight: bold; }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-flow-box__title {
        width: 100%;
        padding: 1rem;
        font-size: 1.2em; } }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-flow-box__title {
        width: 100%;
        padding: 1rem;
        font-size: 1.2em; } }
    @media only screen and (max-width: 320px) {
      .p-flow-box__title {
        width: 100%;
        padding: 1rem;
        font-size: 1.2em; } }
  .p-flow-box__content {
    padding: 3rem;
    padding-left: 2rem;
    width: 80%; }
    @media only screen and (min-width: 1440px) {
      .p-flow-box__content {
        border-left: #CCC solid 1px; } }
    @media only screen and (max-width: 1439px) and (min-width: 1024px) {
      .p-flow-box__content {
        border-left: #CCC solid 1px; } }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-flow-box__content {
        width: 100%;
        border-top: #CCC solid 1px;
        padding: 1rem; } }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-flow-box__content {
        width: 100%;
        border-top: #CCC solid 1px;
        padding: 1rem; } }
    @media only screen and (max-width: 320px) {
      .p-flow-box__content {
        width: 100%;
        border-top: #CCC solid 1px;
        padding: 1rem; } }

.p-flow-text {
  margin: 3rem 0;
  text-align: center; }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-flow-text {
      text-align: left; } }
  @media only screen and (max-width: 320px) {
    .p-flow-text {
      text-align: left; } }

.p-interview-list dt {
  position: relative;
  padding-left: 40px;
  color: #000;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.4rem;
  margin-top: 4rem; }
  .p-interview-list dt:first-child {
    margin-top: 0; }
  .p-interview-list dt::before {
    position: absolute;
    content: "";
    top: 50%;
    width: 30px;
    margin-left: 30px;
    left: -30px;
    border: #444 solid 1px; }

.p-interview-box {
  margin-top: 3rem;
  color: #000; }
  @media only screen and (min-width: 1440px) {
    .p-interview-box {
      margin-top: 10rem; } }
  .p-interview-box__job {
    display: inline-block;
    line-height: 1;
    font-size: 1em;
    font-weight: bold;
    border: #000 solid 1px;
    padding: 0.6rem 0.6rem;
    margin-bottom: 1rem; }
  .p-interview-box__position {
    font-size: 1em;
    font-weight: bold; }
  .p-interview-box__name {
    font-size: 1.4em;
    font-weight: bold; }

.p-profile-box {
  color: #000;
  max-width: 820px;
  margin: 4rem auto;
  background: #ECF2F7;
  padding: 3rem;
  font-size: 0.8em;
  line-height: 1.8;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-profile-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap;
      padding: 2rem; } }
  @media only screen and (max-width: 320px) {
    .p-profile-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap;
      padding: 2rem; } }
  .p-profile-box__image {
    width: 30%; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-profile-box__image {
        max-width: 40%;
        width: 100%;
        margin: 0 auto 3rem; } }
    @media only screen and (max-width: 320px) {
      .p-profile-box__image {
        max-width: 40%;
        width: 100%;
        margin: 0 auto 3rem; } }
  .p-profile-box__content {
    width: 64%; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-profile-box__content {
        width: 100%; } }
    @media only screen and (max-width: 320px) {
      .p-profile-box__content {
        width: 100%; } }
    .p-profile-box__content__job {
      display: inline-block;
      line-height: 1;
      font-size: 1em;
      font-weight: bold;
      border: #000 solid 1px;
      padding: 0.6rem 0.6rem;
      margin-bottom: 1rem; }
    .p-profile-box__content__position {
      font-size: 1.2em;
      font-weight: bold; }
    .p-profile-box__content__name {
      font-size: 1.6em;
      font-weight: bold;
      margin-bottom: 1rem; }
    .p-profile-box__content__message {
      font-size: 1.2em;
      font-weight: bold;
      margin-bottom: 0.4rem; }

.p-image {
  margin: 4rem auto; }

.p-faq-box {
  padding: 2rem 0;
  font-size: 0.9em;
  background: #FFF;
  margin-bottom: 2rem;
  border-bottom: #CCC solid 1px; }
  .p-faq-box:last-child {
    border-bottom: none; }
  .p-faq-box__icon {
    font-size: 0.8em;
    margin-right: 1rem;
    display: inline-block;
    width: 22px;
    height: 22px;
    color: #FFF;
    line-height: 1;
    padding-top: 3px;
    background-color: #000;
    text-align: center;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-faq-box__icon {
        width: 18px;
        height: 18px; } }
    @media only screen and (max-width: 320px) {
      .p-faq-box__icon {
        width: 18px;
        height: 18px; } }
  .p-faq-box__title {
    font-size: 1.2em;
    color: #000;
    font-weight: bold;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-faq-box__title {
        width: 100%;
        font-size: 1.2em; } }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-faq-box__title {
        width: 100%;
        font-size: 1.2em; } }
    @media only screen and (max-width: 320px) {
      .p-faq-box__title {
        width: 100%;
        font-size: 1.2em; } }

.p-business {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: nowrap;
  flex-wrap: -webkit-nowrap; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-business {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-business {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-business {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  .p-business__image {
    width: 48%; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-business__image {
        width: 70%;
        margin: 0 auto 3rem; } }
    @media only screen and (max-width: 320px) {
      .p-business__image {
        width: 70%;
        margin: 0 auto 3rem; } }
  .p-business__content {
    width: 48%; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-business__content {
        width: 100%; } }
    @media only screen and (max-width: 320px) {
      .p-business__content {
        width: 100%; } }

.p-message {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: nowrap;
  flex-wrap: -webkit-nowrap; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-message {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-message {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-message {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  .p-message__image {
    width: 30%; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-message__image {
        width: 100%;
        text-align: center;
        margin-top: 2rem; }
        .p-message__image img {
          max-width: 360px; } }
    @media only screen and (max-width: 320px) {
      .p-message__image {
        width: 100%;
        text-align: center;
        margin-top: 2rem; }
        .p-message__image img {
          max-width: 360px; } }
  .p-message__content {
    width: 66%; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-message__content {
        width: 100%; } }
    @media only screen and (max-width: 320px) {
      .p-message__content {
        width: 100%; } }
    .p-message__content p {
      text-indent: 1em;
      margin-bottom: 1em; }

.p-profile {
  text-align: right;
  font-size: 0.8em;
  line-height: 1.6; }
  .p-profile p {
    margin-bottom: 1rem; }
  .p-profile__name {
    font-size: 1.8em; }

.p-num-list {
  margin: 0 0 2em 2.5em; }
  .p-num-list li {
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
    text-indent: -2.5em; }
  .p-num-list li:before {
    display: inline-block;
    width: 2.5em;
    text-indent: 0;
    content: "(" counter(cnt) ") "; }

.p-num-list--02 {
  margin: 0 0 2em 2.5em; }
  .p-num-list--02 li {
    list-style-type: decimal;
    list-style-position: inside;
    counter-increment: cnt;
    text-indent: -2.5em; }

.p-bar-title {
  margin-top: 4rem;
  font-size: 1em;
  background: #040919;
  color: #FFF;
  border-radius: 4px;
  padding: 0.4rem 2rem;
  font-weight: bold;
  margin-bottom: 0.8em; }

.p-focus-title {
  margin-top: 2rem;
  font-size: 1.1em;
  color: #002E7B;
  font-weight: bold; }

.p-detail-table {
  width: 100%;
  border-top: solid #CCCCCC 1px;
  border-bottom: solid #CCCCCC 1px;
  font-size: 0.9em; }
  .p-detail-table th {
    width: 20%;
    letter-spacing: 0.04em;
    color: #000;
    font-weight: bold;
    font-weight: bold;
    padding: 11px 10px;
    background: #E9E9E9; }
  .p-detail-table td {
    width: 80%;
    padding: 11px 10px;
    background: #FFF; }
  .p-detail-table tr {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    border-bottom: solid #CCCCCC 1px; }
  .p-detail-table tr:last-child {
    border-bottom: none; }

.p-footer {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-direction: row-reverse;
  flex-direction: -webkit-row-reverse;
  align-items: flex-start;
  -webkit-align-items: flex-start; }
  @media only screen and (min-width: 1440px) {
    .p-footer {
      font-size: 0.9em; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .p-footer {
      font-size: 0.9em; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-footer {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-footer {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-footer {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  .p-footer__link {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
    @media only screen and (min-width: 1440px) {
      .p-footer__link {
        width: 64%; } }
    @media only screen and (max-width: 1439px) and (min-width: 1024px) {
      .p-footer__link {
        width: 64%; } }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-footer__link {
        width: 100%;
        margin-bottom: 2rem; } }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-footer__link {
        width: 100%;
        margin-bottom: 2rem; } }
    @media only screen and (max-width: 320px) {
      .p-footer__link {
        width: 100%;
        margin-bottom: 2rem; } }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-footer__link {
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap; } }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-footer__link {
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap; } }
    @media only screen and (max-width: 320px) {
      .p-footer__link {
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap; } }
    .p-footer__link__list {
      list-style: none; }
      @media only screen and (min-width: 1440px) {
        .p-footer__link__list {
          width: 40%; } }
      @media only screen and (max-width: 1439px) and (min-width: 1024px) {
        .p-footer__link__list {
          width: 40%; } }
      @media only screen and (max-width: 1023px) and (min-width: 768px) {
        .p-footer__link__list {
          width: 100%; } }
      @media only screen and (max-width: 767px) and (min-width: 321px) {
        .p-footer__link__list {
          width: 100%; } }
      @media only screen and (max-width: 320px) {
        .p-footer__link__list {
          width: 100%; } }
      .p-footer__link__list li a {
        color: #FFF; }
    .p-footer__link__sub-list {
      list-style: none;
      font-size: 0.8em;
      margin-bottom: 1em; }
      .p-footer__link__sub-list li {
        display: inline-block; }
        .p-footer__link__sub-list li:not(:first-child)::before {
          content: "｜"; }
        .p-footer__link__sub-list li a {
          color: #A7A7A7; }
    .p-footer__link__other-list {
      list-style: none;
      font-size: 0.8em; }
      @media only screen and (min-width: 1440px) {
        .p-footer__link__other-list {
          width: 54%; } }
      @media only screen and (max-width: 1439px) and (min-width: 1024px) {
        .p-footer__link__other-list {
          width: 54%; } }
      @media only screen and (max-width: 1023px) and (min-width: 768px) {
        .p-footer__link__other-list {
          width: 100%; } }
      @media only screen and (max-width: 767px) and (min-width: 321px) {
        .p-footer__link__other-list {
          width: 100%; } }
      @media only screen and (max-width: 320px) {
        .p-footer__link__other-list {
          width: 100%; } }
      .p-footer__link__other-list li {
        margin-bottom: 1em; }
        .p-footer__link__other-list li a {
          color: #A7A7A7; }
  @media only screen and (min-width: 1440px) {
    .p-footer__text {
      width: 32%; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .p-footer__text {
      width: 32%; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-footer__text {
      width: 100%; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-footer__text {
      width: 100%; } }
  @media only screen and (max-width: 320px) {
    .p-footer__text {
      width: 100%; } }
  .p-footer__text__logo {
    max-width: 260px;
    margin-bottom: 2rem; }
  .p-footer__text__address {
    line-height: 1.6;
    font-size: 0.8em; }
  .p-footer__text__banner {
    margin: 1rem 0;
    max-width: 280px; }
  .p-footer__text__credit {
    font-size: 0.7em; }

.p-recruit-box {
  background: #E6E8F0;
  padding: 3rem 4rem;
  margin: 4rem auto; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-recruit-box {
      padding: 2rem;
      margin: 2rem auto; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-recruit-box {
      padding: 2rem;
      margin: 2rem auto; } }
  @media only screen and (max-width: 320px) {
    .p-recruit-box {
      padding: 2rem;
      margin: 2rem auto; } }
  .p-recruit-box__title {
    color: #002A70;
    line-height: 1.8;
    margin-bottom: 1rem;
    font-weight: bold; }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-recruit-box__title {
        font-size: 0.9em; } }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-recruit-box__title {
        font-size: 0.9em; } }
    @media only screen and (max-width: 320px) {
      .p-recruit-box__title {
        font-size: 0.9em; } }
  .p-recruit-box__text {
    font-size: 0.8em; }
  .p-recruit-box__mail {
    max-width: 260px;
    line-height: 0; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-recruit-box__mail {
        max-width: 190px; } }
    @media only screen and (max-width: 320px) {
      .p-recruit-box__mail {
        max-width: 190px; } }

.p-contact-box {
  padding: 2rem;
  color: #000000;
  background: #FFF;
  border-radius: 6px;
  max-width: 950px;
  margin: 0 auto;
  box-shadow: -1px 0px 39px -15px rgba(0, 0, 0, 0.33);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-contact-box {
      padding: 1rem 1rem; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-contact-box {
      padding: 1rem 1rem; } }
  @media only screen and (max-width: 320px) {
    .p-contact-box {
      padding: 1rem 1rem; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-contact-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-contact-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-contact-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  .p-contact-box__content {
    padding: 1rem 3rem; }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-contact-box__content {
        text-align: center;
        border-right: none;
        width: 100%; } }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-contact-box__content {
        text-align: center;
        border-right: none;
        width: 100%; } }
    @media only screen and (max-width: 320px) {
      .p-contact-box__content {
        text-align: center;
        border-right: none;
        width: 100%; } }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-contact-box__content {
        padding: 1rem; } }
    @media only screen and (max-width: 320px) {
      .p-contact-box__content {
        padding: 1rem; } }
  .p-contact-box__button {
    padding: 1rem 3rem; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-contact-box__button {
        padding: 1rem; } }
    @media only screen and (max-width: 320px) {
      .p-contact-box__button {
        padding: 1rem; } }
  .p-contact-box__title {
    font-weight: bold;
    text-align: center; }
  .p-contact-box__tel {
    text-align: center;
    font-size: 3em;
    line-height: 1;
    color: #003884; }
    .p-contact-box__tel a:hover {
      opacity: 0.8;
      text-decoration: none !important; }
  .p-contact-box__text {
    font-size: 0.8em; }

.p-form-button {
  background: #000;
  font-size: 1em;
  font-weight: bold;
  padding: 3rem 6rem 3rem 4rem;
  border-radius: 100px;
  color: #FFF !important;
  text-decoration: none;
  position: relative; }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-form-button {
      padding: 1.4rem 4rem 1.4rem 2rem; } }
  @media only screen and (max-width: 320px) {
    .p-form-button {
      padding: 1.4rem 4rem 1.4rem 2rem; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-form-button {
      padding: 2rem 6rem 2rem 4rem; } }
  .p-form-button:hover {
    text-decoration: none;
    opacity: 0.9; }
  .p-form-button:after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    right: 11%;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/common/icon_blank.svg) no-repeat center center;
    background-size: contain; }

.p-aeon {
  max-width: 640px;
  margin: 4rem auto; }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-aeon {
      margin: 2rem auto; } }
  @media only screen and (max-width: 320px) {
    .p-aeon {
      margin: 2rem auto; } }

.p-information-list {
  list-style: none;
  border-top: #ccc solid 1px;
  padding: 3rem 0; }
  @media only screen and (min-width: 1440px) {
    .p-information-list {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center; } }
  @media only screen and (min-width: 1440px) and (max-width: 767px) and (min-width: 321px) {
    .p-information-list {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (min-width: 1440px) and (max-width: 320px) {
    .p-information-list {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }

  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .p-information-list {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) and (max-width: 767px) and (min-width: 321px) {
    .p-information-list {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) and (max-width: 320px) {
    .p-information-list {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }

  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-information-list {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) and (min-width: 321px) {
    .p-information-list {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 320px) {
    .p-information-list {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }

  .p-information-list dt {
    width: 30%;
    font-weight: bold; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-information-list dt {
        width: 100%;
        margin-bottom: 1rem; } }
    @media only screen and (max-width: 320px) {
      .p-information-list dt {
        width: 100%;
        margin-bottom: 1rem; } }
  .p-information-list dd {
    width: 70%; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-information-list dd {
        width: 100%; } }
    @media only screen and (max-width: 320px) {
      .p-information-list dd {
        width: 100%; } }
  .p-information-list span {
    width: 10em;
    text-align: center;
    display: inline-block;
    line-height: 1;
    letter-spacing: 0;
    color: #FFF;
    margin-left: 1rem;
    background: #003884;
    padding: 0.6rem;
    border-radius: 40px;
    font-size: 0.8em;
    font-weight: bold; }

.p-tab-list {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 3rem;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-tab-list {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-tab-list {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  .p-tab-list__item {
    border-right: #FFF solid 1px;
    color: #000;
    width: 20%;
    text-align: center;
    display: block;
    cursor: pointer;
    background: #EBEDF0; }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-tab-list__item {
        width: 50%;
        padding: 0.8rem;
        border-bottom: #FFF solid 1px; } }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-tab-list__item {
        width: 50%;
        padding: 0.8rem;
        border-bottom: #FFF solid 1px; } }
    @media only screen and (max-width: 320px) {
      .p-tab-list__item {
        width: 50%;
        padding: 0.8rem;
        border-bottom: #FFF solid 1px; } }
    .p-tab-list__item--active {
      color: #FFF;
      background: #002A70; }

.p-overview-box {
  display: none; }
  .p-overview-box--active {
    display: block; }

.p-none {
  text-align: center;
  font-size: 1.4em;
  padding: 2rem auto 0; }

.fade-in {
  opacity: 0;
  transform: translateY(10px); }

.u-sp {
  display: block; }
  @media only screen and (min-width: 1440px) {
    .u-sp {
      display: none; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .u-sp {
      display: none; } }

.u-pc {
  display: none; }
  @media only screen and (min-width: 1440px) {
    .u-pc {
      display: block; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .u-pc {
      display: block; } }

@media only screen and (min-width: 1440px) {
  .u-br-pc {
    display: block; }

  .u-br-sp {
    display: none; } }
@media only screen and (max-width: 1439px) and (min-width: 1024px) {
  .u-br-pc {
    display: block; }

  .u-br-sp {
    display: none; } }
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .u-br-pc {
    display: block; }

  .u-br-sp {
    display: none; } }
@media only screen and (max-width: 767px) and (min-width: 321px) {
  .u-br-pc {
    display: none; }

  .u-br-sp {
    display: block; } }
@media only screen and (max-width: 320px) {
  .u-br-pc {
    display: none; }

  .u-br-sp {
    display: block; } }
.u-paragraph p {
  margin-bottom: 1em; }
  .u-paragraph p:last-child {
    margin-bottom: 0; }

.u-small-text {
  margin-top: 0.3em;
  font-size: 0.8em;
  line-height: 1.6;
  word-break: break-all; }

.u-extra-small-text {
  letter-spacing: 0;
  font-size: 0.6em;
  line-height: 1.4;
  word-break: break-all;
  opacity: 0.8; }

.u-big-text {
  font-size: 1.4em;
  line-height: 1.3; }

.u-attention {
  color: #E61867; }

.u-bold {
  font-weight: bold; }

.u-right {
  text-align: right; }

.u-center {
  text-align: center; }

.u-mb-1em {
  margin-bottom: 1em; }

.u-ml-0 {
  margin-left: 0 !important; }

.u-mb-10 {
  margin-bottom: 10px; }

.u-mb-20 {
  margin-bottom: 20px; }

.u-mb-30 {
  margin-bottom: 30px; }

.u-mb-40 {
  margin-bottom: 40px; }

.u-mb-60 {
  margin-bottom: 60px; }

.u-mr-20 {
  margin-right: 20px; }

.u-weight {
  font-weight: bold; }

/*# sourceMappingURL=style.css.map */
