@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: "Zen Kaku Gothic New", 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: #fff !important;
}
@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: "Zen Kaku Gothic New", 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 {
  max-width: 100%;
  vertical-align: bottom;
  pointer-events: none;
}

.btn {
  width: 320px;
  padding: 16px 50px;
  background-color: #fff;
  border: 2px solid #AF633E;
  border-radius: 40px;
  display: block;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 519px) {
  .btn {
    width: 70vw;
    padding: 16px 30px;
  }
}
.btn span {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  color: #AF633E;
  font-weight: 700;
}
@media only screen and (max-width: 519px) {
  .btn span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.btn span::after {
  content: "";
  display: block;
  width: 40px;
  height: 10px;
  background-image: url(../images/common/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: 45%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 519px) {
  .btn span::after {
    width: 20px;
    height: 5px;
    top: 48%;
    right: 20px;
  }
}
.btn.transparent {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
}
.btn.transparent span {
  color: #FFF;
}
.btn.transparent span::after {
  background-image: url(../images/common/arrow_w.svg);
}

.sp-display {
  display: none !important;
}
@media only screen and (max-width: 519px) {
  .sp-display {
    display: block !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;
}

/* //////////////////////////////////////////
  loading
//////////////////////////////////////////*/
.c-loading {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #F7F8FA;
  transform: scale(1.2);
  border-radius: 50px;
}
.c-loading img {
  width: 80px;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 40px);
  animation: korokoro_load 2s linear 0s infinite;
}
@media only screen and (max-width: 519px) {
  .c-loading img {
    width: 50px;
    top: calc(50% - 15px);
    left: calc(50% - 25px);
  }
}
.c-loading.js_rotateShow {
  animation: js_rotateShow 1s cubic-bezier(0.85, 0, 0.15, 1) 0s forwards;
}

@keyframes js_rotateShow {
  0% {
    transform: rotate(0) scale(1.2);
  }
  100% {
    transform: rotate(-120deg) translate(-200vw, 100vw) scale(0.7);
  }
}
@keyframes korokoro_load {
  0% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  5% {
    transform: translate(15%, 0%) rotate(15deg);
  }
  25% {
    transform: translate(20%, 0%) rotate(20deg);
  }
  30% {
    transform: translate(-10%, 0%) rotate(-10deg);
  }
  35% {
    transform: translate(-15%, 0%) rotate(-15deg);
  }
  45% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  50% {
    transform: translate(15%, 0%) rotate(15deg);
  }
  60% {
    transform: translate(-5%, 0%) rotate(-5deg);
  }
  65% {
    transform: translate(-7%, 0%) rotate(-7deg);
  }
  75% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(10%, 0%) rotate(10deg);
  }
}
/*----------------------------------------
	footer.scss
----------------------------------------*/
footer {
  background-color: #53707B;
  padding: 105px 7.5vw 90px;
}
@media only screen and (max-width: 519px) {
  footer {
    padding: 80px 7.5vw 40px;
  }
}
footer .f_logo {
  text-align: left;
}
@media only screen and (max-width: 519px) {
  footer .f_logo {
    text-align: center;
    width: 50%;
    margin: 0 auto;
  }
}
footer .f_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
@media only screen and (max-width: 519px) {
  footer .f_wrap {
    display: block;
  }
}
footer .f_wrap .f_info {
  text-align: left;
}
@media only screen and (max-width: 519px) {
  footer .f_wrap .f_info {
    text-align: center;
  }
}
footer .f_wrap .f_info strong {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 519px) {
  footer .f_wrap .f_info strong {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
footer .f_wrap .f_info small {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  line-height: 1.7;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  footer .f_wrap .f_info small {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 20px;
  }
}
footer .f_wrap .f_info .f_sns {
  margin-top: 40px;
}
@media only screen and (max-width: 519px) {
  footer .f_wrap .f_info .f_sns {
    margin-top: 30px;
  }
}
footer .f_wrap .f_info .f_sns li {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 519px) {
  footer .f_wrap .f_info .f_sns li {
    width: 30px;
  }
}
@media only screen and (max-width: 519px) {
  footer .f_wrap .f_info .f_sns li:last-child {
    margin-right: 0;
  }
}
footer .f_wrap .f_info .f_sns li a {
  display: block;
}
footer .f_wrap .f_link {
  text-align: right;
}
@media only screen and (max-width: 519px) {
  footer .f_wrap .f_link {
    text-align: center;
    margin-top: 30px;
  }
}
footer .f_wrap .f_link .f_gnav li {
  display: inline-block;
  margin-left: 40px;
}
@media only screen and (max-width: 519px) {
  footer .f_wrap .f_link .f_gnav li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 519px) {
  footer .f_wrap .f_link .f_gnav li:first-child {
    margin-left: 0;
  }
}
footer .f_wrap .f_link .f_gnav li a {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 519px) {
  footer .f_wrap .f_link .f_gnav li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
footer .f_wrap .f_link .f_btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 35px;
}
@media only screen and (max-width: 519px) {
  footer .f_wrap .f_link .f_btn {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 519px) {
  footer .f_wrap .f_link .f_btn li {
    width: 48%;
  }
}
footer .f_wrap .f_link .f_btn li:first-child {
  margin-right: 10px;
  text-align: center;
}
footer .f_wrap .f_link .f_btn li:first-child a {
  width: 300px;
  height: 85px;
  border: 2px solid #fff;
  display: block;
  border-radius: 10px;
  line-height: 85px;
}
@media only screen and (max-width: 519px) {
  footer .f_wrap .f_link .f_btn li:first-child a {
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
}
footer .f_wrap .f_link .f_btn li:first-child a::before {
  content: "";
  display: inline-block;
  width: 23.5px;
  height: 16.3px;
  background-image: url(../images/common/i_mail.svg);
  background-size: cover;
  margin-right: 10px;
}
@media only screen and (max-width: 519px) {
  footer .f_wrap .f_link .f_btn li:first-child a::before {
    width: 18.5px;
    height: 10.3px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
  }
}
footer .f_wrap .f_link .f_btn li:first-child a span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 519px) {
  footer .f_wrap .f_link .f_btn li:first-child a span {
    font-size: 16px;
    font-size: 1rem;
  }
}
footer .f_wrap .f_link .f_btn li:last-child a {
  width: 300px;
  height: 85px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 519px) {
  footer .f_wrap .f_link .f_btn li:last-child a {
    width: 100%;
    height: 45px;
  }
}
footer .f_wrap .f_link .copy {
  color: #fff;
  text-align: right;
  display: inline-block;
  margin-top: 60px;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media only screen and (max-width: 519px) {
  footer .f_wrap .f_link .copy {
    text-align: center;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

/*----------------------------------------
	header.scss
----------------------------------------*/
header h1 a {
  position: absolute;
  left: 40px;
  top: 30px;
  z-index: 10;
}
@media only screen and (max-width: 519px) {
  header h1 a {
    left: 20px;
    top: 25px;
  }
}
@media only screen and (max-width: 519px) {
  header h1 a img {
    width: 150px;
  }
}
header nav {
  position: fixed;
  right: 40px;
  top: 38px;
  z-index: 10;
  border-radius: 10px 20px 20px 10px;
  z-index: 100;
  transition: 0.5s;
}
@media only screen and (max-width: 519px) {
  header nav {
    right: 20px;
    top: 25px;
  }
}
header nav .gnav_container {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  clip-path: inset(0);
  transition: 0.7s;
  padding-right: 96px;
}
@media only screen and (max-width: 519px) {
  header nav .gnav_container {
    display: none;
  }
}
header nav .gnav_container.cbg {
  background-color: #F7F8FA;
}
header nav ul li a, header nav ul li span {
  display: block;
  padding: 21px 0;
  margin: 0 15px;
}
header nav .gnav {
  padding-left: 25px;
}
header nav .gnav li {
  position: relative;
}
header nav .gnav li.active span::after {
  content: "";
  width: calc(100% - 30px);
  height: 5px;
  background-color: #53707B;
  position: absolute;
  left: 15px;
  bottom: -1px;
  border-radius: 2px 2px 0 0;
}
header nav .gsns {
  padding-right: 15px;
}
header nav .gsns li a {
  margin: 0 10px;
}
header nav .gnav, header nav .gsns {
  display: flex;
  align-items: center;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}
header nav .gnav li a, header nav .gnav li span, header nav .gsns li a, header nav .gsns li span {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.03rem;
}
header nav .gnav li.h_btn_l a, header nav .gsns li.h_btn_l a {
  color: #fff;
  padding: 8px 20px 10px;
  display: block;
  background-color: #53707B;
  border-radius: 10px 0 0 10px;
  margin-right: 0;
}
header nav .gnav li.h_btn_l a::before, header nav .gsns li.h_btn_l a::before {
  content: "";
  background-image: url(../images/common/i_mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 18.6px;
  height: 12.1px;
  padding-right: 7px;
}
header nav .gnav li.h_btn_r a, header nav .gsns li.h_btn_r a {
  color: #53707B;
  padding: 6px 20px 9px;
  display: block;
  border: 1px #53707B solid;
  border-radius: 0 10px 10px 0;
  margin-left: 0;
}
header nav .gnav li.h_btn_r a::before, header nav .gsns li.h_btn_r a::before {
  content: "";
  background-image: url(../images/common/i_tel.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 16.3px;
  height: 16.3px;
  padding-right: 7px;
  position: relative;
  top: 1px;
}
header nav .sub_nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 650px;
  padding: 70px 60px 80px;
  overflow: hidden;
  border-radius: 10px;
  visibility: hidden;
}
@media only screen and (max-width: 519px) {
  header nav .sub_nav {
    width: calc(100vw - 40px);
    padding: 70px 40px 40px;
  }
}
header nav .sub_nav:before {
  content: "";
  display: block;
  background-color: #53707B;
  width: 650px;
  height: 490px;
  border-radius: 10px;
  transform-origin: 100% 0;
  transform: scale(0.1);
  transition: 0.6s;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 519px) {
  header nav .sub_nav:before {
    width: calc(100vw - 40px);
    height: 100%;
  }
}
header nav .sub_nav .sub_gnav {
  visibility: hidden;
  transform: translateY(30px);
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 519px) {
  header nav .sub_nav .sub_gnav {
    display: block;
  }
}
header nav .sub_nav .sub_gnav li {
  width: 45%;
  margin-right: 10%;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 519px) {
  header nav .sub_nav .sub_gnav li {
    width: 100%;
  }
}
header nav .sub_nav .sub_gnav li:nth-child(2n) {
  margin-right: 0;
}
header nav .sub_nav .sub_gnav li.active:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/common/i_mash.svg);
  background-size: cover;
  display: block;
  position: absolute;
  top: 5px;
  left: -20px;
  animation: rotate 5s linear 0s infinite;
}
@media only screen and (max-width: 519px) {
  header nav .sub_nav .sub_gnav li.active:before {
    left: -25px;
    width: 15px;
    height: 15px;
    top: 4px;
  }
}
header nav .sub_nav .sub_gnav li a, header nav .sub_nav .sub_gnav li span {
  color: #FFF6E3;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 519px) {
  header nav .sub_nav .sub_gnav li a, header nav .sub_nav .sub_gnav li span {
    font-size: 26px;
    font-size: 1.625rem;
    display: block;
    padding: 0;
    margin-bottom: 20px;
  }
}
header nav .sub_nav .sub_gnav li a::after, header nav .sub_nav .sub_gnav li span::after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  background-image: url(../images/common/arrow_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 35px;
}
@media only screen and (max-width: 519px) {
  header nav .sub_nav .sub_gnav li a::after, header nav .sub_nav .sub_gnav li span::after {
    top: 50%;
    transform: translateY(-50%);
  }
}
header nav .sub_nav .sub_gnav li a small, header nav .sub_nav .sub_gnav li span small {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  margin-top: 5px;
  font-weight: 600;
  letter-spacing: 0;
  opacity: 0.8;
}
header nav .sub_nav .h_privacy {
  text-align: left;
  visibility: hidden;
  transform: translateY(30px);
  opacity: 0;
}
header nav .sub_nav .h_privacy a {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-top: 25px;
  display: block;
  padding: 0;
  text-decoration: underline;
}
@media only screen and (max-width: 519px) {
  header nav .sub_nav .h_privacy a {
    margin-top: 40px;
  }
}
header nav .sub_nav .h_address {
  text-align: left;
  position: relative;
  margin-top: 50px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
}
@media only screen and (max-width: 519px) {
  header nav .sub_nav .h_address {
    margin-top: 35px;
  }
}
header nav .sub_nav .h_address small {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  header nav .sub_nav .h_address small {
    line-height: 1.5;
  }
}
header nav .sub_nav .h_address a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  display: inline-block;
  padding: 3px 10px 5px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
}
@media only screen and (max-width: 519px) {
  header nav .sub_nav .h_address a {
    margin: 5px 0 5px 0;
  }
}
header nav .sub_nav .sub_gsns_wrap {
  visibility: hidden;
  transform: translateY(30px);
  opacity: 0;
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 519px) {
  header nav .sub_nav .sub_gsns_wrap {
    display: block;
  }
}
header nav .sub_nav .sub_gsns_wrap .sub_gsns {
  display: flex;
  justify-content: flex-start;
}
header nav .sub_nav .sub_gsns_wrap .sub_gsns li {
  margin-right: 15px;
  width: 40px;
}
@media only screen and (max-width: 519px) {
  header nav .sub_nav .sub_gsns_wrap .sub_gsns li {
    width: 32px;
  }
}
header nav .sub_nav .sub_gsns_wrap .sub_gsns li a {
  margin: 0;
  padding: 0;
}
header nav .sub_nav .sub_gsns_wrap p {
  color: #fff;
  margin-left: 0px;
  margin-right: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  header nav .sub_nav .sub_gsns_wrap p {
    text-align: left;
    margin-top: 10px;
    margin-left: -0.5rem;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    display: none;
  }
}
header nav .sub_nav .sub_gsns_wrap img.korokoro {
  animation: korokoro 3s linear 0s infinite;
  width: 30px;
  margin-right: 10px;
}
@media only screen and (max-width: 519px) {
  header nav .sub_nav .sub_gsns_wrap img.korokoro {
    position: absolute;
    right: 0;
    top: 6px;
  }
}
header nav .sub_nav .sub_gsns_wrap img.purun {
  animation: purun 2s linear 0s infinite;
  width: 30px;
  margin-right: 10px;
}
@media only screen and (max-width: 519px) {
  header nav .sub_nav .sub_gsns_wrap img.purun {
    position: absolute;
    right: 40px;
    top: 6px;
  }
}
header nav .sub_nav .sub_gsns_wrap img.poyooon {
  animation: poyooon 1.5s linear 0s infinite;
  width: 30px;
  margin-right: 5px;
}
@media only screen and (max-width: 519px) {
  header nav .sub_nav .sub_gsns_wrap img.poyooon {
    position: absolute;
    right: 90px;
    top: 6px;
  }
}
header nav .sub_nav.is_active {
  visibility: visible;
}
header nav .sub_nav.is_active:before {
  transform: scale(1);
}
header nav .sub_nav.is_active .sub_gnav {
  visibility: visible;
  animation: showup 0.5s linear 0.15s normal forwards;
}
header nav .sub_nav.is_active .h_privacy {
  visibility: visible;
  animation: showup 0.5s linear 0.3s normal forwards;
}
header nav .sub_nav.is_active .h_address {
  visibility: visible;
  animation: showup 0.5s linear 0.45s normal forwards;
}
header nav .sub_nav.is_active .sub_gsns_wrap {
  visibility: visible;
  animation: showup 0.5s linear 0.6s normal forwards;
}
header nav.is_active {
  background-color: rgba(0, 0, 0, 0);
}
header nav.is_active .gnav_container {
  clip-path: inset(0 0 0 100%);
}
header nav.is_active .gnav, header nav.is_active .gsns {
  opacity: 0;
  visibility: hidden;
}
header.scroll_menu_hide nav .gnav_container {
  clip-path: inset(0 0 0 100%);
}
header.scroll_menu_hide .c-sp-btn {
  border-radius: 10px;
}

/*----------------------------------------
	SPハンバーガーメニューボタン
----------------------------------------*/
.c-sp-btn {
  display: block;
  width: 96px;
  height: 60px;
  background-color: #53707B;
  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 {
    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: #fff;
  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: #fff;
}
.c-sp-btn.is_active a p {
  color: #fff;
}

@keyframes korokoro {
  0% {
    transform: translate(0%, 0%);
  }
  5% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  25% {
    transform: translate(20%, 0%) rotate(20deg);
  }
  30% {
    transform: translate(-10%, 0%) rotate(-10deg);
  }
  35% {
    transform: translate(-15%, 0%) rotate(-15deg);
  }
  45% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  50% {
    transform: translate(15%, 0%) rotate(15deg);
  }
  60% {
    transform: translate(-5%, 0%) rotate(-5deg);
  }
  65% {
    transform: translate(-7%, 0%) rotate(-7deg);
  }
  75% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
@keyframes showup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes purun {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes poyooon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  40% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  50% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  60% {
    transform: scale(0.9, 1.2) translate(0%, -100%);
  }
  75% {
    transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  85% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*----------------------------------------
	index.scss
----------------------------------------*/
.container {
  overflow: hidden;
}
.container main #kv {
  position: relative;
  background-color: #F7F8FA;
}
.container main #kv .kv_copy {
  position: absolute;
  top: 50%;
  left: 7.5vw;
  z-index: 1;
  text-align: left;
  transform: translateY(-50%);
}
@media only screen and (max-width: 519px) {
  .container main #kv .kv_copy {
    top: 46%;
  }
}
.container main #kv .kv_copy p {
  color: #fff;
  font-weight: bold;
  font-size: 76px;
  font-size: 4.75rem;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 519px) {
  .container main #kv .kv_copy p {
    font-size: 46px;
    font-size: 2.875rem;
    letter-spacing: 0;
    font-weight: 700;
  }
}
.container main #kv .kv_copy span {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
  display: block;
  margin-top: 30px;
  color: #fff;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  margin-left: 3px;
}
@media only screen and (max-width: 519px) {
  .container main #kv .kv_copy span {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.06rem;
    margin-top: 25px;
  }
}
.container main #kv .slider_wrap .slider {
  overflow: hidden;
  border-radius: 0 0 50px 50px;
}
@media only screen and (max-width: 519px) {
  .container main #kv .slider_wrap .slider {
    border-radius: 0 0 35px 35px;
  }
}
.container main #kv .slider_wrap .slider .slick-slide img {
  object-fit: cover;
  height: 100vh;
  width: 100%;
  object-position: center;
}
@media only screen and (max-width: 519px) {
  .container main #kv .slider_wrap .slider .slick-slide img {
    height: 95vh;
    max-height: 700px;
  }
}
.container main #kv .slider_wrap .slider .slick-dots {
  position: absolute;
  bottom: 90px;
  left: 7.6vw;
}
@media only screen and (max-width: 519px) {
  .container main #kv .slider_wrap .slider .slick-dots {
    left: inherit;
    right: 6vw;
    bottom: 73px;
  }
}
.container main #kv .slider_wrap .slider .slick-dots li {
  display: inline-block;
  margin-right: 20px;
}
@media only screen and (max-width: 519px) {
  .container main #kv .slider_wrap .slider .slick-dots li {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 519px) {
  .container main #kv .slider_wrap .slider .slick-dots li:last-child {
    margin-right: 0;
  }
}
.container main #kv .slider_wrap .slider .slick-dots li button {
  font-size: 0;
}
.container main #kv .slider_wrap .slider .slick-dots li button::before {
  content: "";
  display: block;
  width: 18px;
  height: 11.6px;
  background-image: url(../images/front/dot.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 519px) {
  .container main #kv .slider_wrap .slider .slick-dots li button::before {
    width: 12px;
    height: 6.8px;
    background-size: contain;
  }
}
.container main #kv .slider_wrap .slider .slick-dots li.slick-active button::before {
  background-image: url(../images/front/dot_active.svg);
}
.container main #kv .news_link {
  position: absolute;
  bottom: 90px;
  right: 7.5vw;
  display: block;
  background-color: #fff;
  border: 2px solid #AF633E;
  padding: 23px 30px 20px;
  border-radius: 40px;
}
@media only screen and (max-width: 519px) {
  .container main #kv .news_link {
    padding: 14px 15px 11px;
    right: inherit;
    left: 7.5vw;
    bottom: 55px;
  }
}
.container main #kv .news_link small {
  background-color: #AF633E;
  border-radius: 20px;
  padding: 4px 20px 6px;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  position: absolute;
  top: -15px;
  left: 0;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media only screen and (max-width: 519px) {
  .container main #kv .news_link small {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 4px 15px 6px;
    top: -11px;
  }
}
.container main #kv .news_link p span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media only screen and (max-width: 519px) {
  .container main #kv .news_link p span {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
  }
}
.container main #kv .news_link p span::before {
  content: "・・・・・・・";
  position: absolute;
  top: 7px;
  right: 55px;
  color: #AF633E;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media only screen and (max-width: 519px) {
  .container main #kv .news_link p span::before {
    font-size: 14px;
    font-size: 0.875rem;
    top: 4px;
    right: 34px;
  }
}
.container main #kv .news_link p span::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 18px;
  background-image: url(../images/common/i_tw_or.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 3px;
  margin-top: 1px;
}
@media only screen and (max-width: 519px) {
  .container main #kv .news_link p span::after {
    width: 16px;
    height: 12px;
  }
}
.container main .content {
  position: relative;
}
.container main .content#f_about .content_wrap::before {
  content: "";
  width: 227.5px;
  height: 39px;
  background-image: url(../images/front/fukidashi.png);
  background-size: cover;
  position: absolute;
  left: 280px;
  top: 870px;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_about .content_wrap::before {
    left: 50%;
    transform: translate(-50%);
    width: 170px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
  }
}
.container main .content#f_about::after {
  content: "";
  background-image: url(../images/front/bg_map.svg);
  background-size: cover;
  width: 930px;
  height: 1365px;
  position: absolute;
  left: 0;
  top: 20px;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_about::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.container main .content.mash {
  background-color: #F7F8FA;
}
.container main .content.mash::before {
  content: "";
  display: block;
  background-color: #F7F8FA;
  width: 100vw;
  height: 100vw;
  border-radius: 50vw;
  position: absolute;
  top: -70px;
  left: 0;
}
@media only screen and (max-width: 519px) {
  .container main .content.mash::before {
    top: -25px;
    width: 70vw;
    height: 70vw;
    left: 15vw;
  }
}
.container main .content .content_wrap {
  position: relative;
  z-index: 10;
  padding-top: 30px;
}
@media only screen and (max-width: 519px) {
  .container main .content .content_wrap {
    padding-top: 50px;
  }
}
.container main .content .content_wrap h2 strong {
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #AF633E;
  display: block;
}
@media only screen and (max-width: 519px) {
  .container main .content .content_wrap h2 strong {
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: 0.03em;
  }
}
.container main .content .content_wrap h2 small {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0;
  display: block;
  margin-top: 20px;
}
@media only screen and (max-width: 519px) {
  .container main .content .content_wrap h2 small {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 10px;
  }
}
.container main .content .content_wrap h2 small:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/common/i_mash.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
}
@media only screen and (max-width: 519px) {
  .container main .content .content_wrap h2 small:before {
    position: relative;
    top: 3px;
    margin-right: 10px;
  }
}
.container main .content .content_wrap h2 small::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/common/i_mash.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px;
}
@media only screen and (max-width: 519px) {
  .container main .content .content_wrap h2 small::after {
    position: relative;
    top: 3px;
    margin-left: 10px;
  }
}
.container main .content .content_wrap .f_about_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}
@media only screen and (max-width: 519px) {
  .container main .content .content_wrap .f_about_wrap {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 60px;
  }
}
.container main .content .content_wrap .f_about_wrap .layout_l {
  width: 44.3vw;
  height: 535px;
  overflow: hidden;
  border-radius: 0 50px 50px 0;
}
@media only screen and (max-width: 519px) {
  .container main .content .content_wrap .f_about_wrap .layout_l {
    width: 100%;
    height: 80vw;
    border-radius: 0;
    margin-top: 70px;
  }
}
.container main .content .content_wrap .f_about_wrap .layout_l ul {
  float: right;
  display: flex;
  justify-content: flex-end;
  width: 5500px;
  animation: loop 30s linear infinite;
}
@media only screen and (max-width: 519px) {
  .container main .content .content_wrap .f_about_wrap .layout_l ul {
    animation: loop_sp 30s linear infinite;
  }
}
.container main .content .content_wrap .f_about_wrap .layout_l ul li {
  margin-left: 50px;
  border-radius: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 519px) {
  .container main .content .content_wrap .f_about_wrap .layout_l ul li {
    border-radius: 25px;
    width: 250px;
    height: 267.5px;
  }
}
.container main .content .content_wrap .f_about_wrap .layout_r {
  text-align: left;
  width: 41.5vw;
  margin-right: 7.5vw;
}
@media only screen and (max-width: 519px) {
  .container main .content .content_wrap .f_about_wrap .layout_r {
    width: 100%;
    padding: 0 7.5vw;
  }
}
.container main .content .content_wrap .f_about_wrap .layout_r h3 {
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 519px) {
  .container main .content .content_wrap .f_about_wrap .layout_r h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.container main .content .content_wrap .f_about_wrap .layout_r h3 span {
  color: #AF633E;
}
.container main .content .content_wrap .f_about_wrap .layout_r p {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.6;
  margin-top: 40px;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  .container main .content .content_wrap .f_about_wrap .layout_r p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.8;
    margin-top: 30px;
  }
}
.container main .content .content_wrap .f_about_wrap .layout_r p span {
  color: #AF633E;
}
.container main .content .content_wrap .f_about_wrap .layout_r .btn {
  margin-top: 80px;
}
.container main .content .content_wrap #lottie {
  margin-top: 200px;
}
@media only screen and (max-width: 519px) {
  .container main .content .content_wrap #lottie {
    margin-top: 50px;
    width: 100%;
    position: relative;
  }
}
.container main .content#f_service {
  background-color: #53707B;
  position: relative;
  top: -2px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_service {
    padding-bottom: 60px;
  }
}
.container main .content#f_service .content_wrap {
  padding: 80px 7.5vw 0;
  text-align: left;
}
.container main .content#f_service .content_wrap .ttl {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_service .content_wrap .ttl {
    display: block;
    text-align: center;
  }
}
.container main .content#f_service .content_wrap .ttl h2 strong {
  color: #FFF6E3;
}
.container main .content#f_service .content_wrap .ttl h2 small {
  color: #fff;
}
.container main .content#f_service .content_wrap .ttl h2 small::before {
  background-image: url(../images/common/i_mash_w.svg);
}
.container main .content#f_service .content_wrap .ttl h2 small::after {
  background-image: url(../images/common/i_mash_w.svg);
}
.container main .content#f_service .content_wrap .ttl h2 + p {
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  text-align: right;
  line-height: 1.45;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_service .content_wrap .ttl h2 + p {
    margin-top: 40px;
    text-align: left;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.container main .content#f_service .s_slide {
  margin-top: 100px;
  padding-left: 7.5vw;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_service .s_slide {
    margin-top: 50px;
  }
}
.container main .content#f_service .s_slide .s_slider .slick-arrow {
  position: absolute;
  left: 0;
  bottom: -130px;
  font-size: 0;
  width: 45px;
  height: 45px;
  background-size: cover;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_service .s_slide .s_slider .slick-arrow {
    bottom: inherit;
    top: 37vw;
  }
}
.container main .content#f_service .s_slide .s_slider .slick-arrow.slick-prev {
  background-image: url(../images/common/arrow_slide_l.svg);
}
@media only screen and (max-width: 519px) {
  .container main .content#f_service .s_slide .s_slider .slick-arrow.slick-prev {
    left: -0.5vw;
  }
}
.container main .content#f_service .s_slide .s_slider .slick-arrow.slick-next {
  left: 60px;
  background-image: url(../images/common/arrow_slide_r.svg);
}
@media only screen and (max-width: 519px) {
  .container main .content#f_service .s_slide .s_slider .slick-arrow.slick-next {
    left: inherit;
    right: 7vw;
  }
}
.container main .content#f_service .s_slide .s_slider .slick-arrow.slick-disabled {
  opacity: 0.5;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_service .s_slide .s_slider .slick-dots {
    text-align: center;
    margin-right: 7.5vw;
  }
}
@media only screen and (max-width: 519px) {
  .container main .content#f_service .s_slide .s_slider .slick-dots li {
    margin-right: 8px;
    display: inline-block;
  }
}
@media only screen and (max-width: 519px) {
  .container main .content#f_service .s_slide .s_slider .slick-dots li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 519px) {
  .container main .content#f_service .s_slide .s_slider .slick-dots li button {
    font-size: 0;
  }
}
@media only screen and (max-width: 519px) {
  .container main .content#f_service .s_slide .s_slider .slick-dots li button::before {
    content: "";
    display: block;
    background-image: url(../images/front/dot.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 6.8px;
    background-size: contain;
  }
}
@media only screen and (max-width: 519px) {
  .container main .content#f_service .s_slide .s_slider .slick-dots li.slick-active button::before {
    background-image: url(../images/front/dot_active.svg);
  }
}
.container main .content#f_service .s_slide .s_slider .slick-list {
  overflow-x: hidden;
  overflow-y: auto;
}
.container main .content#f_service .s_slide .s_slider .slick-list .slick-track li {
  position: relative;
  margin-top: 20px;
  animation: none;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_service .s_slide .s_slider .slick-list .slick-track li {
    margin-top: 0;
  }
}
.container main .content#f_service .s_slide .s_slider .slick-list .slick-track li::before {
  display: block;
  content: "";
  width: 121px;
  height: 44.5px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 519px) {
  .container main .content#f_service .s_slide .s_slider .slick-list .slick-track li::before {
    width: 100px;
    height: 35.5px;
    background-size: contain;
    top: 5px;
  }
}
.container main .content#f_service .s_slide .s_slider .slick-list .slick-track li:nth-child(1)::before {
  background-image: url(../images/front/step_fuki01.svg);
}
.container main .content#f_service .s_slide .s_slider .slick-list .slick-track li:nth-child(2)::before {
  background-image: url(../images/front/step_fuki02.svg);
}
.container main .content#f_service .s_slide .s_slider .slick-list .slick-track li:nth-child(3)::before {
  background-image: url(../images/front/step_fuki03.svg);
}
.container main .content#f_service .s_slide .s_slider .slick-list .slick-track li:nth-child(4)::before {
  background-image: url(../images/front/step_fuki04.svg);
}
.container main .content#f_service .s_slide .s_slider .slick-list .slick-track li:nth-child(5)::before {
  background-image: url(../images/front/step_fuki05.svg);
}
.container main .content#f_service .s_slide .s_slider .slick-list .slick-track li:nth-child(6)::before {
  background-image: url(../images/front/step_fuki06.svg);
}
.container main .content#f_service .s_slide .s_slider .slick-list .slick-track .slick-slide {
  width: 300px;
  margin-right: 50px;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_service .s_slide .s_slider .slick-list .slick-track .slick-slide {
    padding: 20px;
    margin-right: 7.5vw;
  }
}
.container main .content#f_service .s_slide .s_slider .slick-list .slick-track .slick-slide figure {
  padding: 60px 50px 40px;
  border: 2px dotted #FFF6E3;
  border-radius: 30px;
}
.container main .content#f_service .s_slide .s_slider .slick-list .slick-track .slick-slide figure img {
  margin: 0 auto;
}
.container main .content#f_service .s_slide .s_slider .slick-list .slick-track .slick-slide figcaption strong {
  display: block;
  margin-top: 25px;
  color: #FFF6E3;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_service .s_slide .s_slider .slick-list .slick-track .slick-slide figcaption strong {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.container main .content#f_service .s_slide .s_slider .slick-list .slick-track .slick-slide figcaption span {
  display: block;
  margin-top: 15px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: left;
  padding: 0 25px;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_service .s_slide .s_slider .slick-list .slick-track .slick-slide figcaption span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.container main .content#f_service .btn {
  margin-top: 80px;
  margin-left: auto;
  margin-right: 7.5vw;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_service .btn {
    margin: 40px 15vw 0 auto;
  }
}
.container main .content#f_access {
  background-color: #F7F8FA;
  padding-top: 50px;
  padding-bottom: 100px;
  overflow: hidden;
  border-radius: 0 0 50px 50px;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_access {
    border-radius: 0 0 35px 35px;
    padding-top: 7.5vw;
    padding-bottom: 35px;
  }
}
.container main .content#f_access.mash::before {
  top: 38vw;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_access.mash::before {
    top: 70vw;
  }
}
.container main .content#f_access .content_visual {
  margin: 0 50px;
  border-radius: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_access .content_visual {
    margin: 0 7.5vw;
    border-radius: 25px;
  }
}
.container main .content#f_access .f_access_wrap {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  padding: 0 7.5vw;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_access .f_access_wrap {
    margin-top: 50px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.container main .content#f_access .f_access_wrap .gmap {
  width: 46.3%;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_access .f_access_wrap .gmap {
    width: 100%;
  }
}
.container main .content#f_access .f_access_wrap .gmap iframe {
  width: 100%;
  border-radius: 50px;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_access .f_access_wrap .gmap iframe {
    height: 85vw;
    border-radius: 25px;
    margin-top: 40px;
  }
}
.container main .content#f_access .f_access_wrap .info {
  width: 46.3%;
  text-align: left;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_access .f_access_wrap .info {
    width: 100%;
  }
}
.container main .content#f_access .f_access_wrap .info h3 strong {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_access .f_access_wrap .info h3 strong {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.container main .content#f_access .f_access_wrap .info h3 small {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_access .f_access_wrap .info h3 small {
    font-size: 16px;
    font-size: 1rem;
    display: block;
    margin: 10px 0 0 -0.5rem;
  }
}
.container main .content#f_access .f_access_wrap .info .adress {
  margin-top: 30px;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_access .f_access_wrap .info .adress {
    margin-top: 25px;
  }
}
.container main .content#f_access .f_access_wrap .info .adress p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_access .f_access_wrap .info .adress p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}
.container main .content#f_access .f_access_wrap .info .adress p:before {
  content: "";
  display: inline-block;
  width: 19.4px;
  height: 28.5px;
  margin-right: 5px;
  background-image: url(../images/common/i_pin.svg);
  background-size: cover;
  position: relative;
  top: 7px;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_access .f_access_wrap .info .adress p:before {
    width: 13.4px;
    height: 21.5px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.container main .content#f_access .f_access_wrap .info .adress a {
  display: inline-block;
  padding: 6px 25px 9px;
  border: 1px solid #AF633E;
  border-radius: 30px;
  color: #AF633E;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 20px;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_access .f_access_wrap .info .adress a {
    margin-top: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 3px 25px 6px;
  }
}
.container main .content#f_access .f_access_wrap .info .open {
  margin-top: 40px;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_access .f_access_wrap .info .open {
    margin-top: 30px;
  }
}
.container main .content#f_access .f_access_wrap .info .open ul li {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.container main .content#f_access .f_access_wrap .info .open ul li::before {
  content: "";
  display: inline-block;
  background-size: cover;
  margin-right: 10px;
}
.container main .content#f_access .f_access_wrap .info .open ul li strong {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  width: 6rem;
  display: inline-block;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_access .f_access_wrap .info .open ul li strong {
    font-size: 16px;
    font-size: 1rem;
  }
}
.container main .content#f_access .f_access_wrap .info .open ul li span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_access .f_access_wrap .info .open ul li span {
    font-size: 16px;
    font-size: 1rem;
  }
}
.container main .content#f_access .f_access_wrap .info .open ul li:first-child {
  margin-top: 0;
}
.container main .content#f_access .f_access_wrap .info .open ul li:first-child::before {
  width: 25px;
  height: 25px;
  background-image: url(../images/common/i_clock.svg);
}
@media only screen and (max-width: 519px) {
  .container main .content#f_access .f_access_wrap .info .open ul li:first-child::before {
    width: 18px;
    height: 18px;
  }
}
.container main .content#f_access .f_access_wrap .info .open ul li:last-child::before {
  width: 25px;
  height: 25px;
  background-image: url(../images/common/i_calendar.svg);
}
@media only screen and (max-width: 519px) {
  .container main .content#f_access .f_access_wrap .info .open ul li:last-child::before {
    width: 18px;
    height: 18px;
  }
}
.container main .content#f_access .f_access_wrap .info .root {
  margin-top: 40px;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_access .f_access_wrap .info .root {
    margin-top: 30px;
  }
}
.container main .content#f_access .f_access_wrap .info .root ul li {
  margin-top: 15px;
}
.container main .content#f_access .f_access_wrap .info .root ul li strong {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_access .f_access_wrap .info .root ul li strong {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.container main .content#f_access .f_access_wrap .info .root ul li strong::before {
  content: "●";
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 5px;
  color: #53707B;
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_access .f_access_wrap .info .root ul li strong::before {
    font-size: 10px;
    font-size: 0.625rem;
    top: -1px;
  }
}
.container main .content#f_access .f_access_wrap .info .root ul li small {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 519px) {
  .container main .content#f_access .f_access_wrap .info .root ul li small {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.4;
    margin-top: 5px;
  }
}
.container main .content#f_access .f_access_wrap .info .root ul li:first-child {
  margin-top: 0;
}
.container main #f_contact {
  margin-top: 90px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 519px) {
  .container main #f_contact {
    margin-top: 70px;
    padding-bottom: 70px;
  }
}
.container main #f_contact img {
  animation: puyon 2s linear 0s infinite;
}
@media only screen and (max-width: 519px) {
  .container main #f_contact img {
    width: 20vw;
  }
}
.container main #f_contact p {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 30px;
}
@media only screen and (max-width: 519px) {
  .container main #f_contact p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 25px;
  }
}
.container main #f_contact ul {
  display: flex;
  justify-content: center;
  max-width: 0 auto;
  margin-top: 40px;
}
@media only screen and (max-width: 519px) {
  .container main #f_contact ul {
    flex-wrap: wrap;
    padding: 0 7.5vw;
  }
}
@media only screen and (max-width: 519px) {
  .container main #f_contact ul li {
    width: 100%;
  }
}
.container main #f_contact ul li:first-child {
  margin-right: 40px;
}
@media only screen and (max-width: 519px) {
  .container main #f_contact ul li:first-child {
    margin-right: 0;
  }
}
.container main #f_contact ul li:first-child a {
  width: 520px;
  padding: 35px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #53707B;
  border-radius: 60px;
}
@media only screen and (max-width: 519px) {
  .container main #f_contact ul li:first-child a {
    width: 100%;
    padding: 20px 0;
  }
}
.container main #f_contact ul li:first-child a::before {
  content: "";
  width: 27px;
  height: 18.8px;
  background-image: url(../images/common/i_mail_bl.svg);
  background-size: cover;
  margin-right: 10px;
}
@media only screen and (max-width: 519px) {
  .container main #f_contact ul li:first-child a::before {
    width: 24px;
    height: 15.8px;
  }
}
.container main #f_contact ul li:first-child a span {
  font-size: 22px;
  font-size: 1.375rem;
  color: #53707B;
  font-weight: 700;
}
@media only screen and (max-width: 519px) {
  .container main #f_contact ul li:first-child a span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 519px) {
  .container main #f_contact ul li:last-child {
    margin-top: 25px;
  }
}
.container main #f_contact ul li:last-child a {
  width: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #53707B;
  border-bottom: 1px solid #53707B;
  padding: 14px 0;
}
@media only screen and (max-width: 519px) {
  .container main #f_contact ul li:last-child a {
    width: 100%;
    display: block;
  }
}
.container main #f_contact ul li:last-child a span {
  font-size: 18px;
  font-size: 1.125rem;
  color: #53707B;
  font-weight: 700;
  margin-right: 25px;
}
@media only screen and (max-width: 519px) {
  .container main #f_contact ul li:last-child a span {
    margin-right: 0;
    display: block;
    margin-bottom: 7px;
    font-size: 16px;
    font-size: 1rem;
    color: #333;
  }
}
.container main #f_contact ul li:last-child a div strong {
  font-size: 40px;
  font-size: 2.5rem;
  color: #53707B;
  font-weight: 700;
  display: block;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 519px) {
  .container main #f_contact ul li:last-child a div strong {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.container main #f_contact ul li:last-child a div strong:before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  background-image: url(../images/common/i_tel.svg);
  background-size: cover;
  margin-right: 5px;
}
@media only screen and (max-width: 519px) {
  .container main #f_contact ul li:last-child a div strong:before {
    width: 22px;
    height: 22px;
  }
}
.container main #f_contact ul li:last-child a div small {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 10px;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  .container main #f_contact ul li:last-child a div small {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(2750px);
  }
}
@keyframes loop_sp {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(1500px);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1); /* 拡大率 */
  }
}
@keyframes zoomUpSp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
@media only screen and (max-width: 519px) {
  .add-animation {
    animation: zoomUpSp 10s linear 0s normal both;
  }
}

