@charset "UTF-8";
/*!  大蔵山スタジオ株式会社 https://okurayamastudio.co.jp v__VERSION__ */
*,
::before,
::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p,
address,
em, img,
small, strong, sub, sup,
b, i,
dl, dt, dd, ol, ul, li,
form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figcaption, figure,
footer, header, nav, section, main,
time,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

body {
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  background-color: #f6f6f6;
  color: #221815;
}

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

ol, ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #221815;
}

table {
  border-collapse: collapse;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #808080;
  margin: 1em 0;
  padding: 0;
}

button,
input,
select,
textarea {
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
  color: inherit;
  line-height: inherit;
  margin: 0;
}

input, select {
  vertical-align: middle;
}

optgroup {
  margin: 0;
}

button,
select {
  text-transform: none;
}

svg {
  fill: currentColor;
}

html {
  font-size: 87.5%;
  position: relative;
  min-height: 100%;
  height: 100%;
}

body {
  background: #f6f6f6;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 0.8125rem;
  line-height: 2.0769230769;
  min-width: 320px;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
a:hover {
  color: #221815;
}

ol, ul {
  list-style: none;
}

img[data-prepared] {
  -webkit-transition: opacity 0.27s;
  transition: opacity 0.27s;
}
img[data-src] {
  opacity: 0;
}

.en {
  font-size: 0.8125rem;
  line-height: 1.9230769231;
}

h1, h2 {
  font-family: "Times New Roman", Times, Arial, serif;
  font-size: 1.5rem;
  line-height: 1.3541666667;
  font-weight: normal;
}

.ctr {
  padding: 50px 20px 70px;
}
.ctr .hd {
  text-align: center;
  margin: 0 0 25px;
}

.wrp {
  padding-top: 0;
  padding-bottom: 96px;
}
.wrp.notfound {
  text-align: center;
}

#bn {
  padding: 35px 20px 25px;
  text-align: center;
}
#bn:before {
  display: block;
  content: "";
  width: 52.5px;
  height: 52.5px;
  margin: 0 auto 20px;
  background: url(/images/lg.svg) no-repeat 50% 50%;
  background-size: contain;
}

#nv {
  font-family: "Times New Roman", Times, Arial, serif;
  position: fixed;
  top: 0;
  left: 0;
  font-size: 0.90625rem;
  line-height: 1.2413793103;
  z-index: 16;
  padding: 20px 20px 20px 52.5px;
}
#nv svg {
  position: absolute;
  top: 15px;
  left: 15px;
  cursor: pointer;
}
#nv svg g {
  stroke: #000;
  stroke-width: 1px;
}
#nv div {
  display: none;
}
#nv a {
  text-decoration: underline;
}

#ci {
  font-size: 0.8125rem;
  line-height: 1.1538461538;
  text-align: center;
  padding: 25px 20px;
}
#ci .fc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95px;
  margin: 0 auto 27px;
}
#ci a {
  display: block;
  width: 35px;
  height: 35px;
  background: no-repeat 50% 50%;
  background-size: contain;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#ci a:hover {
  opacity: 0.6;
}
#ci a.fb {
  background-image: url(/images/fb.png);
}
#ci a.ig {
  background-image: url(/images/ig.png);
}

