@charset "UTF-8";
@import "https://cdn.jsdelivr.net/npm/yakuhanjp@2.0.0/dist/css/yakuhanjp.min.css";
@import "https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese";
@import "https://fonts.googleapis.com/css?family=Montserrat:700&display=swap";
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";

/* ============================================================ */
/*  1. ベース（旧 assets/css/style.css・2019年ビルド由来を整形）      */
/* ============================================================ */

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

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

button {
  overflow: visible;
}

details {
  display: block;
}

input[type=number] {
  width: auto;
}

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

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

main {
  display: block;
}

summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

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

* {
  font-size: inherit;
  line-height: inherit;
}

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

*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  box-sizing: border-box;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

html {
  color: #000;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

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

nav ol,
nav ul {
  list-style: none;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
  background: #FFF;
}

body {
  color: #333;
  background: #FFF;
  word-wrap: break-word;
  font-size: 1rem;
  font-family: YakuHanJP, Noto Sans JP, -apple-system, BlinkMacSystemFont, Helvetica Neue, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  letter-spacing: .1em;
}

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

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  color: #0b318f;
}

p {
  margin-top: 1rem;
}

ol {
  padding-left: 1em;
}

.l-header {
  z-index: 999;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  border-bottom: 1px solid #eee;
}

.l-header__inner {
  margin: 0 auto;
}

.l-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

.l-section {
  width: 100%;
  padding: 5rem 0;
}

.l-section__inner {
  max-width: 1312px;
  padding: 0 1rem;
  margin: 0 auto;
}

.l-wrapper {
  position: relative;
}

.l-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

.c-accordion__item {
  margin-bottom: 1rem;
  line-height: 1.5;
}

.c-accordion__btn {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 1rem;
  background: #FFF;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 700;
  border: 1px solid #efe1b6;
}

.c-accordion__btn>.icon {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #0b318f;
}

.c-accordion__btn>.text {
  padding: 0 1rem;
  padding-right: 1.5rem;
}

.c-accordion__btn:after {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  line-height: 1;
  font-family: fontAwesome, sans-serif;
  font-style: normal;
  font-weight: 400;
  content: "\f067";
  color: #CCC;
  font-size: 1.5rem;
  transition: .3s;
}

.c-accordion__btn.is-active {
  background: #efe1b6;
  border-bottom: 1px solid #f3eddc;
}

.c-accordion__btn.is-active:after {
  content: "\f068";
  color: #FFF;
  transform: rotate(180deg);
  transform-origin: 50% 25%;
}

.c-accordion__body {
  padding: 1rem;
  background: #efe1b6;
}

.c-badge {
  background: #816008;
  color: #FFF;
  border-radius: 3px;
  padding: 0 1em;
  font-size: .75rem;
}

.c-breadcrumb {
  border-bottom: 1px solid #eee;
  background: #FFF;
  font-size: .75rem;
}

.c-breadcrumb__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: .5rem 1rem;
}

.c-breadcrumb a {
  text-decoration: none;
  color: #333;
}

.c-btn {
  display: inline-block;
  width: 320px;
  height: 4rem;
  line-height: 4rem;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
}

.c-btn.-small {
  width: auto;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
  font-size: .875rem;
}

.c-btn.-primary {
  background: #0b318f;
  color: #FFF;
}

.c-btn.-secondary {
  background: #f08300;
  color: #FFF;
}

.c-btn.-hasArrow:after {
  line-height: 1;
  font-family: fontAwesome, sans-serif;
  font-style: normal;
  font-weight: 400;
  content: "\f105";
  display: inline-block;
  padding-left: .25rem;
}

.c-btn.-mail:before {
  line-height: 1;
  font-family: fontAwesome, sans-serif;
  font-style: normal;
  font-weight: 400;
  content: "\f0e0";
  display: inline-block;
  padding-right: .25rem;
}

.c-btn.phone:before {
  line-height: 1;
  font-family: fontAwesome, sans-serif;
  font-style: normal;
  font-weight: 400;
  content: "\f0e0";
  display: inline-block;
  padding-right: .25rem;
}

.c-btn.-pdf:before {
  line-height: 1;
  font-family: fontAwesome, sans-serif;
  font-style: normal;
  font-weight: 400;
  content: '\f1c1';
  display: inline-block;
  padding-right: .25rem;
}

.c-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}

.c-card__head {
  -ms-flex: none;
  flex: none;
}

.c-card__head>img {
  width: 100%;
  height: auto;
}

.c-card__body {
  padding: 1rem;
}

.c-card__title {
  margin-bottom: 1em;
}

.c-card__text {
  margin-bottom: 1rem;
}

.c-card.-rev {
  -ms-flex-direction: row;
  flex-direction: row;
}

.c-card.-rev>.c-card__head {
  width: 50%;
}

input[type=text],
input[type=url],
input[type=tel],
input[type=password],
input[type=email],
textarea {
  outline: none;
  display: inline-block;
  background: #f9f8f2;
  border: 1px solid #e6e1c8;
  -webkit-appearance: none;
  border-radius: 3px;
  padding: .5rem;
  transition: all .3s;
}

input[type=text].-full,
input[type=url].-full,
input[type=tel].-full,
input[type=password].-full,
input[type=email].-full,
textarea.-full {
  width: 100%;
}

input[type=text].-middle,
input[type=url].-middle,
input[type=tel].-middle,
input[type=password].-middle,
input[type=email].-middle,
textarea.-middle {
  width: 50%;
}

input[type=text]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
  box-shadow: 0 0 .25rem #f08300;
  border: 1px solid #f08300;
}

.wpcf7-form-control-wrap.content {
  position: relative;
}

.wpcf7-form-control-wrap.content:before {
  z-index: 1;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  line-height: 1;
  font-family: fontAwesome, sans-serif;
  font-style: normal;
  font-weight: 400;
  content: "\f107";
  font-size: 1.25em;
  color: #000;
  pointer-events: none;
}

select {
  text-overflow: '';
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: .5rem;
  border: 1px solid #e6e1c8;
  background: #f9f8f2;
  width: 100%;
  border-radius: 3px;
  padding-right: 2rem;
  margin-top: .5rem;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

.c-form {
  width: 100%;
}

.c-form__required {
  display: inline-block;
  margin-right: .5rem;
  padding: 0 .25rem;
  background: #e83217;
  color: #FFF;
  font-size: .75rem;
  border-radius: 2px;
}

.c-form__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}

.c-form__title {
  width: 20%;
  font-weight: 700;
}

.c-form__body {
  width: 80%;
  margin-top: .5rem;
}

.c-form__bottom {
  text-align: center;
  margin-top: 2rem;
}

.c-form__box {
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 .5rem;
}

.c-form__box:last-child {
  padding: 0;
}

.c-form__box>.title {
  padding-right: .5rem;
  font-weight: 700;
}

.c-form__privacy {
  width: 70%;
  margin: 2rem auto;
  padding: 1rem;
  border: 1px solid #CCC;
}

#form label.error {
  display: block;
  font-size: .75em;
  color: #f00;
}

input[type=text],
input[type=url],
input[type=tel],
input[type=password],
input[type=email],
textarea {
  width: 100%;
  margin-top: .5rem;
}

input[type=submit] {
  -webkit-appearance: none;
}

