@charset "UTF-8";
/* ============================================================================================== */
/* foundation/base/reset
/* ============================================================================================== */
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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*  HTML5 display-role reset for older browsers
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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; }

/* ========================================= */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem; }

a {
  text-decoration: none; }

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, 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, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 768px) {
  * {
    -webkit-text-size-adjust: 100%; } }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0; }

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

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

input, select {
  vertical-align: middle; }

ol, ul {
  list-style: none; }

dl:after, dl:before {
  content: "";
  display: table;
  clear: both; }

img {
  width: 100%;
  height: auto;
  vertical-align: middle; }

figure {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }

#__layout, #__nuxt, .layer, body, html {
  height: 100%; }

body {
  position: relative;
  width: 100%;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.1;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  background-color: #fff;
  min-width: 1000px;
  overflow-x: hidden; }

.pcClass {
  display: block; }

.spClass {
  display: none; }

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

a.block {
  display: block;
  width: 100%; }

a.hover {
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

a.hover:hover {
  opacity: .5; }

.fontcustom {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif; }

img {
  width: 100%;
  height: auto;
  vertical-align: middle; }

img.alignnone {
  width: auto;
  max-width: 100%;
  display: block; }

section {
  position: relative;
  width: 100%;
  height: auto; }

.wrapper {
  width: calc(100% - 260px);
  margin: 0 0 0 260px; }

.inner {
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto; }

.inner.--confirm {
  width: 100%; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.flex.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.flex.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex.flex-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.flex.flex-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flex:after, .flex:before {
  display: none; }

.effect-target {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important; }

.effect-target.on {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

@media (-ms-high-contrast: none) {
  .effect-target {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.effect-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 100;
  background-color: #f7f7f7; }

.effect-bg.on {
  -webkit-animation: effectbg .9s ease-out 0s;
  animation: effectbg .9s ease-out 0s; }

@-webkit-keyframes effectbg {
  0% {
    width: 0;
    left: 0; }
  30% {
    width: 100%;
    left: 0; }
  70% {
    width: 100%;
    left: 0; }
  99% {
    width: 100%;
    left: 100%; }
  to {
    width: 0;
    left: 0; } }

@keyframes effectbg {
  0% {
    width: 0;
    left: 0; }
  30% {
    width: 100%;
    left: 0; }
  70% {
    width: 100%;
    left: 0; }
  99% {
    width: 100%;
    left: 100%; }
  to {
    width: 0;
    left: 0; } }

.l-footer {
  padding: 130px 0 60px;
  background-color: #363636;
  width: calc(100% - 260px);
  margin: 0 0 0 260px; }

.l-footer__list__item > p {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 30px; }

.l-footer__list__item > a {
  display: block;
  width: 500px;
  padding: 28px 0;
  line-height: 1;
  letter-spacing: 1.28px;
  text-align: center;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

@media screen and (min-width: 769px) {
  .l-footer__list__item > a:hover {
    opacity: .7; } }

.l-footer__list__item:last-child {
  margin: 50px 0 0; }

.l-footer__sns__icon {
  display: block;
  width: 27px;
  margin: 0 0 15px calc(100% - 27px);
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.l-footer__sns__icon--last {
  margin: 0 0 30px calc(100% - 27px); }

@media screen and (min-width: 769px) {
  .l-footer__sns__icon:hover {
    opacity: .7; } }

.l-footer__sns__icon.disable {
  cursor: auto;
  pointer-events: none; }

.l-footer__sns__icon.disable:hover {
  opacity: 1; }

.l-footer__sns__privacy {
  display: block;
  font-size: 12px;
  line-height: 2.5;
  color: #fff;
  text-align: right;
  margin: 0 0 15px;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

@media screen and (min-width: 769px) {
  .l-footer__sns__privacy:hover {
    opacity: .7; } }

.l-footer__sns > p {
  font-size: 12px;
  line-height: 2.5;
  color: #fff;
  text-align: right; }

h3 {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.6;
  color: #000; }

.btn {
  width: 380px;
  margin: 0 auto; }

.btn .btnlink, .btn a, .btn input {
  border-radius: 8px;
  border: 1px solid #df3939;
  padding: 21px 0;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  color: #df3939;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  outline: 0;
  background-color: #fff;
  cursor: pointer; }

@media screen and (min-width: 769px) {
  .btn .btnlink:hover, .btn a:hover, .btn input:hover {
    background-color: #df3939;
    color: #fff; } }

.btn .btnlink--disable, .btn a--disable, .btn input--disable {
  border: 1px solid #000;
  color: #000;
  -webkit-transition: none;
  transition: none;
  pointer-events: none; }

.btn .btnlink--disable:hover, .btn a--disable:hover, .btn input--disable:hover {
  background-color: #fff;
  color: #000; }

.pankuzu {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: justify;
  color: #777; }

.pankuzu > a {
  color: #777;
  position: relative;
  display: block;
  margin: 0 20px 0 0;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out; }

.pankuzu > a:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: -10px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #df3939;
  border-right: 1px solid #df3939;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%); }

@media screen and (min-width: 769px) {
  .pankuzu > a:hover {
    color: #df3939; } }

.l-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 260px;
  height: 100vh;
  -webkit-box-shadow: -3px 0 9px 0 rgba(0, 0, 0, 0.65);
  box-shadow: -3px 0 9px 0 rgba(0, 0, 0, 0.65);
  background-color: #fff;
  padding: 50px 35px;
  z-index: 10;
  overflow: hidden; }

@media screen and (max-width: 1400px) {
  .l-nav {
    padding: 35px; } }

.l-nav__logo {
  width: 145px;
  margin: 0 auto 80px; }

@media screen and (max-width: 1400px) {
  .l-nav__logo {
    margin: 0 auto 40px; } }

.l-nav__list {
  padding: 0 0 40px;
  border-bottom: 1px solid #ccc; }

@media screen and (max-width: 1400px) {
  .l-nav__list {
    padding: 0 0 35px; } }

.l-nav__list__item > a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.7;
  color: #000;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out; }

.l-nav__list__item > a:nth-child(2) {
  margin: 10px 0 0; }

.l-nav__list__item > a:nth-child(n + 2) {
  font-size: 13px;
  line-height: 1.89; }

@media screen and (min-width: 769px) {
  .l-nav__list__item > a:hover {
    color: #b88e14; } }

.l-nav__contact {
  border-bottom: 1px solid #ccc; }

.l-nav__contact > a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 4.11;
  color: #000;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out; }

@media screen and (max-width: 1400px) {
  .l-nav__contact > a {
    line-height: 3.11; } }

@media screen and (min-width: 769px) {
  .l-nav__contact > a:hover {
    color: #b88e14; } }

.l-loading {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100; }

.l-loading__logo {
  width: 170px; }

@media (-ms-high-contrast: none) {
  .l-loading {
    display: none; } }

.l-error {
  padding: 100px 5%; }

.l-error__title {
  margin: 0 0 50px; }

.l-error__title > strong {
  font-size: 20px; }

.l-error .btn {
  margin: 0; }

.l-error .btn a {
  border: 1px solid #ccc;
  color: #ccc; }

@media screen and (min-width: 769px) {
  .l-error .btn a:hover {
    background-color: #ccc;
    color: #fff; } }

.page-enter-active, .page-leave-active {
  -webkit-transition: opacity .6s ease-out;
  transition: opacity .6s ease-out;
  opacity: 1; }

.page-enter, .page-leave-active {
  opacity: 0; }

@media screen and (max-width: 768px) {
  body {
    font-size: 4vw;
    line-height: 1.6;
    min-width: 100%; }
  input[type=button], input[type=submit] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer; }
  input[type=button]::-webkit-search-decoration, input[type=submit]::-webkit-search-decoration {
    display: none; }
  input[type=button]::focus, input[type=submit]::focus {
    outline-offset: -2px; }
  .pcClass {
    display: none; }
  .spClass {
    display: block; }
  .wrapper {
    width: 100%;
    margin: 0 auto; }
  .inner {
    width: 90%; }
  .inner.--confirm {
    width: 100%; }
  .effect-target {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all .4s ease-out .2s;
    transition: all .4s ease-out .2s;
    will-change: transform; }
  .effect-target.on {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .l-footer {
    padding: 60px 0 40px;
    width: 100%;
    margin: 0; }
  .l-footer .inner {
    display: block; }
  .l-footer__list {
    width: 100%;
    display: block; }
  .l-footer__list__item {
    text-align: center; }
  .l-footer__list__item > p {
    font-size: 3.467vw;
    margin: 0 0 15px; }
  .l-footer__list__item > a {
    width: 100%;
    padding: 18px 0;
    line-height: 1; }
  .l-footer__list__item:last-child {
    margin: 30px 0 50px; }
  .l-footer__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto; }
  .l-footer__sns__icon {
    display: block;
    width: 8%;
    margin: 0 20px 0 0; }
  .l-footer__sns__icon--last {
    margin: 0; }
  .l-footer__sns__privacy {
    width: 100%;
    margin: 40px 0 20px; }
  .l-footer__sns > p, .l-footer__sns__privacy {
    font-size: 2.933vw;
    line-height: 1;
    text-align: center; }
  h3 {
    font-size: 5.867vw;
    line-height: 1.4;
    margin: 0 0 25px;
    text-align: center; }
  .btn {
    width: 90%; }
  .btn .btnlink, .btn a, .btn input {
    border-radius: 6px;
    padding: 20px 0;
    font-size: 4vw;
    letter-spacing: 2.4px; }
  .btn .btnlink--disable, .btn a--disable, .btn input--disable {
    font-size: 3vw; }
  .pankuzu {
    font-size: 2.933vw;
    line-height: 1.4; }
  .l-spnav {
    position: absolute;
    right: 15px;
    top: 0;
    width: 25px;
    max-height: 60px;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 11; }
  .l-spnav, .l-spnav__wrap {
    height: 100%; }
  .l-spnav__wrap > span {
    position: absolute;
    left: 0;
    top: 30%;
    width: 100%;
    height: 1px;
    background-color: #777;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out; }
  .l-spnav__wrap > span:nth-child(2) {
    top: 45%; }
  .l-spnav__wrap > span:nth-child(3) {
    top: 60%; }
  .l-spnav.on .l-spnav__wrap span:first-of-type {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%; }
  .l-spnav.on .l-spnav__wrap span:nth-of-type(2) {
    opacity: 0; }
  .l-spnav.on .l-spnav__wrap span:nth-of-type(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 45%; }
  .l-nav {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 9px 15px;
    overflow: visible; }
  .l-nav__logo {
    width: 45%;
    margin: 0; }
  .l-nav__boxwrap {
    position: absolute;
    right: 0;
    top: 99%;
    width: 0;
    height: auto;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: width .28s ease-out .2s;
    transition: width .28s ease-out .2s; }
  .l-nav__boxwrap.on {
    -webkit-transition: width .28s ease-out;
    transition: width .28s ease-out;
    width: 100%;
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.65);
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.65); }
  .l-nav__list {
    position: relative;
    padding: 30px 0;
    width: 80%;
    margin: 0 auto;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
  .l-nav__list.on {
    -webkit-transition: all .35s ease-out .25s;
    transition: all .35s ease-out .25s;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .l-nav__list__item > a {
    font-size: 4vw;
    line-height: 3;
    letter-spacing: 1.5px; }
  .l-nav__list__item > a:nth-child(2) {
    margin: 10px 0 0; }
  .l-nav__list__item > a:nth-child(n + 2) {
    font-size: 3.467vw;
    letter-spacing: 1.3px;
    line-height: 2.77; }
  .l-nav__contact {
    width: 80%;
    margin: 0 auto;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-bottom: 1px solid #ccc; }
  .l-nav__contact.on {
    -webkit-transition: all .4s ease-out .25s;
    transition: all .4s ease-out .25s;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .l-nav__contact > a {
    font-size: 4vw;
    line-height: 3.65; }
  .l-nav__contact:last-child {
    margin: 0 auto 40px; }
  .l-error {
    padding: 60px 5%; }
  .l-error__title {
    padding: 0 5%;
    margin: 0 0 30px; }
  .l-error__title > strong {
    font-size: 4vw; }
  .l-error .btn {
    margin: 0 auto; } }

.l-keyvisual__scroll {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1;
  -webkit-transition: opacity .4s ease-out .4s;
  transition: opacity .4s ease-out .4s; }

.l-keyvisual__scroll.on {
  opacity: 1; }

.l-keyvisual__scroll span {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 1.1px;
  text-align: center;
  color: #df3939; }

.l-keyvisual__scroll .bar {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 1px;
  height: 50px;
  overflow: hidden; }

.l-keyvisual__scroll .bar:before {
  content: "";
  position: absolute;
  top: -100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 50px;
  background-color: #df3939;
  -webkit-animation: barAnime-data-v-565210e2 2.5s linear 0s infinite;
  animation: barAnime-data-v-565210e2 2.5s linear 0s infinite; }

@-webkit-keyframes barAnime-data-v-565210e2 {
  0% {
    top: -100%;
    opacity: 0; }
  1% {
    top: -100%;
    opacity: 1; }
  99% {
    top: 100%;
    opacity: 1; }
  to {
    top: -100%;
    opacity: 0; } }

@keyframes barAnime-data-v-565210e2 {
  0% {
    top: -100%;
    opacity: 0; }
  1% {
    top: -100%;
    opacity: 1; }
  99% {
    top: 100%;
    opacity: 1; }
  to {
    top: -100%;
    opacity: 0; } }

.l-news {
  padding: 70px 0; }

.l-news__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2.16px;
  margin: 0 0 40px; }

.l-news__list {
  margin: 0 0 45px; }

.l-news__list__item {
  width: 33.3333%; }

@media screen and (min-width: 769px) {
  .l-news__list__item a:hover img {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .l-news__list__item a:hover .l-news__list__item__title {
    opacity: .7; } }

.l-news__list__item__img {
  position: relative;
  margin: 0 0 30px;
  height: 0;
  padding-top: 52%;
  overflow: hidden; }

.l-news__list__item__img img {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  position: absolute;
  left: 0;
  top: 0; }

.l-news__list__item__catetime {
  padding: 0 25px 0 0;
  margin: 0 0 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1; }

.l-news__list__item__title {
  padding: 0 25px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 10px;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out; }

.l-news__list__item__subtitle {
  padding: 0 25px 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  color: #777; }

.l-news__morebtn > a {
  display: block;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  line-height: 4.11;
  letter-spacing: 1.12px;
  text-align: center;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out; }

@media screen and (min-width: 769px) {
  .l-news__morebtn > a:hover {
    background-color: #ccc;
    color: #fff; } }

.l-about {
  padding: 65px 0 100px; }

.l-about__text {
  padding: 22px 0 55px; }

.l-about__list > dt {
  width: 195px;
  margin: 0 40px 0 0; }

.l-about__list > dd strong {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.42;
  color: #b88e14;
  padding: 0 0 18px; }

.l-business {
  background-image: url(../images/e64d346.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0 100px; }

.l-business__title {
  color: #fff; }

.l-business__list {
  margin: 33px 0 0;
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid rgba(255, 255, 255, 0.75);
  border-top: 1px solid rgba(255, 255, 255, 0.75); }

.l-business__list > li {
  width: 50%;
  padding: 25px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid rgba(255, 255, 255, 0.75); }

.l-business__list > li > strong {
  font-weight: 700;
  padding: 0 0 8px; }

.l-business__list > li > p {
  font-size: 13px;
  line-height: 1.6; }

.l-facility {
  padding: 120px 0 60px; }

.l-facility__title {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 2.4px;
  margin: 0 0 35px; }

.l-facility__list {
  margin: 0 0 35px; }

.l-facility__list__item {
  width: 33.3333%; }

@media screen and (min-width: 769px) {
  .l-facility__list__item a:hover img {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .l-facility__list__item a:hover .l-facility__list__item__title {
    opacity: .7; } }

.l-facility__list__item__img {
  position: relative;
  margin: 0 0 30px;
  height: 0;
  padding-top: 52%;
  overflow: hidden; }

.l-facility__list__item__img img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out; }

.l-facility__list__item__catetime {
  padding: 0 25px 0 0;
  margin: 0 0 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1; }

.l-facility__list__item__title {
  padding: 0 25px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 15px; }

.l-facility__list__item__subtitle {
  padding: 0 25px 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  color: #777; }

.l-facility__morebtn > a {
  display: block;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  line-height: 4.11;
  letter-spacing: 1.12px;
  text-align: center; }

@media screen and (min-width: 769px) {
  .l-facility__morebtn > a:hover {
    background-color: #ccc;
    color: #fff; } }

.l-faq {
  padding: 65px 0 100px; }

.l-faq__title {
  margin: 0 0 30px; }

.l-faq__list {
  border-bottom: 1px solid #000; }

.l-faq__list--first {
  border-top: 1px solid #000; }

.l-faq__list__item {
  position: relative;
  padding: 20px 0; }

.l-faq__list__item > i {
  display: block;
  margin: 0 20px 0 0;
  text-align: left;
  font-style: normal; }

.l-faq__list__item > p {
  width: 90%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1.28px; }

.l-faq__list__item--question {
  cursor: pointer; }

@media screen and (min-width: 769px) {
  .l-faq__list__item--question:hover {
    opacity: .7; } }

.l-faq__list__item--question:after {
  display: block;
  content: "";
  position: absolute;
  right: 25px;
  top: calc(50% - 5px);
  z-index: 1;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 10px;
  height: 10px;
  border-color: transparent transparent #df3939 #df3939;
  border-style: solid;
  border-width: 2px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: left;
  transform-origin: left; }

.l-faq__list__item--question.active:after {
  content: "";
  top: calc(50% - 10px);
  -webkit-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%); }

.l-faq__list__item--answer {
  background-color: #fff5f1;
  height: 0;
  overflow: hidden;
  padding: 0; }

.l-faq__list__item--answer a {
  text-decoration: underline; }

.l-faq__list__item--answer.active {
  height: 100%;
  padding: 40px 0; }

.l-bg {
  background-image: url(../images/3a90044.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 0;
  padding-top: 38.5%; }

.l-info {
  padding: 100px 0 120px; }

.l-info__title {
  font-size: 24px;
  line-height: 1;
  margin: 0 0 60px; }

.l-info__text {
  margin: 0 0 55px; }

.l-info__text strong {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #b88e14;
  display: block;
  margin: 0 0 25px; }

.l-info__list dt {
  width: 540px;
  margin: 0 50px 0 0; }

.l-info__list dt .vue-map-container, .l-info__list dt iframe {
  width: 540px;
  height: 320px;
  display: block; }

.l-info__list dd {
  width: calc(100% - 590px); }

.l-info__list dd p {
  padding: 0 0 20px;
  line-height: 1.6; }

.l-info__list dd p span {
  font-size: 13px;
  color: #777; }

.l-info__list dd p a {
  color: #000; }

.l-info__list dd p a:hover {
  text-decoration: underline; }

@media screen and (max-width: 768px) {
  .l-keyvisual {
    height: 60vh; }
  .l-keyvisual:before {
    background-image: url(../images/cb8ee61.png);
    background-position: top;
    background-size: 100% auto; }
  .l-keyvisual__title {
    position: absolute;
    width: 30%;
    right: 5%; }
  .l-keyvisual__title.on {
    bottom: 5%; }
  .l-keyvisual__scroll {
    bottom: 10px; }
  .l-keyvisual__scroll span {
    font-size: 2.4vw; }
  .l-keyvisual__scroll .bar {
    top: 25px;
    width: 1px;
    height: 44px; }
  .l-keyvisual__scroll .bar:before {
    width: 1px;
    height: 44px; }
  .l-news {
    padding: 100px 0 50px; }
  .l-news .inner {
    width: 100%; }
  .l-news__wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }
  .l-news__wrap::-webkit-scrollbar {
    display: none; }
  .l-news__title {
    font-size: 3.467vw;
    letter-spacing: 1.6px;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 5%; }
  .l-news__list {
    margin: 0 0 40px 5%;
    padding: 0 5% 0 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%; }
  .l-news__list.onecolumn {
    margin: 0 auto 40px;
    padding: 0;
    width: 80%; }
  .l-news__list.onecolumn .l-news__list__item {
    width: 100%; }
  .l-news__list__item {
    width: 80%; }
  .l-news__list__item__img {
    margin: 0 0 18px;
    height: 0;
    padding-top: 52%; }
  .l-news__list__item__catetime {
    margin: 0 0 10px;
    font-size: 2.933vw;
    font-weight: 600; }
  .l-news__list__item__title {
    font-size: 3.467vw;
    margin: 0 0 10px;
    font-weight: 600; }
  .l-news__list__item__subtitle {
    font-size: 3.467vw; }
  .l-news__morebtn {
    width: 90%;
    margin: 0 auto; }
  .l-news__morebtn > a {
    padding: 15px 0;
    font-size: 3.733vw;
    line-height: 1; }
  .l-about {
    padding: 50px 0 80px; }
  .l-about__text {
    padding: 0 0 55px; }
  .l-about__list {
    display: block; }
  .l-about__list > dt {
    width: 50%;
    margin: 0 auto 20px; }
  .l-about__list > dt > strong {
    color: #b88e14;
    font-size: 4.8vw;
    font-weight: 400;
    text-align: center;
    margin: 0 0 20px; }
  .l-about__list > dd strong {
    display: none; }
  .l-business {
    background-position: 50%;
    background-size: cover;
    background-attachment: inherit;
    padding: 60px 0 85px; }
  .l-business__title {
    margin: 0 0 30px; }
  .l-business__list {
    margin: 0;
    display: block;
    border-left: none;
    border-top: 1px solid #666; }
  .l-business__list > li {
    width: 100%;
    padding: 20px 0;
    border-right: none;
    border-bottom: 1px solid #666; }
  .l-business__list > li > strong {
    display: block;
    font-size: 4.533vw;
    padding: 0 0 8px;
    font-weight: 600; }
  .l-business__list > li > p {
    font-size: 4vw; }
  .l-facility {
    padding: 100px 0 50px;
    overflow: hidden; }
  .l-facility .inner {
    width: 100%; }
  .l-facility__title {
    font-size: 5.867vw;
    margin: 0 0 18px; }
  .l-facility__wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }
  .l-facility__wrap::-webkit-scrollbar {
    display: none; }
  .l-facility__list {
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 0 40px 5%;
    padding: 0 5% 0 0; }
  .l-facility__list.onecolumn {
    margin: 0 auto 40px;
    padding: 0; }
  .l-facility__list.onecolumn .l-facility__list__item {
    width: 100%; }
  .l-facility__list__item {
    width: 90%; }
  .l-facility__list__item__img {
    margin: 0 0 18px;
    height: 0;
    padding-top: 52%; }
  .l-facility__list__item__catetime {
    margin: 0 0 10px;
    font-size: 2.9333vw;
    font-weight: 600; }
  .l-facility__list__item__title {
    font-size: 3.467vw;
    margin: 0 0 10px;
    font-weight: 600; }
  .l-facility__list__item__subtitle {
    font-size: 3.467vw; }
  .l-faq {
    padding: 50px 0 75px; }
  .l-faq .inner {
    width: 100%; }
  .l-faq__title {
    margin: 0 0 25px; }
  .l-faq__list__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 20px 5%;
    margin: 0 auto; }
  .l-faq__list__item > i {
    font-size: 4vw;
    margin: 0 15px 0 0; }
  .l-faq__list__item > p {
    width: 82%;
    font-size: 4vw; }
  .l-faq__list__item--question:after {
    right: 4%;
    border-color: transparent transparent #df3939 #df3939;
    border-style: solid;
    border-width: 1px; }
  .l-faq__list__item--answer {
    padding: 0 5%; }
  .l-faq__list__item--answer.active {
    height: 100%;
    padding: 20px 5%; }
  .l-bg {
    background-image: url(../images/3a90044.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-attachment: inherit;
    width: 100%;
    height: 0;
    padding-top: 50%; }
  .l-info {
    padding: 100px 0 60px; }
  .l-info__title {
    font-size: 5.867vw;
    margin: 0 0 60px; }
  .l-info__text {
    margin: 0 0 35px; }
  .l-info__text strong {
    text-align: center;
    font-size: 4.8vw; }
  .l-info__list {
    display: block; }
  .l-info__list dt {
    width: 100%;
    margin: 0 0 20px; }
  .l-info__list dt .vue-map-container, .l-info__list dt iframe {
    width: 100%;
    height: 200px; }
  .l-info__list dd {
    width: 100%; }
  .l-info__list dd p {
    padding: 0 0 10px;
    line-height: 1.6; }
  .l-info__list dd p span {
    font-size: 3.467vw; } }

.page-contact .l-contact {
  padding: 30px 0 120px; }

.page-contact .l-contact__pankuzu {
  margin: 0 0 70px; }

.page-contact .l-contact__pankuzu--complete {
  margin: 0 0 100px; }

.page-contact .l-contact__title {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  margin: 0 0 40px; }

.page-contact .l-contact__inner {
  width: 540px;
  margin: 0 auto; }

.page-contact .l-contact__inner__inputattention {
  text-align: right;
  font-size: 12px;
  line-height: 1;
  margin: 30px 0; }

.page-contact .l-contact__inner__form__list {
  margin: 0 0 50px; }

.page-contact .l-contact__inner__form__list--confirm {
  margin: 0 0 30px; }

.page-contact .l-contact__inner__form__list__item {
  position: relative; }

.page-contact .l-contact__inner__form__list__item--text {
  margin: 0 0 5px; }

.page-contact .l-contact__inner__form__list__item--confirm {
  font-size: 16px;
  color: #777; }

.page-contact .l-contact__inner__form__list__item__error {
  position: absolute;
  top: 102%;
  left: 0;
  font-size: 12px;
  line-height: 2.8;
  color: #df3939; }

.page-contact .l-contact__inner__form__list__item__error--all {
  position: relative;
  top: inherit;
  text-align: center; }

.page-contact .l-contact__inner__form__list__item--input {
  border-bottom: 2px solid #d0d0d0;
  padding: 0 0 8px; }

.page-contact .l-contact__inner__form__list__item--input > input {
  width: 100%;
  height: 25px;
  background-color: #fff;
  border: none;
  outline: 0;
  font-size: 18px; }

.page-contact .l-contact__inner__form__list__item--input > input::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #d0d0d0; }

.page-contact .l-contact__inner__form__list__item--input > input::-moz-placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #d0d0d0; }

.page-contact .l-contact__inner__form__list__item--input > input:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #d0d0d0; }

.page-contact .l-contact__inner__form__list__item--input > input::-ms-input-placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #d0d0d0; }

.page-contact .l-contact__inner__form__list__item--input > input::placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #d0d0d0; }

.page-contact .l-contact__inner__form__list__item--input > select {
  width: 100%;
  height: 25px;
  background-color: #fff;
  border: none;
  outline: 0;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0 0 0 30px; }

.page-contact .l-contact__inner__form__list__item--input > textarea {
  height: 100px;
  width: 100%;
  outline: 0;
  border: none;
  padding: 5px 0;
  font-size: 18px; }

.page-contact .l-contact__inner__form__list__item--input > textarea::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #d0d0d0; }

.page-contact .l-contact__inner__form__list__item--input > textarea::-moz-placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #d0d0d0; }

.page-contact .l-contact__inner__form__list__item--input > textarea:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #d0d0d0; }

.page-contact .l-contact__inner__form__list__item--input > textarea::-ms-input-placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #d0d0d0; }

.page-contact .l-contact__inner__form__list__item--input > textarea::placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #d0d0d0; }

.page-contact .l-contact__inner__form__list__item--confirminput {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.87; }

.page-contact .l-contact__inner__form__list__item--select:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 12px;
  width: 5px;
  height: 5px;
  border-color: transparent transparent #df3939 #df3939;
  border-style: solid;
  border-width: 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1; }

.page-contact .l-contact__inner__form__apply {
  position: relative;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: 0 0 70px; }

.page-contact .l-contact__inner__form__apply__check {
  padding: 0 0 0 40px; }

.page-contact .l-contact__inner__form__apply a {
  color: #000;
  text-decoration: underline; }

.page-contact .l-contact__inner__form input[type=checkbox], .page-contact .l-contact__inner__form input[type=radio] {
  display: none; }

.page-contact .l-contact__inner__form .checkbox, .page-contact .l-contact__inner__form .radio {
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
  position: relative;
  width: 100%;
  margin: 0 auto;
  vertical-align: middle;
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
  padding: 0 0 0 45px; }

.page-contact .l-contact__inner__form .checkbox:hover:after, .page-contact .l-contact__inner__form .radio:hover:after {
  border-color: #d0d0d0; }

.page-contact .l-contact__inner__form .checkbox:after, .page-contact .l-contact__inner__form .radio:after {
  -webkit-transition: border-color .2s linear;
  transition: border-color .2s linear;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #d0d0d0;
  content: ""; }

.page-contact .l-contact__inner__form .checkbox:before, .page-contact .l-contact__inner__form .radio:before {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  position: absolute;
  top: 39%;
  left: 5px;
  display: block;
  width: 5px;
  height: 12px;
  border-right: 2px solid #d0d0d0;
  border-bottom: 2px solid #d0d0d0;
  content: "";
  opacity: 1;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%); }

.page-contact .l-contact__inner__form input[type=checkbox]:checked + .checkbox:before, .page-contact .l-contact__inner__form input[type=radio]:checked + .radio:before {
  opacity: 1;
  border-right: 2px solid #df3939;
  border-bottom: 2px solid #df3939; }

.page-contact .l-contact__inner__form input[type=checkbox]:checked + .checkbox:after {
  border: 1px solid #df3939; }

.page-contact .l-contact__inner__returnbtn {
  margin: 60px auto 20px; }

.page-contact .l-contact__inner__returnbtn > a {
  border: 1px solid #d0d0d0;
  background-color: #fff;
  color: #777; }

@media screen and (min-width: 769px) {
  .page-contact .l-contact__inner__returnbtn > a:hover {
    background-color: #d0d0d0;
    color: #000; } }

.page-contact .l-contact__wrap {
  background-color: #f7f7f7;
  padding: 60px 0 80px; }

.page-contact .l-contact__wrap--confirm {
  padding: 60px 0 10px; }

.page-contact .l-contact__wrap--complete {
  background-color: #fff;
  padding: 20px 0 100px; }

.page-contact .l-contact__detail__str {
  font-size: 16px;
  line-height: 2.1;
  text-align: center;
  white-space: nowrap; }

.page-contact .l-contact__detail__str--bottom {
  margin: 0 0 55px; }

.page-contact .l-contact__detail__tel {
  text-align: center;
  margin: 15px 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.52; }

.page-contact .l-contact__detail__tel > a {
  cursor: auto; }

.page-contact .l-contact__complete {
  width: 100%; }

.page-contact .l-contact__complete__str {
  font-size: 16px;
  line-height: 2.1;
  text-align: center;
  white-space: nowrap;
  margin: 0 0 100px; }

@media screen and (max-width: 768px) {
  .page-contact .l-contact {
    padding: 15px 0 100px; }
  .page-contact .l-contact__pankuzu--complete, .page-contact .l-contact__pankuzu {
    margin: 0 0 50px; }
  .page-contact .l-contact__title {
    font-size: 5.867vw;
    margin: 0 0 35px; }
  .page-contact .l-contact__inner {
    width: 90%; }
  .page-contact .l-contact__inner__inputattention {
    font-size: 2.933vw;
    margin: 30px 0; }
  .page-contact .l-contact__inner__form__list {
    margin: 0 0 40px; }
  .page-contact .l-contact__inner__form__list--confirm {
    margin: 0 0 30px; }
  .page-contact .l-contact__inner__form__list__item--text {
    margin: 0 0 3px; }
  .page-contact .l-contact__inner__form__list__item--confirm {
    font-size: 4vw;
    color: #777; }
  .page-contact .l-contact__inner__form__list__item__error {
    font-size: 2.933vw;
    line-height: 2.8; }
  .page-contact .l-contact__inner__form__list__item--input > input {
    width: 100%;
    height: 25px;
    background-color: #fff;
    border: none;
    outline: 0;
    font-size: 16px; }
  .page-contact .l-contact__inner__form__list__item--input > input::-webkit-input-placeholder {
    font-size: 16px; }
  .page-contact .l-contact__inner__form__list__item--input > input::-webkit-input-placeholder,
  .page-contact .l-contact__inner__form__list__item--input > input::-moz-placeholder,
  .page-contact .l-contact__inner__form__list__item--input > input:-ms-input-placeholder,
  .page-contact .l-contact__inner__form__list__item--input > input::-ms-input-placeholder,
  .page-contact .l-contact__inner__form__list__item--input > input::placeholder {
    font-size: 16px; }
  .page-contact .l-contact__inner__form__list__item--input > select {
    width: 100%;
    height: 25px;
    font-size: 16px;
    padding: 0 0 0 30px; }
  .page-contact .l-contact__inner__form__list__item--input > textarea::-webkit-input-placeholder {
    font-size: 16px; }
  .page-contact .l-contact__inner__form__list__item--input > textarea,
  .page-contact .l-contact__inner__form__list__item--input > textarea::-webkit-input-placeholder,
  .page-contact .l-contact__inner__form__list__item--input > textarea::-moz-placeholder,
  .page-contact .l-contact__inner__form__list__item--input > textarea:-ms-input-placeholder,
  .page-contact .l-contact__inner__form__list__item--input > textarea::-ms-input-placeholder,
  .page-contact .l-contact__inner__form__list__item--input > textarea::placeholder {
    font-size: 16px; }
  .page-contact .l-contact__inner__form__list__item--confirminput {
    font-size: 4.267vw; }
  .page-contact .l-contact__inner__form__list__item--select:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 7px;
    width: 5px;
    height: 5px;
    border-color: transparent transparent #df3939 #df3939;
    border-style: solid;
    border-width: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1; }
  .page-contact .l-contact__inner__form__apply {
    font-size: 4vw;
    margin: 0 0 60px; }
  .page-contact .l-contact__inner__form__apply__check {
    padding: 0 0 0 40px; }
  .page-contact .l-contact__inner__form .checkbox, .page-contact .l-contact__inner__form .radio {
    width: 100%;
    font-size: 4vw;
    padding: 0 0 0 35px; }
  .page-contact .l-contact__inner__form .checkbox:after, .page-contact .l-contact__inner__form .radio:after {
    width: 24px;
    height: 24px; }
  .page-contact .l-contact__inner__form .checkbox:before, .page-contact .l-contact__inner__form .radio:before {
    top: 35%;
    left: 4px; }
  .page-contact .l-contact__inner__form input[type=button], .page-contact .l-contact__inner__form input[type=submit] {
    border-radius: 8px;
    border: 1px solid #df3939;
    padding: 21px 0; }
  .page-contact .l-contact__inner__returnbtn {
    width: 80%;
    margin: 60px auto 20px; }
  .page-contact .l-contact__wrap {
    padding: 50px 0 60px; }
  .page-contact .l-contact__wrap--confirm {
    padding: 50px 0 20px; }
  .page-contact .l-contact__wrap--complete {
    background-color: #fff;
    padding: 20px 0 100px; }
  .page-contact .l-contact__detail__str {
    font-size: 4vw;
    text-align: left;
    white-space: normal; }
  .page-contact .l-contact__detail__str--bottom {
    margin: 0 0 50px; }
  .page-contact .l-contact__detail__tel {
    margin: 25px 0;
    font-size: 7.2vw; }
  .page-contact .l-contact__detail__tel > a {
    cursor: pointer; }
  .page-contact .l-contact__complete {
    width: 90%; }
  .page-contact .l-contact__complete__str {
    font-size: 4vw;
    text-align: left;
    white-space: normal;
    margin: 0 0 55px; }
  .page-contact .l-contact__inner__confirmbtn {
    width: 90%;
    margin: 0 auto; } }

.l-member__tabs {
  position: relative;
  width: 60%;
  max-width: 700px;
  margin: 55px auto 110px;
  -webkit-transform: translateX(-8%);
  transform: translateX(-8%); }

.l-member__tabs > i {
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  left: 54%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.l-member__tabs a {
  position: relative;
  display: block;
  color: #000;
  text-align: center;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
  font-weight: 400; }

.l-member__tabs a:hover {
  color: #df3939; }

.l-member__tabs a span {
  position: relative; }

.l-member__tabs a span:before {
  content: "";
  width: 9px;
  height: 9px;
  border-color: transparent transparent #df3939 #df3939;
  border-style: solid;
  border-width: 1px;
  position: absolute;
  left: -25px;
  top: 35%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg); }

.l-future {
  padding: 0 0 80px; }

.l-future__title {
  display: block;
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 15px; }

.l-future__text {
  font-size: 15px;
  line-height: 2.1;
  margin: 0 0 45px; }

.l-talent {
  padding: 70px 0 65px;
  background-color: #f7f7f7; }

.l-talent__title {
  margin: 0 0 25px; }

.l-talent__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.l-talent__list li {
  position: relative;
  width: 50%;
  padding: 0 0 14px 30px; }

.l-talent__list li:after {
  display: block;
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  width: 15px;
  height: 9px;
  border-left: 3px solid #df3939;
  border-bottom: 3px solid #df3939;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%); }

.l-job {
  padding: 110px 0 40px; }

.l-job__title {
  margin: 0 0 30px; }

.l-job__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.l-job__list li {
  width: 48%;
  margin: 0 0 50px; }

.l-job__list li dl dt {
  width: 65px;
  margin: 0 20px 0 0; }

.l-job__list li dl dt img {
  display: block;
  margin: 0 auto; }

.l-job__list li dl dd {
  width: calc(100% - 85px); }

.l-job__list li dl dd > strong {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #b88e14; }

.l-job__list li:first-child dl dt img {
  width: 49px; }

.l-flow {
  padding: 70px 0 80px;
  background-color: #f7f7f7; }

.l-flow__title {
  margin: 0 0 35px; }

.l-flow__list {
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.l-flow__list li {
  width: calc(25% - 15px);
  background-color: #fff;
  position: relative;
  padding: 20px;
  margin: 0 0 0 20px; }

.l-flow__list li strong {
  font-size: 12px;
  font-weight: 400;
  color: #b88e14;
  padding: 0 0 5px; }

.l-flow__list li .flow-title {
  font-size: 18px;
  padding: 0 0 15px;
  line-height: 1.4; }

.l-flow__list li p {
  font-size: 13px;
  line-height: 1.4; }

.l-flow__list li p a {
  color: #000; }

.l-flow__list li p a > i {
  color: #df3939;
  margin: 0 5px 0 0;
  font-style: normal; }

.l-flow__list li:first-child {
  margin: 0; }

.l-flow__list li:last-child:after {
  display: none; }

.l-flow__list li:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 49px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAxCAMAAADgKAn9AAAABGdBTUEAALGPC/xhBQAAAH5QTFRF3zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk5AAAA3zk5pTIgVwAAACl0Uk5Tz0T9hgTFH+5RAbINMv6/lWDjpAbQGutvfvnxAxNZSz7LCNr0/I0jKAACkmLRAAAAkElEQVQoz43TyRKCQAxF0VZUwJFJwBFQQN///6B7bxbp5amuSnfyEh7f/xOuM0h9CdJEOjxBqs8gHW8gtaSxAym/g7RNQWpIlz1Irx1IBUkZ6f0BqRpAOpGUkOINSOsVSBFpuQApeG5FjorGuxLHH9kJo1+Zo/eckDHHxpEJJsfIV+vIKhNt5H5y7JCxadzHHzQ9hSLsaajTAAAAAElFTkSuQmCC);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.l-support {
  padding: 110px 0 0; }

.l-support__title {
  margin: 0 0 30px; }

.l-support__list {
  margin: 0 0 90px; }

.l-support__list dt {
  width: 350px;
  margin: 0 50px 0 0; }

.l-support__list dd {
  width: calc(100% - 400px); }

.l-support__list dd strong {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.87;
  padding: 0 0 15px;
  display: block; }

.l-support__list dd p {
  line-height: 1.7; }

.l-support__list.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.l-support__list.-reverse dt {
  width: 350px;
  margin: 0 0 0 50px; }

.l-support__list.-reverse dd {
  width: calc(100% - 400px); }

.l-support__list.-reverse dd strong {
  padding: 0 0 30px; }

.l-support__list.-reverse dd p {
  line-height: 1.7; }

.l-support__list.-reverse dd p b {
  font-weight: 700; }

.l-sponsorship {
  background-color: #f7f7f7;
  padding: 30px 0 80px; }

.l-sponsorship__title {
  font-size: 18px;
  line-height: 3.2;
  text-align: center;
  margin: 0 0 10px; }

.l-sponsorship .swiper-container {
  position: relative;
  width: 85%;
  margin: 0 auto; }

.l-sponsorship .swiper-button-next, .l-sponsorship .swiper-button-prev {
  background-image: none;
  position: absolute;
  top: 75%;
  width: 50px;
  height: auto;
  z-index: 10;
  cursor: pointer;
  outline: 0;
  border: none;
  background-color: transparent; }

.l-sponsorship__item {
  width: 30%; }

@media screen and (max-width: 768px) {
  .l-keyvisual {
    padding: 15px 0 100px; }
  .l-keyvisual__pankuzu {
    margin: 0 0 80px; }
  .l-keyvisual__title {
    font-size: 3.467vw;
    line-height: 3.33; }
  .l-keyvisual__title > p {
    font-size: 8vw;
    -webkit-transform: translateX(-0.15em);
    transform: translateX(-0.15em); }
  .l-member__tabs {
    width: 100%;
    max-width: 100%;
    margin: 45px auto 60px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: block; }
  .l-member__tabs > i {
    display: none; }
  .l-member__tabs a {
    text-align: left;
    padding: 0 0 0 30px;
    margin: 0 0 20px; }
  .l-member__tabs a span:before {
    content: "";
    width: 9px;
    height: 9px;
    border-color: transparent transparent #df3939 #df3939;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    left: -25px;
    top: 40%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg); }
  .l-future__title {
    display: block;
    text-align: center;
    font-size: 5.867vw;
    margin: 0 0 25px; }
  .l-future__text {
    font-size: 4vw; }
  .l-talent {
    padding: 60px 0; }
  .l-talent__title {
    margin: 0 0 40px; }
  .l-talent__list {
    display: block; }
  .l-talent__list li {
    width: 100%;
    padding: 0 0 20px 40px; }
  .l-talent__list li:after {
    top: 15%;
    left: 10px;
    width: 15px;
    height: 9px; }
  .l-job {
    padding: 100px 0 50px; }
  .l-job__title {
    margin: 0 0 50px; }
  .l-job__list {
    display: block; }
  .l-job__list li {
    width: 100%;
    margin: 0 0 36px; }
  .l-job__list li dl dt {
    width: 55px;
    margin: 0 16px 0 0; }
  .l-job__list li dl dd {
    width: calc(100% - 71px); }
  .l-job__list li dl dd > strong {
    font-size: 4.8vw; }
  .l-job__list li:first-child dl dt img {
    width: 42px; }
  .l-flow {
    padding: 60px 0 45px; }
  .l-flow__title {
    margin: 0 0 30px; }
  .l-flow__list {
    display: block; }
  .l-flow__list li {
    width: 100%;
    padding: 20px 15px;
    margin: 0 0 15px; }
  .l-flow__list li strong {
    display: block;
    font-size: 2.933vw;
    padding: 0 0 5px; }
  .l-flow__list li .flow-title {
    font-size: 4vw;
    padding: 0 0 10px; }
  .l-flow__list li p {
    font-size: 3.467vw; }
  .l-flow__list li:first-child {
    margin: 0 0 15px; }
  .l-flow__list li:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 24.5px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAxCAMAAADgKAn9AAAABGdBTUEAALGPC/xhBQAAAH5QTFRF3zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk53zk5AAAA3zk5pTIgVwAAACl0Uk5Tz0T9hgTFH+5RAbINMv6/lWDjpAbQGutvfvnxAxNZSz7LCNr0/I0jKAACkmLRAAAAkElEQVQoz43TyRKCQAxF0VZUwJFJwBFQQN///6B7bxbp5amuSnfyEh7f/xOuM0h9CdJEOjxBqs8gHW8gtaSxAym/g7RNQWpIlz1Irx1IBUkZ6f0BqRpAOpGUkOINSOsVSBFpuQApeG5FjorGuxLHH9kJo1+Zo/eckDHHxpEJJsfIV+vIKhNt5H5y7JCxadzHHzQ9hSLsaajTAAAAAElFTkSuQmCC);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 94%;
    -webkit-transform: translateX(-50%) translateY(0) rotate(90deg);
    transform: translateX(-50%) translateY(0) rotate(90deg); }
  .l-support {
    padding: 100px 0 0; }
  .l-support__title {
    margin: 0 0 60px; }
  .l-support__list {
    display: block;
    margin: 0 0 50px; }
  .l-support__list dt {
    width: 50%;
    margin: 0 auto 35px; }
  .l-support__list dd {
    width: 100%; }
  .l-support__list dd strong {
    font-size: 4.8vw;
    font-weight: 500;
    line-height: 1.6;
    padding: 0 0 20px; }
  .l-support__list dd p {
    line-height: 1.6; }
  .l-support__list dd p b {
    font-weight: 600; }
  .l-support__list.-reverse {
    margin: 0 0 60px; }
  .l-support__list.-reverse dt {
    width: 50%;
    margin: 0 auto 40px; }
  .l-support__list.-reverse dd {
    width: 100%; }
  .l-support__list.-reverse dd strong {
    padding: 0 0 30px; }
  .l-support__list.-reverse dd p {
    line-height: 1.6; }
  .l-listblock {
    padding: 60px 0; }
  .l-listblock--recruit {
    padding: 60px 0 80px; }
  .l-listblock .inner {
    width: 100%; }
  .l-listblock__wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }
  .l-listblock__wrap::-webkit-scrollbar {
    display: none; }
  .l-listblock__title {
    font-size: 5.867vw;
    margin: 0 0 20px; }
  .l-listblock__list {
    margin: 0 0 35px 5%;
    padding: 0 5% 0 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%; }
  .l-listblock__list.onecolumn {
    margin: 0 auto 35px;
    padding: 0; }
  .l-listblock__list.onecolumn .l-listblock__list__item {
    width: 100%; }
  .l-listblock__list__item {
    width: 80%; }
  .l-listblock__list__item__img {
    margin: 0 0 18px;
    height: 0;
    padding-top: 52%; }
  .l-listblock__list__item__catetime {
    margin: 0 0 10px;
    font-size: 2.933vw;
    font-weight: 600; }
  .l-listblock__list__item__title {
    font-size: 3.467vw;
    margin: 0 0 10px;
    font-weight: 600; }
  .l-listblock__list__item__subtitle {
    font-size: 3.467vw; }
  .l-listblock__morebtn {
    width: 80%;
    margin: 0 auto; }
  .l-listblock__morebtn > a {
    padding: 15px 0;
    font-size: 3.733vw;
    line-height: 1; }
  .l-contact {
    background-image: url(/_nuxt/img/a07f506.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-attachment: inherit;
    padding: 60px 0; }
  .l-contact__wrap {
    padding: 50px 5%;
    width: 90%;
    margin: 0 auto; }
  .l-contact__wrap__text {
    font-size: 4.8vw;
    line-height: 1.6;
    padding: 0 0 20px; }
  .l-contact__wrap p {
    font-size: 3.467vw;
    padding: 0 0 30px; }
  .l-contact__wrap__btn {
    width: 100%; }
  .l-sponsorship {
    padding: 60px 0; }
  .l-sponsorship__title {
    font-size: 4.8vw;
    line-height: 1;
    margin: 0 0 30px; }
  .l-sponsorship .swiper-container {
    width: 85%; }
  .l-sponsorship .swiper-button-next, .l-sponsorship .swiper-button-prev {
    width: 40px; }
  .l-sponsorship .swiper-button-prev {
    left: -5%; }
  .l-sponsorship .swiper-button-next {
    right: -5%; } }

/* Formed ========================================================= */
.page-guide {
  /* l-contact */ }

.page-guide .l-keyvisual {
  padding: 30px 0 160px;
  background-image: url(../images/ac479ed.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover; }

.page-guide .l-keyvisual__pankuzu {
  margin: 0 0 100px; }

.page-guide .l-keyvisual__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 3.6;
  text-align: left;
  color: #363636; }

.page-guide .l-keyvisual__title > p {
  font-size: 38px;
  line-height: 1;
  -webkit-transform: translateX(-0.15em);
  transform: translateX(-0.15em); }

@media screen and (max-width: 768px) {
  .page-guide .l-keyvisual {
    padding: 15px 0 100px; }
  .page-guide .l-keyvisual__pankuzu {
    margin: 0 0 80px; }
  .page-guide .l-keyvisual__title {
    font-size: 3.467vw;
    line-height: 3.33; }
  .page-guide .l-keyvisual__title > p {
    font-size: 8vw;
    -webkit-transform: translateX(-0.15em);
    transform: translateX(-0.15em); } }

.page-guide .l-contact {
  background-image: url(../images/a07f506.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0; }

.page-guide .l-contact__wrap {
  padding: 60px 0;
  background-color: #fff;
  width: 940px;
  margin: 0 auto;
  text-align: center; }

.page-guide .l-contact__wrap__text {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.8;
  padding: 0 0 20px; }

.page-guide .l-contact__wrap p {
  padding: 0 0 30px; }

/* l-listblock ================================================================== */
.l-listblock {
  padding: 70px 0; }

.l-listblock--seminar {
  background-color: #f7f7f7; }

.l-listblock__title {
  font-size: 24px;
  line-height: 1;
  margin: 0 0 35px; }

.l-listblock__list {
  margin: 0 0 45px; }

@media screen and (max-width: 768px) {
  .l-listblock__list.onecolumn {
    width: 80%; } }

.l-listblock__list__item {
  width: 33.3333%; }

@media screen and (min-width: 769px) {
  .l-listblock__list__item a:hover {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

.l-listblock__list__item__img {
  position: relative;
  margin: 0 0 30px;
  height: 0;
  padding-top: 52%;
  overflow: hidden; }

.l-listblock__list__item__img img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out; }

.l-listblock__list__item__catetime {
  padding: 0 25px 0 0;
  margin: 0 0 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1; }

.l-listblock__list__item__title {
  padding: 0 25px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 15px; }

.l-listblock__list__item__subtitle {
  padding: 0 25px 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  color: #777; }

.l-listblock__morebtn > a {
  display: block;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  line-height: 4.11;
  letter-spacing: 1.12px;
  text-align: center;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out; }

@media screen and (min-width: 769px) {
  .l-listblock__list__item a:hover .l-listblock__list__item__title {
    opacity: .7; } }

@media screen and (min-width: 769px) {
  .l-listblock__morebtn > a:hover {
    background-color: #ccc;
    color: #fff; } }

.l-mailmagazine {
  padding: 30px 0 120px; }

.l-mailmagazine__pankuzu {
  margin: 0 0 70px; }

.l-mailmagazine__wrap {
  width: 540px;
  margin: 0 auto; }

.l-mailmagazine__wrap--confirm {
  width: 100%; }

.l-mailmagazine__wrap__confirm {
  width: 100%;
  background-color: #f7f7f7;
  padding: 60px 0 30px; }

.l-mailmagazine__wrap__confirm__list {
  width: 540px;
  margin: 0 auto; }

.l-mailmagazine__wrap__confirm__list__item {
  margin: 0 0 30px; }

.l-mailmagazine__wrap__confirm__list__item--text {
  color: #777;
  margin: 0; }

.l-mailmagazine__wrap__confirm__list__item--input {
  font-size: 18px; }

.l-mailmagazine__wrap__title {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  margin: 0 0 55px; }

.l-mailmagazine__wrap__subtitle {
  text-align: center;
  margin: 0 0 50px; }

.l-mailmagazine__wrap__subtitle--complete {
  white-space: nowrap;
  margin: 0 0 130px; }

.l-mailmagazine__wrap__inputattention {
  text-align: right;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 30px; }

.l-mailmagazine__wrap__form__list {
  margin: 0 0 50px; }

.l-mailmagazine__wrap__form__list__item {
  position: relative; }

.l-mailmagazine__wrap__form__list__item--text {
  margin: 0 0 3px; }

.l-mailmagazine__wrap__form__list__item__error {
  position: absolute;
  top: 102%;
  left: 0;
  font-size: 12px;
  line-height: 2.8;
  color: #df3939; }

.l-mailmagazine__wrap__form__list__item__error--all {
  position: relative;
  top: inherit;
  text-align: center; }

.l-mailmagazine__wrap__form__list__item--input {
  border-bottom: 2px solid #d0d0d0;
  padding: 0 0 8px; }

.l-mailmagazine__wrap__form__list__item--input > input {
  width: 100%;
  height: 25px;
  background-color: #fff;
  border: none;
  outline: 0;
  font-size: 18px; }

.l-mailmagazine__wrap__form__list__item--input > input::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #d0d0d0; }

.l-mailmagazine__wrap__form__list__item--input > input::-moz-placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #d0d0d0; }

.l-mailmagazine__wrap__form__list__item--input > input:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #d0d0d0; }

.l-mailmagazine__wrap__form__list__item--input > input::-ms-input-placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #d0d0d0; }

.l-mailmagazine__wrap__form__list__item--input > input::placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #d0d0d0; }

.l-mailmagazine__wrap__form__list__item--input > select {
  width: 100%;
  height: 25px;
  background-color: #fff;
  border: none;
  outline: 0;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0 0 0 30px; }

.l-mailmagazine__wrap__form__list__item--select:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 12px;
  width: 5px;
  height: 5px;
  border-color: transparent transparent #df3939 #df3939;
  border-style: solid;
  border-width: 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1; }

.l-mailmagazine__wrap__form__apply {
  position: relative;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: 0 0 70px; }

.l-mailmagazine__wrap__form__apply__check {
  padding: 0 0 0 40px; }

.l-mailmagazine__wrap__form__apply a {
  color: #000;
  text-decoration: underline; }

.l-mailmagazine__wrap__form input[type=checkbox], .l-mailmagazine__wrap__form input[type=radio] {
  display: none; }

.l-mailmagazine__wrap__form .checkbox, .l-mailmagazine__wrap__form .radio {
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
  position: relative;
  width: 100%;
  margin: 0 auto;
  vertical-align: middle;
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
  padding: 0 0 0 45px; }

.l-mailmagazine__wrap__form .checkbox:hover:after, .l-mailmagazine__wrap__form .radio:hover:after {
  border-color: #d0d0d0; }

.l-mailmagazine__wrap__form .checkbox:after, .l-mailmagazine__wrap__form .radio:after {
  -webkit-transition: border-color .2s linear;
  transition: border-color .2s linear;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #d0d0d0;
  content: ""; }

.l-mailmagazine__wrap__form .checkbox:before, .l-mailmagazine__wrap__form .radio:before {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  position: absolute;
  top: 39%;
  left: 5px;
  display: block;
  width: 5px;
  height: 12px;
  border-right: 2px solid #d0d0d0;
  border-bottom: 2px solid #d0d0d0;
  content: "";
  opacity: 1;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%); }

.l-mailmagazine__wrap__form input[type=checkbox]:checked + .checkbox:before, .l-mailmagazine__wrap__form input[type=radio]:checked + .radio:before {
  opacity: 1;
  border-right: 2px solid #df3939;
  border-bottom: 2px solid #df3939; }

.l-mailmagazine__wrap__form input[type=checkbox]:checked + .checkbox:after {
  border: 1px solid #df3939; }

.l-mailmagazine__wrap__returnbtn {
  margin: 60px auto 20px; }

.l-mailmagazine__wrap__returnbtn > a {
  border: 1px solid #d0d0d0;
  background-color: #fff;
  color: #777; }

@media screen and (min-width: 769px) {
  .l-mailmagazine__wrap__returnbtn > a:hover {
    background-color: #d0d0d0;
    color: #000; } }

@media screen and (max-width: 768px) {
  .l-mailmagazine {
    padding: 15px 0 110px; }
  .l-mailmagazine__pankuzu {
    margin: 0 0 50px; }
  .l-mailmagazine__wrap--confirm, .l-mailmagazine__wrap {
    width: 100%; }
  .l-mailmagazine__wrap__confirm {
    width: 100%;
    background-color: #f7f7f7;
    padding: 50px 0 15px; }
  .l-mailmagazine__wrap__confirm__list {
    width: 90%;
    margin: 0 auto 35px; }
  .l-mailmagazine__wrap__confirm__list__item {
    margin: 0 0 10px; }
  .l-mailmagazine__wrap__confirm__list__item--input {
    font-size: 4.267vw; }
  .l-mailmagazine__wrap__title {
    font-size: 5.867vw;
    margin: 0 0 35px; }
  .l-mailmagazine__wrap__subtitle {
    text-align: left;
    margin: 0 0 45px; }
  .l-mailmagazine__wrap__subtitle--complete {
    white-space: normal;
    margin: 0 0 50px; }
  .l-mailmagazine__wrap__inputattention {
    font-size: 2.933vw;
    margin: 0 0 20px; }
  .l-mailmagazine__wrap__form__list {
    margin: 0 0 40px; }
  .l-mailmagazine__wrap__form__list__item--text {
    margin: 0 0 5px; }
  .l-mailmagazine__wrap__form__list__item__error {
    font-size: 2.933vw; }
  .l-mailmagazine__wrap__form__list__item--input {
    padding: 0 0 8px; }
  .l-mailmagazine__wrap__form__list__item--input > input {
    height: 25px;
    font-size: 16px; }
  .l-mailmagazine__wrap__form__list__item--input > input::-webkit-input-placeholder {
    font-size: 16px; }
  .l-mailmagazine__wrap__form__list__item--input > input::-moz-placeholder {
    font-size: 16px; }
  .l-mailmagazine__wrap__form__list__item--input > input:-ms-input-placeholder {
    font-size: 16px; }
  .l-mailmagazine__wrap__form__list__item--input > input::-ms-input-placeholder {
    font-size: 16px; }
  .l-mailmagazine__wrap__form__list__item--input > input::placeholder {
    font-size: 16px; }
  .l-mailmagazine__wrap__form__list__item--input > select {
    width: 100%;
    height: 25px;
    font-size: 16px;
    padding: 0 0 0 40px; }
  .l-mailmagazine__wrap__form__list__item--select:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 7px;
    width: 5px;
    height: 5px;
    border-color: transparent transparent #df3939 #df3939;
    border-style: solid;
    border-width: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1; }
  .l-mailmagazine__wrap__form__apply {
    font-size: 4vw;
    margin: 0 0 60px; }
  .l-mailmagazine__wrap__form__apply__check {
    padding: 0 0 0 40px; }
  .l-mailmagazine__wrap__form .checkbox, .l-mailmagazine__wrap__form .radio {
    width: 100%;
    font-size: 4vw;
    padding: 0 0 0 35px; }
  .l-mailmagazine__wrap__form .checkbox:after, .l-mailmagazine__wrap__form .radio:after {
    width: 24px;
    height: 24px; }
  .l-mailmagazine__wrap__form .checkbox:before, .l-mailmagazine__wrap__form .radio:before {
    top: 35%;
    left: 4px; }
  .l-mailmagazine__wrap__form input[type=button], .l-mailmagazine__wrap__form input[type=submit] {
    border-radius: 8px;
    border: 1px solid #df3939;
    padding: 21px 0; }
  .l-mailmagazine__wrap__returnbtn {
    width: 80%;
    margin: 60px auto 20px; }
  .l-mailmagazine__wrap__returnbtn > a {
    border: 1px solid #d0d0d0;
    background-color: #fff;
    color: #777; }
  .l-mailmagazine__wrap--confirm .btn {
    width: 80%; } }

.l-newsindex {
  padding: 60px 0 90px; }

.l-newsindex__menu {
  margin: 0 0 40px; }

.l-newsindex__menu__link {
  cursor: pointer;
  padding: 7px 40px;
  border-radius: 15px;
  background-color: #d0d0d0;
  border: 2px solid #d0d0d0;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin: 0 8px 0 0;
  -webkit-transition: -webkit-filter .4s ease-out;
  transition: -webkit-filter .4s ease-out;
  transition: filter .4s ease-out;
  transition: filter .4s ease-out, -webkit-filter .4s ease-out; }

@media screen and (min-width: 769px) {
  .l-newsindex__menu__link:hover {
    -webkit-filter: brightness(60%);
    filter: brightness(60%); } }

.l-newsindex__menu__link.on {
  cursor: auto;
  background-color: #fff;
  color: #000; }

.l-newsindex__menu__link.on:hover {
  -webkit-filter: brightness(100%);
  filter: brightness(100%); }

.l-newsindex__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px; }

.l-newsindex__list__item {
  width: 33.3333%;
  margin: 0 0 30px; }

@media screen and (min-width: 769px) {
  .l-newsindex__list__item a:hover img {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .l-newsindex__list__item a:hover .l-newsindex__list__item__title {
    opacity: .7; } }

.l-newsindex__list__item__img {
  position: relative;
  margin: 0 0 30px;
  height: 0;
  padding-top: 52%;
  overflow: hidden; }

.l-newsindex__list__item__img img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out; }

.l-newsindex__list__item__catetime {
  padding: 0 25px 0 0;
  margin: 0 0 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1; }

.l-newsindex__list__item__title {
  padding: 0 25px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 15px; }

.l-newsindex__list__item__subtitle {
  padding: 0 25px 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  color: #777; }

.l-newsindex__page--arrow {
  width: 50px;
  cursor: pointer;
  transition: -webkit-filter .4s ease-out;
  -webkit-transition: -webkit-filter .4s ease-out;
  transition: filter .4s ease-out;
  transition: filter .4s ease-out, -webkit-filter .4s ease-out; }

.l-newsindex__page--arrow.off {
  cursor: auto; }

.l-newsindex__page--arrow.off:hover img, .l-newsindex__page--arrow.off img {
  -webkit-filter: grayscale(1) brightness(2);
  filter: grayscale(1) brightness(2); }

@media screen and (min-width: 769px) {
  .l-newsindex__page--arrow:hover img {
    -webkit-filter: brightness(200%);
    filter: brightness(200%); } }

.l-newsindex__page--number {
  margin: 0 70px; }

.l-newsindex__page__number {
  font-size: 16px;
  letter-spacing: 1.28px;
  text-align: center;
  color: #000;
  margin: 0 8px;
  cursor: pointer;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out; }

.l-newsindex__page__number.on {
  cursor: auto;
  color: #df3939; }

@media screen and (min-width: 769px) {
  .l-newsindex__page__number:hover {
    color: #ccc; } }

.l-newsdetail {
  padding: 30px 0 80px;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.l-newsdetail.on {
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  opacity: 0; }

.l-newsdetail__pankuzu {
  margin: 0 0 60px; }

.l-newsdetail__detail {
  width: 800px;
  margin: 0 auto; }

.l-newsdetail__detail__catetime {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 25px; }

.l-newsdetail__detail__title {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 15px; }

.l-newsdetail__detail__sns {
  margin: 0 0 20px; }

.l-newsdetail__detail__sns > a {
  display: block;
  width: 88px;
  margin: 0 10px 0 0; }

.l-newsdetail__detail__image {
  margin: 0 0 30px; }

.l-newsdetail__detail__text {
  margin: 0 0 110px; }

.l-newsdetail__detail__return > a {
  border: 1px solid #d0d0d0;
  color: #000; }

.l-newsdetail__detail__return > a:hover {
  background-color: #d0d0d0; }

.l-newsdetail__detail__pager {
  margin: 0 0 60px; }

.l-newsdetail__detail__pager__box {
  width: 45%; }

.l-newsdetail__detail__pager__arrow {
  cursor: pointer;
  width: 100%;
  -webkit-transition: opacity .4s ease-out;
  transition: opacity .4s ease-out; }

.l-newsdetail__detail__pager__arrow img {
  width: 50px;
  display: block; }

.l-newsdetail__detail__pager__arrow p {
  font-size: 12px;
  line-height: 1.6; }

@media screen and (min-width: 769px) {
  .l-newsdetail__detail__pager__arrow:hover {
    opacity: .7; } }

.l-newsdetail__detail__pager__arrow--prev img {
  margin: 0 20px 0 0; }

.l-newsdetail__detail__pager__arrow--next img {
  margin: 0 0 0 20px; }

.l-newsdetail__detail__pager__arrow--next p {
  text-align: right; }

.newsdetail__detail__pager__box {
  width: 45%; }

.l-newscontact {
  background-color: #f7f7f7;
  padding: 80px 0; }

@media screen and (max-width: 768px) {
  .l-keyvisual {
    padding: 15px 0 160px;
    background-position: 50%; }
  .l-keyvisual__pankuzu {
    font-size: 2.933vw;
    line-height: 1.4;
    margin: 0 0 90px; }
  .l-keyvisual__pankuzu > a {
    margin: 0 20px 0 0; }
  .l-keyvisual__title, .l-keyvisual__title > p {
    font-size: 8vw;
    line-height: 1.444; }
  .l-newsindex {
    padding: 35px 0 90px; }
  .l-newsindex .inner {
    width: 100%; }
  .l-newsindex__wrap {
    margin: 0 0 0 5%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }
  .l-newsindex__wrap::-webkit-scrollbar {
    display: none; }
  .l-newsindex__menu {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 230%; }
  .l-newsindex__menu__link {
    padding: 7px 40px;
    border-radius: 30px;
    border: 1px solid #d0d0d0;
    font-size: 2.933vw;
    margin: 0 5px 0 0; }
  .l-newsindex__list {
    display: block;
    margin: 0 0 80px;
    padding: 0 5%; }
  .l-newsindex__list__item {
    width: 100%;
    margin: 0 0 35px; }
  .l-newsindex__list__item__img {
    margin: 0 0 18px;
    height: 0;
    padding-top: 52%; }
  .l-newsindex__list__item__catetime {
    padding: 0;
    margin: 0 0 10px;
    font-size: 2.933vw;
    font-weight: 600; }
  .l-newsindex__list__item__title {
    padding: 0;
    font-size: 3.467vw;
    font-weight: 600;
    margin: 0 0 10px; }
  .l-newsindex__list__item__subtitle {
    font-size: 3.467vw; }
  .l-newsindex__pager {
    padding: 0 5%; }
  .l-newsindex__page--arrow {
    width: 40px; }
  .l-newsindex__page--number {
    margin: 0 20%; }
  .l-newsindex__page__number {
    font-size: 4vw; }
  .l-newsdetail {
    padding: 15px 0 55px; }
  .l-newsdetail__pankuzu {
    margin: 0 0 40px; }
  .l-newsdetail__pankuzu a.last:after, .l-newsdetail__pankuzu p {
    display: none; }
  .l-newsdetail__detail {
    width: 100%; }
  .l-newsdetail__detail__catetime {
    font-size: 2.933vw;
    margin: 0 0 15px;
    font-weight: 600; }
  .l-newsdetail__detail__title {
    font-size: 4.8vw;
    line-height: 1.6;
    margin: 0 0 10px; }
  .l-newsdetail__detail__image, .l-newsdetail__detail__sns {
    margin: 0 0 15px; }
  .l-newsdetail__detail__text {
    font-size: 3.467vw;
    margin: 0 0 55px; }
  .l-newsdetail__detail__pager {
    display: block;
    margin: 0 0 40px; }
  .l-newsdetail__detail__pager__arrow, .l-newsdetail__detail__pager__box {
    width: 100%; }
  .l-newsdetail__detail__pager__arrow img {
    width: 30px; }
  .l-newsdetail__detail__pager__arrow p {
    font-size: 3.467vw; }
  .l-newsdetail__detail__pager__arrow p span {
    display: none; }
  .l-newsdetail__detail__pager__arrow--prev {
    margin: 0 0 20px; }
  .l-newsdetail__detail__pager__arrow--prev img {
    margin: 0 20px 0 0; }
  .l-newsdetail__detail__pager__arrow--next {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .l-newsdetail__detail__pager__arrow--next p {
    text-align: left; }
  .l-newsdetail__detail__pager__arrow--next img {
    margin: 0 20px 0 0; }
  .newsdetail__detail__pager__box {
    width: 100%; }
  .l-newscontact {
    padding: 65px 0; }
  .l-newscontact__btn {
    width: 80%; } }

/* Formed ========================================================= */
.page-news .l-keyvisual {
  padding: 30px 0 170px;
  background-image: url(../images/0ceb35b.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover; }

.page-news .l-keyvisual__pankuzu {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  color: #777;
  margin: 0 0 130px; }

.page-news .l-keyvisual__pankuzu > a {
  color: #777;
  position: relative;
  display: block;
  margin: 0 20px 0 0;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out; }

.page-news .l-keyvisual__pankuzu > a:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: -10px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #df3939;
  border-right: 1px solid #df3939;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%); }

@media screen and (min-width: 769px) {
  .page-news .l-keyvisual__pankuzu > a:hover {
    color: #df3939; } }

.page-news .l-keyvisual__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 3.6;
  text-align: left;
  color: #363636; }

.page-news .l-keyvisual__title > p {
  font-size: 38px;
  line-height: 1; }

.l-policy {
  padding: 30px 0 90px; }

.l-policy__pankuzu {
  margin: 0 0 60px; }

.l-policy__title {
  font-size: 38px;
  line-height: 1.52;
  text-align: center;
  color: #363636;
  margin: 0 0 50px; }

.l-policy__text {
  width: 800px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 2.06; }

.l-policy__text > p {
  padding-left: 1em;
  text-indent: -1em; }

@media screen and (max-width: 768px) {
  .l-policy {
    padding: 15px 0 90px; }
  .l-policy__pankuzu {
    margin: 0 0 50px; }
  .l-policy__title {
    font-size: 5.867vw;
    margin: 0 0 35px; }
  .l-policy__text {
    width: 90%;
    margin: 0 auto;
    font-size: 3.467vw;
    line-height: 1.6; }
  .l-policy__text > p {
    padding-left: 1em;
    text-indent: -1em; } }

.page-top .l-keyvisual {
  height: 100vh; }

.page-top .l-keyvisual:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/e8227a1.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  transition: -webkit-filter .4s ease-out;
  -webkit-transition: -webkit-filter .4s ease-out;
  transition: filter .4s ease-out;
  transition: filter .4s ease-out, -webkit-filter .4s ease-out; }

.page-top .l-keyvisual.on:before {
  -webkit-filter: blur(0);
  filter: blur(0); }

.page-top .l-keyvisual__title {
  position: absolute;
  width: 13%;
  right: 8%;
  bottom: 15%;
  opacity: 1;
  -webkit-transition: all .5s ease-out .2s;
  transition: all .5s ease-out .2s; }

.page-top .l-keyvisual__title.on {
  bottom: 15%;
  opacity: 1; }