a.btn {
  font-size: 0.8125rem;
  line-height: 1.9230769231;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.25rem auto 0;
  text-align: center;
  border: 1px solid #000;
  width: 16.25rem;
  height: 2.8125rem;
  text-decoration: none;
  background: transparent;
}
a.btn:hover {
  opacity: 0.6;
}
.hm #bn img {
  display: block;
  width: 186px;
  height: 37.3624454148px;
  margin: 0 auto;
}
.hm #bn:before {
  width: 55px;
  height: 55px;
}
.hm .nv {
  text-align: center;
  margin-top: 20px;
  font-family: "Times New Roman", Times, Arial, serif;
  padding: 0 2em;
}
.hm .nv li {
  display: inline-block;
  color: #777;
  font-size: 0.90625rem;
  line-height: 1.2413793103;
}
.hm .nv li.act {
  color: #221815;
  text-decoration: underline;
}
.hm .nv li:not(.act) {
  cursor: pointer;
}
.hm .nv li + li {
  margin: 0 0 0 1em;
}
.hm .cl + .cl {
  margin-top: 30px;
}
.hm .abt h3 {
  margin: 0 0 0.8125rem;
}
.hm .abt .en h3 {
  margin: 0 0 0.8125rem;
}
.hm .abt .fg {
  margin: 30px auto 0;
  max-width: 900px;
}
.hm .abt .ic {
  position: relative;
}
.hm .abt .ic:before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding: 0 0 100%;
}
.hm .abt .ic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.hm .okr .ic {
  max-width: 700px;
}
.hm .okr .ic:before {
  padding: 0 0 66.3076923077%;
}
.hm .dtk .ic {
  max-width: 500px;
}
.hm .dtk .ic:before {
  padding: 0 0 100%;
}
.hm .lgm .ic {
  max-width: 700px;
}
.hm .lgm .ic:before {
  padding: 0 0 66.6153846154%;
}
.hm .hst .ic {
  max-width: 700px;
}
.hm .hst .ic:before {
  padding: 0 0 66.6923076923%;
}
.hm .fcl .ic {
  max-width: 700px;
}
.hm .fcl .ic:before {
  padding: 0 0 66.3076923077%;
}
.hm .prf dt {
  font-family: YuGothic, "Yu Gothic", "游ゴシック", sans-serif;
}
.hm .otl dt {
  font-weight: bold;
  border-top: 1px solid #d1d1d1;
  padding: 10px 0 0;
}
.hm .otl dd p + p {
  margin-top: 0.8em;
}
.hm .otl dd + dt {
  margin: 10px 0 0;
}
.hm .otl .map {
  margin-top: 20px;
}
.hm .otl .map .mc {
  width: 100%;
  position: relative;
}
.hm .otl .map .mc:before {
  display: block;
  content: "";
  padding: 0 0 64.1791044776%;
}
.hm .otl .map p {
  font-size: 0.875rem;
  line-height: 3.5714285714;
}
.hm .otl .map p a {
  text-decoration: underline;
}
.hm .hst dt {
  font-weight: bold;
}
.hm .hst dd + dt {
  margin-top: 12px;
}
.hm .abt .hide, .hm .prf .hide {
  display: none;
}
.hm .prt {
  width: 250px;
  margin: 20px auto 0;
  text-align: center;
}
.hm .prt .ic {
  position: relative;
}
.hm .prt .ic:before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding: 0 0 100%;
}
.hm .prt .ic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.hm .prt > .ic {
  width: 100%;
  margin: 0 auto 15px;
}
.hm .prt > .ic:before {
  padding: 0 0 66.7%;
}
.hm .prt figcaption {
  font-family: "Times New Roman", Times, Arial, serif;
  font-size: 0.75rem;
  line-height: 1.8333333333;
}
.hm .prt figcaption .ic {
  width: 150px;
  margin: 15px auto 0;
}
.hm .prt figcaption .ic:before {
  padding: 0 0 20%;
}
.hm .bsn .hd {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
}
.hm .bsn .hd p {
  margin-top: 20px;
}
.hm .bsn .hd p + p {
  margin-top: 5px;
}
.hm .bsn .cl {
  border: 7px #fff solid;
  padding: 24px 18.5px;
}
.hm .bsn .cl header {
  text-align: center;
  margin: 0 0 30px;
}
.hm .bsn .cl header .ic {
  position: relative;
  width: 12.5rem;
  margin: 0 auto 1.75rem;
}
.hm .bsn .cl header .ic:before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding: 0 0 140%;
}
.hm .bsn .cl header .ic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.hm .bsn .cl header p {
  font-size: 0.8125rem;
  line-height: 1.7692307692;
  text-align: left;
}
.hm .bsn .cl header p br {
  display: none;
}
.hm .bsn .cl header p.en {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 4px;
}
.hm .bsn h3 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: normal;
  margin: 0 0 30px;
}
.hm .bsn small {
  display: block;
  font-size: 0.8125rem;
  line-height: 2.0769230769;
}
.hm .bsn div {
  font-size: 0.71875rem;
  line-height: 2.0869565217;
}
.hm .bsn div.en {
  margin-top: 12px;
  font-size: 0.71875rem;
  line-height: 1.7391304348;
}
.hm .bsn a.btn {
  margin: 1.5625rem auto 0;
  width: 100%;
  height: 3.75rem;
  max-width: 17.1875rem;
}
.hm .bsn a.btn small {
  font-size: 0.71875rem;
  line-height: 1.5652173913;
}
.hm .ctc {
  padding-bottom: 125px;
}
.hm .ctc .en {
  margin-top: 15px;
}
.hm .as {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid #ddd;
  border-width: 1px 0;
  width: 100%;
  height: 3.75rem;
  margin: 1.40625rem 0;
  padding: 0 1.25rem;
  background: #fff;
}
.hm .as p {
  width: 50%;
  background: #fff;
}
.hm .as a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-decoration: none;
  text-align: center;
  font-size: 0.6875rem;
  line-height: 1.7272727273;
  width: 100%;
  height: 100%;
  background: url(/images/a2.svg) no-repeat 0.375rem 50%;
  background-size: 0.46875rem;
}
.hm .as a:hover {
  opacity: 0.6;
}
.hm .as small {
  font-size: 0.8em;
}

