@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-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 {
    width: 1600px;
    margin: 0;
  }

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

  @page :left {
    margin: 0;
  }

  @page :right {
    margin: 0;
  }

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

html {
  transition: opacity 0.3s ease;
  opacity: 1;
  line-height: 1;
}

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

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

.hidden {
  display: none;
}

.trans {
  transition: opacity 0.26s ease;
  opacity: 1;
  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;
}

.font-yumin {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

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

.pointer-none {
  pointer-events: none;
}

.preload .navigation-body {
  transition: none !important;
}

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

  body {
    font-size: 0.15rem;
    line-height: 2;
  }

  .container {
    min-width: 1260px;
    overflow: hidden;
  }

  .wrapper {
    width: 1060px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  .sm {
    display: none !important;
  }
}

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

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

  .has-menu {
    position: fixed;
    width: 100%;
  }

  body {
    font-size: 0.28rem;
    line-height: 1.7142857143;
  }

  .container {
    min-width: 320px;
  }

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

  .md {
    display: none !important;
  }
}

.button-hamburger {
  position: absolute;
  z-index: 99;
  cursor: pointer;
}

.button-hamburger > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.4s ease;
  border-bottom: 0.02rem solid #fff;
}

@media only screen and (max-width: 767.98px) {
  .button-hamburger {
    top: 0.18rem;
    right: 0.21rem;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 100%;
    background-color: #007274;
  }

  .button-hamburger > span {
    width: 0.4rem;
    margin-left: -0.2rem;
  }

  .button-hamburger > span:nth-child(1) {
    margin-top: -0.15rem;
  }

  .button-hamburger > span:nth-child(2) {
    margin-top: -0.01rem;
  }

  .button-hamburger > span:nth-child(3) {
    margin-top: 0.13rem;
  }

  .button-hamburger.is-active > span {
    width: 0.4rem;
    margin-top: 0;
  }

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

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

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

.navigation .navigation-menu {
  margin-bottom: 0;
  list-style: none;
}

.navigation .navigation-menu a {
  text-decoration: none;
}

.navigation .menu-link {
  cursor: pointer;
}

.navigation .has-sub {
  position: relative;
}

@media print, (min-width: 768px) {
  .navigation {
    display: block !important;
    height: auto !important;
    margin-left: auto;
    opacity: 1 !important;
  }

  .navigation .navigation-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .navigation .navigation-inner {
    position: relative;
    z-index: 2;
  }

  .navigation .navigation-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 2px;
    padding: 10px 0 0;
    padding-left: 0;
    font-size: 0.14rem;
    font-weight: 700;
  }

  .navigation .navigation-menu > li {
    position: relative;
    z-index: 5;
    margin-left: 30px;
  }

  .navigation .navigation-menu > li:first-child {
    margin-left: 0;
  }

  .navigation .navigation-menu > li.has-sub {
    z-index: 4;
  }

  .navigation .navigation-menu .menu-link {
    display: block;
    color: #000;
    font-size: 0.15rem;
    font-weight: 300;
  }

  .navigation .navigation-menu .menu-link.is-active::after {
    visibility: visible;
    opacity: 1;
  }

  .navigation .has-sub {
    padding-right: 15px;
  }

  .navigation .has-sub:last-child {
    margin-right: 0;
  }

  .navigation .has-sub::after {
    content: "";
    position: absolute;
  }

  .navigation .has-sub::after {
    top: 11px;
    right: -2px;
    width: 12px;
    height: 8px;
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: transform 0.4s ease;
    background: url("../img/common/icn_arrow_down.svg") center/contain no-repeat;
  }

  .navigation .has-sub::before {
    visibility: hidden;
    right: 0;
    bottom: 1px;
    left: 0;
    height: 1px;
    transition: opacity 0.26s ease, visibility 0.26s ease;
    border-bottom: 2px solid #007274;
    opacity: 0;
  }

  html:not(.is-tablet) .navigation .has-sub:hover::before,
  .is-tablet .navigation .has-sub.is-current::before {
    visibility: visible;
    opacity: 1;
  }

  html:not(.is-tablet) .navigation .has-sub:hover::after,
  .is-tablet .navigation .has-sub.is-current::after {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@media only screen and (max-width: 767.98px) {
  .navigation {
    display: none;
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 1.49rem;
    background: #fff;
  }

  .navigation .navigation-content {
    position: relative;
    min-height: 100%;
    padding-bottom: 0.92rem;
  }

  .navigation .navigation-inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 0.17rem;
    overflow-y: auto;
  }

  .navigation .button-hamburger {
    top: 0.25rem;
    margin-top: -0.25rem;
  }

  .navigation .button-hamburger > span {
    width: 0.43rem;
    margin-left: -0.33rem;
    background: #fff;
  }

  .navigation .button-hamburger > span:nth-child(1) {
    top: 0.29rem;
    -ms-transform: translateY(0.08rem) rotate(-43deg);
    transform: translateY(0.08rem) rotate(-43deg);
  }

  .navigation .button-hamburger > span:nth-child(2) {
    opacity: 0;
  }

  .navigation .button-hamburger > span:nth-child(3) {
    -ms-transform: translateY(-0.08rem) rotate(44deg);
    transform: translateY(-0.08rem) rotate(44deg);
  }

  .navigation .button-online {
    display: block;
    width: 6rem;
    min-height: 1.45rem;
    margin: 0.33rem auto 0;
    padding: 0.33rem 0.3rem 0.2rem 1.72rem;
    border-radius: 0.76rem;
    background: #007274 url(../img/common/menu_icn_03.svg) top 0.33rem left 0.77rem/0.74rem 0.74rem no-repeat;
    color: #fff;
    letter-spacing: 0.01em;
    line-height: 1.2;
  }

  .navigation .button-online span {
    display: block;
  }

  .navigation .online-text {
    margin-bottom: 0.07rem;
    font-size: 0.24rem;
  }

  .navigation .online-detail {
    font-size: 0.29rem;
    font-weight: bold;
  }

  .navigation-menu {
    position: relative;
    padding: 0 0.35rem;
  }

  .navigation-menu > li {
    position: relative;
    padding: 0.1rem 0;
    border-bottom: 1px dashed #ddd;
  }

  .navigation-menu > li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.19rem;
    width: 0.25rem;
    height: 0.25rem;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/common/menu_icn_01.svg") center/contain no-repeat;
  }

  .navigation-menu > li.has-sub {
    padding: 0;
  }

  .navigation-menu > li.has-sub .menu-link {
    padding: 0.18rem 0.5rem 0.16rem 0.67rem;
  }

  .navigation-menu .menu-link {
    display: block;
    position: relative;
    padding: 0.08rem 0.5rem 0.06rem 0.67rem;
    color: #007274;
    font-size: 0.32rem;
    letter-spacing: 0.01em;
  }

  .navigation-menu .navigation-head {
    position: relative;
  }

  .navigation-menu .navigation-head::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.19rem;
    width: 0.25rem;
    height: 0.25rem;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/common/menu_icn_01.svg") center/contain no-repeat;
  }

  .navigation-menu .navigation-head .menu-link::after {
    display: none;
  }

  .navigation-menu .button-dropdown {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .navigation-menu .button-dropdown::before {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .navigation-menu .is-active .button-dropdown::before {
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .navigation-menu .sub-image {
    display: none;
  }

  .navigation-menu .sub-text {
    margin-bottom: 0;
    color: #007274;
  }

  .has-sub::after {
    display: none;
  }

  .has-sub.is-active .navigation-head {
    border-bottom: 1px dashed #ddd;
    background-color: rgba(0, 114, 116, 0.05);
  }

  .has-sub.is-active .menu-link::before {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .has-sub .navigation-head {
    transition: all 0.4s ease;
    border-bottom: 1px dashed #fff;
    background-color: transparent;
  }

  .has-sub .menu-link {
    display: inline-block;
  }

  .has-sub .menu-link::before {
    content: "";
    position: absolute;
    top: 0.34rem;
    right: 0.02rem;
    width: 0.33rem;
    height: 0.21rem;
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: transform 0.4s ease;
    background: url("../img/common/icn_arrow_down.svg") center/contain no-repeat;
  }
}

.navigation-body {
  position: relative;
  margin: 0 auto;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
}

.navigation-body .navigation-body {
  width: 100%;
  background-color: #fff;
}

.navigation-body .sub-menu {
  list-style: none;
}

.navigation-body .sub-item {
  display: block;
  position: relative;
  color: #4d4d4d;
}

.navigation-body .sub-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navigation-body .sub-image {
  position: relative;
}

.navigation-body .sub-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-color: #fff;
}

.navigation-body .sub-title {
  display: block;
  position: relative;
  color: #fff;
  font-weight: 300;
}

@media print, (min-width: 768px) {
  html:not(.is-tablet) .navigation .navigation-menu > li:hover .menu-link::after,
  .is-tablet .navigation .navigation-menu > li.is-current .menu-link::after {
    visibility: visible;
    opacity: 1;
  }

  html:not(.is-tablet) .navigation .navigation-menu > li:hover .navigation-body,
  .is-tablet .navigation .navigation-menu > li.is-current .navigation-body {
    visibility: visible;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
    pointer-events: auto;
  }

  html:not(.is-tablet) .navigation .navigation-menu > li:hover .navigation-body,
  .is-tablet .navigation .navigation-menu > li.is-current .navigation-body {
    transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
  }

  .navigation-menu .is-blog .menu-link::after {
    width: calc(100% + 24px);
  }

  .navigation-menu .is-contact .menu-link::after {
    width: calc(100% + 16px);
  }

  .navigation-menu .is-menu .menu-link::after {
    left: calc(50% + 10px);
    width: calc(100% + 20px);
  }

  .navigation-menu .menu-link {
    position: relative;
  }

  .navigation-menu .menu-link::after {
    content: "";
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 1px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: opacity 0.26s ease, visibility 0.26s ease;
    border-bottom: 2px solid #007274;
    opacity: 0;
  }

  .navigation-body {
    display: -ms-flexbox !important;
    display: flex !important;
    visibility: hidden;
    position: absolute;
    z-index: 100;
    top: 25px;
    left: calc(50% - 123px);
    height: auto !important;
    padding: 49px 0 6px;
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
    opacity: 0;
    pointer-events: none;
  }

  .is-tablet .navigation-body {
    top: 30px;
  }

  .navigation-body::before {
    content: "";
    position: absolute;
    top: 42px;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.9;
    background-color: #007274;
  }

  .navigation-body.is-menu {
    width: 865px;
  }

  .navigation-body .sub-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
  }

  .navigation-body .sub-menu {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -5px;
    padding: 36px 7px 17px 18px;
  }

  .navigation-body .sub-menu.is-first {
    width: 42%;
    margin-right: -1px;
  }

  .navigation-body .sub-menu > li {
    display: -ms-flexbox;
    display: flex;
  }

  .navigation-body .sub-menu > li:not(:last-child) {
    margin-bottom: 9px;
  }

  .navigation-body .sub-item {
    padding: 0 5px 2px;
  }

  .navigation-body .sub-image {
    width: 59px;
    height: 37px;
  }

  .navigation-body .sub-link {
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 0.15rem;
    font-weight: 300;
    letter-spacing: 0.01em;
  }

  .navigation-body .sub-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 260px;
    padding-top: 10px;
    font-size: 0.23rem;
  }

  .navigation-body .sub-text {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
    padding: 3px 0 0 19px;
  }

  .navigation-body .sub-text::before {
    content: "・";
    position: absolute;
    top: 3px;
    left: 7px;
  }
}