@keyframes puyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
/*----------------------------------------
	sub_common.scss
----------------------------------------*/
.container.sub main {
  overflow: hidden;
}
.container.sub main .sub_kv {
  margin-top: 250px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_kv {
    margin-top: 150px;
  }
}
.container.sub main .sub_kv .kv_top {
  text-align: left;
  margin: 0 7.5vw;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_kv .kv_top {
    display: block;
  }
}
.container.sub main .sub_kv .kv_top h2 strong {
  font-size: 105px;
  font-size: 6.5625rem;
  color: #53707B;
  font-weight: 700;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_kv .kv_top h2 strong {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
.container.sub main .sub_kv .kv_top h2 small {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  display: block;
  margin-top: 30px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_kv .kv_top h2 small {
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_kv .kv_top .topicpath {
    margin-top: 55px;
  }
}
.container.sub main .sub_kv .kv_top .topicpath a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #CCCCCC;
  font-weight: 500;
  text-decoration: underline;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_kv .kv_top .topicpath a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.container.sub main .sub_kv .kv_top .topicpath a:after {
  content: "";
  width: 14px;
  height: 9px;
  display: inline-block;
  background-image: url(../images/common/break.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: -2px;
  margin: 0 13px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_kv .kv_top .topicpath a:after {
    margin: 0 8px;
    width: 10px;
    height: 7px;
    top: 0px;
  }
}
.container.sub main .sub_kv .kv_top .topicpath span {
  font-size: 18px;
  font-size: 1.125rem;
  color: #53707B;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_kv .kv_top .topicpath span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.container.sub main .sub_kv p {
  text-align: left;
  margin: 70px 7.5vw 0;
  max-width: 1280px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 2;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_kv p {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 40px;
    line-height: 1.85;
  }
}
.container.sub main .sub_kv img {
  overflow: hidden;
  border-radius: 50px 50px 0 0;
  margin-top: 110px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_kv img {
    margin-top: 60px;
  }
}
.container.sub main .sub_content {
  position: relative;
  padding-bottom: 100px;
  border-radius: 0 0 50px 50px;
  /*----------------------------------------
  	about_page
  ----------------------------------------*/
  /*----------------------------------------
  	service_page
  ----------------------------------------*/
  /*----------------------------------------
  	service_page
  ----------------------------------------*/
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content {
    padding-bottom: 40px;
  }
}
.container.sub main .sub_content.cbg {
  background-color: #F7F8FA;
}
.container.sub main .sub_content .content_wrap {
  text-align: left;
  padding-top: 120px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .content_wrap {
    padding-top: 100px;
  }
}
.container.sub main .sub_content .content_wrap h3 strong {
  font-size: 34px;
  font-size: 2.125rem;
  color: #AF633E;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .content_wrap h3 strong {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.container.sub main .sub_content .content_wrap h3 small {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .content_wrap h3 small {
    font-size: 16px;
    font-size: 1rem;
  }
}
.container.sub main .sub_content .content_wrap h4 {
  font-size: 65px;
  font-size: 4.0625rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 60px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .content_wrap h4 {
    font-size: 41px;
    font-size: 2.5625rem;
    margin-top: 40px;
  }
}
.container.sub main .sub_content .content_wrap.layout_l {
  margin-left: 7.5vw;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .content_wrap.layout_l {
    margin-right: 7.5vw;
  }
}
.container.sub main .sub_content.mash {
  background-color: #F7F8FA;
}
.container.sub main .sub_content.mash::before {
  content: "";
  display: block;
  background-color: #F7F8FA;
  width: 100vw;
  height: 100vw;
  border-radius: 50vw;
  position: absolute;
  top: -70px;
  left: 0;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content.mash::before {
    top: -25px;
    width: 70vw;
    height: 70vw;
    left: 15vw;
  }
}
.container.sub main .sub_content.mash .mashicon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.container.sub main .sub_content.mash .mashicon .puyon {
  animation: puyon 2s linear 0s infinite;
  width: 75.8px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content.mash .mashicon .puyon {
    width: 53px;
  }
}
.container.sub main .sub_content.mash .mashicon .mash_bottom {
  width: 40.9px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content.mash .mashicon .mash_bottom {
    width: 28.6px;
  }
}
.container.sub main .sub_content #a_message {
  position: relative;
  z-index: 10;
}
.container.sub main .sub_content #a_message .content_wrap p {
  margin-top: 80px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 20px;
  font-size: 1.25rem;
  max-width: 560px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_message .content_wrap p {
    margin-top: 35px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.container.sub main .sub_content #a_message .content_wrap p .name {
  display: block;
  margin-top: 80px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_message .content_wrap p .name {
    margin-top: 40px;
  }
}
.container.sub main .sub_content #a_message .content_wrap p .name span {
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  margin-right: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_message .content_wrap p .name span {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.container.sub main .sub_content #a_message .content_wrap p .name strong {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_message .content_wrap p .name strong {
    margin-right: 0;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.container.sub main .sub_content #a_message .content_wrap p .name small {
  font-size: 16px;
  font-size: 1rem;
  color: #707070;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_message .content_wrap p .name small {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.container.sub main .sub_content #a_message .content_wrap .msg_images {
  width: 47.5%;
  position: absolute;
  top: 15vw;
  right: 20px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_message .content_wrap .msg_images {
    position: relative;
    width: 100%;
    right: 0px;
  }
}
.container.sub main .sub_content #a_message .content_wrap .msg_images img {
  border-radius: 20px;
  position: absolute;
}
.container.sub main .sub_content #a_message .content_wrap .msg_images img:nth-child(1) {
  width: 38.6%;
  right: 0;
  top: 0;
}
.container.sub main .sub_content #a_message .content_wrap .msg_images img:nth-child(2) {
  width: 55.2%;
  top: 11vw;
  left: 0;
  z-index: 10;
}
.container.sub main .sub_content #a_message .content_wrap .msg_images img:nth-child(3) {
  width: 28.9%;
  top: 30vw;
  right: 40px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_message .content_wrap .msg_images img:nth-child(3) {
    top: 55vw;
    right: 20px;
  }
}
.container.sub main .sub_content #a_message .content_wrap #celtic {
  position: absolute;
  top: 180px;
  right: 0;
  z-index: 2;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_message .content_wrap #celtic {
    top: 60px;
    width: 355vw;
    right: -110vw;
    opacity: 0.3;
  }
}
.container.sub main .sub_content #a_vision {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 7.5vw;
  margin-top: 145px;
  z-index: 1;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_vision {
    margin-top: 120vw;
    flex-direction: column-reverse;
    padding-left: 7.5vw;
  }
}
.container.sub main .sub_content #a_vision::before {
  content: "";
  background-image: url(../images/front/bg_map.svg);
  background-size: cover;
  width: 930px;
  height: 1365px;
  position: absolute;
  right: -100px;
  top: -60px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_vision::before {
    width: 190%;
    top: -100px;
    right: -200px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.container.sub main .sub_content #a_vision .contet_image {
  width: 48%;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_vision .contet_image {
    width: 100%;
    border-radius: 20px;
    margin-top: 50px;
  }
}
.container.sub main .sub_content #a_vision .content_wrap {
  width: 40%;
  padding-top: 5vw;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_vision .content_wrap {
    width: 100%;
  }
}
.container.sub main .sub_content #a_vision .content_wrap h4 {
  font-size: 45px;
  font-size: 2.8125rem;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_vision .content_wrap h4 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.container.sub main .sub_content #a_vision .content_wrap h4 span {
  color: #AF633E;
}
.container.sub main .sub_content #a_vision .content_wrap p {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 70px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_vision .content_wrap p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 40px;
    line-height: 1.85;
  }
}
.container.sub main .sub_content #a_vision.s_schedule {
  align-items: center;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_vision.s_schedule {
    margin-top: 60px;
  }
}
.container.sub main .sub_content #a_vision.s_schedule:before {
  display: none;
}
.container.sub main .sub_content #a_vision.s_schedule .content_wrap {
  width: 43%;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_vision.s_schedule .content_wrap {
    width: 100%;
    text-align: center;
  }
}
.container.sub main .sub_content #a_vision.s_schedule .content_wrap ul {
  margin-top: 50px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_vision.s_schedule .content_wrap ul {
    margin-top: 30px;
  }
}
.container.sub main .sub_content #a_vision.s_schedule .content_wrap ul li {
  border-top: 1px solid #E0E0E0;
  padding: 20px 0;
}
.container.sub main .sub_content #a_vision.s_schedule .content_wrap ul li:last-child {
  border-bottom: 1px solid #E0E0E0;
}
.container.sub main .sub_content #a_vision.s_schedule .content_wrap ul li dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_vision.s_schedule .content_wrap ul li dl {
    justify-content: space-between;
  }
}
.container.sub main .sub_content #a_vision.s_schedule .content_wrap ul li dl dt {
  width: 10rem;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_vision.s_schedule .content_wrap ul li dl dt {
    width: 7rem;
  }
}
.container.sub main .sub_content #a_vision.s_schedule .content_wrap ul li dl dt small {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  background-color: #AF633E;
  border-radius: 20px;
  padding: 1px 10px 2px;
  font-weight: 700;
}
.container.sub main .sub_content #a_vision.s_schedule .content_wrap ul li dl dt strong {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 15px;
  display: block;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_vision.s_schedule .content_wrap ul li dl dt strong {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.container.sub main .sub_content #a_vision.s_schedule .content_wrap ul li dl dd {
  width: calc(100% - 10rem);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_vision.s_schedule .content_wrap ul li dl dd {
    width: calc(100% - 8rem);
    text-align: left;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_vision.s_schedule .contet_image {
    margin-top: 25px;
  }
}
.container.sub main .sub_content #a_mission {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 7.5vw;
  margin-top: 110px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_mission {
    margin-top: 80px;
    display: block;
    padding-right: 7.5vw;
  }
}
.container.sub main .sub_content #a_mission .content_wrap {
  width: 50%;
  padding-top: 0;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_mission .content_wrap {
    width: 100%;
  }
}
.container.sub main .sub_content #a_mission .content_wrap .txt_mission {
  margin-top: 50px;
}
.container.sub main .sub_content #a_mission .content_wrap p {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 40px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_mission .content_wrap p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.container.sub main .sub_content #a_mission .contet_image {
  width: 32.5%;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_mission .contet_image {
    width: 100%;
    border-radius: 20px;
    margin-top: 30px;
  }
}
.container.sub main .sub_content #a_value {
  background-color: #fff;
  width: 85vw;
  margin: 120px auto 0;
  border-radius: 20px;
  position: relative;
}
.container.sub main .sub_content #a_value::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 40vw;
  height: 40vw;
  border-radius: 40vw;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.container.sub main .sub_content #a_value .content_wrap {
  text-align: center;
  padding: 60px 80px 50px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_value .content_wrap {
    padding: 40px 20px 50px;
  }
}
.container.sub main .sub_content #a_value .content_wrap p {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 40px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_value .content_wrap p {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-top: 30px;
    line-height: 1.6;
  }
}
.container.sub main .sub_content #a_value .content_wrap ul {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_value .content_wrap ul {
    display: block;
  }
}
.container.sub main .sub_content #a_value .content_wrap ul li {
  width: 30%;
  padding: 40px 20px 50px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_value .content_wrap ul li {
    width: 100%;
    padding: 0 15px 40px;
    margin-bottom: 40px;
    border-bottom: 1px dotted #E0E0E0;
  }
}
.container.sub main .sub_content #a_value .content_wrap ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.container.sub main .sub_content #a_value .content_wrap ul li figure img {
  height: 87px;
  width: auto;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_value .content_wrap ul li figure img {
    height: 50px;
  }
}
.container.sub main .sub_content #a_value .content_wrap ul li figcaption small {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  margin-top: 10px;
  font-weight: 500;
  color: #53707B;
}
.container.sub main .sub_content #a_value .content_wrap ul li figcaption strong {
  font-size: 26px;
  font-size: 1.625rem;
  display: block;
  margin-top: 25px;
  font-weight: 700;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_value .content_wrap ul li figcaption strong {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.container.sub main .sub_content #a_value .content_wrap ul li figcaption b {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  margin-top: 25px;
  font-weight: 700;
  color: #53707B;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_value .content_wrap ul li figcaption b {
    font-size: 16px;
    font-size: 1rem;
  }
}
.container.sub main .sub_content #a_value .content_wrap ul li figcaption span {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  margin: 25px auto 0;
  font-weight: 500;
  line-height: 1.65;
  text-align: left;
  max-width: 280px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_value .content_wrap ul li figcaption span {
    font-size: 16px;
    font-size: 1rem;
  }
}
.container.sub main .sub_content #a_company {
  padding-bottom: 50px;
}
.container.sub main .sub_content #a_company .content_wrap {
  width: 85vw;
  margin: 0 auto;
}
.container.sub main .sub_content #a_company .content_wrap ul {
  margin-top: 70px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_company .content_wrap ul {
    margin-top: 40px;
  }
}
.container.sub main .sub_content #a_company .content_wrap ul li {
  padding: 30px 20px;
  border-top: 1px solid #E0E0E0;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_company .content_wrap ul li {
    padding: 25px 0 20px;
  }
}
.container.sub main .sub_content #a_company .content_wrap ul li:last-child {
  border-bottom: 1px solid #E0E0E0;
}
.container.sub main .sub_content #a_company .content_wrap ul li dl {
  display: flex;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_company .content_wrap ul li dl {
    display: block;
  }
}
.container.sub main .sub_content #a_company .content_wrap ul li dl dt {
  font-size: 20px;
  font-size: 1.25rem;
  color: #707070;
  width: 10em;
  display: inline-block;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_company .content_wrap ul li dl dt {
    width: auto;
    display: block;
    font-size: 16px;
    font-size: 1rem;
  }
}
.container.sub main .sub_content #a_company .content_wrap ul li dl dd {
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
  font-weight: 500;
  width: calc(100% - 10em);
  line-height: 1.4;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_company .content_wrap ul li dl dd {
    width: auto;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 10px;
    line-height: 1.4;
  }
}
.container.sub main .sub_content #a_company .content_wrap ul li dl dd a {
  border: 1px solid #AF633E;
  border-radius: 30px;
  color: #AF633E;
  font-size: 16px;
  font-size: 1rem;
  padding: 3px 20px 5px;
  margin-left: 10px;
  font-weight: 700;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #a_company .content_wrap ul li dl dd a {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    margin: 10px 0 0 0;
    width: 130px;
  }
}
.container.sub main .sub_content #a_company .content_wrap ul li dl dd span {
  color: #707070;
  display: inline-block;
  margin: 0 10px;
}
.container.sub main .sub_content #s_business {
  width: 85vw;
  margin: 0 auto;
}
.container.sub main .sub_content #s_business .content_wrap h3 {
  text-align: center;
}
.container.sub main .sub_content #s_business .content_wrap ul {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #s_business .content_wrap ul {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.container.sub main .sub_content #s_business .content_wrap ul li {
  width: calc(33.3% - 17.5px);
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #s_business .content_wrap ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.container.sub main .sub_content #s_business .content_wrap ul li figure {
  border-radius: 10px;
  overflow: hidden;
}
.container.sub main .sub_content #s_business .content_wrap ul li figcaption strong {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 30px;
  display: block;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #s_business .content_wrap ul li figcaption strong {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 25px;
  }
}
.container.sub main .sub_content #s_business .content_wrap ul li figcaption p {
  font-size: 18px;
  font-size: 1.125rem;
  width: 80%;
  margin: 15px auto 0;
  line-height: 1.65;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #s_business .content_wrap ul li figcaption p {
    width: 90%;
    font-size: 16px;
    font-size: 1rem;
  }
}
.container.sub main .sub_content #s_office .content_wrap {
  padding-top: 80px;
}
.container.sub main .sub_content #s_office .content_wrap h3 {
  width: 85vw;
  margin: 0 auto;
  text-align: center;
}
.container.sub main .sub_content #s_office .content_wrap p {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 40px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #s_office .content_wrap p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 30px;
  }
}
.container.sub main .sub_content #s_office .content_wrap .slide_container {
  margin-top: 60px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #s_office .content_wrap .slide_container {
    margin-top: 40px;
  }
}
.container.sub main .sub_content #s_office .content_wrap .slide_container .slider .slick-arrow {
  position: absolute;
  top: 45%;
  font-size: 0;
}
.container.sub main .sub_content #s_office .content_wrap .slide_container .slider .slick-arrow:before {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background-image: url(../images/service/arrow_l.svg);
  background-size: cover;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #s_office .content_wrap .slide_container .slider .slick-arrow:before {
    width: 30px;
    height: 30px;
  }
}
.container.sub main .sub_content #s_office .content_wrap .slide_container .slider .slick-arrow.slick-prev {
  left: 9.8vw;
  z-index: 1;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #s_office .content_wrap .slide_container .slider .slick-arrow.slick-prev {
    left: 20px;
  }
}
.container.sub main .sub_content #s_office .content_wrap .slide_container .slider .slick-arrow.slick-next {
  right: 9.8vw;
  z-index: 1;
  transform: rotate(180deg);
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #s_office .content_wrap .slide_container .slider .slick-arrow.slick-next {
    right: 20px;
  }
}
.container.sub main .sub_content #s_office .content_wrap .slide_container .slider .slick-list .slick-track .slick-slide {
  padding: 0 15px;
}
.container.sub main .sub_content #s_office .content_wrap .slide_container .slider .slick-list .slick-track .slick-slide img {
  border-radius: 20px;
}
.container.sub main .sub_content #s_office .content_wrap .slide_container .thumbnail {
  margin-top: 30px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #s_office .content_wrap .slide_container .thumbnail {
    margin-top: 20px;
  }
}
.container.sub main .sub_content #s_office .content_wrap .slide_container .thumbnail.slick-slider .slick-track {
  display: flex;
  justify-content: center;
  transform: unset !important;
}
.container.sub main .sub_content #s_office .content_wrap .slide_container .thumbnail.slick-slider .slick-track .slick-slide {
  width: 8.8% !important;
  margin: 0 5px;
  max-width: 120px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #s_office .content_wrap .slide_container .thumbnail.slick-slider .slick-track .slick-slide {
    width: 12% !important;
    margin: 0 2px;
  }
}
.container.sub main .sub_content #s_office .content_wrap .slide_container .thumbnail.slick-slider .slick-track .slick-slide.slick-current img {
  border: 4px solid #AF633E;
}
.container.sub main .sub_content #s_office .content_wrap .slide_container .thumbnail.slick-slider .slick-track .slick-slide img {
  border-radius: 10px;
  border: 4px solid rgba(0, 0, 0, 0);
}
.container.sub main .sub_content .how_faq {
  width: 85vw;
  margin: 0 auto;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .how_faq .content_wrap {
    padding-top: 80px;
  }
}
.container.sub main .sub_content .how_faq .content_wrap .heading_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .how_faq .content_wrap .heading_wrap {
    display: block;
    text-align: center;
  }
}
.container.sub main .sub_content .how_faq .content_wrap .heading_wrap p {
  text-align: right;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .how_faq .content_wrap .heading_wrap p {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: left;
    margin-top: 30px;
  }
}
.container.sub main .sub_content .how_faq .content_wrap .flow_5column {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  position: relative;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .how_faq .content_wrap .flow_5column {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.container.sub main .sub_content .how_faq .content_wrap .flow_5column:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #AF633E;
  position: absolute;
  top: 50%;
  left: 0;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .how_faq .content_wrap .flow_5column:before {
    width: 1px;
    height: calc(100% - 30px);
    top: 0;
    left: 50%;
  }
}
.container.sub main .sub_content .how_faq .content_wrap .flow_5column li {
  width: calc(20% - 10px);
  background-color: #F7F8FA;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .how_faq .content_wrap .flow_5column li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.container.sub main .sub_content .how_faq .content_wrap .flow_5column li:before {
  content: attr(data-count);
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #AF633E;
  width: 50px;
  margin: 0 auto;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 3px 0 6px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .how_faq .content_wrap .flow_5column li:before {
    font-size: 16px;
    font-size: 1rem;
  }
}
.container.sub main .sub_content .how_faq .content_wrap .flow_5column li strong {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .how_faq .content_wrap .flow_5column li strong {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 15px;
  }
}
.container.sub main .sub_content .how_faq .content_wrap .flow_5column li span {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .how_faq .content_wrap .flow_5column li span {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 10px;
  }
}
.container.sub main .sub_content .how_faq .content_wrap .flow_5column li a {
  display: block;
  text-align: center;
  padding: 7px 0 9px;
  background-color: #fff;
  border: 1px solid #AF633E;
  border-radius: 30px;
  font-size: 16px;
  font-size: 1rem;
  color: #AF633E;
  font-weight: 700;
  margin-top: 20px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .how_faq#s_staff .content_wrap {
    padding-top: 60px;
  }
}
.container.sub main .sub_content .how_faq#s_staff .content_wrap .flow_3column {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .how_faq#s_staff .content_wrap .flow_3column {
    margin-top: 40px;
    flex-wrap: wrap;
  }
}
.container.sub main .sub_content .how_faq#s_staff .content_wrap .flow_3column li {
  width: calc(33.3% - 35px);
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .how_faq#s_staff .content_wrap .flow_3column li {
    width: 100%;
    margin-bottom: 40px;
  }
}
.container.sub main .sub_content .how_faq#s_staff .content_wrap .flow_3column li figure {
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .how_faq#s_staff .content_wrap .flow_3column li figcaption {
    text-align: center;
  }
}
.container.sub main .sub_content .how_faq#s_staff .content_wrap .flow_3column li figcaption::before {
  content: attr(data-position);
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background-color: #AF633E;
  padding: 4px 10px 6px;
  border-radius: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .how_faq#s_staff .content_wrap .flow_3column li figcaption::before {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 4px 10px 5px;
    margin-top: 25px;
  }
}
.container.sub main .sub_content .how_faq#s_staff .content_wrap .flow_3column li figcaption strong {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 20px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .how_faq#s_staff .content_wrap .flow_3column li figcaption strong {
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 10px;
  }
}
.container.sub main .sub_content .how_faq#s_staff .content_wrap .flow_3column li figcaption span {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 20px;
  line-height: 1.65;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .how_faq#s_staff .content_wrap .flow_3column li figcaption span {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 15px;
    text-align: left;
  }
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .how_faq#s_faq .content_wrap {
    padding-top: 30px;
  }
}
.container.sub main .sub_content .how_faq#s_faq .content_wrap .accordion {
  margin-top: 50px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .how_faq#s_faq .content_wrap .accordion {
    margin-top: 40px;
  }
}
.container.sub main .sub_content .how_faq#s_faq .content_wrap .accordion > li {
  border-top: 1px solid #E0E0E0;
  position: relative;
}
.container.sub main .sub_content .how_faq#s_faq .content_wrap .accordion > li:last-child {
  border-bottom: 1px solid #E0E0E0;
}
.container.sub main .sub_content .how_faq#s_faq .content_wrap .accordion > li:before {
  content: attr(data-acc-count);
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  position: absolute;
  top: 20px;
  left: 0;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .how_faq#s_faq .content_wrap .accordion > li:before {
    position: static;
    margin-top: 20px;
  }
}
.container.sub main .sub_content .how_faq#s_faq .content_wrap .accordion > li::after {
  content: "";
  width: 58px;
  height: 32px;
  border: 1px solid #AF633E;
  border-radius: 50px;
  display: block;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .how_faq#s_faq .content_wrap .accordion > li::after {
    top: 43px;
    width: 38px;
    height: 22px;
  }
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .how_faq#s_faq .content_wrap .accordion > li:first-child::after {
    top: 55px;
  }
}
.container.sub main .sub_content .how_faq#s_faq .content_wrap .accordion .toggle {
  display: none;
}
.container.sub main .sub_content .how_faq#s_faq .content_wrap .accordion .Label {
  padding: 30px 0 30px 60px;
  display: block;
  position: relative;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  cursor: pointer;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .how_faq#s_faq .content_wrap .accordion .Label {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px 50px 20px 0;
    line-height: 1.3;
    position: static;
  }
}
.container.sub main .sub_content .how_faq#s_faq .content_wrap .accordion .Label::before {
  content: "";
  width: 11px;
  height: 1.5px;
  background-color: #AF633E;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 24px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .how_faq#s_faq .content_wrap .accordion .Label::before {
    top: calc(50% - 5px);
    transform: translateY(-50%);
    right: 14px;
  }
}
.container.sub main .sub_content .how_faq#s_faq .content_wrap .accordion .Label::after {
  content: "";
  width: 1.5px;
  height: 11px;
  background-color: #AF633E;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-49%);
  right: 28.5px;
  transition: all 0.3s;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .how_faq#s_faq .content_wrap .accordion .Label::after {
    top: calc(50% - 5px);
    right: 18.5px;
  }
}
.container.sub main .sub_content .how_faq#s_faq .content_wrap .accordion .Label,
.container.sub main .sub_content .how_faq#s_faq .content_wrap .accordion .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.5s;
}
.container.sub main .sub_content .how_faq#s_faq .content_wrap .accordion .content {
  height: 0;
  padding: 0 0 0 60px;
  overflow: hidden;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .how_faq#s_faq .content_wrap .accordion .content {
    padding: 0;
  }
}
.container.sub main .sub_content .how_faq#s_faq .content_wrap .accordion .content strong {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .how_faq#s_faq .content_wrap .accordion .content strong {
    font-size: 16px;
    font-size: 1rem;
  }
}
.container.sub main .sub_content .how_faq#s_faq .content_wrap .accordion .content ul {
  margin-top: 20px;
}
.container.sub main .sub_content .how_faq#s_faq .content_wrap .accordion .content ul li {
  color: #707070;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0;
  line-height: 1.65;
  padding-right: 60px;
  font-weight: 500;
  list-style: inside;
  list-style-type: disc;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .how_faq#s_faq .content_wrap .accordion .content ul li {
    font-size: 14px;
    font-size: 0.875rem;
    padding-right: 0;
    margin-bottom: 5px;
  }
}
.container.sub main .sub_content .how_faq#s_faq .content_wrap .accordion .toggle:checked + .Label + .content {
  height: auto;
  padding: 0 0 30px 60px;
  transition: all 0.3s;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .how_faq#s_faq .content_wrap .accordion .toggle:checked + .Label + .content {
    padding: 0 0 30px 0;
  }
}
.container.sub main .sub_content .how_faq#s_faq .content_wrap .accordion .toggle:checked + .Label::after {
  transform: translateY(-5px) rotate(-90deg) !important;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content .how_faq#s_faq .content_wrap .accordion .toggle:checked + .Label::after {
    transform: translateY(-5.4px) rotate(-90deg) !important;
  }
}
.container.sub main .sub_content #p_content .content_wrap {
  width: 85vw;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 160px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #p_content .content_wrap {
    padding-top: 90px;
  }
}
.container.sub main .sub_content #p_content .content_wrap dl {
  margin-bottom: 50px;
}
.container.sub main .sub_content #p_content .content_wrap dl dt {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #p_content .content_wrap dl dt {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.44;
  }
}
.container.sub main .sub_content #p_content .content_wrap dl dd {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 25px;
  line-height: 1.65;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #p_content .content_wrap dl dd {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 15px;
  }
}
.container.sub main .sub_content #p_content .content_wrap dl dd ul {
  margin-top: 25px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #p_content .content_wrap dl dd ul {
    margin-top: 20px;
  }
}
.container.sub main .sub_content #p_content .content_wrap dl dd ul li {
  color: #707070;
  list-style: inside;
  list-style-type: disc;
  margin-bottom: 10px;
}
@media only screen and (max-width: 519px) {
  .container.sub main .sub_content #p_content .content_wrap dl dd ul li {
    line-height: 1.4;
  }
}/*# sourceMappingURL=style.css.map */