.rcr .li {
  border: 1px solid #000;
  font-size: 0.8125rem;
  line-height: 2.0769230769;
}
.rcr .li + .li {
  margin-top: 20px;
}
.rcr h3 {
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.5333333333;
  padding: 19px 24px;
  cursor: pointer;
}
.rcr h3:before {
  display: inline-block;
  content: "";
  background: url(/images/a1.svg) no-repeat 50% 50%;
  width: 10px;
  height: 10px;
  background-size: contain;
  margin: 0 7.5px 0 0;
}
.rcr .ct {
  padding: 11px 24px 0;
}
.rcr dt {
  font-family: YuGothic, "Yu Gothic", "游ゴシック", sans-serif;
  font-weight: bold;
}
.rcr dd + dt {
  margin-top: 14px;
}
.rcr footer {
  border-top: 1px solid #ccc;
  margin: 27.5px 24px 0;
  padding: 24px 0 45px;
}
.rcr footer .btn {
  margin-top: 30px;
}
.rcr .li.close h3:before {
  background-image: url(/images/a0.svg);
}
.rcr .li.close h3 ~ div, .rcr .li.close h3 ~ footer {
  display: none;
}

.inf .fc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 20px;
}
.inf .fc a {
  text-decoration: none;
  display: block;
}
.inf .fc span {
  width: calc(50% - 12.5px);
  height: 0;
}
.inf .ic {
  position: relative;
  margin: 0 0 10px;
}
.inf .ic:before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding: 0 0 100%;
}
.inf .ic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.inf .ic.press {
  background: #fff;
}
.inf .ic.press img {
  max-width: 90%;
  height: auto;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.inf .ic.press.vrt img {
  max-height: 90%;
  max-width: none;
}
.inf h4 {
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}
.inf small {
  font-size: 0.65625rem;
  line-height: 1.4285714286;
  color: #888;
  font-family: sans-serif;
  display: block;
  margin: 5px 0 0;
}
.inf .a {
  margin: 20px 0 0;
  text-align: right;
}
.inf .nx {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  font-size: 0.875rem;
  line-height: 1.0714285714;
  padding: 40px 0;
  text-align: center;
  width: 100%;
}

.ldp {
  text-align: center;
  padding: 2em;
}

#cv {
  width: 100%;
  height: 100vw;
  position: relative;
}
#cv .l {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
#cv .f {
  opacity: 0;
  z-index: 1;
}
#cv .b {
  z-index: 0;
}
#cv .i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
}
#cv .i.v0 {
  background-image: url("/images/m/0.jpg");
}
#cv .i.v1 {
  background-image: url("/images/m/1.jpg");
}
#cv .i.v2 {
  background-image: url("/images/m/2.jpg");
}
#cv .i.v3 {
  background-image: url("/images/m/3.jpg");
}
#cv .i.v4 {
  background-image: url("/images/m/4.jpg");
}
#cv .i.a {
  -webkit-transition: opacity 1.4s ease 0.35s;
  transition: opacity 1.4s ease 0.35s;
}
#cv .i.s {
  opacity: 1;
}
#cv.p .l {
  opacity: 0;
}