.wpcf7-form-control.wpcf7-submit {
  background: #0b318f;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}

span.required {
  display: inline-block;
  background: #f08300;
  color: #FFF;
  padding: 0 1em;
  font-size: .75rem;
  font-weight: 700;
}

label {
  font-weight: 700;
}

.contact-footer {
  padding-top: 2rem;
  text-align: center;
}

.c-gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.c-gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}

.c-grid--top {
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-grid--middle {
  -ms-flex-align: center;
  align-items: center;
}

.c-grid--bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-grid--stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-grid--baseline {
  -ms-flex-align: baseline;
  align-items: baseline;
}

.c-grid--left {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-grid--center {
  -ms-flex-pack: center;
  justify-content: center;
}

.c-grid--right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-grid--between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-grid__item--1of12 {
  width: 8.33333%;
}

.c-grid__item--2of12 {
  width: 16.66667%;
}

.c-grid__item--3of12 {
  width: 25%;
}

.c-grid__item--4of12 {
  width: 33.33333%;
}

.c-grid__item--5of12 {
  width: 41.66667%;
}

.c-grid__item--6of12 {
  width: 50%;
}

.c-grid__item--7of12 {
  width: 58.33333%;
}

.c-grid__item--8of12 {
  width: 66.66667%;
}

.c-grid__item--9of12 {
  width: 75%;
}

.c-grid__item--10of12 {
  width: 83.33333%;
}

.c-grid__item--11of12 {
  width: 91.66667%;
}

.c-grid__item--12of12 {
  width: 100%;
}

.c-grid--gutters {
  margin: -1%;
  margin-top: 0;
  margin-bottom: 0;
}

.c-grid--gutters>.c-grid__item {
  padding: 1%;
}

.c-heading {
  position: relative;
  font-weight: 700;
  margin: 1em 0;
}

.c-heading.-xl {
  font-size: 3rem;
}

.c-heading.-l {
  font-size: 2rem;
}

.c-heading.-m {
  font-size: 1.5rem;
}

.c-heading.-s {
  font-size: 1.25rem;
}

.c-heading.-primary {
  color: #0b318f;
}

.c-heading.-leftborder {
  border-left: 3px solid;
  padding-left: 1em;
}

.c-link {
  text-decoration: none;
  color: #f08300;
  font-weight: 700;
}

.c-link:hover {
  text-decoration: underline;
}

.c-link.-external:before {
  padding-right: .25em;
  display: inline-block;
  line-height: 1;
  font-family: fontAwesome, sans-serif;
  font-style: normal;
  font-weight: 400;
  content: '\f08e';
  color: #999;
}

.c-link.-download:before {
  padding-right: .25em;
  display: inline-block;
  line-height: 1;
  font-family: fontAwesome, sans-serif;
  font-style: normal;
  font-weight: 400;
  content: '\f019';
  color: #999;
}

.c-tab__list {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
}

.c-tab__item {
  padding: .5rem 1rem;
  text-align: center;
  background: #CCC;
  border-radius: 3px 3px 0 0;
  transition: .3s;
}

.c-tab__panel {
  padding: 1rem;
  border: 1px solid #CCC;
}

.js-tabBtn {
  cursor: pointer;
}

.js-tabBtn.is-active {
  background-color: #0b318f;
  color: #FFF;
  cursor: inherit;
}

.js-tabPanel {
  display: none;
}

.js-tabPanel.is-active {
  display: block;
}

.c-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #CCC;
}

.c-table tr {
  border-bottom: 1px solid #ccc;
}

.c-table th {
  width: 20%;
  padding: 1rem;
  text-align: left;
  vertical-align: top;
}

.c-table td {
  width: 80%;
  padding: 1rem;
}

.p-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.p-header__logo {
  width: 240px;
  height: auto;
}

.p-header__logo>a {
  width: 100%;
  height: 100%;
}

.p-gnav__list {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  height: 5rem;
}

.p-gnav__item {
  position: relative;
  height: 100%;
  font-size: .875rem;
  font-weight: 700;
  width: 11rem;
}

.p-gnav__item:hover {
  background: #0b318f;
  color: #FFF;
}

.p-gnav__item>a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333;
  padding: 0 1rem;
}

.p-gnav__item.-contact {
  background: #f08300;
}

.p-gnav__item.-contact>a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF;
}

.p-gnav__second {
  position: absolute;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease;
  list-style-type: none;
  font-size: .875rem;
}

.p-gnav__second>li {
  position: relative;
  text-align: left;
}

.p-gnav__second>li>a {
  display: inline-block;
  width: 100%;
  padding: .5rem 1rem;
  color: #FFF;
  text-decoration: none;
  background: #0b318f;
}

.p-gnav__second>li>a:hover {
  background: rgba(11, 49, 143, .8);
}

