@charset "UTF-8";
/* ==========================================================================

COLOR

========================================================================== */
/* ==========================================================================

SCREEN

========================================================================== */
/* ==========================================================================

MODULE

========================================================================== */
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* flex */
.flex, .flexA, .flexB, .flexC {
  display: flex;
  flex-wrap: wrap;
}

.flexA {
  justify-content: space-around;
}

.flexB {
  justify-content: space-between;
}

.flexC {
  justify-content: center;
}

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

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

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  margin: 0 auto;
  width: 1200px;
}

@media all and (max-width: 896px) {
  .content {
    margin: 0 15px;
    width: auto;
  }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
  margin-bottom: 19px;
  padding-bottom: 3px;
  position: relative;
  color: #4B5644;
  font-size: 6.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.headLine01::after {
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #4B5644;
  border-radius: 50px;
  content: "";
}
.headLine01 .sml {
  margin-top: 72px;
  float: right;
  color: #323232;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

@media all and (max-width: 896px) {
  .headLine01 {
    margin-bottom: 29px;
    padding-bottom: 15px;
    font-size: 3.4rem;
  }
  .headLine01::after {
    height: 2px;
  }
  .headLine01 .sml {
    margin-top: -12px;
    display: block;
    float: none;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 374px) {
  .headLine01 {
    font-size: 2.8rem;
  }
}
/*------------------------------------------------------------
	popup01
------------------------------------------------------------*/
.popup01 {
  margin: 80px auto;
  width: 1200px;
  position: relative;
}
.popup01 .close {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(100%, -100%);
  cursor: pointer;
}
.popup01 .imgBox {
  padding: 81px 100px;
  background-color: #FFF;
  box-sizing: border-box;
}
.popup01 .imgBox .subBox:not(:last-of-type) {
  margin-bottom: 59px;
  padding-bottom: 74px;
  border-bottom: 3px solid #4B5644;
}
.popup01 .imgBox h2 {
  margin-bottom: 14px;
  color: #4B5644;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.popup01 .imgBox h2 .en {
  margin-bottom: -4px;
  display: block;
  font-size: 7rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.popup01 .imgBox .time {
  margin-bottom: 18px;
  padding: 5px 16px 8px;
  min-width: 280px;
  display: inline-block;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  border: 1px solid #4B5644;
  text-align: center;
  border-radius: 50px;
  box-sizing: border-box;
}
.popup01 .imgBox .pTop {
  margin-bottom: 58px;
  padding-bottom: 31px;
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.86;
  border-bottom: 3px solid #4B5644;
}
.popup01 .imgBox .subBox {
  display: flex;
  justify-content: space-between;
}
.popup01 .imgBox .photoBox {
  width: 520px;
}
.popup01 .imgBox .photoBox .dotList {
  margin-top: 11px;
  display: flex;
  justify-content: center;
}
.popup01 .imgBox .photoBox .dotList li {
  margin: 0 5px;
}
.popup01 .imgBox .photoBox .dotList button {
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(31, 53, 80, 0.2);
  font-size: 0;
}
.popup01 .imgBox .photoBox .dotList li.slick-active button {
  background: #4B5644;
}
.popup01 .imgBox .textBox {
  width: 430px;
}
.popup01 .imgBox h3 {
  margin-bottom: 9px;
  color: #333333;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.popup01 .imgBox h3 .en {
  display: block;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
}
.popup01 .imgBox dl {
  border-bottom: 1px solid #DBDBDB;
}
.popup01 .imgBox dt, .popup01 .imgBox dd {
  color: #333333;
  font-size: 1.5rem;
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}
.popup01 .imgBox dt {
  padding: 8px 0 0 10px;
  float: left;
  font-weight: 500;
}
.popup01 .imgBox dd {
  padding: 7px 0 10px 7.5em;
  border-top: 1px solid #DBDBDB;
}
.popup01 .imgBox dd p {
  line-height: 1.66;
}
.popup01 .imgBox dd p:not(:last-of-type) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DBDBDB;
}
.popup01 .imgBox .textBox .notes {
  margin-top: 14px;
  color: #333333;
  font-size: 1.3rem;
  text-align: right;
}
.popup01 .imgBox .textBox .link {
  margin-top: 10px;
  text-align: right;
}
.popup01 .imgBox .textBox .link a {
  color: #333;
  font-size: 1.3rem;
  text-decoration: underline;
}
.popup01 .imgBox .textBox p {
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}
.popup01 .arrow {
  margin: 25px 0 -60px;
  display: flex;
  justify-content: space-between;
}
.popup01 .arrow li {
  width: 31px;
}
.popup01 .arrow li img {
  width: 31px;
}
.popup01 .arrow li a:hover {
  opacity: 0.7;
}

@media all and (min-width: 897px) {
  .popup01 .close:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 896px) {
  .popup01 {
    margin: 50px 14px;
    width: auto;
  }
  .popup01 .close {
    width: 31px;
    height: 31px;
    position: absolute;
    right: 30px;
    top: -9px;
    transform: translate(100%, -100%);
    cursor: pointer;
  }
  .popup01 .imgBox {
    padding: 30px 20px 45px;
  }
  .popup01 .imgBox .subBox:not(:last-of-type) {
    margin-bottom: 39px;
    padding-bottom: 38px;
    border-bottom: 2px solid #4B5644;
  }
  .popup01 .imgBox h2 {
    margin-bottom: 11px;
    font-size: 1.2rem;
  }
  .popup01 .imgBox h2 .en {
    margin-bottom: 0;
    font-size: 4rem;
    letter-spacing: 0.05em;
  }
  .popup01 .imgBox .time {
    margin-bottom: 15px;
    padding: 7px 16px 9px;
    min-width: inherit;
    display: block;
    font-size: 1.2rem;
    text-align: center;
  }
  .popup01 .imgBox .pTop {
    margin-bottom: 24px;
    padding-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.69;
    letter-spacing: 0.04em;
    border-bottom: 0;
  }
  .popup01 .imgBox .subBox {
    display: block;
  }
  .popup01 .imgBox .photoBox {
    margin-bottom: 21px;
    width: auto;
  }
  .popup01 .imgBox .photoBox .dotList {
    margin-top: 0;
    display: flex;
    justify-content: center;
  }
  .popup01 .imgBox .photoBox .dotList li {
    margin: 0 4px;
  }
  .popup01 .imgBox .photoBox .dotList button {
    width: 8px;
    height: 8px;
  }
  .popup01 .imgBox .textBox {
    width: auto;
  }
  .popup01 .imgBox h3 {
    margin-bottom: 9px;
    font-size: 1.2rem;
  }
  .popup01 .imgBox h3 .en {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  .popup01 .imgBox dt, .popup01 .imgBox dd {
    font-size: 1.2rem;
  }
  .popup01 .imgBox dt {
    padding: 6px 0 0 6px;
  }
  .popup01 .imgBox dd {
    padding: 5px 0 6px 6.6em;
  }
  .popup01 .imgBox .textBox .notes {
    margin-top: 12px;
    font-size: 1.1rem;
    text-align: left;
  }
  .popup01 .imgBox .textBox .link {
    text-align: center;
  }
  .popup01 .arrow {
    margin: 11px 0 -40px;
    display: flex;
    justify-content: space-between;
  }
}
@media all and (max-width: 374px) {
  .popup01 .imgBox dt, .popup01 .imgBox dd {
    font-size: 1rem;
  }
}
/*------------------------------------------------------------
	popup02
------------------------------------------------------------*/
.popup02 {
  margin: 0 auto;
  width: 800px;
  position: relative;
}

.mfp-bg {
  opacity: 1;
  background: rgba(75, 86, 68, 0.85);
}

.popup02 .close {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(100%, -100%);
  cursor: pointer;
}
.popup02 .photoBox {
  padding-bottom: 32px;
  background-color: #FFF;
  position: relative;
}
.popup02 .photoBox .dotList {
  margin: 11px 0 18px;
  display: flex;
  justify-content: center;
}
.popup02 .photoBox .dotList li {
  margin: 0 5px;
}
.popup02 .photoBox .dotList button {
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(31, 53, 80, 0.2);
  font-size: 0;
}
.popup02 .photoBox .dotList li.slick-active button {
  background-color: #4B5644;
}
.popup02 h2 {
  padding: 0 40px;
  color: #333333;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.popup02 h2 .en {
  margin-bottom: 3px;
  display: block;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
}
.popup02 .arrow {
  position: absolute;
  bottom: 20px;
  right: 40px;
  display: flex;
}
.popup02 .arrow li:not(:last-of-type) {
  margin-right: 25px;
}
.popup02 .arrow li img {
  width: 31px;
}
.popup02 .arrow li a:hover {
  opacity: 0.7;
}

@media all and (min-width: 897px) {
  .popup02 .close:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 896px) {
  .popup02 {
    margin: 0 20px;
    width: auto;
  }
  .popup02 .close {
    width: 31px;
    height: 31px;
    position: absolute;
    right: 30px;
    top: -9px;
    transform: translate(100%, -100%);
    cursor: pointer;
  }
  .popup02 .photoBox {
    padding-bottom: 17px;
  }
  .popup02 .photoBox .dotList {
    margin: 0px 0 22px;
  }
  .popup02 .photoBox .dotList li {
    margin: 0 5px;
  }
  .popup02 .photoBox .dotList button {
    width: 8px;
    height: 8px;
  }
  .popup02 h2 {
    margin-bottom: 38px;
    padding: 0 20px;
  }
  .popup02 h2 .en {
    margin-bottom: 2px;
    font-size: 2.4rem;
  }
  .popup02 .arrow {
    position: static;
    justify-content: center;
  }
}
.mfp-wrap {
  position: fixed !important;
  height: 100% !important;
  overflow: auto;
  top: 0 !important;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
  font-family: "Noto Sans JP", sans-serif;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}
a:link {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}
a:visited, a:hover, a:active {
  color: #000;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1300px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.125;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
}
body.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#container {
  text-align: left;
}

#main {
  display: block;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 1.4rem;
    line-height: 2;
  }

  a:hover {
    opacity: 1 !important;
  }
  a:hover img {
    opacity: 1 !important;
  }

  .pc {
    display: none !important;
  }

  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding: 59px 0 54px;
  background-color: #4B5644;
  text-align: center;
}
@media only screen and (max-width: 896px) {
  #gFooter {
    padding: 41px 0 40px;
  }
}
#gFooter .logo {
  margin-bottom: 30px;
  margin-left: 10px;
}
@media only screen and (max-width: 896px) {
  #gFooter .logo {
    margin-left: 10px;
    margin-bottom: 25px;
  }
  #gFooter .logo img {
    width: 136px;
  }
}
#gFooter .logo a:hover {
  opacity: 0.7;
}
#gFooter .sns {
  margin-bottom: 30px;
}
@media only screen and (max-width: 896px) {
  #gFooter .sns {
    margin: 0 auto 15px;
    width: 24px;
  }
}
#gFooter .sns a:hover {
  opacity: 0.7;
}
#gFooter .fs-logo {
  margin-bottom: 30px;
}
@media only screen and (max-width: 896px) {
  #gFooter .fs-logo {
    margin: 0 auto 25px;
    width: 136px;
  }
}
#gFooter .fs-logo a:hover {
  opacity: 0.7;
}
#gFooter .footer-text-link {
  text-align: center;
}
@media only screen and (max-width: 896px) {
  #gFooter .footer-text-link {
    margin-bottom: 10px;
  }
}
#gFooter .footer-text-link > li {
  display: inline-block;
  margin-right: 20px;
}
#gFooter .footer-text-link > li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 896px) {
  #gFooter .footer-text-link > li {
    display: block;
    margin-right: 0;
    margin-bottom: 0px;
  }
  #gFooter .footer-text-link > li:last-child {
    margin-bottom: 0;
  }
}
#gFooter .footer-text-link > li a {
  color: #FFF;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  text-decoration: underline;
  line-height: 1;
}
@media only screen and (max-width: 896px) {
  #gFooter .footer-text-link > li a {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 897px) {
  #gFooter .footer-text-link > li a:hover {
    text-decoration: none;
  }
}
#gFooter address {
  color: #FFF;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  font-style: normal;
}
@media only screen and (max-width: 896px) {
  #gFooter address {
    font-size: 1.1rem;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 896px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*------------------------------------------------------------
	ローディング
------------------------------------------------------------*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #4B5644;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading .mainVisual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.loading .mainVisual .text .en {
  opacity: 0;
}
.loading .progress {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  height: 1px;
  background: #333333;
}
.loading .progress .progress_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.loading .progress .progress_inner .bar {
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition: all 1s cubic-bezier(0, 0, 0.58, 1);
}

body.index #container, body.index #gFooter {
  height: 0;
  overflow: hidden;
}

body.is-load .loading .progress .progress_inner .bar {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

body.is-loaded .loading .mainVisual {
  -webkit-animation: loader_fadeIn 1.5s cubic-bezier(0.42, 0, 1, 1) forwards 0.5s, reset_zindex 0s cubic-bezier(0.42, 0, 1, 1) forwards 4.5s;
  animation: loader_fadeIn 1.5s cubic-bezier(0.42, 0, 1, 1) forwards 0.5s, reset_zindex 0s cubic-bezier(0.42, 0, 1, 1) forwards 4.5s;
}
body.is-loaded .loading .progress {
  -webkit-animation: loader_fadeOut 0.5s cubic-bezier(0, 0, 0.58, 1) forwards 0.3s;
  animation: loader_fadeOut 0.5s cubic-bezier(0, 0, 0.58, 1) forwards 0.3s;
}

body.is-loadafter .loading {
  -webkit-animation: loader_fadeOut 0.5s cubic-bezier(0, 0, 0.58, 1) forwards 0.3s;
  animation: loader_fadeOut 0.5s cubic-bezier(0, 0, 0.58, 1) forwards 0.3s;
}
body.is-loadafter.index #container, body.is-loadafter.index #gFooter {
  height: inherit;
  overflow: inherit;
}

