@charset "UTF-8";
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol, ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

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

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
  line-height: 1.5;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
body {
    margin: 0;
  }
  @page {
    margin: 0;
    size: 16.5in 25.5in;
    width: 1400px;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  line-height: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}
html:not(.is-visible) {
  opacity: 0;
}

body {
  color: #484848;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.container {
  overflow: hidden;
}

.hidden {
  display: none;
}

.trans {
  opacity: 1;
  transition: opacity 0.26s ease;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
  body {
    font-size: 0.14rem;
  }
  .container {
    min-width: 1200px;
  }
  .wrapper {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  .sm {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: 26.6666666667vw;
    min-height: 100vh;
  }
  body {
    font-size: 0.14rem;
  }
  .container {
    min-width: 320px;
  }
  .wrapper {
    padding-left: 0.19rem;
    padding-right: 0.19rem;
  }
  .md {
    display: none !important;
  }
}
.navigation-list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.navbar-link {
  color: #484848;
  display: inline-block;
}

@media print, (min-width: 768px) {
  .header-navigation {
    padding: 12px 0 14px;
  }
  .navigation-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .navigation-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    /*width: 154px;*/
    width: 134px;
    min-height: 48px;
    padding: 0 10px;
    position: relative;
  }
  .navigation-list li:last-child::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    border-left: 1px solid #cecece;
    width: 1px;
    height: 100%;
  }
  .navigation-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    border-left: 1px solid #cecece;
    width: 1px;
    height: 100%;
  }
  .navbar-link {
    font-size: 0.15rem;
    width: 100%;
    padding: 6px 0;
    display: block;
    text-align: center;
  }
}
header {
  position: relative;
  width: 100%;
  z-index: 99;
}
header .header-wrapper {
  margin: 0 auto;
}
header .header-top {
  position: relative;
}
header .header-logo {
  font-size: unset;
  margin-bottom: 0;
}
header .logo-image {
  display: block;
}
header .header-support {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
header .header-support a {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
  font-weight: bold;
}
header .header-support a.is-reservation {
  /*background: #229169;*/
  background: #ae9005;
}
header .header-support a.is-reservation span::before {
  background-image: url(../img/common/icn_reservation.svg);
}
header .header-support a.is-consultation {
  background: #80cb69;
}
header .header-support a.is-consultation span::before {
  background-image: url(../img/common/icn_consultation.svg);
}
header .header-support a.is-catalog {
  background: #246924;
}
header .header-support a.is-catalog span::before {
  background-image: url(../img/common/icn_catalog.svg);
}
header .header-support a.is-event {
  background: #229169;
}
header .header-support a.is-event span::before {
  background-image: url(../img/common/icn_event.svg);
}
header .header-support span {
  display: block;
  position: relative;
}
header .header-support span::before {
  position: absolute;
  content: "";
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  top: 0;
  background: center/contain no-repeat;
}

@media print, (min-width: 768px) {
  header {
    min-width: 1200px;
  }
  header.header-sub {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.11);
  }
  header.header-sub .header-support li {
    height: 75px;
  }
  header.header-sub .header-support span {
    padding-top: 28px;
  }
  header.header-sub .header-support span::before {
    width: 28px;
    height: 28px;
  }
  header .header-wrapper {
    width: 1080px;
  }
  header .header-top {
    padding: 23px 300px 23px 0;
  }
  header .header-detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  header .header-support {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    /*width: 270px;*/
	width: 360px;
  }
  header .header-support li {
    width: 90px;
    height: 90px;
  }
  header .header-support a {
    font-size: 0.12rem;
    line-height: 1.4166666667;
  }
  header .header-support a.is-catalog span::before {
    margin-top: -3px;
  }
  header .header-support span {
    padding-top: 43px;
  }
  header .header-support span::before {
    width: 38px;
    height: 38px;
  }
  header .header-logo {
    width: 240px;
    margin-right: 26px;
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(0.07rem) rotate(45deg);
  }
  50% {
    transform: translateY(0.07rem) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-0.07rem) rotate(-45deg);
  }
  50% {
    transform: translateY(-0.07rem) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(0.07rem) rotate(0);
  }
  100% {
    transform: translateY(0.07rem) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-0.07rem) rotate(0);
  }
  100% {
    transform: translateY(-0.07rem) rotate(-45deg);
  }
}
@media only screen and (max-width: 767.98px) {
  header {
    padding: 0.1rem 0;
    box-shadow: 0 0.02rem 0.03rem rgba(0, 0, 0, 0.1);
  }
  header .header-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 0.07rem 0 0.15rem;
  }
  header .header-support {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
  }
  header .header-support li {
    width: 1.25rem;
    height: 0.63rem;
  }
  header .header-support a {
    /*font-size: 0.11rem;*/
	background: #68ba82;
    border-left: 1px solid #fff;
    text-decoration: none;
    font-size: 0.12rem;
    padding: 5px;
  }
  header .header-support li:first-child a {
    border-left: none;
  }
  header .header-support span {
    padding-top: 0.4rem;
  }
  header .header-support span::before {
    width: 0.38rem;
    height: 0.38rem;
  }
  header .header-logo {
    width: 1.83rem;
  }
  header .header-logo img {
    width: 100%;
  }
  header .header-navigation {
    position: fixed;
    width: 100%;
    top: 0.6rem;
    height: calc(100vh - 0.6rem);
    overflow-y: auto;
    /*padding: 0.07rem 0.19rem 1.2rem;*/
	padding: 0.07rem 0.19rem 1.8rem;
    left: 0;
    display: none;
    z-index: 1;
    background: #fff;
    box-shadow: inset 0 0.02rem 0.03rem rgba(0, 0, 0, 0.1);
  }
  header .navigation-list {
    /*display: block;*/
    z-index: 2;
    position: relative;
    margin: 0 auto 0.26rem;
	display: flex;
    flex-wrap: wrap;
  }
  header .navigation-list > li {
    border-bottom: 0.01rem solid #dedede;
    position: relative;
	width: 49%;
    margin: 0 2% 0 0;
  }
  header .navigation-list > li:nth-child(2n) {
    margin: 0;
  }
  header .navigation-list a {
    /*padding: 0.21rem 0.4rem 0.21rem 0.1rem;*/
	padding: 0.15rem 0.1rem 0.15rem 0.1rem;
    display: block;
    color: #484848;
    font-size: 0.14rem;
  }
  header .navigation-item-heading {
    position: relative;
  }
  header .button-dropdown {
    position: absolute;
    right: -0.03rem;
    top: 0;
    /*width: 0.5rem;*/
    height: 100%;
	width: 0.3rem;
  }
  header .button-dropdown::before, header .button-dropdown::after {
    position: absolute;
    content: "";
    /*width: 0.17rem;*/
	width: 0.12rem;
    border-bottom: solid 0.01rem #484848;
    top: 50%;
    right: 0.15rem;
  }
  header .button-dropdown::before {
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  header .button-dropdown::after {
    transition: transform 0.3s ease;
    -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
  }
  header .button-dropdown.is-active::after {
    -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
  }
  header .navigation-item-content {
    display: none;
  }
  header .navigation-sublist {
    list-style-type: none;
    padding: 0.23rem 0;
    margin: 0;
    border-top: 0.01rem solid #dedede;
  }
  header .navigation-sublist li {
    margin-bottom: 0.22rem;
  }
  header .navigation-sublist li:last-child {
    margin-bottom: 0;
  }
  header .navigation-sublist a {
    position: relative;
    /*padding: 0 0.25rem 0 0.38rem;*/
	padding: 0 0 0 0.25rem;
	font-size: 0.12rem;
  }
  header .navigation-sublist a::before {
    position: absolute;
    content: "";
    /*left: 0.17rem;*/
	left: 0.1rem;
    top: 44%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    background: url("../img/common/icn_arrow_sublist.svg") center/contain no-repeat;
    width: 0.06rem;
    height: 0.11rem;
  }
  header .button-menu {
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    position: relative;
    cursor: pointer;
    z-index: 2;
  }
  header .button-menu span {
    display: block;
    width: 0.22rem;
    position: absolute;
    height: 1px;
    border-bottom: 1px solid #707070;
    left: 50%;
    margin-left: -0.11rem;
  }
  header .button-menu span:nth-child(1) {
    top: 0.12rem;
    animation: menu-bar01 0.75s forwards;
  }
  header .button-menu span:nth-child(2) {
    top: 0.19rem;
    transition: opacity 0.25s 0.25s;
  }
  header .button-menu span:nth-child(3) {
    top: 0.26rem;
    animation: menu-bar02 0.75s forwards;
  }
  header .button-menu.is-active span:nth-of-type(1) {
    animation: active-menu-bar01 0.75s forwards;
  }
  header .button-menu.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  header .button-menu.is-active span:nth-of-type(3) {
    animation: active-menu-bar03 0.75s forwards;
  }
  header .navigation-support {
    padding-left: 0;
    list-style-type: none;
    /*margin: 0 auto 0.65rem;
    width: 2.3rem;*/
	width: 100%;
    margin: 0.2rem auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  header .navigation-support li {
	/*margin-bottom: 0;
	width: calc((100% - 20px) / 3);*/
	width: calc((100% - 15px) / 2);
	margin-bottom: 10px; 
  }
  header .navigation-support a {
    /*font-size: 0.15rem;*/
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    /*height: 0.7rem;*/
    width: 100%;
    font-weight: bold;
	font-size: 0.14rem;
	/*height: auto;*/
	height: 100%;
    padding: 20px 5px 15px;
    border-radius: 5px
  }
  header .navigation-support a.is-reservation {
    /*background: #229169;*/
	 background: #ae9005;
  }
  header .navigation-support a.is-reservation span::before {
    background-image: url(../img/common/icn_reservation.svg);
  }
  header .navigation-support a.is-consultation {
    background: #80cb69;
  }
  header .navigation-support a.is-consultation span::before {
    background-image: url(../img/common/icn_consultation.svg);
    left: -0.01rem;
  }
  header .navigation-support a.is-catalog {
    background: #246924;
  }
  header .navigation-support a.is-catalog span {
    /*padding-left: 0.28rem;*/
	padding-left: 0;
  }
  header .navigation-support a.is-catalog span::before {
    background-image: url(../img/common/icn_catalog.svg);
    /*left: -0.06rem;*/
	left: unset;
  }
  header .navigation-support a.is-event {
    background: #229169;
  }
  header .navigation-support a.is-event span::before {
    background-image: url(../img/common/icn_event.svg);
  }
  header .navigation-support span {
    /*display: block;*/
    position: relative;
    /*padding-left: 0.32rem;*/
	display: flex;
	align-items: center;
	padding-left: 0;
  }
  header .navigation-support span::before {
    content: "";
    background: center/contain no-repeat;	
	position: relative;
    left: unset;
    -ms-transform: unset;
        transform: unset;
    top: unset;
    width: 0.28rem;
    height: 0.28rem;
    display: block;
    margin: 0 auto 10px;
	/*position: absolute;
    left: 0;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    top: 47%;
    width: 0.28rem;
    height: 0.28rem;*/
  }
  header .navigation-support a span::before {
    margin: 0 5px 0 0; 
  }
  header .navigation-support-2 {
    padding-left: 0;
    list-style-type: none;
    width: 100%;
    margin: 0.2rem auto 0.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  header .navigation-support-2 li {
	margin-bottom: 0;
    width: calc((100% - 20px) / 3);
  }
  header .navigation-support-2 a {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    width: 100%;
    font-weight: bold;
	font-size: 0.14rem;
	height: auto;
    padding: 15px 5px;
    border-radius: 5px;
  }
  header .navigation-support-2 a.is-srlp {
    background: #978a48;
  }
  header .navigation-support-2 a.is-srlp span::before {
    background-image: url(../img/common/icn_sr.svg);
  }
  header .navigation-support-2 span {
    display: block;
    position: relative;
    padding-left: 0;
  }
  header .navigation-support-2 span::before {
    content: "";
    background: center/contain no-repeat;
    position: relative;
    left: unset;
    -ms-transform: unset;
        transform: unset;
    top: unset;
    width: 0.28rem;
    height: 0.28rem;
    display: inline-block;
    margin: 0 10px -8px 0;
  }
  header .navigation-social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 0.4rem;
  }
  header .social-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  header .social-list a {
    display: block;
    margin-right: 0.06rem;
    width: 0.32rem;
    height: 0.32rem;
    background: center/cover no-repeat;
  }
  header .social-list a.is-facebook {
    background-image: url(../img/common/icn_facebook.svg);
  }
  header .social-list a.is-instagram {
    background-image: url(../img/common/icn_instagram.svg);
  }
  header .social-line {
    display: block;
    width: 1.6rem;
    height: 0.16rem;
    background: url(../img/common/line_txt.svg) center/cover no-repeat;
  }
  header .navigation-privacy {
    display: table;
    margin: 0 auto;
    font-size: 0.12rem;
    text-underline-offset: 0.02rem;
    text-align: center;
    color: #484848;
  }
}
footer a {
  color: #484848;
}
footer .footer-inner {
  background: #f7f7f7;
  letter-spacing: 0.025em;
}
footer .footer-logo {
  display: block;
}
footer .logo-image {
  display: block;
}
footer .footer-list,
footer .footer-sublist,
footer .footer-link,
footer .social-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer .footer-phone a {
  text-decoration: none;
}
footer .footer-privacy {
  text-underline-offset: 0.02rem;
}
footer .footer-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
footer .social-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
footer .social-list a {
  display: block;
  background: center/cover no-repeat;
}
footer .social-list a.is-facebook {
  background-image: url(../img/common/icn_facebook.svg);
}
footer .social-list a.is-instagram {
  background-image: url(../img/common/icn_instagram.svg);
}
footer .social-line {
  display: block;
  background: url(../img/common/line_txt.svg) center/cover no-repeat;
}
footer .footer-copyright {
  display: block;
  text-align: center;
  color: #707070;
}
footer .footer-sublist-item a {
  position: relative;
}
footer .footer-sublist-item a::before {
  content: "-";
  display: inline-block;
  position: relative;
}

@media print, (min-width: 768px) {
  footer .footer-inner {
    padding: 42px 0 72px;
    font-size: 0.14rem;
  }
  footer .footer-content {
    display: -ms-flexbox;
    display: flex;
  }
  footer .footer-detail {
    line-height: 1.7857142857;
    margin-right: 33px;
    padding-top: 19px;
    width: 233px;
  }
  footer .footer-logo {
    width: 217px;
    margin-bottom: 26px;
  }
  footer .footer-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex: 1;
        flex: 1;
    line-height: 2.5;
    margin-bottom: -16px;
  }
  footer .footer-item {
    /*padding: 7px 33px 10px 26px;*/
	padding: 7px 28px 10px 26px;
    border-left: 1px solid #d1d1d1;
    margin-bottom: 16px;
  }
  footer .footer-item:last-child {
    border-right: 1px solid #d1d1d1;
  }
  footer .footer-phone {
    margin-bottom: 19px;
  }
  footer .footer-phone a {
    pointer-events: none;
  }
  footer .footer-privacy {
    font-size: 0.13rem;
  }
  footer .footer-social {
    margin-bottom: 18px;
    margin-left: -2px;
  }
  footer .social-list a {
    margin-right: 6px;
    width: 32px;
    height: 32px;
  }
  footer .social-line {
    width: 160px;
    height: 16px;
  }
  footer .footer-copyright {
    padding: 21px 0 26px;
    font-size: 0.1rem;
  }
  footer .footer-sublist-item a::before {
    margin-right: 5px;
    top: 0;
  }
  .is-mac footer .footer-sublist-item a::before {
    top: -1px;
  }
}
@media only screen and (max-width: 767.98px) {
  footer .footer-inner {
    padding: 0.48rem 0 0.43rem;
    font-size: 0.14rem;
  }
  footer .footer-detail {
    line-height: 1.7857142857;
    text-align: center;
  }
  footer .footer-logo {
    width: 2.17rem;
    margin: 0 auto 0.33rem;
  }
  footer .footer-phone {
    margin: 0 auto 0.19rem;
    text-align: left;
    width: 1.62rem;
  }
  footer .footer-privacy {
    font-size: 0.12rem;
  }
  footer .footer-social {
    margin-bottom: 0.35rem;
    -ms-flex-pack: center;
        justify-content: center;
  }
  footer .social-list a {
    margin-right: 0.06rem;
    width: 0.32rem;
    height: 0.32rem;
  }
  footer .social-line {
    width: 1.6rem;
    height: 0.16rem;
  }
  footer .footer-copyright {
    padding: 0.08rem 0 0.75rem;
    font-size: 0.1rem;
  }
  footer .button-to-top {
    position: fixed;
    bottom: 1.09rem;
    right: 0.09rem;
    cursor: pointer;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: rgba(139, 139, 139, 0.85);
    transition: opacity 0.3s ease;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    display: none;
    z-index: 1;
  }
  footer .button-to-top:hover {
    opacity: 0.8;
  }
  footer .button-to-top span {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/common/icn_arrow_top.svg) center/0.07rem auto no-repeat;
  }
}
.section-common-heading.is-white {
  color: #fff;
}
.section-common-heading .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section-common-heading .heading-title {
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: 0.03em;
}