.p-menuBtn {
  display: none;
  /* div から button にしたので UA 由来の装飾を打ち消す（特に iOS Safari）。
     border / padding は sanitize が全要素に対して 0 にしている。 */
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

/* フォーカスリングをボタンの内側に描く。
   既定のリングは要素の外側に出るため、左隣の .p-btnContact（#f08300）の上に
   白帯が乗り、コントラストが 2.6:1 に落ちて A11Y.md の非テキスト基準 3:1 を
   下回っていた。内側に入れれば四辺とも自前の背景 #0b318f の上に乗り 11.4:1 になる。
   濃紺とオレンジの両方に対して 3:1 を満たす無彩色は存在しないため、
   「隣に乗せない」形で解決している。 */
/* :focus-visible 単体で書くと、非対応ブラウザではルールごと無効になり
   UA 既定のリング（＝オレンジに 2.6:1 で乗る状態）へ逆戻りする。
   :focus で当てておき、対応ブラウザでのみマウス操作時に外す形にすると、
   非対応ブラウザでも同じリングが出る（代償はマウス時にも出ること）。 */
.p-menuBtn:focus {
  outline: 3px solid #fff;
  outline-offset: -6px;
}

.p-menuBtn:focus:not(:focus-visible) {
  outline: none;
}

.p-menuBtn.is-active>span:nth-child(1) {
  transform: rotate(135deg) translateX(-50%) translateY(-50%);
  transform-origin: 0;
  margin-top: 0;
}

.p-menuBtn.is-active>span:nth-child(2) {
  background: transparent;
}

.p-menuBtn.is-active>span:nth-child(3) {
  transform: rotate(-135deg) translateX(-50%) translateY(-50%);
  transform-origin: 0;
  margin-top: 0;
}

.p-btnContact {
  display: none;
  text-decoration: none;
}

.p-gnav__item:nth-child(2)>a {
  cursor: auto;
}

.p-gnav__item:hover>a {
  color: #FFF;
}

.p-mv {
  z-index: 3;
  position: relative;
  width: 100%;
  height: 608px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-mv--01 {
  background-image: url(../images/mv01.jpg);
}

.p-mv--02 {
  background-image: url(../images/mv02.jpg);
}

.p-mv--03 {
  background-image: url(../images/mv03.jpg);
}

.p-mv--04 {
  background-image: url(../images/mv04.jpg);
}

.p-mv:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.p-mv__catch {
  z-index: 2;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}

.p-section__title {
  text-align: center;
}

.p-section__title>.ja {
  font-size: 3rem;
}

.p-section__title>.en {
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  color: #0b318f;
}

.p-pickup {
  z-index: 3;
  position: relative;
  top: -7rem;
  max-width: calc(1280px + 2rem);
  padding: 0 1rem;
  margin: 0 auto;
}

.p-pickup__inner {
  width: 100%;
}

.p-pickup__list {
  position: relative;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  padding: .5rem .25%;
  background: #FFF;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .02), 0 6.7px 5.3px rgba(0, 0, 0, .028), 0 12.5px 10px rgba(0, 0, 0, .035), 0 22.3px 17.9px rgba(0, 0, 0, .042), 0 41.8px 33.4px rgba(0, 0, 0, .05), 0 100px 80px rgba(0, 0, 0, .07);
}

.p-pickup__item {
  width: 33.333%;
  padding: 0 .25%;
}

.p-pickup__item>a {
  position: relative;
  display: inline-block;
  width: 100%;
}

.p-pickup__title {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  white-space: nowrap;
}

.p-pickup__title>.ja {
  line-height: 1.1;
  color: #0b318f;
}

.p-pickup__title>.en {
  font-family: Montserrat, sans-serif;
  color: #816008;
}

.p-pickupSp {
  display: none;
}

.p-top__wrap {
  position: relative;
  background: #0b318f;
}

.p-top__wrap:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-top__head {
  background: #f7f7f7;
}

.p-service__lead {
  max-width: 660px;
  margin: 3rem auto 0;
}

.p-service__list {
  width: 100%;
  position: relative;
}

.p-service__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem;
}

.p-service__item:before {
  content: '';
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 144px;
  height: 272px;
  background: #eee;
}

.p-service__item:after {
  content: '';
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  width: 144px;
  height: 144px;
  background: #0b318f;
}

.p-service__item.-rev {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-service__item.-rev:before {
  left: inherit;
  right: -1rem;
}

.p-service__item.-rev:after {
  right: inherit;
  left: -1rem;
}

.p-service__body {
  z-index: 3;
  position: absolute;
  width: 58%;
  padding: 2.5rem 3.5rem;
  background: #fff;
  transition: 2s;
  box-shadow: 0 12.5px 10px rgba(0, 0, 0, .035), 0 100px 80px rgba(0, 0, 0, .07);
}

.p-service__body:before {
  position: absolute;
  bottom: 0;
  right: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 144px;
  line-height: 1.1;
  color: rgba(8, 41, 129, .1);
}

.p-service__body.-rev {
  right: 0;
}

.p-service__body.-num01:before {
  content: '01';
}

.p-service__body.-num02:before {
  content: '02';
}

.p-service__body.-num03:before {
  content: '03';
}

.p-service__body.-num04:before {
  content: '04';
}

.p-service__body.-num05:before {
  content: '05';
}

.p-service__body.-num06:before {
  content: '06';
}

.p-service__body.-num07:before {
  content: '07';
}

.p-service__title {
  font-size: 1.5em;
  color: #0b318f;
  font-weight: 700;
}

.p-service__catch {
  font-size: 1.75em;
  font-weight: 700;
}

.p-service__thumb {
  z-index: 2;
  position: relative;
  margin-top: 4rem;
  margin-left: auto;
  width: 688px;
}

.p-service__thumb.-rev {
  margin-left: inherit;
  margin-right: auto;
}

.p-service__bottom {
  padding-top: 3rem;
}

.p-news {
  padding: 5rem 0 3rem;
}

.p-news__inner {
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin: 0 auto;
}

.p-news__body {
  padding-left: 1em;
}

.p-news__title {
  width: 22%;
  line-height: 1.5;
}

.p-news__title>.ja {
  font-size: 2rem;
  font-weight: 700;
}

.p-news__title>.en {
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  color: #0b318f;
}

.p-news__list {
  width: 78%;
  margin-left: auto;
  list-style-type: none;
}

.p-news__list.-underlayer {
  max-width: 768px;
  margin: 0 auto;
  padding: 1rem 1rem 0;
}

.p-news__item {
  margin-bottom: 1rem;
  background: #FFF;
}

.p-news__item>a {
  display: -ms-flexbox;
  display: flex;
  padding: .5rem;
  text-decoration: none;
  color: inherit;
  border: 1px solid #CCC;
}

.p-news__head {
  letter-spacing: 0;
}

.p-news__date {
  display: inline-block;
  font-weight: 700;
  margin-right: .25rem;
  font-size: .75rem;
}

.p-news__thumb {
  width: 6rem;
  height: auto;
}

.p-news__text {
  margin-top: 0;
  letter-spacing: 0;
  font-size: .875rem;
}

.p-news__bottom {
  max-width: 768px;
  margin: 0 auto;
}

.p-news-single__head {
  padding: 1rem 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.p-news-single__title {
  font-size: 1.5rem;
}

.p-news-single__body {
  padding: 2rem 0;
}

.p-newsNav {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 2rem;
  border-top: 1px solid #ededed;
}

.p-newsNav__item {
  width: 33.333%;
  font-size: .875rem;
  font-weight: 700;
  text-align: center;
}

.p-newsNav__item.-home {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.p-newsNav__item>a {
  text-decoration: none;
}

.p-message {
  padding: 5rem 1rem;
  background-image: url(../images/message.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.p-message__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 3rem 12.5%;
  background-color: rgba(255, 255, 255, .8);
  box-shadow: 0 12.5px 10px rgba(0, 0, 0, .035), 0 100px 80px rgba(0, 0, 0, .07);
}

.p-message__lead {
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: 0;
}

.p-message__list {
  max-width: 75%;
  margin: 0 auto;
  margin-top: 2rem;
  list-style-type: none;
}

.p-message__item {
  border-left: 2px solid #0b318f;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 700;
  background: #FFF;
  color: #0b318f;
  box-shadow: 0 12.5px 10px rgba(0, 0, 0, .035), 0 100px 80px rgba(0, 0, 0, .07);
}

.p-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 3rem 0;
}

.p-footer__brand {
  line-height: 1.5;
  font-size: .75rem;
}

.p-footer__nav {
  list-style-type: none;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  font-size: .75rem;
}

.p-footer__nav a {
  text-decoration: none;
  color: #333;
}

.p-footer__nav>li {
  padding-left: 2em;
}

.p-footer__nav>li:before {
  content: '■';
}

.p-footer__nav>li>a {
  font-weight: 700;
}

.p-footer__nav>li>ul {
  list-style-type: none;
}

.p-footer__nav>li>ul>li:before {
  content: '';
  display: inline-block;
  line-height: 1;
  font-family: fontAwesome, sans-serif;
  font-style: normal;
  font-weight: 400;
  content: "\f105";
  padding-right: .25rem;
}

.p-footer__subnav {
  border-top: 1px solid #ededed;
  padding: .5em 1em;
  background: #f6f6f6;
}

.p-footer__subnav>ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style-type: none;
}

.p-footer__subnav>ul>li {
  font-size: .75rem;
  padding-left: 2rem;
}

.p-footer__subnav>ul>li>a {
  text-decoration: none;
  color: #333;
}

.copyright {
  padding: 1em 0;
  background: #0b318f;
  color: #fff;
  font-size: .625rem;
  text-align: center;
}

.p-cta {
  padding: 4rem 1rem;
  background: #0b318f;
}

.p-cta__inner {
  width: 768px;
  margin: 0 auto;
}

.p-cta__mail {
  text-align: center;
}

.p-cta__mail>a {
  display: inline-block;
  padding: 1em;
  background: #f08300;
  text-align: center;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 3px;
}

.p-cta__mail>a:before {
  content: '';
  display: inline-block;
  line-height: 1;
  font-family: fontAwesome, sans-serif;
  font-style: normal;
  font-weight: 400;
  content: "\f0e0";
  padding-right: .5em;
}

.p-cta__phone {
  padding-top: 2rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  letter-spacing: 0;
}

.p-cta__phone>.phone__text {
  padding-right: 1rem;
  font-size: .875rem;
}

.p-cta__phone>.phone__number {
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
}

.p-cta__phone>.phone__number>a {
  color: #FFF;
  text-decoration: none;
}

.p-cta__phone>.phone__number:before {
  content: '';
  display: inline-block;
  line-height: 1;
  font-family: fontAwesome, sans-serif;
  font-style: normal;
  font-weight: 400;
  content: "\f095";
}

.p-under__head {
  position: relative;
  border-bottom: 1px solid #eee;
}

.p-under__head:before {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  font-family: Montserrat, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  color: rgba(8, 41, 129, .1);
}

.p-under__head.-global:before {
  content: 'GENERAL MANAGEMENT';
}

.p-under__head.-goods:before {
  content: 'SALE OF GOODS';
}

.p-under__head.-student:before {
  content: 'STUDENT SERVICE';
}

.p-under__head.-printing:before {
  content: 'PRINTING';
}

.p-under__head.-event:before {
  content: 'EDUCATION AND EVENT';
}

.p-under__head.-news:before {
  content: 'NEWS';
}

.p-under__head.-company:before {
  content: 'ABOUT';
}

.p-under__head.-privacy:before {
  content: 'PRIVACY POLICY';
}

.p-under__head.-sitemap:before {
  content: 'SITEMAP';
}

.p-under__head.-contact:before {
  content: 'CONTACT';
}

.p-under__head:after {
  position: absolute;
  bottom: -1px;
  content: '';
  width: 432px;
  height: 1px;
  background: #f08300;
}

.p-under__head .head__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 3rem 1em;
}

.p-under__title {
  line-height: 1.5;
}

.p-under__title>.en {
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  color: #0b318f;
}

.p-under__title>.ja {
  font-size: 3rem;
  font-weight: 700;
}

.p-under__body {
  padding: 5rem 5%;
  background: #f7f7f7;
}

.p-under__body .body__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5rem 12.5%;
  background: #fff;
  box-shadow: 0 12.5px 10px rgba(0, 0, 0, .035);
}

.p-under__body .body__inner:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 80px 0 0;
  border-color: #082981 transparent transparent;
}

