@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&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 {
  overflow-x: hidden;
  background: #FFF;
  color: #1A1A1A;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.08em;
  min-width: 320px; }
  @media only screen and (min-width: 1480px) {
    body {
      font-size: 1.6em; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    body {
      font-size: 1.4em; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    body {
      font-size: 1.4em; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    body {
      font-size: 1.4em; } }
  @media only screen and (max-width: 320px) {
    body {
      font-size: 1.2em; } }

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

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

a[id]:not([href]) {
  margin-top: -60px;
  padding-top: 60px;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (min-width: 1480px) {
    a[id]:not([href]) {
      margin-top: -88px;
      padding-top: 88px; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    a[id]:not([href]) {
      margin-top: -88px;
      padding-top: 88px; } }

hr {
  max-width: 1140px;
  margin: 4em auto;
  height: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #CCC; }

.l-container {
  width: 100%;
  margin-top: 60px; }
  @media only screen and (min-width: 1480px) {
    .l-container {
      margin-top: 88px;
      padding: 0; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .l-container {
      margin-top: 88px;
      padding: 0; } }

.l-topics {
  margin: 0 2rem; }
  .l-topics__inner {
    max-width: 1140px;
    margin: 2rem auto 0; }
    .l-topics__inner a {
      color: #102B69;
      font-weight: bold; }

.l-content {
  background: #FFF;
  padding: 2rem;
  max-width: 1140px;
  margin: 0 auto; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .l-content {
      padding: 4rem 2rem; } }
  @media only screen and (min-width: 1480px) {
    .l-content {
      padding: 6rem 1rem; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .l-content {
      padding: 6rem 1rem; } }

.l-content-full {
  background: #FFF;
  padding: 2rem 0rem;
  max-width: 1440px;
  margin: 0 auto; }
  .l-content-full--safety {
    background: #F4F7FF;
    max-width: 100%; }
    .l-content-full--safety .l-content-full__inner {
      padding: 2rem; }
      @media only screen and (max-width: 959px) and (min-width: 560px) {
        .l-content-full--safety .l-content-full__inner {
          padding: 4rem 2rem; } }
      @media only screen and (min-width: 1480px) {
        .l-content-full--safety .l-content-full__inner {
          padding: 6rem 1rem; } }
      @media only screen and (max-width: 1479px) and (min-width: 960px) {
        .l-content-full--safety .l-content-full__inner {
          padding: 6rem 1rem; } }
  .l-content-full--salt {
    background: #F8F4F7;
    max-width: 100%; }
    .l-content-full--salt .l-content-full__inner {
      padding: 2rem; }
      @media only screen and (max-width: 959px) and (min-width: 560px) {
        .l-content-full--salt .l-content-full__inner {
          padding: 4rem 2rem; } }
      @media only screen and (min-width: 1480px) {
        .l-content-full--salt .l-content-full__inner {
          padding: 6rem 1rem; } }
      @media only screen and (max-width: 1479px) and (min-width: 960px) {
        .l-content-full--salt .l-content-full__inner {
          padding: 6rem 1rem; } }
  .l-content-full__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 2rem; }

.l-header {
  position: fixed;
  top: 0;
  background: #FFF;
  padding: 0 2rem;
  width: 100%;
  margin: 0 auto;
  z-index: 998;
  box-shadow: 0px 13px 21px -10px rgba(0, 0, 0, 0.06); }
  .l-header__inner {
    max-width: 1140px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    height: 60px;
    margin: 0 auto; }
    @media only screen and (min-width: 1480px) {
      .l-header__inner {
        height: 88px; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .l-header__inner {
        height: 88px; } }

.l-hero {
  position: relative;
  background-size: cover;
  color: #FFF;
  width: 100%;
  position: relative;
  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: 559px) and (min-width: 321px) {
    .l-hero {
      align-items: center;
      -webkit-align-items: center; } }
  @media only screen and (max-width: 320px) {
    .l-hero {
      align-items: center;
      -webkit-align-items: center; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .l-hero {
      height: 70vh;
      min-height: 480px; } }
  @media only screen and (max-width: 320px) {
    .l-hero {
      height: 70vh;
      min-height: 480px; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .l-hero {
      height: 70vh;
      min-height: 600px; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .l-hero {
      height: 60vh;
      min-height: 600px; } }
  @media only screen and (min-width: 1480px) {
    .l-hero {
      height: 60vh;
      min-height: 600px; } }
  .l-hero__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 2rem; }
  .l-hero video {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: #CCC;
    background-position: center center;
    background-size: contain;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -100; }

.l-sub-hero {
  width: 100%;
  background: #000;
  margin-bottom: -2rem;
  color: #FFF;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center; }
  .l-sub-hero--service {
    background: #102B69 url(../images/common/bg_service.jpg) no-repeat center center;
    background-size: cover; }
  .l-sub-hero--company {
    background: #102B69 url(../images/common/bg_company.jpg) no-repeat center center;
    background-size: cover; }
  .l-sub-hero--recruit {
    background: #102B69 url(../images/common/bg_recruit.jpg) no-repeat center center;
    background-size: cover; }
  .l-sub-hero__inner {
    text-align: center; }

.l-navigation {
  position: relative;
  width: 100%;
  z-index: 10000; }

.l-introduction {
  background: #FFF url(../images/index/bg_island.jpg) no-repeat top center;
  background-size: contain;
  color: #102B69; }
  .l-introduction-wrap {
    position: relative; }
  .l-introduction__inner {
    margin: 0 auto;
    max-width: 1140px;
    padding: 10rem 2rem 20rem; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-introduction__inner {
        padding: 10rem 2rem 10rem; } }
    @media only screen and (max-width: 320px) {
      .l-introduction__inner {
        padding: 10rem 2rem 10rem; } }

.l-merit--01__inner {
  margin: 0 auto;
  max-width: 1140px;
  padding: 8rem 4rem 8rem 4rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .l-merit--01__inner {
      padding: 4rem 2rem;
      text-align: left; } }
  @media only screen and (max-width: 320px) {
    .l-merit--01__inner {
      padding: 4rem 2rem;
      text-align: left; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .l-merit--01__inner__content {
      width: 100%;
      margin: 0 auto 3rem; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .l-merit--01__inner__content {
      width: 100%;
      margin: 0 auto 3rem; } }
  @media only screen and (max-width: 320px) {
    .l-merit--01__inner__content {
      width: 100%;
      margin: 0 auto 3rem; } }
  @media only screen and (min-width: 1480px) {
    .l-merit--01__inner__content {
      width: 48%; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .l-merit--01__inner__content {
      width: 48%; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .l-merit--01__inner__image {
      width: 100%;
      max-width: 700px;
      margin: 0 auto; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .l-merit--01__inner__image {
      width: 100%;
      max-width: 700px;
      margin: 0 auto; } }
  @media only screen and (max-width: 320px) {
    .l-merit--01__inner__image {
      width: 100%;
      max-width: 700px;
      margin: 0 auto; } }
  @media only screen and (min-width: 1480px) {
    .l-merit--01__inner__image {
      width: 48%; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .l-merit--01__inner__image {
      width: 48%; } }

.l-merit--02 {
  background: #EFEFEF; }
  .l-merit--02__inner {
    margin: 0 auto;
    max-width: 1140px;
    padding: 8rem 4rem 8rem 4rem; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-merit--02__inner {
        padding: 4rem 2rem;
        text-align: left; } }
    @media only screen and (max-width: 320px) {
      .l-merit--02__inner {
        padding: 4rem 2rem;
        text-align: left; } }

.l-merit--03__inner {
  margin: 0 auto;
  max-width: 1140px;
  padding: 8rem 4rem 8rem 4rem; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .l-merit--03__inner {
      padding: 4rem 2rem;
      text-align: left; } }
  @media only screen and (max-width: 320px) {
    .l-merit--03__inner {
      padding: 4rem 2rem;
      text-align: left; } }

.l-footer {
  background: #18293E url(../images/common/bg_contact.jpg) no-repeat center center;
  background-size: cover;
  color: #FFF; }
  .l-footer__inner {
    text-align: center;
    margin: 0 auto;
    max-width: 1140px;
    padding: 14rem 1rem 14rem 1rem; }
  .l-footer__credit {
    font-family: "Playfair Display", sans-serif;
    font-weight: 400;
    text-align: center;
    background: #102B69;
    color: #FFF;
    font-size: 0.6em;
    padding: 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: #FFF;
  position: fixed;
  top: 0;
  left: 0; }

.c-loading__progress {
  width: 0%;
  height: 4px;
  background: #102B69;
  position: absolute;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000000; }

.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: 1480px) {
    .c-responsive {
      background: #F01D56; }
      .c-responsive:after {
        content: 'large-pc(1280px以上)'; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .c-responsive {
      background: #0E897B; }
      .c-responsive:after {
        content: 'pc(960px〜1279px)'; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .c-responsive {
      background: #274B9B; }
      .c-responsive:after {
        content: 'tab(560px〜959px)'; } }
  @media only screen and (max-width: 559px) 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: 30px;
  right: 30px;
  z-index: 1000; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .c-pagetop {
      bottom: 10px;
      right: 10px; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .c-pagetop {
      bottom: 10px;
      right: 10px; } }
  @media only screen and (max-width: 320px) {
    .c-pagetop {
      bottom: 10px;
      right: 10px; } }
  .c-pagetop a {
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    display: block;
    background: url(../images/common/img_pagetop.png);
    background-size: cover; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .c-pagetop a {
        width: 40px;
        height: 40px; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .c-pagetop a {
        width: 40px;
        height: 40px; } }
    @media only screen and (max-width: 320px) {
      .c-pagetop a {
        width: 40px;
        height: 40px; } }

.c-button--center {
  margin: 2rem auto; }

.c-button--ghost {
  border: #FFF solid 2px;
  text-align: center;
  width: 16em; }
  .c-button--ghost a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: bold;
    display: block;
    font-size: 0.8em;
    padding: 0.8rem;
    color: #FFF; }
    .c-button--ghost a:hover {
      color: #232C2E;
      background: #FFF;
      text-decoration: none; }

.c-button--contact,
.c-button--catalog {
  border: #FFF solid 2px;
  background: #00758E;
  text-align: center;
  width: 16em; }
  .c-button--contact a,
  .c-button--catalog a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: bold;
    display: block;
    font-size: 0.8em;
    padding: 0.8rem;
    color: #FFF; }
    .c-button--contact a:hover,
    .c-button--catalog a:hover {
      color: #232C2E;
      background: #FFF;
      text-decoration: none; }

.c-link {
  padding-top: 4px; }

.c-link a {
  color: #888;
  padding-left: 20px;
  background: url(../images/index/icon_link.png) no-repeat left center;
  margin-right: 6px;
  background-size: 12px 12px; }

.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: 559px) 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-separate--three {
  margin-bottom: 3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  .c-separate--three__item {
    width: 30%; }
.c-separate--two {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  .c-separate--two__item {
    width: 48%; }

.p-header__logo img {
  max-width: 400px; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-header__logo img {
      max-width: 240px; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-header__logo img {
      max-width: 160px; } }
  @media only screen and (max-width: 320px) {
    .p-header__logo img {
      max-width: 160px; } }

.p-hero-wrap {
  position: relative; }
  .p-hero-wrap video {
    display: none; }

.p-hero {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center; }
  .p-hero__catch {
    margin: 0 auto; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-hero__catch {
        max-width: 320px;
        margin-bottom: 4rem; } }
    @media only screen and (max-width: 320px) {
      .p-hero__catch {
        max-width: 320px;
        margin-bottom: 4rem; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-hero__catch {
        max-width: 480px;
        margin-bottom: 4rem; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-hero__catch {
        max-width: 740px;
        margin-bottom: 4rem; } }
    @media only screen and (min-width: 1480px) {
      .p-hero__catch {
        margin-bottom: 4rem;
        max-width: 700px; } }
  .p-hero__button a {
    border: #FFF solid 1px;
    display: inline-block;
    padding: 1.4rem 2rem;
    font-size: 1.2em;
    font-weight: bold; }
    .p-hero__button a::before {
      display: inline-block;
      content: "";
      width: 12px;
      height: 6px;
      background: url(../images/common/icon_link.svg) no-repeat center center;
      background-size: contain;
      vertical-align: middle;
      margin-right: 0.6em; }
      @media only screen and (max-width: 559px) and (min-width: 321px) {
        .p-hero__button a::before {
          width: 12px;
          height: 6px; } }
      @media only screen and (max-width: 320px) {
        .p-hero__button a::before {
          width: 12px;
          height: 6px; } }
    .p-hero__button a:hover {
      text-decoration: none;
      background: rgba(255, 255, 255, 0.2); }
  .p-hero__wave {
    position: absolute;
    width: 100%;
    bottom: -1px; }

.p-sub-hero {
  display: block;
  width: 1140px;
  margin: 0 auto;
  padding: 4rem 2rem 6rem;
  position: relative;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center; }
  .p-sub-hero .p-breadcrumbs {
    position: absolute;
    padding: 1rem;
    font-size: 0.9em;
    top: 0;
    left: 0;
    font-size: 0.9em;
    display: flex;
    display: -webkit-flex; }
    .p-sub-hero .p-breadcrumbs li {
      list-style: none; }
      .p-sub-hero .p-breadcrumbs li:first-child {
        font-weight: bold; }
        .p-sub-hero .p-breadcrumbs li:first-child a::after {
          display: inline-block;
          content: "／";
          background-size: contain;
          vertical-align: middle;
          margin-left: 0.6em;
          margin-right: 0.6em; }

@media only screen and (min-width: 1480px) {
  .p-navigation-wrap {
    height: 100%;
    width: auto;
    bottom: 0; } }
@media only screen and (max-width: 1479px) and (min-width: 960px) {
  .p-navigation-wrap {
    height: 100%;
    width: auto;
    bottom: 0; } }
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .p-navigation-wrap {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 4rem 2rem;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background: white;
    width: 100%;
    height: 100%; } }
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .p-navigation-wrap {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 4rem 2rem;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background: white;
    width: 100%;
    height: 100%; } }
@media only screen and (max-width: 320px) {
  .p-navigation-wrap {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 4rem 2rem;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background: white;
    width: 100%;
    height: 100%; } }

.p-shortcut {
  list-style: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap; }
  .p-shortcut__item {
    width: 49%;
    margin-bottom: 2%; }
    @media only screen and (min-width: 1480px) {
      .p-shortcut__item--mini {
        width: 32%; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-shortcut__item--mini {
        width: 32%; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-shortcut__item--mini {
        width: 32%; } }
    .p-shortcut__item a {
      height: 100%;
      text-align: center;
      vertical-align: middle;
      display: block;
      padding: 1rem;
      border: #FFF solid 1px;
      color: #FFF; }
      .p-shortcut__item a:hover {
        text-decoration: none;
        opacity: 0.8; }

.p-navigation {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100%; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-navigation {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap;
      align-items: center;
      -webkit-align-items: center; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-navigation {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap;
      align-items: center;
      -webkit-align-items: center; } }
  @media only screen and (max-width: 320px) {
    .p-navigation {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap;
      align-items: center;
      -webkit-align-items: center; } }
  .p-navigation__item {
    font-size: 0.6em;
    line-height: 1.6; }
    .p-navigation__item span {
      display: block;
      font-family: "Playfair Display", sans-serif;
      font-weight: 400;
      letter-spacing: 0.1em;
      font-size: 1.6em; }
      @media only screen and (max-width: 959px) and (min-width: 560px) {
        .p-navigation__item span {
          font-size: 1.4em; } }
      @media only screen and (max-width: 559px) and (min-width: 321px) {
        .p-navigation__item span {
          font-size: 1.4em; } }
      @media only screen and (max-width: 320px) {
        .p-navigation__item span {
          font-size: 1.4em; } }
    .p-navigation__item a {
      height: 100%;
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      text-align: center;
      display: block;
      color: #000;
      padding: 1rem 2rem;
      border-bottom: #FFF solid 3px; }
      .p-navigation__item a:hover {
        border-bottom: #3559AC solid 3px;
        text-decoration: none; }
    .p-navigation__item.current {
      border-bottom: #3559AC solid 3px; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-navigation__item {
        width: 100%;
        padding: 1em;
        font-size: 1.4em; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-navigation__item {
        width: 100%;
        padding: 1em;
        font-size: 1.4em; } }
    @media only screen and (max-width: 320px) {
      .p-navigation__item {
        width: 100%;
        padding: 1em;
        font-size: 1.4em; } }

.p-toggle {
  display: none; }

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

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

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

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

  .p-toggle {
    display: none !important; } }
.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: #102B69;
  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); }

.p-navigation-title {
  z-index: 100;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0; }
  .p-navigation-title img {
    max-width: 540px; }

.p-local {
  width: 90%;
  margin: 0 auto; }

.p-local-button {
  font-size: 1em;
  padding: 1rem;
  font-weight: bold;
  border-radius: 3px;
  color: #FFF;
  background: #0E255A;
  cursor: pointer;
  text-align: center; }
  .p-local-button::after {
    content: "";
    cursor: pointer;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../images/common/icon_plus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 0.6em; }
    @media only screen and (min-width: 1480px) {
      .p-local-button::after {
        width: 12px;
        height: 12px; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-local-button::after {
        width: 12px;
        height: 12px; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-local-button {
      display: block; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-local-button {
      display: block; } }
  @media only screen and (max-width: 320px) {
    .p-local-button {
      display: block; } }
  @media only screen and (min-width: 1480px) {
    .p-local-button {
      display: none; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .p-local-button {
      display: none; } }

.p-local-navigation {
  z-index: 100;
  max-width: 1140px;
  margin: 0 2rem;
  border-radius: 4px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  background: #102B69;
  list-style: none;
  width: 100%; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-local-navigation {
      display: none;
      width: 100%;
      margin: 0 auto; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-local-navigation {
      display: none;
      width: 100%;
      margin: 0 auto; } }
  @media only screen and (max-width: 320px) {
    .p-local-navigation {
      display: none;
      width: 100%;
      margin: 0 auto; } }
  @media only screen and (min-width: 1480px) {
    .p-local-navigation {
      margin: 0 auto; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .p-local-navigation {
      margin: 0 auto; } }
  .p-local-navigation__item {
    width: 100%; }
    .p-local-navigation__item a {
      transition: all 0.5s;
      display: block;
      text-align: center;
      color: #FFF;
      font-weight: bold;
      padding: 1rem 0; }
      .p-local-navigation__item a::after {
        display: inline-block;
        content: "";
        width: 12px;
        height: 6px;
        background: url(../images/common/icon_link.svg) no-repeat center center;
        background-size: contain;
        vertical-align: middle;
        margin-left: 0.6em; }
        @media only screen and (max-width: 559px) and (min-width: 321px) {
          .p-local-navigation__item a::after {
            width: 12px;
            height: 6px; } }
        @media only screen and (max-width: 320px) {
          .p-local-navigation__item a::after {
            width: 12px;
            height: 6px; } }
      .p-local-navigation__item a:hover {
        text-decoration: none;
        background: rgba(255, 255, 255, 0.2); }

.p-staff-navigation {
  list-style: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  border: #102B69 solid 1px; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-staff-navigation {
      display: none; } }
  @media only screen and (max-width: 320px) {
    .p-staff-navigation {
      display: none; } }
  .p-staff-navigation__item {
    width: 33%;
    border-right: #102B69 solid 1px;
    text-align: center; }
    .p-staff-navigation__item span {
      font-size: 0.8em;
      margin-right: 0.6em; }
    .p-staff-navigation__item:last-child {
      border-right: none; }
    .p-staff-navigation__item a {
      color: #102B69;
      display: block;
      padding: 1rem; }
      .p-staff-navigation__item a:hover {
        text-decoration: none; }

.p-page-title--en {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 2.2em; }

.p-section-title {
  color: #000000;
  margin-bottom: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 300; }
  .p-section-title span {
    font-family: "Playfair Display", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-right: 1.4rem;
    font-size: 1.8em; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-section-title span {
        display: block; } }
    @media only screen and (max-width: 320px) {
      .p-section-title span {
        display: block; } }
  .p-section-title--home span {
    font-size: 2.4em;
    display: block; }
  .p-section-title--white {
    color: #FFF; }

.p-section-sub-title {
  color: #102B69;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 1480px) {
    .p-section-sub-title span {
      margin-left: 1em; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .p-section-sub-title span {
      margin-left: 1em; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-section-sub-title span {
      margin-left: 1em; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-section-sub-title span {
      display: block; } }
  @media only screen and (max-width: 320px) {
    .p-section-sub-title span {
      display: block; } }

.p-flex-box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  max-width: 90%;
  margin: 3rem auto 8rem; }
  .p-flex-box--center {
    align-items: center;
    -webkit-align-items: center; }
  .p-flex-box__item {
    text-align: center;
    width: 100%; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-flex-box__item {
        margin-bottom: 3rem; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-flex-box__item {
        margin-bottom: 3rem; } }
    @media only screen and (max-width: 320px) {
      .p-flex-box__item {
        margin-bottom: 3rem; } }
    @media only screen and (min-width: 1480px) {
      .p-flex-box__item {
        width: 30%; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-flex-box__item {
        width: 30%; } }

.p-separate-box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap; }
  .p-separate-box--center {
    align-items: center;
    -webkit-align-items: center; }
  .p-separate-box__left {
    width: 100%; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-separate-box__left {
        margin-bottom: 2rem; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-separate-box__left {
        margin-bottom: 2rem; } }
    @media only screen and (max-width: 320px) {
      .p-separate-box__left {
        margin-bottom: 2rem; } }
    @media only screen and (min-width: 1480px) {
      .p-separate-box__left {
        width: 48%; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-separate-box__left {
        width: 48%; } }
  .p-separate-box__right {
    width: 100%; }
    @media only screen and (min-width: 1480px) {
      .p-separate-box__right {
        width: 48%; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-separate-box__right {
        width: 48%; } }

.p-link-button {
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  background: #4473C4;
  color: #FFF;
  font-weight: bold;
  font-size: 0.8em;
  padding: 1rem 2rem;
  border-bottom: #34599A solid 3px;
  margin-top: 1rem; }
  .p-link-button span {
    font-size: 0.8em;
    margin-left: 0.4em; }
  @media only screen and (min-width: 1480px) {
    .p-link-button {
      font-size: 1em; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .p-link-button {
      font-size: 1em; } }
  .p-link-button:hover {
    text-decoration: none;
    opacity: 0.8; }
  .p-link-button::before {
    content: "";
    cursor: pointer;
    display: inline-block;
    width: 18px;
    height: 10px;
    background-image: url(../images/common/icon_mail.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 0.4em; }
    @media only screen and (min-width: 1480px) {
      .p-link-button::before {
        width: 28px;
        height: 18px; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-link-button::before {
        width: 28px;
        height: 18px; } }

.p-grey-box {
  background: #F0F1F5;
  padding: 2rem 1rem;
  margin: 4rem auto; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-grey-box {
      padding: 2rem; } }
  @media only screen and (min-width: 1480px) {
    .p-grey-box {
      padding: 3rem 4rem; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .p-grey-box {
      padding: 3rem 4rem; } }
  .p-grey-box__head {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    flex-wrap: -webkit-wrap;
    border-bottom: #CCC solid 1px;
    margin-bottom: 3rem; }
    .p-grey-box__head__item {
      padding: 1rem 3rem;
      text-align: center; }
      .p-grey-box__head__item__title {
        font-weight: bold;
        font-size: 1.2em; }
      .p-grey-box__head__item__text {
        font-weight: bold;
        font-size: 1.8em; }
  .p-grey-box__body {
    margin-top: 2rem; }
  .p-grey-box__announce {
    color: #102B69;
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    padding: 2rem 0; }
  .p-grey-box__title {
    color: #000;
    font-weight: bold;
    margin-bottom: 1rem; }
  .p-grey-box__list {
    font-size: 0.9em;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-wrap: -webkit-wrap; }
    .p-grey-box__list__item {
      padding: 0 2rem;
      margin-left: 0; }
      @media only screen and (min-width: 1480px) {
        .p-grey-box__list__item span {
          display: inline-block;
          width: 8em; } }
      @media only screen and (max-width: 1479px) and (min-width: 960px) {
        .p-grey-box__list__item span {
          display: inline-block;
          width: 8em; } }
      @media only screen and (max-width: 959px) and (min-width: 560px) {
        .p-grey-box__list__item span {
          display: inline-block;
          width: 8em; } }
      .p-grey-box__list__item__title {
        margin-left: -1em;
        list-style: none;
        font-weight: bold; }

.p-basic-table dl {
  border-bottom: #E5E5E5 solid 1px;
  padding: 1.4rem 0; }
  @media only screen and (min-width: 1480px) {
    .p-basic-table dl {
      display: flex;
      display: -webkit-flex; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .p-basic-table dl {
      display: flex;
      display: -webkit-flex; } }
  .p-basic-table dl:last-child {
    border-bottom: 0; }
.p-basic-table dt {
  font-weight: bold;
  color: #000;
  width: 8em; }

.p-home-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  margin-bottom: 6rem; }
  .p-home-box--reverse {
    flex-direction: row-reverse;
    flex-direction: -webkit-row-reverse; }
  .p-home-box__image {
    z-index: 100;
    width: 100%; }
    @media only screen and (min-width: 1480px) {
      .p-home-box__image {
        width: 45%; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-home-box__image {
        width: 45%; } }
  .p-home-box__content {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    background: #102B69;
    color: #FFF; }
    .p-home-box__content__inner {
      width: 100%; }
    @media only screen and (min-width: 1480px) {
      .p-home-box__content {
        padding: 10rem 6rem;
        width: 65%; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-home-box__content {
        padding: 10rem 6rem;
        width: 65%; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-home-box__content {
        padding: 3rem 2rem;
        width: 100%;
        margin: 0 auto; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-home-box__content {
        padding: 3rem 2rem;
        width: 100%;
        margin: 0 auto; } }
    @media only screen and (max-width: 320px) {
      .p-home-box__content {
        padding: 3rem 2rem;
        width: 100%;
        margin: 0 auto; } }
    .p-home-box__content__catch {
      font-size: 1.4em;
      margin-bottom: 2rem; }

.p-home-box--reverse .p-home-box__image {
  z-index: 100; }
@media only screen and (min-width: 1480px) {
  .p-home-box--reverse .p-home-box__content {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin-right: -10%; } }
@media only screen and (max-width: 1479px) and (min-width: 960px) {
  .p-home-box--reverse .p-home-box__content {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin-right: -10%; } }
@media only screen and (min-width: 1480px) {
  .p-home-box--reverse .p-home-box__content__inner {
    padding: 0 20% 0 0;
    max-width: 720px; } }
@media only screen and (max-width: 1479px) and (min-width: 960px) {
  .p-home-box--reverse .p-home-box__content__inner {
    padding: 0 20% 0 0;
    max-width: 720px; } }

.p-home-box--normal .p-home-box__image {
  z-index: 100; }
@media only screen and (min-width: 1480px) {
  .p-home-box--normal .p-home-box__content {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-left: -10%; } }
@media only screen and (max-width: 1479px) and (min-width: 960px) {
  .p-home-box--normal .p-home-box__content {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-left: -10%; } }
@media only screen and (min-width: 1480px) {
  .p-home-box--normal .p-home-box__content__inner {
    padding: 0 0 0 20%;
    max-width: 720px; } }
@media only screen and (max-width: 1479px) and (min-width: 960px) {
  .p-home-box--normal .p-home-box__content__inner {
    padding: 0 0 0 20%;
    max-width: 720px; } }

@media only screen and (min-width: 1480px) {
  .p-introduction-box {
    text-align: center; } }
@media only screen and (max-width: 1479px) and (min-width: 960px) {
  .p-introduction-box {
    text-align: center; } }
.p-introduction-box__title {
  font-size: 1.4em;
  margin-bottom: 2rem; }
.p-introduction-box__wave {
  position: absolute;
  width: 100%;
  bottom: 0; }

.p-point-list {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  margin: 3rem auto; }
  .p-point-list__item {
    list-style: none; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-point-list__item {
        width: 100%;
        margin-bottom: 4%; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-point-list__item {
        width: 100%;
        margin-bottom: 4%; } }
    @media only screen and (max-width: 320px) {
      .p-point-list__item {
        width: 100%;
        margin-bottom: 4%; } }
    @media only screen and (min-width: 1480px) {
      .p-point-list__item {
        width: 32%; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-point-list__item {
        width: 32%; } }
    .p-point-list__item a {
      display: block;
      padding: 3rem;
      min-height: 240px;
      display: flex;
      display: -webkit-flex;
      justify-content: left;
      -webkit-justify-content: left;
      align-items: flex-end;
      -webkit-align-items: flex-end; }
      @media only screen and (min-width: 1480px) {
        .p-point-list__item a {
          min-height: 340px; } }
      @media only screen and (max-width: 1479px) and (min-width: 960px) {
        .p-point-list__item a {
          min-height: 340px; } }
      .p-point-list__item a:hover {
        text-decoration: none;
        background: rgba(0, 0, 0, 0.2); }

.p-point-box {
  border-radius: 6px; }
  .p-point-box__num {
    display: inline-block;
    font-family: "Playfair Display", sans-serif;
    font-weight: 400;
    font-size: 1em;
    border-bottom: #FFF solid 1px;
    line-height: 1;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
    .p-point-box__num span {
      font-size: 1.6em;
      margin-left: 0.6rem; }
  .p-point-box__title {
    font-size: 1.8em;
    font-weight: bold; }
  .p-point-box--01 {
    background: #111829 url("../images/index/bg_point_01.jpg") no-repeat center center;
    background-size: cover; }
  .p-point-box--02 {
    background: #111829 url("../images/index/bg_point_02.jpg") no-repeat center center;
    background-size: cover; }
  .p-point-box--03 {
    background: #111829 url("../images/index/bg_point_03.jpg") no-repeat center center;
    background-size: cover; }

.p-service-box {
  position: relative; }
  .p-service-box__inner {
    padding: 2rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    max-width: 1140px;
    margin: 0 auto; }
    .p-service-box__inner__title {
      position: absolute; }
      @media only screen and (max-width: 559px) and (min-width: 321px) {
        .p-service-box__inner__title {
          top: 14%;
          width: 70%; } }
      @media only screen and (max-width: 320px) {
        .p-service-box__inner__title {
          top: 14%;
          width: 70%; } }
      @media only screen and (max-width: 959px) and (min-width: 560px) {
        .p-service-box__inner__title {
          top: 4rem;
          width: 38%; } }
      @media only screen and (max-width: 1479px) and (min-width: 960px) {
        .p-service-box__inner__title {
          top: 6rem;
          width: 40%; } }
      @media only screen and (min-width: 1480px) {
        .p-service-box__inner__title {
          top: 8rem;
          width: 44%; } }
    .p-service-box__inner__caption {
      position: absolute;
      bottom: 2rem;
      color: #FFF;
      font-size: 0.8em;
      font-weight: bold; }

.p-process-box {
  margin-bottom: 2rem; }

.p-facilities-box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 6rem;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap; }
  @media only screen and (min-width: 1480px) {
    .p-facilities-box--reverse {
      flex-direction: row-reverse;
      flex-direction: -webkit-row-reverse; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .p-facilities-box--reverse {
      flex-direction: row-reverse;
      flex-direction: -webkit-row-reverse; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-facilities-box--reverse {
      flex-direction: row-reverse;
      flex-direction: -webkit-row-reverse; } }
  @media only screen and (min-width: 1480px) {
    .p-facilities-box__image {
      width: 50%; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .p-facilities-box__image {
      width: 50%; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-facilities-box__image {
      width: 50%; } }
  .p-facilities-box__content {
    padding: 2rem; }
    @media only screen and (min-width: 1480px) {
      .p-facilities-box__content {
        width: 50%;
        padding: 6rem 4rem; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-facilities-box__content {
        width: 50%;
        padding: 6rem 4rem; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-facilities-box__content {
        width: 50%;
        padding: 6rem 4rem; } }
    .p-facilities-box__content__title {
      font-weight: bold;
      font-size: 1.2em;
      margin-bottom: 1rem;
      color: #102B69; }

.p-policy-box {
  border: #102B69 solid 4px; }
  .p-policy-box__header {
    background: #102B69;
    color: #FFF;
    padding: 1rem;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold; }
  .p-policy-box__body {
    padding: 2rem 1rem;
    background: #FFF; }
    @media only screen and (min-width: 1480px) {
      .p-policy-box__body {
        padding: 3rem; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-policy-box__body {
        padding: 3rem; } }
    .p-policy-box__body dl {
      margin: 1em 0 0; }
    .p-policy-box__body dt {
      color: #102B69;
      font-weight: bold; }

@media only screen and (min-width: 1480px) {
  .p-salt-box {
    display: flex;
    display: -webkit-flex; } }
@media only screen and (max-width: 1479px) and (min-width: 960px) {
  .p-salt-box {
    display: flex;
    display: -webkit-flex; } }
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .p-salt-box__image {
    margin: 2rem auto 0;
    max-width: 500px; } }
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .p-salt-box__image {
    margin: 2rem auto 0;
    max-width: 500px; } }
@media only screen and (max-width: 320px) {
  .p-salt-box__image {
    margin: 2rem auto 0;
    max-width: 500px; } }
@media only screen and (min-width: 1480px) {
  .p-salt-box__image {
    max-width: 380px;
    margin-left: 3rem; } }
@media only screen and (max-width: 1479px) and (min-width: 960px) {
  .p-salt-box__image {
    max-width: 380px;
    margin-left: 3rem; } }

.p-message-box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap; }
  .p-message-box__image {
    width: 100%; }
    @media only screen and (min-width: 1480px) {
      .p-message-box__image {
        width: 60%; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-message-box__image {
        width: 55%; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-message-box__image {
        margin-bottom: -10%; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-message-box__image {
        margin-bottom: -10%; } }
    @media only screen and (max-width: 320px) {
      .p-message-box__image {
        margin-bottom: -10%; } }
  .p-message-box__content {
    background: #102B69;
    color: #FFF; }
    @media only screen and (min-width: 1480px) {
      .p-message-box__content {
        padding: 6rem;
        margin-top: 6%;
        margin-left: -30%;
        width: 50%; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-message-box__content {
        padding: 4rem;
        margin-top: 6%;
        margin-left: -30%;
        width: 55%; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-message-box__content {
        padding: 3rem 2rem;
        width: 90%;
        margin: 0 auto; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-message-box__content {
        padding: 3rem 2rem;
        width: 90%;
        margin: 0 auto; } }
    @media only screen and (max-width: 320px) {
      .p-message-box__content {
        padding: 3rem 2rem;
        width: 90%;
        margin: 0 auto; } }
    .p-message-box__content__name {
      text-align: right;
      font-size: 1.2em;
      font-weight: bold;
      margin-top: 3rem; }
      .p-message-box__content__name span {
        font-size: 0.8em;
        margin-right: 1rem; }

@media only screen and (min-width: 1480px) {
  .p-aeo-box {
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
    flex-direction: -webkit-row-reverse; } }
@media only screen and (max-width: 1479px) and (min-width: 960px) {
  .p-aeo-box {
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
    flex-direction: -webkit-row-reverse; } }
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .p-aeo-box__image {
    margin: 0 auto 2rem;
    max-width: 140px; } }
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .p-aeo-box__image {
    margin: 0 auto 2rem;
    max-width: 140px; } }
@media only screen and (max-width: 320px) {
  .p-aeo-box__image {
    margin: 0 auto 2rem;
    max-width: 140px; } }
@media only screen and (min-width: 1480px) {
  .p-aeo-box__image {
    width: 240px;
    margin-left: 3rem; } }
@media only screen and (max-width: 1479px) and (min-width: 960px) {
  .p-aeo-box__image {
    width: 240px;
    margin-left: 3rem; } }

.p-access-box__title {
  font-size: 1.2em;
  margin-bottom: 1rem;
  font-weight: bold; }
.p-access-box__address {
  margin-bottom: 2rem; }
.p-access-box__tel {
  font-weight: bold; }
.p-access-box__mail {
  font-weight: bold; }
  .p-access-box__mail a {
    color: #000; }

.p-map iframe {
  min-height: 400px; }

.p-recruit-title {
  background: #102B69;
  margin-bottom: 1rem;
  color: #FFF;
  padding: 1rem 2rem;
  border-radius: 4px;
  font-size: 1.2em; }

.p-action-box {
  margin-top: 2rem;
  background: #EFF6FF;
  padding: 3rem; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-action-box {
      font-size: 0.9em;
      padding: 1rem; } }
  @media only screen and (max-width: 320px) {
    .p-action-box {
      font-size: 0.9em;
      padding: 1rem; } }
  .p-action-box__title {
    font-weight: bold;
    color: #000; }

.p-recruit-box {
  position: relative; }
  .p-recruit-box__inner {
    padding: 2rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    max-width: 1140px;
    margin: 0 auto; }
    .p-recruit-box__inner__title {
      color: #FFF;
      font-weight: bold;
      font-size: 1.6em;
      text-align: center; }
      @media only screen and (max-width: 959px) and (min-width: 560px) {
        .p-recruit-box__inner__title {
          font-size: 1em; } }
      @media only screen and (max-width: 559px) and (min-width: 321px) {
        .p-recruit-box__inner__title {
          font-size: 1em; } }
      @media only screen and (max-width: 320px) {
        .p-recruit-box__inner__title {
          font-size: 1em; } }

.p-graph-box__title {
  font-size: 1.2em;
  color: #000;
  margin-bottom: 1rem;
  font-weight: bold; }
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .p-graph-box__image {
    max-width: 340px;
    margin: 0 auto; } }
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .p-graph-box__image {
    max-width: 240px;
    margin: 0 auto; } }
@media only screen and (max-width: 320px) {
  .p-graph-box__image {
    max-width: 240px;
    margin: 0 auto; } }
.p-graph-box__caption {
  font-size: 0.8em;
  margin-top: 1rem;
  color: #707070; }

.p-develop-box {
  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: 959px) and (min-width: 560px) {
    .p-develop-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-develop-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-develop-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  .p-develop-box__image {
    max-width: 400px;
    padding: 3rem; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-develop-box__image {
        width: 60%;
        margin: 0 auto 3rem; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-develop-box__image {
        width: 60%;
        margin: 0 auto 3rem; } }
    @media only screen and (max-width: 320px) {
      .p-develop-box__image {
        width: 60%;
        margin: 0 auto 3rem; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-develop-box__content {
      width: 100%; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-develop-box__content {
      width: 100%; } }
  @media only screen and (max-width: 320px) {
    .p-develop-box__content {
      width: 100%; } }
  .p-develop-box__content__inner {
    margin-bottom: 2rem; }

.p-staff-box {
  margin-top: 18rem;
  margin-bottom: 6rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap; }
  .p-staff-box__image {
    width: 100%; }
    @media only screen and (min-width: 1480px) {
      .p-staff-box__image {
        width: 70%; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-staff-box__image {
        width: 80%; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-staff-box__image {
        margin-bottom: -10%; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-staff-box__image {
        margin-bottom: -10%; } }
    @media only screen and (max-width: 320px) {
      .p-staff-box__image {
        margin-bottom: -10%; } }
  .p-staff-box__content {
    background: #102B69;
    color: #FFF; }
    @media only screen and (min-width: 1480px) {
      .p-staff-box__content {
        padding: 6rem;
        margin-top: 10%;
        margin-left: -20%;
        width: 50%; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-staff-box__content {
        padding: 6rem;
        margin-left: -30%;
        width: 50%; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-staff-box__content {
        padding: 3rem 2rem;
        width: 90%;
        margin: 0 auto; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-staff-box__content {
        padding: 3rem 2rem;
        width: 90%;
        margin: 0 auto; } }
    @media only screen and (max-width: 320px) {
      .p-staff-box__content {
        padding: 3rem 2rem;
        width: 90%;
        margin: 0 auto; } }
    .p-staff-box__content__title {
      font-weight: bold;
      font-size: 1.4em;
      margin-bottom: 2rem; }
    .p-staff-box__content__department {
      display: inline-block;
      margin-bottom: 0.6rem;
      border: #FFF solid 1px;
      font-size: 0.9em;
      padding: 0.2em 0.6em;
      border: #FFF solid 1px; }
    .p-staff-box__content__name {
      font-size: 1.4em;
      font-weight: bold; }
      .p-staff-box__content__name span {
        font-size: 0.6em;
        margin-left: 1rem;
        display: inline-block; }

.p-staff-box--first {
  margin-top: 0; }

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

.p-footer-box__jp {
  font-weight: bold;
  font-size: 1.6em; }
.p-footer-box__en {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 0.7em;
  margin-bottom: 1.4rem; }

.p-youtube {
  max-width: 680px;
  padding: 1rem;
  margin: 2rem auto 10rem; }
  .p-youtube:hover {
    opacity: 0.8; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-youtube {
      margin: 1rem auto 6rem; } }
  @media only screen and (max-width: 320px) {
    .p-youtube {
      margin: 1rem auto 6rem; } }

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

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

.p-video--m0 {
  margin: 0 auto !important; }

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

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

.p-tab-list {
  margin: 3rem auto;
  list-style: none;
  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: 559px) 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 {
    width: 50%;
    text-align: center;
    padding: 8px 0;
    background: #EAEFF6;
    color: #102B69;
    cursor: pointer; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-tab-list__item {
        width: 100%;
        margin-bottom: 0.1em; } }
    @media only screen and (max-width: 320px) {
      .p-tab-list__item {
        width: 100%;
        margin-bottom: 0.1em; } }
  .p-tab-list--split {
    margin: 3rem auto 0; }
    .p-tab-list--split .p-tab-list__item {
      width: 50% !important; }

.p-tab-list--active.p-tab-list__item {
  background: #C0CFE3;
  color: #102B69;
  font-weight: bold; }

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box; }

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible; }

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%; }

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer; }

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
  padding: 2rem;
  font-size: 0.9em;
  letter-spacing: 0;
  line-height: 1.8; }

.p-modal-title {
  margin-top: 1rem;
  font-size: 1.2em;
  font-weight: bold; }

.p-modal-date {
  font-weight: bold;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: #CCC solid 1px; }

.p-topics {
  text-align: center;
  font-size: 1.8em;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  color: #102B69; }

.p-topics-list {
  border-bottom: #EEE solid 1px;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 1480px) {
    .p-topics-list {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-align-items: center; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .p-topics-list {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-align-items: center; } }

.p-topics-date {
  margin-right: 1rem; }

.p-topics-title {
  cursor: pointer;
  font-weight: bold;
  line-height: 1.6 !important; }
  .p-topics-title:hover {
    text-decoration: underline; }

.p-topics-hidden {
  display: none; }

.p-topics-btn-wrap {
  text-align: center;
  margin: 3rem 0 2.5rem; }

.p-topics-btn-all {
  display: inline-block;
  border: 2px solid #102B69;
  color: #102B69;
  background: transparent;
  padding: 1rem 3.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 0.2s, color 0.2s; }
  .p-topics-btn-all:hover {
    background: #102B69;
    color: #fff; }

.p-works-banner {
  max-width: 440px;
  margin: 2rem auto; }
  .p-works-banner:hover {
    opacity: 0.8; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .p-svg {
    display: none; } }
.p-ie {
  display: none; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .p-ie {
    display: block; } }
.u-sp {
  display: block; }
  @media only screen and (min-width: 1480px) {
    .u-sp {
      display: none; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .u-sp {
      display: none; } }

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

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

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

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

  .u-br-sp {
    display: none; } }
@media only screen and (max-width: 559px) 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-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-1em {
  margin-bottom: 1em !important; }

.u-mb-2em {
  margin-bottom: 2em !important; }

.u-mb-3em {
  margin-bottom: 3em !important; }

.u-mb-4em {
  margin-bottom: 4em !important; }

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

.u-mt-1em {
  margin-top: 1em !important; }

.u-mt-2em {
  margin-top: 2em !important; }

.u-zoom img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
.u-zoom:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.02);
  opacity: 0.9; }

.u-underline {
  text-decoration: underline; }
