@charset "UTF-8";
/* ----------------------------------------------------------------
  Base
----------------------------------------------------------------- */
/*----------------------------------
Config variables etc
----------------------------------*/
/* 10px */
/* 12px */
/* 14px */
/* 16px */
/* 18px */
/* 20px */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

* {
  margin: 0;
  padding: 0;
}

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

html {
  font-size: 62.5%;
}

body,
html {
  line-height: 1.6;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 300;
}

a,
body {
  color: #000;
}

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

a:hover {
  text-decoration: underline;
  color: #848484;
  opacity: 0.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: bold;
}

img {
  vertical-align: top;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  font-size: 1.5rem;
}

:focus {
  outline: none;
}

li {
  list-style-type: none;
}

pre {
  background-color: #3c3c3c;
  color: #fff;
  padding: 0 20px;
  margin: 20px auto 100px;
  overflow: auto;
  max-width: 1240px;
}

@media screen and (min-width: 768px) {
  .disp-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
  img {
    width: 100%;
    height: auto;
  }
  .disp-pc {
    display: none !important;
  }
}
.lazy {
  opacity: 0;
  transition: opacity 0.7s ease;
}

.lazy.loaded {
  opacity: 1;
}

.lazy.lazy-bg {
  opacity: 1;
}

.u-fs-XXS {
  font-size: 1rem;
}

.u-fs-XS {
  font-size: 1.2rem;
}

.u-fs-S {
  font-size: 1.4rem;
}

.u-fs-M {
  font-size: 1.6rem;
}

.u-fs-L {
  font-size: 1.8rem;
}

.u-fs-XL {
  font-size: 2rem;
}

.u-fs-XXL {
  font-size: 2.4rem;
}

.u-mv-XS {
  margin-top: 5px;
  margin-bottom: 5px;
}

.u-mv-S {
  margin-top: 10px;
  margin-bottom: 10px;
}

.u-mv-M {
  margin-top: 20px;
  margin-bottom: 20px;
}

.u-mv-L {
  margin-top: 30px;
  margin-bottom: 30px;
}

.u-mv-XL {
  margin-top: 40px;
  margin-bottom: 40px;
}

.u-mv-XXL {
  margin-top: 50px;
  margin-bottom: 50px;
}

.u-mh-XS {
  margin-left: 5px;
  margin-right: 5px;
}

.u-mh-S {
  margin-left: 10px;
  margin-right: 10px;
}

.u-mh-M {
  margin-left: 20px;
  margin-right: 20px;
}

.u-mh-L {
  margin-left: 30px;
  margin-right: 30px;
}

.u-mh-XL {
  margin-left: 40px;
  margin-right: 40px;
}

.u-mh-XXL {
  margin-left: 50px;
  margin-right: 50px;
}

.u-ml-XS {
  margin-left: 5px;
}

.u-ml-S {
  margin-left: 10px;
}

.u-ml-M {
  margin-left: 20px;
}

.u-ml-L {
  margin-left: 30px;
}

.u-ml-XL {
  margin-left: 40px;
}

.u-ml-XXL {
  margin-left: 50px;
}

.u-mr-XS {
  margin-right: 5px;
}

.u-mr-S {
  margin-right: 10px;
}

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

.u-mr-L {
  margin-right: 30px;
}

.u-mr-XL {
  margin-right: 40px;
}

.u-mr-XXL {
  margin-right: 50px;
}

.u-mt-XS {
  margin-top: 5px;
}

.u-mt-S {
  margin-top: 10px;
}

.u-mt-M {
  margin-top: 20px;
}

.u-mt-L {
  margin-top: 30px;
}

.u-mt-XL {
  margin-top: 40px;
}

.u-mt-XXL {
  margin-top: 50px;
}

.u-mb-XS {
  margin-bottom: 5px;
}

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

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

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

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

.u-mb-XXL {
  margin-bottom: 50px;
}

.u-pl-S {
  padding-left: 10px;
}

.u-pl-M {
  padding-left: 20px;
}

.u-pl-L {
  padding-left: 30px;
}

.u-pl-XL {
  padding-left: 40px;
}

.u-pr-S {
  padding-right: 10px;
}

.u-pr-M {
  padding-right: 20px;
}

.u-pr-L {
  padding-right: 30px;
}

.u-pr-XL {
  padding-right: 40px;
}

.u-pt-S {
  padding-top: 10px;
}

.u-pt-M {
  padding-top: 20px;
}

.u-pt-L {
  padding-top: 30px;
}

.u-pt-XL {
  padding-top: 40px;
}

.u-pb-S {
  padding-bottom: 10px;
}

.u-pb-M {
  padding-bottom: 20px;
}

.u-pb-L {
  padding-bottom: 30px;
}

.u-pb-XL {
  padding-bottom: 40px;
}

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

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

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

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

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

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

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

.u-imgsize100 img {
  width: 100%;
  height: auto;
}

.u-imgsizeH100 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-imgsizeH100 > img {
  max-height: 100px;
  width: auto;
  height: auto;
}

.u-imgsizeH150 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-imgsizeH150 > img {
  max-height: 150px;
  width: auto;
  height: auto;
}

.u-imgsizeH200 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-imgsizeH200 > img {
  max-height: 200px;
  width: auto;
  height: auto;
}

.u-imgsizeH250 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-imgsizeH250 > img {
  max-height: 250px;
  width: auto;
  height: auto;
}

.u-imgsizeH300 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-imgsizeH300 > img {
  max-height: 300px;
  width: auto;
  height: auto;
}

.u-imgsizeH350 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-imgsizeH350 > img {
  max-height: 350px;
  width: auto;
  height: auto;
}

.u-imgsizeH400 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-imgsizeH400 > img {
  max-height: 400px;
  width: auto;
  height: auto;
}

.u-imgsizeH450 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-imgsizeH450 > img {
  max-height: 450px;
  width: auto;
  height: auto;
}

.u-imgsizeH500 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-imgsizeH500 > img {
  max-height: 500px;
  width: auto;
  height: auto;
}

.u-imgsizeH550 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-imgsizeH550 > img {
  max-height: 550px;
  width: auto;
  height: auto;
}

.u-imgsizeH600 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-imgsizeH600 > img {
  max-height: 600px;
  width: auto;
  height: auto;
}

.u-inline-block > * {
  display: inline-block;
}

.u-border-top {
  border-top: 1px solid #cecece;
}

.u-border-left {
  border-left: 1px solid #cecece;
}

.u-border-right {
  border-right: 1px solid #cecece;
}

.u-border-bottom {
  border-bottom: 1px solid #cecece;
}

.u-font-bold {
  font-weight: bold;
}
.u-font-color-white {
  color: #fff;
}
.u-font-color-black {
  color: #000;
}
.u-font-color-emp {
  color: #ea1e1e;
}

@media screen and (max-width: 767px) {
  .u-fs-XXS {
    font-size: 1rem;
  }
  .u-fs-XS {
    font-size: 1.2rem;
  }
  .u-fs-S {
    font-size: 1.3rem;
  }
  .u-fs-M {
    font-size: 1.4rem;
  }
  .u-fs-L {
    font-size: 1.5rem;
  }
  .u-fs-XL {
    font-size: 1.6rem;
  }
  .u-fs-XXL {
    font-size: 2rem;
  }
  .u-mv-XS {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .u-mv-S {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .u-mv-M {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .u-mv-L {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .u-mv-XL {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .u-mv-XXL {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .u-mh-XS {
    margin-left: 5px;
    margin-right: 5px;
  }
  .u-mh-S {
    margin-left: 10px;
    margin-right: 10px;
  }
  .u-mh-M {
    margin-left: 15px;
    margin-right: 15px;
  }
  .u-mh-L {
    margin-left: 20px;
    margin-right: 20px;
  }
  .u-mh-XL {
    margin-left: 30px;
    margin-right: 30px;
  }
  .u-mh-XXL {
    margin-left: 40px;
    margin-right: 40px;
  }
  .u-ml-XS {
    margin-left: 5px;
  }
  .u-ml-S {
    margin-left: 10px;
  }
  .u-ml-M {
    margin-left: 15px;
  }
  .u-ml-L {
    margin-left: 20px;
  }
  .u-ml-XL {
    margin-left: 30px;
  }
  .u-ml-XXL {
    margin-left: 40px;
  }
  .u-mr-XS {
    margin-right: 5px;
  }
  .u-mr-S {
    margin-right: 10px;
  }
  .u-mr-M {
    margin-right: 15px;
  }
  .u-mr-L {
    margin-right: 20px;
  }
  .u-mr-XL {
    margin-right: 30px;
  }
  .u-mr-XXL {
    margin-right: 40px;
  }
  .u-mt-XS {
    margin-top: 5px;
  }
  .u-mt-S {
    margin-top: 10px;
  }
  .u-mt-M {
    margin-top: 15px;
  }
  .u-mt-L {
    margin-top: 20px;
  }
  .u-mt-XL {
    margin-top: 30px;
  }
  .u-mt-XXL {
    margin-top: 40px;
  }
  .u-mb-XS {
    margin-bottom: 5px;
  }
  .u-mb-S {
    margin-bottom: 10px;
  }
  .u-mb-M {
    margin-bottom: 15px;
  }
  .u-mb-L {
    margin-bottom: 20px;
  }
  .u-mb-XL {
    margin-bottom: 30px;
  }
  .u-mb-XXL {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper {
    min-width: 1240px;
  }
  .l-container {
    min-width: 1240px;
    overflow: hidden;
  }
  .l-inner {
    margin-left: auto;
    margin-right: auto;
    width: 1240px;
  }
  .l-contents {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
  }
  .cf:after,
  .cf:before {
    content: "";
    display: table;
  }
  .cf:after {
    clear: both;
  }
  .l-fl {
    float: left;
    margin-right: 20px;
  }
  .l-fr {
    float: right;
    margin-left: 20px;
  }
  .lg-gutter-3 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .lg-gutter-3 > * {
    margin: 0 3px;
  }
  .lg-gutter-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .lg-gutter-5 > * {
    margin: 0 5px;
  }
  .lg-gutter-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .lg-gutter-10 > * {
    margin: 0 10px;
  }
  .lg-row {
    display: flex;
  }
  .lg-wrap {
    flex-wrap: wrap;
  }
  .lg-wrap.lg-gutter-10 > .col-lg-4 {
    flex-basis: calc(33.33333333% - 20px);
  }
  .lg-wrap.lg-gutter-5 > .col-lg-4 {
    flex-basis: calc(33.33333333% - 10px);
  }
  .lg-wrap.lg-gutter-10 > .col-lg-3 {
    flex-basis: calc(25% - 20px);
  }
  .lg-wrap.lg-gutter-5 > .col-lg-3 {
    flex-basis: calc(25% - 10px);
  }
  .lg-center {
    justify-content: center;
  }
  .col-lg-1 {
    flex-basis: 8.33333333%;
  }
  .col-lg-2 {
    flex-basis: 16.66666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.33333333%;
  }
  .col-lg-5 {
    flex-basis: 41.66666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.33333333%;
  }
  .col-lg-8 {
    flex-basis: 66.66666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.33333333%;
  }
  .col-lg-11 {
    flex-basis: 91.66666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
  }
  .col-lg-mr-5 {
    margin-right: 5px;
  }
  .col-lg-mr-10 {
    margin-right: 10px;
  }
  .col-lg-mr-15 {
    margin-right: 15px;
  }
  .col-lg-mr-20 {
    margin-right: 20px;
  }
  .col-lg-mb-50 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    overflow: hidden;
  }
  .l-container {
    margin-top: 85px;
  }
  .l-inner {
    padding: 0 10px;
  }
  .l-footer {
    margin-top: 50px;
  }
  .sm-row {
    display: flex;
  }
  .sm-gutter-3 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .sm-gutter-3 > * {
    margin: 0 3px;
  }
  .sm-gutter-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .sm-gutter-5 > * {
    margin: 0 5px;
  }
  .sm-gutter-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .sm-gutter-10 > * {
    margin: 0 10px;
  }
  .col-sm-1 {
    flex-basis: 8.33333333%;
  }
  .col-sm-2 {
    flex-basis: 16.66666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.33333333%;
  }
  .col-sm-5 {
    flex-basis: 41.66666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.33333333%;
  }
  .col-sm-8 {
    flex-basis: 66.66666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.33333333%;
  }
  .col-sm-11 {
    flex-basis: 91.66666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
  }
  .col-sm-mr-5 {
    margin-right: 5px;
  }
  .col-sm-mr-10 {
    margin-right: 10px;
  }
  .col-sm-mr-15 {
    margin-right: 15px;
  }
  .col-sm-mr-20 {
    margin-right: 20px;
  }
  .col-sm-mb-5 {
    margin-bottom: 5px;
  }
  .col-sm-mb-10 {
    margin-bottom: 10px;
  }
  .col-sm-mb-15 {
    margin-bottom: 15px;
  }
  .col-sm-mb-20 {
    margin-bottom: 20px;
  }
}
/* ----------------------------------------------------------------
  Library
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
  Module
----------------------------------------------------------------- */
/* pc */
@media screen and (min-width: 768px) {
  .m-breadcrumb {
    width: 100%;
  }
  .m-breadcrumb > ul {
    width: 1240px;
    height: 60px;
    padding: 20px 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .m-breadcrumb > ul li:after {
    content: ">";
    display: inline-block;
    margin: 0 10px;
  }
  .m-breadcrumb > ul li:last-child:after {
    display: none;
  }
  .m-breadcrumb > ul li {
    color: #666;
  }
  .m-breadcrumb > ul a {
    color: #666;
  }
}
/* sp */
@media screen and (max-width: 767px) {
  .m-breadcrumb {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #f8f8f8;
  }
  .m-breadcrumb ul {
    padding: 15px 10px;
    display: flex;
    font-size: 1.1rem;
    overflow-x: scroll;
  }
  .m-breadcrumb ul li:after {
    content: ">";
    display: inline-block;
    margin: 0 10px;
  }
  .m-breadcrumb ul li:last-child:after {
    display: none;
  }
}
.--arrow-r {
  position: relative;
}
.--arrow-r:hover::after {
  text-decoration: none;
}
.--arrow-r::after {
  content: ">";
  transform: scale(1, 1.6);
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: bold;
  height: 20px;
  z-index: 1;
}

.--arrow-r-inline {
  position: relative;
}
.--arrow-r-inline:hover::after {
  text-decoration: none;
}
.--arrow-r-inline::after {
  content: ">";
  -webkit-transform: scale(1, 1.6);
  transform: scale(1, 1.6);
  font-size: 12px;
  margin: auto;
  font-weight: 700;
  height: 20px;
  display: inline-block;
  position: relative;
  top: -2px;
  right: -8px;
}

.--color-main {
  color: #947c55;
}

.--color-link {
  color: #036eb8;
}

.--before-base::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAVCAYAAABLy77vAAAA9UlEQVQ4ja3UMUuDMRDG8X9V/GAOBRFRh2ZwEJEuh+BcwUwHdi0IppM43yI4Ogiuzm4KDuokCC4OgigHFkRs+r4mz5g8/Ajkks7xQe+MfO6Agah95FoOfc6APCdAX9SmducaIJ4d4ChXaAp5dlMMwxqQZ5Bi2K8BeQ5TDHs1IM8oxdCvAXWAcYphsxTyzAOnKYZVWsxRLu/ASsmJJlkEhjUgf0LrpdAj0BW1pxLoGVgStXsKbu3lG7mdLPwHegWWRe3m52Jb6A1YE7Xr3xttIJ+XDVG7+muzKeS/Y0/ULqYVmkCObInaea60AGzPgB5E7TLbAL4AgfJBVmht+dYAAAAASUVORK5CYII=");
  background-position: left top 2px;
  background-repeat: no-repeat;
  background-size: 18px 21px;
  content: "";
  display: inline-block;
  height: 21px;
  min-width: 18px;
  vertical-align: text-top;
  margin-right: 10px;
}

.c-list-layout {
  display: flex;
}
.c-list-layout.--center {
  justify-content: center;
}
.c-list-layout.--center .c-list-disc {
  margin: 0 10px;
}
.c-list-layout.--center .c-list-dots {
  margin: 0 10px;
}

.c-list-disc.--center {
  margin: 0 auto;
}
.c-list-disc > li::before {
  content: "●";
}

.c-list-dots.--center {
  margin: 0 auto;
}
.c-list-dots.--side > li {
  display: inline-block;
}
.c-list-dots > li::before {
  content: "・";
}

.metaslider .flex-viewport {
  overflow: visible !important;
}

/*画像に余白をつけたい場合*/
.flexslider .slides img {
  padding: 0 2px !important;
}

@media screen and (min-width: 768px) {
  .c-btn {
    background-color: #172a86;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    font-size: 2rem;
    width: 260px;
    text-align: center;
  }
  .c-btn:hover {
    opacity: 1;
    background-color: #576ac5;
    color: #fff;
    text-decoration: none;
  }
  .c-btn-submit {
    background-color: #ff9700;
    color: #fff;
    padding: 10px;
    width: 280px;
    text-align: center;
    display: inline-block;
  }
  .c-btn-submit:hover {
    opacity: 1;
    background-color: #ffac33;
    color: #fff;
    text-decoration: none;
  }
  .m-text {
    line-height: 2;
  }
  .l-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .c-btn-default {
    color: #947c55;
    border: solid 1px #947c55;
    border-radius: 6px;
    font-size: 1.2rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
    min-width: 170px;
    line-height: 1.5;
  }
  .c-pagettl {
    color: #947c55;
    font-size: 4rem;
    text-align: center;
  }
  .c-pagettl::after {
    content: "";
    width: 110px;
    height: 8px;
    background-color: #947c55;
    display: block;
    margin: 20px auto;
  }
  .c-pagettl.--lv2 {
    text-align: left;
  }
  .c-pagettl.--lv2::after {
    height: 4px;
    width: 100%;
    margin: 0 auto;
  }
  .c-middle-heading {
    font-weight: bold;
  }
  .c-middle-heading.--lv1 {
    font-size: 3rem;
  }
  .c-middle-heading.--lv2 {
    font-size: 2rem;
  }
  .c-middle-heading.--line {
    position: relative;
    font-weight: bold;
  }
  .c-middle-heading.--line > span {
    background: #fff;
    padding-right: 15px;
    position: relative;
    z-index: 1;
  }
  .c-middle-heading.--line::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .c-middle-heading.--color-gray {
    color: #898989;
  }
  .c-middle-heading.--color-gray.--line::before {
    background: #898989;
  }
  .m-profile {
    display: table;
    width: 100%;
  }
  .m-profile__img {
    min-width: 300px;
    width: 300px;
    height: 190px;
    overflow: hidden;
    display: table-cell;
  }
  .m-profile-info {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
  }
  .m-profile-info__name {
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
  }
  .m-profile-info__title {
    width: 100%;
    margin-top: 10px;
  }
  .m-profile-list {
    display: flex;
    flex-wrap: wrap;
  }
  .m-profile-list .m-profile {
    width: 50%;
  }
  .m-profile-list .m-profile__img {
    width: 230px;
    height: 170px;
  }
  .m-step {
    display: flex;
    flex-wrap: wrap;
  }
  .m-step-item {
    width: 380px;
    height: 240px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    margin-left: 50px;
  }
  .m-step-item img {
    height: 240px;
    width: auto;
  }
  .m-step-item::before {
    content: "";
    position: absolute;
    left: -35px;
    top: 100px;
    right: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 26px;
    border-color: transparent transparent transparent #aebdc6;
  }
  .m-step-item-bg {
    position: relative;
    background-position: right top;
    background-size: 380px auto;
  }
  .m-step-item-bg:first-child .m-step-item {
    margin-left: 0;
  }
  .m-step-item-bg:first-child .m-step-item::before {
    display: none;
  }
  .m-step-item-bg.--img-only::before {
    content: "";
    width: 100%;
    height: 100%;
    max-width: 380px;
    /*background-color: rgba(0,0,0,.5);*/
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .m-step-default {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .m-step-default__item {
    width: 380px;
    min-height: 240px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    margin-left: 50px;
  }
  .m-step-default__item img {
    width: 380px;
    height: 240px;
    max-width: 380px;
    max-height: 240px;
    margin-bottom: 10px;
  }
  .m-step-default__item:first-child {
    margin-left: 0;
  }
  .m-step-default__item:nth-child(1)::after, .m-step-default__item:nth-child(2)::after {
    content: "";
    position: absolute;
    right: -40px;
    top: 110px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 26px;
    border-color: transparent transparent transparent #aebdc6;
  }
  .m-step-default__item:nth-child(4)::before, .m-step-default__item:nth-child(5)::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 110px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 26px;
    border-color: transparent transparent transparent #aebdc6;
  }
  .m-map {
    background-color: #ededed;
    padding: 40px 0;
  }
  .m-map-inner {
    display: flex;
  }
  .m-map-frame {
    width: calc(50% - 50px);
    height: 0;
    overflow: hidden;
    padding-bottom: 450px;
    position: relative;
    margin-right: 50px;
  }
  .m-map-frame iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .m-map__directions {
    padding-right: 30px;
  }
  .m-map-info {
    width: 50%;
  }
  .m-map-info__tel {
    font-size: 4rem;
    font-weight: bold;
  }
  .m-map-info dl {
    display: flex;
    flex-wrap: wrap;
  }
  .m-map-info dl dt, .m-map-info dl dd {
    background-color: #fff;
    padding: 10px 20px;
    margin-bottom: 5px;
    min-height: 100px;
  }
  .m-map-info dl dt {
    display: flex;
    align-items: center;
    width: 120px;
    min-width: 120px;
    justify-content: center;
  }
  .m-map-info dl dd {
    flex-basis: calc(100% - 120px);
    position: relative;
    display: flex;
    align-items: center;
  }
  .m-map-info dl dd::before {
    content: "";
    width: 1px;
    background-color: #333;
    height: 80%;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .m-panel {
    position: relative;
    margin-top: 80px;
    display: flex;
  }
  .m-panel::before {
    height: 440px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    background-color: #aebdc6;
    width: 100%;
    position: absolute;
  }
  .m-panel-lead {
    flex-basis: 45%;
    min-width: 45%;
    display: flex;
    align-items: center;
  }
  .m-panel-lead__ttl {
    font-size: 4rem;
    color: #fff;
  }
  .m-panel-lead__desc {
    color: #fff;
    line-height: 2.4;
    margin-top: 10px;
  }
  .m-panel-lead__btn {
    display: block;
    color: #947c55;
    border: solid 2px #947c55;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 5px;
    margin-top: 40px;
  }
  .m-panel-lead-inner {
    position: relative;
    margin: 0 60px;
  }
  .m-panel-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    flex-basis: 55%;
  }
  .m-panel-box > a {
    width: calc(50% - 10px);
    margin: 5px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    flex-wrap: wrap;
    align-content: center;
    min-height: 250px;
    transition: transform 0.3s ease;
  }
  .m-panel-box > a span {
    flex-basis: 100%;
    text-align: center;
    font-size: 3rem;
  }
  .m-panel-box > a .m-panel-box__sup {
    flex-basis: 100%;
    text-align: center;
    font-size: 1.4rem;
  }
  .m-panel-box > a.--arrow-r::after {
    transform: scale(1, 1.6);
    top: auto;
    bottom: 10px;
    right: 20px;
  }
  .m-panel-box > a:hover {
    opacity: 1;
    transform: scale(1.03);
  }
  .m-panel-box > a:hover::after {
    text-decoration: none;
  }
  .m-panel-box.--side {
    margin: 0 -5px;
    display: flex;
    justify-content: center;
  }
  .m-panel-box.--side > a {
    width: calc(25% - 10px);
  }
  .m-panel-box.--side .m-panel-box__bg div {
    width: 100%;
  }
  .m-panel-box.--side .m-panel-box__bg div:first-child {
    margin-top: 50px;
  }
  .m-panel-box.--side .m-panel-box__bg img {
    height: 40px;
    width: auto;
  }
  .m-panel-box.--2col > a {
    min-height: 200px;
  }
  .m-panel-program.m-panel::before {
    width: 100%;
    height: 440px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .m-panel-program .m-panel-lead {
    flex-basis: 40%;
    min-width: 40%;
  }
  .m-panel-program .m-panel-box {
    flex-basis: 60%;
  }
  .m-panel-program .m-panel-lead-inner {
    margin-top: 420px;
  }
  .m-panel-box,
  .m-panel-stairs-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .m-panel-box > a,
  .m-panel-stairs-box > a {
    width: calc(50% - 10px);
    margin: 5px;
    background-size: cover;
    height: 130px;
    display: block;
    position: relative;
    color: #fff;
  }
  .m-panel-box > a.--arrow-r::after,
  .m-panel-stairs-box > a.--arrow-r::after {
    transform: scale(1, 1.6);
    top: auto;
    bottom: 10px;
    right: 10px;
  }
  .m-panel-box__bg,
  .m-panel-stairs-box__bg {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    flex-wrap: wrap;
    align-content: center;
  }
  .m-panel-stairs-box {
    margin-top: 15px;
  }
  .m-panel-stairs {
    position: relative;
    height: 600px;
    margin-top: 100px;
  }
  .m-panel-stairs-lead {
    position: relative;
    padding: 40px 80px 0;
    margin-bottom: 80px;
  }
  .m-panel-stairs-lead__ttl {
    color: #fff;
    font-size: 4rem;
  }
  .m-panel-stairs-lead__desc {
    color: #fff;
    font-size: 2rem;
    width: 600px;
    margin-top: 10px;
  }
  .m-panel-stairs-box {
    display: flex;
    padding: 0 70px;
    margin-top: 15px;
  }
  .m-panel-stairs-box > a {
    margin: 0 10px;
    flex-basis: calc(25% - 20px);
    min-height: 370px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    flex-wrap: wrap;
    align-content: center;
  }
  .m-panel-stairs-box > a span {
    display: flex;
    text-align: center;
    font-size: 2.6rem;
    justify-content: center;
  }
  .m-panel-stairs-box > a .m-panel-stairs-box__sup {
    flex-basis: 100%;
    text-align: center;
    font-size: 1.4rem;
  }
  .m-panel-stairs-box > a::after {
    transform: scale(1, 1.6);
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    text-align: center;
  }
  .m-panel-stairs-box > a:nth-child(2) {
    margin-top: -40px;
  }
  .m-panel-stairs-box > a:nth-child(3) {
    margin-top: -80px;
  }
  .m-panel-stairs-box > a:nth-child(4) {
    margin-top: -120px;
  }
  .m-panel-stairs::before {
    content: "";
    display: block;
    background-color: #aebdc6;
    width: 100%;
    height: 350px;
    top: 0;
    position: absolute;
    left: 0;
  }
  .m-consultation {
    width: 1240px;
    margin: 0 auto;
    position: relative;
  }
  .m-consultation__heading {
    font-weight: normal;
    font-size: 2rem;
  }
  .m-consultation-inner {
    display: flex;
    padding: 10px 0;
    align-items: center;
  }
  .m-consultation-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 20px;
  }
  .m-consultation-list > li {
    display: block;
    width: 100%;
    margin: 5px 0;
  }
  .m-consultation__btn {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 300px;
  }
  .m-consultation-tools {
    width: 1240px;
    margin: 30px auto;
    position: relative;
    display: flex;
    align-items: center;
  }
  .m-consultation-tools-layout {
    display: flex;
    align-items: center;
    width: 50%;
  }
  .m-consultation-tools__img {
    margin-right: 20px;
  }
  .m-consultation-tools__txt {
    display: block;
  }
  .m-officemap {
    width: 1000px;
    margin: 0 auto;
  }
  .m-officemap__ttl {
    font-size: 2.4rem;
    font-weight: 700;
    color: #947c55;
    text-align: center;
  }
  .m-officemap-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
  }
  .m-officemap-list__item {
    color: #fff;
    width: calc(50% - 4px);
    display: block;
    padding: 10px 0;
    text-align: center;
    position: relative;
    background-color: #aebdc6;
    margin: 2px;
    border-radius: 0;
  }
  .m-officemap-list__item::after {
    content: ">";
    transform: scale(1, 1.6) translateY(-1px);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .m-card {
    display: flex;
    margin: 0 -20px;
  }
  .m-card-item {
    border: solid 1px #947c55;
    width: calc(50% - 40px);
    margin: 0 20px;
  }
  .m-card-item__ttl {
    font-weight: bold;
    padding: 10px;
    border-bottom: dotted 1px #947c55;
  }
  .m-card-item__img {
    min-width: 140px;
  }
  .m-card-item-layout {
    display: flex;
    padding: 8px;
  }
  .m-card-item-info {
    padding: 6px 0 0 20px;
    flex-basis: 100%;
  }
  .m-card-item-info__name {
    font-size: 2.4rem;
    font-weight: bold;
    width: 100%;
  }
  .m-card-item-info__name span {
    font-size: 1.6rem;
    margin-left: 2px;
  }
  .m-card-item-info__desc {
    margin-top: 10px;
  }
  .m-step-panel-wrap {
    display: flex;
    margin: 0 -20px;
  }
  .m-step-panel {
    border: solid 1px #9fa0a0;
    width: calc(50% - 40px);
    margin: 0 20px;
  }
  .m-step-panel-txtbox {
    padding: 10px 20px;
  }
  .m-step-panel-txtbox > div {
    margin: 10px 0;
  }
  .m-step-panel__ttl {
    text-align: center;
    font-size: 2rem;
    color: #fff;
    background-color: #9fa0a0;
    padding: 2px 0;
  }
  .m-step-panel__img {
    min-width: 220px;
  }
  .m-step-panel__txt {
    flex-basis: 100%;
    padding-left: 15px;
  }
  .m-step-panel-layout {
    display: flex;
    padding: 8px;
    align-items: center;
    height: calc(100% - 36px);
  }
  .m-teacher {
    width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-teacher-layout {
    display: flex;
    align-items: center;
    background-color: #faf5f0;
  }
  .m-teacher-info {
    height: 100%;
    flex-basis: 100%;
  }
  .m-teacher-info__name {
    font-size: 2.4rem;
    font-weight: bold;
    border-bottom: solid 1px #898989;
    padding: 0 20px;
  }
  .m-teacher-info__ttl {
    padding: 4px 20px 0;
    font-size: 1.4rem;
  }
  .m-teacher-comment {
    margin-top: 15px;
    position: relative;
    padding: 20px;
    border: 2px solid #947c55;
    background-color: #fff;
    border-radius: 20px;
  }
  .m-teacher-comment::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 40px;
    top: -15px;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #947c55;
    border-left: 15px solid transparent;
  }
  .m-teacher-comment::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 40px;
    top: -12px;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
  }
  .external-info-wrap {
    width: 1080px;
    margin: 50px auto;
  }
  .external-info {
    background-color: #e9f6fd;
    padding: 20px;
  }
  .external-info__lead {
    color: #878787;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 40px 0 80px;
  }
  .external-info-loading {
    text-align: center;
    margin: 50px 0;
    width: 100%;
  }
  .external-info-tab {
    font-weight: bold;
    font-size: 2.4rem;
    width: 200px;
    background-color: #17a1ea;
    text-align: center;
    color: #fff;
    margin: -75px 0 20px -20px;
  }
  .external-info-tab a {
    color: #fff;
    padding: 10px;
    display: block;
  }
  .external-info-body {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    height: 370px;
    overflow: scroll;
    align-items: baseline;
    align-content: baseline;
  }
  .external-info-body-l {
    min-width: 80px;
    margin-right: 20px;
  }
  .external-info-body-r {
    flex-basis: calc(100% - 100px);
  }
  .external-info-body[data-office=online] .external-info-item.online {
    display: flex;
  }
  .external-info-body[data-office=online] .external-info-office.online.is-active {
    display: block;
  }
  .external-info-body[data-office=tokyo] .external-info-item.tokyo {
    display: flex;
  }
  .external-info-body[data-office=tokyo] .external-info-office.tokyo.is-active {
    display: block;
  }
  .external-info-body[data-office=yokohama] .external-info-item.yokohama {
    display: flex;
  }
  .external-info-body[data-office=yokohama] .external-info-office.yokohama.is-active {
    display: block;
  }
  .external-info-body[data-office=nagoya] .external-info-item.nagoya {
    display: flex;
  }
  .external-info-body[data-office=nagoya] .external-info-office.nagoya.is-active {
    display: block;
  }
  .external-info-body[data-office=kyoto] .external-info-item.kyoto {
    display: flex;
  }
  .external-info-body[data-office=kyoto] .external-info-office.kyoto.is-active {
    display: block;
  }
  .external-info-body[data-office=osaka] .external-info-item.osaka {
    display: flex;
  }
  .external-info-body[data-office=osaka] .external-info-office.osaka.is-active {
    display: block;
  }
  .external-info-body[data-office=fukuoka] .external-info-item.fukuoka {
    display: flex;
  }
  .external-info-body[data-office=fukuoka] .external-info-office.fukuoka.is-active {
    display: block;
  }
  .external-info-body[data-office=tokyo] .external-info-item.online {
    display: flex;
  }
  .external-info-body[data-office=yokohama] .external-info-item.online {
    display: flex;
  }
  .external-info-body[data-office=nagoya] .external-info-item.online {
    display: flex;
  }
  .external-info-body[data-office=kyoto] .external-info-item.online {
    display: flex;
  }
  .external-info-body[data-office=osaka] .external-info-item.online {
    display: flex;
  }
  .external-info-body[data-office=fukuoka] .external-info-item.online {
    display: flex;
  }
  .external-info-item {
    flex-basis: calc(50% - 20px);
    margin: 10px;
    padding: 10px;
    display: none;
    background-color: #fff;
    border: solid 1px #cecece;
    max-height: 120px;
  }
  .external-info-item__img {
    width: 80px;
    height: 80px;
  }
  .external-info-item__img img {
    width: 100%;
    height: auto;
  }
  .external-info-item__date, .external-info-item__label, .external-info-item__city {
    display: inline-block;
    margin: 0 3px;
  }
  .external-info-item__city {
    color: #1985b4;
  }
  .external-info-item__ttl {
    margin-top: 5px;
    font-weight: bold;
  }
  .external-info-office {
    flex-basis: 100%;
    background-color: #fff;
    padding: 30px;
    display: none;
  }
  .external-info-office p {
    margin-bottom: 10px;
  }
  .external-info-office-list {
    display: flex;
  }
  .external-info-office-list > li {
    margin-right: 15px;
    padding: 5px;
    cursor: pointer;
  }
  .external-info-office-list > li.is-select {
    background-color: #575bd0;
    color: #fff;
  }
  .c-icon.--q {
    width: 20px;
    height: 20px;
    background-image: url(../img/i_qes.png);
    background-size: 20px 20px;
    vertical-align: sub;
    display: inline-block;
    margin: 0 10px;
  }
  .c-icon.--q_w {
    background-image: url(../img/i_qus_w.png);
  }
  .before-i-soudan::before {
    content: "";
    float: left;
    background-image: url(../img/i_soudan.png);
    background-repeat: no-repeat;
    background-size: 30px auto;
    width: 30px;
    height: 20px;
    transform: translateX(5px);
  }
  .before-i-contact::before {
    content: "";
    float: left;
    background-image: url(../img/i_contact.png);
    background-repeat: no-repeat;
    background-size: 25px auto;
    width: 25px;
    height: 20px;
    transform: translateX(5px);
  }
  .before-i-docreq::before {
    content: "";
    float: left;
    background-image: url(../img/i_doc_req.png);
    background-repeat: no-repeat;
    background-size: 20px auto;
    width: 20px;
    height: 20px;
    transform: translateX(5px);
  }
  .c-linkbar {
    text-align: center;
    border: solid 1px #cecece;
    display: block;
    padding: 12px;
    margin-top: 10px;
    font-weight: bold;
  }
  .c-linkbar.--skin02 {
    background: #26a2e7;
    color: #fff;
  }
  .c-linkbar.--skin03 {
    background-color: #ff7b7b;
    color: #fff;
  }
  .c-linkbar.--skin04 {
    border: solid 1px #26a2e7;
    color: #26a2e7;
  }
  .c-textlink {
    text-align: right;
    margin-top: 10px;
  }
  .c-textlink a {
    color: #003099;
    padding-right: 15px;
    font-weight: bold;
    position: relative;
  }
  .c-textlink a::after {
    content: ">";
    transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .c-textlink a::after {
    right: 0;
    top: -2px;
  }
  .c-bar {
    background-color: #26a2e7;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding: 6px 0;
  }
  .c-headline.--line {
    position: relative;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin: 0 -10px;
  }
  .c-headline.--line > span {
    background: #fff;
    padding: 0 5px;
    position: relative;
    z-index: 1;
  }
  .c-headline.--line::before {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .c-headline.--line-w {
    color: #fff;
  }
  .c-headline.--line-w::before {
    background: #fff;
  }
  .c-headline.--line-main {
    color: #947c55;
  }
  .c-headline.--line-main::before {
    background: #947c55;
  }
  .c-headline.--bar {
    background-color: #002b9c;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    margin: 0 -20px;
  }
  .c-headline.--bar > span {
    font-size: 1.1rem;
    font-weight: normal;
    display: block;
  }
  .c-headline.--color-b {
    color: #009fed;
  }
  .c-headline.--border {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .c-headline.--border::before {
    content: "";
    float: left;
    width: 5px;
    height: 28px;
    background-color: #009fed;
    border-radius: 4px;
    margin-right: 10px;
  }
  .banner {
    margin-top: 20px;
  }
  .banner-list {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    margin: 60px -60px;
    justify-content: center;
  }
  .banner-list > a {
    display: block;
    margin: 10px 20px 0 0;
  }
  .c-inner {
    padding: 20px;
  }
  .c-imageset {
    display: flex;
    padding: 15px 0;
    border-bottom: solid 1px #cecece;
  }
  .c-imageset-wrap {
    display: flex;
  }
  .c-imageset.--horizontal {
    border: solid 1px #cecece;
    padding: 0;
    height: 100px;
    overflow: hidden;
  }
  .c-imageset.--horizontal .c-imageset__img {
    width: 50%;
    min-width: 50%;
    margin-right: 10px;
  }
  .c-imageset.--horizontal .c-imageset__img img {
    transform: translateY(-40px);
  }
  .c-imageset__img {
    flex-basis: 30%;
    margin-right: 10px;
  }
  .c-imageset__img img {
    width: 100%;
  }
  .c-imageset__txt {
    width: 220px;
    display: flex;
    align-items: center;
    padding-right: 30px;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
  }
  .c-imageset__txt::after {
    content: ">";
    transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .c-table-wrap {
    width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-table th {
    width: 190px;
    background-color: #aebdc6;
    color: #fff;
    vertical-align: middle;
  }
  .c-table td {
    background-color: #e9edf4;
  }
  .c-table th,
  .c-table td {
    padding: 15px;
    border-bottom: solid 2px #fff;
  }
  .c-table.--line {
    border-top: solid 1px #898989;
  }
  .c-table.--line th {
    color: #898989;
    text-align: left;
    padding-left: 20px;
    width: 130px;
  }
  .c-table.--line th, .c-table.--line td {
    background-color: transparent;
    border-bottom: solid 1px #898989;
  }
  .c-headline-image {
    margin: 0 -20px;
  }
  .c-profile {
    display: flex;
    padding: 15px 0;
  }
  .c-profile__img {
    width: 200px;
    min-width: 200px;
    margin-right: 20px;
  }
  .c-profile__img.--size-S {
    width: 120px;
    min-width: 120px;
  }
  .c-profile__img img {
    width: 100%;
    height: auto;
  }
  .c-profile__txt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: bold;
    font-size: 2.4rem;
  }
  .c-profile__txt strong {
    flex-basis: 100%;
    display: block;
    color: #17a1ea;
    font-size: 1rem;
  }
  .c-profile__txt span {
    flex-basis: 100%;
    display: block;
    font-size: 1.6rem;
  }
}
/* smartphone */
@media screen and (max-width: 767px) {
  .c-btn {
    text-align: center;
    font-size: 1.4rem;
    display: block;
    padding: 12px 10px;
    background-color: #eee;
    font-weight: bold;
  }
  .c-btn.--color-white {
    background-color: #fff;
    border: solid 1px #cecece;
  }
  .c-btn.--color-middle {
    color: #fff;
    background-color: #ff8d8d;
  }
  .c-btn.--color-high {
    color: #fff;
    background-color: #ffab57;
  }
  .c-btn-submit {
    background-color: #ff9700;
    color: #fff;
    padding: 10px;
    width: 280px;
    text-align: center;
    display: inline-block;
  }
  .c-btn-submit:hover {
    opacity: 1;
    background-color: #ffac33;
    color: #fff;
    text-decoration: none;
  }
  .m-text {
    line-height: 2;
  }
  .l-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: auto !important;
    margin-right: auto !important;
    margin: 0 -5px;
  }
  .l-btn > * {
    margin: 0 5px;
    width: calc(50% - 10px);
  }
  .m-profile {
    display: table;
    width: 100%;
  }
  .m-profile__img {
    min-width: 150px;
    width: 50%;
    height: 85px;
    overflow: hidden;
    display: table-cell;
  }
  .m-profile-info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
  }
  .m-profile-info__name {
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
  }
  .m-profile-info__title {
    width: 100%;
    margin-top: 5px;
    font-size: 1.2rem;
  }
  .m-profile-list .m-profile {
    width: 100%;
    margin-bottom: 10px;
  }
  .m-profile-list .m-profile__img {
    width: 50%;
  }
  .c-middle-heading {
    font-weight: bold;
  }
  .c-middle-heading.--lv1 {
    font-size: 2.2rem;
  }
  .c-middle-heading.--lv2 {
    font-size: 1.6rem;
  }
  .c-middle-heading.--line {
    position: relative;
    font-weight: bold;
  }
  .c-middle-heading.--line > span {
    background: #fff;
    padding-right: 15px;
    position: relative;
    z-index: 1;
  }
  .c-middle-heading.--line::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .c-middle-heading.--color-gray {
    color: #898989;
  }
  .c-middle-heading.--color-gray.--line::before {
    background: #898989;
  }
  .c-btn-default {
    color: #947c55;
    border: solid 1px #947c55;
    border-radius: 6px;
    font-size: 1.4rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 20px;
    min-width: 100px;
    line-height: 1.5;
  }
  .c-pagettl {
    color: #947c55;
    font-size: 2.6rem;
  }
  .c-pagettl::after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #947c55;
    display: block;
    margin: 0 auto 20px;
  }
  .c-pagettl.--lv2 {
    text-align: left;
  }
  .c-pagettl.--lv2::after {
    height: 2px;
    width: 100%;
    margin: 0 auto;
  }
  .m-step-item {
    width: 100%;
    height: 170px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
  }
  .m-step-item img {
    position: absolute;
    width: auto;
    max-width: 100%;
    height: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .m-step-item-bg {
    position: relative;
    background-position: center center;
    background-size: 100% auto;
    margin-bottom: 30px;
    height: 170px;
  }
  .m-step-item-bg:last-child::after {
    display: none;
  }
  .m-step-item-bg::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    margin: auto;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 26px;
    border-color: transparent transparent transparent #aebdc6;
    transform: rotate(90deg) scale(0.5);
  }
  .m-step-item-bg.--img-only::before {
    content: "";
    width: 100%;
    height: 100%;
    max-width: 100%;
    /*background-color: rgba(0,0,0,.5);*/
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .m-step-default__item {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
  }
  .m-step-default__item:last-child {
    padding-bottom: 0;
  }
  .m-step-default__item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 26px;
    border-color: transparent transparent transparent #aebdc6;
    transform: rotate(90deg) scale(0.5);
  }
  .m-step-default__item:last-child::after {
    display: none;
  }
  .m-map {
    background-color: #ededed;
    padding: 10px 0;
  }
  .m-map-frame {
    height: 0;
    overflow: hidden;
    padding-bottom: 300px;
    position: relative;
  }
  .m-map-frame iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .m-map__directions {
    padding-right: 30px;
  }
  .m-map-info {
    margin-top: 15px;
  }
  .m-map-info__tel {
    font-size: 2.6rem;
    font-weight: bold;
  }
  .m-map-info dl {
    display: flex;
    flex-wrap: wrap;
  }
  .m-map-info dl dt, .m-map-info dl dd {
    background-color: #fff;
    padding: 5px 15px;
    margin-bottom: 5px;
    min-height: 80px;
  }
  .m-map-info dl dt {
    display: flex;
    align-items: center;
    width: 120px;
    min-width: 120px;
    justify-content: center;
  }
  .m-map-info dl dd {
    flex-basis: calc(100% - 120px);
    position: relative;
    display: flex;
    align-items: center;
  }
  .m-map-info dl dd::before {
    content: "";
    width: 1px;
    background-color: #333;
    height: 80%;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .m-panel {
    position: relative;
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .m-panel-lead {
    padding: 20px 20px 80px;
    background-color: #aebdc6;
  }
  .m-panel-lead__ttl {
    font-size: 2rem;
    color: #fff;
  }
  .m-panel-lead__desc {
    color: #fff;
    margin-top: 10px;
  }
  .m-panel-lead__btn {
    display: block;
    color: #947c55;
    border: solid 2px #947c55;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 5px;
    margin-top: 40px;
  }
  .m-panel-lead-inner {
    position: relative;
    padding: 0 20px;
  }
  .m-panel-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: -60px 20px;
  }
  .m-panel-box > a {
    width: calc(50% - 10px);
    margin: 5px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    flex-wrap: wrap;
    align-content: center;
    transition: transform 0.3s ease;
  }
  .m-panel-box > a span {
    flex-basis: 100%;
    text-align: center;
    font-size: 1.6rem;
  }
  .m-panel-box > a .m-panel-box__sup {
    flex-basis: 100%;
    text-align: center;
    font-size: 1.4rem;
  }
  .m-panel-box > a.--arrow-r::after {
    transform: scale(1, 1.6);
    top: auto;
    bottom: 10px;
    right: 20px;
  }
  .m-panel-box > a:hover {
    opacity: 1;
    transform: scale(1.03);
  }
  .m-panel-box > a:hover::after {
    text-decoration: none;
  }
  .m-panel-box.--side {
    margin: 0 -5px;
    display: flex;
    justify-content: center;
  }
  .m-panel-box.--side > a {
    width: calc(50% - 10px);
  }
  .m-panel-box.--side .m-panel-box__bg div {
    width: 100%;
  }
  .m-panel-box.--side .m-panel-box__bg div:first-child {
    margin-top: 50px;
  }
  .m-panel-box.--side .m-panel-box__bg img {
    height: 20px;
    width: auto;
  }
  .m-panel-box.--2col {
    display: block;
    margin: 0;
  }
  .m-panel-box.--2col > a {
    min-height: 140px;
    width: 100%;
    margin: 5px 0;
  }
  .m-panel-program.m-panel::before {
    width: 100%;
    height: 440px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .m-panel-program .m-panel-lead {
    flex-basis: 40%;
    min-width: 40%;
  }
  .m-panel-program .m-panel-box {
    flex-basis: 60%;
  }
  .m-panel-program .m-panel-lead-inner {
    margin-top: 420px;
  }
  .m-panel-box,
  .m-panel-stairs-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .m-panel-box > a,
  .m-panel-stairs-box > a {
    width: calc(50% - 10px);
    margin: 5px;
    background-size: cover;
    height: 130px;
    display: block;
    position: relative;
    color: #fff;
  }
  .m-panel-box > a.--arrow-r::after,
  .m-panel-stairs-box > a.--arrow-r::after {
    transform: scale(1, 1.6);
    top: auto;
    bottom: 10px;
    right: 10px;
  }
  .m-panel-box__bg,
  .m-panel-stairs-box__bg {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    flex-wrap: wrap;
    align-content: center;
  }
  .m-panel-stairs-box {
    margin: -60px 20px;
  }
  .m-panel-stairs {
    position: relative;
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .m-panel-stairs-lead {
    padding: 20px 20px 80px;
    background-color: #aebdc6;
  }
  .m-panel-stairs-lead-inner {
    position: relative;
    padding: 0 20px;
  }
  .m-panel-stairs-lead__ttl {
    font-size: 2rem;
    color: #fff;
  }
  .m-panel-stairs-lead__desc {
    color: #fff;
    margin-top: 10px;
  }
  .m-panel-stairs-box > a span {
    display: flex;
    text-align: center;
    justify-content: center;
  }
  .m-panel-stairs-box > a .m-panel-stairs-box__sup {
    flex-basis: 100%;
    text-align: center;
    font-size: 1rem;
  }
  .m-panel-stairs-box > a::after {
    transform: scale(1, 1.6);
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    text-align: center;
  }
  .m-panel-stairs::before {
    content: "";
    display: block;
    background-color: #aebdc6;
    width: 100%;
    height: 350px;
    top: 0;
    position: absolute;
    left: 0;
  }
  .m-consultation {
    position: relative;
    padding: 0 15px;
  }
  .m-consultation__heading {
    font-weight: normal;
    font-size: 1.6rem;
  }
  .m-consultation-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 5px;
  }
  .m-consultation-list > li {
    display: block;
    width: 100%;
    margin: 5px 0;
  }
  .m-consultation__btn {
    width: 240px;
    margin: 20px auto 0;
  }
  .m-consultation-tools {
    margin: 30px 15px;
    position: relative;
  }
  .m-consultation-tools-layout {
    display: flex;
    align-items: center;
    margin: 15px 0;
  }
  .m-consultation-tools__img {
    margin: 0 20px;
    max-width: 80px;
  }
  .m-consultation-tools__txt {
    display: block;
  }
  .m-officemap__ttl {
    font-size: 2.4rem;
    font-weight: 700;
    color: #947c55;
    text-align: center;
  }
  .m-officemap-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
  }
  .m-officemap-list__item {
    color: #fff;
    width: calc(50% - 4px);
    display: block;
    padding: 10px 0;
    text-align: center;
    position: relative;
    background-color: #aebdc6;
    margin: 2px;
    border-radius: 0;
  }
  .m-officemap-list__item::after {
    content: ">";
    transform: scale(1, 1.6) translateY(-1px);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .m-card-item {
    border: solid 1px #947c55;
    display: block;
    margin-bottom: 20px;
  }
  .m-card-item__ttl {
    font-weight: bold;
    padding: 10px;
    border-bottom: dotted 1px #947c55;
  }
  .m-card-item__img {
    min-width: 80px;
  }
  .m-card-item-layout {
    display: flex;
    padding: 8px;
  }
  .m-card-item-info {
    padding: 6px 0 0 20px;
    flex-basis: 100%;
  }
  .m-card-item-info__name {
    font-size: 2.2rem;
    font-weight: bold;
    width: 100%;
  }
  .m-card-item-info__name span {
    font-size: 1.6rem;
    margin-left: 2px;
  }
  .m-card-item-info__desc {
    margin-top: 10px;
  }
  .m-step-panel {
    border: solid 1px #9fa0a0;
  }
  .m-step-panel-txtbox {
    padding: 10px 20px;
  }
  .m-step-panel-txtbox > div {
    margin: 10px 0;
  }
  .m-step-panel__ttl {
    text-align: center;
    font-size: 2rem;
    color: #fff;
    background-color: #9fa0a0;
    padding: 2px 0;
  }
  .m-step-panel__img {
    min-width: 150px;
  }
  .m-step-panel__txt {
    flex-basis: 100%;
    padding-left: 15px;
  }
  .m-step-panel-layout {
    display: flex;
    padding: 8px;
    align-items: center;
    height: calc(100% - 36px);
  }
  .m-teacher {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .m-teacher-layout {
    display: flex;
    align-items: center;
    background-color: #faf5f0;
  }
  .m-teacher-info {
    height: 100%;
    flex-basis: 100%;
  }
  .m-teacher-info__name {
    font-size: 2.4rem;
    font-weight: bold;
    border-bottom: solid 1px #898989;
    padding: 0 20px;
  }
  .m-teacher-info__ttl {
    padding: 4px 20px 0;
    font-size: 1.4rem;
  }
  .m-teacher-comment {
    margin-top: 15px;
    position: relative;
    padding: 10px 15px;
    border: 2px solid #947c55;
    background-color: #fff;
    border-radius: 20px;
  }
  .m-teacher-comment::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 40px;
    top: -15px;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #947c55;
    border-left: 15px solid transparent;
  }
  .m-teacher-comment::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 40px;
    top: -12px;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
  }
  .c-kanban {
    margin: 0 -20px;
  }
  .c-icon.--q {
    width: 20px;
    height: 20px;
    background-image: url(../img/i_qes.png);
    background-size: 20px 20px;
    vertical-align: sub;
    display: inline-block;
    margin: 0 10px;
  }
  .c-icon.--q_w {
    background-image: url(../img/i_qus_w.png);
  }
  .before-i-soudan::before {
    content: "";
    float: left;
    background-image: url(../img/i_soudan.png);
    background-repeat: no-repeat;
    background-size: 30px auto;
    width: 30px;
    height: 20px;
    transform: translateX(5px);
  }
  .before-i-contact::before {
    content: "";
    float: left;
    background-image: url(../img/i_contact.png);
    background-repeat: no-repeat;
    background-size: 25px auto;
    width: 25px;
    height: 20px;
    transform: translateX(5px);
  }
  .before-i-docreq::before {
    content: "";
    float: left;
    background-image: url(../img/i_doc_req.png);
    background-repeat: no-repeat;
    background-size: 20px auto;
    width: 20px;
    height: 20px;
    transform: translateX(5px);
  }
  .c-linkbar {
    display: block;
    text-align: center;
    padding: 6px 0;
    background-color: #ccc;
    color: #fff;
    margin: 10px -15px 0;
  }
  .c-textlink {
    text-align: right;
    margin-top: 10px;
  }
  .c-textlink a {
    color: #003099;
    padding-right: 15px;
    font-weight: bold;
    position: relative;
  }
  .c-textlink a::after {
    content: ">";
    transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .c-textlink a::after {
    right: 0;
    top: -2px;
  }
  .c-bar {
    background-color: #26a2e7;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    padding: 6px 0;
  }
  .c-headline.--line {
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 0 -10px;
  }
  .c-headline.--line > span {
    background: #fff;
    padding: 0 5px;
    position: relative;
    z-index: 1;
  }
  .c-headline.--line::before {
    content: "";
    display: block;
    width: 80%;
    height: 2px;
    background: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .c-headline.--line-w {
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 0 -10px;
    color: #fff;
  }
  .c-headline.--line-w > span {
    padding: 0 5px;
    position: relative;
    z-index: 1;
  }
  .c-headline.--line-w::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .c-headline.--line-main {
    color: #947c55;
  }
  .c-headline.--line-main::before {
    background: #947c55;
  }
  .c-headline.--bar {
    background-color: #002b9c;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    margin: 0 -20px;
  }
  .c-headline.--bar > span {
    font-size: 1.1rem;
    font-weight: normal;
    display: block;
  }
  .c-headline.--color-b {
    color: #009fed;
  }
  .c-headline.--border {
    font-size: 1.9rem;
    line-height: 1.4;
    display: flex;
  }
  .c-headline.--border::before {
    content: "";
    float: left;
    width: 5px;
    background-color: #009fed;
    border-radius: 4px;
    margin-right: 10px;
  }
  .banner {
    margin-top: 20px;
  }
  .banner-list {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 10px 20px 20px;
    margin-top: 40px;
  }
  .banner-list > a {
    display: block;
    flex-basis: calc(50% - 10px);
    margin: 10px 10px 0 0;
  }
  .c-imageset {
    display: flex;
    padding: 15px 0;
  }
  .c-imageset.--border-bottom {
    border-bottom: solid 1px #cecece;
  }
  .c-imageset.--horizontal {
    border: solid 1px #cecece;
    padding: 0;
    height: 100px;
    overflow: hidden;
  }
  .c-imageset.--horizontal .c-imageset__img {
    width: 50%;
    min-width: 50%;
    margin-right: 10px;
  }
  .c-imageset.--horizontal .c-imageset__img img {
    transform: translateY(-40px);
  }
  .c-imageset__img {
    width: 100px;
    min-width: 100px;
    margin-right: 10px;
  }
  .c-imageset__txt {
    width: 150px;
    display: flex;
    align-items: center;
    padding-right: 30px;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
  }
  .c-imageset__txt::after {
    content: ">";
    transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .c-table {
    border: solid 1px #cecece;
  }
  .c-table th {
    width: 90px;
    background-color: #f8f8f8;
  }
  .c-table th,
  .c-table td {
    padding: 5px;
    border: solid 1px #cecece;
  }
  .c-headline-image {
    margin: 0 -20px;
  }
  .c-profile {
    display: flex;
    padding: 15px 0;
  }
  .c-profile__img {
    width: 100px;
    min-width: 100px;
    margin-right: 20px;
  }
  .c-profile__img.--size-S {
    width: 60px;
    min-width: 60px;
  }
  .c-profile__txt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: bold;
  }
  .c-profile__txt strong {
    flex-basis: 100%;
    display: block;
    color: #17a1ea;
    font-size: 1rem;
  }
  .c-profile__txt span {
    flex-basis: 100%;
    display: block;
    font-size: 1.2rem;
  }
  .m-tm-item {
    display: block;
    padding: 25px 0;
    border-bottom: solid 1px #cecece;
  }
  .m-tm-item-info {
    display: flex;
  }
  .m-tm-item:last-child {
    border-bottom: none;
  }
  .m-tm-item::after {
    right: 0;
  }
  .m-tm-item__img {
    min-width: 100px;
    width: 100px;
    height: 100px;
    margin-right: 15px;
  }
  .m-tm-item__img + div {
    flex-basis: 100%;
  }
  .m-tm-item__name {
    font-size: 2.2rem;
    font-weight: bold;
  }
  .m-tm-item__name.--england::before {
    background-image: url(../img/i_england.png);
  }
  .m-tm-item__name::before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 30px;
    vertical-align: bottom;
    margin-right: 10px;
  }
  .m-tm-item__type {
    margin-top: 5px;
  }
  .m-tm-item__label {
    margin-top: 10px;
  }
  .m-tm-item__label > span {
    color: #009fed;
    border: solid 1px #009fed;
    font-size: 1.5rem;
    padding: 6px 10px;
    border-radius: 4px;
    margin: 0 5px 5px 0;
    min-width: 78px;
    text-align: center;
  }
  .m-tm-item__details {
    margin: 20px 0;
    padding: 10px 15px 5px;
    background-color: #f8f8f8;
  }
  .m-tm-item__details > li {
    display: flex;
    margin-bottom: 5px;
  }
  .m-tm-item__details > li > div:first-child {
    min-width: 60px;
  }
  .external-info {
    background-color: #e9f6fd;
    padding: 10px 0;
    position: relative;
  }
  .external-info__lead {
    margin-bottom: 60px;
  }
  .external-info-wrap {
    padding: 0 10px;
  }
  .external-info-loading {
    text-align: center;
    margin: 50px 0;
    width: 100%;
  }
  .external-info-loading img {
    width: 50px;
  }
  .external-info-tab {
    font-weight: 700;
    width: 150px;
    background-color: #17a1ea;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: -42px;
  }
  .external-info-tab a {
    color: #fff;
    padding: 10px;
    display: block;
  }
  .external-info-body {
    height: 370px;
    overflow: scroll;
    -webkit-overflow-scrolling: auto;
    overflow-scrolling: auto;
  }
  .external-info-body-l {
    min-width: 80px;
    margin-right: 20px;
  }
  .external-info-body-r {
    flex-basis: calc(100% - 100px);
  }
  .external-info-body[data-office=online] .external-info-item.online {
    display: flex;
  }
  .external-info-body[data-office=online] .external-info-office.online.is-active {
    display: block;
  }
  .external-info-body[data-office=tokyo] .external-info-item.tokyo {
    display: flex;
  }
  .external-info-body[data-office=tokyo] .external-info-office.tokyo.is-active {
    display: block;
  }
  .external-info-body[data-office=yokohama] .external-info-item.yokohama {
    display: flex;
  }
  .external-info-body[data-office=yokohama] .external-info-office.yokohama.is-active {
    display: block;
  }
  .external-info-body[data-office=nagoya] .external-info-item.nagoya {
    display: flex;
  }
  .external-info-body[data-office=nagoya] .external-info-office.nagoya.is-active {
    display: block;
  }
  .external-info-body[data-office=kyoto] .external-info-item.kyoto {
    display: flex;
  }
  .external-info-body[data-office=kyoto] .external-info-office.kyoto.is-active {
    display: block;
  }
  .external-info-body[data-office=osaka] .external-info-item.osaka {
    display: flex;
  }
  .external-info-body[data-office=osaka] .external-info-office.osaka.is-active {
    display: block;
  }
  .external-info-body[data-office=fukuoka] .external-info-item.fukuoka {
    display: flex;
  }
  .external-info-body[data-office=fukuoka] .external-info-office.fukuoka.is-active {
    display: block;
  }
  .external-info-body[data-office=tokyo] .external-info-item.online {
    display: flex;
  }
  .external-info-body[data-office=yokohama] .external-info-item.online {
    display: flex;
  }
  .external-info-body[data-office=nagoya] .external-info-item.online {
    display: flex;
  }
  .external-info-body[data-office=kyoto] .external-info-item.online {
    display: flex;
  }
  .external-info-body[data-office=osaka] .external-info-item.online {
    display: flex;
  }
  .external-info-body[data-office=fukuoka] .external-info-item.online {
    display: flex;
  }
  .external-info-item {
    flex-basis: 100%;
    margin: 10px 10px 0;
    padding: 10px;
    display: none;
    background-color: #fff;
    border: solid 1px #cecece;
  }
  .external-info-item__img {
    width: 80px;
    height: 80px;
  }
  .external-info-item__img img {
    width: 100%;
    height: auto;
  }
  .external-info-item__date, .external-info-item__label, .external-info-item__city {
    display: inline-block;
    margin: 0 3px;
  }
  .external-info-item__city {
    color: #1985b4;
  }
  .external-info-item__ttl {
    margin-top: 5px;
    font-weight: bold;
  }
  .external-info-office {
    flex-basis: 100%;
    height: 100%;
    background-color: #fff;
    padding: 30px;
    display: none;
  }
  .external-info-office p {
    margin-bottom: 10px;
  }
  .external-info-office-list {
    display: flex;
    padding: 5px 10px;
  }
  .external-info-office-list > li {
    margin-right: 5px;
    padding: 5px;
    font-size: 12px;
  }
  .external-info-office-list > li.is-select {
    background-color: #575bd0;
    color: #fff;
  }
}
/* ----------------------------------------------------------------
  Partials
----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .header {
    box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
  }
  .header__icon {
    position: absolute;
    right: 0;
    top: 15px;
    width: 180px;
    height: 44px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header__icon::before {
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    background-position: left top;
  }
  .header__icon.--contact {
    right: 190px;
    background-color: #172a86;
  }
  .header__icon.--booking {
    background-color: #ff9700;
  }
  .header__icon.--contact::before {
    background-image: url(../img/pc/i_contact.png);
    width: 20px;
    height: 20px;
    background-size: 20px;
    margin: 0 10px 0 -15px;
  }
  .header__icon.--booking::before {
    width: 30px;
    height: 20px;
    background-image: url(../img/pc/i_booking.png);
    margin: 0 10px 0 -20px;
  }
  .header__logo {
    width: 278px;
    height: 70px;
    display: block;
    margin-top: 10px;
  }
  .header__logo img {
    width: 100%;
    height: auto;
  }
  .header-inner {
    width: 1000px;
    margin: 0 auto;
    height: 132px;
    padding: 20px 0;
    position: relative;
  }
  .header-recept {
    position: absolute;
    right: 0;
    bottom: 16px;
    display: flex;
  }
  .header-recept__time {
    font-size: 1.2rem;
    text-align: right;
    margin-left: 15px;
  }
  .header-menu-list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-menu-list > li {
    border-right: dashed 1px #947c55;
  }
  .header-menu-list > li:last-child {
    border-right: none;
  }
  .header-menu a {
    display: block;
    padding: 20px;
    color: #947c55;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    width: 100%;
    height: 85px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    transition: top 0.3s ease;
    background-color: #fff;
    box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.3);
  }
  .header-inner {
    padding: 4px;
    display: flex;
    flex-wrap: wrap;
  }
  .header-philosophy {
    font-size: 1.3rem;
  }
  .header__logo {
    width: 50vw;
    padding: 10px 8px;
    display: flex;
    align-items: center;
  }
  .header__logo img {
    max-width: 160px;
  }
  .header__icon {
    font-size: 1rem;
    position: relative;
    display: block;
    text-align: center;
    width: 60px;
    height: 60px;
    color: #fff;
  }
  .header__icon::before {
    display: block;
    content: "";
    width: 28px;
    height: 28px;
    margin: 0 auto 4px;
    background-repeat: no-repeat;
    background-position: left top;
  }
  .header__icon.--contact {
    background-color: #172a86;
  }
  .header__icon.--contact::before {
    background-image: url("../img/pc/i_contact.png");
    width: 24px;
    height: 24px;
    margin: 6px auto 3px;
    background-size: 24px auto;
  }
  .header__icon.--booking {
    background-color: #ff9700;
  }
  .header__icon.--booking::before {
    background-image: url(../img/pc/i_booking.png);
    margin: 10px auto -5px;
  }
  .header-menu-trigger {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 56px;
    height: 60px;
    background-color: #fff;
    transition: top 0.3s ease;
    z-index: 10000;
  }
  .header-menu-trigger::after {
    content: "MENU";
    display: block;
    position: absolute;
    left: 0;
    bottom: 5px;
    font-size: 1rem;
    width: 100%;
    text-align: center;
  }
  .header-menu-trigger .line {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
    height: 3px;
    background-color: #110f55;
    border-radius: 10px;
  }
  .header-menu-trigger > span {
    display: inline-block;
    box-sizing: border-box;
    transition: all 0.4s;
  }
  .header-menu-trigger > span:first-of-type {
    top: 10px;
  }
  .header-menu-trigger > span:nth-of-type(2) {
    top: 18px;
  }
  .header-menu-trigger > span:nth-of-type(3) {
    top: 26px;
  }
  .header-menu-trigger.is-active > span:first-of-type {
    transform: translateY(13px) rotate(-45deg);
  }
  .header-menu-trigger.is-active > span:nth-of-type(2) {
    opacity: 0;
  }
  .header-menu-trigger.is-active > span:nth-of-type(3) {
    transform: translateY(-3px) rotate(45deg);
  }
  .header-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 60px 15px 0;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .header-menu-inner {
    background-color: #fff;
  }
  .header-menu-inner ul {
    font-size: 0;
  }
  .header-menu-inner ul li {
    border-top: solid 1px #cecece;
  }
  .header-menu-inner ul li a {
    display: block;
    font-size: 1.4rem;
    padding: 8px 15px;
    position: relative;
  }
  .header-menu-inner ul li a::after {
    content: ">";
    transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .header-menu-inner ul li ul {
    margin: 10px 20px 20px;
  }
  .header-menu__tel a {
    display: block;
    text-align: center;
    padding: 10px 0;
    border-top: solid 1px #ccc;
  }
  .header-menu__tel a img {
    width: 200px;
  }
  .header-menu-contact {
    display: flex;
  }
  .header-menu__logo a {
    display: block;
    text-align: center;
    padding: 10px 0;
    border-top: solid 1px #ccc;
  }
  .header-menu__logo a img {
    width: 200px;
  }
  .header-menu.is-open {
    pointer-events: auto;
    opacity: 1;
  }
  .header-menu-toggle {
    position: relative;
  }
  .header-menu-sub-trigger {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: -5px;
    transform: scale(1, -1);
    transition: transform 0.3s ease;
    transform-orign: center;
  }
  .header-menu-sub-trigger.is-active {
    transform: scale(1, 1);
  }
  .header-nav {
    display: none;
  }
  .header-sns {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .contact-overlay {
    height: 85px;
    position: fixed;
    bottom: 0;
    z-index: 10;
    transition: height 0.3s ease;
    opacity: 0.9;
    right: 0;
    margin: auto;
    width: 500px;
  }
  .contact-overlay:hover {
    opacity: 1;
  }
  .contact-overlay-menu {
    display: flex;
    background-color: #fff;
  }
  .contact-overlay-menu.is-disabled {
    opacity: 0;
    pointer-events: none;
    background-color: transparent;
  }
  .contact-overlay-menu > * {
    display: flex;
    flex-basis: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 85px;
    font-size: 2rem;
    font-weight: bold;
    border: solid 1px #cecece;
    cursor: pointer;
  }
  .contact-overlay-menu > a {
    position: relative;
  }
  .contact-overlay-menu > a::after {
    content: ">";
    transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .contact-overlay-menu > a::after {
    color: #003894;
    right: 3px;
  }
  .contact-overlay-menu > div {
    background-color: #f4a14a;
    color: #fff;
  }
  .contact-overlay-menu > div span {
    font-weight: bold;
    font-size: 2.6rem;
    margin-left: 10px;
    width: 10px;
  }
  .contact-overlay-body {
    background-color: #fff;
  }
  .contact-overlay-body__tel {
    text-align: center;
    padding: 10px 0;
  }
  .contact-overlay-body__tel img {
    width: 200px;
  }
  .contact-overlay-body-contact {
    display: flex;
  }
  .contact-overlay-body-contact img {
    width: 100%;
    height: auto;
  }
  .contact-overlay__close {
    position: absolute;
    right: 30px;
    top: 97px;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .contact-overlay__close img {
    width: 20px;
  }
  .l-footer {
    border-top: solid 1px #947c55;
    position: relative;
    margin-top: 100px;
    padding-bottom: 100px;
  }
  .footer__logo {
    float: left;
  }
  .footer__logo img {
    width: 300px;
  }
  .footer__corp {
    clear: both;
    padding-top: 20px;
  }
  .footer__address {
    font-size: 1.2rem;
    margin-top: 8px;
    line-height: 1.6;
    width: 540px;
  }
  .footer__jcross {
    margin-top: 20px;
    font-size: 1.2rem;
  }
  .footer-linklist {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 300px;
    transform: translateX(350px);
    z-index: 1;
    top: 40px;
  }
  .footer-linklist > li {
    margin-top: 10px;
  }
  .footer-linklist > li a {
    display: block;
    position: relative;
  }
  .footer-linklist > li a::after {
    content: ">";
    transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .footer-inner {
    width: 1000px;
    margin: 0 auto;
    height: 330px;
    padding: 40px 0;
    position: relative;
  }
  .footer-otherlink {
    position: absolute;
    left: 0;
    bottom: -24px;
  }
  .footer-otherlink a {
    color: #fff;
    font-size: 1.2rem;
  }
  .footer-otherlink a:last-child::after {
    display: none;
  }
  .footer-otherlink a::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1em;
    background-color: #fff;
    margin: 0 12px;
    position: relative;
    top: 2px;
  }
  .footer-sns {
    width: 300px;
    float: left;
    margin: 14px 0 0 50px;
    display: flex;
  }
  .footer-sns > * {
    margin-right: 20px;
  }
  .footer-sns img {
    width: 26px;
    height: 26px;
  }
  .footer-copyright {
    color: #fff;
    padding: 6px 0 0;
    background-color: #947c55;
    height: 30px;
  }
  .footer-copyright > div {
    width: 1000px;
    margin: 0 auto;
    text-align: right;
    font-size: 1.2rem;
    min-height: 1.1em;
  }
}
@media screen and (max-width: 767px) {
  .contact-overlay {
    height: 50px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    transition: height 0.3s ease;
    opacity: 0.9;
  }
  .contact-overlay-menu {
    display: flex;
    background-color: #fff;
  }
  .contact-overlay-menu.is-disabled {
    opacity: 0;
    pointer-events: none;
    background-color: transparent;
  }
  .contact-overlay-menu > * {
    display: flex;
    flex-basis: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 50px;
    border: solid 1px #cecece;
  }
  .contact-overlay-menu > a {
    position: relative;
  }
  .contact-overlay-menu > a::after {
    content: ">";
    transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .contact-overlay-menu > a::after {
    color: #003894;
    right: 3px;
  }
  .contact-overlay-menu > div {
    background-color: #f4a14a;
    color: #fff;
  }
  .contact-overlay-menu > div span {
    font-weight: bold;
    font-size: 2rem;
    margin-left: 10px;
  }
  .contact-overlay-body {
    background-color: #fff;
  }
  .contact-overlay-body__tel {
    text-align: center;
    padding: 10px 0;
  }
  .contact-overlay-body__tel img {
    width: 200px;
  }
  .contact-overlay-body-contact {
    display: flex;
  }
  .contact-overlay__close {
    position: absolute;
    right: 30px;
    top: 62px;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
  }
  .contact-overlay__close img {
    width: 12px;
  }
  .footer-linklist > li a {
    position: relative;
    display: block;
    background-color: #eee;
    font-size: 1.4rem;
    padding: 8px 30px;
    border-top: solid 1px #ccc;
  }
  .footer-linklist > li a::after {
    content: ">";
    transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .footer-inner {
    border-top: solid 2px #947c55;
    padding: 20px 0 5px;
  }
  .footer__logo {
    width: 280px;
    margin: 0 auto;
  }
  .footer-otherlink {
    border-bottom: solid 1px #947c55;
    text-align: center;
    padding: 5px 0;
  }
  .footer-otherlink > a {
    color: #947c55;
    font-size: 1.2rem;
    position: relative;
  }
  .footer-otherlink > a::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1em;
    background-color: #947c55;
    margin: 0 10px;
    position: relative;
    top: 2px;
  }
  .footer-otherlink > a:last-child::after {
    display: none;
  }
  .footer-sns {
    padding: 8px 20px 5px;
  }
  .footer-sns > a {
    margin-right: 10px;
  }
  .footer-sns__like {
    float: right;
    margin-top: 6px;
  }
  .footer-sns img {
    width: 30px;
    height: 30px;
  }
  .footer-copyright {
    color: #fff;
    background-color: #947c55;
    text-align: center;
    font-size: 1.2rem;
    padding: 3px 0 65px;
  }
}
.s-heading {
  line-height: 1.25;
  font-size: 2.4rem;
  font-weight: bold;
  color: #947c55;
  text-align: center;
}
@media (min-width: 768px) {
  .s-heading {
    font-size: 4.8rem;
  }
}

.s-heading-2 {
  line-height: 1.25;
  font-size: 1.6rem;
  color: #947c55;
}
@media (min-width: 768px) {
  .s-heading-2 {
    font-size: 2rem;
  }
}
.s-heading-2 strong {
  font-size: 2em;
  margin-right: 0.5em;
}

.s-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.s-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border: 1px solid hsla(0, 0%, 0%, 0.25);
  border-radius: 5px;
  font-size: 16px;
}

.s-pagination .page-numbers.current {
  background-color: #009fed;
  color: #fff;
}

.s-article {
  display: grid;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .s-article {
    grid-template-columns: auto 1fr;
    gap: 4rem;
    align-items: center;
  }
}
.s-article__date {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .s-article__date {
    font-size: 1.4rem;
  }
}
.s-article__text {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .s-article__text {
    font-size: 1.6rem;
  }
}

.s-articles {
  --gap: 1.5rem;
  display: grid;
  gap: var(--gap);
}
@media (min-width: 768px) {
  .s-articles {
    --gap: 3rem;
  }
}
.s-articles__item {
  padding-top: var(--gap);
  border-top: 1px solid #ccc;
}
.s-articles__item:first-child {
  border-top: none;
}

.s-section {
  --gap: 2rem;
  display: grid;
  gap: var(--gap);
}
@media (min-width: 768px) {
  .s-section {
    --gap: 4rem;
  }
}
.s-section__date {
  text-align: right;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .s-section__date {
    font-size: 1.4rem;
  }
}
.s-section__body {
  display: grid;
  gap: var(--gap);
  grid-template-columns: minmax(0, 1fr);
}

.s-section-2 {
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

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