@charset "UTF-8";
/*
Theme Name: Staging Template
Theme URI: https://staging-art.com/
Author: T2Japan
Description: Staging Web Service 
Version: 1.0
*/
/* ==========================================================================
Foundation
========================================================================== */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400");
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 100;
}
:root {
  font-feature-settings: "palt" 1;
  min-height: 100vh;
  font-size: 16px;
  font-weight: 200;
  vertical-align: text-bottom;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

body {
  color: #4B4B4B;
  font-family: Lato, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  vertical-align: text-bottom;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

strong {
  font-weight: bolder;
}

address {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a,
button {
  color: inherit;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  transition: opacity 0.2s ease-in;
}
a:hover,
button:hover {
  opacity: 0.6;
}

p > a {
  text-decoration: underline;
}

a:hover,
a:active {
  outline-width: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input[type=text],
input[type=email],
textarea {
  display: inline-block;
  width: 100%;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

textarea {
  height: 8rem;
  resize: vertical;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
}

[hidden] {
  display: none;
}

/* ==========================================================================
Layout
========================================================================== */
/* header ----------------- */
.l-header {
  width: 100%;
  height: 3rem;
  background: #04316e;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (min-width: 960px) {
  .l-header {
    background: white;
  }
}

/* footer ----------------- */
.l-footer {
  width: 100%;
  margin-top: 5rem;
  background: rgb(240, 240, 240);
  clear: both;
  font-size: 0.75rem;
}
.l-footer > div {
  line-height: 1;
}
@media (max-width: 599px) {
  .l-footer {
    padding: 1rem;
    text-align: center;
  }
}
@media (min-width: 600px) {
  .l-footer {
    padding: 0 1.5rem;
    height: 3rem;
  }
  .l-footer > div {
    display: flex;
  }
}

@media (max-width: 599px) {
  .l-footer__privacy {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 600px) {
  .l-footer__privacy {
    margin-right: 1.5rem;
    line-height: 3rem;
    order: -1;
  }
}

@media (max-width: 599px) {
  .l-footer__sns {
    margin-bottom: 1.5rem;
  }
  .l-footer__sns .c-icon--sns > li ~ li {
    margin-left: 1.75rem;
  }
}
@media (min-width: 600px) {
  .l-footer__sns {
    padding: 0.625rem 0;
  }
}

.l-footer__copyright {
  color: #ccc;
}
@media (min-width: 600px) {
  .l-footer__copyright {
    margin-left: auto;
    line-height: 3rem;
  }
}

[id=scrolltop] {
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
}

/* content ----------------- */
.l-content {
  padding-top: 3rem;
}

/* glonav ----------------- */
.l-glonav {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #ccc;
  line-height: 47px;
}
.l-glonav > h1 {
  display: inline-block;
  height: 100%;
  font-size: 1.125rem;
}
.l-glonav > h1 > a {
  display: block;
  height: 100%;
  padding: 0 0.5rem;
  color: white;
  text-align: center;
  white-space: nowrap;
}
.l-glonav > ul {
  font-size: 0.875rem;
  overflow: hidden;
}
.l-glonav li {
  height: 3rem;
  line-height: 47px;
}
.l-glonav li > a {
  text-align: center;
  transition: opacity 0.2s ease-in;
}
.l-glonav li > a:hover {
  opacity: 0.6;
}
@media (max-width: 959px) {
  .l-glonav {
    height: auto;
  }
  .l-glonav > ul {
    height: 288px;
    transition: height 0.4s;
  }
  .l-glonav li {
    display: block;
    background: #04316e;
    color: white;
    overflow: hidden;
    border-top: 1px solid #ccc;
  }
  .l-glonav li > a {
    display: block;
    width: 100%;
    height: 100%;
    pading: 0 0.5rem;
  }
}
@media (min-width: 960px) {
  .l-glonav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: white;
  }
  .l-glonav > h1 {
    width: 18.75rem;
  }
  .l-glonav > h1 > a {
    background: #04316e;
  }
  .l-glonav > ul {
    display: block;
    width: 60rem;
    max-width: calc(100% - 19rem);
  }
  .l-glonav li {
    display: inline-block;
    width: 16.5%;
    height: 100%;
    vertical-align: top;
  }
  .l-glonav li::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    transform: scaleY(0.5);
  }
  .l-glonav li ~ li::before {
    background: #04316e;
  }
  .l-glonav li > a {
    display: inline-block;
    width: 99%;
    width: calc(100% - 1px);
  }
}

.l-glonav__icon {
  display: none;
}
@media (max-width: 959px) {
  .l-glonav__icon {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    padding: 0.75rem;
    position: fixed;
    top: 0;
    right: 0;
    transition: all 0.4s;
    cursor: pointer;
  }
  .l-glonav__icon div {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
  }
  .l-glonav__icon span {
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all 0.4s;
  }
  .l-glonav__icon span:nth-of-type(1) {
    top: 0;
  }
  .l-glonav__icon span:nth-of-type(2) {
    top: 11px;
  }
  .l-glonav__icon span:nth-of-type(3) {
    bottom: 0;
  }
}

[id=glonav_flg]:checked ~ .l-glonav__icon span:nth-of-type(1) {
  transform: translateY(11px) rotate(-315deg);
}
[id=glonav_flg]:checked ~ .l-glonav__icon span:nth-of-type(2) {
  opacity: 0;
}
[id=glonav_flg]:checked ~ .l-glonav__icon span:nth-of-type(3) {
  transform: translateY(-11px) rotate(315deg);
}

[id=glonav_flg] {
  display: none !important;
}
@media (max-width: 959px) {
  [id=glonav_flg]:not(:checked) ~ .l-glonav ul {
    height: 0;
    transition: height 0.4s;
  }
}

/* sidebar ----------------- */
@media (max-width: 599px) {
  .l-sidebar {
    margin: 0 0.5rem 2rem;
  }
}
@media (min-width: 600px) {
  .l-sidebar {
    float: right;
    width: 25%;
  }
}

.l-sidebar__content {
  padding: 1rem 0;
  font-size: 0.875rem;
  border-bottom: 1px solid #ccc;
}
.l-sidebar__content:first-child {
  border-top: 1px solid #ccc;
}
.l-sidebar__content > .c-title {
  margin: 0 0 0.5rem;
  padding: 0;
  font-size: inherit;
  font-weight: bolder;
}

/* ==========================================================================
Object
========================================================================== */
/* ----------------------------------------
Component
---------------------------------------- */
/* container ----------------- */
.c-container {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
}
.c-container .p-inquiry {
  width: 96%;
  margin: auto;
}
@media (min-width: 600px) {
  .c-container {
    padding: 0 1rem;
  }
}

/* title ----------------- */
.c-title--underline {
  margin: 1rem 0 2rem;
  font-size: 1.2rem;
  text-align: center;
}
.c-title--underline::after {
  content: "";
  display: block;
  width: 3.75rem;
  height: 1px;
  background: #04316e;
  margin: 0.5rem auto 0;
}
@media (max-width: 599px) {
  .c-title--underline {
    padding: 0 0.5rem;
  }
}

.p-index .c-title--underline {
  font-size: 1.4rem;
  font-weight: 300;
}

/* button ----------------- */
.c-btn {
  display: inline-block;
  min-width: 8rem;
  max-width: 100%;
  font-size: 0.875rem;
  padding: 0.5rem 1.5rem;
  text-align: center;
}

.c-btn--main {
  background: #04316e;
  color: white;
}

.c-btn--white {
  background: white;
  border: 1px solid #ccc;
}

.c-btn--red {
  background: #A8002F;
  color: white;
}

.c-btn--gray {
  background: #ccc;
  color: white;
}

.c-btn--d_gray {
  background: #04316e;
  color: white;
}

.c-btn--arrow {
  position: relative;
  padding: 0.5rem 2.5rem 0.5rem 1.5rem;
}
.c-btn--arrow::after {
  content: ">";
  display: inline-block;
  position: absolute;
  line-height: 1.6;
  right: 0.5rem;
}

.c-btn--triangle {
  position: relative;
}
.c-btn--triangle::after {
  content: "";
  width: 0;
  height: 0;
  margin-top: -0.5rem;
  border: 0.5rem solid transparent;
  border-left-color: white;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.5rem;
}

/* list ----------------- */
ul.c-list {
  list-style: none;
}

ul.c-list--default > li {
  text-indent: -1rem;
  padding-left: 1rem;
}
ul.c-list--default > li::before {
  display: inline;
  content: "・";
}

ul.c-list--attention > li {
  text-indent: -1rem;
  padding-left: 1rem;
}
ul.c-list--attention > li::before {
  display: inline;
  content: "※";
}

ul.c-list--keywords > .c-list__item {
  display: inline-block;
  margin: 0 0.2rem 0.5rem 0;
  padding: 0.1rem 0.25rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.75rem;
}
ul.c-list--keywords > .c-list__item a {
  display: block;
  width: 100%;
  height: 100%;
}

ol.c-list--default {
  list-style: none;
  counter-reset: number 0;
}
ol.c-list--default > li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
ol.c-list--default > li::before {
  counter-increment: number 1;
  content: "(" counter(number) ") ";
}

@media (min-width: 600px) {
  dl.c-list--horizontal > dt {
    clear: both;
    float: left;
  }
}

/* icon ----------------- */
.c-icon {
  display: inline-block;
  line-height: 1;
}
.c-icon img {
  width: 1em;
  height: auto;
  margin-top: -2px;
}

.c-icon--sns > li {
  display: inline-block;
  height: 100%;
}
.c-icon--sns > li ~ li {
  margin-left: 0.75rem;
}
.c-icon--sns img {
  width: 1.75rem;
  height: 1.75rem;
}
.c-icon--sns a img {
  width: 1.75rem;
  height: 1.75rem;
}

.p-profile__photo .c-icon--sns > li {
  display: inline-block;
  height: 100%;
}
.p-profile__photo .c-icon--sns > li ~ li {
  margin-left: 0.75rem;
}
.p-profile__photo .c-icon--sns img {
  width: 1.75rem;
  height: 1.75rem;
}
.p-profile__photo .c-icon--sns a img {
  width: 4rem;
  height: 2.4rem;
  max-width: 100%;
}

.p-end {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #04316e transparent transparent transparent;
}
.p-end p {
  position: absolute;
  top: -43px;
  left: 7px;
  width: 45px;
  height: 45px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  color: white;
  font-size: 0.7rem;
}

.audiojs {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 0 0 0.4rem;
  background: none;
  box-shadow: none;
  border: 2px solid #4B4B4B;
  border-radius: 18px;
  vertical-align: sub;
}
.audiojs > .play-pause {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  padding: 0px;
  border: none;
}
.audiojs > .play-pause > p {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  position: relative;
  background: none;
}
.audiojs > .play-pause > .play:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-25%) translateY(-50%);
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-left: 8px solid #4B4B4B;
  content: "";
}
.audiojs > .play-pause > .pause:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 6px;
  height: 6px;
  border-left: 2px solid #4B4B4B;
  border-right: 2px solid #4B4B4B;
  content: "";
}
.audiojs > .scrubber, .audiojs > .time {
  display: none;
}

/* form ----------------- */
.c-form {
  padding: 0.5rem;
  border-radius: 0;
  border: 1px solid #4B4B4B;
}
.c-form::-moz-placeholder {
  color: #b3b3b3;
}
.c-form::placeholder {
  color: #b3b3b3;
}
.c-form:-ms-input-placeholder {
  color: #b3b3b3;
}
.c-form::-ms-input-placeholder {
  color: #b3b3b3;
}
.c-form.u-mb1.u-w25 {
  width: 25%;
}

select.c-form {
  background: url(/wp-content/themes/nihonkakyokunami/images/form_arrow.svg) right center/2rem 2rem no-repeat;
  padding-right: 2.5rem;
}

/* ----------------------------------------
Project
---------------------------------------- */
/* index contents ----------------- */
.p-index--article {
  padding: 5rem 0;
}

.p-index--article__list > .c-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 599px) {
  .p-index--article__list > .c-container {
    margin-bottom: 3rem;
  }
}
.p-index--article__list .c-list__item {
  background: white;
  font-size: 0.875rem;
}
.p-index--article__list .c-list__item > a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-index--article__list .c-list__item img {
  width: 100%;
  height: auto;
}
.p-index--article__list .c-list__item section {
  padding: 0 0.25rem;
}
.p-index--article__list .c-list__item .c-title {
  font-size: inherit;
  font-weight: bolder;
}
.p-index--article__list .c-list__item span {
  display: block;
}
@media (max-width: 599px) {
  .p-index--article__list .c-list__item.publication img {
    width: 100%;
    height: 15rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
@media (max-width: 599px) {
  .p-index--article__list .c-list__item {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2rem;
  }
  .p-index--article__list .c-list__item .c-title {
    font-size: 1rem;
  }
}
@media (min-width: 600px) {
  .p-index--article__list {
    padding: 4rem 0 3rem;
    background: whitesmoke;
  }
  .p-index--article__list > .c-container {
    margin-bottom: 2rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .p-index--article__list .c-list__item {
    width: 23.5%;
  }
}
@media (min-width: 960px) {
  .p-index--article__list .c-list__item {
    width: 20%;
  }
}

@media (min-width: 600px) {
  .p-index--performance {
    float: left;
    width: 48%;
  }
  .p-index--performance + .r {
    float: right;
  }
}
@media (max-width: 599px) {
  .p-index--performance + .r {
    margin-top: 5rem;
  }
}

.p-index--performance__list a {
  display: block;
  overflow: hidden;
}
.p-index--performance__list section {
  overflow: hidden;
}
.p-index--performance__list .c-title {
  padding: 0;
  font-size: 1rem;
  font-weight: bolder;
}
@media (max-width: 599px) {
  .p-index--performance__list > .c-list__item {
    padding-bottom: 1rem;
  }
  .p-index--performance__list > .c-list__item.competion {
    width: 96%;
    margin: auto auto 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
  }
  .p-index--performance__list img {
    width: 40%;
    margin-right: 0.5rem;
    float: left;
  }
}
@media (min-width: 600px) {
  .p-index--performance__list > .c-list__item {
    padding: 1rem 0;
  }
  .p-index--performance__list > .c-list__item.competion {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
  }
  .p-index--performance__list > .c-list__item ~ .c-list__item {
    border-top: 1px solid #ccc;
  }
  .p-index--performance__list img {
    width: 7.5rem;
    height: 7rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    margin-right: 1.5rem;
    float: left;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .p-index--performance__list img {
    margin-right: 1rem;
  }
}

.p-index--profile {
  clear: both;
  padding-top: 5rem;
}
.p-index--profile > .c-container {
  position: relative;
}
.p-index--profile > .c-container > a {
  display: block;
  position: relative;
  width: 100%;
  height: 22rem;
  overflow: hidden;
}
.p-index--profile .c-title {
  padding: 0.2rem 0.4rem;
  font-size: 3.6rem;
  line-height: 3.6rem;
  font-weight: 200;
  background-color: white;
}
.p-index--profile p {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #04316e;
  z-index: 4;
}
@media (max-width: 599px) {
  .p-index--profile > .c-container > a {
    height: auto;
    text-align: center;
  }
  .p-index--profile .c-title {
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    text-align: center;
  }
  .p-index--profile img {
    width: 90%;
  }
  .p-index--profile p {
    width: 90%;
    margin: 1rem 5%;
    padding: 1rem;
    border-right: 0;
    border-left: 0;
    text-align: left;
  }
}
@media (min-width: 600px) {
  .p-index--profile .c-title {
    position: absolute;
    top: 0.7rem;
    right: 16rem;
    z-index: 29;
  }
  .p-index--profile img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 33;
    width: 22rem;
  }
  .p-index--profile p {
    position: absolute;
    top: 3rem;
    padding: 4rem 4rem 4rem 25.7rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .p-index--profile .c-title {
    top: 0.3rem;
    right: 7.3rem;
  }
  .p-index--profile p {
    position: absolute;
    top: 2.5rem;
    padding: 3rem 2rem 3rem 24.7rem;
  }
}

/* firstview ----------------- */
.p-fv {
  width: 100%;
  height: 100vh;
  margin-top: -3rem;
  position: relative;
}
@media (max-width: 599px) {
  .p-fv {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(/wp-content/themes/nihonkakyokunami/images/bg_main_sp.png) center top/cover no-repeat;
  }
}
@media (min-width: 600px) {
  .p-fv {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(/wp-content/themes/nihonkakyokunami/images/bg_main_pc.png) center top/cover no-repeat;
  }
}

@media (max-width: 599px) {
  .p-fv__title {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 15rem;
    left: 0;
    height: 0;
    margin: auto;
    color: white;
    font-weight: 200;
    font-size: 1.8rem;
    line-height: 1.25;
    text-align: center;
  }
  .p-fv__title span {
    display: block;
    font-weight: bold;
  }
}
@media (min-width: 600px) {
  .p-fv__title {
    height: 0;
    margin: auto;
    color: white;
    font-weight: 200;
    font-size: 3rem;
    line-height: 1.25;
    position: absolute;
    top: 0;
    bottom: 24rem;
    left: 3rem;
  }
  .p-fv__title span {
    display: block;
    font-weight: bold;
  }
}

.p-fv__next {
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
}
.p-fv__next > a {
  display: block;
  width: 100%;
  color: white;
  font-size: 0.95rem;
  line-height: 1.6;
  height: 100%;
}
.p-fv__next h2,
.p-fv__next span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.p-fv__next h2.c-title,
.p-fv__next span.c-title {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
  padding: 0;
}
@media (max-width: 599px) {
  .p-fv__next {
    width: 100%;
    left: 0;
  }
  .p-fv__next > a {
    background: url(/wp-content/themes/nihonkakyokunami/images/txt_arrow.svg) 96% center/auto 70% no-repeat;
    padding: 1rem 2rem 1rem 1rem;
    position: relative;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .p-fv__next {
    width: 100%;
    left: 0;
  }
  .p-fv__next > a {
    padding: 1.5rem 2.5rem;
  }
}
@media (min-width: 960px) {
  .p-fv__next {
    max-width: 34%;
    left: 3rem;
  }
  .p-fv__next > a {
    padding: 1.5rem 2.5rem;
  }
}

@media (max-width: 959px) {
  .p-fv__scroll {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-fv__scroll {
    width: 6rem;
    margin-left: -3rem;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0.5em;
  }
  .p-fv__scroll > a {
    color: white;
    font-size: 1.25rem;
    font-weight: 300;
  }
  .p-fv__scroll > a::after {
    content: ">";
    display: block;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: 100;
    line-height: 1;
    transform: rotate(90deg);
  }
}

.p-fv__credit {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  text-align: right;
  position: absolute;
  right: 0.25rem;
  bottom: 0.25rem;
}

/* breadcrumb ----------------- */
.p-breadcrumb {
  font-size: 0.75rem;
}
.p-breadcrumb .c-list {
  display: block;
}
.p-breadcrumb .c-list__item {
  display: inline;
}
.p-breadcrumb .c-list__item ~ .c-list__item::before {
  content: ">";
  display: inline-block;
  padding: 0 0.5rem;
}
@media (max-width: 599px) {
  .p-breadcrumb {
    padding: 1rem 0.5rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .p-breadcrumb {
    padding: 1rem;
  }
}
@media (min-width: 960px) {
  .p-breadcrumb {
    padding: 3rem 1rem 1rem;
  }
}

/* performance ----------------- */
.p-performance__list .c-list__item {
  margin-bottom: 2rem;
}
.p-performance__list a {
  display: block;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 599px) {
  .p-performance__list a {
    position: relative;
  }
}
.p-performance__list section {
  overflow: hidden;
}
.p-performance__list .c-title {
  font-size: inherit;
  font-weight: bolder;
}
.p-performance__list span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 599px) {
  .p-performance__list {
    padding: 0 0.5rem;
  }
  .p-performance__list .c-list__item {
    margin: 0;
    padding: 0 0 1rem;
  }
  .p-performance__list .c-list__item ~ .c-list__item {
    border-top: 1px solid #ccc;
    padding: 1rem 0;
  }
  .p-performance__list img {
    width: 40%;
    margin-right: 0.5rem;
    float: left;
  }
}
@media (min-width: 600px) {
  .p-performance__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-performance__list .c-list__item {
    width: 23%;
    border: 1px solid #ccc;
  }
  .p-performance__list .c-list__item:hover > a {
    opacity: inherit;
  }
  .p-performance__list .c-list__item:hover section {
    bottom: 0;
  }
  .p-performance__list a {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .p-performance__list img {
    flex: none;
  }
  .p-performance__list section {
    width: 100%;
    background: rgba(75, 75, 75, 0.75);
    color: white;
    padding: 0.5rem;
    position: absolute;
    right: 0;
    bottom: -100%;
    transition: bottom 0.4s;
  }
  .p-performance__list .c-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 4.8em;
    overflow: hidden;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .p-performance__list .c-list__item section {
    font-size: 0.9rem;
  }
}

.p-performance--single {
  overflow: hidden;
}

@media (max-width: 599px) {
  .p-performance__photo > img {
    max-width: 40%;
    height: auto;
  }
}
@media (min-width: 600px) {
  .p-performance__photo {
    width: 15rem;
    float: left;
  }
}

.p-performance__caption > dt {
  font-weight: bolder;
}
.p-performance__caption > dd {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #ccc;
}
.p-performance__caption > dd:last-child {
  border-bottom: none;
}
@media (max-width: 599px) {
  .p-performance__caption {
    padding: 1rem;
  }
}
@media (min-width: 600px) {
  .p-performance__caption {
    padding-left: 1rem;
    overflow: hidden;
  }
  .p-performance__caption > dt {
    min-width: 2rem;
  }
  .p-performance__caption > dd {
    margin-bottom: 1rem;
    padding: 0 0 1rem 3.5rem;
    border-bottom: 1px dashed #ccc;
  }
  .p-performance__caption > dd.wide {
    padding-left: 5.5rem;
  }
  .p-performance__caption > dd.last_child {
    padding-left: 7.5rem;
    border-bottom: none;
  }
  .p-performance__caption > dd.d-lead__c {
    padding: 0 0 1rem 0;
    border-bottom: 1px solid #ccc;
  }
  .p-performance__caption > dd > a {
    text-decoration: underline;
  }
}

.p-performance--sidebar a {
  display: block;
  height: 100%;
}
.p-performance--sidebar div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* profile ----------------- */
.p-profile {
  margin-bottom: 5rem;
  overflow: hidden;
}

@media (max-width: 599px) {
  .p-profile__photo > img {
    max-width: 70%;
    height: auto;
  }
  .p-profile__photo a > img {
    max-width: 70%;
    height: auto;
  }
}
@media (min-width: 600px) {
  .p-profile__photo {
    width: 15rem;
    float: left;
  }
}

.p-profile__caption p {
  margin-bottom: 1rem;
}
.p-profile__caption h3 {
  margin: 1rem -0.5rem;
  padding: 1rem 0.5rem;
  border: solid #ccc;
  border-width: 1px 0;
  font-size: 1rem;
  font-weight: bolder;
}
@media (min-width: 600px) {
  .p-profile__caption h3.profile-head_text {
    margin-top: 0;
  }
}
.p-profile__caption h4 {
  padding: 2rem 0 1rem;
  font-size: 1rem;
  font-weight: bolder;
}
.p-profile__caption img {
  display: block;
  margin: 0 auto 1rem;
}
@media (max-width: 599px) {
  .p-profile__caption {
    padding: 1rem;
  }
  .p-profile__caption h3 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .p-profile__caption {
    padding-left: 1rem;
    overflow: hidden;
  }
  .p-profile__caption img {
    max-width: 90%;
  }
}
.p-profile__caption .lesson-img {
  width: 30%;
  margin: auto 1rem 1rem auto;
  float: left;
}
@media (max-width: 599px) {
  .p-profile__caption .lesson-img {
    width: 100%;
    margin: 1rem auto;
    float: none;
  }
}

/* history ----------------- */
.p-history .c-list--horizontal dd:not(:last-child) {
  margin-bottom: 1rem;
  border-bottom: 1px dashed #ccc;
}
@media (max-width: 599px) {
  .p-history .c-list--horizontal dt {
    padding: 0 1rem;
  }
  .p-history .c-list--horizontal dd {
    padding: 0 1rem 1rem;
  }
}
@media (min-width: 600px) {
  .p-history .c-list--horizontal dt {
    padding: 0 1rem 1rem;
  }
  .p-history .c-list--horizontal dd {
    padding: 0 0 1rem 7rem;
  }
}

/* article ----------------- */
.main_image {
  position: relative;
  overflow: hidden;
  z-index: 7;
  margin-bottom: 3rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main_image.lesson {
  height: 13rem;
  background-image: url(/wp-content/themes/nihonkakyokunami/images/bg_c_main.png);
}
@media (max-width: 599px) {
  .main_image.lesson {
    height: 9rem;
  }
}
.main_image .c-title_img {
  width: 100%;
  margin: auto;
  text-align: center;
  color: white;
}
@media (max-width: 599px) {
  .main_image .c-title_img {
    font-size: 1.5rem;
  }
}

.p-article__list .c-list__item {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.p-article__list .c-list__item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.p-article__list .c-list__item > a {
  display: block;
}
@media (max-width: 959px) {
  .p-article__list .c-list__item > a img {
    width: 100%;
  }
}
.p-article__list .c-title {
  font-size: 1rem;
  font-weight: bolder;
}
.p-article__list .c-title.compe_list__title {
  font-size: 1.2rem;
  font-weight: normal;
}
@media (max-width: 599px) {
  .p-article__list {
    padding: 0 0.5rem;
  }
  .p-article__list .c-list__item.disc-item img {
    display: block;
    width: 45%;
    margin: 2rem auto;
  }
  .p-article__list section > span {
    display: block;
    margin: 0.25rem 0;
    font-size: 0.875rem;
  }
  .p-article__list section > p {
    font-size: 0.875rem;
  }
}
@media (min-width: 600px) {
  .p-article__list.disc-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 98%;
    margin: 3rem auto auto;
  }
  .p-article__list .c-list__item {
    overflow: hidden;
  }
  .p-article__list .c-list__item.disc-item {
    width: 48%;
  }
  .p-article__list .c-list__item.disc-item img {
    width: 7.5rem;
  }
  .p-article__list img {
    width: 12.5rem;
    height: auto;
    margin-right: 1rem;
    float: left;
  }
  .p-article__list section {
    overflow: hidden;
  }
  .p-article__list section .d_lead {
    font-size: 0.9rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .p-article__list .c-list__item .thumb_a_wrap img {
    width: 60%;
    height: auto;
    display: block;
    float: none;
    margin: auto auto 1rem;
  }
  .p-article__list .c-list__item .thumb_a_wrap .section_wrap {
    overflow: unset;
  }
}
.p-article__list .lesson-title {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.p-article__list .lesson-outline {
  width: 100%;
  border-spacing: 0 0.5rem;
}
.p-article__list .lesson-outline th, .p-article__list .lesson-outline td {
  vertical-align: middle;
}
.p-article__list .lesson-outline th b, .p-article__list .lesson-outline td b {
  font-weight: normal;
}
.p-article__list .lesson-outline th {
  padding: 0.8rem 0.4rem;
  font-weight: normal;
  background-color: rgb(240, 240, 240);
}
@media (min-width: 600px) {
  .p-article__list .lesson-outline th {
    width: 15%;
    font-size: 0.9rem;
    text-align: center;
  }
  .p-article__list .lesson-outline td {
    width: 35%;
    padding-left: 1rem;
  }
}
@media (max-width: 599px) {
  .p-article__list .lesson-outline tr, .p-article__list .lesson-outline th, .p-article__list .lesson-outline td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .p-article__list .lesson-outline th {
    padding: 0.5rem 0.2rem;
  }
  .p-article__list .lesson-outline td {
    padding: 0.5rem 0.2rem;
  }
}
.p-article__list .lesson-btn {
  margin: 3rem auto 1rem;
  text-align: center;
}
.p-article__list .lesson-btn .lesson-btn_a, .p-article__list .lesson-btn .lesson-btn_s {
  height: 2rem;
  line-height: 2rem;
  padding: 0.7rem 3rem;
  background-color: #04316e;
  color: white;
}
.p-article__list .lesson-btn .lesson-btn_s {
  background-color: #ccc;
  color: white;
}
.p-article__list .lesson-cap .lesson-cap_p {
  width: 15%;
  padding: 0.5rem 0.8rem;
  font-weight: normal;
  background-color: rgb(240, 240, 240);
  text-align: center;
}
@media (max-width: 599px) {
  .p-article__list .lesson-cap .lesson-cap_p {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
  }
}

.lesson_text {
  width: 100%;
  margin: auto;
}
@media (max-width: 599px) {
  .lesson_text {
    width: 98%;
  }
}
.compe_list__wrap {
  width: 100%;
  margin: 3rem auto auto;
}
@media (max-width: 599px) {
  .compe_list__wrap {
    width: 98%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .compe_list__wrap {
    width: 98%;
  }
}

@media (min-width: 600px) {
  .p-article--single {
    width: 71%;
    float: left;
  }
}

.p-article__header {
  margin-bottom: 2rem;
  padding: 1rem 0.5rem;
  border: solid #262626;
  border-width: 1px 0;
}
.p-article__header .c-title {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
@media (max-width: 599px) {
  .p-article__header {
    margin: 0 0.5rem 2rem;
    padding: 0.5rem 0;
  }
}
@media (min-width: 600px) {
  .p-article__header .c-list--keywords {
    display: none;
  }
}

.p-article__eyecatch {
  margin-bottom: 2rem;
}
.p-article__eyecatch > img {
  width: 100%;
  height: auto;
}
@media (max-width: 599px) {
  .p-article__eyecatch {
    margin: 0 0.5rem 2rem;
  }
}

.p-article__body {
  padding: 0 0.5rem;
}
.p-article__body p {
  margin-bottom: 1rem;
}
.p-article__body h3 {
  margin: 1rem -0.5rem;
  padding: 1rem 0.5rem;
  border: solid #ccc;
  border-width: 1px 0;
  font-size: 1rem;
  font-weight: bolder;
}
.p-article__body h4 {
  padding: 2rem 0 1rem;
  font-size: 1rem;
  font-weight: bolder;
}
.p-article__body img {
  display: block;
  margin: 0 auto 1rem;
}
.p-article__body iframe {
  width: 100%;
  padding-bottom: 0%;
}
@media (min-width: 960px) {
  .p-article__body iframe {
    height: 500px;
    min-height: 460px;
  }
}
@media (max-width: 599px) {
  .p-article__body h3 {
    margin-left: 0;
    margin-right: 0;
  }
  .p-article__body iframe {
    margin-bottom: -25%;
    padding-bottom: 25%;
  }
}
@media (min-width: 600px) {
  .p-article__body img {
    max-width: 90%;
  }
}

.p-article__footer {
  padding: 2rem 0.5rem;
}
@media (max-width: 599px) {
  .p-article__footer .c-icon--sns {
    text-align: center;
  }
  .p-article__footer .c-list--keywords {
    display: none;
  }
}

.overview table {
  width: 100%;
}
.overview table .l {
  width: 26%;
  padding: 1.4rem 2%;
  font-weight: bold;
  text-align: center;
  background-color: #f1f8ff;
}
.overview table .r {
  width: 64%;
  padding: 1.4rem 3%;
}
.overview table .r.ceoimg > img {
  width: 40%;
  height: auto;
}
.overview .timestamp {
  margin-top: 0.5rem;
  margin-bottom: 3rem;
  padding-top: 1rem;
  border-top: 1px solid rgb(240, 240, 240);
  text-align: right;
}
.overview .greetings {
  margin-top: 1.5rem;
}
.overview .greetings .officer_img {
  width: 15rem;
  height: auto;
  float: left;
  margin: auto 1rem 1rem auto;
}
.overview .history_list {
  list-style-type: none;
}
.overview .history_list > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 1rem 2rem;
  font-size: 1.1rem;
}
.overview .history_list > li:nth-of-type(odd) {
  background-color: #f1f8ff;
}
.overview .history_list > li .year {
  width: 22%;
  margin-right: 2%;
  margin-bottom: 0;
}
.overview .history_list > li .event {
  width: 76%;
  margin-bottom: 0;
}
.overview .nav_button {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin: 2rem auto;
}
.overview .nav_button > a {
  display: block;
  width: 25%;
  margin-right: 2rem;
  padding: 0.7rem 1rem;
  text-align: center;
  border: 1px solid #04316e;
  background-color: #f1f8ff;
  border-radius: 0.8rem;
}
@media (max-width: 599px) {
  .overview table {
    display: block;
  }
  .overview table tbody, .overview table tr, .overview table td {
    display: block;
  }
  .overview table .l {
    width: 100%;
    padding: 0.6rem 0.5rem;
    text-align: left;
    box-sizing: border-box;
  }
  .overview table .r {
    width: 100%;
    padding: 1rem 0.5rem;
    box-sizing: border-box;
  }
  .overview .greetings {
    margin-top: 1.5rem;
  }
  .overview .greetings .officer_img {
    display: block;
    width: 10rem;
    height: auto;
    float: none;
    margin: 1rem auto;
  }
  .overview .history_list > li {
    padding: 1rem 0.3rem;
    font-size: 1rem;
  }
  .overview .history_list > li .year {
    width: 100%;
    margin: auto;
    font-weight: bold;
  }
  .overview .history_list > li .event {
    width: 100%;
  }
  .overview .nav_button > a {
    width: 46%;
    margin-right: auto;
    padding: 0.6rem 0.4rem;
    font-size: 1rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .overview table .l {
    width: 18%;
    padding: 0.8rem 2%;
  }
  .overview table .r {
    width: 74%;
    padding: 0.8rem 2%;
  }
  .overview .greetings {
    margin-top: 1.5rem;
  }
  .overview .greetings .officer_img {
    width: 10rem;
    height: auto;
    float: left;
    margin: auto 1rem 1rem auto;
  }
  .overview .history_list > li {
    padding: 1rem 0.5rem;
    font-size: 1rem;
  }
  .overview .history_list > li .year {
    width: 25%;
    margin-right: 2%;
    text-align: left;
  }
  .overview .history_list > li .event {
    width: 73%;
  }
}

.competition_wrap {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 599px) {
  .competition_wrap {
    width: 98%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .competition_wrap {
    width: 98%;
  }
}
.competition_wrap > h3 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  background-color: #f1f8ff;
  color: #04316e;
  padding: 0.3rem 0.5rem;
}
.competition_wrap > h3.t_first {
  margin-top: 0;
}
.competition_wrap .btn_pdf {
  display: inline-block;
  width: auto;
  margin: auto auto auto 0;
  padding: 1rem 2rem;
  border: 1px solid #04316e;
  background-color: #f1f8ff;
  text-decoration: none;
}
.competition_wrap .lesson-btn {
  margin-top: 2rem;
  text-align: center;
}
.competition_wrap .lesson-btn .lesson-btn_a {
  display: inline-block;
  width: auto;
  padding: 1rem 3rem;
  color: white;
  background-color: #04316e;
  text-decoration: none;
}
.competition_wrap .lesson-btn .lesson-btn_s {
  display: inline-block;
  width: auto;
  margin: auto auto auto 0;
  padding: 1rem 4rem;
  color: white;
  background-color: #ccc;
  text-decoration: none;
}
@media (max-width: 599px) {
  .competition_wrap .lesson-btn .lesson-btn_s {
    margin: auto auto auto 0;
  }
}
.competition_wrap .related_article {
  width: 72.5rem;
  margin: auto;
}
.competition_wrap .related_article .related_article_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style-type: none;
}
.competition_wrap .related_article .related_article_lists > li {
  width: 20%;
  margin-right: 2%;
  padding-bottom: 0.8rem;
  margin-bottom: 1.875rem;
  text-align: center;
}
.competition_wrap .related_article .related_article_lists > li:nth-of-type(3n) {
  margin-right: 0;
}
.competition_wrap .related_article .related_article_lists > li img {
  width: 100%;
  height: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.competition_wrap .related_article .related_article_lists > li h4 {
  font-size: 0.9rem;
  text-align: left;
}
@media (max-width: 599px) {
  .competition_wrap .related_article {
    width: 98%;
    margin: 4rem auto auto;
  }
  .competition_wrap .related_article .related_article_lists > li {
    width: 100%;
    margin: auto auto 2rem;
    list-style-type: none;
  }
  .competition_wrap .related_article .related_article_lists > li:nth-of-type(4n) {
    margin-right: auto;
  }
  .competition_wrap .related_article .related_article_lists > li img {
    height: 15.3rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .competition_wrap .related_article {
    width: 98%;
    margin: 4rem auto auto;
  }
  .competition_wrap .related_article .related_article_lists > li {
    width: 30%;
  }
  .competition_wrap .related_article .related_article_lists > li img {
    height: 8rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

/* pager ----------------- */
.p-pager {
  margin: 1rem auto;
  line-height: 2;
}
.p-pager a {
  display: block;
  color: white;
  background: #ccc;
}
.p-pager .p-pager__prev,
.p-pager .p-pager__next {
  display: inline-block;
  width: 3rem;
  margin-bottom: 0.5rem;
}

.p-pager__list {
  display: inline-block;
}
.p-pager__list .c-list__item {
  display: inline-block;
  width: 1.75rem;
  margin: 0 0.25rem 0.5rem;
}
.p-pager__list .c-list__item.is-current {
  border: 1px solid #ccc;
}

.p-pager--single .c-title {
  margin-bottom: 0.25rem;
  font-size: inherit;
  font-weight: bolder;
}
@media (max-width: 599px) {
  .p-pager--single {
    padding: 0.5rem;
  }
  .p-pager--single .p-pager__prev,
  .p-pager--single .p-pager__next {
    padding: 0.5rem 0;
  }
  .p-pager--single .p-pager__next {
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 600px) {
  .p-pager--single {
    display: flex;
    margin: 0 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid #ccc;
  }
  .p-pager--single .p-pager__prev,
  .p-pager--single .p-pager__next {
    width: 50%;
    padding: 0 0.5rem 0 0;
  }
  .p-pager--single .p-pager__next {
    order: 1;
    padding: 0 0 0 0.5rem;
    text-align: right;
    border-left: 1px solid #ccc;
  }
}

/* inquiry ----------------- */
.p-inquiry .mw_wp_form_confirm dd p, .p-inquiry .mw_wp_form_preview dd p {
  margin: 0.5rem 0 0 0;
  min-height: 1.5rem;
  height: auto;
}
.p-inquiry dl.c-list--horizontal dt {
  padding: 0;
}
.p-inquiry dl.c-list--horizontal dt .and_t {
  display: block;
  font-size: 0.8rem;
  line-height: 1rem;
}
@media (max-width: 599px) {
  .p-inquiry dl.c-list--horizontal dt {
    background-color: #f1f8ff;
    margin-bottom: 0.5rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    font-weight: bold;
  }
}
.p-inquiry dl.c-list--horizontal dd {
  padding: 0 0 1rem;
}
.p-inquiry em.u-red {
  display: block;
  height: 1rem;
  font-size: 10px;
  line-height: 1;
  vertical-align: top;
  font-style: normal;
}
.p-inquiry .is-required::after {
  content: "必須";
  display: inline;
  margin-left: 0.5rem;
  color: #A8002F;
  font-size: 10px;
  line-height: 1;
}
.p-inquiry .form_lead {
  margin: 3rem auto 2rem;
  padding: 1rem;
  box-sizing: border-box;
  border-top: 1px solid #04316e;
  border-bottom: 1px solid #04316e;
}
.p-inquiry .competitile {
  margin: auto auto 2rem;
  padding: 1rem;
  box-sizing: border-box;
  background-color: #04316e;
  color: white;
}
@media (min-width: 600px) {
  .p-inquiry dl.c-list--horizontal dt {
    padding-top: 1.5rem;
    padding-right: 0.5rem;
    width: 16rem;
  }
  .p-inquiry dl.c-list--horizontal dd {
    padding-top: 1rem;
    padding-bottom: 0;
    padding-left: 16rem;
  }
  .p-inquiry dl.c-list--horizontal dt.divide + dd {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
  }
  .p-inquiry dl.c-list--horizontal dt.close {
    padding-top: 0.5rem;
  }
  .p-inquiry dl.c-list--horizontal dt.close + dd {
    padding-top: 0;
  }
}
@media (max-width: 599px) {
  .p-inquiry dl.c-list--horizontal dt, .p-inquiry dl.c-list--horizontal dd {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-inquiry input.u-mb1 {
    margin-bottom: 0;
  }
  .p-inquiry .mw_wp_form_confirm dt, .p-inquiry .mw_wp_form_confirm dd, .p-inquiry .mw_wp_form_preview dt, .p-inquiry .mw_wp_form_preview dd {
    padding: 0.5rem;
  }
  .p-inquiry .mw_wp_form_confirm dd, .p-inquiry .mw_wp_form_preview dd {
    border-top: 1px dotted #4B4B4B;
    border-bottom: 1px solid #4B4B4B;
  }
  .p-inquiry .mw_wp_form_confirm dd p, .p-inquiry .mw_wp_form_preview dd p {
    margin: 0.5rem 0 0.5rem 0;
    line-height: 1.5rem;
  }
  .p-inquiry #mw_wp_form_mw-wp-form-78 {
    width: 98%;
    margin: auto;
  }
}
@media (min-width: 960px) {
  .p-inquiry dl.c-list--horizontal dt {
    padding-left: 2rem;
  }
  .p-inquiry dl.c-list--horizontal dd {
    padding-right: 2rem;
  }
}

.c-form .u-mb1 .u-w25 {
  width: 25%;
}

.p-inquiry.complete dl.c-list--horizontal dt .and_t, .p-inquiry.confirm dl.c-list--horizontal dt .and_t {
  display: none;
}

.privacy_wrap {
  display: block;
  width: 85%;
  margin: 5% auto 0;
}
.privacy_wrap li {
  line-height: 2rem;
  font-size: 1rem;
  list-style: none;
}
.privacy_wrap li a {
  line-height: 2rem;
  font-size: 1rem;
}
.privacy_wrap li > ul {
  margin-left: 10px;
}
@media (max-width: 599px) {
  .privacy_wrap {
    width: 96%;
  }
  .privacy_wrap li {
    line-height: 1.6rem;
    font-size: 1rem;
  }
  .privacy_wrap li a {
    line-height: 1.6rem;
    font-size: 1rem;
  }
}

.privacy_bdr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 85%;
  margin: 3% auto 0;
  padding: 20px 0;
}
.privacy_bdr > p {
  line-height: 2rem;
  font-size: 1rem;
}
.privacy_bdr > p a {
  line-height: 2rem;
  font-size: 1rem;
  vertical-align: baseline;
  text-decoration: underline;
}
@media (max-width: 599px) {
  .privacy_bdr {
    width: 96%;
    margin: 5% auto 0;
  }
  .privacy_bdr p {
    line-height: 1.6rem;
    font-size: 1rem;
  }
  .privacy_bdr p a {
    line-height: 1.6rem;
    font-size: 1rem;
  }
}

@media (max-width: 959px) {
  .form_btn_wrap {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
}

/* ----------------------------------------
Utility
---------------------------------------- */
.u-small {
  font-size: 0.75rem;
}

.u-red {
  color: #A8002F;
}

.u-lato {
  font-family: Lato;
}

.u-w25 {
  width: 25%;
}

.u-w50 {
  width: 50%;
}

.u-w75 {
  width: 75%;
}

.u-w100 {
  width: 100%;
}

.u-tal {
  text-align: left;
}

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

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

.u-mt1 {
  margin-top: 16px;
}

.u-mb1 {
  margin-bottom: 16px;
}

.u-ml1 {
  margin-left: 16px;
}

.u-mr1 {
  margin-right: 16px;
}

.u-my1 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.u-mx1 {
  margin-left: 16px;
  margin-right: 16px;
}

.u-pt1 {
  padding-top: 16px;
}

.u-pb1 {
  padding-bottom: 16px;
}

.u-pl1 {
  padding-left: 16px;
}

.u-pr1 {
  padding-right: 16px;
}

.u-py1 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.u-px1 {
  padding-left: 16px;
  padding-right: 16px;
}

.u-mt2 {
  margin-top: 32px;
}

.u-mb2 {
  margin-bottom: 32px;
}

.u-ml2 {
  margin-left: 32px;
}

.u-mr2 {
  margin-right: 32px;
}

.u-my2 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.u-mx2 {
  margin-left: 32px;
  margin-right: 32px;
}

.u-pt2 {
  padding-top: 32px;
}

.u-pb2 {
  padding-bottom: 32px;
}

.u-pl2 {
  padding-left: 32px;
}

.u-pr2 {
  padding-right: 32px;
}

.u-py2 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.u-px2 {
  padding-left: 32px;
  padding-right: 32px;
}

.u-bg--lightgray {
  background: rgb(240, 240, 240);
}

@media (max-width: 599px) {
  .u-hide--sp {
    display: none;
  }
  .u-show--tab {
    display: none;
  }
}
@media (min-width: 600px) {
  .u-show--sp {
    display: none;
  }
}
@media (min-width: 960px) {
  .u-hide--pc {
    display: none;
  }
  .u-show--tab {
    display: none;
  }
}
@media (max-width: 959px) {
  .u-show--pc {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .u-hide--tab {
    display: none;
  }
}
.flt-l {
  float: left;
}

.flt-r {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */