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-spacing: 0;
  border-collapse: collapse;
}

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

table th {
  font-weight: bold;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  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;
}

a:not([class]) {
  color: inherit;
}

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

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

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

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;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button {
  color: inherit;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
    size: 9.924in 14.028in;
  }

  @page :left {
    margin: 0;
  }

  @page :right {
    margin: 0;
  }

  @page :first {
    margin-top: 0;
  }
}

html {
  opacity: 1;
  line-height: 1;
}

html:not(.is-visible) {
  opacity: 0;
}

body {
  transition: opacity 0.3s ease;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

body.is-menu-open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
}

.hidden {
  display: none;
}

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

.trans:hover {
  opacity: 0.8;
}

.font-english {
  font-family: Alata, sans-serif;
  font-weight: normal;
}

.first-view {
  transition: opacity 0.26s;
  opacity: 0;
}

.wf-active .first-view {
  opacity: 1;
 display: block ruby;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }

  .wrapper {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 100px;
    padding-left: 100px;
  }

  .sm {
    display: none !important;
  }
}


@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }

  body {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  body::-webkit-scrollbar {
    display: none;
  }

  main {
    padding-top: 0.6rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }

  .md {
    display: none !important;
  }
}

header {
  position: absolute;
  z-index: 100;
  right: 0;
  left: 0;
  pointer-events: none;
}

header * {
  pointer-events: auto;
}

header .button-menu {
  position: absolute;
  top: 0;
  left: 0;
  background: #ed6b1f;
  cursor: pointer;
}

header .button-menu span {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: 0.3s;
  border-bottom: 1px solid #fff;
}

header .button-menu.is-active span:nth-child(1) {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .button-menu.is-active span:nth-child(2) {
  opacity: 0;
}

header .button-menu.is-active span:nth-child(3) {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .button-menu-text {
  position: absolute;
  color: #fff;
  font-family: Alata, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}

header .header-text-fixed {
  position: absolute;
  left: 0;
  background: #222;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1;
  writing-mode: vertical-lr;
}

header .header-logo {
  display: inline-block;
  transition: background 0.3s;
  background: #222;
}

header .header-logo a {
  display: block;
  position: relative;
  margin: 0 auto;
}

header .header-logo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

header .search-group {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.3s;
}

header .search-english {
  text-underline-offset: 0.03rem;
  font-family: Alata, sans-serif;
  line-height: 1.5;
}

header .search-primary,
header .search-secondary {
  position: absolute;
}

header .search-text {
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.03rem;
  cursor: pointer;
}

header .search-text:hover {
  text-decoration: none;
}

header .search-primary {
  background: url(img/common/icn_search_01.svg) no-repeat center left;
  cursor: pointer;
}

header .search-primary .search-button {
  display: inline-block;
}

header .search-secondary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

header .search-secondary .search-input {
  background: #eaeaea url(img/common/icn_search_01.svg) no-repeat center;
}

.header-overlay {
  visibility: hidden;
  position: fixed;
  z-index: 98;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.26s, visibility 0.26s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
}

.is-menu-open .header-overlay {
  visibility: visible;
  opacity: 1;
}

.header-navigation {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
}

.header-navigation .navigation-wrapper {
  height: 100%;
}

.header-navigation .navigation-inner {
  position: relative;
  min-height: 100%;
}

.header-navigation .navigation-left {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header-navigation .voice-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.375;
}

.header-navigation .navigation-link {
  transition: color 0.26s;
  color: #222;
  text-decoration: none;
}

.header-navigation .navigation-link:hover {
  color: #e97e3b;
}

.header-navigation .navigation-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: bold;
  line-height: 1.3666666667;
}

@media print, (min-width: 768px) {
  header .button-menu {
    width: 80px;
    height: 80px;
  }

  header .button-menu span {
    right: 20px;
    width: 40px;
  }

  header .button-menu span:nth-child(1) {
    top: 22px;
  }

  header .button-menu span:nth-child(2) {
    top: 33px;
  }

  header .button-menu span:nth-child(3) {
    top: 44px;
  }

  header .button-menu.is-active span {
    left: 20px;
  }

  header .button-menu.is-active span:nth-child(1) {
    top: 32px;
  }

  header .button-menu.is-active span:nth-child(3) {
    top: 32px;
  }

  header .button-menu-text {
    right: 5px;
    bottom: 9px;
    left: 5px;
    font-size: 0.12rem;
  }

  header .header-text-fixed {
    top: 80px;
    width: 80px;
    min-height: 720px;
    padding: 68px 32px;
    font-size: 0.14rem;
  }

  header .header-logo {
    min-width: 310px;
    min-height: 220px;
    margin-left: 79px;
    padding: 50px 20px 30px;
  }

  header .header-logo a {
    width: 237px;
    height: 122px;
  }

  .is-menu-open header .header-logo {
    background: transparent;
  }

  header .logo-normal {
    transition: opacity 0.26s, visibility 0.26s;
  }

  .is-menu-open header .logo-normal {
    visibility: hidden;
    opacity: 0;
  }

  header .logo-menu {
    visibility: hidden;
    transition: opacity 0.26s, visibility 0.26s;
    opacity: 0;
  }

  .is-menu-open header .logo-menu {
    visibility: visible;
    opacity: 1;
  }

  header .search-group {
    top: 24px;
    right: 45px;
  }

  .is-menu-open header .search-group {
    top: 142px;
    right: 586px;
  }

  header .search-primary,
  header .search-secondary {
    right: calc(100% + 24px);
    font-size: 0.14rem;
  }

  header .search-text {
    min-width: 36px;
  }

  header .search-primary {
    padding: 5px 5px 5px 28px;
    background-size: 20px auto;
  }

  header .search-primary .search-button {
    color: #222;
  }

  .is-menu-open header .search-primary {
    right: calc(100% + 24px);
  }

  header .search-secondary {
    right: calc(100% + 34px);
  }

  header .search-secondary .search-input {
    padding: 5px 30px 5px 10px;
    background-position: center right 3px;
    background-size: 20px auto;
  }

  .is-menu-open header .search-secondary {
    right: calc(100% + 28px);
  }

  header .search-english {
    padding: 5px;
    color: #222;
    font-size: 0.18rem;
  }

  .header-navigation {
    height: 800px;
    padding-right: 420px;
    overflow: hidden;
  }

  .header-navigation::before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    width: 414px;
    height: 800px;
    background: url(img/common/img_header_menu.jpg) no-repeat center/cover;
  }

  .header-navigation .navigation-wrapper {
    max-width: 1220px;
    margin: 252px 0 0 388px;
    overflow: hidden auto;
    scrollbar-width: thin;
    scrollbar-color: #b4b4b4 #f1f1f1;
  }

  .header-navigation .navigation-wrapper::-webkit-scrollbar {
    width: 8px;
  }

  .header-navigation .navigation-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .header-navigation .navigation-wrapper::-webkit-scrollbar-thumb {
    background: #b4b4b4;
  }

  .header-navigation .navigation-wrapper::-webkit-scrollbar-thumb:hover {
    background: #999;
  }

  .header-navigation .navigation-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 260px;
  }

  .header-navigation .navigation-left {
    margin: 0 92px 50px 0;
  }

  .header-navigation .voice-list {
    font-size: 0.4rem;
    letter-spacing: 0.05em;
  }

  .header-navigation .voice-item {
    margin-bottom: 26px;
  }

  .header-navigation .navigation-right {
    -ms-flex: 0 0 650px;
    flex: 0 0 650px;
    margin-top: -6px;
  }

  .header-navigation .navigation-list {
    font-size: 0.3rem;
  }

  .header-navigation .navigation-item {
    margin-bottom: 45px;
    padding-right: 10px;
  }

  .header-navigation .navigation-item:nth-child(odd) {
    width: 278px;
  }

  .header-navigation .navigation-item:nth-child(even) {
    width: calc(100% - 278px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  header .header-logo {
    min-width: 280px;
    min-height: 180px;
    padding: 30px 20px;
  }

  .is-menu-open header .search-group {
    right: 100px;
  }

  header .search-group .search-input {
    width: 200px;
  }

  .header-navigation {
    padding-right: 0;
  }

  .header-navigation::before {
    display: none;
  }

  .header-navigation .navigation-wrapper {
    margin-left: 120px;
  }
}

@media only screen and (max-width: 767.98px) {
  header {
    height: 0.6rem;
    background: #222;
  }

  header .button-menu {
    width: 0.6rem;
    height: 0.6rem;
  }

  header .button-menu span {
    right: 0.15rem;
    width: 0.3rem;
  }

  header .button-menu span:nth-child(1) {
    top: 0.12rem;
  }

  header .button-menu span:nth-child(2) {
    top: 0.2rem;
  }

  header .button-menu span:nth-child(3) {
    top: 0.28rem;
  }

  header .button-menu.is-active span {
    left: 0.15rem;
  }

  header .button-menu.is-active span:nth-child(1) {
    top: 0.22rem;
  }

  header .button-menu.is-active span:nth-child(3) {
    top: 0.22rem;
  }

  header .button-menu-text {
    right: 0.05rem;
    bottom: 0.09rem;
    left: 0.05rem;
    font-size: 0.1rem;
  }

  header .header-logo {
    margin: 0.18rem 0 0 0.8rem;
  }

  header .header-logo a {
    width: 1.54rem;
    height: 0.28rem;
  }

  header .header-logo img {
    width: 100%;
  }

  header .search-group {
    top: 0.14rem;
    right: 0.18rem;
  }

  header .search-english {
    padding: 0.05rem;
    color: #fff;
    font-size: 0.14rem;
  }

  header .search-primary,
  header .search-secondary {
    font-size: 0.14rem;
  }

  header .search-text {
    min-width: 0.36rem;
    color: #fff;
  }

  header .search-primary {
    right: calc(100% + 0.05rem);
    padding: 0.05rem 0.05rem 0.05rem 0.2rem;
    background-image: url(img/common/icn_search_03.svg);
    background-size: 0.15rem auto;
  }

  header .search-primary .search-button {
    color: #fff;
  }

 header .search-secondary {
  right: calc(100% + -0.499rem);
  top: 0.46rem;
 }

  header .search-secondary .search-input {
    width: 2rem;
    margin-right: 0.05rem;
    padding: 0.05rem 0.3rem 0.05rem 0.1rem;
    background-position: center right 0.05rem;
    background-size: 0.15rem auto;
  }

  .header-navigation {
    height: 100vh;
    padding-top: 0.6rem;
  }

  .header-navigation .navigation-wrapper {
    padding: 0.3rem 0.3rem 0.9rem;
    overflow-y: auto;
  }

  .header-navigation .navigation-left {
    margin-bottom: 0.33rem;
    padding-bottom: 0.31rem;
    border-bottom: 0.02rem solid #dbdbdb;
  }

  .header-navigation .voice-list {
    font-size: 0.3rem;
  }

  .header-navigation .voice-item:not(:last-child) {
    margin-bottom: 0.26rem;
  }

  .header-navigation .voice-head {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.03rem;
    color: #e66d21;
    font-family: Alata, sans-serif;
    font-size: 0.14rem;
    font-weight: normal;
  }

  .header-navigation .voice-count {
    position: relative;
    margin-right: 0.35rem;
  }

  .header-navigation .voice-count::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 0.05rem);
    width: 0.2rem;
    border-bottom: 0.01rem solid;
  }

  .header-navigation .navigation-list {
    margin-right: -0.1rem;
    font-size: 0.14rem;
  }

  .header-navigation .navigation-item {
    margin-bottom: 0.3rem;
    padding-right: 0.1rem;
  }

  .header-navigation .navigation-item:nth-child(odd) {
    width: 1.46rem;
  }

  .header-navigation .navigation-item:nth-child(even) {
    width: calc(100% - 1.46rem);
  }

  .header-navigation .navigation-item .navigation-link {
    letter-spacing: -0.05em;
  }
}

