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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  color: inherit;
  text-decoration: none;
}

img {
  line-height: 0;
}

::-moz-selection {
  background: rgba(36, 65, 98, 0.1);
}

::selection {
  background: rgba(36, 65, 98, 0.1);
}

html {
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  html {
    font-size: 90%;
  }
}

@media (max-width: 680px) {
  html {
    font-size: 90%;
  }
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: a-otf-ud-reimin-pr6n, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ 明朝", "MS Mincho", serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-feature-settings: "palt";
  font-size: 0.88rem;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
}

body.p-recruit {
  background-color: #fff;
}

.p-recruit main {
  margin-top: 60px;
}

img,
object,
svg {
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  height: auto;
}

object {
  display: block;
}

main {
  min-height: calc(100vh - 393px);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  color: inherit;
}

div {
  display: block;
}

/*  ----------------------------------------------------------
    Layout
    ---------------------------------------------------------*/
.l-header {
  background-color: #fff;
}

.l-main {
  width: 100%;
  min-height: 100vh;
  margin-top: 69px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 3rem;
}

@media (max-width: 768px) {
  .l-main {
    margin-top: 60px;
  }
}

@media (max-width: 680px) {
  .l-main {
    margin-top: 46px;
  }
}

/*  ----------------------------------------------------------
    Object
    ---------------------------------------------------------*/
/*  component
    ----------------------------------------*/
.c-typography--normal {
  font-size: 0.88rem;
}

.c-col {
  display: flex;
  flex-wrap: wrap;
}

.c-col--rr {
  flex-direction: row-reverse;
}

.c-col__1of12 {
  width: 8.33%;
}

.c-col__2of12 {
  width: 16.66%;
}

.c-col__3of12 {
  width: 25%;
}

.c-col__4of12 {
  width: 33.33%;
}

.c-col__5of12 {
  width: 41.66%;
}

.c-col__6of12 {
  width: 50%;
}

.c-col__7of12 {
  width: 58.33%;
}

.c-col__8of12 {
  width: 66.66%;
}

.c-col__9of12 {
  width: 75%;
}

.c-col__10of12 {
  width: 83.33%;
}

.c-col__11of12 {
  width: 91.66%;
}

.c-col__12of12 {
  width: 100%;
}

.c-col__1of5 {
  width: 20%;
}

@media (max-width: 768px) {
  .c-col__md-1of12 {
    width: 8.33%;
  }
  .c-col__md-2of12 {
    width: 16.66%;
  }
  .c-col__md-3of12 {
    width: 25%;
  }
  .c-col__md-4of12 {
    width: 33.33%;
  }
  .c-col__md-5of12 {
    width: 41.66%;
  }
  .c-col__md-6of12 {
    width: 50%;
  }
  .c-col__md-7of12 {
    width: 58.33%;
  }
  .c-col__md-8of12 {
    width: 66.66%;
  }
  .c-col__md-9of12 {
    width: 75%;
  }
  .c-col__md-10of12 {
    width: 83.33%;
  }
  .c-col__md-11of12 {
    width: 91.66%;
  }
  .c-col__md-12of12 {
    width: 100%;
  }
  .c-col__md-1of5 {
    width: 20%;
  }
}

@media (max-width: 680px) {
  .c-col__sm-1of12 {
    width: 8.33%;
  }
  .c-col__sm-2of12 {
    width: 16.66%;
  }
  .c-col__sm-3of12 {
    width: 25%;
  }
  .c-col__sm-4of12 {
    width: 33.33%;
  }
  .c-col__sm-5of12 {
    width: 41.66%;
  }
  .c-col__sm-6of12 {
    width: 50%;
  }
  .c-col__sm-7of12 {
    width: 58.33%;
  }
  .c-col__sm-8of12 {
    width: 66.66%;
  }
  .c-col__sm-9of12 {
    width: 75%;
  }
  .c-col__sm-10of12 {
    width: 83.33%;
  }
  .c-col__sm-11of12 {
    width: 91.66%;
  }
  .c-col__sm-12of12 {
    width: 100%;
  }
  .c-col__sm-1of5 {
    width: 20%;
  }
}

.c-gutter-1 {
  margin: -0.25rem;
}

.c-gutter-1 > [class^="c-col"] {
  padding: 0.25rem;
}

.c-gutter-2 {
  margin: -0.5rem;
}

.c-gutter-2 > [class^="c-col"] {
  padding: 0.5rem;
}

.c-gutter-3 {
  margin: -0.75rem;
}

.c-gutter-3 > [class^="c-col"] {
  padding: 0 0.75rem;
}

.c-gutter-4 {
  margin: -1rem;
}

.c-gutter-4 > [class^="c-col"] {
  padding: 1rem;
}

.c-gutter-5 {
  margin: -1.25rem;
}

.c-gutter-5 > [class^="c-col"] {
  padding: 0 1.25rem;
}

.c-gutter-6 {
  margin: -1.5rem;
}

.c-gutter-6 > [class^="c-col"] {
  padding: 1.5rem;
}

.c-gutter-8 {
  margin: -2rem;
}

.c-gutter-8 > [class^="c-col"] {
  padding: 2rem;
}

.c-gutter-10 {
  margin: -2.5rem;
}

.c-gutter-10 > [class^="c-col"] {
  padding: 2.5rem;
}

.c-gutter-12 {
  margin: -3rem;
}

.c-gutter-12 > [class^="c-col"] {
  padding: 3rem;
}

.c-gutter-16 {
  margin: -4rem;
}

.c-gutter-16 > [class^="c-col"] {
  padding: 4rem;
}

.c-gutter-20 {
  margin: -5rem;
}

.c-gutter-20 > [class^="c-col"] {
  padding: 5rem;
}

.c-gutter-24 {
  margin: -6rem;
}

.c-gutter-24 > [class^="c-col"] {
  padding: 6rem;
}

.c-gutter-32 {
  margin: -8rem;
}

.c-gutter-32 > [class^="c-col"] {
  padding: 8rem;
}

.c-gutter-40 {
  margin: -10rem;
}

.c-gutter-40 > [class^="c-col"] {
  padding: 10rem;
}

.c-gutter-48 {
  margin: -12rem;
}

.c-gutter-48 > [class^="c-col"] {
  padding: 12rem;
}

.c-gutter-56 {
  margin: -14rem;
}

.c-gutter-56 > [class^="c-col"] {
  padding: 14rem;
}

.c-gutter-64 {
  margin: -16rem;
}

.c-gutter-64 > [class^="c-col"] {
  padding: 16rem;
}

.c-frame {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.c-frame > img,
.c-frame > iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
}

.c-frame--16to9 {
  padding-top: 56.25%;
}