@media print, (min-width: 768px) {
  .section-common-heading .wrapper {
    min-height: 400px;
  }
  .section-common-heading .heading-inner {
    margin-bottom: 22px;
  }
  .section-common-heading .heading-logo {
    width: 211px;
    margin-bottom: 21px;
  }
  .section-common-heading .heading-title {
    font-size: 0.28rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-heading .wrapper {
    min-height: 2.62rem;
  }
  .section-common-heading .heading-logo {
    width: 1.29rem;
    margin-bottom: 0.06rem;
  }
  .section-common-heading .heading-title {
    font-size: 0.18rem;
    line-height: 1.5;
  }
}

.title-primary {
  font-size: unset;
  font-weight: unset;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.title-primary .is-english {
  font-weight: bold;
}
.title-primary .is-japan {
  position: relative;
  color: #7c7c7c;
}
.title-primary .is-japan::before {
  position: relative;
  content: "";
  border-left: 1px solid #484848;
  display: inline-block;
  width: 1px;
}

@media print, (min-width: 768px) {
  .title-primary {
    margin-bottom: 30px;
  }
  .title-primary .is-english {
    font-size: 0.3rem;
    line-height: 1.5;
  }
  .title-primary .is-japan {
    font-size: 0.15rem;
    line-height: 1.5333333333;
  }
  .title-primary .is-japan::before {
    top: 3px;
    height: 19px;
    -ms-transform: rotate(31deg);
        transform: rotate(31deg);
    margin: 0 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-primary {
    margin-bottom: 0.2rem;
  }
  .title-primary .is-english {
    font-size: 0.24rem;
    line-height: 1.5;
  }
  .title-primary .is-japan {
    font-size: 0.12rem;
    line-height: 1.5;
    top: -0.05rem;
  }
  .title-primary .is-japan::before {
    top: 0.05rem;
    height: 0.22rem;
    -ms-transform: rotate(32deg);
        transform: rotate(32deg);
    margin: 0 0.11rem 0 0.13rem;
  }
}
.title-secondary {
  font-weight: bold;
  letter-spacing: 0.02em;
  position: relative;
  text-align: center;
}
.title-secondary::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  height: 1px;
  border-bottom: 1px solid #484848;
}

@media print, (min-width: 768px) {
  .title-secondary {
    font-size: 0.28rem;
    line-height: 1.5;
    padding-bottom: 16px;
  }
  .title-secondary::before {
    width: 74px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-secondary {
    font-size: 0.2rem;
    line-height: 1.5;
    padding-bottom: 0.18rem;
  }
  .title-secondary::before {
    width: 0.74rem;
  }
}
.button-primary {
  font-weight: bold;
  color: #fff;
  background: #68ba82;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}

@media print, (min-width: 768px) {
  .button-primary {
    font-size: 0.15rem;
    min-height: 48px;
    width: 220px;
    padding: 8px 10px 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-primary {
    font-size: 0.14rem;
    min-height: 0.48rem;
    width: 2.2rem;
    padding: 0.05rem 0.1rem;
  }
}

.section-common-link .list-link {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.section-common-link .link-item a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.section-common-link .link-item a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.39);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.section-common-link .link-title {
  font-size: unset;
  font-weight: unset;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  color: #fff;
}
.section-common-link .link-title span {
  display: block;
}
.section-common-link .link-title .is-japan {
  font-weight: bold;
  letter-spacing: 0.03em;
}
.section-common-link .link-title .is-english {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}

@media print, (min-width: 768px) {
  .section-common-link .list-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-common-link .link-item {
    width: 33.3333333333%;
    padding-right: 1px;
  }
  .section-common-link .link-item:nth-child(3n+3) {
    padding-right: 0;
  }
  .section-common-link .link-item a {
    height: 210px;
  }
  .section-common-link .link-title {
    left: 46px;
    margin-top: -17px;
  }
  .section-common-link .link-title .is-japan {
    font-size: 0.2rem;
  }
  .section-common-link .link-title .is-english {
    font-size: 0.1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-link .link-item {
    width: 100%;
  }
  .section-common-link .link-item a {
    height: 1.6rem;
  }
  .section-common-link .link-title {
    left: 0.46rem;
    margin-top: -0.15rem;
  }
  .section-common-link .link-title .is-japan {
    font-size: 0.18rem;
  }
  .section-common-link .link-title .is-english {
    font-size: 0.1rem;
    margin-top: 0.01rem;
  }
}

/* 全ページ共通リンク群 */
.section-common-link-all .list-link-all {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.section-common-link-all .link-all-item a {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}
.section-common-link-all .link-all-item a::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.39);
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.section-common-link-all .link-all-title {
	font-size: unset;
	font-weight: unset;
	margin-bottom: 0;
	position: absolute;
	top: 50%;
	color: #fff;
	text-align: center;
	width: 100%;
}
.section-common-link-all .link-all-item a::after {
	content: '';
	background: url(../img/common/img_common_link_right.svg) no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
}
.section-common-link-all .link-all-title span {
	display: block;
}
.section-common-link-all .link-all-title .is-japan {
	font-weight: bold;
	letter-spacing: 0.03em;
}
.section-common-link-all .link-all-title .is-english {
	/*font-family: "futura-pt", sans-serif;*/
	font-weight: 500;
	letter-spacing: 0.08em;
}

@media print, (min-width: 768px) {
	.section-common-link-all {
		padding: 100px 0 150px;
	}
	.section-common-link-all .link-all-item {
		width: 25%;
		padding-right: 1px;
		padding-bottom: 1px;
	}
	.section-common-link-all .link-all-item:nth-child(4n+4) {
		padding-right: 0;
	}
	.section-common-link-all .link-all-item a::after {
        width: 21px;
        height: 21px;
        bottom: 20px;
        left: calc((100% - 21px) / 2);
	}
	.section-common-link-all .link-all-item a {
		height: 160px;
	}
	.section-common-link-all .link-all-title {
		left: 0;
		margin-top: -25px;
        line-height: 1.4;
	}
	.section-common-link-all .link-all-title .is-japan {
		font-size: 0.19rem;
	}
	.section-common-link-all .link-all-title .is-english {
		font-size: 0.14rem;
	}
}
@media only screen and (max-width: 767.98px) {
	.section-common-link-all {
		padding: 80px 0;
	}
	.section-common-link-all .wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	.section-common-link-all .title-primary {
		justify-content: center;
	}
	.section-common-link-all .link-all-item {
		width: 50%;
		padding-right: 1px;
		padding-bottom: 1px;
	}
	.section-common-link-all .link-all-item:nth-child(2n+2) {
		padding-right: 0;
	}
	.section-common-link-all .link-all-item a::after {
        width: 16px;
        height: 16px;
        bottom: 12px;
        left: calc((100% - 16px) / 2);
	}
	.section-common-link-all .link-all-item a {
		height: 1.2rem;
	}
	.section-common-link-all .link-all-title {
		left: 0;
        margin-top: -0.2rem;
		width: 100%;
	}
	.section-common-link-all .link-all-title .is-japan {
		font-size: 0.15rem;
	}
	.section-common-link-all .link-all-title .is-english {
		font-size: 0.11rem;
		margin-top: 0.01rem;
	}
}


@media only screen and (max-width: 767.98px) {
	.grecaptcha-badge {
		visibility: hidden;
	}
	.event-common .event-list li:nth-child(3) {
		display:none;
	}
}

/*# sourceMappingURL=company.css.map */