footer .footer-main {
  background: #222;
  color: #fff;
}

footer .footer-inner {
  border-bottom: 1px solid;
}

footer .footer-logo {
  display: inline-block;
}

footer .footer-intro {
  font-size: 0.12rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4166666667;
}

footer .footer-tel {
  color: inherit;
}

footer .footer-privacy {
  display: inline-block;
  color: inherit;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-underline-offset: 0.03rem;
}

footer .footer-warn {
  display: block;
  font-weight: bold;
  letter-spacing: 0.05em;
}

footer .footer-copyright {
  display: block;
  font-family: Alata, sans-serif;
  letter-spacing: 0.05em;
}

footer .bottom-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media screen and (min-width: 1700.02px) {
  footer .footer-list {
    margin-right: -50px;
  }
}

@media print, (min-width: 768px) {
  footer .footer-banner {
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  footer .banner-item {
    width: 33.333%;
    border: 1px solid #222;
  }

  footer .banner-item:not(:last-child) {
    border-right-width: 0;
  }

  footer .banner-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 5px 10px;
    transition: background 0.26s, color 0.26s;
    background: #fff;
    color: #222;
    font-size: 0.2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-decoration: none;
  }

  footer .banner-link:hover,
  footer .banner-link.is-active {
    background: #e66d21;
    color: #fff;
  }

  footer .footer-main {
    padding: 50px 0 30px;
  }

  footer .footer-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 60px;
  }

  footer .footer-logo {
    margin-bottom: 39px;
  }

  footer .footer-navigation {
    margin-top: -6px;
  }

  footer .footer-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 720px;
    margin: 0;
    margin-right: -100px;
    padding: 0;
    list-style-type: none;
    font-size: 0.16rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }

  footer .footer-item {
    position: relative;
    width: 33.333%;
    margin-bottom: 20px;
    padding: 0 20px 0 30px;
  }

  footer .footer-item::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 10px;
    border-bottom: 1px solid;
  }

  footer .footer-link {
    color: inherit;
  }

  footer .footer-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  footer .footer-privacy {
    margin-bottom: 14px;
    font-size: 0.12rem;
  }

  footer .footer-warn {
    margin-bottom: 8px;
    font-size: 0.12rem;
  }

  footer .footer-copyright {
    font-size: 0.12rem;
  }

  footer .bottom-right {
    margin-top: 6px;
  }
}