@media only screen and (max-width: 767.98px) {
  .navigation-body {
    display: none;
  }

  .navigation-body .sub-menu {
    margin-bottom: 0;
    padding: 0.22rem 0.62rem 0.25rem;
  }

  .navigation-body .sub-menu > li:not(:last-child) {
    margin-bottom: 0.07rem;
  }

  .navigation-body .sub-item {
    display: block;
    padding: 0.06rem 0.44rem;
  }

  .navigation-body .sub-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.03rem;
    width: 0.26rem;
    height: 0.26rem;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/common/menu_icn_02.svg") center/contain no-repeat;
  }

  .navigation-body .sub-item::after {
    display: none;
  }

  .navigation-body .sub-link {
    font-size: 0.3rem;
    letter-spacing: 0.01em;
  }
}

header {
  position: relative;
  z-index: 999;
  color: #000;
}

header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #007274;
}

.is-tablet header::after {
  bottom: -1px;
}

header .header-logo {
  display: block;
}

header .header-logo a {
  display: block;
  width: 100%;
}

header .wrapper {
  width: 100%;
}

header .contact-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  margin: -3px 23px 0 0;
  padding: 0;
  list-style-type: none;
}

header .contact-list > li:not(:first-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -7px;
  width: 15px;
  height: 15px;
  background: url("../img/common/header_icn_01.png") center/contain no-repeat;
}