@-webkit-keyframes loader_fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes loader_fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes loader_fadeIn {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  to {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    visibility: visible;
  }
}
/*------------------------------------------------------------
	ANIMATION
------------------------------------------------------------*/
.fadeUp-ani {
  bottom: -50px;
  opacity: 0;
  position: relative;
  transition: all 1s 0.1s ease;
}
.fadeUp-ani.active {
  bottom: 0;
  opacity: 1;
}

/*------------------------------------------------------------
	モーダル修正
------------------------------------------------------------*/
.mfp-bg {
  background-color: rgba(75, 86, 68, 0.85);
}

.mfp-type.mfp-bg {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.mfp-type.mfp-bg.mfp-ready {
  opacity: 1;
}
.mfp-type.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-type.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.mfp-type.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-type.mfp-wrap.mfp-removing {
  opacity: 0;
}
.mfp-type.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.popup02 {
  margin: 80px auto;
}
@media only screen and (max-width: 896px) {
  .popup02 {
    margin: 50px 20px;
  }
}
.popup02 .map {
  display: none;
  padding: 0 40px;
  margin-top: 30px;
  max-width: 450px;
}
@media only screen and (max-width: 896px) {
  .popup02 .map {
    display: block;
    margin-top: 20px;
    padding: 0 110px 0 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 896px) {
  .popup02 h2 {
    margin-bottom: 0;
  }
}
.popup02 .arrow {
  margin-top: 30px;
  justify-content: center;
  position: static;
}
@media only screen and (max-width: 896px) {
  .popup02 .arrow {
    position: absolute;
    right: 20px;
  }
  .popup02 .arrow li {
    width: 23px;
  }
  .popup02 .arrow li:first-child {
    margin-right: 20px;
  }
}
.popup02.vol02 .map {
  max-width: 520px;
}
@media only screen and (max-width: 896px) {
  .popup02.vol02 .map {
    padding-right: 65px;
  }
}

#moviepopup {
  width: 80%;
}
@media only screen and (max-width: 896px) {
  #moviepopup {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
#moviepopup .ytwrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#moviepopup .ytwrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
  position: relative;
  height: 100vh;
}
.mainVisual .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.mainVisual .video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainVisual .text {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.mainVisual .text .logo {
  margin: 0 auto;
  width: 291px;
}
@media only screen and (max-width: 896px) {
  .mainVisual .text .logo {
    width: 60%;
    max-width: 200px;
  }
}
.mainVisual .text .logo a {
  display: block;
}
.mainVisual .text .logo img {
  width: 100%;
  height: auto;
}
.mainVisual .text p {
  color: #FFF;
  font-size: 4.4rem;
  font-weight: 600;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 896px) {
  .mainVisual .text p {
    margin-top: 37px;
    font-size: 2rem;
  }
}
.mainVisual .movie-popup-btn {
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%);
  z-index: 10;
}
.mainVisual .movie-popup-btn .movie-popup {
  display: block;
  width: 114px;
  margin: 0 auto;
}
@media only screen and (max-width: 896px) {
  .mainVisual .movie-popup-btn .movie-popup {
    margin-top: 20px;
  }
}
.mainVisual .movie-popup-btn .movie-popup img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 896px) {
  .mainVisual.spRelative {
    position: relative;
    height: auto;
    padding-top: 80px;
  }
  .mainVisual.spRelative .video {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 1;
  }
  .mainVisual.spRelative .video video {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .mainVisual.spRelative .text {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    z-index: 10;
  }
  .mainVisual.spRelative .text .logo {
    width: 60%;
    max-width: 200px;
    margin-bottom: 50px;
  }
  .mainVisual.spRelative .text .logo a {
    display: block;
  }
  .mainVisual.spRelative .text .logo img {
    width: 100%;
    height: auto;
  }
  .mainVisual.spRelative .text p {
    text-align: center;
    color: #333333;
    margin-top: 37px;
    font-size: 2rem;
    margin-bottom: 0;
  }
}

#main .sec01 {
  padding: 78px 0 82px;
  text-align: center;
}
@media only screen and (max-width: 896px) {
  #main .sec01 {
    padding: 10px 0 44px;
    background: none;
  }
}
#main .sec01 .photo {
  margin-bottom: 64px;
}
#main .sec01 .text h2 {
  margin-bottom: 30px;
  color: #4B5644;
  font-size: 6.4rem;
  line-height: 1.18;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main .sec02 {
  margin-top: -45px;
  padding-bottom: 94px;
  position: relative;
}
#main .sec02::after {
  width: 100%;
  height: calc(100% - 196px);
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #4B5644;
  content: "";
}
#main .sec02 ul {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main .sec02 ul::after {
  width: 374px;
  content: "";
}
#main .sec02 li {
  margin-top: 76px;
  width: 374px;
}
#main .sec02 li a:hover h2 {
  opacity: 0.7;
}
#main .sec02 li .photo {
  margin-bottom: 20px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