#map {
  background: #f6f6f6;
}
#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#bn.sgl:after {
  display: block;
  height: 0;
  padding: 0 0 20px;
  width: 100%;
  border-bottom: 1px solid #808080;
  content: "";
}
#bn.sgl p {
  font-size: 0.9375rem;
  line-height: 1.5;
}
#bn.sgl time {
  margin: 0 0 0 10px;
}
#bn.sgl p + h1 {
  margin: 5px 0;
  font-size: 1.125rem;
  line-height: 1.3888888889;
}
#bn.sgl small {
  font-family: YuGothic, "Yu Gothic", "游ゴシック", sans-serif;
  color: #888;
  font-size: 0.625rem;
  line-height: 2;
}
.etr.sgl p + p {
  margin-top: 22.5px;
}
.etr.sgl img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.etr.sgl img + img {
  margin-top: 10px;
}
.etr.sgl .cnt {
  margin-top: 20px;
}
.etr.sgl .glr {
  margin-top: 40px;
}
.etr.sgl + aside {
  padding-top: 20px;
}
.pg.ctc header p + p {
  margin-top: 10px;
}
.pg.ctc header small {
  display: block;
  font-size: 0.75em;
  color: #f00;
  margin-top: 1.5625rem;
}
.pg.ctc > .tx p {
  margin: 0 0 27.5px;
}
.pg.ctc hr {
  margin: 10px 0 25px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
  font-size: 1rem;
  line-height: 1.75;
  padding: 4px;
}

input.sht {
  width: 60%;
}
input.mdl {
  width: 80%;
}

input[type=number].sht {
  width: 40%;
}

input[type=radio] {
  margin: 0 4px 0 0;
  vertical-align: 1px;
}

.trd input:invalid, .trd textarea:invalid {
  border-color: #f00;
}

select {
  display: block;
}

button {
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  border: 1px solid #000;
  background: #fff;
  font-size: 0.8125rem;
  line-height: 2.0769230769;
  display: block;
  width: 225px;
  height: 45px;
  padding: 9px 0;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}
button:not([disabled]) {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  cursor: pointer;
}
button:not([disabled]):hover {
  opacity: 0.6;
}
button[disabled] {
  border-color: #ddd;
  background-color: #eee;
  color: #ccc;
}

.cfs {
  background: #f6f6f6;
}
.cfs .type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 70px;
  margin: 0 0 30px;
}
.cfs .type p {
  height: 100%;
}
.cfs .type span {
  cursor: pointer;
  border: 1px solid #ccc;
  background: #fff;
  height: 50px;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.1538461538;
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cfs .type span.current {
  border-color: #000;
  color: #000;
  position: relative;
}
.cfs .type span.current:after {
  position: absolute;
  content: "";
  display: block;
  border: solid transparent;
  border-width: 8px 5.5px;
  border-top-color: #000;
  bottom: -16px;
  left: calc(50% - 5.5px);
}
.cfs .type em {
  font-style: normal;
}
.cfs .type br {
  display: inline;
}
.cfs form {
  padding: 0 5px;
}
.cfs .fs + .fs {
  margin-top: 20px;
}
.cfs .ts.hide:not(.show) {
  display: none;
}
.cfs .ts.hide sup {
  display: none;
}
.cfs .ts.not-req sup {
  display: none;
}
.cfs label {
  display: block;
  letter-spacing: normal;
}
.cfs label p {
  margin: 0 0 5px;
}
.cfs label p.slct {
  margin-bottom: 30px;
}
.cfs label a {
  text-decoration: underline;
}
.cfs fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.cfs fieldset.inline label {
  display: inline-block;
  margin: 0.2em 0.5em;
}
.cfs fieldset.rdb label {
  margin: 5px 0 0;
  padding: 0 0 0 0.9375rem;
  text-indent: -0.9375rem;
}
.cfs legend {
  padding: 0;
  margin: 0;
  width: 100%;
}
.cfs label, .cfs label p, .cfs legend, .cfs legend p {
  font-size: 0.8125rem;
  line-height: 1.6923076923;
}
.cfs label small, .cfs legend small {
  font-size: 0.6875rem;
  font-family: "Times New Roman", Times, Arial, serif;
  margin: 0 0 0 1em;
}
.cfs label sup, .cfs legend sup {
  font-size: 0.6875rem;
  margin: 0 0 0 1em;
  color: #f00;
}
.cfs input[type=checkbox] {
  margin: 0 6px 0 0;
}
.cfs textarea {
  height: 11rem;
}
.cfs button {
  margin: 40px auto 0;
}
.cfs small.invalid {
  font-size: 0.8em;
  color: #f00;
}
.cfs > div.message p {
  margin-top: 40px;
  text-align: center;
}
.cfs > div.message p.success {
  color: #06f;
}
.cfs > div.message p.error {
  color: #f00;
}
.cfs .fs.address,
.cfs .fs.question {
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 30px;
  margin: 30px auto;
}
.cfs .fs.address > fieldset > legend,
.cfs .fs.question > fieldset > legend {
  color: #777;
  border-bottom: 1px solid #c5c5c5;
}
.cfs .fs.address div,
.cfs .fs.question div {
  margin-top: 20px;
}
.cfs .fs.agree {
  margin: 20px auto 0;
}
.cfs .scrl {
  width: 100%;
  height: 200px;
  background: #fff;
  border: 1px solid #ccc;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.cfs .scrl .tx {
  padding: 15px;
  font-size: 0.8125rem;
  line-height: 1.8461538462;
}
.cfs .scrl .tx p + p {
  margin: 1em 0 0;
}
.cfs .scrl + label {
  margin-top: 10px;
  padding: 0 0 0 0.9375rem;
  text-indent: -0.9375rem;
}
.cfs .fs.notice br {
  display: none;
}

.cfs .type span {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 3.75rem;
}
.cfs .type p {
  width: calc((100% - 13px) / 2);
}
.cfs .type small {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8571428571em;
}
.cfs .fs.category label {
  margin: 8px 0 0;
  padding: 0 0 0 1.25rem;
  text-indent: -1.25rem;
  line-height: 1.375;
}
.cfs .fs.agree label {
  padding: 0 0 0 1.25rem;
  text-indent: -1.25rem;
  line-height: 1.75;
}
.cfs button {
  font-size: 0.8125rem;
  line-height: 2.0769230769;
  display: block;
  width: 14.0625rem;
  height: 3.75rem;
  padding: 0.46875rem 0;
  text-align: center;
}
.cfs button small {
  display: block;
  font-size: 0.71875rem;
  line-height: 1.5652173913;
}
@media only screen and (min-width: 321px) {
  html {
    font-size: 100%;
  }
}
@media only screen and (min-width: 481px) {
  body {
    font-size: 1rem;
    line-height: 2.125;
  }
  .hm .bsn .hd {
    font-size: 1rem;
    line-height: 1.75;
  }
  .inf h4 {
    font-size: 1rem;
    line-height: 1.75;
  }
  .cfs .type br {
    display: none;
  }
}
@media only screen and (min-width: 601px) {
  .hm .as {
    border: none;
    padding: 0;
    background: none;
  }
  .hm .as p {
    width: 225px;
  }
  .hm .as p + p {
    margin: 0 0 0 15px;
  }
  .hm .as a {
    font-size: 0.78125rem;
    line-height: 1.52;
    border: 1px solid #999;
    background-position: 0.75rem 50%;
  }
  .pg.ctc header small {
    margin-top: 50px;
  }
  .cfs .fs.notice br {
    display: inline;
  }
  .cfs .type span {
    height: 3.125rem;
  }
  .cfs .fs.agree label {
    padding: 0 0 0 1.75rem;
    text-indent: -1.75rem;
  }
}
@media only screen and (min-width: 769px) {
  .en {
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
  h1, h2 {
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
  h1 br, h2 br {
    display: none;
  }
  .ctr {
    padding: 105px 40px;
    margin: 0 auto;
  }
  .ctr .hd {
    margin: 0 0 50px;
  }
  .wrp {
    padding-top: 0;
  }
  #bn {
    padding: 110px 0 50px;
  }
  #bn:before {
    width: 84px;
    height: 84px;
    margin: 0 auto 35px;
  }
  #nv {
    display: block;
    width: 100%;
    z-index: 128;
    padding: 0;
    font-size: 0.9375rem;
    line-height: 2;
  }
  #nv svg {
    display: none;
  }
  #nv div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
  }
  #nv a {
    text-decoration: none;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #nv a:hover {
    opacity: 0.6;
  }
  #nv a ~ a {
    margin: 0 0 0 25px;
  }
  #nv.fx {
    background: #f6f6f6;
  }
  #ci .fc {
    width: 92px;
  }
  #ci a {
    width: 32px;
    height: 32px;
  }
  a.btn {
    width: 300px;
    height: 60px;
    font-size: 1rem;
    line-height: 1.875;
    margin-top: 40px;
  }
  .hm {
    height: 100%;
    padding-top: 60px;
  }
  .hm #bn {
    padding-bottom: 30px;
  }
  .hm #bn img {
    width: 229px;
    height: 46px;
  }
  .hm #bn:before {
    width: 84px;
    height: 84px;
  }
  .hm .nv {
    margin-top: 20px;
    padding: 0;
  }
  .hm .nv li {
    font-size: 1rem;
    line-height: 1.875;
  }
  .hm .nv li + li {
    margin: 0 0 0 25px;
  }
  .hm .clm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
  }
  .hm .cl {
    width: calc(50% - 25px);
    margin: 0;
  }
  .hm .cl.jst {
    text-align: justify;
  }
  .hm .cl + .cl {
    margin-top: 0;
  }
  .hm .abt h3 {
    margin: 0 0 0.625rem;
  }
  .hm .abt .en h3 {
    margin: 0.25rem 0 0.9375rem;
  }
  .hm .abt .fg {
    margin: 60px auto 0;
  }
  .hm .otl {
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
  }
  .hm .otl dt {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
  .hm .otl dd {
    font-size: 0.9375rem;
    line-height: 2;
  }
  .hm .otl .en dd {
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
  .hm .otl .map {
    margin: 50px auto 0;
    width: 100%;
    max-width: 700px;
  }
  .hm .otl .map .mc:before {
    padding: 0 0 450px;
  }
  .hm .hst dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%;
  }
  .hm .hst dt {
    width: 60px;
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
  .hm .hst dd {
    width: calc(100% - 60px);
    font-size: 0.9375rem;
    line-height: 2;
  }
  .hm .hst dd ~ dt, .hm .hst dd ~ dd {
    margin-top: 15px;
  }
  .hm .hst .en dd {
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
  .hm .prt {
    width: 500px;
    margin: 60px auto 0;
  }
  .hm .prt > .ic {
    margin-bottom: 25px;
  }
  .hm .prt figcaption {
    font-size: 1rem;
    line-height: 2.125;
  }
  .hm .prt figcaption .ic {
    width: 210px;
  }
  .hm .bsn .hd p {
    margin-top: 10px;
  }
  .hm .bsn .hd p br {
    display: none;
  }
  .hm .bsn .cl {
    border: none;
    padding: 0;
    width: 30.5555555556%;
  }
  .hm .bsn .cl header {
    margin: 0 0 35px;
  }
  .hm .bsn .cl header .ic {
    width: 82%;
    max-width: 350px;
    margin: 0 auto 1.875rem;
  }
  .hm .bsn .cl header p {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.04em;
    min-height: 10em;
  }
  .hm .bsn .cl header p.en {
    margin-top: 10px;
    line-height: 1.7857142857;
    letter-spacing: 0.02em;
    min-height: 10.7142857143em;
  }
  .hm .bsn h3 {
    font-size: 20;
    line-height: 1.55;
    margin: 0 0 1.875rem;
    letter-spacing: 0.04em;
  }
  .hm .bsn small {
    line-height: 1.6153846154;
    letter-spacing: 0.02em;
  }
  .hm .bsn div {
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
  .hm .bsn div.en {
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
  .hm .bsn a.btn {
    width: 100%;
    max-width: none;
    height: 86px;
  }
  .hm .bsn a.btn p {
    font-size: 0.8125rem;
    letter-spacing: 0.04em;
    line-height: 2.6153846154;
  }
  .hm .bsn a.btn small {
    font-size: inherit;
  }
  .hm .bsn a.btn span {
    display: none;
  }
  .hm .ctc .en {
    margin-top: 20px;
  }
  .rcr .li {
    max-width: 800px;
    margin: 0 auto;
  }
  .rcr .li + .li {
    margin-top: 20px;
  }
  .rcr h3 {
    font-size: 1.25rem;
    line-height: 1.7;
    padding: 42px 32px;
  }
  .rcr h3:before {
    width: 16px;
    height: 16px;
    margin: 0 14px 0 0;
  }
  .rcr .ct {
    padding: 10px 70px 0;
  }
  .rcr dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%;
  }
  .rcr dt {
    width: 120px;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin-top: 15px;
  }
  .rcr dd {
    width: calc(100% - 120px);
    font-size: 0.9375rem;
    line-height: 2;
    margin-top: 15px;
  }
  .rcr dd + dt {
    margin-top: 15px;
  }
  .rcr footer {
    margin: 35px 45px 0;
    padding: 40px 22px 60px;
  }
  .rcr footer .btn {
    margin-top: 25px;
  }
  .inf .fc {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .inf .fc a {
    width: calc((100% - 99px) / 4);
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
  .inf .fc a:nth-of-type(4) ~ a {
    margin-top: 33px;
  }
  .inf .fc span {
    width: calc((100% - 99px) / 4);
  }
  .inf small {
    font-size: 0.75rem;
    line-height: 1.8333333333;
  }
  .inf .a {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    max-width: 900px;
    margin: 40px auto 0;
  }
  .inf .nx {
    padding: 80px 0;
    font-size: 1rem;
    line-height: 1.25;
  }
  #cv {
    height: 100%;
  }
  #cv .l {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/lg.svg) no-repeat 50% 50%;
    background-size: 100px;
  }
  #cv .i.v0 {
    background-image: url("/images/m/0.l.jpg");
  }
  #cv .i.v1 {
    background-image: url("/images/m/1.l.jpg");
  }
  #cv .i.v2 {
    background-image: url("/images/m/2.l.jpg");
  }
  #cv .i.v3 {
    background-image: url("/images/m/3.l.jpg");
  }
  #cv .i.v4 {
    background-image: url("/images/m/4.l.jpg");
  }
  #bn.sgl {
    max-width: 700px;
    margin: 0 auto;
  }
  #bn.sgl:after {
    padding: 0 0 40px;
  }
  #bn.sgl p {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  #bn.sgl p + h1 {
    font-size: 1.5625rem;
    line-height: 1.4;
    margin: 12px 0;
  }
  #bn.sgl small {
    font-size: 0.8125rem;
    line-height: 1.8461538462;
  }
  .etr.sgl {
    max-width: 780px;
    margin: 0 auto;
  }
  .etr.sgl p + p {
    margin-top: 20px;
  }
  .etr.sgl .ic {
    margin-bottom: 30px;
  }
  .etr.sgl .cnt {
    margin-top: 30px;
  }
  .etr.sgl .glr {
    margin-top: 60px;
  }
  .pg {
    max-width: 700px;
  }
  .pg.ctc > .tx p {
    font-size: 1rem;
    line-height: 2.125;
    margin: 0 0 16px;
  }
  .pg.ctc hr {
    border-color: #c5c5c5;
    margin: 10px 0 50px;
  }
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  textarea {
    font-size: 0.9375rem;
    line-height: 2;
    padding: 10px;
  }
  input.sht {
    width: 200px;
  }
  input.mdl {
    width: 400px;
  }
  input[type=number].sht {
    width: 100px;
  }
  button {
    font-size: 1.125rem;
    line-height: 1.8888888889;
    width: 300px;
    height: 60px;
    padding: 13px;
  }
  .cfs .type {
    height: 60px;
    margin: 0 0 50px;
  }
  .cfs .type span {
    font-size: 1rem;
    line-height: 1.5;
    display: block;
    height: 50px;
    padding: 13px 0;
  }
  .cfs form {
    padding: 0;
  }
  .cfs .fs + .fs {
    margin-top: 20px;
  }
  .cfs label p {
    margin: 0 0 10px;
  }
  .cfs label, .cfs label p, .cfs legend, .cfs legend p {
    font-size: 1rem;
    line-height: 2.125;
  }
  .cfs label small, .cfs legend small {
    font-size: 0.8125rem;
  }
  .cfs label sup, .cfs legend sup {
    font-size: 0.8125rem;
  }
  .cfs input[type=checkbox] {
    margin: 0 12px 0 0;
  }
  .cfs button {
    margin-top: 50px;
  }
  .cfs .fs.address,
  .cfs .fs.question {
    padding-bottom: 40px;
    margin: 60px auto;
  }
  .cfs .fs.address > fieldset > legend p,
  .cfs .fs.question > fieldset > legend p {
    font-size: 0.9375rem;
    line-height: 2.2666666667;
  }
  .cfs .fs.address > fieldset > legend small,
  .cfs .fs.question > fieldset > legend small {
    font-size: 0.8125rem;
    line-height: 2.6153846154;
  }
  .cfs .fs.address div,
  .cfs .fs.question div {
    margin-top: 15px;
  }
  .cfs .fs.agree {
    width: 600px;
    margin: 40px auto 0;
  }
  .cfs .type span {
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cfs button {
    font-size: 1.125rem;
    line-height: 1.8888888889;
    width: 300px;
    height: 80px;
    padding: 10px;
  }
  .cfs button small {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  .hm #nv a:first-of-type {
    display: inline;
  }
  .hm #nv br {
    display: none;
  }
  .hm #nv i {
    display: none;
  }
  .hm #nv i:before {
    content: none;
  }
}
@media only screen and (min-width: 831px) {
  .hm .bsn .cl header p {
    min-height: 8em;
  }
  .hm .bsn .cl header p.en {
    min-height: 8.9285714286em;
  }
  .hm .ctc {
    padding: 110px calc(50% - 375px) 210px;
  }
}
@media only screen and (min-width: 981px) {
  .ctr {
    max-width: 980px;
  }
  .wrp {
    padding-top: 0;
  }
  .hm .ctc {
    padding: 110px 115px 210px;
  }
  .pg.ctc {
    max-width: 780px;
  }
}
@media only screen and (min-width: 1001px) {
  .hm .bsn a.btn span {
    display: inline;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 87.5%;
  }
}
@media only screen and (max-width: 768px) {
  #nv div {
    margin: -5px;
  }
  #nv a {
    color: #fff;
    display: inline-block;
    margin: 5px;
  }
  #nv.anm g {
    -webkit-transition: stroke 0.2s;
    transition: stroke 0.2s;
  }
  #nv.open {
    width: 100%;
    background: #000;
  }
  #nv.open div {
    display: block;
  }
  #nv.open g {
    stroke: #fff;
  }
  .hm #nv {
    position: inherit;
    display: block;
    text-align: center;
    padding: 25px 20px;
    background: transparent;
  }
  .hm #nv a:first-of-type {
    display: none;
  }
  .hm #nv div {
    display: block;
  }
  .hm #nv i:before {
    display: inline-block;
    content: "/";
  }
  .hm .abt .nv li:nth-of-type(3) {
    margin: 0;
  }
  .inf .fc a {
    width: calc(50% - 12.5px);
    font-size: 0.8125rem;
    line-height: 1.9230769231;
  }
  .inf .fc a:nth-of-type(2) ~ a {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .hm #nv a {
    color: #221815;
  }
}
@media only screen and (max-width: 600px) {
  .hm .as p:nth-of-type(2) a {
    background-position: 0.9375rem 50%;
  }
}
