@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  color: #333333;
  vertical-align: baseline;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}

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

li {
  list-style: none;
}

ol, ul {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

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

h1, h2, p, pre {
  word-wrap: break-word;
}

caption, th, td {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

caption {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}

tbody, tfoot, thead, tr {
  vertical-align: baseline;
}

tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}

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

input, select {
  vertical-align: middle;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

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

html, body {
  -webkit-text-size-adjust: none;
  height: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #F9FAFD;
}
@media only screen and (max-width: 519px) {
  html.scroll_fixed, body.scroll_fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
}

* {
  box-sizing: border-box;
}

html {
  /*	font-size: 62.5%;*/
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  color: #333333;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}

a {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}
a img {
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

img {
  vertical-align: bottom;
  pointer-events: none;
  width: 100%;
}

.bg_bomovie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0.6;
}
.bg_bomovie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail_link {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.detail_link.fl_e {
  justify-content: flex-end;
}
.detail_link.fl_s {
  justify-content: flex-start;
}
.detail_link span {
  font-size: 18px;
  font-size: 1.125rem;
  color: #7a2010;
  font-weight: 600;
  margin-right: 20px;
}
.detail_link small {
  position: relative;
}
.detail_link small:before {
  content: "";
  width: 90px;
  height: 55px;
  border-radius: 30px;
  display: inline-block;
  background-color: #7a2010;
}
@media only screen and (max-width: 519px) {
  .detail_link small:before {
    width: 60px;
    height: 35px;
  }
}
.detail_link small:after {
  content: "";
  width: 21.3px;
  height: 12.8px;
  display: inline-block;
  background-image: url(../images/common/i_arrow_wh.svg);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bgbase {
  background-color: #7a2010;
}

.bgacc {
  background-color: #FFBA00;
}

.sp-display {
  display: none !important;
}
@media only screen and (max-width: 519px) {
  .sp-display {
    display: block !important;
  }
}

.sp-display_inlineb {
  display: none !important;
}
@media only screen and (max-width: 519px) {
  .sp-display_inlineb {
    display: inline-block !important;
  }
}

.sp-flex {
  display: none !important;
}
@media only screen and (max-width: 519px) {
  .sp-flex {
    display: flex !important;
  }
}

@media only screen and (max-width: 519px) {
  .sp-invisible {
    display: none !important;
  }
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.fade__item {
  opacity: 0;
}

.show {
  display: block;
  opacity: 1;
}

.js__show {
  display: block;
}

/*font-weight*/
.bold {
  font-weight: bold;
}

/* //////////////////////////////////////////
  container, l-contents, is-content
//////////////////////////////////////////*/
/** is-content **/
.is-content {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.p-content {
  opacity: 0;
  padding: 0 20px;
}

.checkbox {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 25px;
  line-height: 20px;
}
.checkbox:before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0;
  border: 1px solid #d5d5d5;
  z-index: 3;
  box-sizing: border-box;
}
.checkbox:after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  top: calc(50% - 2.9166666667px);
  display: block;
  margin-top: -5.8333333333px;
  width: 5.8333333333px;
  height: 14px;
  z-index: 1;
  left: 7.0833333333px;
}
.checkbox input[type=checkbox] {
  position: absolute;
  z-index: 2;
  margin: 0px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  outline: none;
  display: block;
  box-shadow: 20px 0px #FFF;
  left: -20px;
  padding: 0;
  transform: all 0.3s ease-in-out;
}
.checkbox input[type=checkbox]:checked {
  opacity: 0.1;
}
.checkbox input[type=checkbox]:checked:focus {
  opacity: 0.1;
}

/* js__display */
.js__display {
  position: relative;
  transform-origin: 0 50%;
  transition: transform 600ms ease, box-shadow 300ms ease 600ms;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.js__display.js__show {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.js__display::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform-origin: 100% 50%;
  transition: transform 600ms ease 600ms;
}

.js__display.js__show::after {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

/* js__trans */
.js__trans {
  position: relative;
  overflow: hidden;
}
.js__trans:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 1.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  transition: -webkit-transform 1.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  transition: 1.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  transition: transform 1.8s cubic-bezier(0.16, 1.08, 0.38, 0.98), -webkit-transform 1.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  z-index: 2;
}

.js__show.js__trans:after {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

/**** animation ****/
@-webkit-keyframes fadePage {
  from {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
}
@keyframes fadePage {
  from {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@-webkit-keyframes fadeInCenter {
  from {
    opacity: 0;
  }
}
@keyframes fadeInCenter {
  from {
    opacity: 0;
  }
}
.fadePage {
  -webkit-animation: fadePage 0.5s ease both;
  animation: fadePage 0.5s ease both;
  opacity: 1 !important;
}

.fadeInUp {
  -webkit-animation: fadeInUp 1s ease both;
  animation: fadeInUp 1s ease both;
  opacity: 1 !important;
}

.fadeInDown {
  -webkit-animation: fadeInDown 1s ease both;
  animation: fadeInDown 1s ease both;
  opacity: 1 !important;
}

.fadeInRight {
  -webkit-animation: fadeInRight 1s ease both;
  animation: fadeInRight 1s ease both;
  opacity: 1 !important;
}

.fadeInLeft {
  -webkit-animation: fadeInLeft 1s ease both;
  animation: fadeInLeft 1s ease both;
  opacity: 1 !important;
}

.fadeInCenter {
  -webkit-animation: fadeInCenter 0.8s ease both;
  animation: fadeInCenter 0.8s ease both;
  opacity: 1 !important;
}

.pagetop {
  z-index: 100;
}

.btn {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #999999;
}
@media only screen and (max-width: 519px) {
  .btn {
    display: inline-flex;
  }
}
.btn.comingsoon span {
  opacity: 0.4;
}
.btn.comingsoon:after {
  opacity: 0.4;
}
.btn:after {
  content: "";
  background-image: url(../images/common/arrow_link_nv.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 18px;
  height: 30px;
  margin-left: 20px;
}
@media only screen and (max-width: 519px) {
  .btn:after {
    margin-left: 15px;
  }
}
.btn span {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 519px) {
  .btn span {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0;
  }
}

/* //////////////////////////////////////////
  loading
//////////////////////////////////////////*/
.c-loading {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background: #FFFCF2;
  transition: 1s;
}
.c-loading.js_hide {
  visibility: hidden;
  opacity: 0;
}
.c-loading .loading {
  display: flex;
}
.c-loading .loading .dot {
  position: relative;
  width: 2em;
  height: 2em;
  margin: 0.8em;
  border-radius: 50%;
}
@media only screen and (max-width: 519px) {
  .c-loading .loading .dot {
    width: 1em;
    height: 1em;
    margin: 0.4em;
  }
}
.c-loading .loading .dot::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  animation: wave 2s ease-out infinite;
}
.c-loading .loading .dot:nth-child(1) {
  background: #610D1D;
}
.c-loading .loading .dot:nth-child(1)::before {
  animation-delay: 0.2s;
}
.c-loading .loading .dot:nth-child(2) {
  background: #873b1f;
}
.c-loading .loading .dot:nth-child(2)::before {
  animation-delay: 0.4s;
}
.c-loading .loading .dot:nth-child(3) {
  background: #b26a1e;
}
.c-loading .loading .dot:nth-child(3)::before {
  animation-delay: 0.6s;
}
.c-loading .loading .dot:nth-child(4) {
  background: #da9413;
}
.c-loading .loading .dot:nth-child(4)::before {
  animation-delay: 0.8s;
}
.c-loading .loading .dot:nth-child(5) {
  background: #FFBA00;
}
.c-loading .loading .dot:nth-child(5)::before {
  animation-delay: 1s;
}

@keyframes wave {
  50%, 75% {
    transform: scale(2.5);
  }
  80%, 100% {
    opacity: 0;
  }
}
/*----------------------------------------
	footer.scss
----------------------------------------*/
footer {
  background-color: #7a2010;
}
footer .f_inner {
  width: 85%;
  margin: 0 auto;
  padding: 110px 0 100px;
}
@media only screen and (max-width: 519px) {
  footer .f_inner {
    padding: 80px 0 70px;
  }
}
footer .f_inner .f_top {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 519px) {
  footer .f_inner .f_top {
    display: block;
  }
}
footer .f_inner .f_top .f_ll {
  display: flex;
}
@media only screen and (max-width: 519px) {
  footer .f_inner .f_top .f_ll {
    display: block;
    text-align: center;
  }
}
footer .f_inner .f_top .f_ll a {
  width: 118px;
  display: block;
  margin-right: 40px;
}
@media only screen and (max-width: 519px) {
  footer .f_inner .f_top .f_ll a {
    margin: 0 auto;
    width: 25%;
  }
}
footer .f_inner .f_top .f_ll .f_info {
  text-align: left;
}
@media only screen and (max-width: 519px) {
  footer .f_inner .f_top .f_ll .f_info {
    text-align: center;
    margin-top: 30px;
  }
}
footer .f_inner .f_top .f_ll .f_info small {
  display: block;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}
footer .f_inner .f_top .f_ll .f_info strong {
  display: block;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 10px;
}
@media only screen and (max-width: 519px) {
  footer .f_inner .f_top .f_ll .f_info strong {
    margin-top: 15px;
  }
}
footer .f_inner .f_top .f_ll .f_info span {
  display: block;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 15px;
}
footer .f_inner .f_top .f_ll .f_info p {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  font-family: "Overpass", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Noto Emoji, sans-serif;
  margin-top: 20px;
}
@media only screen and (max-width: 519px) {
  footer .f_inner .f_top .f_ll .f_info p {
    font-weight: 800;
  }
}
footer .f_inner .f_top .f_ll .f_info p img {
  width: 9.7px;
  margin-right: 5px;
}
footer .f_inner .f_top .f_lr {
  width: 510px;
}
@media only screen and (max-width: 519px) {
  footer .f_inner .f_top .f_lr {
    width: 100%;
    margin-top: 50px;
  }
}
footer .f_inner .f_top .f_lr ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 519px) {
  footer .f_inner .f_top .f_lr ul {
    text-align: center;
    justify-content: center;
  }
}
footer .f_inner .f_top .f_lr ul li {
  margin-right: 30px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 519px) {
  footer .f_inner .f_top .f_lr ul li:nth-child(3n) {
    margin-right: 0;
  }
}
footer .f_inner .f_top .f_lr ul li.link:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../images/common/i_link_wh.svg);
  background-size: cover;
  margin-left: 10px;
}
footer .f_inner .f_top .f_lr ul li a {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 519px) {
  footer .f_inner .f_top .f_lr ul li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
footer .f_inner .f_top .f_lr .f_contact {
  padding-top: 5px;
}
footer .f_inner .f_top .f_lr .f_contact ul {
  display: flex;
  justify-content: space-between;
}
footer .f_inner .f_top .f_lr .f_contact ul li {
  width: 48%;
  margin-right: 0;
}
footer .f_inner .f_top .f_lr .f_contact ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  border: 1px solid #fff;
  padding: 7px 0;
  border-radius: 5px;
}
footer .f_inner .f_top .f_lr .f_contact ul li a img {
  width: 20px;
  margin-right: 10px;
}
footer .f_inner .f_top .f_lr .f_contact ul li a span {
  color: #fff;
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 519px) {
  footer .f_inner .f_top .f_lr .f_contact ul li a span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
footer .f_inner .f_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media only screen and (max-width: 519px) {
  footer .f_inner .f_bottom {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
}
footer .f_inner .f_bottom .f_ll {
  color: #fff;
  font-family: "Overpass", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Noto Emoji, sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  footer .f_inner .f_bottom .f_ll {
    margin-top: 30px;
  }
}
footer .f_inner .f_bottom .f_lr .f_sns {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 519px) {
  footer .f_inner .f_bottom .f_lr .f_sns {
    justify-content: center;
  }
}
footer .f_inner .f_bottom .f_lr .f_sns span {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 20px;
}
footer .f_inner .f_bottom .f_lr .f_sns a {
  display: inline-block;
  border-left: 1px solid #ccc;
  padding: 0 20px;
}
footer .f_inner .f_bottom .f_lr .f_sns a:last-child {
  border-right: 1px solid #ccc;
}

/*----------------------------------------
	header.scss
----------------------------------------*/
header {
  position: absolute;
  z-index: 10;
  width: 100%;
}
header h1 {
  width: 120px;
  margin: 50px 0 0 50px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 519px) {
  header h1 {
    width: 23%;
    margin: 20px 0 0 20px;
  }
}
header h1 a {
  display: block;
}
header nav {
  position: absolute;
  right: 40px;
  top: 40px;
  text-align: right;
  z-index: 10;
}
@media only screen and (max-width: 519px) {
  header nav {
    position: fixed;
    visibility: hidden;
    right: 10px;
    top: 10px;
    width: calc(100% - 20px);
    padding: 80px 45px 40px;
  }
}
@media only screen and (max-width: 519px) {
  header nav:before {
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 0;
    transition: 0.6s;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
  }
}
@media only screen and (max-width: 519px) {
  header nav:after {
    content: "";
    display: block;
    background-color: #000000;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transition: 0.6s;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 1;
  }
}
@media only screen and (max-width: 519px) {
  header nav.is_active {
    visibility: visible;
  }
}
header nav.is_active:before {
  opacity: 1;
}
header nav.is_active:after {
  opacity: 0.4;
}
header nav .navt {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 519px) {
  header nav .navt {
    width: 100%;
    margin: 0 auto 20px;
    display: block;
  }
}
header nav .navt ul {
  display: flex;
}
@media only screen and (max-width: 519px) {
  header nav .navt ul {
    display: block;
    text-align: left;
    margin-bottom: 30px;
  }
}
header nav .navt ul li {
  margin-right: 30px;
}
@media only screen and (max-width: 519px) {
  header nav .navt ul li {
    margin: 0 0 0 0;
    border-bottom: 1px dotted #9A9394;
  }
}
header nav .navt ul li.active {
  position: relative;
}
header nav .navt ul li.active:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 3.5px;
  background-color: #7a2010;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 519px) {
  header nav .navt ul li.active:before {
    left: -15px;
    top: 55%;
    transform: translateY(-50%);
  }
}
header nav .navt ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 519px) {
  header nav .navt ul li.link {
    display: flex;
    align-items: center;
  }
}
header nav .navt ul li.link:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/common/i_link_wh.svg);
  background-size: cover;
  margin-left: 10px;
}
@media only screen and (max-width: 519px) {
  header nav .navt ul li.link:after {
    background-image: url(../images/common/i_link_bk.svg);
  }
}
header nav .navt ul li.link.sub:after {
  background-image: url(../images/common/i_link_bk.svg);
}
header nav .navt ul li.link a::after {
  display: none;
}
header nav .navt ul li a, header nav .navt ul li span {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
}
@media only screen and (max-width: 519px) {
  header nav .navt ul li a::after, header nav .navt ul li span::after {
    content: "";
    width: 14.91px;
    height: 8.96px;
    display: inline-block;
    background-image: url(../images/common/i_arrow_rd.svg);
    background-size: cover;
    position: absolute;
    top: 53%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 519px) {
  header nav .navt ul li a, header nav .navt ul li span {
    display: block;
    color: #222;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 15px 0;
    position: relative;
  }
}
@media only screen and (max-width: 519px) {
  header nav .navt .h_privacy {
    margin-bottom: 25px;
    text-align: left;
  }
}
@media only screen and (max-width: 519px) {
  header nav .navt .h_privacy a {
    font-weight: 600;
    text-decoration: underline;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
header nav .navt .n_contact {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
@media only screen and (max-width: 519px) {
  header nav .navt .n_contact {
    margin-left: 0;
  }
}
header nav .navt .n_contact span {
  color: #fff;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  header nav .navt .n_contact span {
    color: #222;
  }
}
header nav .navt .n_contact a {
  display: block;
  margin-left: 10px;
}
@media only screen and (max-width: 519px) {
  header nav .navb {
    position: relative;
    z-index: 3;
  }
}
header nav .navb .n_sns {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: flex-end;
}
@media only screen and (max-width: 519px) {
  header nav .navb .n_sns {
    justify-content: flex-start;
  }
}
header nav .navb .n_sns span {
  color: #fff;
  font-weight: 500;
  margin-right: 10px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 519px) {
  header nav .navb .n_sns span {
    color: #222;
  }
}
header nav .navb .n_sns a {
  padding: 0 20px;
  border-left: 1px solid #CCC;
}
header nav .navb .n_sns a:nth-child(2n) {
  border-right: 1px solid #CCC;
}
@media only screen and (max-width: 519px) {
  header nav .h_copy {
    margin-top: 35px;
    font-weight: 300;
    font-family: "Overpass", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Noto Emoji, sans-serif;
  }
}
header.h_sub nav .navt ul li a, header.h_sub nav .navt ul li span {
  color: #222;
}
header.h_sub nav .navt .n_contact span {
  color: #222;
}
header.h_sub nav .navb .n_sns span {
  color: #222;
}
header.h_sub nav .navb .n_sns a {
  border-left: 1px solid #333;
}
header.h_sub nav .navb .n_sns a:nth-child(2n) {
  border-right: 1px solid #333;
}

/*----------------------------------------
	SPハンバーガーメニューボタン
----------------------------------------*/
.c-sp-btn {
  display: none;
  width: 96px;
  height: 60px;
  background-color: #7a2010;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  z-index: 1000;
  position: fixed;
  right: 40px;
  top: 38px;
  transition: 0.5s;
}
@media only screen and (max-width: 519px) {
  .c-sp-btn {
    display: block;
    border-radius: 10px;
    right: 20px;
    top: 25px;
    width: 76px;
    height: 45px;
  }
}
.c-sp-btn a {
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 102;
}
.c-sp-btn a .line {
  width: 40px;
  height: 2px;
  margin-bottom: 1.5vw;
  background-color: #FFBA00;
  display: block;
  transition: background-color 0.3s ease;
  transition: all 0.6s;
  position: absolute;
}
@media only screen and (max-width: 519px) {
  .c-sp-btn a .line {
    width: 30px;
  }
}
.c-sp-btn a .line.l_1 {
  top: 19px;
  left: 28px;
}
@media only screen and (max-width: 519px) {
  .c-sp-btn a .line.l_1 {
    top: 14px;
    left: 24px;
  }
}
.c-sp-btn a .line.l_2 {
  top: 30px;
  left: 28px;
}
@media only screen and (max-width: 519px) {
  .c-sp-btn a .line.l_2 {
    top: 22px;
    left: 24px;
  }
}
.c-sp-btn a .line.l_3 {
  width: 20px;
  top: 40px;
  left: 28px;
}
@media only screen and (max-width: 519px) {
  .c-sp-btn a .line.l_3 {
    width: 15px;
    top: 30px;
    left: 24px;
  }
}
.c-sp-btn a p {
  color: #fff;
  font-size: 2.867vw;
  font-weight: 900;
  letter-spacing: 0.24em;
  line-height: 1;
  transition: color 0.3s ease;
  margin-left: 1px;
  padding-top: 1px;
}
@media only screen and (max-width: 519px) {
  .c-sp-btn a p.h_bk {
    color: #fff;
  }
}
.c-sp-btn.is_active a .line.l_1 {
  transform: translateY(11px);
}
@media only screen and (max-width: 519px) {
  .c-sp-btn.is_active a .line.l_1 {
    transform: translateY(8px);
  }
}
.c-sp-btn.is_active a .line.l_3 {
  transform: translateY(-10px);
}
@media only screen and (max-width: 519px) {
  .c-sp-btn.is_active a .line.l_3 {
    transform: translateY(-8px);
  }
}
.c-sp-btn.is_active a .h_bk {
  color: #fff;
}
.c-sp-btn.is_active a .line {
  background-color: #FFBA00;
}
.c-sp-btn.is_active a p {
  color: #fff;
}

/*----------------------------------------
	index.scss
----------------------------------------*/
.container {
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.container main .kv {
  height: 100vh;
  overflow: hidden;
  border-radius: 0 0 10vw 0;
  position: relative;
  z-index: 2;
}
.container main .kv .slider li {
  height: 100vh;
}
.container main .kv .slider li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container main .kv .fv_ttl {
  position: absolute;
  bottom: 80px;
  left: 70px;
  text-align: left;
}
@media only screen and (max-width: 519px) {
  .container main .kv .fv_ttl {
    left: 5vw;
    bottom: 120px;
  }
}
.container main .kv .fv_ttl .ttl_t {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 519px) {
  .container main .kv .fv_ttl .ttl_t {
    display: block;
  }
}
.container main .kv .fv_ttl .ttl_t img {
  width: 28vw;
}
@media only screen and (max-width: 519px) {
  .container main .kv .fv_ttl .ttl_t img {
    width: 60%;
  }
}
.container main .kv .fv_ttl .ttl_t span {
  color: #fff;
  padding-left: 30px;
  font-weight: 600;
  font-size: clamp(14px, 1.4vw, 20px);
}
@media only screen and (max-width: 519px) {
  .container main .kv .fv_ttl .ttl_t span {
    display: block;
    margin: 15px 0 0 -2.5em;
  }
}
.container main .kv .fv_ttl p {
  font-size: clamp(15px, 1.5vw, 30px);
  color: #fff;
  font-weight: 600;
  margin-top: 40px;
}
@media only screen and (max-width: 519px) {
  .container main .kv .fv_ttl p {
    margin-top: 30px;
  }
}
.container main .kv .en_ttl {
  position: absolute;
  bottom: 80px;
  right: 70px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  .container main .kv .en_ttl {
    position: relative;
    text-align: left;
    right: auto;
    left: 6vw;
    width: 90vw;
    line-height: 1.4;
    font-weight: 400;
  }
}
.container main .f_content {
  width: 85%;
  margin: 0 auto;
  text-align: left;
  padding-top: 160px;
}
@media only screen and (max-width: 519px) {
  .container main .f_content {
    padding-top: 80px;
  }
}
.container main .f_content .fc_inner {
  position: relative;
  z-index: 1;
}
.container main .f_content .fc_inner h2 span {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #7a2010;
  font-family: "Overpass", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Noto Emoji, sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 519px) {
  .container main .f_content .fc_inner h2 span {
    font-size: 16px;
    font-size: 1rem;
  }
}
.container main .f_content .fc_inner h2 span::before {
  content: "";
  display: inline-block;
  width: 11.25px;
  height: 11.25px;
  background-image: url(../images/common/i_zeall.svg);
  background-size: cover;
  margin-right: 10px;
}
.container main .f_content .fc_inner h2 span::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #707070;
  margin-left: 10px;
}
.container main .f_content .fc_inner h2 strong {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Overpass", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Noto Emoji, sans-serif;
  font-weight: 600;
}
.container main .f_content .fc_inner h3 {
  margin: 100px 0 0 9vw;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 519px) {
  .container main .f_content .fc_inner h3 {
    margin: 60px 0 0 0;
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.container main .f_content .fc_inner .description {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
  width: 55%;
  margin-left: auto;
}
@media only screen and (max-width: 519px) {
  .container main .f_content .fc_inner .description {
    margin-left: 0;
    width: 100%;
  }
}
.container main .f_content .fc_inner .description p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 519px) {
  .container main .f_content .fc_inner .description p {
    line-height: 1.6;
    font-weight: 500;
  }
}
.container main .f_content .fc_inner .layout-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}
@media only screen and (max-width: 519px) {
  .container main .f_content .fc_inner .layout-wrap {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    margin-top: 50px;
  }
}
.container main .f_content .fc_inner .layout-wrap .layout_l {
  width: 42%;
}
@media only screen and (max-width: 519px) {
  .container main .f_content .fc_inner .layout-wrap .layout_l {
    width: 100%;
    margin-top: 80px;
  }
}
.container main .f_content .fc_inner .layout-wrap .layout_l p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 519px) {
  .container main .f_content .fc_inner .layout-wrap .layout_l p {
    line-height: 1.6;
  }
}
.container main .f_content .fc_inner .layout-wrap .layout_r {
  width: 51.5%;
  position: relative;
}
@media only screen and (max-width: 519px) {
  .container main .f_content .fc_inner .layout-wrap .layout_r {
    width: 100%;
  }
}
.container main .f_content .fc_inner .layout-wrap .layout_r img {
  border-radius: 10px;
  display: block;
}
.container main .f_content .fc_inner .layout-wrap .layout_r img:first-child {
  width: 75%;
  margin-left: auto;
}
.container main .f_content .fc_inner .layout-wrap .layout_r img:last-child {
  width: 45%;
  position: absolute;
  bottom: 0px;
  left: 0;
}
@media only screen and (max-width: 519px) {
  .container main .f_content .fc_inner .layout-wrap .layout_r img:last-child {
    bottom: -30px;
  }
}
.container main .f_content#f_about {
  position: relative;
}
.container main .f_content#f_about:before {
  content: "";
  display: block;
  width: 100%;
  height: 110vw;
  background-image: url(../images/front/bg_line.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  transform: scale(1.2);
  top: 0;
  left: 0;
}
.container main .f_content#f_office .fc_inner .layout-wrap {
  margin: 30px;
}
@media only screen and (max-width: 519px) {
  .container main .f_content#f_office .fc_inner .layout-wrap {
    flex-direction: column;
    margin: 0;
  }
}
@media only screen and (max-width: 519px) {
  .container main .f_content#f_office .fc_inner .layout-wrap .layout_l {
    margin-top: 0;
  }
}
.container main .f_content#f_office .fc_inner .layout-wrap .layout_l .of_t span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.container main .f_content#f_office .fc_inner .layout-wrap .layout_l .of_t strong {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  color: #7a2010;
  font-weight: 600;
  margin-top: 10px;
}
@media only screen and (max-width: 519px) {
  .container main .f_content#f_office .fc_inner .layout-wrap .layout_l .of_t strong {
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 15px;
  }
}
.container main .f_content#f_office .fc_inner .layout-wrap .layout_l .of_t small {
  display: block;
  font-weight: 500;
  margin-top: 15px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 519px) {
  .container main .f_content#f_office .fc_inner .layout-wrap .layout_l .of_t small {
    margin-top: 20px;
  }
}
.container main .f_content#f_office .fc_inner .layout-wrap .layout_l .of_t p {
  margin-top: 35px;
}
.container main .f_content#f_office .fc_inner .layout-wrap .layout_l .of_t .gmap_link {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: "Overpass", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Noto Emoji, sans-serif;
  color: #7a2010;
  background-color: #fff;
  border: 1px solid #7a2010;
  padding: 10px 15px;
  border-radius: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.container main .f_content#f_office .fc_inner .layout-wrap .layout_l .of_t .gmap_link:after {
  content: "";
  display: inline-block;
  width: 5.1px;
  height: 8.1px;
  background-image: url(../images/common/i_arrow_map.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 20px;
}
.container main .f_content#f_office .fc_inner .layout-wrap .layout_l .of_b strong {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  display: block;
  margin-top: 20px;
}
.container main .f_content#f_office .fc_inner .layout-wrap .layout_l .of_b p {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 15px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 519px) {
  .container main .f_content#f_office .fc_inner .layout-wrap .layout_l .of_b p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.container main .f_content#f_office .fc_inner .layout-wrap .layout_r {
  display: flex;
}
@media only screen and (max-width: 519px) {
  .container main .f_content#f_office .fc_inner .layout-wrap .layout_r {
    margin-top: 60px;
    display: block;
  }
}
.container main .f_content#f_office .fc_inner .layout-wrap .layout_r img {
  width: 57%;
  border-radius: 10px 0 0 10px;
}
@media only screen and (max-width: 519px) {
  .container main .f_content#f_office .fc_inner .layout-wrap .layout_r img {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
}
.container main .f_content#f_office .fc_inner .layout-wrap .layout_r iframe {
  border-radius: 0 10px 10px 0;
}
@media only screen and (max-width: 519px) {
  .container main .f_content#f_office .fc_inner .layout-wrap .layout_r iframe {
    width: 100%;
    height: 80vw;
    border-radius: 0 0 10px 10px;
  }
}
.container main .breakloopslide {
  margin-top: 140px;
}
@media only screen and (max-width: 519px) {
  .container main .breakloopslide {
    margin-top: 80px;
  }
}
.container main .breakloopslide .img_wrap {
  display: flex;
  align-items: center;
  gap: 70px;
  animation: loopSlide 20s linear infinite;
}
@media only screen and (max-width: 519px) {
  .container main .breakloopslide .img_wrap {
    gap: 30px;
    animation: loopSlide_sp 20s linear infinite;
  }
}
.container main .breakloopslide .img_wrap img {
  width: 450px;
  border-radius: 10px;
}
@media only screen and (max-width: 519px) {
  .container main .breakloopslide .img_wrap img {
    width: 250px;
  }
}
.container main .youtube_area {
  padding-top: 200px;
}
@media only screen and (max-width: 519px) {
  .container main .youtube_area {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 519px) {
  .container main .youtube_area iframe {
    width: 100%;
    height: 56vw;
  }
}
.container main .contact_area {
  width: 85%;
  margin: 100px auto 0;
  border-top: 1px dotted #9A9394;
  padding: 70px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 519px) {
  .container main .contact_area {
    margin: 70px auto 0;
    display: block;
  }
}
.container main .contact_area p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
@media only screen and (max-width: 519px) {
  .container main .contact_area p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.container main .contact_area .ca_right {
  margin-left: auto;
  display: flex;
}
@media only screen and (max-width: 519px) {
  .container main .contact_area .ca_right {
    display: block;
  }
}
.container main .contact_area .ca_right ul {
  display: flex;
}
@media only screen and (max-width: 519px) {
  .container main .contact_area .ca_right ul {
    display: block;
    text-align: center;
  }
}
.container main .contact_area .ca_right ul li {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 519px) {
  .container main .contact_area .ca_right ul li {
    display: block;
  }
}
.container main .contact_area .ca_right ul li.tel {
  margin-right: 30px;
}
@media only screen and (max-width: 519px) {
  .container main .contact_area .ca_right ul li.tel {
    margin: 20px 0;
    display: flex;
    justify-content: center;
  }
}
.container main .contact_area .ca_right ul li.tel img {
  width: 38px;
}
.container main .contact_area .ca_right ul li.tel span {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Overpass", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Noto Emoji, sans-serif;
  color: #7a2010;
  margin-left: 5px;
}
@media only screen and (max-width: 519px) {
  .container main .contact_area .ca_right ul li.tel span {
    padding-top: 5px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.container main .contact_area .ca_right ul li.mail {
  margin-right: 20px;
}
@media only screen and (max-width: 519px) {
  .container main .contact_area .ca_right ul li.mail {
    margin-right: 0;
  }
}
.container main .contact_area .ca_right ul li.mail a {
  background-color: #7a2010;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  width: 230px;
  text-align: left;
  border-radius: 5px;
}
@media only screen and (max-width: 519px) {
  .container main .contact_area .ca_right ul li.mail a {
    width: 100%;
  }
}
.container main .contact_area .ca_right ul li.mail a img {
  width: 32px;
}
@media only screen and (max-width: 519px) {
  .container main .contact_area .ca_right ul li.mail a img {
    width: 25.6px;
  }
}
.container main .contact_area .ca_right ul li.mail a span {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-left: 10px;
  line-height: 1.4;
}
@media only screen and (max-width: 519px) {
  .container main .contact_area .ca_right ul li.line {
    margin-top: 10px;
  }
}
.container main .contact_area .ca_right ul li.line a {
  background-color: #06C755;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  width: 230px;
  text-align: center;
  border-radius: 5px;
}
@media only screen and (max-width: 519px) {
  .container main .contact_area .ca_right ul li.line a {
    width: 100%;
  }
}
.container main .contact_area .ca_right ul li.line a img {
  width: 32px;
}
@media only screen and (max-width: 519px) {
  .container main .contact_area .ca_right ul li.line a img {
    width: 25.6px;
  }
}
.container main .contact_area .ca_right ul li.line a span {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-left: 10px;
  line-height: 1.4;
  text-align: left;
}
.container main .recruit_area {
  background-size: cover;
  padding: 150px 7.5% 100px;
}
@media only screen and (max-width: 519px) {
  .container main .recruit_area {
    padding: 70px 7.5% 50px;
    background-position: 68%;
  }
}
.container main .recruit_area .re_top {
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 519px) {
  .container main .recruit_area .re_top {
    display: block;
  }
}
.container main .recruit_area .re_top h2 strong {
  font-size: 50px;
  font-size: 3.125rem;
  font-family: "Overpass", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Noto Emoji, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #7a2010;
}
@media only screen and (max-width: 519px) {
  .container main .recruit_area .re_top h2 strong {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.container main .recruit_area .re_top h2 small {
  color: #fff;
  display: block;
  font-weight: 600;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1rem;
}
.container main .recruit_area .re_top p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #7a2010;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  .container main .recruit_area .re_top p {
    margin-top: 30px;
  }
}
.container main .recruit_area ul {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
@media only screen and (max-width: 519px) {
  .container main .recruit_area ul {
    display: block;
    margin-top: 30px;
  }
}
.container main .recruit_area ul li {
  width: 50%;
  border-left: 1px solid #CCCCCC;
  height: 120px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 519px) {
  .container main .recruit_area ul li {
    border: none;
    display: block;
    height: auto;
    width: 100%;
  }
}
.container main .recruit_area ul li:last-child {
  border-right: 1px solid #CCCCCC;
}
@media only screen and (max-width: 519px) {
  .container main .recruit_area ul li:last-child {
    margin-top: 10px;
    border: none;
  }
}
.container main .recruit_area ul li a {
  background-color: #7a2010;
  color: #fff;
  display: block;
  width: 320px;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 15px 0;
  border-radius: 30px;
}
@media only screen and (max-width: 519px) {
  .container main .recruit_area ul li a {
    font-size: 16px;
    font-size: 1rem;
    border-radius: 5px;
    width: 100%;
  }
}
.container main .recruit_area ul li a:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/common/i_link.svg);
  background-size: cover;
  margin-left: 10px;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

@keyframes loopSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2080px);
  }
}
@keyframes loopSlide_sp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1120px);
  }
}
.container.sub .sub_kv {
  width: 85%;
  margin: 0 auto;
  text-align: right;
}
.container.sub .sub_kv .topic_path {
  margin-top: 250px;
  text-align: left;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_kv .topic_path {
    margin-top: 150px;
  }
}
.container.sub .sub_kv .topic_path a {
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: underline;
}
.container.sub .sub_kv .topic_path small {
  display: inline-block;
  padding: 0 10px;
}
.container.sub .sub_kv .topic_path span {
  font-size: 12px;
  font-size: 0.75rem;
}
.container.sub .sub_kv h2 {
  margin-top: 20px;
  text-align: left;
}
.container.sub .sub_kv h2 strong {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_kv h2 strong {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
.container.sub .sub_kv h2 span {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_kv h2 span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    margin-top: 20px;
  }
}
.container.sub .sub_kv .r_short {
  width: 47%;
  margin: 60px 0 0 auto;
  border-radius: 10px;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_kv .r_short {
    width: 100%;
    margin: 40px 0 0 auto;
  }
}
.container.sub .sub_kv .r_long {
  width: 100%;
  margin: 60px 0 0 auto;
  border-radius: 10px;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_kv .r_long {
    width: 100%;
    margin: 40px 0 0 auto;
  }
}
.container.sub .sub_content {
  width: 85%;
  margin: 0 auto;
  text-align: left;
  margin-top: 120px;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_content {
    margin-top: 80px;
  }
}
.container.sub .sub_content.bb {
  border-bottom: 1px solid #9A9394;
  padding-bottom: 120px;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_content.bb {
    padding-bottom: 60px;
  }
}
.container.sub .sub_content.bb_d {
  border-bottom: 1px dotted #9A9394;
  padding-bottom: 120px;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_content.bb_d {
    padding-bottom: 60px;
  }
}
.container.sub .sub_content .sc_inner h3 span {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #7a2010;
  font-family: "Overpass", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Noto Emoji, sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_content .sc_inner h3 span {
    font-size: 16px;
    font-size: 1rem;
  }
}
.container.sub .sub_content .sc_inner h3 span::before {
  content: "";
  display: inline-block;
  width: 11.25px;
  height: 11.25px;
  background-image: url(../images/common/i_zeall.svg);
  background-size: cover;
  margin-right: 10px;
}
.container.sub .sub_content .sc_inner h3 span::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #707070;
  margin-left: 10px;
}
.container.sub .sub_content .sc_inner h3 strong {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Overpass", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Noto Emoji, sans-serif;
  font-weight: 600;
}
.container.sub .sub_content .sc_inner h4 {
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 85px;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_content .sc_inner h4 {
    font-size: 28px;
    font-size: 1.75rem;
    margin-top: 65px;
  }
}
.container.sub .sub_content .sc_inner h5 {
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 50px;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_content .sc_inner h5 {
    font-size: 28px;
    font-size: 1.75rem;
    margin-top: 65px;
    margin-top: 40px;
  }
}
.container.sub .sub_content .sc_inner .a_description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 50px;
  width: 70%;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_content .sc_inner .a_description {
    width: 100%;
    margin-top: 30px;
  }
}
.container.sub .sub_content .sc_inner .a_en {
  color: #7a2010;
  font-weight: 800;
  margin-top: 15px;
  display: block;
  font-family: "Overpass", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Noto Emoji, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_content .sc_inner .a_en {
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.container.sub .sub_content .sc_inner .layout_wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 100px;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_content .sc_inner .layout_wrap {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.container.sub .sub_content .sc_inner .layout_wrap .ll {
  width: 30%;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_content .sc_inner .layout_wrap .ll {
    width: 100%;
    margin-top: 30px;
  }
}
.container.sub .sub_content .sc_inner .layout_wrap .ll img {
  border-radius: 10px;
}
.container.sub .sub_content .sc_inner .layout_wrap .ll small {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
.container.sub .sub_content .sc_inner .layout_wrap .ll span {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}
.container.sub .sub_content .sc_inner .layout_wrap .lr {
  width: 55%;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_content .sc_inner .layout_wrap .lr {
    width: 100%;
  }
}
.container.sub .sub_content .sc_inner .layout_wrap .lr p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
.container.sub .sub_content .sc_inner .three_c {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_content .sc_inner .three_c {
    flex-wrap: wrap;
  }
}
.container.sub .sub_content .sc_inner .three_c li {
  width: 31.6%;
  border: 1px solid #9A9394;
  border-radius: 10px;
  padding: 40px;
  margin-right: 2.6%;
  margin-bottom: 2vw;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_content .sc_inner .three_c li {
    margin-right: 0;
    width: 100%;
  }
}
.container.sub .sub_content .sc_inner .three_c li:nth-child(3n) {
  margin-right: 0;
}
.container.sub .sub_content .sc_inner .three_c li small {
  color: #fff;
  padding: 5px 10px;
  border-radius: 30px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
}
.container.sub .sub_content .sc_inner .three_c li img {
  width: 65%;
  margin: 0 auto;
  display: block;
}
.container.sub .sub_content .sc_inner .three_c li strong {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  margin-top: 35px;
  text-align: center;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_content .sc_inner .three_c li strong {
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 25px;
  }
}
.container.sub .sub_content .sc_inner .three_c li p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
  margin-top: 30px;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_content .sc_inner .three_c li p {
    margin-top: 20px;
  }
}
.container.sub .sub_content .sc_inner .schedule_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_content .sc_inner .schedule_wrap {
    margin-top: 50px;
    flex-wrap: wrap;
  }
}
.container.sub .sub_content .sc_inner .schedule_wrap .s_ll {
  width: 44.6%;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_content .sc_inner .schedule_wrap .s_ll {
    width: 92.5%;
  }
}
.container.sub .sub_content .sc_inner .schedule_wrap .s_ll ul li {
  border-top: 1px dotted #9A9394;
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_content .sc_inner .schedule_wrap .s_ll ul li {
    display: block;
  }
}
.container.sub .sub_content .sc_inner .schedule_wrap .s_ll ul li:last-child {
  border-bottom: 1px dotted #9A9394;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_content .sc_inner .schedule_wrap .s_ll ul li:last-child {
    border-bottom: none;
  }
}
.container.sub .sub_content .sc_inner .schedule_wrap .s_ll ul li .ttl span {
  display: inline-block;
  background-color: #7a2010;
  color: #fff;
  font-weight: 800;
  padding: 5px 10px 2px;
  border-radius: 30px;
  font-family: "Overpass", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Noto Emoji, sans-serif;
}
.container.sub .sub_content .sc_inner .schedule_wrap .s_ll ul li .ttl strong {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  margin-top: 10px;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_content .sc_inner .schedule_wrap .s_ll ul li .ttl strong {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.container.sub .sub_content .sc_inner .schedule_wrap .s_ll ul li .read {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  width: 75%;
  line-height: 1.5;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_content .sc_inner .schedule_wrap .s_ll ul li .read {
    width: 100%;
    margin-top: 15px;
  }
}
.container.sub .sub_content .sc_inner .schedule_wrap .s_lr {
  width: 44.6%;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_content .sc_inner .schedule_wrap .s_lr {
    width: 92.5%;
    border-radius: 10px;
  }
}
.container.sub .sub_content .sc_inner .three_staff {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container.sub .sub_content .sc_inner .three_staff li {
  width: 30.8%;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_content .sc_inner .three_staff li {
    width: 100%;
    margin-bottom: 40px;
  }
}
.container.sub .sub_content .sc_inner .three_staff li:last-child {
  margin-bottom: 0;
}
.container.sub .sub_content .sc_inner .three_staff li img {
  border-radius: 10px;
}
.container.sub .sub_content .sc_inner .three_staff li small {
  background-color: #7a2010;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 30px;
}
.container.sub .sub_content .sc_inner .three_staff li strong {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  display: block;
  margin-top: 20px;
}
.container.sub .sub_content .sc_inner .three_staff li p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 20px;
}
.container.sub .sub_content .sc_inner .info_wrap {
  width: 70%;
  margin-left: 30%;
  margin-top: 100px;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_content .sc_inner .info_wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
}
.container.sub .sub_content .sc_inner .info_wrap ul li {
  border-top: 1px dotted #9A9394;
  padding: 30px 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_content .sc_inner .info_wrap ul li {
    display: block;
    padding: 20px 0;
  }
}
.container.sub .sub_content .sc_inner .info_wrap ul li:last-child {
  padding: 0;
  border-top: none;
}
.container.sub .sub_content .sc_inner .info_wrap ul li strong {
  display: block;
  width: 10em;
  color: #666666;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_content .sc_inner .info_wrap ul li strong {
    width: auto;
  }
}
.container.sub .sub_content .sc_inner .info_wrap ul li span {
  width: calc(100% - 10em);
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Overpass", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Noto Emoji, sans-serif;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_content .sc_inner .info_wrap ul li span {
    width: 100%;
    margin-top: 15px;
    line-height: 1.2;
    font-weight: 600;
  }
}
.container.sub .sub_content .sc_inner .info_wrap ul li span a {
  font-size: 11px;
  font-size: 0.6875rem;
  border: 1px solid #7a2010;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 30px;
  color: #7a2010;
  font-weight: 600;
  margin-left: 20px;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_content .sc_inner .info_wrap ul li span a {
    display: table;
    margin: 10px 0 0 0;
  }
}
.container.sub .sub_content .sc_inner .info_wrap ul li span a::after {
  display: inline-block;
  content: "";
  width: 3.08px;
  height: 6.16px;
  background-image: url(../images/common/i_arrow_map.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 15px;
}
.container.sub .sub_content .sc_inner .info_wrap ul li iframe {
  width: 100%;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_content .sc_inner .info_wrap ul li iframe {
    height: 50vw;
  }
}
.container.sub .sub_content .sc_inner .privacy_wrap {
  width: 70%;
  margin-left: 30%;
  margin-top: 100px;
}
@media only screen and (max-width: 519px) {
  .container.sub .sub_content .sc_inner .privacy_wrap {
    margin-top: 50px;
    width: 100%;
    margin-left: 0;
  }
}
.container.sub .sub_content .sc_inner .privacy_wrap p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
.container.sub .sub_content .sc_inner .privacy_wrap ul {
  margin-top: 60px;
}
.container.sub .sub_content .sc_inner .privacy_wrap ul li {
  border-top: 1px dotted #9A9394;
  padding: 60px 0;
}
.container.sub .sub_content .sc_inner .privacy_wrap ul li:last-child {
  padding: 0;
  border-top: none;
}
.container.sub .sub_content .sc_inner .privacy_wrap ul li strong {
  font-weight: 800;
  display: block;
  font-size: 16px;
  font-size: 1rem;
}
.container.sub .sub_content .sc_inner .privacy_wrap ul li span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  display: block;
  margin-top: 30px;
}
.container.sub .sub_content .sc_inner .privacy_wrap ul li span a {
  color: #7a2010;
  text-decoration: underline;
  font-weight: 600;
}
.container.sub .sub_content#w_schedule {
  width: 92.5%;
  margin-left: 7.5%;
}
@media only screen and (max-width: 519px) {
  .container.sub .breakloopslide {
    margin-top: 40px;
  }
}
.container.sub .break {
  width: 85%;
  border-radius: 10px;
  overflow: hidden;
  margin: 120px auto 0;
}

/*----------------------------------------
	about.scss
----------------------------------------*//*# sourceMappingURL=style.css.map */