#main .sec02 li .photo::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(51, 51, 51, 0.5) url("../img/common/icon01.png") no-repeat center/60px;
  opacity: 0;
  transition: all 0.3s;
  content: "";
}
#main .sec02 li h2 {
  margin-bottom: 16px;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
#main .sec02 li h2 .en {
  margin-bottom: -4px;
  display: block;
  font-size: 3.3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
#main .sec02 li .title {
  margin-bottom: 12px;
  padding: 7px 0;
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  border: 1px solid #FFF;
  border-radius: 100px;
}
#main .sec02 li .txt {
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1.86;
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  text-align: justify;
  text-justify: distribute-all-lines;
}
#main .sec02 li.logo {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#main .sec02 li.logo img {
  margin: 0 -32px -37px 0;
}
#main .sec02 li .tag {
  margin-top: 10px;
  text-align: center;
}
#main .sec02 li .tag img {
  width: 374px;
}
#main .sec03 .bg {
  padding: 104px 0 74px;
  background-color: #F4F2EE;
}
#main .sec03 .tabList {
  margin-bottom: 27px;
  display: flex;
  justify-content: flex-end;
}
#main .sec03 .tabList li {
  width: 80px;
}
#main .sec03 .tabList li:not(:last-of-type) {
  margin-right: 10px;
}
#main .sec03 .tabList li a {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  background: rgba(75, 86, 68, 0.2);
  border-radius: 100px;
}
#main .sec03 .tabList li.on a {
  background: #4b5644;
}
#main .sec03 .tabBox {
  display: flex;
  justify-content: space-between;
}
#main .sec03 .tabBox .photo {
  position: relative;
}
#main .sec03 .tabBox .photo .img01 {
  position: absolute;
  top: 114px;
  right: 85px;
}
#main .sec03 .tabBox .photo .img02 {
  position: absolute;
  top: 151px;
  left: 121px;
}
#main .sec03 .tabBox .photo .img03 {
  position: absolute;
  top: 50px;
  left: 46px;
}
#main .sec03 .tabBox .photo .img04 {
  position: absolute;
  top: 8px;
  right: 38px;
}
#main .sec03 .tabBox .photo .img05 {
  position: absolute;
  top: 235px;
  right: 38px;
}
#main .sec03 .tabBox .photo .img06 {
  position: absolute;
  top: 433px;
  right: 38px;
}
#main .sec03 .tabBox .photo .img07 {
  position: absolute;
  top: 150px;
  left: 45px;
}
#main .sec03 .tabBox .photo .img08 {
  position: absolute;
  top: 15px;
  right: 35px;
}
#main .sec03 .linkList {
  margin-top: 42px;
  width: 448px;
  border-top: 3px solid #4B5644;
  border-bottom: 2px solid #4B5644;
}
#main .sec03 .linkList li a {
  padding: 11px 24px 13px;
  display: flex;
  align-content: center;
  color: #333333;
  border-bottom: 1px solid #4B5644;
  background: url("../img/index/sec03_icon01.png") no-repeat right 11px center/31px;
}
#main .sec03 .linkList li a .num {
  margin-right: 16px;
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
#main .sec03 .linkList li a .txt {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
}
#main .sec03 .linkList li a .txt .en {
  margin-bottom: 3px;
  display: block;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
