@charset "UTF-8";
@import url("//use.typekit.net/aot1ggt.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
/*
font-family: $font-min;
300 400 500 600 700
*/
/*
font-family: $font-en;
300 400 600
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css);
* {
  box-sizing: border-box;
}

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*!
* ress.css • v1.1.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

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

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

ul,
ol {
  list-style: none;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

address,
em {
  font-style: normal;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  rt:not(:target) {
    position: relative;
    top: -0.7em;
    /* IE10（\9なしでIE11にも適用） */
  }
}
/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom;
}

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

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

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

/* # =================================================================
# Accessibility
# ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

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

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

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

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

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

ul {
  letter-spacing: -0.4em;
}
ul li {
  letter-spacing: normal;
}

/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
  margin-top: 0 !important;
}

body {
  color: #000;
  font-family: "yu-gothic-pr6n", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  overflow-x: hidden;
  /*
  min-width: 1200px;
  */
}

p,
li,
dl,
dt,
dd {
  line-height: 2.2;
  letter-spacing: 0.06em;
}

th,
td {
  line-height: 2;
  letter-spacing: 0.06em;
}

#wpadminbar {
  z-index: 10000000000;
}

a,
a:link,
a:hover,
a:focus {
  color: #000;
  transition: 0.3s;
  text-decoration: underline;
  cursor: pointer;
  outline: none;
}

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

img {
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  -webkit-transform: translateZ(0);
}

img[src$=".svg"] {
  width: 100%;
}

*:focus {
  outline: none;
}

::-moz-selection {
  background-color: #f0f0f0;
  color: #333;
  /* Safari */
}

::selection {
  background-color: #f0f0f0;
  color: #333;
  /* Safari */
}

::-moz-selection {
  background-color: #f0f0f0;
  color: #333;
  /* Firefox */
}

/* compo
   ==================================== */
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?sfjwxg");
  src: url("fonts/icomoon.eot?sfjwxg#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?sfjwxg") format("truetype"), url("fonts/icomoon.woff?sfjwxg") format("woff"), url("fonts/icomoon.svg?sfjwxg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: "\ea3c";
}

.item01 {
  order: 1;
}

.item02 {
  order: 2;
}