@media screen and (min-width: 768px) and (max-width: 950px) {
  footer .banner-link {
    font-size: 0.17rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  footer .footer-list {
    width: 230px;
  }

  footer .footer-item {
    width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  footer .footer-main {
    padding: 0.43rem 0 0.3rem;
  }

  footer .footer-inner {
    margin-bottom: 0.15rem;
    padding-bottom: 0.24rem;
  }

  footer .inner-left {
    text-align: center;
  }

  footer .footer-logo {
    width: 1.83rem;
    margin-bottom: 0.2rem;
  }

  footer .footer-logo img {
    width: 100%;
  }

  footer .bottom-left {
    margin-bottom: 0.28rem;
  }

  footer .footer-privacy {
    margin-bottom: 0.19rem;
    font-size: 0.12rem;
  }

  footer .footer-warn {
    margin-bottom: 0.03rem;
    font-size: 0.12rem;
    line-height: 1.8;
  }

  footer .footer-copyright {
    font-size: 0.12rem;
  }

  footer .bottom-right {
    margin-top: 0.06rem;
  }

  footer .footer-image {
    margin: 0 0.2rem 0.1rem 0;
  }

  footer .footer-image img {
    width: 100%;
  }

  footer .footer-image.is-first {
    width: 0.75rem;
  }

  footer .footer-image.is-second {
    width: 1.16rem;
  }
}

@media print {
  footer .banner-item {
    border-width: 2px;
  }
}

.section-common-keyvisual {
  background: url(img/common/bg_keyvisual_repeat.png) center/0.12rem auto;
  text-align: right;
}

.section-common-keyvisual .keyvisual-title {
  margin-bottom: 0;
}

.section-common-keyvisual .keyvisual-title span {
  display: block;
}

.section-common-keyvisual .text-japanese {
  font-weight: 500;
  letter-spacing: 0.1em;
}

.section-common-keyvisual .text-english {
  color: #e66d21;
  font-family: Alata, sans-serif;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1.3846153846;
}

@media print, (min-width: 768px) {
  .section-common-keyvisual {
    margin-bottom: 80px;
    border-top: 10px solid;
  }

  .section-common-keyvisual .wrapper {
    min-height: 210px;
    padding-top: 42px;
    padding-bottom: 40px;
    padding-left: 400px;
  }

  .section-common-keyvisual .keyvisual-title {
    margin-right: -6px;
  }

  .section-common-keyvisual .text-japanese {
    margin-bottom: 7px;
    font-size: 0.57rem;
    line-height: 1.4385964912;
  }

  .section-common-keyvisual .text-english {
    font-size: 0.26rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .section-common-keyvisual .wrapper {
    padding-top: 80px;
    padding-right: 20px;
  }

  .section-common-keyvisual .text-japanese {
    font-size: 0.3rem;
  }

  .section-common-keyvisual .text-english {
    font-size: 0.2rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual {
    margin-bottom: 0.1rem;
    text-align: center;
  }

  .section-common-keyvisual .wrapper {
    padding: 0.5rem 0.15rem 0.4rem;
  }

  .section-common-keyvisual .text-japanese {
    margin-bottom: 0.1rem;
    font-size: 0.28rem;
    line-height: 1.1;
  }

  .section-common-keyvisual .text-english {
    font-size: 0.2rem;
  }
}

@media print {
  .section-common-keyvisual .wrapper {
    padding-top: 80px !important;
  }

  .section-common-keyvisual .text-japanese {
    font-size: 0.3rem !important;
  }

  .section-common-keyvisual .text-english {
    font-size: 0.2rem !important;
  }
}

.breadcrumb {
  font-weight: 500;
  line-height: 1;
}

.breadcrumb .breadcrumb-list {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.breadcrumb li {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.breadcrumb li:not(:first-child) {
  position: relative;
}

.breadcrumb li:not(:first-child)::before {
  content: "";
  position: absolute;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: solid #9a9a9a;
  border-width: 0 1px 1px 0;
}

.breadcrumb .font-english {
  padding-top: 1px;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.breadcrumb a {
  color: #222;
}

@media print, (min-width: 768px) {
  .breadcrumb {
    position: absolute;
    top: 300px;
    left: calc(100% - 54px);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform-origin: top left;
    transform-origin: top left;
    font-size: 0.14rem;
  }

  .breadcrumb li:not(:first-child) {
    padding-left: 25px;
  }

  .breadcrumb li:not(:first-child)::before {
    top: 5px;
    left: 9px;
    width: 5px;
    height: 5px;
  }
}

@media only screen and (max-width: 767.98px) {
  .breadcrumb {
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-bottom: 0.5rem;
    padding: 0 0.3rem;
    overflow-x: auto;
    font-size: 0.12rem;
  }

  .breadcrumb::-webkit-scrollbar {
    display: none;
  }

  .breadcrumb li:not(:first-child) {
    padding-left: 0.2rem;
  }

  .is-iphone .breadcrumb li:not(:first-child) {
    margin-top: 1px;
  }

  .breadcrumb li:not(:first-child)::before {
    top: 0.05rem;
    left: 0.06rem;
    width: 0.05rem;
    height: 0.05rem;
  }

  .is-iphone .breadcrumb li:not(:first-child)::before {
    top: 0.04rem;
  }
}

.slick-slider {
  display: block;
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

.slick-track::after {
  content: "";
  display: table;
  clear: both;
}

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

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

[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;
}

.button-common-primary {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: background 0.26s, color 0.26s;
  background: #222;
  color: #fff;
  font-family: Alata, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-decoration: none;
}

.button-common-primary::before,
.button-common-primary::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: opacity 0.26s, visibility 0.26s;
  background: no-repeat center/contain;
  pointer-events: none;
}

.button-common-primary::before {
  background-image: url(img/common/icn_arrow_right_02.svg);
}

.button-common-primary::after {
  visibility: hidden;
  opacity: 0;
  background-image: url(img/common/icn_arrow_right_03.svg);
}

.button-common-primary:hover {
  background: #fff;
  color: #222;
}

.button-common-primary:hover::before {
  visibility: hidden;
  opacity: 0;
}

.button-common-primary:hover::after {
  visibility: visible;
  opacity: 1;
}

@media print, (min-width: 768px) {
  .button-common-primary {
    min-width: 180px;
    min-height: 35px;
    padding: 3px 20px;
    font-size: 0.12rem;
  }

  .button-common-primary::before,
  .button-common-primary::after {
    width: 32px;
    height: 12px;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    min-width: 1.8rem;
    min-height: 0.35rem;
    padding: 0.03rem 0.2rem;
    font-size: 0.12rem;
  }

  .button-common-primary::before,
  .button-common-primary::after {
    width: 0.32rem;
    height: 0.12rem;
  }
}

.button-common-secondary {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #222;
  color: #fff;
  font-family: Alata, sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.button-common-secondary::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(img/common/icn_arrow_right_02.svg) no-repeat center/contain;
  pointer-events: none;
}

@media print, (min-width: 768px) {
  .button-common-secondary {
    min-width: 145px;
    min-height: 30px;
    padding: 3px 20px;
    font-size: 0.12rem;
  }

  .button-common-secondary::before {
    width: 32px;
    height: 12px;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-common-secondary {
    min-width: 1.45rem;
    min-height: 0.3rem;
    padding: 0.03rem 0.2rem;
    font-size: 0.12rem;
  }

  .button-common-secondary::before {
    width: 0.32rem;
    height: 0.12rem;
  }
}

.button-common-tertiary {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid;
  background: #fff;
  color: #222;
  font-family: Alata, sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.button-common-tertiary::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(img/common/icn_arrow_right_02.svg) no-repeat center/contain;
  pointer-events: none;
}

@media print, (min-width: 768px) {
  .button-common-tertiary {
    min-width: 130px;
    min-height: 30px;
    padding: 3px 20px;
    font-size: 0.12rem;
  }

  .button-common-tertiary::before {
    width: 32px;
    height: 12px;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-common-tertiary {
    min-width: 0.77rem;
    min-height: 0.18rem;
    padding: 0.03rem 0.2rem;
    font-size: 0.05rem;
  }

  .button-common-tertiary::before {
    width: 0.24rem;
    height: 0.07rem;
  }
}

.news-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.news-time {
  position: relative;
  color: #767676;
  letter-spacing: 0.1em;
}

.news-tag {
  margin-right: 0.1rem;
  background: #e66d21;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

@media print, (min-width: 768px) {
  .news-time {
    top: 1px;
    margin-right: 19px;
    font-size: 0.14rem;
  }

  .news-tag {
    padding: 5px 6px 4px;
    font-size: 0.12rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .news-info {
    font-size: 0.12rem;
  }

  .news-time {
    top: 1px;
    margin-right: 0.1rem;
  }

  .news-tag {
    padding: 0.05rem 0.06rem 0.04rem;
  }

  .is-iphone .news-tag {
    padding-top: 0.04rem;
    padding-bottom: 0.05rem;
  }
}

.title-common-primary {
  letter-spacing: 0.05em;
}

.title-common-primary span {
  display: block;
}

@media print, (min-width: 768px) {
 .title-common-primary .text-small {
  margin-bottom: 10px;
  font-size: 0.18rem;
 }
 
 .title-common-primary.ad-01 .text-small{
  font-size: 0.3rem;
  letter-spacing: 0.07em;
 }
 
 .title-common-primary.ad-01 .text-small span{
  display: inline;
  font-size: 0.5rem;
 }

  .title-common-primary .text-big {
    font-size: 0.4rem;
    line-height: 1.625;
  }
}

@media only screen and (max-width: 767.98px) {
  .title-common-primary .text-small {
    margin-bottom: 0.07rem;
    font-size: 0.18rem;
  }

  .title-common-primary .text-big {
    font-size: 0.32rem;
    line-height: 1.625;
  }
 
 .ad-01 .text-small{
  display: flex;
 }
}

@media only screen and (max-width: 767.98px) {
  .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0.38rem;
    height: 0.04rem;
  }

  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    background: #222;
  }

  .mCSB_scrollTools .mCSB_draggerContainer {
    background: #fff;
  }

  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    display: none;
  }
}

.section-common-graph {
  background: #efefef;
}

.section-common-graph .graph-title {
  letter-spacing: 0.07em;
}

.section-common-graph .graph-text {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.8571428571;
}

.section-common-graph .block-common {
  background: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.section-common-graph .graph-number {
  display: inline-block;
  color: #e66d21;
  font-family: Alata, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.2;
}

.section-common-graph .graph-population {
  text-align: center;
}

.section-common-graph .surf-inner {
  display: -ms-flexbox;
  display: flex;
}

.section-common-graph .surf-content {
  -ms-flex: 1;
  flex: 1;
}

.section-common-graph .surf-text {
  display: inline-block;
}

.section-common-graph .graph-commute {
  display: -ms-flexbox;
  display: flex;
}

.section-common-graph .commute-content {
  text-align: center;
}

.section-common-graph .graph-space {
  text-align: center;
}

.section-common-graph .space-title {
  line-height: 1.4285714286;
}

.section-common-graph .graph-golf {
  text-align: center;
}

.section-common-graph .airport-title {
  letter-spacing: 0.1em;
  text-align: center;
}

.section-common-graph .airport-title span {
  display: block;
}

.section-common-graph .airport-main {
  text-align: center;
}

.section-common-graph .airport-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-common-graph .airport-detail {
  text-align: center;
}

.section-common-graph .airport-detail-title {
  margin-bottom: 0;
  font-size: 0.12rem;
}

.section-common-graph .airport-detail-text {
  font-size: 0.18rem;
}

.section-common-graph .airport-detail-text span {
  position: relative;
  top: -4px;
}

.section-common-graph .house-title {
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.section-common-graph .access-title {
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.section-common-graph .graph-button {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.section-common-graph .graph-button a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .section-common-graph {
    position: relative;
    padding: 85px 0 78px;
  }

  .section-common-graph .graph-head {
    margin-bottom: 62px;
  }
 
 .section-common-graph .graph-head + a{
  text-decoration: unset;
 }

  .section-common-graph .graph-title {
    font-size: 0.5rem;
  }

  .section-common-graph .graph-title span {
    font-size: 0.3rem;
  }

  .section-common-graph .graph-text {
    -ms-flex: 1;
    flex: 1;
    margin-top: 11px;
    font-size: 0.14rem;
  }

  .section-common-graph .block-common {
    margin-bottom: 20px;
  }

  .section-common-graph .graph-number {
    font-size: 0.66rem;
  }

  .section-common-graph .graph-number.is-medium {
    font-size: 0.5rem;
  }

  .section-common-graph .graph-number.is-small {
    font-size: 0.34rem;
  }

  .section-common-graph .graph-block:not(:last-child) {
    margin-bottom: 19px;
  }

  .section-common-graph .graph-population {
/*    padding: 55px 40px 56px;*/
   padding: 79px 40px 80px;
  }

  .section-common-graph .population-title {
    margin-bottom: -8px;
    font-size: 0.16rem;
  }

  .section-common-graph .population-content {
    margin-bottom: 12px;
    font-size: 0.3rem;
  }

  .section-common-graph .population-content span {
    position: relative;
    top: -3px;
    margin-left: 9px;
  }

  .section-common-graph .graph-surf {
    padding: 27px 50px 20px 98px;
  }

  .section-common-graph .surf-image {
    margin-right: 31px;
  }

  .section-common-graph .surf-content {
    margin-top: -9px;
  }

  .section-common-graph .surf-text {
    margin-left: 2px;
  }

  .section-common-graph .surf-text-small {
    font-size: 0.16rem;
  }

  .section-common-graph .surf-text-big {
    margin: -4px 0 0 -3px;
    font-size: 0.3rem;
  }

  .section-common-graph .surf-title {
    margin: 3px 0 0 -13px;
    font-size: 0.16rem;
  }

  .section-common-graph .graph-commute {
    padding: 18px 50px 23px 70px;
  }

  .section-common-graph .commute-content {
    margin: 7px 6px 0 0;
  }

  .section-common-graph .commute-title {
    margin: 0 0 -6px 8px;
    font-size: 0.16rem;
  }

  .section-common-graph .commute-text {
    font-size: 0.3rem;
  }

  .section-common-graph .commute-text span {
    position: relative;
    top: -4px;
  }

  .section-common-graph .commute-text .graph-number {
    margin: 0 11px 0 -2px;
  }

  .section-common-graph .graph-space {
   padding: 29px 10px 25px;
  }

  .section-common-graph .space-title {
    margin-bottom: -3px;
    font-size: 0.14rem;
  }

  .section-common-graph .space-text {
    margin-bottom: 6px;
    font-size: 0.22rem;
  }

  .section-common-graph .space-text .is-big {
    font-size: 0.3rem;
  }

  .section-common-graph .space-text .graph-number {
    margin: 0 -3px 0 -8px;
  }

  .section-common-graph .space-text span {
    position: relative;
    top: -6px;
  }

 .section-common-graph .space-image + p{
  font-size: 0.125rem;
  margin: 0.1rem auto 0;
 }

  .section-common-graph .graph-golf {
   padding: 41px 10px 42px;;
  }

  .section-common-graph .golf-image {
    margin-bottom: 7px;
  }

  .section-common-graph .golf-title {
    margin-bottom: -11px;
    font-size: 0.14rem;
  }

  .section-common-graph .golf-text {
    margin-left: -5px;
    font-size: 0.3rem;
  }

  .section-common-graph .golf-text span {
    position: relative;
    top: -3px;
    right: -3px;
  }

  .section-common-graph .rent-inner {
    position: relative;
    padding: 20px 25px 28px 156px;
  }

  .section-common-graph .rent-image {
    position: absolute;
    top: 42px;
    left: 70px;
  }

  .section-common-graph .rent-title {
    margin: 0 0 -8px 20px;
    font-size: 0.16rem;
  }

  .section-common-graph .rent-text {
    font-size: 0.27rem;
  }

  .section-common-graph .rent-text .graph-number {
    margin: 0 -3px 0 -9px;
  }

  .section-common-graph .rent-text span {
    position: relative;
    top: -4px;
    letter-spacing: 0.1em;
  }

  .section-common-graph .graph-airport {
/*   padding: 38px 20px 27px;*/
   padding: 63px 20px 51px;
  }

  .section-common-graph .airport-title {
    margin-bottom: 15px;
  }

  .section-common-graph .airport-title .text-small {
    margin-bottom: 5px;
    font-size: 0.19rem;
  }

  .section-common-graph .airport-title .text-big {
    font-size: 0.3rem;
  }

  .section-common-graph .airport-image {
    margin: 0 32px 15px 0;
    text-align: center;
  }

  .section-common-graph .airport-main-title {
    margin-bottom: -8px;
    font-size: 0.16rem;
  }

  .section-common-graph .airport-main-text {
    margin-bottom: 8px;
    font-size: 0.3rem;
  }

  .section-common-graph .airport-main-text span {
    position: relative;
    top: -5px;
  }

  .section-common-graph .airport-main-text .graph-number {
    margin-left: -7px;
  }

  .section-common-graph .airport-detail.is-left {
    margin-right: 28px;
  }

  .section-common-graph .airport-detail .graph-number {
    margin-left: -6px;
  }

  .section-common-graph .airport-detail .graph-number.is-second {
    margin: 0 2px 0 -2px;
  }

  .section-common-graph .airport-detail-title {
    font-size: 0.12rem;
  }

  .section-common-graph .airport-detail-text {
    font-size: 0.18rem;
  }

  .section-common-graph .airport-detail-text span {
    position: relative;
    top: -4px;
  }

  .section-common-graph .graph-house {
    position: relative;
    padding: 60px 10px 26px 50px;
  }

  .section-common-graph .house-title {
    position: absolute;
    top: 19px;
    left: 68px;
    font-size: 0.35rem;
  }

  .section-common-graph .house-title span {
    font-size: 0.23rem;
  }

  .section-common-graph .graph-access {
    position: relative;
    padding: 41px 72px 25px 44px;
  }

  .section-common-graph .access-title {
    position: absolute;
    top: 19px;
    left: 71px;
    font-size: 0.35rem;
  }

  .section-common-graph .access-title span {
    font-size: 0.23rem;
  }

  .section-common-graph .access-image {
    margin-bottom: -9px;
    text-align: center;
  }

  .section-common-graph .access-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
  }

  .section-common-graph .access-content-left {
    margin-right: 18px;
  }

  .section-common-graph .access-note {
    margin-bottom: 2px;
    font-size: 0.16rem;
  }

  .section-common-graph .access-text {
    font-size: 0.3rem;
    letter-spacing: 0.1em;
  }

  .section-common-graph .access-text span {
    position: relative;
    top: -4px;
  }

  .section-common-graph .access-text .is-first {
    margin: 0 0 0 -9px;
  }

  .section-common-graph .access-text .is-second {
    margin: 0 5px 0 -5px;
  }

  .section-common-graph .access-text .is-third {
    margin: 0 1px 0 -9px;
  }

  .section-common-graph .graph-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 30px;
  }

  .section-common-graph .graph-button a {
    min-width: 480px;
    min-height: 60px;
    font-size: 0.24rem;
  }

  .section-common-graph .graph-button a::before,
  .section-common-graph .graph-button a::after {
    width: 60px;
    height: 20px;
  }

  .section-common-graph .graph-button-item {
    margin: 0 40px 20px;
  }
}

@media print, (min-width: 1200.02px) {
  .section-common-graph .graph-row {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
  }

  .section-common-graph .graph-column {
    margin: 0 10px;
  }

  .section-common-graph .column-one {
    width: 525px;
  }

  .section-common-graph .column-two {
    width: 468px;
  }

  .section-common-graph .column-four {
    width: 676px;
  }

  .section-common-graph .column-six {
    width: 187px;
  }

  .section-common-graph .column-three,
  .section-common-graph .column-five,
  .section-common-graph .column-seven {
    -ms-flex: 1;
    flex: 1;
  }
}

@media print, (min-width: 768px) and (max-width: 1200px) {
  .section-common-graph .graph-column {
    max-width: 700px;
    margin: 0 auto;
  }

  .section-common-graph .row-inner {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
  }

  .section-common-graph .row-inner .graph-column {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
 
 .section-common-graph .graph-golf{
  padding: 31px 10px 32px;
 }

  .section-common-graph .graph-surf {
    padding-top: 30px;
    padding-left: 30px;
  }

  .section-common-graph .surf-inner {
    width: fit-content;
    margin: 0 auto;
  }

  .section-common-graph .graph-commute {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-common-graph .rent-inner {
    width: fit-content;
    margin: 0 auto;
    padding-right: 75px;
  }
}

@media print, (min-width: 900.02px) {
  .graph-head {
    display: -ms-flexbox;
    display: flex;
  }

  .graph-title {
    margin: 0 46px 0 0;
  }
}

@media print, (min-width: 768px) and (max-width: 900px) {
  .graph-title {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-common-graph {
    padding: 0.4rem 0 0.32rem;
  }

  .section-common-graph .graph-head {
    margin-bottom: 0.35rem;
  }
 
 .section-common-graph .graph-head + a{
  text-decoration: unset;
 }

  .section-common-graph .graph-title {
    margin-bottom: 0.1rem;
    font-size: 0.32rem;
  }

  .section-common-graph .graph-title span {
    font-size: 0.22rem;
  }

  .section-common-graph .graph-text {
    font-size: 0.14rem;
  }

  .section-common-graph .block-common {
    margin-bottom: 0.1rem;
    border: 1px solid #d8d8d8;
  }

  .section-common-graph .block-common img {
    width: 100%;
  }

  .section-common-graph .row-inner {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.1rem;
  }

  .section-common-graph .row-inner .graph-column {
    width: calc(50% - 0.2rem);
    margin: 0 0.1rem;
  }

  .section-common-graph .graph-number {
    font-size: 0.6rem;
  }

  .section-common-graph .graph-block:not(:last-child) {
    margin-bottom: 0.3rem;
  }

  .section-common-graph .graph-population {
    padding: 0.18rem 0.3rem;
  }

  .section-common-graph .population-title {
    margin-bottom: 0.04rem;
    font-size: 0.16rem;
  }

  .section-common-graph .population-content {
    margin-bottom: 0.19rem;
    font-size: 0.17rem;
  }

  .section-common-graph .population-content span {
    margin-right: -0.05rem;
    margin-left: 0.13rem;
  }

  .section-common-graph .population-content .graph-number {
    font-size: 0.46rem;
  }

  .section-common-graph .population-image {
    width: 2.35rem;
    margin: 0 auto;
  }

  .section-common-graph .graph-surf {
    padding: 0.21rem 0.1rem 0.15rem;
  }

  .section-common-graph .surf-title {
    margin-bottom: 0.13rem;
    font-size: 0.16rem;
    text-align: center;
  }

  .section-common-graph .surf-inner {
    margin-left: 0.25rem;
  }

  .section-common-graph .surf-image {
    width: 0.8rem;
    margin-right: 0.1rem;
  }

  .section-common-graph .surf-content {
    margin-top: -0.03rem;
  }

  .section-common-graph .surf-content .graph-number {
    position: relative;
    top: -0.06rem;
    margin-right: 0.05rem;
  }

  .section-common-graph .surf-text {
    position: relative;
    top: -0.05rem;
  }

  .section-common-graph .surf-text-small {
    margin-bottom: -0.05rem;
    font-size: 0.16rem;
  }

  .section-common-graph .surf-text-big {
    margin-left: -0.04rem;
    font-size: 0.3rem;
  }

  .section-common-graph .graph-commute {
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.21rem 0.15rem 0.12rem;
  }

  .section-common-graph .commute-title {
    margin-bottom: 0;
    font-size: 0.16rem;
  }

  .section-common-graph .commute-text {
    margin-right: 0.76rem;
    font-size: 0.3rem;
  }

  .section-common-graph .commute-text span {
    position: relative;
    top: -0.04rem;
  }

  .section-common-graph .commute-text .graph-number {
    margin: 0 0.14rem 0 0;
  }

  .section-common-graph .commute-image {
    position: absolute;
    top: 0.46rem;
    right: 0.18rem;
    width: 0.75rem;
  }

  .section-common-graph .graph-kid {
/*   padding: 0.55rem 0.2rem;*/
   padding: 0.227rem 0.16rem;
  }

  .section-common-graph .kid-title {
    margin-bottom: 0;
    font-size: 0.14rem;
    line-height: 1.4285714286;
    text-align: center;
  }

  .section-common-graph .kid-text {
    margin: 0 0 0.05rem 0.02rem;
    font-size: 0.18rem;
    text-align: center;
  }

  .section-common-graph .kid-text .graph-number {
    position: relative;
    bottom: -0.02rem;
    padding: 0 0.1rem 0 0.02rem;
    font-size: 0.3rem;
  }

  .section-common-graph .kid-image {
    width: 0.54rem;
    margin: 0 auto;
  }
 
 .section-common-graph .kid-image + p{
  font-size: 0.13rem;
  margin-bottom: 0;
  margin-top: 1em;
 }

  .section-common-graph .graph-golf {
    padding: 0.39rem 0.1rem;
  }
 
 .graph-airport.sm.block-common{
  padding: 0.22rem 0.13rem;
 }

  .section-common-graph .golf-title {
    margin-bottom: 0.08rem;
    font-size: 0.14rem;
  }

  .section-common-graph .golf-text {
    position: relative;
    top: -0.02rem;
    left: 0.03rem;
    margin-bottom: 0.06rem;
    font-size: 0.18rem;
  }

  .section-common-graph .golf-text .graph-number {
    position: relative;
    top: 1px;
    left: -1px;
    font-size: 0.3rem;
  }

  .section-common-graph .golf-image {
    width: 0.53rem;
    margin: 0 auto;
  }

  .section-common-graph .rent-inner {
    position: relative;
    padding: 0.29rem 0.25rem 0.16rem;
    text-align: center;
  }

  .section-common-graph .rent-image {
    position: absolute;
    top: 0.19rem;
    left: 0.32rem;
    width: 0.45rem;
  }

  .section-common-graph .rent-title {
    margin: 0 0 0.09rem 0.57rem;
    font-size: 0.16rem;
  }

  .section-common-graph .rent-text {
    font-size: 0.3rem;
  }

  .section-common-graph .rent-text span {
    position: relative;
    top: -0.04rem;
  }

  .section-common-graph .rent-text .graph-number {
    margin: 0 0.02rem 0 -0.09rem;
  }

  .section-common-graph .graph-chart {
    padding: 0.22rem 0.2rem 0.2rem;
    text-align: center;
  }

  .section-common-graph .chart-title {
    margin-bottom: 0.14rem;
    font-size: 0.3rem;
    line-height: 1.4;
  }

  .section-common-graph .chart-inner {
    margin-bottom: 0.06rem;
    font-size: 0.3rem;
  }

  .section-common-graph .chart-inner span {
    position: relative;
    top: -0.04rem;
  }

  .section-common-graph .chart-inner .graph-number {
    margin: 0 0.05rem 0 -0.02rem;
  }

  .section-common-graph .chart-vertical {
    display: inline-block;
    position: relative;
    top: 0.03rem;
    width: 0.18rem;
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }

  .section-common-graph .chart-image {
    width: 1.9rem;
    margin: 0 auto;
  }

  .section-common-graph .chart-image img {
    margin-bottom: 0.12rem;
  }

  .section-common-graph .chart-image figcaption {
    font-size: 0.16rem;
    text-align: center;
  }

  .section-common-graph .graph-house {
    padding: 0.22rem 0.13rem;
  }

  .section-common-graph .house-title {
    margin: 0 0 -0.01rem 0.18rem;
    font-size: 0.31rem;
  }

  .section-common-graph .house-title span {
    font-size: 0.23rem;
  }

  .section-common-graph .graph-access {
    padding: 0.2rem 0.25rem 0.13rem;
  }

  .section-common-graph .access-title {
    margin-bottom: 0.03rem;
    padding-left: 0.11rem;
    font-size: 0.35rem;
  }

  .section-common-graph .access-title span {
    font-size: 0.23rem;
  }

  .section-common-graph .access-image {
    width: 2.42rem;
    margin: 0 auto 0.3rem;
  }

  .section-common-graph .access-content {
    padding-left: 0.25rem;
  }

  .section-common-graph .access-content .graph-number {
    margin-left: -0.08rem;
    font-size: 0.5rem;
  }

  .section-common-graph .access-content-left {
    margin-bottom: 0.12rem;
  }

  .section-common-graph .access-note {
    margin-bottom: -0.08rem;
    font-size: 0.16rem;
  }

  .section-common-graph .access-text {
    font-size: 0.3rem;
  }

  .section-common-graph .access-text span {
    position: relative;
    top: -0.04rem;
  }

  .section-common-graph .graph-button {
    padding-right: 5%;
    text-align: center;
  }

  .section-common-graph .graph-button a {
    width: 90%;
    min-height: 0.45rem;
    font-size: 0.18rem;
  }

  .section-common-graph .graph-button a::before,
  .section-common-graph .graph-button a::after {
    width: 0.4rem;
    height: 0.15rem;
  }

  .section-common-graph .graph-button-item:not(:last-child) {
    margin-bottom: 0.2rem;
  }
}

.section-top-keyvisual .slider-main:hover .main-item::before {
  visibility: hidden;
  opacity: 0;
}

.section-top-keyvisual .slider-main:hover .main-item::after {
  visibility: visible;
  opacity: 1;
}

.section-top-keyvisual .main-item {
  position: relative;
  color: #222;
}

.section-top-keyvisual .main-item::before,
.section-top-keyvisual .main-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transition: opacity 0.26s, visibility 0.26s;
  background: no-repeat center/contain;
}

.section-top-keyvisual .main-item::before {
  background-image: url(img/common/icn_arrow_triangle_02.svg);
}

.section-top-keyvisual .main-item::after {
  visibility: hidden;
  opacity: 0;
  background-image: url(img/common/icn_arrow_triangle_01.svg);
}

.section-top-keyvisual .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-top-keyvisual .main-content {
  position: absolute;
  opacity: 0;
}

.wf-active .section-top-keyvisual .main-content {
  transition: 0.26s ease;
  opacity: 1;
}

.section-top-keyvisual .content-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-shadow: 0 0 0.1rem #000;
}

.section-top-keyvisual .content-info > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section-top-keyvisual .content-time {
  background: url(img/common/icn_clock.svg) no-repeat center left;
  letter-spacing: 0.1em;
}

.section-top-keyvisual .content-category {
  font-weight: 500;
}

.section-top-keyvisual .content-label {
  display: inline-block;
  width: fit-content;
  background: #fff;
  font-weight: bold;
}

.section-top-keyvisual .content-title-text {
  background: #fff;
  font-weight: 900;
}

.section-top-keyvisual .content-title-text span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.section-top-keyvisual .slider-thumb {
  position: relative;
}

.section-top-keyvisual .slider-thumb::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.section-top-keyvisual .thumb-voice{
 width: 100%;
 height: 100%;
 background: rgba(34, 34, 34, 0.43);
 display: flex;
 justify-content: center;
 align-items: center;
}

.section-top-keyvisual .thumb-item {
  position: relative;
  cursor: pointer;
}

.section-top-keyvisual .thumb-item.slick-current {
  display: none;
}

.section-top-keyvisual .thumb-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-top-keyvisual .thumb-voice {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1.4;
  text-shadow: 0 0 0.1rem #000;
}

.section-top-keyvisual .news-title-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #d8d8d8;
}

.section-top-keyvisual .news-title {
  -ms-flex: 1;
  flex: 1;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.section-top-keyvisual .news-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.section-top-keyvisual .news-item {
  display: -ms-flexbox;
  display: flex;
}

.section-top-keyvisual .news-time {
  color: #c9c9c9;
  font-size: 0.12rem;
}

.section-top-keyvisual .news-tag {
  font-size: 0.1rem;
}

.section-top-keyvisual .news-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-top-keyvisual .news-content {
  -ms-flex: 1;
  flex: 1;
}

.section-top-keyvisual .news-link {
  display: -webkit-box;
  overflow: hidden;
  transition: color 0.26s;
  color: #222;
  line-height: 1.7;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.section-top-keyvisual .news-other {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.section-top-keyvisual .other-link {
  display: block;
  position: relative;
  transition: color 0.26s, border-color 0.26s;
  border: 0.02rem solid;
  color: #222;
  text-decoration: none;
}

.section-top-keyvisual .other-link::before,
.section-top-keyvisual .other-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transition: opacity 0.26s, visibility 0.26s;
  background: no-repeat center/contain;
}

.section-top-keyvisual .other-link::before {
  background-image: url(img/common/icn_arrow_triangle_04.svg);
}

.section-top-keyvisual .other-link::after {
  visibility: hidden;
  opacity: 0;
  background-image: url(img/common/icn_arrow_triangle_03.svg);
}

.section-top-keyvisual .other-link:hover {
  color: #f07d33;
}

.section-top-keyvisual .other-link:hover::before,
.section-top-keyvisual .other-link:hover .is-default {
  visibility: hidden;
  opacity: 0;
}

.section-top-keyvisual .other-link:hover::after,
.section-top-keyvisual .other-link:hover .is-hover {
  visibility: visible;
  opacity: 1;
}

.section-top-keyvisual .other-image {
  position: relative;
}

.section-top-keyvisual .other-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.26s, visibility 0.26s;
}

.section-top-keyvisual .other-image .is-hover {
  visibility: hidden;
  opacity: 0;
}

.section-top-keyvisual .other-text {
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .section-top-keyvisual .main-item::before,
  .section-top-keyvisual .main-item::after {
    width: 100px;
    height: 100px;
  }

  .section-top-keyvisual .main-image {
    height: 682px;
  }

  .section-top-keyvisual .main-content {
    top: 480px;
  }

  .section-top-keyvisual .keyvisual-news {
    width: 640px;
  }

  .section-top-keyvisual .content-info {
    margin-bottom: 10px;
  }

  .section-top-keyvisual .content-voice {
    margin-right: 20px;
    font-size: 0.17rem;
  }

  .section-top-keyvisual .content-time {
    margin-right: 20px;
    padding-left: 25px;
    background-size: 18px auto;
    font-size: 0.14rem;
  }

  .section-top-keyvisual .content-category {
    font-size: 0.14rem;
  }

  .section-top-keyvisual .content-label {
    margin-bottom: 10px;
    padding: 9px 20px;
    font-size: 0.15rem;
  }

  .section-top-keyvisual .content-label span {
    font-size: 0.14rem;
  }

  .section-top-keyvisual .content-title-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-top-keyvisual .content-title-text {
    max-width: 815px;
    padding: 16px 25px 16px 20px;
    font-size: 0.22rem;
  }

  .section-top-keyvisual .thumb-image {
    height: 118px;
  }

  .section-top-keyvisual .thumb-voice {
    font-size: 0.2rem;
  }

  .section-top-keyvisual .news-title-wrapper {
    margin-bottom: 20px;
    padding: 0 24px 14px 0;
  }

  .section-top-keyvisual .news-title {
    margin: 0 20px 0 0;
    font-size: 0.45rem;
  }

  .section-top-keyvisual .button-common-secondary {
    margin-top: 10px;
  }

  .section-top-keyvisual .news-list {
    margin-bottom: 34px;
  }

  .section-top-keyvisual .news-item {
    margin-bottom: 20px;
  }
 
 .section-top-keyvisual .news-item a{
  text-decoration: none;
 }
 
 .section-top-keyvisual .news-item a:hover + .news-content a{
  color: #e66d21;
 }

  .section-top-keyvisual .news-image {
    width: 159px;
    height: 90px;
    margin-right: 24px;
  }

  .section-top-keyvisual .news-content {
    padding-top: 7px;
  }

  .section-top-keyvisual .news-info {
    margin-bottom: 14px;
  }

  .section-top-keyvisual .news-time {
    margin-right: 10px;
  }

  .section-top-keyvisual .news-tag {
    padding: 4px 6px 2px;
  }

  .section-top-keyvisual .other-item {
    width: 265px;
    margin: 0 10px 18px;
  }

  .section-top-keyvisual .other-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 18px 30px 18px 20px;
  }

  .section-top-keyvisual .other-link::before,
  .section-top-keyvisual .other-link::after {
    width: 35px;
    height: 35px;
  }

  .section-top-keyvisual .other-image {
    width: 69px;
    height: 80px;
    margin-right: 10px;
  }

  .section-top-keyvisual .other-text {
    font-size: 0.14rem;
  }
}

@media print, (min-width: 1850.02px) {
  .section-top-keyvisual .main-content {
    left: 128px;
  }
}

@media print, (min-width: 768px) and (max-width: 1850px) {
  .section-top-keyvisual .main-content {
    left: 30px;
    width: 80%;
  }
}

@media print, (min-width: 1250.02px) {
  .section-top-keyvisual {
    position: relative;
  }

  .section-top-keyvisual .keyvisual-slider {
    margin: 0 640px 0 80px;
  }

  .section-top-keyvisual .keyvisual-news {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 74px 46px 46px;
  }

  .section-top-keyvisual .news-other {
    margin: 0 -15px 0 -10px;
  }
}

@media print, (min-width: 768px) and (max-width: 1250px) {
  .section-top-keyvisual .keyvisual-slider {
    margin-left: 80px;
  }

  .section-top-keyvisual .keyvisual-news {
    margin: 0 auto;
    padding: 50px 0;
  }

  .section-top-keyvisual .news-other {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual .slider-main {
    height: 3.3rem;
  }

  .section-top-keyvisual .slick-list,
  .section-top-keyvisual .slick-track,
  .section-top-keyvisual .main-image {
    height: 100%;
  }

  .section-top-keyvisual .main-item::before,
  .section-top-keyvisual .main-item::after {
    width: 0.78rem;
    height: 0.78rem;
  }

  .section-top-keyvisual .main-content {
    top: 2.06rem;
    left: 0.3rem;
  }

  .section-top-keyvisual .content-info {
    margin-bottom: 0.05rem;
  }

  .section-top-keyvisual .content-voice {
    margin-right: 0.17rem;
    font-size: 0.12rem;
  }

  .section-top-keyvisual .content-time {
    margin-right: 0.18rem;
    padding-left: 0.23rem;
    background-size: 0.13rem auto;
    font-size: 0.1rem;
  }

  .section-top-keyvisual .content-category {
    font-size: 0.1rem;
  }

  .section-top-keyvisual .content-title-text {
    max-width: 2.6rem;
    margin-bottom: 0.06rem;
    padding: 0.08rem 0.13rem;
    font-size: 0.14rem;
  }

  .section-top-keyvisual .content-label {
    padding: 0.06rem 0.11rem;
    font-size: 0.14rem;
  }

  .section-top-keyvisual .thumb-item {
    height: 0.8rem;
  }

  .section-top-keyvisual .thumb-image {
    height: 100%;
  }

  .section-top-keyvisual .thumb-voice {
    font-size: 0.08rem;
    line-height: 1.375;
  }

  .section-top-keyvisual .keyvisual-news {
    padding: 0.33rem 0.3rem 0.35rem;
  }

  .section-top-keyvisual .news-info {
    margin-bottom: 0.1rem;
  }

  .section-top-keyvisual .news-time {
    margin-right: 0.1rem;
  }

  .section-top-keyvisual .news-tag {
    padding: 0.02rem 0.06rem 0.03rem;
  }

  .section-top-keyvisual .news-title-wrapper {
    margin-bottom: 0.15rem;
    padding: 0 0.16rem 0.15rem 0;
  }

  .section-top-keyvisual .news-title {
    margin: 0 0.2rem 0 0;
    font-size: 0.35rem;
  }

  .section-top-keyvisual .button-common-secondary {
    margin-top: 0.08rem;
  }

  .section-top-keyvisual .news-list {
    margin-bottom: 0.3rem;
  }

  .section-top-keyvisual .news-item:not(:last-child) {
    margin-bottom: 0.15rem;
    padding-bottom: 0.15rem;
    border-bottom: 1px solid #d8d8d8;
  }

  .section-top-keyvisual .news-image {
    width: 1.02rem;
    height: 0.8rem;
    margin-right: 0.2rem;
  }

  .section-top-keyvisual .news-content {
    margin-top: -0.02rem;
  }
 
 .news-content a{
  text-decoration: none;
 }

  .section-top-keyvisual .news-head {
    margin-bottom: 0.1rem;
  }

  .section-top-keyvisual .news-link {
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }

  .section-top-keyvisual .news-other {
    margin: 0 -0.04rem 0 -0.02rem;
  }

  .section-top-keyvisual .other-item {
    width: 1.55rem;
    margin: 0 0.02rem 0.04rem;
  }

  .section-top-keyvisual .other-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0.16rem 0.1rem;
  }

  .section-top-keyvisual .other-link::before,
  .section-top-keyvisual .other-link::after {
    right: -1px;
    bottom: -1px;
    width: 0.3rem;
    height: 0.3rem;
  }

  .section-top-keyvisual .other-image {
    width: 0.45rem;
    height: 0.45rem;
    margin: 0 0.05rem 0 0;
  }

  .section-top-keyvisual .other-text {
    font-size: 0.12rem;
    text-align: center;
  }
}

@media print, (min-width: 768px) {
  .section-mark {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    left: -14px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    color: #e66d21;
    font-size: 0.14rem;
    line-height: 1.2;
  }

  .section-mark .mark-count::after {
    content: "";
    display: inline-block;
    position: relative;
    top: -4px;
    width: 20px;
    margin: 0 10px 0 8px;
    border-bottom: 1px solid;
  }
}

.section-top-sell {
  position: relative;
  background: #efefef;
}

.section-top-sell .sell-text {
  font-weight: 500;
  line-height: 1.8571428571;
}

.section-top-sell .sell-list {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.section-top-sell .sell-item {
  position: relative;
}

.section-top-sell .sell-link {
  display: block;
  color: #222;
}

.section-top-sell .sell-link:hover .sell-caption span {
  background: #222;
  color: #fff;
}

.section-top-sell .sell-count {
  position: absolute;
  letter-spacing: -0.05em;
  line-height: 1;
}

.section-top-sell .sell-caption {
  position: absolute;
  left: 0;
  font-weight: bold;
  line-height: 1.2;
}

.section-top-sell .sell-caption span {
  display: block;
  width: fit-content;
  transition: color 0.26s, background 0.26s;
  background: #fff;
}

@media print, (min-width: 768px) {
  .section-top-sell {
    padding: 130px 0 46px;
  }

  .section-top-sell .title-common-primary {
    margin: 0 0 47px 5px;
  }

  .section-top-sell .sell-text {
    margin-bottom: 50px;
    padding-right: 80px;
    font-size: 0.14rem;
  }

  .section-top-sell .sell-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -62px 0 -22px;
  }

  .section-top-sell .sell-item {
    width: 290px;
    margin: 0 22px 80px;
  }

  .section-top-sell .sell-count {
    top: -43px;
    left: -25px;
    font-size: 0.9rem;
    letter-spacing: -0.05em;
  }

  .section-top-sell .sell-caption {
    bottom: -23px;
    font-size: 0.24rem;
  }
 
 .section-top-sell .sell-caption p{
  font-size: 0.2rem;
 }

 .section-top-sell .sell-caption span {
  margin: 0 0 5px;
  padding: 0.05rem 0.1rem;
  white-space: nowrap;
 }
}

@media print, (min-width: 1250px) {
  .section-top-sell .wrapper {
    display: -ms-flexbox;
    display: flex;
  }

  .section-top-sell .sell-content {
    width: 380px;
    margin-right: 62px;
    padding-top: 52px;
  }

  .section-top-sell .sell-list-wrapper {
    -ms-flex: 1;
    flex: 1;
  }
}

@media print, (min-width: 768px) and (max-width: 1250px) {
  .section-top-sell .sell-item {
    width: calc(33.333% - 40px);
    min-width: 270px;
    margin: 0 20px 80px;
  }

  .section-top-sell .sell-image img {
    width: 100%;
  }

  .section-top-sell .sell-caption {
    font-size: 0.22rem;
  }

  .section-top-sell .sell-content {
    margin-bottom: 90px;
  }
}

@media print, (min-width: 1251px) and (max-width: 1560px){
 .section-top-sell .sell-item{
  width: 27%;
 }
}

@media only screen and (max-width: 767.98px) {
  .section-top-sell {
    padding: 0.4rem 0 0.77rem;
  }

  .section-top-sell .sell-content {
    margin-bottom: 0.2rem;
  }

  .section-top-sell .title-common-primary {
    margin-bottom: 0.1rem;
  }

  .section-top-sell .sell-text {
    margin-bottom: 0;
    font-size: 0.14rem;
  }

  .section-top-sell .sell-list {
    padding: 0.44rem 0;
  }

  .section-top-sell .sell-item {
    -ms-flex: 0 0 2.44rem;
    flex: 0 0 2.44rem;
    margin: 0 0.14rem;
  }

  .section-top-sell .sell-count {
    top: -0.36rem;
    left: -0.11rem;
    font-size: 0.74rem;
    letter-spacing: -0.08em;
  }

  .section-top-sell .sell-image img {
    width: 100%;
  }

  .section-top-sell .sell-caption {
    bottom: -0.17rem;
    font-size: 0.2rem;
  }

  .section-top-sell .sell-caption span {
    padding: 0.08rem 0.17rem;
  }

  .section-top-sell .button-common-primary {
    position: absolute;
    bottom: 0.4rem;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.section-top-preferential {
  position: relative;
  background: #f07d33;
}

.section-top-preferential .section-mark {
  color: #fff;
}

.section-top-preferential .accordion-content {
  color: #fff;
}

.section-top-preferential .preferential-title {
  letter-spacing: 0.1em;
}

.section-top-preferential .preferential-text {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.8571428571;
}

.section-top-preferential .preferential-treatment {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.section-top-preferential .treatment-item {
  background: #fff;
}

.section-top-preferential .treatment-title-wrapper {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.33;
}

.section-top-preferential .treatment-title-wrapper::before {
  content: "";
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 1px solid #d8d8d8;
}

.section-top-preferential .treatment-title {
  height: fit-content;
  margin-bottom: 0;
  text-align: center;
}

.section-top-preferential .treatment-content {
  text-align: center;
}

.section-top-preferential .treatment-content *:last-child {
  margin-bottom: 0;
}

.section-top-preferential .treatment-content p {
  font-weight: bold;
  line-height: 1.4782608696;
}

.section-top-preferential .treatment-number {
  text-align: center;
}

.section-top-preferential .treatment-number img {
  width: auto;
  height: 100%;
}

.section-top-preferential .text-mark {
  color: #e66d21;
  font-weight: bold;
  line-height: 1.5;
}

.section-top-preferential .button-common-tertiary {
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media print, (min-width: 768px) {
  .section-top-preferential {
    padding: 100px 0 80px;
  }

  .section-top-preferential .section-mark {
    left: -50px;
  }

  .section-top-preferential .accordion-content {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }

  .section-top-preferential .preferential-title {
    margin: 0 40px 0 0;
    font-size: 0.5rem;
  }

  .section-top-preferential .preferential-text {
    -ms-flex: 1;
    flex: 1;
    margin-top: 17px;
    font-size: 0.14rem;
  }

  .section-top-preferential .preferential-treatment {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
  }

  .section-top-preferential .treatment-item {
    width: 335px;
    margin: 0 10px 20px;
    padding: 12px 20px 17px;
  }

  .section-top-preferential .treatment-title-wrapper {
    min-height: 84px;
    margin-bottom: 32px;
  }

  .section-top-preferential .treatment-title-wrapper::before {
    bottom: -16px;
    width: 100px;
  }

  .section-top-preferential .treatment-title {
    font-size: 0.3rem;
  }

  .section-top-preferential .treatment-title span {
    font-size: 0.25rem;
  }

  .section-top-preferential .treatment-content {
    margin-bottom: 17px;
  }

  .section-top-preferential .treatment-content p {
    font-size: 0.23rem;
  }

  .section-top-preferential .treatment-content .text-small {
    font-size: 0.15rem;
  }

 .section-top-preferential .treatment-number {
  height: 95px;
  margin: 0 0 23px;
 }

  .section-top-preferential .text-mark {
    margin-bottom: 10px;
    font-size: 0.16rem;
  }
}

@media print, (min-width: 768px) and (max-width: 1650px) {
  .section-top-preferential .preferential-treatment {
    max-width: 900px;
    margin: 0 auto;
  }

  .section-top-preferential .treatment-item {
    width: calc(50% - 20px);
  }

  .section-top-preferential .treatment-title {
    margin: 0 -5px;
    font-size: 0.25rem;
  }

  .section-top-preferential .treatment-number {
    height: 70px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-preferential {
    padding: 0.39rem 0 0.27rem;
  }

  .section-top-preferential .accordion-content {
    margin-bottom: 0.32rem;
  }

  .section-top-preferential .preferential-title {
    margin-bottom: 0.12rem;
    font-size: 0.32rem;
  }

  .section-top-preferential .preferential-title span {
    font-size: 0.22rem;
  }

  .section-top-preferential .preferential-treatment {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.05rem;
  }

  .section-top-preferential .treatment-item {
    width: 1.52rem;
    margin: 0 0.05rem 0.13rem;
    padding: 0.1rem 0.1rem 0.11rem;
  }

  .section-top-preferential .treatment-title-wrapper {
    margin-bottom: 0.25rem;
  }

  .section-top-preferential .treatment-title-wrapper::before {
    bottom: -0.11rem;
    width: 0.45rem;
  }

  .section-top-preferential .treatment-title {
    font-size: 0.12rem;
  }

  .section-top-preferential .treatment-title span {
    font-size: 0.1rem;
  }

  .section-top-preferential .treatment-content {
    margin-bottom: 0.05rem;
  }

  .section-top-preferential .treatment-number {
    height: 0.36rem;
    margin: 0 0 0.12rem;
  }

  .section-top-preferential .text-mark {
    font-size: 0.07rem;
  }
}

.section-top-gallery .gallery-link {
  display: block;
  position: relative;
}

.section-top-gallery .gallery-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background 0.26s;
}

.section-top-gallery .gallery-link:hover::before {
  background: rgba(34, 34, 34, 0.7);
}

.section-top-gallery .gallery-link:hover .gallery-text {
  visibility: visible;
  opacity: 1;
}

.section-top-gallery .gallery-text {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  padding: 0.1rem 0.2rem;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 0.26s, visibility 0.26s;
  opacity: 0;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

@media print, (min-width: 768px) {
  .section-top-gallery {
    position: relative;
    padding: 100px 0;
  }

  .section-top-gallery .section-mark {
    left: 4px;
  }

  .section-top-gallery .wrapper {
    max-width: 1882px;
  }

  .section-top-gallery .gallery-top {
    margin-bottom: 40px;
  }

  .section-top-gallery .gallery-item {
    width: 390px;
    margin: 0 20px;
  }

  .section-top-gallery .gallery-text {
    font-size: 0.2rem;
  }
}

@media only screen and (max-width: 767.98px) {
 .section-top-gallery {
  padding: 0.4rem 0;
 }
 .section-top-gallery .wrapper {
  max-width: 16.82rem;
  padding-right: 0rem;
  padding-left: 0rem;
 }
 .section-top-gallery .gallery-top {
  margin-bottom: 0.25rem;
 }
 .section-top-gallery .gallery-item {
  width: 2.5rem;
  height: 1.86rem;
  margin: 0 0.13rem;
 }
 .section-top-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
 }
 .section-top-gallery .gallery-text {
  font-size: 0.12rem;
 }
}

:lang(en) .section-common-graph .house-title {
    font-size: 0.11rem;
}
:lang(en) .treatment-item-li p {
    font-size: 0.18rem;
}
:lang(en) .graph-golf {
    padding: 85px 10px 107px;
}
:lang(en) .graph-surf {
    padding: 125px 50px 95px 98px;
}
:lang(en) .graph-airport {
    padding: 155px 20px 117px;
}

@media only screen and (max-width: 480px) {
    :lang(en) .graph-surf {
        padding: 0.21rem 0.1rem 0.15rem;
    }
    :lang(en) .graph-golf {
        padding: 65px 10px 98px;
    }
    :lang(en) .access-title {
        font-size: 0.2rem;
    }
    :lang(en) .section-common-graph .airport-detail-text {
        font-size: 0.17rem;
    }
    :lang(en) .section-common-graph .commute-text {
        margin-right: 0;
    }
    :lang(en) .section-common-graph .commute-image {
        top: 0.65rem;
        right: 0.08rem;
    }
}

@media print, (min-width: 1201px) and (max-width: 1599px) {
 .section-common-graph .wrapper{
  padding-right: 0;
  padding-left: 0;
 }
 .section-common-graph .graph-head{
  padding-right: 100px;
  padding-left: 100px;
 }
 .graph-block{
  transform: scale(0.8);
  transform-origin: top;
 }
}

/*追加*/
.search-english a.glink{
		color: #C9C9C9!important;
    	text-decoration: none!important;
	}
	.search-english a.gt-current-lang{
		color: #222!important;
	}
	.section-top-preferential .treatment-content .add-number p,
	.section-top-preferential .treatment-content .add-number p span{
		font-size: 60px;
	}
	.referential-treatment .treatment-item:nth-child(3) .treatment-content p{
		font-size: 24px;
	}
	.referential-treatment .treatment-item:last-child .treatment-content p{
		font-size: 30px;
	}
	.section-top-preferential .treatment-title-wrapper{
		min-height: 45px;
        margin: 20px 0 55px;
	}
 .gtranslate_wrapper{
  display: flex;
 }
 .search-english a.glink:nth-child(1){
  order: 2!important;
  padding: 0 0 0 20px!important;
  margin: 0 0 0 20px!important;
  border-left: solid 1px!important;
  border-right: none!important;
 }
 .search-english a.gt-current-lang{
  order: 1;
 }
 
	@media screen and (max-width: 767.98px){
		.search-english a.gt-current-lang{
			display: block!important;
		}
		header .search-english .gtranslate_wrapper{
			display: flex;
		}
		.search-english a.glink{
			color: #888888;
        	text-decoration: none;
		}
		.search-english a.glink:nth-child(1){
			margin-right: 8px;
			padding-right: 8px;
			border-right: 1px solid #fff;
		}
		.search-english a.gt-current-lang{
			color: #fff;
		}
		header .search-english{
			padding: 0.05rem 0.05rem 0.05rem 0;
		}
		.wf-active .section-top-keyvisual .main-content{
   top: unset;
			bottom: 20px;
			left: 20px;
		}
		.section-top-keyvisual .content-info,.section-top-keyvisual .content-info{
			margin-bottom: 0.1rem;
		}
		.section-top-keyvisual .content-title-text{
			font-size: 18px;
			padding: 5px 10px;
			margin-bottom: 5px;
		}
		.section-top-keyvisual .content-label{
			font-size: 13px;
        	padding: 5px 10px;
		}
		.section-top-keyvisual .main-item::before, .section-top-keyvisual .main-item::after{
			width: 50px;
			height: 50px;
		}
		.section-top-keyvisual .thumb-voice{
   font-size: 17px;
   text-shadow: none;
		}
  
  .search-english a.glink:nth-child(1){
   color: #fff!important;
   text-decoration: underline!important;
   border-left: none!important;
  }
  
	}