#main .sec03 .photoList li {
  margin-right: 15px;
  width: 600px;
}
#main .sec04 {
  padding: 157px 0;
}
@media only screen and (max-width: 896px) {
  #main .sec04 {
    padding: 35px 0;
  }
}
#main .sec04 .headLine01 {
  margin-bottom: 0;
}
#main .sec05 .headLine01 {
  margin-bottom: 63px;
}
#main .sec05 .imgList {
  margin-top: -25px;
  display: flex;
  flex-wrap: wrap;
}
#main .sec05 .imgList li {
  margin-top: 25px;
  width: 282px;
  position: relative;
  text-align: center;
}
#main .sec05 .imgList li:not(:nth-of-type(4n)) {
  margin-right: 24px;
}
#main .sec05 .imgList li .tag {
  position: absolute;
  top: -9px;
  right: -10px;
}
#main .sec05 .imgList li .pho {
  margin-bottom: 20px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E9E9E9;
  border-radius: 5px;
}
#main .sec05 .imgList li .pho img {
  width: 230px;
}
#main .sec05 .imgList li p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4B5644;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.01em;
}
#main .sec06 {
  padding-top: 145px;
}
#main .sec06 .headLine01 {
  margin-bottom: 26px;
}
#main .sec06 p {
  margin-bottom: 10px;
  line-height: 1.5;
  color: #333333;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#main .sec06 p:last-of-type {
  margin-bottom: 84px;
}
#main .sec06 p.subtext {
  font-size: 1.4rem;
}
#main .sec06 .map {
  width: 100%;
  height: 500px;
}
#main .sec06 .map iframe {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}
#main .sec07 {
  padding: 116px 0 149px;
  background-color: #4B5644;
}
#main .sec07 h2 {
  color: #fff;
  font-size: 6.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#main .sec07 h2 .sml {
  margin-top: 72px;
  float: right;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#main .sec07 ul {
  display: flex;
  border-left: 4px solid #FFFFFF;
}
#main .sec07 li {
  width: 50%;
}
#main .sec07 li a {
  padding: 55px 0 70px;
  display: block;
  border-right: 4px solid #FFFFFF;
  border-bottom: 4px solid #FFFFFF;
  border-top: 4px solid #FFFFFF;
  text-align: center;
  color: #FFF;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-family: "Barlow", sans-serif;
  background: url("../img/common/icon02.png") no-repeat center bottom 42px/42px;
}
#main .sec07 li a:hover {
  opacity: 0.7;
}
#main .sec07 li.tel a {
  padding: 42px 0 35px;
  font-size: 4.1rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-family: "Barlow", sans-serif;
  background: none;
}
#main .sec07 li.tel a .time {
  margin-top: -16px;
  display: block;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
}
#main .sec08 {
  padding: 96px 0 100px;
}
#main .sec08 .headLine01 {
  margin-bottom: 0;
}
#main .sec08 dl {
  padding: 38px 20px 46px;
  border-bottom: 1px solid #DBDBDB;
}
#main .sec08 dl:nth-child(n+7) {
  display: none;
}
#main .sec08 dl:last-of-type {
  border-bottom: 3px solid #4B5644;
}
#main .sec08 dt,
#main .sec08 dd {
  display: flex;
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.86;
}
#main .sec08 dt {
  padding-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#main .sec08 dt .ttl {
  margin-right: 20px;
  color: #4B5644;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.06em;
}
#main .sec08 dd .ttl {
  margin-right: 20px;
  color: #4B5644;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.06em;
}
#main .sec08 .link {
  margin-top: 34px;
  text-align: center;
}
#main .sec08 .link a {
  color: #4B5644;
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .sec08 .link a img {
  margin-left: 10px;
  width: 30px;
}
#main .sec08 .link a:hover {
  opacity: 0.7;
}
#main .sec09 {
  padding-bottom: 100px;
  background-color: #F6F4F0;
  position: relative;
}
#main .sec09 h2 {
  margin-bottom: 21px;
  color: #323232;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  transform: translateY(-72px);
}
#main .sec09 h2 .en {
  margin-bottom: -20px;
  display: block;
  color: #4B5644;
  font-size: 6.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#main .sec09 .photoList li {
  margin: 0 50px;
  width: 1200px;
}
#main .sec09 .photoList li .flex {
  display: flex;
}
#main .sec09 .photoList li .photoBox {
  padding-bottom: 400px;
  width: 690px;
  background-size: cover;
  background-position: center;
  margin-bottom: 60px;
}
#main .sec09 .photoList li .textBox {
  width: calc(100% - 690px);
  position: relative;
}
#main .sec09 .photoList li .textBox .subBox {
  padding: 40px 28px 40px 40px;
  width: 580px;
  height: 380px;
  position: absolute;
  bottom: 0;
  left: -70px;
  background-color: #FFF;
  box-sizing: border-box;
}
#main .sec09 .photoList li .textBox .tag {
  margin-bottom: 22px;
  width: 180px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  background-color: #E98E00;
  border-radius: 100px;
}
#main .sec09 .photoList li .textBox .txt {
  margin-bottom: 20px;
  padding-left: 10px;
  color: #333333;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.67;
  text-decoration: underline;
}
#main .sec09 .photoList li .textBox .time {
  margin-bottom: 6px;
  padding-left: 10px;
  color: #333333;
  font-size: 1.5rem;
  font-width: 500;
  letter-spacing: 0.02em;
}
#main .sec09 .photoList li .textBox .link {
  text-align: right;
}
#main .sec09 .photoList li .textBox .link a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  color: #4B5644;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
#main .sec09 .photoList li .textBox .link a:hover {
  opacity: 0.7;
}
#main .sec09 .photoList li .textBox .link img {
  margin-left: 10px;
}
#main .sec09 .arrow {
  position: relative;
  margin: -15px auto 0;
  width: 1200px;
  display: flex;
  z-index: 10;
}
#main .sec09 .arrow li:not(:last-of-type) {
  margin-right: 25px;
}
#main .sec09 .arrow li img {
  width: 31px;
}
#main .sec09 .arrow li a:hover {
  opacity: 0.7;
}