.c-container {
  max-width: 980px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.c-cont {
  width: 90%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.c-cont--lg {
  width: 90%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.c-cont--sm {
  width: 90%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.c-cont--xs {
  width: 90%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.c-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
}

.c-pillarbox {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

@media (max-width: 680px) {
  .c-pillarbox {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.c-section {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

@media (max-width: 680px) {
  .c-section {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.c-section--item {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media (max-width: 680px) {
  .c-section--item {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.c-section--item-sm {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.c-section--bg {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (max-width: 680px) {
  .c-section--bg {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.c-central {
  position: relative;
  margin: 0;
}

.c-central__item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-hover a {
  transition: all 0.3s ease-in-out;
}

.c-hover a:hover {
  opacity: .7;
}

.c-logo {
  display: block;
  width: 91px;
  height: 227px;
}

.js-fade, .js-fade-top, .js-fade-first {
  opacity: 0;
  transition: transform 0.8s 0s ease,opacity 0.8s 0s ease;
}

.js-delay01 {
  transition-delay: 0.3s !important;
}

.js-delay02 {
  transition-delay: 0.6s !important;
}

.js-delay03 {
  transition-delay: 0.9s !important;
}

.js-delay04 {
  transition-delay: 1.2s !important;
}

.js-delay05 {
  transition-delay: 1.5s !important;
}

.js-delay06 {
  transition-delay: 1.8s !important;
}

.js-delay07 {
  transition-delay: 2.1s !important;
}

.js-fade-top, .js-fade-first {
  transform: translateY(20px) scale(1, 1);
}

.js-fade-first.js-parent .js-child, .js-fade-top.js-parent .js-child {
  opacity: 0;
  transform: translateY(20px) scale(1, 1);
}

.js-fade-first.l-header, .js-fade-first.js-parent.l-header {
  transition: transform 1.4s 0s ease,opacity 1.4s 0s ease;
  transform: translateY(0) scale(0.98);
}

.js-fade-first.js-start.js-parent .js-child, .js-fade-top.js-start.js-parent .js-child {
  opacity: 1;
  transform: translateY(0);
}

.js-start, .js-start .js-child {
  transition: all 0.8s 0s ease;
  transform: translateX(0) translateY(0) scale(1, 1);
  opacity: 1;
}

.js-fade-first.l-header.js-start {
  transition: transform 1.2s 0s ease,opacity 1.2s 0s ease;
  transform: translateX(0) translateY(0) scale(1, 1);
  opacity: 1;
}

.c-vertical {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.c-vertical__line {
  width: 17px;
  margin: 0 0.5rem;
}

.c-vertical__title {
  width: 28px;
  margin: 0 0.5rem;
}

.c-vertical__indent {
  width: 28px;
  margin-top: 2rem;
}

@media (max-width: 680px) {
  .c-vertical__indent {
    width: 100%;
    height: 25px;
    margin: 0;
  }
}

.c-vertical__indent img {
  display: block;
}

@media (max-width: 680px) {
  .c-vertical__indent img {
    width: auto;
    height: 100%;
  }
}

.c-deco {
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 6rem;
  position: relative;
  z-index: 1;
}

.c-deco::before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #002248;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 1.5s cubic-bezier(0.35, 0.15, 0, 0.95);
  z-index: -1;
}

.c-deco > img {
  width: 42px;
  height: 27px;
}

.c-deco--bg {
  text-align: center;
  margin-top: 6rem;
}

.c-deco--bg::before {
  content: '';
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #244162 0%, #244162 50%, #0f4027 50%, #0f4027 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 1.5s cubic-bezier(0.35, 0.15, 0, 0.95);
  z-index: -1;
}

.c-deco--bg > img {
  width: 42px;
  height: 27px;
}

.c-deco.js-start:before, .c-deco--bg.js-start:before {
  width: 100px;
}

.c-title {
  width: 180px;
  height: 180px;
}

@media (max-width: 768px) {
  .c-title {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 680px) {
  .c-title {
    width: 120px;
    height: 120px;
  }
}

.c-headline {
  font-size: 1.75rem;
  text-align: center;
  font-family: ro-nikkatsu-sei-kai-std, serif;
  margin-bottom: 1.25rem;
}

.c-headline--md {
  font-size: 1.5rem;
  font-family: ro-nikkatsu-sei-kai-std, serif;
}

.c-headline--sm {
  font-size: 1rem;
  font-family: ro-nikkatsu-sei-kai-std, serif;
}

.c-headline__before {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  font-family: ro-nikkatsu-sei-kai-std, serif;
}

.c-headline__before::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/common/ico_before.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
  vertical-align: -5%;
}

.c-block-bt {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  color: #244162;
  border: 1px solid #244162;
  letter-spacing: 8px;
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-size: 1.125rem;
  transition: all 0.3s ease-in-out;
  margin-top: 2rem;
}

.c-block-bt::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/common/ico_before.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1.25rem;
  vertical-align: -5%;
}

.c-block-bt::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 3px;
  background-image: url(../images/common/ico_arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0.75rem;
  vertical-align: 15%;
}

.c-block-bt:hover {
  background-color: #244162;
  color: #fff;
}

.c-block-bt:hover::before {
  background-image: url(../images/common/ico_before_w.png);
}

.c-block-bt:hover::after {
  background-image: url(../images/common/ico_arrow_w.png);
}


.c-block-bt--contact {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  color: #fff;
  background-color: #002248;
  border: 1px solid #244162;
  letter-spacing: 8px;
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-size: 1.125rem;
  transition: all 0.3s ease-in-out;
  margin-top: 2rem;
  position: relative;
}

.c-block-bt--contact::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/common/ico_before_w.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 8rem;
  vertical-align: -5%;
}

.c-block-bt--contact::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 3px;
  background-image: url(../images/common/ico_arrow_w.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: 15%;
}

.c-block-bt--contact input {
  display: block;
  width: 100%;
  height: 100%;
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-size: 1rem;
  color: #fff;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
}

.c-block-bt--contact:hover {
  background-color: #fff;
}

.c-block-bt--contact:hover::before {
  background-image: url(../images/common/ico_before.png);
}

.c-block-bt--contact:hover::after {
  background-image: url(../images/common/ico_arrow.png);
}

.c-block-bt--contact:hover input {
  color: #002248;
}

.c-block-bt--arrow {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  color: #244162;
  border: 1px solid #244162;
  letter-spacing: 8px;
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-size: 1.125rem;
  transition: all 0.3s ease-in-out;
  margin-top: 2rem;
}

.c-block-bt--arrow::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 3px;
  background-image: url(../images/common/ico_arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0.75rem;
  vertical-align: 15%;
}

.c-block-bt--arrow:hover {
  background-color: #244162;
  color: #fff;
}

.c-block-bt--arrow:hover::after {
  background-image: url(../images/common/ico_arrow_w.png);
}

.c-block-bt--arrow-white{
  display: inline-block;
  padding: 0.5rem 1.25rem;
  color: #ffffff;
  border: 1px solid #ffffff;
  letter-spacing: 8px;
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-size: 1.125rem;
  transition: all 0.3s ease-in-out;
  margin-top: 2rem;
}

.c-block-bt--arrow-white::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 3px;
  background-image: url(../images/common/ico_arrow_w.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0.75rem;
  vertical-align: 15%;
}

.c-block-bt--arrow-white:hover {
  opacity: 0.7;
}

.c-block-bt--before {
  display: inline-block;
  width: 130px;
  text-align: center;
  color: #fff;
  border: 1px solid #8091a4;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .c-block-bt--before {
    width: 140px;
    padding: 0.5rem 0;
    border: 1px solid #fff;
  }
}

.c-block-bt--before::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/common/ico_before_w.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
  vertical-align: -5%;
}

.c-block-bt--before:hover {
  opacity: 1;
  background-color: #fff;
  color: #002248;
}

.c-block-bt--before:hover::before {
  background-image: url(../images/common/ico_before.png);
}

.c-hd-page {
  margin-top: 60px;
}

.c-hd-page__inner {
  width: 100%;
  position: relative;
}

.c-hd-page__img {
  width: 100%;
  padding-bottom: 25%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 680px) {
  .c-hd-page__img {
    padding-bottom: 50%;
  }
}

.c-hd-page__img > img {
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 680px) {
  .c-hd-page__img > img {
    width: 760px;
    max-width: 768px;
    height: 192px;
    top: 0;
    transform: translateX(-50%);
  }
}

.c-hd-page__cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.c-hd-page__cont > img {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(20px);
}

@media (max-width: 680px) {
  .c-hd-page__cont .c-title {
    width: 100px;
    height: 100px;
  }
}

.c-gutter5-pc {
  width: 100%;
  padding-bottom: 5%;
}

@media (max-width: 680px) {
  .c-gutter5-pc {
    display: none;
  }
}

.c-gutter8-pc {
  width: 100%;
  padding-bottom: 8%;
}

@media (max-width: 680px) {
  .c-gutter8-pc {
    display: none;
  }
}

.c-gutter10-pc {
  width: 100%;
  padding-bottom: 10%;
}

@media (max-width: 680px) {
  .c-gutter10-pc {
    display: none;
  }
}

.c-gutter8 {
  width: 100%;
  padding-bottom: 8%;
}

.c-bg {
  background-color: #f4f4f4;
}

.c-bg-b {
  background-color: #e9ecef;
}

.c-page-nav {
  text-align: center;
  margin: 6rem 0;
}

.c-page-nav__item {
  display: inline-block;
  width: 290px;
  padding: 0 1.25rem;
  color: #244162;
  border: 1px solid #244162;
  letter-spacing: 8px;
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-size: 1.125rem;
  transition: all 0.3s ease-in-out;
}

.c-page-nav__item::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/common/ico_before.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1.25rem;
  vertical-align: -5%;
}

.c-page-nav__item::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 3px;
  background-image: url(../images/common/ico_arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 1.25rem;
  vertical-align: 15%;
}

.c-page-nav__item:hover {
  background-color: #244162;
  color: #fff;
}

.c-page-nav__item:hover::before {
  background-image: url(../images/common/ico_before_w.png);
}

.c-page-nav__item:hover::after {
  background-image: url(../images/common/ico_arrow_w.png);
}

.c-page-nav__item + .c-page-nav__item {
  margin-left: 1.25rem;
}

@media (max-width: 680px) {
  .c-page-nav__item + .c-page-nav__item {
    margin-left: 0;
  }
}

.c-page-nav__item.is-active {
  background-color: #244162;
  color: #fff;
}

.c-page-nav__item.is-active::before {
  background-image: url(../images/common/ico_before_w.png);
}

.c-page-nav__item.is-active::after {
  background-image: url(../images/common/ico_arrow_w.png);
}

.c-map__wrap {
  position: relative;
  width: 100%;
  height: 490px;
  overflow: hidden;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.c-map__wrap iframe {
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-archivenav__link {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  color: #244162;
  border: 1px solid #244162;
  letter-spacing: 3px;
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-size: 1.125rem;
  transition: all 0.3s ease-in-out;
  margin-top: 2rem;
  white-space: nowrap;
}

@media (max-width: 680px) {
  .c-archivenav__link {
    font-size: 1rem;
    padding: 0.25rem 0.5rem;
  }
}

.c-archivenav__link:hover {
  background-color: #244162;
  color: #fff;
}

.c-archivenav__next {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  color: #244162;
  border: 1px solid #244162;
  letter-spacing: 3px;
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-size: 1.125rem;
  transition: all 0.3s ease-in-out;
  margin-top: 2rem;
  white-space: nowrap;
}

@media (max-width: 680px) {
  .c-archivenav__next {
    font-size: 1rem;
    padding: 0.25rem 0.5rem;
  }
}

.c-archivenav__next::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 3px;
  background-image: url(../images/common/ico_arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0.75rem;
  vertical-align: 15%;
}

@media (max-width: 680px) {
  .c-archivenav__next::after {
    display: none;
  }
}

.c-archivenav__next:hover {
  background-color: #244162;
  color: #fff;
}

.c-archivenav__next:hover::before {
  background-image: url(../images/common/ico_arrow_w.png);
}

.c-archivenav__back {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  color: #244162;
  border: 1px solid #244162;
  letter-spacing: 3px;
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-size: 1.125rem;
  transition: all 0.3s ease-in-out;
  margin-top: 2rem;
  white-space: nowrap;
}

@media (max-width: 680px) {
  .c-archivenav__back {
    font-size: 1rem;
    padding: 0.25rem 0.5rem;
  }
}

.c-archivenav__back::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 3px;
  background-image: url(../images/common/ico_arrow_prev.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.75rem;
  vertical-align: 15%;
}

@media (max-width: 680px) {
  .c-archivenav__back::before {
    display: none;
  }
}

.c-archivenav__back:hover {
  background-color: #244162;
  color: #fff;
}

.c-archivenav__back:hover::before {
  background-image: url(../images/common/ico_arrow_w_prev.png);
}

.c-archivenav__cont {
  display: flex;
  justify-content: space-between;
}

.c-archivenav__cont > .c-archivenav__next.is-remove {
  border: 1px solid #f4f4f4;
  color: #f4f4f4;
  pointer-events: none;
}

.c-archivenav__cont > .c-archivenav__next.is-remove::after {
  background-image: url(../images/common/ico_arrow_gray.png);
}

.c-archivenav__cont > .c-archivenav__back.is-remove {
  border: 1px solid #f4f4f4;
  color: #f4f4f4;
  pointer-events: none;
}

.c-archivenav__cont > .c-archivenav__back.is-remove::before {
  background-image: url(../images/common/ico_arrow_gray_prev.png);
}

.c-pagination {
  text-align: center;
}

.c-pagination a {
  padding: 0.25rem 0.5rem;
  color: #002248;
  border: 1px solid #002248;
  margin: 0 0.5rem;
  transition: all 0.5s ease-in-out;
}

.c-pagination span, .c-pagination a:hover {
  padding: 0.25rem 0.5rem;
  color: #fff;
  background-color: #002248;
  border: 1px solid #002248;
  margin: 0 0.5rem;
}

.c-pp {
  width: 100%;
  height: 250px;
  padding: 0.5rem;
  overflow-y: scroll;
  border: 1px solid #8c8c8c;
  font-size: 0.75rem;
  margin: 1.25rem 0;
}

.c-pp h4 {
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.c-pp p, .c-pp ul {
  margin-bottom: 0.5rem;
}

/*  project
    ----------------------------------------*/
/* home */
.p-home-hero {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000;
}

.p-home-hero__slide {
  width: 100%;
  transform: scale(0.98);
  transition: opacity 1.2s ease,transform 1.2s ease;
  opacity: 0;
}

.p-home-hero__slide__item {
  width: 100%;
  padding-bottom: 100vh;
  background-size: cover;
  background-position: center;
}

.p-home-hero__cont {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 1.2s ease;
  opacity: 0;
}

.p-home-hero__progress {
  width: 100%;
  height: 1px;
  position: relative;
}

@media (max-width: 680px) {
  .p-home-hero__progress {
    display: none;
  }
}

.p-home-hero__progress::before {
  content: '';
  height: 1px;
  background-color: #fff;
  -webkit-animation: progress 10.8s infinite;
          animation: progress 10.8s infinite;
  position: absolute;
  top: 0;
  left: 0;
}

.p-home-hero__logo {
  margin-left: 0.75rem;
}

@media (max-width: 680px) {
  .p-home-hero__logo {
    display: none;
  }
}

.p-home-hero__bt {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 1.2s ease;
  opacity: 0;
}

@media (max-width: 680px) {
  .p-home-hero__bt {
    bottom: 6%;
  }
}

.p-home-hero__bt__contact {
  display: inline-block;
  width: 150px;
  padding: 0 0.5rem;
  text-align: center;
  color: #fff;
  border: 2px solid #244162;
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
  background-color: #244162;
  white-space: nowrap;
}

@media (max-width: 680px) {
  .p-home-hero__bt__contact {
    padding: 0.5rem 0.5rem;
  }
}

.p-home-hero__bt__contact::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/common/ico_before_w.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.75rem;
  vertical-align: -5%;
}

.p-home-hero__bt__contact:hover {
  background-color: rgba(36, 65, 98, 0.7);
}

.p-home-hero__bt__reservation {
  display: inline-block;
  width: 150px;
  padding: 0 0.5rem;
  text-align: center;
  color: #fff;
  border: 2px solid #0f4027;
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
  background-color: #0f4027;
  margin-left: 1.25rem;
  white-space: nowrap;
}

@media (max-width: 680px) {
  .p-home-hero__bt__reservation {
    padding: 0.5rem 0.5rem;
  }
}

.p-home-hero__bt__reservation::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/common/ico_before_w.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.75rem;
  vertical-align: -5%;
}

.p-home-hero__bt__reservation:hover {
  background-color: rgba(15, 64, 39, 0.7);
}

.p-home-hero__scroll {
  width: 1px;
  height: 35px;
  background-color: #ffffff;
  -webkit-animation: animation 2s infinite;
          animation: animation 2s infinite;
  position: absolute;
  bottom: 2.5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  transition: opacity 1.2s ease;
  opacity: 0;
}

.p-home-hero.js-start .p-home-hero__slide {
  transform: scale(1);
  opacity: 1;
}

.p-home-hero.js-start .p-home-hero__cont,
.p-home-hero.js-start .p-home-hero__bt,
.p-home-hero.js-start .p-home-hero__scroll {
  opacity: 1;
}

@-webkit-keyframes progress {
  0% {
    width: 0%;
    opacity: 1;
  }
  5% {
    width: 0%;
  }
  95% {
    width: 100%;
    opacity: 1;
  }
  98% {
    width: 100%;
    opacity: 0;
  }
  100% {
    width: 0%;
    opacity: 0;
  }
}

@keyframes progress {
  0% {
    width: 0%;
    opacity: 1;
  }
  5% {
    width: 0%;
  }
  95% {
    width: 100%;
    opacity: 1;
  }
  98% {
    width: 100%;
    opacity: 0;
  }
  100% {
    width: 0%;
    opacity: 0;
  }
}

@-webkit-keyframes animation {
  0% {
    bottom: 2.5%;
  }
  50% {
    bottom: 1.5%;
  }
  100% {
    bottom: 2.5%;
  }
}

@keyframes animation {
  0% {
    bottom: 2.5%;
  }
  50% {
    bottom: 1.5%;
  }
  100% {
    bottom: 2.5%;
  }
}

.p-home-omoi {
  position: relative;
}

.p-home-omoi__inner {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 680px) {
  .p-home-omoi__inner {
    flex-wrap: wrap;
  }
}

.p-home-omoi__sp {
  width: 100%;
  text-align: right;
  padding-left: 10%;
  transform: translateX(5%);
}

.p-home-omoi__text {
  width: 76%;
}

@media (max-width: 680px) {
  .p-home-omoi__text {
    width: 100%;
  }
}

.p-home-omoi__text > img {
  margin-bottom: 2rem;
}

.p-home-omoi__title {
  width: 23%;
  position: relative;
}

@media (max-width: 680px) {
  .p-home-omoi__title__text {
    margin: 2rem 0 1.25rem 0;
  }
}

.p-home-omoi__title__ico {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(20px) translateY(-20px);
}

@media (max-width: 680px) {
  .p-home-omoi__title__ico {
    right: auto;
    left: 0;
    transform: translateX(-10%) translateY(-20px);
  }
}

.p-home-engi {
  position: relative;
}

.p-home-engi__inner {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 680px) {
  .p-home-engi__inner {
    flex-wrap: wrap;
  }
}

.p-home-engi__sp {
  width: 100%;
  padding-right: 10%;
  transform: translateX(-5%);
}

.p-home-engi__title__ico {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(10%) translateY(-20px);
}

.p-home-engi__img {
  width: 28%;
}

.p-home-engi__text {
  width: 68%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

@media (max-width: 680px) {
  .p-home-engi__text {
    width: 100%;
  }
}

.p-home-engi__text__title {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 680px) {
  .p-home-engi__text__title {
    margin: 2rem 0 1.25rem 0;
  }
}

.p-home-engi__text__title > img {
  margin-left: 1.25rem;
}

@media (max-width: 680px) {
  .p-home-engi__text__title > img {
    margin-left: 0;
  }
}

.p-home-engi__text > p {
  margin-top: 2rem;
}

@media (max-width: 680px) {
  .p-home-engi__text > p {
    margin-top: 0;
  }
}

.p-home-shukubo {
  padding-top: 90px;
}

@media (max-width: 768px) {
  .p-home-shukubo {
    padding-top: 75px;
  }
}

@media (max-width: 680px) {
  .p-home-shukubo {
    padding-top: 60px;
  }
}

.p-home-shukubo__inner {
  background-color: #e9ecef;
}

.p-home-shukubo__title {
  display: flex;
  flex-wrap: wrap;
  transform: translateY(-90px);
}

@media (max-width: 768px) {
  .p-home-shukubo__title {
    transform: translateY(-75px);
  }
}

@media (max-width: 768px) {
  .p-home-shukubo__title {
    transform: translateY(-60px);
  }
}

.p-home-shukubo__title > div {
  width: 100%;
  text-align: center;
}

@media (max-width: 680px) {
  .p-home-shukubo__title__item {
    margin-top: 3rem;
  }
}

.p-home-shukubo__btn {
  display: block;
  padding-bottom: 27.8%;
  margin-top: 1.25rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 680px) {
  .p-home-shukubo__btn {
    padding-bottom: 77.3%;
    overflow: visible;
    margin-top: 0;
  }
}

.p-home-shukubo__btn:last-child {
  margin-top: 4rem;
}

.p-home-shukubo__btn__img {
  min-width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 1.5s cubic-bezier(0.35, 0.15, 0, 0.95);
  z-index: -1;
}

.p-home-shukubo__btn__title {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 680px) {
  .p-home-shukubo__btn__title {
    width: 314px;
    height: 52px;
    top: auto;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
}

.p-home-shukubo__btn:hover .p-home-shukubo__btn__img {
  transform: translate(-50%, -50%) scale(1.1);
}

.p-home-news {
  position: relative;
}

.p-home-news__inner {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 680px) {
  .p-home-news__inner {
    flex-wrap: wrap;
  }
}

.p-home-news__title {
  width: 20%;
  text-align: center;
}

@media (max-width: 680px) {
  .p-home-news__title {
    width: 100%;
    margin: 2rem 0;
  }
}

@media (max-width: 680px) {
  .p-home-news__title > div {
    width: auto;
    display: inline-block;
  }
}

.p-home-news__cont {
  width: 80%;
  max-width: 670px;
}

@media (max-width: 680px) {
  .p-home-news__cont {
    width: 100%;
    max-width: 680px;
  }
}

.p-home-news__cont__link {
  display: flex;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 680px) {
  .p-home-news__cont__link {
    flex-wrap: wrap;
  }
}

.p-home-news__cont__link:hover {
  color: #244162;
}

.p-home-news__cont__title {
  padding-left: 0.25rem;
}

.p-home-news__cont__time {
  width: 191px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 680px) {
  .p-home-news__cont__time {
    width: 100%;
  }
}

.p-home-news__cont__time::after {
  content: '';
  display: inline-block;
  width: 90px;
  height: 1px;
  border-bottom: 1px dotted #c6c6c6;
  margin: 0.25rem;
}

@media (max-width: 680px) {
  .p-home-news__cont__time::after {
    width: calc(100% - 85px);
  }
}

.p-home-contact {
  z-index: 0;
  position: relative;
  display: block;
  background-color: #0f4027;
}

.p-home-contact::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-image:url('../images/home/acc_contact.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  width: 100%;
  height: 100%;
  content: '';
  mix-blend-mode: multiply;
}

.p-home-contact__caption {
  line-height: 1.5;
  font-size: 1.75rem;
  color: #fff;
}

.p-home-contact__caption__prepend {
  font-size: 0.8rem;
  color: #fff;
}

.p-home-contact__text {
  font-size: 0.88rem;
  color: #fff;
}

/* page */
.p-omoi-section1__headline {
  width: 335px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
}

@media (max-width: 768px) {
  .p-omoi-section1__headline {
    width: 300px;
  }
}

@media (max-width: 680px) {
  .p-omoi-section1__headline {
    width: 60%;
  }
}

.p-omoi-section2 .c-col__6of12:nth-child(n+3) {
  margin-top: 2.5rem;
}

@media (max-width: 680px) {
  .p-omoi-section2 .c-col__6of12:nth-child(n+3) {
    margin-top: 0;
  }
}

@media (max-width: 680px) {
  .p-omoi-section2 .c-col__6of12 + .c-col__6of12 {
    margin-top: 1.25rem;
  }
}

@media (max-width: 680px) {
  .p-omoi-section2 .c-col__6of12:nth-child(4) {
    margin-top: 2.5rem;
  }
}

.p-engi-history {
  width: 100%;
  direction: rtl;
  overflow-x: scroll;
  overflow-y: hidden;
}

.p-engi-history__wrap {
  width: 1749px;
  height: 324px;
}

.p-engi-history__cont {
  position: relative;
}

.p-engi-history__cont::before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(../images/common/ico_sankaku.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 60%;
  left: -20px;
  transform: translateY(-50%);
}

.p-sisetsu-section1__nav {
  max-width: 616px;
  margin-left: auto;
  margin-right: auto;
}

.p-sisetsu-section2__nav {
  max-width: 308px;
  margin-left: auto;
  margin-right: auto;
}

.p-sisetsu-section1__nav__item,
.p-sisetsu-section2__nav__item{
  padding: 0 0.25rem;
}as

.p-sisetsu__list {
  border-bottom: 1px solid #002248;
}

.p-sisetsu__list > div {
  padding: 0.75rem 0;
  border-top: 1px solid #002248;
}

@media (max-width: 680px) {
  .p-sugo {
    padding-top: 0;
  }
}

.p-sugo__list {
  position: relative;
  z-index: 1;
}

.p-sugo__list::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #002248;
  position: absolute;
  top: 0;
  left: 7.8%;
  z-index: -1;
}

@media (max-width: 680px) {
  .p-sugo__list::before {
    left: 16.3%;
  }
}

.p-sugo__list__item + .p-sugo__list__item {
  margin-top: 6rem;
}

.p-sugo__list__item {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  background-color: #e9ecef;
  z-index: 1;
}

@media (max-width: 680px) {
  .p-sugo__list__item {
    flex-wrap: wrap;
  }
}

.p-sugo__list__item > div {
  width: 47%;
}

@media (max-width: 680px) {
  .p-sugo__list__item > div {
    width: 100%;
  }
}

.p-sugo__list__item__time {
  display: flex;
}

.p-sugo__list__item__time > .c-col__8of12 {
  padding-left: 1.25rem;
}

.p-sugo__list__item p {
  margin-top: 2.5rem;
}

@media (max-width: 680px) {
  .p-sugo__list__item p {
    margin-bottom: 0.75rem;
  }
}

.p-access__text {
  font-family: ro-nikkatsu-sei-kai-std, serif;
}

.p-access__list__item {
  display: flex;
}

@media (max-width: 680px) {
  .p-access__list__item {
    flex-wrap: wrap;
  }
}

.p-access__list__item__title {
  width: 200px;
  border-top: 2px solid #002248;
  padding: 0.75rem;
  font-family: ro-nikkatsu-sei-kai-std, serif;
}

@media (max-width: 680px) {
  .p-access__list__item__title {
    width: 100%;
    background-color: #e9ecef;
    border-top: 1px solid #002248;
  }
}

.p-access__list__item__text {
  width: calc(100% - 200px);
  border-top: 1px solid #002248;
  padding: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 680px) {
  .p-access__list__item__text {
    width: 100%;
  }
}

.p-access__list__item__text > div:first-child {
  width: calc(100% - 150px);
}

@media (max-width: 680px) {
  .p-access__list__item__text > div:first-child {
    width: calc(100% - 80px);
  }
}

.p-access__list__item:last-child .p-access__list__item__title {
  border-bottom: 2px solid #002248;
}

@media (max-width: 680px) {
  .p-access__list__item:last-child .p-access__list__item__title {
    border-bottom: none;
  }
}

.p-access__list__item:last-child .p-access__list__item__text {
  border-bottom: 1px solid #002248;
}

.p-access__list__item__time {
  width: 120px;
}

@media (max-width: 680px) {
  .p-access__list__item__time {
    width: 70px;
    white-space: nowrap;
  }
}

.p-map__img > img {
  display: block;
  max-width: 795px;
  margin-left: auto;
  margin-right: auto;
}

.p-news__list {
  font-family: ro-nikkatsu-sei-kai-std, serif;
  margin: 2rem;
}

.p-news__list__item:first-child {
  border-top: 1px solid #002248;
}

.p-news__list__item {
  border-bottom: 1px solid #002248;
}

.p-news__list__item > a {
  display: block;
  padding: 1.25rem;
  transition: all 0.5s ease-in-out;
}

.p-news__list__item > a:hover {
  background-color: #f4f4f4;
}

.p-news-single__title {
  margin-bottom: 2rem;
}

.p-news-single__title > h2 {
  font-size: 1.25rem;
  font-family: ro-nikkatsu-sei-kai-std, serif;
}

.p-news-single__article img, .p-news-single__article p, .p-news-single__article div {
  margin-bottom: 1.25rem;
}

.p-contact__form__item + .p-contact__form__item {
  margin-top: 1rem;
}

.p-contact__form__item {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

@media (max-width: 680px) {
  .p-contact__form__item {
    flex-wrap: wrap;
  }
}

.p-contact__form__item__title {
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 240px;
  padding-right: 1rem;
  font-family: ro-nikkatsu-sei-kai-std, serif;
}

@media (max-width: 680px) {
  .p-contact__form__item__title {
    width: 100%;
  }
}

.p-contact__form__item__title > span {
  display: inline-block;
  height: 16px;
  font-family: a-otf-ud-reimin-pr6n, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ 明朝", "MS Mincho", serif;
  padding: 0 0.5rem;
  background-color: #ff0000;
  color: #fff;
  line-height: 16px;
  font-size: 0.75rem;
  vertical-align: middle;
}

.p-contact__form__item__input--short {
  width: calc(100% - 240px);
}

@media (max-width: 680px) {
  .p-contact__form__item__input--short {
    width: 100%;
  }
}

.p-contact__form__item__input--short input {
  display: block;
  width: 100%;
  max-width: 250px;
  padding: 0.25rem 0.75rem;
}

@media (max-width: 680px) {
  .p-contact__form__item__input--short input {
    max-width: 100%;
  }
}

.p-contact__form__item__input {
  width: calc(100% - 155px);
}

@media (max-width: 680px) {
  .p-contact__form__item__input {
    width: 100%;
  }
}

.p-contact__form__item__input input {
  display: block;
  width: 100%;
  padding: 0.25rem 0.75rem;
}

.p-contact__form__item__input textarea {
  display: block;
  width: 100%;
  min-height: 270px;
  padding: 0.25rem 0.75rem;
}

.p-contact__form__item__radio {
  display: block;
  width: 100%;
}

.p-contact__form__item__radio .check span.wpcf7-list-item {
  display: block;
  margin: 0;
}

.p-contact__form__item__radio .check label {
  display: inline-flex;
  align-items: center;
  font-size: 0.8rem;
}

.p-contact__form__note {
  margin-top: 0.5rem;
  font-size: 0.8rem;
}

.p-contact__form__back {
  display: none;
}

.wpcf7c-conf {
  background-color: #f4f4f4;
}

.p-header.is-home {
  opacity: 0;
}

@media (max-width: 768px) {
  .p-header.is-home {
    opacity: 1;
  }
}

.p-header.is-home.is-show {
  opacity: 1;
}

.p-header {
  width: 100%;
  height: 60px;
  background-color: #fff;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.p-header__inner {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .p-header__inner {
    width: 100%;
    height: 60px;
    background-color: #fff;
    padding-left: 5%;
  }
}

.p-header__logo {
  width: 195px;
  height: 35px;
}

.p-header__language {
  font-size:0.8rem;
}

@media (max-width: 768px) {
  .p-header__language {
    display: none;
  }
}

@media (max-width: 768px) {
  .p-header__nav {
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: #002248;
    position: absolute;
    top: 0;
    right: -100vw;
    z-index: -1;
  }
}

@media (min-width: 768px) {
  .p-header__menu {
    display: flex;
    align-items: center;
    flex-direction: flex-end;
    color: #000;
  }
}

@media (max-width: 768px) {
  .p-header__menu {
    width: 100%;
    margin-top: 60px;
  }
}

.p-header__menu__item {
  display: inline-block;
  white-space: nowrap;
  position: relative;
}

@media (max-width: 768px) {
  .p-header__menu__item {
    display: block;
    width: 100%;
    font-size: 1rem;
    color: #fff;
    line-height: 3em;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
}

.p-header__menu__item::before, .p-header__menu__item__link.is-active::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #244162;
  position: absolute;
  bottom: -3px;
  left: 0;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

.p-header__menu__item:hover::before, .p-header__menu__item__link.is-active::before {
  opacity: 1;
}

@media (max-width: 768px) {
  .p-header__menu__item__link {
    font-size: 1.25rem;
    display: block;
  }
}

.p-header__menu__item + .p-header__menu__item {
  margin-left: 2rem;
}

@media (max-width: 768px) {
  .p-header__menu__item + .p-header__menu__item {
    margin-left: 0;
  }
}

.p-header__sp {
  display: none;
}

@media (max-width: 768px) {
  .p-header__sp {
    height: calc(100vh - 380px);
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
    padding-top: 0.75rem;
  }
}

.p-header__sp__bt {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 315px;
  margin: 0 auto;
}

.p-header__sp__link {
  width: 100%;
  text-align: center;
}

.p-header__sp__link > a {
  display: inline-block;
  width: 100%;
  margin-top: 0.25rem;
  color: #fff;
}

.p-header__sp__sns {
  width: 100%;
  text-align: center;
}

.p-header__sp__sns__insta {
  display: inline-block;
  width: 26px;
  height: 26px;
}

.p-header__sp__sns__fb {
  display: inline-block;
  width: 14px;
  height: 26px;
  margin-left: 0.75rem;
}

.p-header__sp__language {
  margin-right: auto;
  margin-left: auto;
  color: #ffffff;
}

.p-header__sp__copy {
  width: 100%;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
}

/* SP menu */
@media (max-width: 768px) {
  .p-header__nav__bt {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    color: #fff;
    background-color: #002248;
    width: 54px;
    height: 60px;
    cursor: pointer;
    z-index: 9999;
    word-break: keep-all;
    z-index: 1;
  }
  .p-header__nav__bt span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    transition: .2s;
    transform: translate(-50%, -50%);
  }
  .p-header__nav__bt span:after,
  .p-header__nav__bt span:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    transition: .3s;
  }
  .p-header__nav__bt span:before {
    margin-top: -7px;
  }
  .p-header__nav__bt span:after {
    margin-top: 5px;
  }
  .is-open .p-header__nav__bt span {
    background: 0 0;
  }
  .is-open .p-header__nav__bt span:after, .is-open .p-header__nav__bt span:before {
    margin-top: 0;
  }
  .is-open .p-header__nav__bt span:before {
    transform: rotate(-45deg);
  }
  .is-open .p-header__nav__bt span:after {
    transform: rotate(-135deg);
  }
}

/* toggle menu */
.p-header__menu__item__link.js-toggle {
  position: relative;
}

.p-header__menu__item__link.js-toggle::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%) rotate(135deg);
  transition: all 0.3s ease-in-out;
}

.p-header__menu__item__link.js-toggle.is-open::before {
  top: 60%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-header__menu__item > .child {
  background-color: #8091a4;
}

.p-header__menu__item > .child li {
  border-top: 1px solid #fff;
}

.p-header__menu__item > .child a {
  font-size: 1.25rem;
  display: inline-block;
  width: 100%;
}

.p-footer {
  background-color: #002248;
  color: #fff;
  padding: 2rem 0;
}

.p-footer__pagetop {
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}

@media (max-width: 680px) {
  .p-footer__pagetop {
    bottom: 10px;
    right: 10px;
  }
}

.p-footer__cont {
  display: flex;
  justify-content: space-between;
}

.p-footer__l {
  width: 80%;
  max-width: 750px;
}

@media (max-width: 768px) {
  .p-footer__l {
    display: none;
  }
}

.p-footer__sns {
  width: 100%;
}

.p-footer__sns__insta {
  display: inline-block;
  width: 26px;
  height: 26px;
  transition: all 0.5s ease-in-out;
}

.p-footer__sns__insta:hover {
  opacity: .7;
}

.p-footer__sns__fb {
  display: inline-block;
  width: 14px;
  height: 26px;
  margin-left: 0.75rem;
}

.p-footer__menu {
  display: flex;
  margin: 1.25rem 0;
  white-space: nowrap;
  font-family: ro-nikkatsu-sei-kai-std, serif;
}

.p-footer__menu > li {
  margin-right: 1.5rem;
}

.p-footer__menu__child {
  color: #8091a4;
}

.p-footer__menu a {
  transition: all 0.5s ease-in-out;
}

.p-footer__menu a:hover {
  opacity: .5;
}

.p-footer__menu .c-block-bt--before:hover {
  opacity: 1;
}

.p-footer__r {
  width: 20%;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .p-footer__r {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .p-footer__r {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.p-footer__address {
  width: 44px;
  margin-right: 2rem;
}

@media (max-width: 680px) {
  .p-footer__address {
    width: 256px;
    margin: 0;
  }
}

.p-footer__logo {
  width: 37px;
}

@media (max-width: 680px) {
  .p-footer__logo {
    width: 268px;
    margin-bottom: 0.75rem;
  }
}

.p-footer__copy {
  font-size: 0.75rem;
  margin-top: 2rem;
}

/*  Utility
    ----------------------------------------*/
.u-m-auto {
  margin: auto !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-m-1 {
  margin: 0.25rem !important;
}

.u-m-2 {
  margin: 0.5rem !important;
}

.u-m-3 {
  margin: 0.75rem !important;
}

.u-m-4 {
  margin: 1rem !important;
}

.u-m-5 {
  margin: 1.25rem !important;
}

.u-m-6 {
  margin: 1.5rem !important;
}

.u-m-8 {
  margin: 2rem !important;
}

.u-m-10 {
  margin: 2.5rem !important;
}

.u-m-12 {
  margin: 3rem !important;
}

.u-m-16 {
  margin: 4rem !important;
}

.u-m-20 {
  margin: 5rem !important;
}

.u-m-24 {
  margin: 6rem !important;
}

.u-m-32 {
  margin: 8rem !important;
}

.u-m-40 {
  margin: 10rem !important;
}

.u-m-48 {
  margin: 12rem !important;
}

.u-m-56 {
  margin: 14rem !important;
}

.u-m-64 {
  margin: 16rem !important;
}

.u-m-1n {
  margin: -0.25rem !important;
}

.u-m-2n {
  margin: -0.5rem !important;
}

.u-m-3n {
  margin: -0.75rem !important;
}

.u-m-4n {
  margin: -1rem !important;
}

.u-m-5n {
  margin: -1.25rem !important;
}

.u-m-6n {
  margin: -1.5rem !important;
}

.u-m-8n {
  margin: -2rem !important;
}

.u-m-10n {
  margin: -2.5rem !important;
}

.u-m-12n {
  margin: -3rem !important;
}

.u-m-16n {
  margin: -4rem !important;
}

.u-m-20n {
  margin: -5rem !important;
}

.u-m-24n {
  margin: -6rem !important;
}

.u-m-32n {
  margin: -8rem !important;
}

.u-m-40n {
  margin: -10rem !important;
}

.u-m-48n {
  margin: -12rem !important;
}

.u-m-56n {
  margin: -14rem !important;
}

.u-m-64n {
  margin: -16rem !important;
}

.u-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.u-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.u-my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.u-my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.u-my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.u-my-4n {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.u-my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.u-my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.u-my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.u-my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.u-my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.u-my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.u-my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.u-my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.u-my-32 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.u-my-40 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.u-my-48 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.u-my-56 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.u-my-64 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.u-my-1n {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.u-my-2n {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.u-my-3n {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.u-my-4n {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.u-my-5n {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

.u-my-6n {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.u-my-8n {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.u-my-10n {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.u-my-12n {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.u-my-16n {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.u-my-20n {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.u-my-24n {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.u-my-32n {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.u-my-40n {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.u-my-48n {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

.u-my-56n {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

.u-my-64n {
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}

.u-mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

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

.u-mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.u-mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.u-mx-3 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

.u-mx-4 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.u-mx-5 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.u-mx-6 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.u-mx-8 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.u-mx-10 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.u-mx-12 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.u-mx-16 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.u-mx-20 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.u-mx-24 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.u-mx-32 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.u-mx-40 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.u-mx-48 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}

.u-mx-56 {
  margin-right: 14rem !important;
  margin-left: 14rem !important;
}

.u-mx-64 {
  margin-right: 16rem !important;
  margin-left: 16rem !important;
}

.u-mx-1n {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.u-mx-2n {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.u-mx-3n {
  margin-right: -0.75rem !important;
  margin-left: -0.75rem !important;
}

.u-mx-4n {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.u-mx-5n {
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important;
}

.u-mx-6n {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.u-mx-8n {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

.u-mx-10n {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

.u-mx-12n {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.u-mx-16n {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

.u-mx-20n {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}

.u-mx-24n {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

.u-mx-32n {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}

.u-mx-40n {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}

.u-mx-48n {
  margin-right: -12rem !important;
  margin-left: -12rem !important;
}

.u-mx-56n {
  margin-right: -14rem !important;
  margin-left: -14rem !important;
}

.u-mx-64n {
  margin-right: -16rem !important;
  margin-left: -16rem !important;
}

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

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

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

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

.u-mt-3 {
  margin-top: 0.75rem !important;
}

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

.u-mt-5 {
  margin-top: 1.25rem !important;
}

.u-mt-6 {
  margin-top: 1.5rem !important;
}

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

.u-mt-10 {
  margin-top: 2.5rem !important;
}

.u-mt-12 {
  margin-top: 3rem !important;
}

.u-mt-16 {
  margin-top: 4rem !important;
}

.u-mt-20 {
  margin-top: 5rem !important;
}

.u-mt-24 {
  margin-top: 6rem !important;
}

.u-mt-32 {
  margin-top: 8rem !important;
}

.u-mt-40 {
  margin-top: 10rem !important;
}

.u-mt-48 {
  margin-top: 12rem !important;
}

.u-mt-56 {
  margin-top: 14rem !important;
}

.u-mt-64 {
  margin-top: 16rem !important;
}

.u-mt-1n {
  margin-top: -0.25rem !important;
}

.u-mt-2n {
  margin-top: -0.5rem !important;
}

.u-mt-3n {
  margin-top: -0.75rem !important;
}

.u-mt-4n {
  margin-top: -1rem !important;
}

.u-mt-5n {
  margin-top: -1.25rem !important;
}

.u-mt-6n {
  margin-top: -1.5rem !important;
}

.u-mt-8n {
  margin-top: -2rem !important;
}

.u-mt-10n {
  margin-top: -2.5rem !important;
}

.u-mt-12n {
  margin-top: -3rem !important;
}

.u-mt-16n {
  margin-top: -4rem !important;
}

.u-mt-20n {
  margin-top: -5rem !important;
}

.u-mt-24n {
  margin-top: -6rem !important;
}

.u-mt-32n {
  margin-top: -8rem !important;
}

.u-mt-40n {
  margin-top: -10rem !important;
}

.u-mt-48n {
  margin-top: -12rem !important;
}

.u-mt-56n {
  margin-top: -14rem !important;
}

.u-mt-64n {
  margin-top: -16rem !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-mr-1 {
  margin-right: 0.25rem !important;
}

.u-mr-2 {
  margin-right: 0.5rem !important;
}

.u-mr-3 {
  margin-right: 0.75rem !important;
}

.u-mr-4 {
  margin-right: 1rem !important;
}

.u-mr-5 {
  margin-right: 1.25rem !important;
}width: 100%;

.u-mr-6 {
  margin-right: 1.5rem !important;
}

.u-mr-8 {
  margin-right: 2rem !important;
}

.u-mr-10 {
  margin-right: 2.5rem !important;
}

.u-mr-12 {
  margin-right: 3rem !important;
}

.u-mr-16 {
  margin-right: 4rem !important;
}

.u-mr-20 {
  margin-right: 5rem !important;
}

.u-mr-24 {
  margin-right: 6rem !important;
}

.u-mr-32 {
  margin-right: 8rem !important;
}

.u-mr-40 {
  margin-right: 10rem !important;
}

.u-mr-48 {
  margin-right: 12rem !important;
}

.u-mr-56 {
  margin-right: 14rem !important;
}

.u-mr-64 {
  margin-right: 16rem !important;
}

.u-mr-1n {
  margin-right: -0.25rem !important;
}

.u-mr-2n {
  margin-right: -0.5rem !important;
}

.u-mr-3n {
  margin-right: -0.75rem !important;
}

.u-mr-4n {
  margin-right: -1rem !important;
}

.u-mr-5n {
  margin-right: -1.25rem !important;
}

.u-mr-6n {
  margin-right: -1.5rem !important;
}

.u-mr-8n {
  margin-right: -2rem !important;
}

.u-mr-10n {
  margin-right: -2.5rem !important;
}

.u-mr-12n {
  margin-right: -3rem !important;
}

.u-mr-16n {
  margin-right: -4rem !important;
}

.u-mr-20n {
  margin-right: -5rem !important;
}

.u-mr-24n {
  margin-right: -6rem !important;
}

.u-mr-32n {
  margin-right: -8rem !important;
}

.u-mr-40n {
  margin-right: -10rem !important;
}

.u-mr-48n {
  margin-right: -12rem !important;
}

.u-mr-56n {
  margin-right: -14rem !important;
}

.u-mr-64n {
  margin-right: -16rem !important;
}

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

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

.u-mb-1 {
  margin-bottom: 0.25rem !important;
}

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

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

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

.u-mb-5 {
  margin-bottom: 1.25rem !important;
}

.u-mb-6 {
  margin-bottom: 1.5rem !important;
}

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

.u-mb-10 {
  margin-bottom: 2.5rem !important;
}

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

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

.u-mb-20 {
  margin-bottom: 5rem !important;
}

.u-mb-24 {
  margin-bottom: 6rem !important;
}

.u-mb-32 {
  margin-bottom: 8rem !important;
}

.u-mb-40 {
  margin-bottom: 10rem !important;
}

.u-mb-48 {
  margin-bottom: 12rem !important;
}

.u-mb-56 {
  margin-bottom: 14rem !important;
}

.u-mb-64 {
  margin-bottom: 16rem !important;
}

.u-mb-1n {
  margin-bottom: -0.25rem !important;
}

.u-mb-2n {
  margin-bottom: -0.5rem !important;
}

.u-mb-3n {
  margin-bottom: -0.75rem !important;
}

.u-mb-4n {
  margin-bottom: -1rem !important;
}

.u-mb-5n {
  margin-bottom: -1.25rem !important;
}

.u-mb-6n {
  margin-bottom: -1.5rem !important;
}

.u-mb-8n {
  margin-bottom: -2rem !important;
}

.u-mb-10n {
  margin-bottom: -2.5rem !important;
}

.u-mb-12n {
  margin-bottom: -3rem !important;
}

.u-mb-16n {
  margin-bottom: -4rem !important;
}

.u-mb-20n {
  margin-bottom: -5rem !important;
}

.u-mb-24n {
  margin-bottom: -6rem !important;
}

.u-mb-32n {
  margin-bottom: -8rem !important;
}

.u-mb-40n {
  margin-bottom: -10rem !important;
}

.u-mb-48n {
  margin-bottom: -12rem !important;
}

.u-mb-56n {
  margin-bottom: -14rem !important;
}

.u-mb-64n {
  margin-bottom: -16rem !important;
}

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

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

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

.u-ml-2 {
  margin-left: 0.5rem !important;
}

.u-ml-3 {
  margin-left: 0.75rem !important;
}

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

.u-ml-5 {
  margin-left: 1.25rem !important;
}

.u-ml-6 {
  margin-left: 1.5rem !important;
}

.u-ml-8 {
  margin-left: 2rem !important;
}

.u-ml-10 {
  margin-left: 2.5rem !important;
}

.u-ml-12 {
  margin-left: 3rem !important;
}

.u-ml-16 {
  margin-left: 4rem !important;
}

.u-ml-20 {
  margin-left: 5rem !important;
}

.u-ml-24 {
  margin-left: 6rem !important;
}

.u-ml-32 {
  margin-left: 8rem !important;
}

.u-ml-40 {
  margin-left: 10rem !important;
}

.u-ml-48 {
  margin-left: 12rem !important;
}

.u-ml-56 {
  margin-left: 14rem !important;
}

.u-ml-64 {
  margin-left: 16rem !important;
}

.u-ml-1n {
  margin-left: -0.25rem !important;
}

.u-ml-2n {
  margin-left: -0.5rem !important;
}

.u-ml-3n {
  margin-left: -0.75rem !important;
}

.u-ml-4n {
  margin-left: -1rem !important;
}

.u-ml-5n {
  margin-left: -1.25rem !important;
}

.u-ml-6n {
  margin-left: -1.5rem !important;
}

.u-ml-8n {
  margin-left: -2rem !important;
}

.u-ml-10n {
  margin-left: -2.5rem !important;
}

.u-ml-12n {
  margin-left: -3rem !important;
}

.u-ml-16n {
  margin-left: -4rem !important;
}

.u-ml-20n {
  margin-left: -5rem !important;
}

.u-ml-24n {
  margin-left: -6rem !important;
}

.u-ml-32n {
  margin-left: -8rem !important;
}

.u-ml-40n {
  margin-left: -10rem !important;
}

.u-ml-48n {
  margin-left: -12rem !important;
}

.u-ml-56n {
  margin-left: -14rem !important;
}

.u-ml-64n {
  margin-left: -16rem !important;
}

.u-p-0 {
  padding: 0;
}

.u-p-1 {
  padding: 0.25rem !important;
}

.u-p-2 {
  padding: 0.5rem !important;
}

.u-p-3 {
  padding: 0.75rem !important;
}

.u-p-4 {
  padding: 1rem !important;
}

.u-p-5 {
  padding: 1.25rem !important;
}

.u-p-6 {
  padding: 1.5rem !important;
}

.u-p-8 {
  padding: 2rem !important;
}

.u-p-10 {
  padding: 2.5rem !important;
}

.u-p-12 {
  padding: 3rem !important;
}

.u-p-16 {
  padding: 4rem !important;
}

.u-p-20 {
  padding: 5rem !important;
}

.u-p-24 {
  padding: 6rem !important;
}

.u-p-32 {
  padding: 8rem !important;
}

.u-p-40 {
  padding: 10rem !important;
}

.u-p-48 {
  padding: 12rem !important;
}

.u-p-56 {
  padding: 14rem !important;
}

.u-p-64 {
  padding: 16rem !important;
}

.u-p-auto {
  padding: auto;
}

.u-p-px {
  padding: 1px;
}

.u-py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.u-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.u-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.u-py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.u-py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.u-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.u-py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.u-py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.u-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.u-py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.u-py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.u-py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.u-py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.u-py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.u-py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.u-py-48 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.u-py-56 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.u-py-64 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.u-py-auto {
  padding-top: auto;
  padding-bottom: auto;
}

.u-py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.u-px-0 {
  padding-right: 0;
  padding-left: 0;
}

.u-px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.u-px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.u-px-3 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.u-px-4 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.u-px-5 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.u-px-6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.u-px-8 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.u-px-10 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.u-px-12 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.u-px-16 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.u-px-20 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.u-px-24 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.u-px-32 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.u-px-40 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.u-px-48 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

.u-px-56 {
  padding-right: 14rem !important;
  padding-left: 14rem !important;
}

.u-px-64 {
  padding-right: 16rem !important;
  padding-left: 16rem !important;
}

.u-px-auto {
  padding-right: auto;
  padding-left: auto;
}

.u-px-px {
  padding-right: 1px;
  padding-left: 1px;
}

.u-pt-0 {
  padding-top: 0;
}

.u-pt-1 {
  padding-top: 0.25rem !important;
}

.u-pt-2 {
  padding-top: 0.5rem !important;
}

.u-pt-3 {
  padding-top: 0.75rem !important;
}

.u-pt-4 {
  padding-top: 1rem !important;
}

.u-pt-5 {
  padding-top: 1.25rem !important;
}

.u-pt-6 {
  padding-top: 1.5rem !important;
}

.u-pt-8 {
  padding-top: 2rem !important;
}

.u-pt-10 {
  padding-top: 2.5rem !important;
}

.u-pt-12 {
  padding-top: 3rem !important;
}

.u-pt-16 {
  padding-top: 4rem !important;
}

.u-pt-20 {
  padding-top: 5rem !important;
}

.u-pt-24 {
  padding-top: 6rem !important;
}

.u-pt-32 {
  padding-top: 8rem !important;
}

.u-pt-40 {
  padding-top: 10rem !important;
}

.u-pt-48 {
  padding-top: 12rem !important;
}

.u-pt-56 {
  padding-top: 14rem !important;
}

.u-pt-64 {
  padding-top: 16rem !important;
}

.u-pt-auto {
  padding-top: auto;
}

.u-pt-px {
  padding-top: 1px;
}

.u-pr-0 {
  padding-right: 0;
}

.u-pr-1 {
  padding-right: 0.25rem !important;
}

.u-pr-2 {
  padding-right: 0.5rem !important;
}

.u-pr-3 {
  padding-right: 0.75rem !important;
}

.u-pr-4 {
  padding-right: 1rem !important;
}

.u-pr-5 {
  padding-right: 1.25rem !important;
}

.u-pr-6 {
  padding-right: 1.5rem !important;
}

.u-pr-8 {
  padding-right: 2rem !important;
}

.u-pr-10 {
  padding-right: 2.5rem !important;
}

.u-pr-12 {
  padding-right: 3rem !important;
}

.u-pr-16 {
  padding-right: 4rem !important;
}

.u-pr-20 {
  padding-right: 5rem !important;
}

.u-pr-24 {
  padding-right: 6rem !important;
}

.u-pr-32 {
  padding-right: 8rem !important;
}

.u-pr-40 {
  padding-right: 10rem !important;
}

.u-pr-48 {
  padding-right: 12rem !important;
}

.u-pr-56 {
  padding-right: 14rem !important;
}

.u-pr-64 {
  padding-right: 16rem !important;
}

.u-pr-auto {
  padding-right: auto;
}

.u-pr-px {
  padding-right: 1px;
}

.u-pb-0 {
  padding-bottom: 0;
}

.u-pb-1 {
  padding-bottom: 0.25rem !important;
}

.u-pb-2 {
  padding-bottom: 0.5rem !important;
}

.u-pb-3 {
  padding-bottom: 0.75rem !important;
}

.u-pb-4 {
  padding-bottom: 1rem !important;
}

.u-pb-5 {
  padding-bottom: 1.25rem !important;
}

.u-pb-6 {
  padding-bottom: 1.5rem !important;
}

.u-pb-8 {
  padding-bottom: 2rem !important;
}

.u-pb-10 {
  padding-bottom: 2.5rem !important;
}

.u-pb-12 {
  padding-bottom: 3rem !important;
}

.u-pb-16 {
  padding-bottom: 4rem !important;
}

.u-pb-20 {
  padding-bottom: 5rem !important;
}

.u-pb-24 {
  padding-bottom: 6rem !important;
}

.u-pb-32 {
  padding-bottom: 8rem !important;
}

.u-pb-40 {
  padding-bottom: 10rem !important;
}

.u-pb-48 {
  padding-bottom: 12rem !important;
}

.u-pb-56 {
  padding-bottom: 14rem !important;
}

.u-pb-64 {
  padding-bottom: 16rem !important;
}

.u-pb-auto {
  padding-bottom: auto;
}

.u-pb-px {
  padding-bottom: 1px;
}

.u-pl-0 {
  padding-left: 0;
}

.u-pl-1 {
  padding-left: 0.25rem !important;
}

.u-pl-2 {
  padding-left: 0.5rem !important;
}

.u-pl-3 {
  padding-left: 0.75rem !important;
}

.u-pl-4 {
  padding-left: 1rem !important;
}

.u-pl-5 {
  padding-left: 1.25rem !important;
}

.u-pl-6 {
  padding-left: 1.5rem !important;
}

.u-pl-8 {
  padding-left: 2rem !important;
}

.u-pl-10 {
  padding-left: 2.5rem !important;
}

.u-pl-12 {
  padding-left: 3rem !important;
}

.u-pl-16 {
  padding-left: 4rem !important;
}

.u-pl-20 {
  padding-left: 5rem !important;
}

.u-pl-24 {
  padding-left: 6rem !important;
}

.u-pl-32 {
  padding-left: 8rem !important;
}

.u-pl-40 {
  padding-left: 10rem !important;
}

.u-pl-48 {
  padding-left: 12rem !important;
}

.u-pl-56 {
  padding-left: 14rem !important;
}

.u-pl-64 {
  padding-left: 16rem !important;
}

.u-pl-auto {
  padding-left: auto;
}

.u-pl-px {
  padding-left: 1px;
}

.u-d-n {
  display: none !important;
}

.u-d-b {
  display: block !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-i {
  display: inline !important;
}

@media (max-width: 768px) {
  .u-d-n-md {
    display: none !important;
  }
  .u-d-b-tb {
    display: block !important;
  }
  .u-d-ib-tb {
    display: inline-block !important;
  }
  .u-d-inl-md {
    display: inline !important;
  }
}

@media (max-width: 680px) {
  .u-d-n-sp {
    display: none !important;
  }
  .u-d-b-sp {
    display: block !important;
  }
  .u-d-ib-sp {
    display: inline-block !important;
  }
  .u-d-i-sp {
    display: inline !important;
  }
}

.u-o-1 {
  order: 1;
}

.u-o-2 {
  order: 2;
}

.u-o-3 {
  order: 1;
}

.u-o-4 {
  order: 2;
}

@media (max-width: 768px) {
  .u-o-1-tb {
    order: 1;
  }
  .u-o-2-tb {
    order: 2;
  }
  .u-o-3-tb {
    order: 1;
  }
  .u-o-4-tb {
    order: 2;
  }
}

@media (max-width: 680px) {
  .u-o-1-sp {
    order: 1;
  }
  .u-o-2-sp {
    order: 2;
  }
  .u-o-3-sp {
    order: 1;
  }
  .u-o-4-sp {
    order: 2;
  }
}

.u-text-light {
  font-weight: 300 !important;
}

.u-text-normal {
  font-weight: 400 !important;
}

.u-text-bold {
  font-weight: 600 !important;
}

/* 先頭の1文字目を1文字分字下げ */
.u-text-indent {
  text-indent: 1em !important;
}

/* 2行目以降の1文字目を1文字分字下げ */
.u-text-note {
  margin-left: 1em !important;
  text-indent: -1em !important;
}

.u-text-note-sm {
  margin-left: 1em !important;
  text-indent: -0.5em !important;
}

/* テキストを改行させない。 */
.u-text-nowrap {
  white-space: nowrap !important;
}

/* テキストを改行させます */
.u-text-breakword {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

/* テキストを両端揃え */
.u-text-justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

/* 記述した通りに表示 */
.u-text-none {
  text-transform: none !important;
}

/* 縦書きにします */
.u-text-vertical {
  -ms-writing-mode: tb-rl !important;
  -webkit-writing-mode: vertical-rl !important;
  writing-mode: vertical-rl !important;
  -webkit-text-orientation: mixed !important;
          text-orientation: mixed !important;
}

.u-text-white {
  color: #fff !important;
}

/* 英文も縦書きにする場合はModifierを指定 */
.u-text-vertical--upright {
  -webkit-text-orientation: upright !important;
          text-orientation: upright !important;
}

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

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

.u-text-left {
  text-align: left !important;
}

.u-text-top {
  vertical-align: top !important;
}

.u-text-middle {
  vertical-align: middle !important;
}

.u-text-bottom {
  vertical-align: bottom !important;
}
/*# sourceMappingURL=map/style.css.map */











/* en */
/* component */
.c-block-bt {
  letter-spacing: 0.25em;
}

.c-block-bt--arrow {
  letter-spacing: 0.25em;
}

.c-block-bt--arrow-white {
  letter-spacing: 0.25em;
}

.c-page-nav__item {
  width: 320px;
  letter-spacing: 0.025em;
}

/* project */
.p-home-omoi__title__text {
  max-width: 478px;
}

@media (max-width: 680px) {
  .p-home-omoi__title__text {
    margin: 2rem 0 1.25rem 0;
    max-width: 257px;
  }
}

.p-home-shukubo__title__item {
  max-width: 224px;
  width: 100%;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.p-footer__menu {
  margin-top: 0;
}

@media (max-width: 680px) {
  .p-footer__menu {
      display: none;
  }
}

.p-footer__address {
  flex:  0 0 auto;
  width: auto;
}

.p-footer__logo {
  display: block;
  max-width: 209px;
  width: 100%;
  margin-bottom: 1rem;
}

.p-footer__copy {
  margin-top: 3rem;
}

.p-home-hero__cont {
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;

}

.p-home-hero__logo {
  margin-left: 0;
  margin-bottom: 4rem;
}

.p-home-hero__logo > .c-logo {
  width: 421px;
  height: auto;
}

.p-home-hero__text {
  max-width: 479px;
  width: 100%;
  margin-top: 4rem;
}

.p-omoi-section1__headline {
  width: 478px;
}

.p-experiences__card {
  overflow: hidden;
  display: block;
}

.p-experiences__card__cont--rev > [class*="c-col__"]:nth-child(1) {
  order: 2;
}

.p-experiences__card__cont--rev > [class*="c-col__"]:nth-child(2) {
  order: 1;
}

@media (max-width: 680px) {
  .p-experiences__card__cont--rev > [class*="c-col__"]:nth-child(1) {
    order: 1;
  }
  
  .p-experiences__card__cont--rev > [class*="c-col__"]:nth-child(2) {
    order: 2;
  }
}

.p-experiences__card__caption {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}

.p-experiences__card__text {
  font-size: 0.8rem;
}

.p-experiences__card__data {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: solid 1px #244162;
}

.p-experiences__card__data__item {
  display: flex;
  align-items: center;
}

.p-experiences__card__data__item + .p-experiences__card__data__item {
  margin-top: 1rem;
}

.p-experiences__card__data__name {
  flex: 0 0 auto;
  width: 150px;
  padding-top: 0.25em;
  padding-right: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.25em;
  text-align: center;
  font-size: 0.8rem;
  color: #ffffff;
  background-color: #244162;
}

.p-experiences__card__data__value {
  margin-left: 0.5rem;
  font-size: 0.8rem;
}
/* en */






