header .contact-list > li:nth-child(2)::after {
  opacity: 0;
}

header .contact-item {
  position: relative;
  padding: 0 6px;
}

header .contact-link {
  display: block;
  height: 15px;
}

header .contact-link img {
  display: block;
  width: auto;
  height: 100%;
}

@media print, (min-width: 768px) {
  header {
    min-width: 1260px;
  }

  header .header-logo {
    width: 211px;
    margin: 4px 0 0 8px;
  }

  header .wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1366px;
    padding: 22px 36px 42px 24px;
  }

  header .header-content {
    margin: 0 0 0 auto;
  }

  header .content-contact {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
  }

  header .contact-text {
    display: inline-block;
    height: 13px;
    margin: 6px 28px 0 0;
  }

  header .contact-text img {
    display: block;
    width: auto;
    height: 100%;
  }

  header .contact-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  header .inner-icon {
    width: 28px;
    margin-right: 9px;
  }

  header .inner-tel {
    height: 20px;
  }

  header .inner-tel img {
    display: block;
    width: auto;
    height: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  header::after {
    z-index: 90;
  }

  header .header-logo {
    position: relative;
    z-index: 91;
    width: 2.92rem;
    margin: 0.02rem 0 0 0.1rem;
  }

  header .wrapper {
    padding: 0.15rem 0.17rem 0.41rem;
  }
}

.button-top {
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  cursor: pointer;
  pointer-events: auto;
}

.button-top img {
  display: block;
  width: 100%;
  height: 100%;
}

.button-top.is-show {
  visibility: visible;
  opacity: 1;
}

@media print, (min-width: 768px) {
  .button-top {
    z-index: 1000;
    right: 51px;
    bottom: 41px;
    width: 74px;
    height: 74px;
  }

  .button-top:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-top {
    z-index: 100;
    right: 0.17rem;
    bottom: 0.21rem;
    width: 1.03rem;
    height: 1.03rem;
  }
}

footer {
  position: relative;
  background-color: #007274;
  color: #fff;
  letter-spacing: 0.075em;
}

footer .footer-logo {
  display: block;
}

footer .info-text {
  font-weight: 600;
}

.is-android footer .info-text {
  font-weight: 700;
}

footer .info-address {
  display: block;
}

footer .info-address-button {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
}

footer .info-tel,
footer .info-fax {
  letter-spacing: 0.075em;
  line-height: 1.5;
}

footer .tel-link {
  display: inline-block;
  color: #fff;
}