@media all and (min-width: 897px) {
  #main .sec03 .tabList li a:hover {
    background: #4b5644;
  }
  #main .sec03 .linkList li a:hover {
    color: #FFF;
    background-color: #969E92;
    background-image: url("../img/common/icon01.png");
  }
}
@media all and (min-width: 897px) {
  #main .sec02 li a:hover .photo::after {
    opacity: 1;
  }
}
@media all and (max-width: 896px) {
  #main .sec01 .text h2 {
    margin-bottom: 14px;
    font-size: 3.8rem;
    line-height: 1.37;
  }
  #main .sec01 .text p {
    word-break: break-all;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    text-align: left;
  }
  #main .sec01 .photo {
    margin: 28px 5px 36px;
  }
  #main .sec01 .photo img {
    width: 100%;
  }
  #main .sec02 {
    margin-top: 0;
    padding-bottom: 11px;
  }
  #main .sec02::after {
    height: calc(100% - 107px);
  }
  #main .sec02 ul {
    margin: 0 5px;
    display: block;
  }
  #main .sec02 li {
    margin-top: 0;
    width: auto;
  }
  #main .sec02 li:not(:last-of-type) {
    margin-bottom: 45px;
  }
  #main .sec02 li .photo {
    margin-bottom: 10px;
  }
  #main .sec02 li .photo img {
    width: 100%;
  }
  #main .sec02 li .photo::after {
    opacity: 1;
    background: rgba(51, 51, 51, 0.3) url("../img/common/icon01.png") no-repeat center/40px;
  }
  #main .sec02 li h2 {
    margin-bottom: 17px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
  #main .sec02 li h2 .en {
    margin-bottom: -2px;
    display: block;
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
  }
  #main .sec02 li .title {
    margin-bottom: 16px;
    padding: 9px 0;
    font-size: 1.4rem;
  }
  #main .sec02 li .txt {
    font-size: 1.3rem;
    line-height: 1.69;
  }
  #main .sec02 li.logo {
    display: none;
  }
  #main .sec03 .bg {
    padding: 36px 0 59px;
  }
  #main .sec03 .content {
    padding: 0 8px;
  }
  #main .sec03 .tabList {
    margin-bottom: 36px;
    justify-content: space-between;
  }
  #main .sec03 .tabList li {
    width: 48%;
  }
  #main .sec03 .tabList li:not(:last-of-type) {
    margin-right: 0;
  }
  #main .sec03 .tabList li a {
    height: 34px;
  }
  #main .sec03 .tabBox {
    margin: 0 -2px;
    display: block;
  }
  #main .sec03 .tabBox .photo {
    margin: 0 auto;
    max-width: 333px;
  }
  #main .sec03 .tabBox .photo .img01 {
    width: 81px;
    top: 60px;
    right: 44px;
  }
  #main .sec03 .tabBox .photo .img02 {
    width: 144px;
    top: 78px;
    left: 63px;
  }
  #main .sec03 .tabBox .photo .img03 {
    width: 289px;
    top: 27px;
    left: 24px;
  }
  #main .sec03 .tabBox .photo .img04 {
    width: 228px;
    top: 4px;
    right: 20px;
  }
  #main .sec03 .tabBox .photo .img05 {
    width: 28px;
    top: 124px;
    right: 20px;
  }
  #main .sec03 .tabBox .photo .img06 {
    width: 23px;
    top: 225px;
    right: 20px;
  }
  #main .sec03 .tabBox .photo .img07 {
    width: 55px;
    top: 79px;
    left: 24px;
  }
  #main .sec03 .tabBox .photo .img08 {
    width: 95px;
    top: 8px;
    right: 17px;
  }
  #main .sec03 .linkList {
    margin-top: 24px;
    width: auto;
    border-top: 2px solid #4B5644;
    border-bottom: 0;
  }
  #main .sec03 .linkList li a {
    padding: 17px 19px 18px;
    display: flex;
    border-bottom: 1px solid #4B5644;
    background: url("../img/index/sec03_icon01.png") no-repeat right 0 center/31px;
  }
  #main .sec03 .linkList li a .num {
    margin-right: 8px;
    display: block;
    font-size: 1.8rem;
  }
  #main .sec03 .linkList li a .txt {
    font-size: 1.1rem;
  }
  #main .sec03 .linkList li a .txt .en {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  #main .sec03 .photoList li {
    margin-right: 5px;
    width: 240px;
  }
  #main .sec05 .content {
    margin: 0 18px;
  }
  #main .sec05 .headLine01 {
    margin-bottom: 34px;
  }
  #main .sec05 .imgList {
    margin-top: -9px;
    justify-content: space-between;
  }
  #main .sec05 .imgList li {
    margin-top: 9px;
    width: 47.76%;
  }
  #main .sec05 .imgList li:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  #main .sec05 .imgList li .tag {
    width: 36px;
    height: 36px;
    top: -6px;
    right: -8px;
  }
  #main .sec05 .imgList li .pho {
    margin-bottom: 6px;
    height: 114px;
    box-sizing: border-box;
  }
  #main .sec05 .imgList li .pho img {
    width: 130px;
  }
  #main .sec05 .imgList li p {
    font-size: 1.1rem;
  }
  #main .sec06 {
    padding-top: 44px;
  }
  #main .sec06 .content {
    margin: 0 18px;
  }
  #main .sec06 .headLine01 {
    margin-bottom: 16px;
  }
  #main .sec06 p {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  #main .sec06 p:last-of-type {
    margin-bottom: 23px;
  }
  #main .sec06 .map {
    height: 250px;
  }
  #main .sec07 {
    padding: 37px 0 60px;
  }
  #main .sec07 .content {
    margin: 0 18px;
  }
  #main .sec07 h2 {
    margin-bottom: 14px;
    font-size: 3.4rem;
  }
  #main .sec07 h2 .sml {
    margin-top: -13px;
    display: block;
    float: none;
    font-size: 1.4rem;
  }
  #main .sec07 ul {
    display: block;
    border-left: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
  }
  #main .sec07 li {
    width: auto;
  }
  #main .sec07 li a {
    padding: 30px 0 43px;
    display: block;
    border-right: 2px solid #FFFFFF;
    border-bottom: 0;
    border-top: 2px solid #FFFFFF;
    font-size: 1.7rem;
    background: url("../img/common/icon02.png") no-repeat center bottom 28px/22px;
  }
  #main .sec07 li.tel a {
    padding: 17px 0 23px;
    font-size: 2.6rem;
    background: none;
  }
  #main .sec07 li.tel a .time {
    margin-top: -9px;
    font-size: 1.2rem;
  }
  #main .sec08 {
    padding: 35px 0 80px;
  }
  #main .sec08 .content {
    margin: 0 20px;
  }
  #main .sec08 .headLine01 {
    margin-bottom: 0;
  }
  #main .sec08 dl {
    padding: 20px 0 24px;
    border-bottom: 2px solid #333;
  }
  #main .sec08 dl:nth-child(n+5) {
    display: none;
  }
  #main .sec08 dl:last-of-type {
    border-bottom: 2px solid #4B5644;
  }
  #main .sec08 dt,