.p-under__body .body__inner:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 80px 80px;
  border-color: transparent transparent #082981;
}

.p-under__lead {
  padding-bottom: 3rem;
}

.p-under__box {
  margin-top: 4.5rem;
}

.p-under__box .box__title {
  margin-bottom: 2rem;
  padding-left: .5em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #0b318f;
  border-left: .25rem solid;
}

.p-under__box .box__body {
  margin-top: 2rem;
}

.p-under__main {
  padding-top: 3rem;
  border-top: 1px solid #ccc;
}

.p-under__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.p-under__card {
  width: 46%;
  margin-bottom: 8%;
}

.p-under__card:nth-child(2n) {
  margin-left: 8%;
}

.p-under__card .card__body {
  padding-top: 1rem;
}

.p-under__card .card__body .body__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0b318f;
}

.p-look {
  position: relative;
  margin-top: 3rem;
  padding: 2rem;
  background: #fdf7e5;
}

.p-look__badge {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -2rem;
  left: -2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #f08300;
  color: #FFF;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-size: .875rem;
  font-weight: 700;
}

.p-look__media {
  display: -ms-flexbox;
  display: flex;
}

.p-look__media .media__thumb {
  width: 22%;
}

.p-look__media .media__body {
  width: 78%;
  padding-left: 2rem;
}

.p-look__media .media__body.-full {
  width: 100%;
}

.p-look__media .media__body .body__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #0b318f;
}

.p-under__media {
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}

.p-under__media .media__thumb {
  width: 30%;
}

.p-under__media .media__body {
  width: 70%;
  padding-left: 2rem;
}

.p-under__media .media__body.-full {
  width: 100%;
}

.p-under__media .media__title {
  font-size: 1.25rem;
  color: #0b318f;
}

.media__list {
  margin-top: 1rem;
  background: #f6f6f6;
  padding: 1rem;
}

.media__list>dl {
  margin-bottom: 1rem;
}

.media__list>dl>dt {
  font-weight: 700;
}

.wp-pagenavi {
  padding: 1rem;
  text-align: left;
  width: 100%;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  margin: 4px;
  padding: 10px 12px;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  text-decoration: none;
  background: #0b318f;
}

.wp-pagenavi span.current,
.wp-pagenavi span:hover,
.wp-pagenavi a.current,
.wp-pagenavi a:hover {
  color: #0b318f;
  background: #fff;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #0b318f;
}

.wp-pagenavi a {
  border: none;
}

.p-sns {
  background: #f6f6f6;
}

.p-sns__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1048px;
  margin: 0 auto;
  padding: 3rem 1rem;
}

.p-sns__item {
  width: 500px;
  padding: 0;
  background: #FFF;
}

.facebook-wrapper {
  max-width: 500px;
  margin: 0 auto;
}

.facebook-wrapper>.fb-page {
  width: 100%;
}

.facebook-wrapper>.fb-page>span,
.facebook-wrapper iframe {
  width: 100%!important;
}

.student-box {
  padding: 3rem 0;
  border-bottom: 1px solid #ccc;
}

.student-table {
  border-collapse: collapse;
  font-size: .875rem;
  width: 100%;
}

.student-table tr {
  border-bottom: 1px solid #eee;
}

.student-table th {
  width: 35%;
  font-weight: 700;
  text-align: left;
  padding: 1rem 0;
}

.student-table td:nth-child(3) {
  width: 40%;
}

.student-tag {
  display: inline-block;
  width: 100px;
  background: #ccc;
  color: #FFF;
  text-align: center;
  border-radius: 14px;
}

.student-tag--01 {
  background: #f08300;
}

.student-tag--02 {
  background: #0b318f;
}

.student-tag--03 {
  background: #17a646;
}

.u-nowrap {
  display: inline-block;
  text-decoration: inherit;
  white-space: nowrap;
}

.u-fw-b {
  font-weight: 700;
}

.u-br:after {
  content: "\A";
  white-space: pre;
}

.u-list {
  padding-left: 1.5em;
}

.u-list.-none {
  list-style-type: none;
}

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

.u-dl {
  display: -ms-flexbox;
  display: flex;
}

.u-dl>dt {
  width: 100px;
  font-weight: 700;
}

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