.bg_w {
  background: linear-gradient(180deg, transparent 50%, #fff 50%, #fff 100%);
}

.common_mv {
  background: url(../../../assets/img/common/common_mv.jpg) no-repeat center center/cover;
  height: 35rem;
  display: flex;
  align-items: center;
  padding: 7rem 3rem 3rem;
}
.common_mv .en {
  display: block;
  font-family: "Roboto", serif;
  font-style: italic;
  position: relative;
  font-size: 1rem;
}
.common_mv .en::after {
  position: absolute;
  content: "";
  left: -25px;
  top: 5px;
  background: #FF3933;
  width: 15px;
  height: 2px;
  transform: translateY(-50%);
}
.common_mv .common_ttl {
  padding-left: 15px;
  font-size: 2.4rem;
  margin-top: 3rem;
}
.common_mv .common_ttl small {
  font-size: 2.2rem;
}
.common_mv .common_ttl .big_txt {
  display: block;
  margin-top: 20px;
}

.breadcrumbs {
  padding: 30px 15px;
}
.breadcrumbs .flex {
  display: flex;
  flex-wrap: nowrap;
}
.breadcrumbs .flex li {
  padding-right: 20px;
  position: relative;
}
.breadcrumbs .flex li::after {
  position: absolute;
  content: "|";
  right: 10px;
  top: 0;
}
.breadcrumbs .flex li:last-child {
  padding-right: 20px;
}
.breadcrumbs .flex li:last-child::after {
  display: none;
}

.movie .txt {
  padding-left: 15px;
  margin-top: 40px;
}
.movie .movie_cont {
  max-width: 600px;
  height: 300px;
  margin: 60px auto;
}

.sitepolicy .bg_ttl {
  background-color: #DDF4FF;
  font-size: 16px;
  padding: 15px;
  border-radius: 5px;
  margin: 60px 0 15px;
}
.sitepolicy .indent {
  margin-bottom: 20px;
  padding-left: 12px;
}
.sitepolicy .indent li {
  padding-left: 12px;
  text-indent: -12px;
}
.sitepolicy .indent_txt {
  padding-left: 12px;
  text-indent: -12px;
  margin-bottom: 10px;
}
.sitepolicy .txt {
  padding-left: 15px;
}

@media only screen and (min-width: 769px) {
  .item01 {
    order: 2;
  }
  .item02 {
    order: 1;
  }
  .common_mv {
    background: url(../../../assets/img/common/common_mv.jpg) no-repeat center center/cover;
    height: 40rem;
  }
  .common_mv .en {
    font-size: 1.5rem;
  }
  .common_mv .en::after {
    left: -35px;
    top: 5px;
    width: 25px;
  }
  .common_mv .common_ttl {
    font-size: 3.5rem;
    padding-left: 35px;
    margin-top: 7rem;
  }
  .common_mv .common_ttl small {
    font-size: 3.5rem;
  }
  .movie .txt {
    padding-left: 35px;
  }
  .movie .movie_cont {
    height: 400px;
  }
  .sitepolicy .bg_ttl {
    font-size: 18px;
  }
  .sitepolicy .txt {
    padding-left: 35px;
  }
  .sitepolicy .indent {
    padding-left: 32px;
  }
}
.contents {
  background: #FFF;
  margin: 0 auto;
  padding: 100px 30px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cont_inr {
  max-width: 1080px;
  margin: auto;
  width: 100%;
}

.min {
  font-family: "Shippori Mincho", serif;
  font-weight: 550;
}

.en {
  font-family: "Roboto", serif;
}

.cont-ttl {
  font-size: 3rem;
  line-height: 1.4;
}
.cont-ttl .min {
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  font-weight: 550;
}
.cont-ttl .en {
  font-size: 1rem;
  font-family: "Roboto", serif;
  font-style: italic;
  font-weight: 100;
  display: block;
  margin-top: 2rem;
}

.continr_ttl {
  padding-left: 25px;
  font-size: 2.4rem;
  line-height: 1.6;
}
.continr_ttl .en {
  display: block;
  font-family: "Roboto", serif;
  font-style: italic;
  position: relative;
  font-size: 1rem;
}
.continr_ttl .en::after {
  position: absolute;
  content: "";
  left: -25px;
  top: 5px;
  background: #FF3933;
  width: 15px;
  height: 2px;
  transform: translateY(-50%);
}

.ttl-wrap .cont-ttl_en {
  padding-left: 3rem;
  position: relative;
  font-size: 1.8rem;
  font-weight: 800;
  font-style: italic;
  font-family: "Roboto", serif;
  display: block;
  margin-bottom: 2rem;
}
.ttl-wrap .cont-ttl_en:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #ff3832;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ttl-wrap .cont-ttl {
  padding-left: 3rem;
  font-size: 2.8rem;
  line-height: 1.3;
}
.ttl-wrap .cont-ttl .min {
  font-size: 4.5rem;
}

@media only screen and (min-width: 769px) {
  .contents {
    padding: 100px 30px;
  }
  .cont-ttl {
    font-size: 3rem;
  }
  .cont-ttl .min {
    font-size: 4rem;
  }
  .continr_ttl {
    font-size: 3.5rem;
    padding-left: 35px;
  }
  .continr_ttl .en {
    font-size: 1.5rem;
  }
  .continr_ttl .en::after {
    left: -35px;
    top: 15px;
    width: 25px;
  }
  .ttl-wrap .cont-ttl_en {
    padding-left: 4rem;
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }
  .ttl-wrap .cont-ttl_en:after {
    width: 25px;
  }
  .ttl-wrap .cont-ttl {
    padding-left: 4rem;
    font-size: 3.5rem;
  }
  .ttl-wrap .cont-ttl .min {
    font-size: 4.5rem;
  }
}
@media only screen and (min-width: 1080px) {
  .cont-ttl {
    font-size: 4rem;
  }
  .cont-ttl .min {
    font-size: 5rem;
  }
  .ttl-wrap .cont-ttl_en {
    font-size: 1.8rem;
  }
  .ttl-wrap .cont-ttl {
    font-size: 4.5rem;
  }
  .ttl-wrap .cont-ttl .min {
    font-size: 5.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .cont-ttl {
    margin-bottom: 4rem;
  }
  .ttl-wrap {
    margin-bottom: 4rem;
  }
  .ttl-wrap .cont-ttl {
    margin-bottom: 0;
  }
}
/* Responsive Start */
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
    letter-spacing: 0.03em;
    padding-bottom: 0;
    min-width: auto;
  }
  p,
  li,
  dl,
  dt,
  dd {
    line-height: 2;
    letter-spacing: 0.03em;
  }
  th,
  td {
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
  #topcontrol {
    bottom: 20px !important;
    right: 20px !important;
    z-index: 8;
  }
  body.open #topcontrol {
    opacity: 0 !important;
    transition: 0.5s;
  }
}
.blur {
  animation-name: blurAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.blurTrigger {
  opacity: 0;
}

.fadeinKTrigger {
  opacity: 0;
  transform: translate(0px, 30px);
}

.fadeinK {
  animation-name: fadeInUpK;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(20px);
    transform: scale(1.1);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeInUpK {
  0% {
    opacity: 0;
    transform: translate(0px, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/* Basic
   ==================================== */
.font10 {
  font-size: 10px;
  font-size: 1rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .font10 {
    font-size: 10px;
    font-size: 1rem;
  }
}

.font11 {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .font11 {
    font-size: 10px;
    font-size: 1rem;
  }
}

.font12 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .font12 {
    font-size: 10px;
    font-size: 1rem;
  }
}

.font13 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .font13 {
    font-size: 10px;
    font-size: 1rem;
  }
}

.font14 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .font14 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.font15 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .font15 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.font16 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .font16 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.font17 {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .font17 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.font18 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .font18 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.font19 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .font19 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.font20 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .font20 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.center {
  text-align: center;
}

.cmnAnc {
  display: inline-block;
  height: 1px;
}

.graySmall {
  color: #999;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .graySmall {
    font-size: 10px;
    font-size: 1rem;
  }
}

.hvBtn,
.hvBtns a {
  transition: 0.2s;
}

.hvBtn:hover,
.hvBtns a:hover {
  opacity: 0.7;
}

.bscImg {
  height: auto;
  max-width: 100%;
}

.vAT {
  vertical-align: top !important;
}

.vAM {
  vertical-align: middle !important;
}

.vAB {
  vertical-align: bottom !important;
}

.red {
  color: red;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.icon {
  margin-right: 3px;
  vertical-align: middle;
  margin-top: -1px;
}

@media only screen and (min-width: 769px) {
  .spHide {
    display: inline-block;
  }
  .spDisp {
    display: none;
  }
  .top0 {
    margin-top: 0 !important;
  }
  .top5 {
    margin-top: 5px !important;
  }
  .top10 {
    margin-top: 10px !important;
  }
  .top15 {
    margin-top: 15px !important;
  }
  .top20 {
    margin-top: 20px !important;
  }
  .top25 {
    margin-top: 25px !important;
  }
  .top30 {
    margin-top: 30px !important;
  }
  .top35 {
    margin-top: 35px !important;
  }
  .top40 {
    margin-top: 40px !important;
  }
  .top45 {
    margin-top: 40px !important;
  }
  .top50 {
    margin-top: 40px !important;
  }
  .btm0 {
    margin-bottom: 0 !important;
  }
  .btm5,
  .btm05 {
    margin-bottom: 5px !important;
  }
  .btm10 {
    margin-bottom: 10px !important;
  }
  .btm15 {
    margin-bottom: 15px !important;
  }
  .btm20 {
    margin-bottom: 20px !important;
  }
  .btm25 {
    margin-bottom: 25px !important;
  }
  .btm30 {
    margin-bottom: 30px !important;
  }
  .btm35 {
    margin-bottom: 35px !important;
  }
  .btm40 {
    margin-bottom: 40px !important;
  }
  .btm45 {
    margin-bottom: 45px !important;
  }
  .btm50 {
    margin-bottom: 50px !important;
  }
  .btm55 {
    margin-bottom: 55px !important;
  }
  .btm60 {
    margin-bottom: 60px !important;
  }
  .btm65 {
    margin-bottom: 65px !important;
  }
  .btm70 {
    margin-bottom: 70px !important;
  }
  .btm75 {
    margin-bottom: 75px !important;
  }
  .btm80 {
    margin-bottom: 80px !important;
  }
  .btm85 {
    margin-bottom: 85px !important;
  }
  .btm90 {
    margin-bottom: 90px !important;
  }
  .btm95 {
    margin-bottom: 95px !important;
  }
  .btm100 {
    margin-bottom: 100px !important;
  }
  .btm110 {
    margin-bottom: 110px !important;
  }
  .btm120 {
    margin-bottom: 120px !important;
  }
  .pT0 {
    padding-top: 0 !important;
  }
  .pT5 {
    padding-top: 5px !important;
  }
  .pT10 {
    padding-top: 10px !important;
  }
  .pT15 {
    padding-top: 15px !important;
  }
  .pT20 {
    padding-top: 20px !important;
  }
  .pT25 {
    padding-top: 25px !important;
  }
  .pT30 {
    padding-top: 30px !important;
  }
  .pT35 {
    padding-top: 35px !important;
  }
  .pT40 {
    padding-top: 40px !important;
  }
  .pT45 {
    padding-top: 45px !important;
  }
  .pT50 {
    padding-top: 50px !important;
  }
  .pT55 {
    padding-top: 55px !important;
  }
  .pT60 {
    padding-top: 60px !important;
  }
  .pT65 {
    padding-top: 65px !important;
  }
  .pT70 {
    padding-top: 70px !important;
  }
  .pT75 {
    padding-top: 75px !important;
  }
  .pT80 {
    padding-top: 80px !important;
  }
  .pT85 {
    padding-top: 85px !important;
  }
  .pT90 {
    padding-top: 90px !important;
  }
  .pT95 {
    padding-top: 95px !important;
  }
  .pT100 {
    padding-top: 100px !important;
  }
  .pB0 {
    padding-bottom: 0 !important;
  }
  .pB5 {
    padding-bottom: 5px !important;
  }
  .pB10 {
    padding-bottom: 10px !important;
  }
  .pB15 {
    padding-bottom: 15px !important;
  }
  .pB20 {
    padding-bottom: 20px !important;
  }
  .pB30 {
    padding-bottom: 30px !important;
  }
  .pB40 {
    padding-bottom: 40px !important;
  }
  .lm5 {
    margin-left: 5px !important;
  }
  .lm10 {
    margin-left: 10px !important;
  }
  .lm15 {
    margin-left: 15px !important;
  }
  .lm20 {
    margin-left: 20px !important;
  }
  .lm50 {
    margin-left: 50px !important;
  }
  .lm60 {
    margin-left: 60px !important;
  }
  .lm70 {
    margin-left: 70px !important;
  }
  .rm5 {
    margin-right: 5px !important;
  }
  .rm10 {
    margin-right: 10px !important;
  }
  .rm15 {
    margin-right: 15px !important;
  }
  .rm20 {
    margin-right: 20px !important;
  }
  .w5 {
    width: 5% !important;
  }
  .w10 {
    width: 10% !important;
  }
  .w15 {
    width: 15% !important;
  }
  .w18 {
    width: 18% !important;
  }
  .w20 {
    width: 20% !important;
  }
  .w25 {
    width: 25% !important;
  }
  .w30 {
    width: 30% !important;
  }
  .w35 {
    width: 35% !important;
  }
  .w40 {
    width: 40% !important;
  }
  .w41 {
    width: 41% !important;
  }
  .w42 {
    width: 42% !important;
  }
  .w43 {
    width: 43% !important;
  }
  .w44 {
    width: 44% !important;
  }
  .w45 {
    width: 45% !important;
  }
  .w46 {
    width: 46% !important;
  }
  .w47 {
    width: 47% !important;
  }
  .w48 {
    width: 48% !important;
  }
  .w49 {
    width: 49% !important;
  }
  .w50 {
    width: 50% !important;
  }
  .w51 {
    width: 51% !important;
  }
  .w52 {
    width: 52% !important;
  }
  .w53 {
    width: 53% !important;
  }
  .w54 {
    width: 54% !important;
  }
  .w55 {
    width: 55% !important;
  }
  .w60 {
    width: 60% !important;
  }
  .w65 {
    width: 65% !important;
  }
  .w70 {
    width: 70% !important;
  }
  .w75 {
    width: 75% !important;
  }
  .w80 {
    width: 80% !important;
  }
  .w85 {
    width: 85% !important;
  }
  .w90 {
    width: 90% !important;
  }
  .w95 {
    width: 95% !important;
  }
  .wfull {
    width: 100% !important;
  }
  .w100 {
    width: 100px;
  }
  .w150 {
    width: 150px;
  }
  .w200 {
    width: 200px;
  }
  .w250 {
    width: 250px;
  }
  .w300 {
    width: 300px;
  }
  .w350 {
    width: 350px;
  }
  .w400 {
    width: 400px;
  }
  .w450 {
    width: 450px;
  }
  .w500 {
    width: 500px;
  }
  .w550 {
    width: 550px;
  }
  .w600 {
    width: 600px;
  }
}
@media only screen and (max-width: 768px) {
  /*
  .cmnAnc {
  display: inline;
  padding-top: 60px;
  margin-top: -60px;
  }
  */
  .graySmall {
    color: #999;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    font-weight: 600;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .graySmall {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .spImg {
    height: auto;
    width: 100%;
  }
  .spCenter {
    text-align: center;
  }
  .spLeft {
    text-align: left !important;
  }
  .top10 {
    margin-top: 5px !important;
  }
  .top15 {
    margin-top: 5px !important;
  }
  .top20 {
    margin-top: 10px !important;
  }
  .top25 {
    margin-top: 10px !important;
  }
  .top30 {
    margin-top: 15px !important;
  }
  .top35 {
    margin-top: 15px !important;
  }
  .top40 {
    margin-top: 20px !important;
  }
  .btm0 {
    margin-bottom: 0 !important;
  }
  .btm5 {
    margin-bottom: 5px !important;
  }
  .btm10 {
    margin-bottom: 5px !important;
  }
  .btm15 {
    margin-bottom: 10px !important;
  }
  .btm20 {
    margin-bottom: 15px !important;
  }
  .btm25 {
    margin-bottom: 20px !important;
  }
  .btm30 {
    margin-bottom: 20px !important;
  }
  .btm35 {
    margin-bottom: 20px !important;
  }
  .btm40 {
    margin-bottom: 30px !important;
  }
  .btm45 {
    margin-bottom: 30px !important;
  }
  .btm50 {
    margin-bottom: 30px !important;
  }
  .btm55 {
    margin-bottom: 30px !important;
  }
  .btm60 {
    margin-bottom: 30px !important;
  }
  .btm65 {
    margin-bottom: 30px !important;
  }
  .btm70 {
    margin-bottom: 35px !important;
  }
  .btm75 {
    margin-bottom: 35px !important;
  }
  .btm80 {
    margin-bottom: 40px !important;
  }
  .btm85 {
    margin-bottom: 40px !important;
  }
  .btm90 {
    margin-bottom: 50px !important;
  }
  .btm95 {
    margin-bottom: 50px !important;
  }
  .btm100 {
    margin-bottom: 50px !important;
  }
  .btm110 {
    margin-bottom: 55px !important;
  }
  .btm120 {
    margin-bottom: 60px !important;
  }
  .pT0 {
    padding-top: 0 !important;
  }
  .pT5 {
    padding-top: 5px !important;
  }
  .pT10 {
    padding-top: 5px !important;
  }
  .pT15 {
    padding-top: 10px !important;
  }
  .pT20 {
    padding-top: 10px !important;
  }
  .pT25 {
    padding-top: 15px !important;
  }
  .pT30 {
    padding-top: 15px !important;
  }
  .pT35 {
    padding-top: 15px !important;
  }
  .pT40 {
    padding-top: 20px !important;
  }
  .pT45 {
    padding-top: 20px !important;
  }
  .pT50 {
    padding-top: 25px !important;
  }
  .pT55 {
    padding-top: 25px !important;
  }
  .pT60 {
    padding-top: 30px !important;
  }
  .pT65 {
    padding-top: 30px !important;
  }
  .pT70 {
    padding-top: 35px !important;
  }
  .pT75 {
    padding-top: 35px !important;
  }
  .pT80 {
    padding-top: 40px !important;
  }
  .pT85 {
    padding-top: 40px !important;
  }
  .pT90 {
    padding-top: 50px !important;
  }
  .pT95 {
    padding-top: 50px !important;
  }
  .pT100 {
    padding-top: 50px !important;
  }
  .pB0 {
    padding-bottom: 0 !important;
  }
  .pB5 {
    padding-bottom: 5px !important;
  }
  .pB10 {
    padding-bottom: 5px !important;
  }
  .pB15 {
    padding-bottom: 5px !important;
  }
  .pB20 {
    padding-bottom: 10px !important;
  }
  .pB30 {
    padding-bottom: 10px !important;
  }
  .pB40 {
    padding-bottom: 10px !important;
  }
  .lm5 {
    margin-left: 5px !important;
  }
  .lm10 {
    margin-left: 5px !important;
  }
  .lm15 {
    margin-left: 5px !important;
  }
  .lm20 {
    margin-left: 10px !important;
  }
  .lm50 {
    margin-left: 20px !important;
  }
  .lm60 {
    margin-left: 30px !important;
  }
  .lm70 {
    margin-left: 30px !important;
  }
  .rm5 {
    margin-right: 5px !important;
  }
  .rm10 {
    margin-right: 5px !important;
  }
  .rm15 {
    margin-right: 5px !important;
  }
  .rm20 {
    margin-right: 10px !important;
  }
  .spBtm0 {
    margin-bottom: 0 !important;
  }
  .spBtm5 {
    margin-bottom: 5px !important;
  }
  .spBtm10 {
    margin-bottom: 10px !important;
  }
  .spBtm15 {
    margin-bottom: 15px !important;
  }
  .spBtm20 {
    margin-bottom: 20px !important;
  }
  .spBtm25 {
    margin-bottom: 25px !important;
  }
  .spBtm30 {
    margin-bottom: 30px !important;
  }
  .spBtm35 {
    margin-bottom: 35px !important;
  }
  .spBtm40 {
    margin-bottom: 40px !important;
  }
  .spBtm45 {
    margin-bottom: 45px !important;
  }
  .spBtm50 {
    margin-bottom: 50px !important;
  }
  .spBtm60 {
    margin-bottom: 60px !important;
  }
  .spBtm70 {
    margin-bottom: 70px !important;
  }
  .spBtm80 {
    margin-bottom: 80px !important;
  }
  .spBtm90 {
    margin-bottom: 90px !important;
  }
  .spBtm100 {
    margin-bottom: 100px !important;
  }
  .spW100 {
    width: 100% !important;
  }
  .spHide {
    display: none;
  }
  .spDisp {
    display: inline-block;
  }
}
.throughHd .header::after {
  top: 0;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  transition: 0.2s;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
}
.header::after {
  position: fixed;
  left: 0;
  top: -120px;
  width: 100%;
  z-index: -1;
  content: "";
  height: 70px;
  background-color: #fff;
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.header a {
  text-decoration: none;
}
.header .hdL {
  display: flex;
  align-items: center;
  padding-left: 3vw;
  width: 360px;
  z-index: 1000;
}
.header .hdL .hdLogo {
  width: 230px;
}
.header .hdL .hdLogo a {
  display: block;
}
.header .hdL .c-link {
  width: 110px;
}
.header .hdL .c-link a {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 1rem;
  letter-spacing: -0.2rem;
  padding: 1rem 0.5rem;
  text-align: center;
  line-height: 1;
}
.header .hdR {
  display: flex;
  justify-content: flex-end;
  padding-right: 4vw;
  z-index: 7;
}
.header .hdR .link_list span {
  font-weight: 600;
}
.header .hdR .entry_btn {
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.header .hdR .entry_btn a {
  background: #ff544f;
  background: linear-gradient(90deg, #ff544f 0%, #ff544f 50%, #fad126 100%);
  background-position: 100% 0;
  background-size: 200% auto;
  border-radius: 50px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 8px 12px;
  position: relative;
  text-decoration: none;
  transition: 0.2s;
  text-align: center;
  min-height: 50px;
  overflow: hidden;
}

@media only screen and (min-width: 900px) {
  .header::after {
    height: 90px;
  }
  .header .hdL {
    display: flex;
    align-items: center;
    padding-left: 3vw;
    width: 370px;
  }
  .header .hdL .hdLogo {
    width: 160px;
  }
  .header .hdL .c-link {
    margin-left: 2rem;
    width: 110px;
  }
  .header .hdL .c-link a:hover {
    background: rgb(255, 255, 255);
  }
  .header .hdR {
    padding-right: 2vw;
    width: calc(100% - 300px);
  }
  .header .hdR .link_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .header .hdR .link_list li {
    margin-right: 0.5rem;
    z-index: 10;
  }
  .header .hdR .link_list li span {
    padding: 0.5rem;
    font-size: 1.3rem;
    position: relative;
    z-index: 0;
  }
  .header .hdR .link_list li span:after {
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #ff544f;
    content: "";
    top: 0;
    border-radius: 30px;
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -1;
  }
  .header .hdR .link_list li span:hover::after {
    width: 100%;
  }
  .header .hdR .link_list li span:hover {
    color: #fff;
  }
  .header .hdR .link_list li:last-child {
    margin-right: 0;
  }
  .header .hdR .link_list .link_list-inr:hover .sub {
    opacity: 1;
    visibility: visible;
  }
  .header .hdR .link_list .sub {
    background: rgba(255, 255, 255, 0.8);
    left: 0;
    top: 90px;
    opacity: 0;
    position: absolute;
    text-align: center;
    visibility: hidden;
    display: flex;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    justify-content: center;
    z-index: -1;
  }
  .header .hdR .link_list .sub li {
    padding: 15px 20px;
    margin: 0 10px;
  }
  .header .hdR .link_list .sub a {
    color: #000;
    font-weight: 600;
  }
  .header .hdR .link_list .sub a:hover {
    color: #ff3630;
  }
  .header .hdR .entry_btn {
    width: 100px;
  }
  .header .hdR .entry_btn a {
    min-height: 40px;
    transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header .hdR .entry_btn a:hover {
    background-position: 0 0;
  }
}
@media only screen and (min-width: 1080px) {
  .header .hdL {
    padding-left: 3vw;
    width: 370px;
  }
  .header .hdL .hdLogo {
    width: 228px;
  }
  .header .hdL .c-link {
    margin-left: 2rem;
    width: 110px;
  }
  .header .hdR {
    padding-right: 4vw;
  }
  .header .hdR .link_list li span {
    padding: 1rem;
    font-size: 1.3rem;
  }
  .header .hdR .link_list li:last-child {
    margin-right: 0;
  }
  .header .hdR .entry_btn {
    width: 150px;
    margin-left: 2rem;
  }
  .header .hdR .entry_btn a {
    min-height: 50px;
  }
}
/* Responsive Start */
@media only screen and (max-width: 899px) {
  .header {
    display: flex;
    padding: 20px 0 17px;
    /*spNav*/
  }
  .header .spMenu {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 55px;
    height: 55px;
    right: 6px;
    top: 6.5px;
    z-index: 102000;
    background-color: #005aab;
    color: #fff;
    border-radius: 100vh;
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header .spMenu span {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    height: 2px;
    width: 30px;
    position: absolute;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header .spMenu span:nth-of-type(1) {
    top: 22px;
  }
  .header .spMenu span:nth-of-type(2) {
    top: 32px;
  }
  .header .spMenu.active span:nth-of-type(1) {
    transform: translateY(5px) translateX(-15px) rotate(-35deg);
  }
  .header .spMenu.active span:nth-of-type(2) {
    transform: translateY(-5px) translateX(-15px) rotate(35deg);
  }
  .header #spNav {
    height: 100%;
    transition: all 0.55s ease 0.25s;
    visibility: hidden;
    width: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 100000;
    overflow-y: scroll;
    background: rgba(255, 255, 255, 0.8);
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10rem 2rem 4rem;
    display: flex;
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
  .header #spNav::after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .header #spNav .link_list {
    width: 100%;
  }
  .header #spNav .link_list .link_list-ttl {
    width: 100%;
  }
  .header #spNav .link_list .link_list-ttl span {
    font-weight: 600;
    font-size: 1.8rem;
    padding: 1.6rem;
    display: block;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #ddd;
  }
  .header #spNav .link_list .sub {
    width: 100%;
    padding-left: 2rem;
    margin: 1rem 0 2rem;
  }
  .header #spNav .link_list .sub li a {
    padding: 1.2rem 0 1.2rem 3rem;
    display: block;
    position: relative;
    font-size: 1.8rem;
  }
  .header #spNav .link_list .sub li a:after {
    position: absolute;
    content: "";
    width: 1.5rem;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ff3630;
  }
  .header #spNav.active {
    visibility: visible;
    right: 0;
  }
  .header #spNav .fix-link {
    padding-left: 1.5rem;
    margin-bottom: 2rem;
  }
  .header #spNav .fix-link .fix-link-inr {
    margin-bottom: 1rem;
  }
  .header #spNav::before,
  .header #spNav::after {
    opacity: 0;
    transition: all 550ms ease 0.25s;
  }
  .header #spNav.active::before,
  .header #spNav.active::after {
    opacity: 1;
  }
  .header .hdL {
    display: flex;
    padding-left: 3vw;
    justify-content: space-between;
    width: 280px;
    z-index: 1000;
  }
  .header .hdL .hdLogo {
    width: 160px;
  }
  .header .hdL .hdLogo a {
    height: auto;
    width: 140px;
    margin-right: 5px;
  }
  .header .hdL .hdLogo img,
  .header .hdL .hdLogo svg {
    min-width: 140px;
  }
  .header .hdR {
    padding-right: 0;
    top: 20px;
  }
  .header .hdR .entry_btn a {
    font-size: 20px;
    height: 70px;
  }
  .header .hdR .hdContact a {
    font-size: 12px;
    padding: 4px 8px;
    transition: 0;
    min-height: 30px;
    min-width: 110px;
  }
  .spMenuSet {
    padding: 0 20px 10px;
    margin-left: 0;
  }
}
.footer {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.footer .contact_bg {
  background: url("../img/common/footer-contact-2.jpg") no-repeat center center/cover;
}
.footer .entry_cont {
  position: relative;
}
.footer .entry_cont::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: 1;
}
.footer .footer-contact-link .footer-contact-link-inr {
  width: 100%;
  display: block;
  padding: 6rem 3rem;
  text-align: center;
  color: #fff;
}
.footer .footer-contact-link .footer-contact-link-inr.contact-inr {
  background: rgba(255, 255, 255, 0.15);
}
.footer .footer-contact-link .footer-contact-link-inr .inr_ttl {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.footer .footer-contact-link .footer-contact-link-inr .inr_ttl .en {
  font-size: 4rem;
  font-family: "Roboto", serif;
  display: block;
}
.footer .footer-contact-link .footer-contact-link-inr .entry_btn {
  cursor: pointer;
  position: relative;
  z-index: 1;
  max-width: 28rem;
  margin: auto;
}
.footer .footer-contact-link .footer-contact-link-inr .entry_btn a {
  background: #ff544f;
  background: linear-gradient(90deg, #ff544f 0%, #fad126 100%);
  border-radius: 50px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1 !important;
  padding: 25px 12px;
  position: relative;
  text-decoration: none;
  transition: 0.2s;
  text-align: center;
  min-height: 50px;
  overflow: hidden;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .footer .footer-contact-link .footer-contact-link-inr .entry_btn a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.footer .footer-contact-link .footer-contact-link-inr .contact_btn {
  cursor: pointer;
  position: relative;
  z-index: 1;
  max-width: 28rem;
  margin: auto;
}
.footer .footer-contact-link .footer-contact-link-inr .contact_btn a {
  background: transparent;
  border-radius: 50px;
  color: #FFF;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1 !important;
  padding: 25px 12px;
  position: relative;
  text-decoration: none;
  transition: 0.2s;
  text-align: center;
  min-height: 50px;
  overflow: hidden;
  border: 1px solid #fff;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .footer .footer-contact-link .footer-contact-link-inr .contact_btn a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.footer .footer-contact-link .footer-contact-link-inr .flex {
  display: flex;
  flex-wrap: wrap;
  max-width: 28rem;
  margin: 30px auto 0;
}
.footer .footer-contact-link .footer-contact-link-inr .flex li {
  width: 50%;
}
.footer .footer-contact-link .footer-contact-link-inr .flex li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.7rem;
  text-align: center;
  padding: 1rem;
}
.footer .ftInr {
  background: #111111;
  padding: 100px 30px 40px;
  position: relative;
}
.footer .ftInr .ftFlex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1260px;
  margin: 0 auto;
}
.footer .ftInr .ftFlex .c-link {
  max-width: 110px;
}
.footer .ftInr .ftFlex .c-link a {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  display: block;
  font-size: 1rem;
  letter-spacing: -0.2rem;
  padding: 1rem 0.5rem;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #fff;
}
.footer .ftInr .ftFlex .ftR {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 610px;
}
.footer .ftInr .ftFlex .ftR .ftList {
  padding: 0 0 0 10px;
  width: 50%;
}
.footer .ftInr .ftFlex .ftR .ftList > li {
  line-height: 1.8;
  margin-bottom: 20px;
}
.footer .ftInr .ftFlex .ftR .ftList > li > span,
.footer .ftInr .ftFlex .ftR .ftList > li > a {
  color: #FFF;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2;
  display: block;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 5px 0;
  text-decoration: none;
  transition: 0.2s;
}
@media only screen and (max-width: 768px) {
  .footer .ftInr .ftFlex .ftR .ftList > li > span,
  .footer .ftInr .ftFlex .ftR .ftList > li > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.footer .ftInr .ftFlex .ftR .ftList > li > a:hover {
  opacity: 0.7;
}
.footer .ftInr .ftFlex .ftR .ftList > li .sub > li > a {
  color: #FFF;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  display: block;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 4px 0;
  text-decoration: none;
  transition: 0.2s;
}
@media only screen and (max-width: 768px) {
  .footer .ftInr .ftFlex .ftR .ftList > li .sub > li > a {
    font-size: 10px;
    font-size: 1rem;
  }
}
.footer .ftInr .ftFlex .ftR .ftList > li .sub > li > a:hover {
  color: #ff3630;
}
.footer .ftInr .ftFlex .ftL .footer-copy {
  max-width: 20rem;
}
.footer .ftInr .ftFlex .ftBtm {
  text-align: right;
  width: 100%;
  color: rgba(255, 255, 255, 0.4);
  font-size: 1rem;
}
.footer a[target=_blank]:after {
  font-family: "Font Awesome 6 Free";
  content: "\f08e";
  font-weight: 900;
  margin: 0 8px;
}
.footer .footer-link-inr {
  overflow: hidden;
  z-index: 10;
  position: relative;
}

/* Responsive Start */
@media only screen and (min-width: 769px) {
  .footer .footer-contact-link {
    background: url("../img/common/footer-contact.jpg") no-repeat center center/cover;
  }
  .footer .footer-contact-link-inr {
    width: 100%;
  }
  .footer .footer-contact-link-inr .footer-link-inr {
    overflow: hidden;
    z-index: 10;
    position: relative;
  }
  .footer .footer-contact-link-inr .footer-link-inr:hover {
    opacity: 1;
  }
  .footer .footer-contact-link-inr:hover .footer-link-inr {
    width: 100%;
  }
  .footer .footer-contact-link-inr:hover .cont_bg {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .footer .footer-contact-link-inr .cont_bg {
    width: 100%;
    height: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.6s ease;
    clip: rect(auto, auto, auto, auto);
    z-index: 0;
    will-change: opacity;
  }
  .footer .footer-contact-link {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .footer-contact-link .cont_bg {
    height: 450px;
  }
  .footer .footer-contact-link .footer-contact-link-inr {
    width: 50%;
    padding: 8rem 3rem 9rem;
  }
  .footer .footer-contact-link .footer-contact-link-inr .inr_ttl {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 5rem;
  }
  .footer .footer-contact-link .footer-contact-link-inr .entry_btn a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    padding: 30px 12px;
    background: linear-gradient(90deg, #ff544f 0%, #ff544f 50%, #fad126 100%);
    background-position: 100% 0;
    background-size: 200% auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 768px) {
  .footer .footer-contact-link .footer-contact-link-inr .entry_btn a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 769px) {
  .footer .footer-contact-link .footer-contact-link-inr .entry_btn a:hover {
    background-position: 0 0;
  }
  .footer .footer-contact-link .footer-contact-link-inr .flex li a {
    position: relative;
    z-index: 0;
  }
  .footer .footer-contact-link .footer-contact-link-inr .flex li a::after {
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ff544f;
    content: "";
    bottom: 0;
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -1;
  }
  .footer .footer-contact-link .footer-contact-link-inr .flex li a:hover::after {
    width: 100%;
  }
  .footer .footer-contact-link .footer-contact-link-inr .flex li a:hover {
    color: #ff544f;
  }
  .footer .footer-contact-link .footer-contact-link-inr .contact_btn a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    padding: 30px 12px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 768px) {
  .footer .footer-contact-link .footer-contact-link-inr .contact_btn a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 769px) {
  .footer .footer-contact-link .footer-contact-link-inr .contact_btn a:hover {
    background: rgb(255, 255, 255);
    color: #ff544f;
  }
  .footer .footer-contact-link .footer-contact-link-inr a {
    padding: 8rem 3rem;
  }
  .footer .ftInr {
    padding: 140px 5vw 110px;
  }
  .footer .ftInr .ftFlex .ftR {
    width: calc(100% - 250px);
  }
  .footer .ftInr .ftFlex .ftR .ftList {
    width: 33%;
  }
  .footer .ftInr .ftFlex .c-link a:hover {
    background: rgb(255, 255, 255);
    color: #111111;
  }
  .footer a[target=_blank]:after {
    font-family: "Font Awesome 6 Free";
    content: "\f08e";
    font-weight: 900;
    margin: 0 8px;
  }
  .footer .ftBtm {
    margin-top: 13rem;
  }
}
@media only screen and (min-width: 1080px) {
  .footer .ftInr .ftFlex .ftR .ftList {
    width: 33%;
  }
}
@media only screen and (max-width: 768px) {
  .footer .footer-contact-link .footer-contact-link-inr.entry_cont {
    background: url(../img/common/footer-contact.jpg) no-repeat center center/cover;
  }
  .footer .footer-contact-link .footer-contact-link-inr.contact_cont {
    background: url(../img/common/footer-contact-2.jpg) no-repeat center center/cover;
  }
}
.ftFlex {
  display: block;
  margin: 0;
}
.ftFlex .ftLogo {
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}
.ftFlex .ftR {
  justify-content: space-between;
  width: 70%;
}
.ftFlex .ftR .ftList {
  padding: 0;
  width: 100%;
  width: 43%;
}
.ftFlex .ftR .ftList > li {
  line-height: 1.6;
  margin-bottom: 20px;
}
.ftFlex .ftR .ftList > li > span,
.ftFlex .ftR .ftList > li > a {
  padding: 5px 0;
  transition: 0;
}
.ftFlex .ftR .ftList > li > span:hover,
.ftFlex .ftR .ftList > li > a:hover {
  opacity: 1;
}
.ftFlex .ftR .ftList > li .sub > li > a {
  font-size: 9px;
  letter-spacing: -0.02em;
  transition: 0;
}
.ftFlex .ftR .ftList > li .sub > li > a:hover {
  opacity: 1;
}
.ftFlex .ftR .ftList:last-child {
  width: 52%;
}

@media only screen and (min-width: 769px) {
  .ftFlex {
    display: block;
    margin: 0;
  }
  .ftFlex .ftL {
    max-width: 230px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
  }
  .ftFlex .ftR {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .ftFlex .ftR .ftList {
    padding: 0;
    width: 100%;
    width: 43%;
  }
  .ftFlex .ftR .ftList > li {
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .ftFlex .ftR .ftList > li > span,
  .ftFlex .ftR .ftList > li > a {
    padding: 5px 0;
    transition: 0;
  }
  .ftFlex .ftR .ftList > li > span:hover,
  .ftFlex .ftR .ftList > li > a:hover {
    opacity: 1;
  }
  .ftFlex .ftR .ftList > li .sub > li > a {
    font-size: 9px;
    letter-spacing: -0.02em;
    transition: 0;
  }
  .ftFlex .ftR .ftList > li .sub > li > a:hover {
    opacity: 1;
  }
  .ftFlex .ftR .ftList:last-child {
    width: 52%;
  }
}
@media only screen and (max-width: 768px) {
  .footer .ftInr .ftFlex .ftR {
    margin: 6rem auto 0;
    max-width: 50rem;
  }
  .footer .ftInr .ftFlex .ftL {
    max-width: 28rem;
    margin: auto;
  }
  .footer .ftInr .ftFlex .ftL .footer-copy {
    margin: 40px auto 0;
  }
  .footer .ftInr .ftFlex .c-link {
    margin: auto;
  }
  .footer a[target=_blank]:after {
    font-family: "Font Awesome 6 Free";
    content: "\f08e";
    font-weight: 900;
    margin: 0 8px;
  }
  .footer .ftBtm {
    margin-top: 13rem;
  }
}/*# sourceMappingURL=common.css.map */