#main .sec08 dd {
    display: flex;
    font-size: 1.3rem;
    line-height: 1.69;
  }
  #main .sec08 dt {
    padding-bottom: 8px;
    font-size: 1.6rem;
  }
  #main .sec08 dt .ttl {
    margin-right: 16px;
    font-size: 2.8rem;
    vertical-align: 4px;
  }
  #main .sec08 dd .ttl {
    margin-right: 16px;
    font-size: 2.8rem;
    vertical-align: 4px;
  }
  #main .sec08 .link {
    margin-top: 22px;
    text-align: center;
  }
  #main .sec08 .link a {
    color: #4B5644;
    font-weight: 500;
  }
  #main .sec08 .link a img {
    margin-left: 10px;
  }
  #main .sec09 {
    padding-bottom: 45px;
  }
  #main .sec09 .content {
    margin: 0 18px;
  }
  #main .sec09 h2 {
    margin-bottom: 6px;
    color: #1F3550;
    font-size: 1.4rem;
    transform: translateY(-38px);
  }
  #main .sec09 h2 .en {
    margin-bottom: -10px;
    color: #4B5644;
    font-size: 3.6rem;
  }
  #main .sec09 .photoList li {
    margin: 0 0 0 20px;
    width: 288px;
  }
  #main .sec09 .photoList li .flex {
    display: block;
  }
  #main .sec09 .photoList li .photoBox {
    margin-bottom: 0;
    width: auto;
  }
  #main .sec09 .photoList li .textBox {
    width: auto;
    position: relative;
  }
  #main .sec09 .photoList li .textBox .subBox {
    padding: 20px 20px 20px 20px;
    width: auto;
    height: auto;
    position: static;
  }
  #main .sec09 .photoList li .textBox .tag {
    margin-bottom: 10px;
    width: 130px;
    height: 28px;
    font-size: 1.3rem;
  }
  #main .sec09 .photoList li .textBox .txt {
    margin-bottom: 8px;
    padding-left: 0;
    font-size: 1.4rem;
    line-height: 1.57;
  }
  #main .sec09 .photoList li .textBox .time {
    margin-bottom: 14px;
    padding-left: 0;
    font-size: 1.1rem;
  }
  #main .sec09 .photoList li .textBox .link a {
    font-size: 1.1rem;
    line-height: 1;
  }
  #main .sec09 .photoList li .textBox .link img {
    margin-left: 10px;
  }
  #main .sec09 .arrow {
    margin: 15px auto 0;
    width: auto;
    display: flex;
    justify-content: center;
  }
}
@media all and (max-width: 374px) {
  #main .sec01 .text h2 {
    font-size: 3rem;
  }
  #main .sec03 .tabBox .photo {
    margin: 0 auto;
    max-width: 278px;
  }
  #main .sec03 .tabBox .photo .img01 {
    width: 68px;
    top: 49px;
    right: 37px;
  }
  #main .sec03 .tabBox .photo .img02 {
    width: 120px;
    top: 65px;
    left: 53px;
  }
  #main .sec03 .tabBox .photo .img03 {
    width: 242px;
    top: 22px;
    left: 20px;
  }
  #main .sec03 .tabBox .photo .img04 {
    width: 192px;
    top: 3px;
    right: 16px;
  }
  #main .sec03 .tabBox .photo .img05 {
    width: 24px;
    top: 102px;
    right: 16px;
  }
  #main .sec03 .tabBox .photo .img06 {
    width: 19px;
    top: 189px;
    right: 16px;
  }
  #main .sec03 .tabBox .photo .img07 {
    width: 45px;
    top: 65px;
    left: 20px;
  }
  #main .sec03 .tabBox .photo .img08 {
    width: 79px;
    top: 7px;
    right: 15px;
  }
  #main .sec04 .content > dl > dt .tag {
    margin-right: 10px;
    width: 60px;
    font-size: 1rem;
  }
  #main .sec05 .imgList li p {
    font-size: 1rem;
  }
}
/*------------------------------------------------------------
	SEC-PRICE
------------------------------------------------------------*/
@media only screen and (max-width: 896px) {
  #sec-price {
    padding: 21px 4px 40px;
  }
}
#sec-price .content > dl {
  border-bottom: 2px solid #4B5644;
}
#sec-price .content > dl dt.info-head-title {
  padding: 30px 20px 23px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
@media only screen and (max-width: 896px) {
  #sec-price .content > dl dt.info-head-title {
    padding: 17px 0 12px;
  }
}
#sec-price .content > dl dt.info-head-title::after {
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  right: 20px;
  background: url("../img/index/sec04_icon01.png") no-repeat center/40px;
  content: "";
  transition: 0.3s;
}
@media only screen and (max-width: 896px) {
  #sec-price .content > dl dt.info-head-title::after {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    right: 0;
    background: url("../img/index/sec04_icon01.png") no-repeat center/30px;
  }
}
#sec-price .content > dl dt.info-head-title.on::after {
  transform: rotate(45deg);
}
#sec-price .content > dl dt.info-head-title:hover {
  background-color: #F7F6F5;
}
#sec-price .content > dl dt.info-head-title .tag {
  margin-right: 26px;
  width: 120px;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
  background-color: #4B5644;
  border-radius: 5px;
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}
@media only screen and (max-width: 896px) {
  #sec-price .content > dl dt.info-head-title .tag {
    margin-right: 16px;
    padding: 5px 0 7px;
    width: 90px;
    font-size: 1.3rem;
    line-height: 1;
    border-radius: 3px;
  }
}
#sec-price .content > dl dt.info-head-title .tag01 {
  color: #4B5644;
  background-color: #FFF;
  border: 1px solid #4B5644;
}
#sec-price .content > dl dt.info-head-title .tag02 {
  color: #FFF;
  background-color: #969E92;
  border: 1px solid #969E92;
}
@media only screen and (max-width: 896px) {
  #sec-price .content > dl dt.info-head-title .tag02 {
    font-size: 1.2rem;
  }
}
#sec-price .content > dl dt.info-head-title p {
  color: #333333;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 896px) {
  #sec-price .content > dl dt.info-head-title p {
    font-size: 1.1rem;
  }
}
#sec-price .content > dl dt.info-head-title p .en {
  margin-bottom: -2px;
  display: block;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 896px) {
  #sec-price .content > dl dt.info-head-title p .en {
    margin-bottom: -1px;
    font-size: 1.8rem;
  }
}
#sec-price .content > dl > dd {
  display: none;
}
@media only screen and (max-width: 896px) {
  #sec-price .content > dl > dd {
    padding-left: 20px;
    border-top: 2px solid #4B5644;
  }
}
#sec-price .info-common {
  border-top: 1px solid #DBDBDB;
  padding: 20px 20px 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
  line-height: 1;
  font-size: 1.5rem;
}
@media only screen and (max-width: 896px) {
  #sec-price .info-common {
    border-top: none;
    padding: 15px 0;
    display: block;
    font-size: 1.4rem;
    padding-left: 10px;
  }
}
#sec-price .info-common > li {
  margin-right: 20px;
}
@media only screen and (max-width: 896px) {
  #sec-price .info-common > li {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #sec-price .info-common > li:last-child {
    margin-bottom: 0;
  }
}
#sec-price .info-common > li > dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
}
#sec-price .info-common > li > dl dt {
  margin-right: 10px;
}
@media only screen and (max-width: 896px) {
  #sec-price .info-common > li > dl dt {
    flex: 0 0 100px;
  }
}
#sec-price .info-table {
  width: 100%;
  border-collapse: collapse;
}
@media only screen and (max-width: 896px) {
  #sec-price .info-table {
    margin-bottom: 20px;
  }
}
#sec-price .info-table tr {
  border-top: 1px solid #DBDBDB;
}
#sec-price .info-table tr:nth-of-type(odd) {
  background-color: #FFF;
}
#sec-price .info-table tr:nth-of-type(even) {
  background-color: #F7F6F5;
}
@media only screen and (max-width: 896px) {
  #sec-price .info-table tr.thead {
    display: none;
  }
}
@media only screen and (max-width: 896px) {
  #sec-price .info-table tr {
    width: 100%;
  }
  #sec-price .info-table tr:last-of-type {
    border-bottom: 1px solid #DBDBDB;
  }
}
#sec-price .info-table tr th {
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: 0.01em;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 10px 0;
  width: 14%;
  color: #FFF;
  text-align: center;
  background-color: #4B5644;
}
#sec-price .info-table tr th:nth-of-type(1) {
  width: 15%;
}
#sec-price .info-table tr th:nth-of-type(2) {
  width: 25%;
  text-align: left;
}
#sec-price .info-table tr th:nth-of-type(3) {
  width: 25%;
  text-align: left;
}
#sec-price .info-table tr th:nth-of-type(4) {
  width: 35%;
  text-align: left;
}
#sec-price .info-table tr td {
  color: #333;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.46;
  letter-spacing: 0.01em;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 25px 0;
}
#sec-price .info-table tr td:nth-of-type(1) {
  text-align: center;
}
@media only screen and (max-width: 896px) {
  #sec-price .info-table tr td:nth-of-type(1) {
    text-align: left;
  }
}
@media only screen and (max-width: 896px) {
  #sec-price .info-table tr td {
    display: block;
    text-align: left;
    width: 100%;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row nowrap;
    padding: 5px 10px;
    font-size: 1.3rem;
  }
  #sec-price .info-table tr td::before {
    content: attr(data-label);
    flex: 0 0 100px;
  }
  #sec-price .info-table tr td:first-of-type {
    padding-top: 10px;
  }
  #sec-price .info-table tr td:last-of-type {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 896px) {
  #sec-price .option-list {
    margin-bottom: 15px;
  }
}
#sec-price .option-list > li {
  padding: 30px 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
  border-bottom: 1px solid #dbdbdb;
}
#sec-price .option-list > li:first-child {
  border-top: 1px solid #dbdbdb;
}
#sec-price .option-list > li:nth-of-type(odd) {
  background: #f7f7f7;
}
@media only screen and (max-width: 896px) {
  #sec-price .option-list > li {
    padding: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row nowrap;
  }
}
#sec-price .option-list > li p {
  font-size: 1.5rem;
  color: #333333;
}
@media only screen and (max-width: 896px) {
  #sec-price .option-list > li p {
    font-size: 1.3rem;
  }
}
#sec-price .option-list > li p:nth-of-type(1) {
  flex: 0 0 20%;
}
@media only screen and (max-width: 896px) {
  #sec-price .option-list > li p:nth-of-type(1) {
    flex: 0 0 60%;
  }
}
#sec-price .option-list > li p:nth-of-type(2) {
  flex: 1 1 100%;
}
@media only screen and (max-width: 896px) {
  #sec-price .option-list > li p:nth-of-type(2) {
    flex: 1 1 100%;
  }
}

/*------------------------------------------------------------
	legal PAGE
------------------------------------------------------------*/
.page #gFooter {
  margin-top: 100px;
}
@media only screen and (max-width: 896px) {
  .page #gFooter {
    margin-top: 50px;
  }
}

.page-header-logo {
  text-align: center;
  padding: 80px 0;
}
@media only screen and (max-width: 896px) {
  .page-header-logo img {
    width: 150px;
  }
}

.page-title {
  margin-bottom: 45px;
  color: #4b5644;
  font-size: 1.8rem;
}
@media only screen and (max-width: 896px) {
  .page-title {
    margin-bottom: 20px;
  }
}

.page-legal .legal-list {
  border-top: 3px solid #4b5644;
  border-bottom: 3px solid #4b5644;
}
.page-legal .legal-list > li {
  padding: 20px 0;
  border-bottom: 1px solid #dbdbdb;
}
.page-legal .legal-list > li:last-child {
  border-bottom: none;
}
.page-legal .legal-list > li > dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #333333;
  font-size: 1.5rem;
}
@media only screen and (max-width: 896px) {
  .page-legal .legal-list > li > dl {
    display: block;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
.page-legal .legal-list > li > dl > dt {
  flex: 0 0 32%;
  font-weight: 500;
}
@media only screen and (max-width: 896px) {
  .page-legal .legal-list > li > dl > dt {
    margin-bottom: 10px;
  }
}
.page-legal .legal-list > li > dl > dd {
  flex: 1 1 100%;
}
@media only screen and (max-width: 896px) {
  .page-legal .legal-list > li > dl > dd .mark-list {
    margin-top: 15px;
  }
}
.page-legal .legal-list > li > dl > dd .mark-list > li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 896px) {
  .page-legal .legal-list > li > dl > dd .mark-list > li {
    margin-bottom: 20px;
  }
  .page-legal .legal-list > li > dl > dd .mark-list > li:last-child {
    margin-bottom: 0;
  }
}
.page-legal .legal-list > li > dl > dd .mark-list > li dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media only screen and (max-width: 896px) {
  .page-legal .legal-list > li > dl > dd .mark-list > li dl {
    display: block;
  }
}
.page-legal .legal-list > li > dl > dd .mark-list > li dl dt {
  flex: 0 0 22%;
  margin-right: 15px;
  background: #f5f2ee;
  padding: 0.2em 1em;
  border-radius: 5px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 896px) {
  .page-legal .legal-list > li > dl > dd .mark-list > li dl dt {
    margin-bottom: 7px;
    display: inline-block;
  }
}
.page-legal .backtotop {
  margin-top: 40px;
  text-align: center;
}
.page-legal .backtotop a {
  display: inline-block;
  font-size: 1.4rem;
}
.page-legal .backtotop a::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../img/common/icon-arrow.svg");
  background-size: contain;
  margin-left: 7px;
}
.page-legal .backtotop a:hover {
  opacity: 0.6;
}