.u-img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-accordion__btn>.text {
    font-size: 1rem;
  }
  .c-btn {
    width: 50%;
    height: 2rem;
    line-height: 2rem;
    font-size: .875rem;
  }
  .c-btn.-primary {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
  }
  .c-btn.-pdf.-sp {
    width: 80%;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  input[type=text].-middle,
  input[type=url].-middle,
  input[type=tel].-middle,
  input[type=password].-middle,
  input[type=email].-middle,
  textarea.-middle {
    width: 100%;
  }
  .c-form__item {
    display: block;
  }
  .c-form__title {
    width: 100%;
  }
  .c-form__body {
    width: 100%;
  }
  .c-grid__item {
    width: 100%;
  }
  .c-grid__item.-sp {
    width: 100%;
    padding: 0 0 1rem;
  }
  .c-link {
    font-size: .875rem;
  }
  .p-header {
    padding: .5rem 0 .5rem .5rem;
  }
  .p-header__logo {
    width: 192px;
  }
  .p-gnav {
    display: none;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100vh;
    background: rgba(250, 248, 242, .95);
    width: 100vw;
    padding: 3.5rem 0 0;
  }
  .p-gnav__list {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
  }
  .p-gnav__item:hover {
    background: none;
    color: inherit;
  }
  .p-gnav__item {
    padding: 1rem 0;
    border-bottom: 1px solid #CCC;
    width: 100%;
  }
  .p-gnav__item>a {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p-gnav__item.-contact {
    width: 80%;
    margin: 1rem auto 0;
  }
  .p-gnav__second {
    position: relative;
    visibility: visible;
    opacity: 1;
    padding-top: 1rem;
  }
  .p-gnav__second>li {
    padding-left: 2em;
  }
  .p-gnav__second>li>a {
    background: none;
    color: inherit;
  }
  .p-gnav__second>li>a:hover {
    background: none;
  }
  .p-menuBtn {
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: #0b318f;
  }
  .p-menuBtn>span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    display: inline-block;
    width: 2rem;
    height: 1px;
    background: #FFF;
    transition: .3s;
  }
  .p-menuBtn>span:nth-child(1) {
    margin-top: -8px;
  }
  .p-menuBtn>span:nth-child(3) {
    margin-top: 8px;
  }
  .p-btnContact {
    display: block;
    position: absolute;
    top: 0;
    right: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 100%;
    background: #f08300;
  }
  .p-btnContact:before {
    display: inline-block;
    line-height: 1;
    font-family: fontAwesome, sans-serif;
    font-style: normal;
    font-weight: 400;
    content: "\f0e0";
    color: #FFF;
  }
  .p-mv {
    height: 40vh;
  }
  .p-mv__catch {
    width: 90%;
  }
  .p-section__title>.ja {
    font-size: 1.5rem;
  }
  .p-section__title>.en {
    font-size: 1rem;
  }
  .p-pickup {
    display: none;
  }
  .p-pickup__title {
    padding: 1rem;
  }
  .p-pickupSp {
    display: block;
    background: #0b318f;
  }
  .p-service__lead {
    width: 100%;
  }
  .p-service__item {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-service__item:before {
    height: 144px;
  }
  .p-service__item.-rev {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-service__item.-rev:before {
    right: inherit;
    left: 0;
  }
  .p-service__body {
    position: inherit;
    width: 100%;
    padding: 1rem;
  }
  .p-service__body:before {
    bottom: inherit;
    top: 0;
    font-size: 7rem;
  }
  .p-service__title {
    font-size: 1.25rem;
  }
  .p-service__catch {
    font-size: 1rem;
  }
  .p-service__thumb {
    width: 100%;
  }
  .p-news__inner {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3rem 1rem 0;
  }
  .p-news__body {
    width: 70%;
  }
  .p-news__title {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
  }
  .p-news__title>.ja {
    font-size: 1.5rem;
  }
  .p-news__title>.en {
    font-size: 1rem;
  }
  .p-news__list {
    width: 100%;
  }
  .p-news__thumb {
    width: 30%;
  }
  .p-news-single__title {
    padding-top: 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .p-message {
    padding: 0;
  }
  .p-message__inner {
    padding: 3rem 1rem;
    background-color: rgba(255, 255, 255, .5);
  }
  .p-message__lead {
    font-size: 1rem;
    text-align: left;
  }
  .p-message__list {
    max-width: 100%;
  }
  .p-footer {
    padding: 2rem 0;
  }
  .p-footer__logo {
    width: 70%;
  }
  .p-footer__nav {
    display: none;
  }
  .p-footer__subnav {
    display: none;
  }
  .p-footer__adress {
    font-size: .75rem;
  }
  .copyright {
    padding: .5em 0;
  }
  .p-cta {
    padding: 2rem 1rem;
  }
  .p-cta__inner {
    width: 100%;
  }
  .p-cta__mail>a {
    font-size: 1rem;
  }
  .p-under__head:before {
    display: none;
  }
  .p-under__head:after {
    width: 50%;
  }
  .p-under__head .head__inner {
    padding: 1.5rem 1em;
  }
  .p-under__title>.ja {
    font-size: 2rem;
  }
  .p-under__body {
    padding: 0 0 2rem;
  }
  .p-under__body .body__inner {
    padding: 3rem 1rem 5rem;
  }
  .p-under__body .body__inner:before {
    border-width: 2rem 2rem 0 0;
  }
  .p-under__body .body__inner:after {
    border-width: 0 0 2rem 2rem;
  }
  .p-under__box {
    margin-top: 3rem;
  }
  .p-under__box:first-child {
    margin-top: 0;
  }
  .p-under__box .box__title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  .p-under__box .box__body {
    margin-top: 1rem;
  }
  .p-under__card {
    width: 100%;
  }
  .p-under__card:nth-child(2n) {
    margin-left: 0;
  }
  .p-look {
    padding: 2rem 1rem;
  }
  .p-look__badge {
    top: -.5rem;
    left: -.5rem;
  }
  .p-look__media {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-look__media .media__thumb {
    width: 100%;
  }
  .p-look__media .media__body.-full {
    padding-top: 2rem;
  }
  .p-look__media .media__body {
    width: 100%;
    padding-left: 0;
    padding-top: 1rem;
  }
  .p-look__media .media__body .body__title {
    font-size: 1.25rem;
  }
  .p-under__media {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-under__media .media__thumb {
    width: 100%;
  }
  .p-under__media .media__body {
    width: 100%;
    padding-top: 1rem;
    padding-left: 0;
  }
  .p-sns__inner {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 3rem 2rem;
  }
  .p-sns__item {
    width: 100%;
    margin-bottom: 1rem;
  }
  .student-table tr {
    display: block;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
  }
  .student-table th {
    display: block;
    width: 100%;
  }
  .student-table td:nth-child(2) {
    display: block;
    padding-bottom: 1rem;
  }
  .student-table td:nth-child(3) {
    display: block;
    width: 100%;
  }
  .u-br:after {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .p-gnav__item:hover .p-gnav__second {
    visibility: visible;
    opacity: 1;
  }
}

body {
  overflow-x: hidden;
}

.at-share-btn-elements {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .p-news {
    padding: 3rem 0 0;
  }
}

@media screen and (max-width: 820px) {
  .p-service__item {
    flex-direction: column-reverse;
  }
  .p-service__item.-rev {
    flex-direction: column-reverse;
  }
  .p-service__body {
    position: inherit;
    width: 100%;
    padding: 1rem;
  }
  .p-service__thumb {
    width: 100%;
  }
}

.p-mv-contents__main {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-footer > p {
  display: contents;
}

/* ============================================================ */
/*  2. 追加スタイル（旧 テーマルート style.css の手書き分）           */
/* ============================================================ */

input[type=number] {
  background: #f9f8f2;
  border: 1px solid #e6e1c8;
}

input.wpcf7-form-control.wpcf7-calculator.wpcf7-validates-as-calculator.occf7cal-total {
  width: 5em;
  background: none;
  border: none;
}

input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
  padding: .5em;
  width: 5em;
}

.select-wrap:last-child {
  background: #f6f6f6;
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
}

.p-under__head.-tea:before {
  content: 'PRIVATE BRAND';
}

.p-under__head.-room:before {
  content: 'ROOM';
}

input.wpcf7c-conf,
textarea.wpcf7c-conf,
select.wpcf7c-conf {
  border: 0;
  padding: 0;
  background: #fff;
}

/* 確認画面（.wpcf7c-conf）は入力欄を文字のように見せるため枠線を出さない。
   もともとこの打ち消しはセレクタが限定されておらず、入力画面のフォーカス表示
   （上の :focus ルールの orange の border と box-shadow）まで消していた。
   確認画面だけを対象にする。 */
input.wpcf7c-conf:focus,
textarea.wpcf7c-conf:focus,
select.wpcf7c-conf:focus {
  box-shadow: none;
  border: none;
}

.wpcf7-form-control.wpcf7-submit,
.wpcf7-form-control.wpcf7c-btn-back,
.wpcf7-form-control.wpcf7c-btn-confirm {
  padding: .5rem 5rem;
  background: #0b318f;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 .5rem;
}

/*.wpcf7-submit.wpcf7c-elm-step2.wpcf7c-elm-step2::before {
  content: '';
  width: 100px;
  height: 100px;
  background: #cc0000;
}*/

input.wpcf7c-conf, textarea.wpcf7c-conf, select.wpcf7c-conf {
  font-weight: nomal;
  font-size: initial;
}

input.wpcf7-form-control.wpcf7-text {
  font-size: initial;
  font-weight: normal;
}

.sale-detial {
  margin-top: 1rem;
  font-size: .875em;
}

.sale-detial dl {
  padding: .1em 0;
  border-top: 1px solid #CCC;
}

.sale-detial dt {
  font-weight: 700;
}

.c-heading.-border {
  border: 4px double;
  padding: 0 1em;
  background: #f3f6ff;
}

.room-manual dt {
  font-weight: bold;
  color: #f08300;
}

.room-manual dd {
  margin-bottom: 1em;
}

.room-box {
  padding: 1rem;
}

.room-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.room-item {
  width: 30%;
  padding: 1em;
  margin-bottom: 5%;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: center;
}

.room-item__title {
  text-align: center;
  font-weight: bold;
  color: #0b318f;
}

.room-item__text {
  text-align: left;
}

.room-faq {
  margin-top: 1rem;
  padding: 1rem;
  background: #f6f6f6;
}

.room-faq__q {
  font-weight: bold;
  color: #0b318f;
  font-size: 1.25em;
}

.room-faq__a {
  padding-top: 1.5em;
  border-top: 1px solid #0b318f;
}

.room-faq__a strong {
  color: #f08300;
}

.student-table th img {
  width: 180px;
}

.student-table td:nth-child(2) {
  width: 40%;
}

.p-sns__inner {
  max-width: 1048px;
  width: initial;
}

/*.p-sns__item {
	width: 49%;
}*/
::placehoder {
  color: #666;
}

.contact-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.wpcf7-form-control.wpcf7c-btn-back {
  background-color: #666;
  color: #FFF;
  width: 50%;
  padding: .5rem;
}

.wpcf7-form-control.wpcf7-submit {
  width: 50%;
  padding: .5rem;
}

input[name="zip01-01"], input[name="zip01-02"], input[name="zip02-01"], input[name="zip02-02"] {
  width: 20%;
}

.p-sumai {
  border: 1px solid #ccc;
  padding: 1rem;
  margin-bottom: 1rem;
}

.p-sumai__title {
  font-size: 1.25rem;
  color: #0B318F;
  margin-bottom: .5rem;
}

.p-sumai__tag {
  background: #666;
  color: #FFF;
  font-size: .875rem;
  padding: 2px .5rem;
  border-radius: 3px;
  display: inline-block;
  margin-right: .5rem;
}

.p-sumai__catch {
  background: #0B318F;
  color: #FFF;
  padding: .25rem .5rem;
}

.p-sumai__body {
  display: flex;
  margin-top: 1rem;
}

.p-sumai__thumb {
  width: 40%;
}

.p-sumai__text {
  width: 60%;
  padding-left: 1rem;
}

.p-sumai__text > p {
  margin-top: 0;
}

.sumai-term {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 1rem;

}

.sumai-term__item {
  padding: .25em .5em;
  background: #F08300;
  color: #FFF;
  font-size: .875em;
  margin-right: .5em;
}

.p-pickup__item {
  position: relative;
}

/*.p-pickup__item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: .4;
  content: '';
}*/

.p-pickup__title {
  z-index: 2;
}

.p-news__bottom {
  margin-top: 2rem;
  text-align: center;
  padding: 0 2em;
}

.sale-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.sale-wrap__text {
  width: 60%;
  padding-right: 1.5rem;
}

.sale-wrap__pic {
  width: 40%;
}

#sitemap_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

#sitemap_list > li {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #sitemap_list {
    display: block;
    padding-left: 1.5em;
  }

  #sitemap_list > li {
    width: 100%;
  }

  .sale-wrap {
    display: block;
  }

  .sale-wrap__text {
    width: 100%;
    padding-right: 0;
  }

  .sale-wrap__pic {
    width: 100%;
  }

  .p-pickup__title > .en {
    font-size: 1rem;
  }

  .p-sumai__tag {
    font-size: .75rem;
  }

  .p-sumai__title {
    font-size: 1rem;
  }

  .sumai-term {
    display: block;
  }

  .sumai-term__item {
    width: 80%;
    margin: 0 auto .5rem;
    text-align: center;
  }

  .p-sumai__body {
    display: block;
  }

  .p-sumai__thumb {
    width: 100%;
  }

  .p-sumai__text {
    width: 100%;
  }

  .room-list {
    display: block;
  }

  .room-item {
    width: 100%;

  }

  .student-table th {
    text-align: center;
  }

  .student-table td:nth-child(2) {
    width: 100%;
    font-weight: bold;

  }

  .student-table td {
    text-align: center;
  }

}

.c-table.-about .u-dl > dt {
  width: 10em;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {

  .c-table.-about tr {
    display: block;
  }

  .c-table.-about th,
  .c-table.-about td {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .p-pickup {
    padding: 0 4rem;
  }

  .p-pickup__item {
    width: 20%;
  }
}

/*.p-pickup__item::after {
  opacity: .6;
}*/

.swiper-custom {
  position: relative;
}

.p-mv:after {
  background: rgba(255, 255, 255, .7);
}

.p-mv-contents {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 2rem;
}

.p-mv-contents__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 896px) {
  .p-mv-contents__inner {
    top: 50%;
    width: 100%;
  }
}
.p-mv-contents__main {
  /*width: 50%;*/
}

.p-mv-contents__logo {
  width: 240px;
  margin: 0 auto;
}
.p-mv-contents__nav {
  flex-direction: column;
  justify-content: space-between;
  /*width: 25%;*/
  list-style: none;
  /*margin-top: 78px;*/
}

.p-mv-contents__nav > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: .5em 1em;
  font-weight: bold;
  white-space: nowrap;
  background-image: linear-gradient(to top, #fff 0%, #fff 100%);
  background-size: 200% auto;
  box-shadow: #14184300 0 16px 64px;
  border: 2px solid;
  border-radius: 2.5rem;

  overflow: hidden;
  color: #0b318e;
  transition: .5s ease-in-out;
}
.p-mv-contents__nav > li > a ._icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background: #FFF;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  overflow: hidden;
  transition: .5s ease-in-out;
}

.p-mv-contents__nav > li > a:hover {
  box-shadow: #1418431a 0 16px 64px;
  background-image: linear-gradient(to right, #0b318e 0%, #2575fc 100%);

  color: #fff;
}
.p-mv-contents__nav > li > a ._icon svg {
  position: absolute;
  left: 20%;
  width: 60%;
  top: 50%;
  transform: translateY(-50%);
}
.p-mv-contents__nav > li > a:hover ._icon {
  background: #0b318e;
}
.p-mv-contents__nav > li > a:hover ._icon svg {
  animation-name: arrow-animation;
  animation-duration: .5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;

}

.p-mv-contents__nav > li > a ._icon .arrow_right {
  fill: #0b318e;
}

.p-mv-contents__nav > li > a:hover ._icon .arrow_right {
  fill: #FFF;
}

@keyframes arrow-animation {
  0% {
    transform: translateX(0) translateY(-50%)
  }

  50% {
    transform: translateX(180%) translateY(-50%)
  }

  51% {
    transform: translateX(-600%) translateY(-50%)
  }

  to {
    transform: translateX(0) translateY(-50%)
  }
}
.p-mv-contents__text {
  width: 100%;
  padding-top: 1em;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0;
}
.p-loader {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #FFF;
  /*background-image: url(./assets/images/loader-bg.jpg?202111300);*/
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.p-loader__inner  {
  width: 100%;
  /*height: 100%;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-loader__inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
  }
}
.p-loader__catch {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: 2;
  width: 30%;
  margin: 0 auto;
}

.p-loader__logoWrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.p-loader__catch img:last-child {
  margin-top: 10px;
}
.p-loader__logo {
  width: 100%;
}
.p-loader__logo02 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5%;
  width: 25%;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .p-mv {
    height: 45vh;
  }
  .p-mv-contents__main {
    width: 100%;
  }
  .p-mv-contents__catch {
    font-size: 1rem;
    line-height: 1.5;
    width:  220px;
  }
  .p-mv-contents__logo {
    width: 30%;
  }
  .p-mv-contents__nav {
    display: none;
  }
  .p-mv-contents__text {
    font-size: .75rem;
    padding: 0 1em;
  }
  .p-loader__logo {
    width: 70%;
  }
  .p-loader__logo02 {
    width: 40%;
    bottom: -15%;
  }

  .p-loader__catch {
    top: -10%;
    width: 50%;
  }

}

.p-topics__list {
  list-style: none;
  /*display: flex;*/
}
.p-topics-item {
  width: 100%;
  padding: 1.5rem;
  font-size: .875rem;
  line-height: 1.5;
}
.p-topics-item__link {
  display: block;
  width: 100%;
  height: auto;
  text-decoration: none;
  color: inherit;
  transition: .3s;
}
.p-topics-item__link:hover {
  opacity: .7;
}
.p-topics__thumb {
  /*aspect-ratio: 1 / 1;*/
}
.p-topics__thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
  border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .p-topics__thumb {

  }
  .p-topics__thumb img {

  }
}
.p-topics-item__title {
  padding-top: 1em;
}

.p-scrolldown {
  /*padding-top: 60px;*/
  position: absolute;
  /*bottom: 30px;*/
  left: 50%;
  z-index: 2;
  display: inline-block;

  transform: translateX(-50%);
  text-decoration: none;
  color: #FFF;
  font-size: .625rem;
  font-family: Montserrat,sans-serif;
}

.p-scrolldown span {
  position: absolute;
  top: 16px;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  /*.p-top__wrap {*/
  /*  padding-bottom: 50px;*/
  /*}*/
  /*.p-scrolldown {*/
  /*  bottom: 20px;*/
  /*  left: 45%;*/
  /*  font-size: .625rem;*/
  /*}*/
  /*.p-scrolldown span {*/
  /*  width: 12px;*/
  /*  height: 12px;*/
  /*  margin-left: -6px;*/
  /*}*/
}

.slick-slide {
  height: auto;
}
.u-sp {
  display: none;
}

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

@media screen and (max-width: 768px) {
  .p-pickup__item {
    width: 70%;
    margin: 0 auto;
  }
  .p-pickupSp {
    padding: 1rem 2rem 1rem;
  }
  .p-pickup__title > .ja {
    font-size: .875rem;
  }
}

.p-topspnav {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-topspnav {
    padding: 1rem .5rem .5em;
    font-size: .75rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-topspnav a {
    position: relative;
    width: 49%;
    text-decoration: none;
    border: 1px solid #0b318f;
    padding: 1em .5em;
    margin-bottom: 2%;
    border-radius: 8px;
    font-weight: bold;
  }
  .p-topspnav a > ._icon {
    position: absolute;
    right: .5em;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
  }
  .p-topspnav a > ._icon > img {
    width: 100%;
  }
}

@media screen and (max-width: 896px) {
  .p-pickup {
    display: none;
  }
  .p-pickupSp {
    display: block;
    padding: 1rem 2rem 1rem;
    background: #0b318f;
  }
  .p-pickup__item {
    width: 70%;
    margin: 0 auto;
  }
  .p-menuBtn {
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: #0b318f;
  }
  .p-btnContact {
    display: block;
    position: absolute;
    top: 0;
    right: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 100%;
    background: #f08300;
  }
  .p-btnContact:before {
    display: inline-block;
    line-height: 1;
    font-family: fontAwesome,sans-serif;
    font-style: normal;
    font-weight: 400;
    content: "\f0e0";
    color: #FFF;
  }
  .p-gnav {
    overflow: auto;
    height: 100%;
  }
  .p-menuBtn>span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    display: inline-block;
    width: 2rem;
    height: 1px;
    background: #FFF;
    transition: .3s;
  }
  .p-menuBtn>span:nth-child(1) {
    margin-top: -8px;
  }
  .p-menuBtn>span:nth-child(3) {
    margin-top: 8px;
  }
  .p-gnav__list {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
  }
  .p-gnav__item {
    padding: 1rem 0;
    border-bottom: 1px solid #CCC;
    width: 100%;
  }
  .p-gnav__second {
    position: relative;
    visibility: visible;
    opacity: 1;
    padding-top: 1rem;
  }
  .p-gnav__second>li {
    padding-left: 2em;
  }
  .p-gnav__second>li>a {
    background: none;
    color: inherit;
  }
  .p-gnav {
    display: none;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100vh;
    background: rgba(250,248,242,.95);
    width: 100vw;
    padding: 3.5rem 0 0;
  }
  .p-gnav__item>a {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p-gnav__item.-contact {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (orientation: landscape) and (max-width: 896px) {
  .p-mv {
    height: 90vh;
  }
  .p-mv-contents__logo {
    width: 40%;
  }
  .p-loader__catch {
    top: 2%;
    width: 25%;
  }
  .p-loader__logo02 {
    width: 25%;
    bottom: -5%;
  }
  .p-loader__logoWrap {
    width: 80%;
    margin: 0 auto;
  }
  .p-pickup__item {
    width: 40%;
  }
  .p-scrolldown {
    transform: translateX(-50%);
  }
  .p-top__wrap {
    padding-bottom: 50px;
  }
  .p-footer__logo {
    width: ;
  }
  .p-footer__adress {
    font-size: .7rem;
  }
  .p-footer__nav {
    font-size: .7rem;
  }
  .p-footer__subnav>ul>li {
    font-size: .7rem;
  }
  .p-topspnav {
    padding: 1rem 0.5rem 0.5em;
    font-size: .75rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-topspnav a {
    position: relative;
    width: 49%;
    text-decoration: none;
    border: 1px solid #0b318f;
    padding: 1em 0.5em;
    margin-bottom: 2%;
    border-radius: 8px;
    font-weight: bold;
  }
  .p-topspnav a > ._icon {
    position: absolute;
    right: 0.5em;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
  }

}

.p-top__wrap {
  padding-bottom: 3rem;
}
.p-pickup__title {
  padding: .5rem 1rem;
}

.p-pickup__title > .en {
  font-size: 10px;
}
.p-news__inner {
  padding: 0 1rem;
}
.p-mv-contents__inner {
  max-width: 1400px;
  width: inherit;
  padding: 0 1rem;
}
.p-mv-contents__nav {
  width: 30%;
  display: block;
}
.p-mv-contents__main {
  width: 40%;
}
.p-mv-contents__nav > li:nth-child(n+2) {
  margin-top: 40px;
}
.p-mv-contents__nav > li > a {
  font-size: 1.5vw;
  width: 100%;
}

.p-mv-contents__text {
  /*font-size: 1.25vw;*/
  font-size: 10px;
}

.p-mv-contents__catch {
  width: 100%;
  margin: 0 auto 1.5rem;
}
.p-mv-contents__catch img {
  width: 320px;
}
.p-pickup__title > .ja {
  font-size: 1.25vw;
}

@media all and (min-width: 1280px) {
  .p-mv-contents__nav > li > a {
    font-size: 1.375rem;
  }
  .p-mv-contents__text {
    font-size: 1rem;
  }
  .p-pickup__title > .ja {
    font-size: 1rem;
  }
  .p-scrolldown {
    bottom: 30px;
  }
  .p-top__wrap{
    padding-bottom: 0;
  }
  .p-pickup {
    top: -5rem;
  }

}

@media all and (min-width: 570px) and (max-width: 1279px)  {
  .p-topspnav {
    display: none;
  }
  .p-mv-contents__logo {
    width: 50%;
  }
  .p-mv-contents__catch img {
    width: 240px;
  }
  .p-pickup__title > .ja {
    font-size: 1.5vw;
  }
  .p-pickupSp {
    display: none;
  }
  .p-top__wrap {
    padding-bottom: 3rem;
  }
  .p-pickup {
    display: block;
    top: -1rem;
    /*padding: 2rem 1rem 2rem;*/
  }
  .p-pickup__title {
    padding: 0.5rem 0.5rem;
  }
  .p-scrolldown {
    font-size: .625rem;
  }
  .p-scrolldown span {
    width: 16px;
    height: 16px;
    margin-left: -8px;
  }
  .p-footer__logo {
    width: 240px;
  }

  .p-header__nav {
    width: calc(100% - 240px);
  }
  .p-gnav__item {
    width: 20%;
  }

}
@media all and (max-width: 569px) {
  .p-mv-contents__inner {
    top: 50%;
    width: 100%;
  }
  .p-mv-contents__main {
    width: 100%;
  }
  .p-mv-contents__nav {
    display: none;
  }
  .p-mv-contents__catch img {
    width: 240px;
  }
  .p-mv-contents__text {
    /*font-size: 3vw;*/
  }
  .p-pickup__title > .ja {
    font-size: 3.5vw;
  }

}

@media screen and (max-device-width: 569px) and (orientation:landscape) {
  .p-mv {
    height: 90vh;
  }
  .p-mv-contents__text {
    font-size: 2vw;
  }
  .p-mv-contents__logo {
    width: 25%;
  }
  .p-pickup__title > .ja {
    font-size: 1.5vw;
  }
  .p-pickupSp {
    display: none;
  }
  .p-pickup {
    display: block;
    top: 0;
    padding: 1rem 1rem 0;
  }
  .p-pickup__title {
    padding: 0.5rem 0.5rem;
  }
  .p-scrolldown {
    bottom: 20px;
  }
  .p-header {
    padding: 0.5rem 0 0.5rem 0.5rem;
  }

}
@media all and (max-width: 374px) {
  .p-topspnav a {
    font-size: 10px;
  }
}

.p-gnav__item.is-active {
  width: 100%;
}
.p-gnav__item.-contact.is-active {
  width: 70%;
  margin: 30px auto 0;
}

/*.p-pickup__thumb::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: .4;
    z-index: 1;
    content: '';
}
.p-pickup__thumb {
    position: relative;
}*/

.p-topics__thumb {
  width: 100%;
  padding-top: 100%;
}

/* ============================================================ */
/*  3. アクセシビリティ                                           */
/* ============================================================ */

/* フォームのフォーカス表示。
 *
 * 入力欄には上の方（sanitize の後）で outline:none が当たっており、さらに
 * 確認画面向けの打ち消しが border と box-shadow まで消していたため、
 * フォーカスしても視覚的な変化が一切なかった。それどころか通常時にあった
 * 枠線が消えるので、手がかりが増えるどころか減っていた（WCAG 2.4.7 違反）。
 *
 * outline を使うのは、レイアウトに影響せず、border / box-shadow の指定とも
 * 独立して効くため。確認画面（.wpcf7c-conf・枠線なし）でも同じように出る。
 *
 * 色は #0b318f。入力欄の背景 #f9f8f2 に対し 10.67:1、ページ背景の白に対し
 * 11.35:1 で、A11Y.md の非テキスト基準 3:1 を大きく上回る。
 * ブランド色のオレンジ #f08300 は 2.48:1 / 2.64:1 しかなく基準を満たさない。
 */
input[type=text]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus,
input[type=submit]:focus,
input[type=button]:focus,
textarea:focus,
select:focus {
  outline: 2px solid #0b318f;
  outline-offset: 2px;
}

/*
 * Swiper のスライド高さをコンテンツに合わせる（フロントページ）。
 *
 * swiper.min.css（header.php がフロントページ限定で読み込む）は
 * .swiper-wrapper / .swiper-slide に height: 100% を当てる。詳細度
 * (0,0,2,0) > (0,0,1,0) でこちらが勝つ。
 *
 * .swiper-custom（テーマ独自のラッパ。フロントページの2箇所）で
 * スコープしているのは、プラグイン Spectra も .swiper-* クラスを使う
 * ため。素の .swiper-wrapper に当てると、将来 Spectra のスライダーを
 * 記事に置いたときこの上書きが波及する（レビュー指摘）。
 *
 * 旧構成では Swiper CSS が bundle.js から <head> へ動的注入されて
 * このファイルより後になるため、front-page.php の <body> 内
 * インライン <style> で上書きしていた。bundle.js 廃止（2026-07-29）で
 * <link> 読み込みになり、ここへ移せるようになった。
 */
.swiper-custom .swiper-wrapper {
  height: auto;
}

.swiper-custom .swiper-slide {
  height: auto;
}