footer .schedule-title {
  font-weight: bold;
}

footer .schedule-detail {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: 300;
  line-height: 1.2;
}

footer .footer-box {
  text-align: center;
}

footer .box-pharmacy {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.is-android footer .box-pharmacy {
  font-weight: 700;
}

footer .box-address {
  display: inline-block;
  font-weight: 300;
}

footer .box-list {
  margin: 0 auto;
  list-style: none;
}

footer .box-item a {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-align: center;
}

.is-android footer .box-item a {
  font-weight: 700;
}

footer .foot-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

footer .foot-instagram {
  display: block;
  font-weight: 600;
}

.is-android footer .foot-instagram {
  font-weight: bold;
}

footer .footer-small {
  display: block;
  color: #ccc;
  letter-spacing: 0.075em;
  text-align: center;
}

@media print, (min-width: 768px) {
  footer {
    padding-top: 114px;
    padding-bottom: 60px;
    font-size: 0.14rem;
  }

  footer .wrapper {
    padding: 0 10px 0 37px;
  }

  footer .footer-wrapper {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 58px;
  }

  footer .footer-info {
    width: 400px;
    margin-right: 70px;
  }

  footer .footer-logo {
    width: 190px;
    margin-bottom: 38px;
  }

  footer .info-text {
    margin-bottom: 2px;
    font-size: 0.17rem;
    letter-spacing: 0.02em;
  }

  footer .info-address {
    margin-bottom: 18px;
  }

  footer .info-address-button {
    width: 120px;
    min-height: 30px;
    margin: 0 0 33px 2px;
    border-radius: 5px;
    font-size: 0.13rem;
  }

  .is-mac footer .info-address-button {
    padding-top: 2px;
  }

  footer .info-tel,
  footer .info-fax {
    margin-left: 2px;
    font-size: 0.2rem;
  }

  footer .info-tel {
    margin-bottom: 10px;
  }

  footer .info-fax {
    margin-bottom: 25px;
  }

  footer .info-schedule {
    margin-left: 3px;
  }

  footer .schedule-title {
    margin-bottom: 11px;
  }

  footer .schedule-detail > li {
    margin-left: 2px;
  }

  footer .schedule-detail > li:not(:last-child) {
    margin-bottom: 9px;
  }

  footer .footer-box {
    -ms-flex: 1;
    flex: 1;
    padding-top: 5px;
  }

  footer .box-pharmacy {
    width: 230px;
    min-height: 40px;
    margin: 0 auto 8px;
    padding: 3px 0 0 12px;
    border-radius: 22px;
    font-size: 0.17rem;
  }

  footer .box-address {
    margin: 0 auto 20px;
  }

  footer .box-map {
    width: 531px;
    height: 280px;
    margin: 0 auto 37px;
  }

  footer .box-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -14px;
    margin-bottom: -14px;
    padding-left: 27px;
  }

  footer .box-item {
    margin-right: 14px;
    margin-bottom: 14px;
  }

  footer .box-item a {
    width: 240px;
    min-height: 47px;
    padding: 6px 10px 4px;
    border-radius: 28px;
    font-size: 0.17rem;
  }

  footer .foot-list {
    margin: -10px -10px 18px;
  }

  footer .foot-item {
    padding: 10px;
  }

  footer .foot-instagram {
    width: 51px;
  }

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

@media only screen and (max-width: 767.98px) {
  footer {
    padding-top: 1.52rem;
    padding-bottom: 1.19rem;
    font-size: 0.28rem;
  }

  footer .footer-wrapper {
    margin-bottom: 1.13rem;
  }

  footer .footer-info {
    text-align: center;
  }

  footer .footer-logo {
    width: 3.88rem;
    margin: 0 auto 0.51rem;
  }

  footer .info-text {
    margin-bottom: 0.32rem;
    font-size: 0.3rem;
    letter-spacing: 0.02em;
  }

  footer .info-address {
    margin-bottom: 0.37rem;
  }

  footer .info-address-button {
    width: 2.78rem;
    min-height: 0.7rem;
    margin: 0 auto 1.36rem;
    border-radius: 0.11rem;
    font-size: 0.31rem;
  }

  footer .box-pharmacy {
    width: 5rem;
    min-height: 0.88rem;
    margin: 0 auto 0.1rem;
    padding-left: 0.12rem;
    border-width: 0.02rem;
    border-radius: 0.47rem;
    font-size: 0.3rem;
    font-weight: bold;
  }

  footer .box-address {
    margin: 0 auto 0.86rem;
  }

  footer .box-list {
    padding-left: 0;
  }

  footer .box-item {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 0.55rem;
  }

  footer .box-item:last-child {
    margin-bottom: 0;
  }

  footer .box-item a {
    width: 5rem;
    min-height: 0.99rem;
    padding: 0.22rem 0.2rem 0.1rem;
    border-width: 0.02rem;
    border-radius: 0.59rem;
    font-size: 0.3rem;
    font-weight: bold;
  }

  footer .foot-list {
    margin: -0.1rem -0.1rem 0.63rem;
  }

  footer .foot-item {
    padding: 0.1rem;
  }

  footer .foot-instagram {
    width: 0.84rem;
    margin: 0 auto;
  }

  footer .footer-small {
    font-size: 0.22rem;
    line-height: 1.95;
  }
}

.section-common-scroll {
  visibility: hidden;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.26s, visibility 0.26s;
  transition-duration: 0.8s;
  opacity: 0;
  pointer-events: none;
}

.section-common-scroll.is-show {
  visibility: visible;
  opacity: 1;
}

.section-common-scroll.is-show .side-item {
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 0s !important;
}

@media print, (min-width: 768px) {
  .section-common-scroll {
    min-width: 1260px;
  }

  .button-app-fix {
    position: absolute;
    z-index: 100;
    top: 151px;
    right: 0;
    width: 100%;
    height: 180px;
    pointer-events: none;
  }

  .button-app-fix .button-app-link {
    display: block;
    position: absolute;
    top: 0;
    right: 18px;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 100%;
    cursor: pointer;
    pointer-events: auto;
  }

  .button-app-fix .button-app-link img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .button-app-fix.is-stuck {
    position: absolute;
    top: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.block-common-menu .menu-title {
  text-align: center;
}

.block-common-menu .menu-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

.block-common-menu .menu-link {
  color: #4d4d4d;
  text-decoration: none;
}

.block-common-menu .menu-link:hover .item-thumbnail,
.block-common-menu .menu-link:hover .item-title,
.block-common-menu .menu-link:hover .item-detail {
  opacity: 0.8;
}

.block-common-menu .item-thumbnail,
.block-common-menu .item-title,
.block-common-menu .item-detail {
  transition: opacity 0.26s ease;
  opacity: 1;
}

.block-common-menu .item-detail {
  font-weight: 300;
}

.block-common-menu .item-title img {
  display: block;
  width: auto;
  height: 100%;
}

.block-common-menu.is-menu-common {
  background-color: #f2f2f2;
}

@media print, (min-width: 768px) {
  .block-common-menu {
    padding: 33px 0 0;
  }

  .block-common-menu .wrapper {
    width: 1104px;
  }

  .block-common-menu .menu-title {
    margin-bottom: 30px;
  }

  .block-common-menu .menu-item {
    width: 33.3333333333%;
    margin-bottom: 21px;
    padding: 0 24px;
  }

  .block-common-menu .item-thumbnail {
    width: 300px;
    height: 188px;
    margin-bottom: 16px;
  }

  .block-common-menu .item-title {
    height: 20px;
    margin-bottom: 11px;
  }

  .block-common-menu .item-detail {
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.14rem;
    letter-spacing: 0.019em;
    line-height: 1.4285714286;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .block-common-menu.is-menu-common {
    padding-top: 65px;
    padding-bottom: 8px;
  }
}

@media only screen and (max-width: 767.98px) {
  .block-common-menu {
    padding: 0.67rem 0 0;
  }

  .block-common-menu .wrapper {
    padding: 0 0.51rem 0 0.48rem;
  }

  .block-common-menu .menu-list {
    margin-bottom: 0.3rem;
  }

  .block-common-menu .menu-item {
    margin-bottom: 0.31rem;
  }

  .block-common-menu .menu-title {
    height: 0.32rem;
    margin-bottom: 0.4rem;
  }

  .block-common-menu .menu-title img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
  }

  .block-common-menu .item-thumbnail {
    width: 6.5rem;
    height: 4.06rem;
    margin-bottom: 0.26rem;
  }

  .block-common-menu .item-title {
    height: 0.4rem;
    margin-bottom: 0.2rem;
    text-align: center;
  }

  .block-common-menu .item-title img {
    margin: 0 auto;
  }

  .block-common-menu .item-detail {
    margin-bottom: 0;
    font-size: 0.27rem;
    line-height: 1.4814814815;
    text-align: justify;
  }
}

.section-common-keyvisual {
  position: relative;
}

.section-common-keyvisual .keyvisual-image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-common-keyvisual .keyvisual-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #000;
}

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

.section-common-keyvisual .keyvisual-title img {
  display: block;
  width: auto;
  height: 100%;
}

@media print, (min-width: 768px) {
  .section-common-keyvisual {
    height: 300px;
  }

  .section-common-keyvisual .wrapper {
    padding-top: 130px;
    padding-left: 2px;
  }

  .section-common-keyvisual .keyvisual-title {
    /*height: 36px;*/
    height: 33px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual {
    height: 3rem;
  }

  .section-common-keyvisual .wrapper {
    padding-top: 1.22rem;
    padding-left: 0.53rem;
  }

  .section-common-keyvisual .keyvisual-title {
    /*height: 0.44rem;*/
    height: 0.95rem;
  }
}

.breadcrumb-common {
  color: #000;
  font-weight: 300;
}

.breadcrumb-common .breadcrumb-wrapper {
  margin: 0;
  padding: 0;
}

.breadcrumb-common .breadcrumb-item,
.breadcrumb-common .item-wrapper {
  display: inline;
  position: relative;
  margin: 0;
  padding: 0;
}

.breadcrumb-common .breadcrumb-item:not(:last-child)::after {
  content: ">";
  display: inline-block;
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 1;
}

.breadcrumb-common .item-wrapper {
  color: #000;
  text-decoration: none;
}

@media only screen and (max-width: 767.98px) {
  .breadcrumb-common {
    padding: 0.19rem 0;
    font-size: 0.23rem;
  }

  .breadcrumb-common .breadcrumb-wrapper {
    line-height: 1.3043478261;
  }

  .breadcrumb-common .wrapper {
    padding: 0 0.3rem 0 0.27rem;
  }

  .breadcrumb-common .breadcrumb-item:not(:last-child)::after {
    margin: 0 0.09rem;
    -ms-transform: translateY(-0.02rem);
    transform: translateY(-0.02rem);
  }
}

@media print, (min-width: 768px) {
  .breadcrumb-common {
    padding-top: 9px;
    padding-bottom: 10px;
    font-size: 0.13rem;
  }

  .breadcrumb-common .wrapper {
    width: 100%;
    max-width: 1366px;
    padding-left: 31px;
  }

  .breadcrumb-common .breadcrumb-wrapper {
    max-width: 876px;
  }

  .breadcrumb-common .breadcrumb-item:not(:last-child)::after {
    margin: 0 0.05rem;
  }
}

.list-block-insurance {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list-block-insurance .inner-thumbnail {
  margin: 0 auto;
}

.list-block-insurance .inner-thumbnail img {
  display: block;
  width: 100%;
}

.list-block-insurance .inner-title {
  margin: 0;
  padding: 0;
  color: #007274;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.is-android .list-block-insurance .inner-title {
  font-weight: 700;
}

.list-block-insurance .item-detail {
  margin: 0;
  padding: 0;
  font-weight: 300;
}

@media print, (min-width: 768px) {
  .list-block-insurance .list-item {
    margin-bottom: 60px;
  }

  .list-block-insurance .list-item:last-child {
    margin-bottom: 0;
  }

  .list-block-insurance .item-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .list-block-insurance .inner-thumbnail {
    width: 165px;
    margin-bottom: 29px;
  }

  .list-block-insurance .inner-title {
    margin-bottom: 12px;
    font-size: 0.18rem;
    line-height: 1.6666666667;
  }

  .list-block-insurance .item-detail {
    font-size: 0.15rem;
    letter-spacing: 0.01em;
    line-height: 2;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-block-insurance {
    margin-bottom: 0.98rem;
  }

  .list-block-insurance .list-item {
    margin-bottom: 1.52rem;
  }

  .list-block-insurance .list-item:last-child {
    margin-bottom: 0;
  }

  .list-block-insurance .inner-thumbnail {
    width: 3.1rem;
    margin-bottom: 0.58rem;
  }

  .list-block-insurance .inner-title {
    margin-bottom: 0.6rem;
    font-size: 0.33rem;
    text-align: center;
  }

  .list-block-insurance .item-detail {
    padding-left: 0.06rem;
    font-size: 0.28rem;
    line-height: 1.7142857143;
  }
}

.list-common-guide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list-common-guide .list-item {
  height: auto;
}

.list-common-guide .item-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  border: 1px solid #007274;
  color: #007274;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.list-common-guide .inner-label {
  line-height: 1.4;
}

@media print, (min-width: 768px) {
  .list-common-guide {
    max-width: 700px;
    margin: -13px -13px 0 23px;
  }

  .list-common-guide .list-item {
    padding: 13px;
  }

  .list-common-guide .item-inner {
    min-width: 190px;
    max-width: 300px;
    min-height: 35px;
    padding: 2px 23px 1px;
    border-radius: 3px;
  }

  .list-common-guide .inner-label {
    font-size: 0.15rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-common-guide {
    -ms-flex-align: center;
    align-items: center;
    margin: -0.2rem -0.2rem 0.06rem;
  }

  .list-common-guide .list-item {
    padding: 0.2rem 0.2rem 0.06rem;
  }

  .list-common-guide .list-item.is-modify .item-inner {
    width: 3.64rem;
  }

  .list-common-guide .list-item:last-child {
    margin-bottom: 0;
  }

  .list-common-guide .item-inner {
    min-width: 2.84rem;
    min-height: 0.52rem;
    padding: 0.07rem 0.32rem 0.04rem;
    border-radius: 0.05rem;
  }

  .list-common-guide .inner-label {
    font-size: 0.22rem;
  }
}

.list-common-category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list-common-category .category-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #007274;
  color: #fff;
  letter-spacing: 0.025em;
}

@media print, (min-width: 768px) {
  .list-common-category {
    width: 660px;
    margin: 0 auto;
  }

  .list-common-category > li {
    padding: 0 10px 19px 11px;
  }

  .list-common-category .category-item {
    min-width: 103px;
    height: 30px;
    padding: 2px 22px;
    font-size: 0.14rem;
  }
}

.list-dots {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list-dots > li {
  position: relative;
  padding-left: 8px;
}

.list-dots > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -4px;
}

.list-number-primary,
.list-number-secondary {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.title-common-primary {
  margin: 0;
  padding: 0;
}

.title-common-primary img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

@media print, (min-width: 768px) {
  .title-common-primary {
    height: 32px;
    margin-bottom: 41px;
  }
}

@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    height: 0.44rem;
    margin-bottom: 0.78rem;
  }

  .title-common-primary.is-menu04 {
    height: 1.14rem;
  }
}

.title-common-secondary img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

@media print, (min-width: 768px) {
  .title-common-secondary {
    height: 32px;
    margin-bottom: 55px;
  }
}

@media only screen and (max-width: 767.98px) {
  .title-common-secondary {
    height: 0.5rem;
    margin-bottom: 0.53rem;
  }
}

* > p:last-child {
  margin-bottom: 0;
}

.section-common-keyvisual .keyvisual-image::before {
  background: transparent;
}

@media print, (min-width: 768px) {
  .section-common-keyvisual .wrapper {
    width: 902px;
  }

  .list-common-guide {
    margin: -9px auto 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual {
    height: 5.7rem;
  }

  .section-common-keyvisual .wrapper {
    padding-top: 2.3rem;
    padding-left: 0.52rem;
  }

  .list-common-guide {
    margin: 0.07rem 0 0.37rem;
  }
}

.section-about-story .story-detail img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.section-about-story .story-content {
  text-align: justify;
}

.section-about-story .story-content p {
  margin-bottom: 0;
}

.section-about-story .story-author {
  display: block;
}

.section-about-story .story-author img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 0 0 auto;
}

@media print, (min-width: 768px) {
  .section-about-story {
    padding-top: 51px;
    padding-bottom: 15px;
  }

  .section-about-story .wrapper {
    width: 960px;
  }

  .section-about-story .story-detail {
    /*height: 30px;*/
    height: 26px;
    margin-bottom: 50px;
  }

  .section-about-story .story-content {
    margin-bottom: 36px;
    font-size: 0.14rem;
    line-height: 2.1428571429;
  }

  .section-about-story .story-content p + p {
    margin-top: 30px;
  }

  .section-about-story .story-author {
    height: 46px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-about-story {
    padding-top: 0.51rem;
    padding-bottom: 1.05rem;
  }

  .section-about-story .wrapper {
    padding: 0 0.5rem;
  }

  .section-about-story .story-detail {
    height: 1.86rem;
    margin-bottom: 0.64rem;
  }

  .section-about-story .story-content {
    margin-bottom: 0.89rem;
    font-size: 0.28rem;
  }

  .section-about-story .story-content p + p {
    margin-top: 0.48rem;
  }

  .section-about-story .story-author {
    height: 0.94rem;
    margin-right: 0.04rem;
  }
}

.section-about-staff .staff-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.section-about-staff .staff-title img {
  display: block;
  width: auto;
  height: 100%;
}

.section-about-staff .staff-text {
  text-align: justify;
}

@media print, (min-width: 768px) {
  .section-about-staff {
    padding-top: 50px;
    padding-bottom: 65px;
  }

  .section-about-staff .wrapper {
    width: 960px;
  }

  .section-about-staff .title-common-secondary {
    margin-bottom: 66px;
  }

  .section-about-staff .staff-list > li:not(:last-child) {
    margin-bottom: 51px;
  }

  .section-about-staff .staff-item {
    display: -ms-flexbox;
    display: flex;
  }

  .section-about-staff .staff-image {
    width: 450px;
    height: 400px;
    margin-right: 51px;
  }

  .section-about-staff .staff-content {
    -ms-flex: 1;
    flex: 1;
    padding-top: 9px;
    font-size: 0.14rem;
  }

  .section-about-staff .staff-title {
    height: 110px;
    margin-bottom: 37px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-about-staff {
    padding-top: 0.5rem;
    padding-bottom: 1.62rem;
  }

  .section-about-staff .wrapper {
    padding: 0 0.5rem;
  }

  .section-about-staff .title-common-secondary {
    margin-bottom: 0.36rem;
  }

  .section-about-staff .staff-list > li:not(:last-child) {
    margin-bottom: 0.98rem;
  }

  .section-about-staff .staff-image {
    width: 6.5rem;
    height: 5.78rem;
    margin-bottom: 0.29rem;
  }

  .section-about-staff .staff-content {
    font-size: 0.28rem;
  }

  .section-about-staff .staff-title {
    height: 1.54rem;
    margin-bottom: 0.35rem;
  }
}

.section-about-company .company-table dt,
.section-about-company .company-table dd {
  border-bottom: 1px solid #ccc;
}

.section-about-company .button-map {
  display: inline-block;
  transition: text-decoration 0.26s ease;
  color: #007274;
  text-decoration: underline;
  text-underline-position: under;
}

.section-about-company .button-map:hover {
  text-decoration: none;
}

.section-about-company .company-button {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #007274;
}

.section-about-company .company-button .button-text {
  display: inline-block;
}

.section-about-company .company-button .button-text img {
  display: block;
  width: auto;
  height: 100%;
}

@media print, (min-width: 768px) {
  .section-about-company {
    padding-top: 50px;
    padding-bottom: 112px;
  }

  .section-about-company .wrapper {
    width: 960px;
  }

  .section-about-company .title-common-secondary {
    margin-bottom: 31px;
  }

  .section-about-company .company-table {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 46px;
    font-size: 0.14rem;
  }

  .section-about-company .company-table dt,
  .section-about-company .company-table dd {
    padding: 16px 0 15px;
  }

  .section-about-company .company-table dt {
    width: 206px;
  }

  .section-about-company .company-table dd {
    width: calc(100% - 206px);
  }

  .section-about-company .company-table address {
    display: inline-block;
    margin-right: 23px;
  }

  .section-about-company .button-map {
    text-underline-offset: 2px;
  }

  .section-about-company .company-button {
    width: 328px;
    min-height: 60px;
    padding: 6px 5px 4px;
    border-radius: 6px;
  }

  .section-about-company .company-button .button-text {
    height: 28px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-about-company {
    padding-top: 0.5rem;
    padding-bottom: 1.92rem;
  }

  .section-about-company .wrapper {
    padding: 0 0.5rem;
  }

  .section-about-company .company-table {
    margin-bottom: 0.79rem;
    font-size: 0.28rem;
  }

  .section-about-company .company-table dt,
  .section-about-company .company-table dd {
    display: block;
    line-height: 1.65;
  }

  .section-about-company .company-table dt {
    padding: 0.16rem 0 0.03rem;
    border: none;
    line-height: 1.65;
  }

  .section-about-company .company-table dd {
    padding-bottom: 0.18rem;
    border-style: dashed;
    line-height: 1.45;
  }

  .section-about-company .company-table address {
    display: block;
  }

  .section-about-company .button-map {
    text-underline-offset: 0.03rem;
  }

  .section-about-company .company-button {
    width: 4.64rem;
    min-height: 0.85rem;
    padding: 0.1rem;
    border-radius: 0.08rem;
  }

  .section-about-company .company-button .button-text {
    height: 0.4rem;
  }
}

.section-common-lc {
	background: #83ccd2;
}
.section-common-lc .txt-box .area-link {
	color: #fff;
}
.section-common-lc .txt-box h4 {
	text-align:center;
	font-weight: 600;
	line-height: 1.3;
}
.section-common-lc .txt-box .area-link {
	text-align:center;
}
.section-common-lc .txt-box .area-link a {
    display: block;
    background: #37b9bd;
    color: #fff;
    font-weight: 600;
}
@media print, (min-width: 768px) {
	.section-common-lc {
		padding: 60px 0;
		margin-top: 50px;
	}
	.section-common-lc .wrapper {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		width: 1000px;
	}
	.section-common-lc .main-img {
		width: 20%;
		filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, .5));
	}
	.section-common-lc .txt-box {
		width: 70%;
	}
	.section-common-lc .txt-box h3 {
		width: 80%;
		margin: 0 auto 25px;
	}
	.section-common-lc .txt-box p {
		font-size: 15px;
		line-height: 1.9;
	}
	.section-common-lc .txt-box h4 {
		margin: 30px 0;
		font-size: 25px;
	}
	.section-common-lc .txt-box .area-link a {
		width: 90%;
		margin: auto;
		filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, .3));
		border-radius: 30px;
		font-size: 28px;
		padding: 25px 0;
	}
	.section-common-lc .txt-box .area-link p {
		margin-top: 40px;
	}
}
@media only screen and (max-width: 767px) {
	.section-common-lc {
		padding: 40px 0;
		margin-top: 20px;
	}
	.section-common-lc .wrapper {
		padding-left: 0.55rem;
		padding-right: 0.55rem;
	}
	.section-common-lc .flex {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.section-common-lc .main-img {
		width: 35%;
		filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, .5));
	}
	.section-common-lc .flex h3 {
		width: 55%;
	}
	.section-common-lc .txt-box p {
		font-size: 14px;
		line-height: 1.7;
	}
	.section-common-lc .txt-box h4 {
		margin: 30px 0;
		font-size: 20px;
	}
	.section-common-lc .txt-box .area-link a {
		filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, .3));
        border-radius: 20px;
        font-size: 22px;
        padding: 20px 5px;
	}
	.section-common-lc .txt-box .area-link p {
		margin-top: 30px;
		font-size: 12px;
	}
}
.section-about-group .group-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

@media print, (min-width: 768px) {
  .section-about-group {
    padding-bottom: 92px;
  }

  .section-about-group .title-primary {
    width: 91px;
    margin: 0 auto 50px;
  }

  .section-about-group .group-logo {
    width: 187px;
    margin: 0 auto 35px;
  }

  .section-about-group .group-list {
    max-width: 550px;
  }

  .section-about-group .group-item {
    margin: 0 22px 30px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-about-group {
    padding: 0.45rem 0 0.78rem;
  }

  .section-about-group .title-primary {
    width: 1.42rem;
    margin: 0 auto 0.72rem;
  }

  .section-about-group .group-logo {
    width: 2.3rem;
    margin: 0 auto 0.35rem;
  }

  .section-about-group .group-list {
    max-width: 5.5rem;
  }

  .section-about-group .group-item {
    width: 2.16rem;
    margin: 0 0.22rem 0.55rem;
  }

  /*.section-about-group .group-item:nth-child(2) {
    width: 2.24rem;
  }*/

  .section-about-group .group-item:nth-child(8) {
    width: 2.38rem;
  }

  .section-about-group .group-item a {
    display: block;
  }
}
