@charset "UTF-8";
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
}

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

button:-moz-focusring,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
}

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

::selection {
  color: #084f99;
  background: #fff;
}

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  height: 100%;
  letter-spacing: .1em;
}

body {
  margin: 0;
  padding: 0;
  color: #2d3c46;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  font-size: 1.4rem;
  line-height: 1.65;
  background-color: #f4f4f4;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
a {
  cursor: pointer;
  color: #2d3c46;
}

.slider-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

.slider-progress .progress {
  width: 0%;
  height: 3px;
  background-color: white;
}

.slick-counter {
  position: absolute;
  bottom: 100px;
  left: 100px;
  /*right: 0;*/
  /*width: calc(100% - 100px);*/
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  z-index: 1;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slick-counter {
    bottom: 50px;
    left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .slick-counter {
    bottom: 30px;
    left: 30px;
  }
}
/*.slick-counter .current {
 margin-right: 5px;
}
.slick-counter .total {
 margin-left: 5px;
}*/
.slick-counter .current::before, .slick-counter .total::before {
  content: "0";
}

.slick-prev, .slick-next {
  position: absolute;
  bottom: 50px;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 22px;
  height: 9px;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 1;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  border: 0;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev, .slick-next {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.slick-prev {
  left: 50px;
}

.slick-next {
  right: 50px;
}

.slick-prev::before, .slick-prev::after, .slick-next::before, .slick-next::after {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 1px;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.slick-prev::before, .slick-next::before {
  bottom: 0;
  width: 22px;
}

.slick-prev::before {
  left: 0;
}

.slick-next::before {
  right: 0;
}

.slick-prev::after, .slick-next::after {
  top: 6px;
  width: 8px;
}

.slick-prev::after {
  left: -1px;
  -webkit-transform: translate(-12.5%, -50%) rotate(-45deg);
  transform: translate(-12.5%, -50%) rotate(-45deg);
}

.slick-next::after {
  right: -2px;
  -webkit-transform: translate(-12.5%, -50%) rotate(45deg);
  transform: translate(-12.5%, -50%) rotate(45deg);
}

.slick-prev:hover::before, .slick-next:hover::before {
  width: 27px;
}

.slick-prev:hover::before {
  left: -5px;
}

.slick-next:hover::before {
  right: -5px;
}

.slick-prev:hover::after {
  left: -6px;
}

.slick-next:hover::after {
  right: -7px;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  bottom: -15px;
  width: 100%;
  height: 5px;
  padding: 0;
  text-align: center;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
  margin: 0 auto;
}

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

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 0 0 7px;
  padding: 0;
  cursor: pointer;
  background: transparent;
}

.slick-dots li button, .slick-dots li button:before {
  width: 5px;
  height: 5px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 2px;
  background: #999;
  outline: none;
  cursor: pointer;
}

.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: #003F97;
}

.slick-slide {
  position: relative;
}

header {
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 2;
  transition: all .5s ease-out;
  will-change: height,background;
}
@media screen and (max-width: 767px) {
  header {
    top: 0;
    height: 85px;
  }
}
header .in {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 60px;
  padding: 0 30px 0 45px;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 1024px) {
  header .in {
    margin: 0 30px;
    padding: 0 10px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  header .in {
    display: block;
    margin: 0;
    padding: 15px 5px 0;
    border-radius: 0;
  }
}
header .in h1 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .in h1 {
    justify-content: center;
  }
}
header .in h1 a {
  display: inline-flex;
}
header .in ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .in ul {
    justify-content: center;
  }
}
header .in ul a {
  display: block;
  padding: 0 20px;
  letter-spacing: .1em;
}
@media screen and (max-width: 1024px) {
  header .in ul a {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  header .in ul a {
    padding: 0 10px;
  }
}
header .in ul a span {
  display: block;
  position: relative;
  padding: 40px 0;
  font-size: 1.6rem;
  font-weight: 500;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  header .in ul a span::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #2fa8aa;
    -webkit-transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
  }
  header .in ul a span:hover::after {
    bottom: 0;
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  header .in ul a span {
    padding: 30px 0;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  header .in ul a span {
    padding: 15px 0;
    font-size: 1.3rem;
  }
}

.-fixed header {
  top: 0;
}
.-fixed header .in {
  margin: 0;
  border-radius: 0;
}

header .in h1 img {
  height: 30px;
}

@media screen and (max-width: 1024px) {
  header .in h1 img {
    height: 26px;
  }
}
@media screen and (max-width: 767px) {
  header .in h1 img {
    height: 22px;
  }
}
footer {
  margin-top: 10vh;
  padding: 4.5vw;
  background-color: #fff;
  /*border-top: 1px solid #dddbd7;*/
}

footer small {
  display: block;
  text-align: center;
}

#scroolltop {
  position: fixed;
  right: 0;
  bottom: -70px;
  background: #2fa8aa;
  border-top-left-radius: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  z-index: 1000;
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

#scroolltop:hover {
  opacity: 0.8;
  text-decoration: none;
}

#scroolltop.show {
  bottom: 0;
}

a#scroolltop {
  display: block;
}

#scroolltop::before, #scroolltop::after {
  position: absolute;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
}

#scroolltop::before {
  top: 50%;
}

#scroolltop::after {
  top: 50%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  #scroolltop {
    width: 70px;
    height: 70px;
  }

  #scroolltop::before, #scroolltop::after {
    margin-left: -6px;
    border: 5px solid transparent;
  }

  #scroolltop::before {
    margin-top: -7px;
    border-bottom: 5px solid #2fa8aa;
  }

  #scroolltop::after {
    margin-top: -9px;
    border-bottom: 5px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  #scroolltop {
    width: 40px;
    height: 40px;
  }

  #scroolltop::before, #scroolltop::after {
    margin-left: -5px;
    border: 5px solid transparent;
  }

  #scroolltop::before {
    margin-top: -6px;
    border-bottom: 5px solid #2fa8aa;
  }

  #scroolltop::after {
    margin-top: -8px;
    border-bottom: 5px solid #fff;
  }
}
.content {
  margin: 0 auto 0;
}

@media screen and (min-width: 1025px) {
  .content {
    max-width: 81.2%;
    padding: 0 4.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .content {
    max-width: 86.2%;
    padding: 0 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .content {
    max-width: 91.2%;
    padding: 0;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 20px 0 0;
  font-size: 1.2rem;
}

.breadcrumb ul {
  display: flex;
  align-items: center;
}

.breadcrumb li {
  position: relative;
  color: #ccc;
}

.breadcrumb li:first-child, .breadcrumb li:first-child a {
  width: 16px;
  height: 16px;
}

.breadcrumb li:first-child {
  background-image: url("../img/common/icon-home.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.breadcrumb li:first-child a {
  display: block;
}

.breadcrumb li:nth-child(n+2) {
  padding: 0 0 0 39px;
}

.breadcrumb li::after {
  content: "";
  position: absolute;
  top: 49%;
  right: -24px;
  background: #333;
  width: 10px;
  height: 1px;
}

.breadcrumb li:last-child::after {
  display: none;
}

.ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 360px;
  background-image: url("../img/common/ttl-bg.jpg");
  background-position: left 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ttl::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 15, 50, 0.38);
}

.ttl .inner {
  position: relative;
  z-index: 1;
}

.ttl h2 {
  padding-top: 110px;
  font-size: 4.6rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: .12em;
}

@media screen and (max-width: 1024px) {
  .ttl {
    height: 320px;
  }

  .ttl h2 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl {
    height: 220px;
    padding-top: 102px;
  }

  .ttl h2 {
    padding-top: 0;
    font-size: 2.4rem;
    letter-spacing: .12em;
  }
}
.headline {
  position: relative;
  margin: 2.5em 0 1.5em;
  padding: .75em 1em;
  background: #fff;
  border-radius: 10px;
  font-size: 2.4rem;
  font-weight: 500;
}

.headline::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -17px;
  width: 6px;
  height: 34px;
  background: #2fa8aa;
}

@media screen and (max-width: 767px) {
  .headline {
    margin: 2em 0 1em;
    padding: .5em 1em;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.btn-back {
  width: 300px;
  margin: 50px auto 0;
}

@media screen and (max-width: 767px) {
  .btn-back {
    width: 100%;
  }
}
.gmap {
  position: relative;
  /*margin-top: 50px;*/
  padding-bottom: 40.25%;
  /*padding-bottom:56.25%;*/
  height: 0;
  border: 1px solid #ddd;
  overflow: hidden;
  background-color: #fff;
}

.gmap iframe, .gmap object, .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gmap iframe {
  padding: 5px;
}

.l-circle li {
  position: relative;
  padding-left: 15px;
}

.l-circle li::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  bottom: auto;
  right: auto;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #2fa8aa;
  border-radius: 50%;
}

.l-circle li:nth-child(n+2) {
  margin-top: 10px;
}

@media (min-width: 1025px) {
  .lg-hide {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .md-hide {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sm-hide {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .lg-visible {
    display: inherit !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .md-visible {
    display: inherit !important;
  }
}
@media (max-width: 767px) {
  .sm-visible {
    display: inherit !important;
  }
}
.home-about {
  padding: 100px 0;
  text-align: center;
}
.home-about h1 {
  font-size: 3rem;
  font-weight: 500;
}
.home-about p {
  margin-top: 20px;
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
  .home-news .in {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .home-news .in .news-head {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    width: 240px;
    padding: 40px;
  }
}
.home-news {
  margin-top: 70px;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.home-news .in .news-head {
  background-color: #2fa8aa;
}
.home-news .in .news-head a {
  margin-top: auto;
}
.home-news .in .news-head h2 {
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
.home-news .in .news-head h2::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 5px;
  background-image: url("../img/common/icon-update.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  .home-news {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .home-news {
    margin-top: 30px;
  }
}
.news-list {
  flex: 1;
  background-color: #fff;
  border-radius: 12px;
  margin-top: 80px;
  padding: 0 25px;
}
.news-list ul {
  display: flex;
  flex-wrap: wrap;
}
.news-list ul li {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.news-list ul li:last-child {
  border-bottom: none;
}
.news-list ul li a {
  display: block;
  position: relative;
  padding: 30px 10px;
  transition: all 0.3s ease-out;
}
.news-list ul li p,
.news-list ul li dt,
.news-list ul li dd {
  line-height: 1.25;
}
.news-list ul li span {
  color: #aaa;
}
.news-list ul li dt {
  width: 160px;
}
.news-list ul li dt span {
  display: flex;
  align-items: center;
}
.news-list ul li dt span::after {
  content: '';
  width: 60px;
  margin-left: 20px;
  padding: 4px;
  border: 1px solid #2fa8aa;
  font-size: 0.9rem;
  color: #2fa8aa;
  line-height: 1;
  text-align: center;
}
.news-list ul li dt span.cat-event::after {
  content: 'イベント';
}
.news-list ul li dt span.cat-info::after {
  content: 'お知らせ';
}

.news-list {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.home-news .news-list {
  max-width: inherit;
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .news-list dl {
    display: flex;
    align-items: center;
    position: relative;
  }

  .news-list dd {
    flex: 1;
    padding-right: 5px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .news-list dd {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .news-list {
    padding: 0 15px;
  }

  .news-list ul li a {
    padding: 20px 0;
  }

  .home-news .in .news-head {
    padding: 15px;
  }

  .home-news .in .news-head h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px), print {
  .post-list li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #f5f7f8;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .post-list li a:hover::before {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .post-list li:nth-child(-n + 2) a,
  .post-list li:nth-child(n + 3) a {
    padding-right: 0;
    padding-left: 0;
  }

  .post-list li dt {
    width: 110px;
  }

  .post-list li:nth-child(-n + 2) dd {
    padding-right: 0;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .post-list li a {
    padding-right: 0;
    padding-left: 0;
  }
}
.btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  border-bottom: 2px solid #2fa8aa;
  line-height: 1;
}
.btn .text {
  color: #2fa8aa;
}
.btn .icon-arrow {
  background: #2fa8aa;
  border: 1px solid #fff;
}
.btn .icon-arrow svg {
  fill: #fff;
}

.btn.btn-white {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  border-bottom: 2px solid #fff;
  line-height: 1;
}
.btn.btn-white .text {
  color: #fff;
}
.btn.btn-white .icon-arrow {
  background: #fff;
  border: 1px solid #fff;
}
.btn.btn-white .icon-arrow svg {
  fill: #2fa8aa;
}

.text {
  color: #2fa8aa;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  transition: margin-left 0.3s;
  font-weight: 500;
}

.icon-arrow {
  position: relative;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  background: #2fa8aa;
  border-radius: 50%;
  transition: background 0.3s;
  border: 1px solid #039;
}

.icon-arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 6px;
  height: 6px;
  fill: #fff;
}

@media screen and (min-width: 1025px) {
  .btn:hover .text {
    margin-left: 10px;
  }

  .btn.btn-white:hover .icon-arrow {
    background: #2fa8aa;
  }
  .btn.btn-white:hover .icon-arrow svg {
    fill: #fff;
  }
}
/*	 home-slide
------------------------*/
.top-mv,
.top-slide p {
  height: 650px;
}

@media screen and (max-width: 1024px) {
  .top-mv,
  .top-slide p {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .top-mv,
  .top-slide p {
    height: 300px;
  }
}
.top-mv {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.top-slide {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .top-slide {
    width: 70%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-slide {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .top-slide {
    border-bottom-right-radius: 12px;
  }
}
@media screen and (max-width: 767px) {
  .top-mv {
    position: relative;
    display: block;
    margin-top: 85px;
  }

  .top-slide {
    width: 100%;
  }
}
.top-slide-inner {
  position: absolute;
  width: 100%;
  /*height: 750px;*/
  z-index: 2;
}

.top-slide p {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
  text-decoration: none;
}

.top-slide .slick-dots {
  bottom: 4%;
  z-index: 1;
}

.top-copy {
  flex: 1;
  padding: 150px 60px 0;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .top-copy {
    padding: 150px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .top-copy {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 0;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .top-mv::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 15, 50, 0.38);
  }
}
.btn-link {
  margin-top: 50px;
  position: relative;
  display: block;
}

.btn-link a {
  background: #2fa8aa;
  border-radius: 31px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  color: #FFFFFF;
  height: 100%;
  width: 100%;
  padding: 22px 0 22px;
  left: -10px;
  top: -11px;
  transition: ease-in .06s;
}

@media screen and (max-width: 1024px) {
  .btn-link a {
    font-size: 1.6rem;
  }
}
.btn-link::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: #DCDCDC;
  width: 100%;
  height: 100%;
  border-radius: 31px;
  opacity: .5;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.btn-link a:hover {
  opacity: 1;
  top: -8px;
  left: -8px;
  background: #2C9B9E;
}

.btn-link a span {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: ease-in .02s;
}

@media screen and (max-width: 767px) {
  .btn-link {
    display: none;
  }
}
.category {
  margin-top: 7vh;
}
.category .lead {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}
.category .lead h2 {
  display: inline-flex;
  position: relative;
  padding: .5em 1em;
  background-color: #fff;
  border: solid 2px #2d3c46;
  border-radius: 0 3px 0 3px;
  font-size: 3.2rem;
  letter-spacing: .2em;
}
.category .lead h2::before, .category .lead h2::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #f4f4f4;
  border: solid 2px #2d3c46;
  border-radius: 50%;
}
.category .lead h2::after {
  top: -12px;
  left: -12px;
}
.category .lead h2::before {
  bottom: -12px;
  right: -12px;
}
.category .lead p {
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .2em;
}
.category .in {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.category a {
  position: relative;
  display: block;
  width: 30%;
  margin-right: 5%;
  padding: 100px 20px;
  text-align: center;
}
.category a:nth-child(1) .cat-in::before {
  background-color: #e286a0;
}
.category a:nth-child(2) .cat-in::before {
  background-color: #ee7800;
}
.category a:nth-child(3) .cat-in::before {
  background-color: #c8474d;
}
.category a:nth-child(4) .cat-in::before {
  background-color: #09b8d0;
}
.category a:nth-child(5) .cat-in::before {
  background-color: #82ae46;
}
.category a:nth-child(6) .cat-in::before {
  background-color: #b08844;
}
.category a .cat-in::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 12px;
  /*background-color: #fff;*/
  -webkit-transition: border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
  transition: border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
  transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
  transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
}
.category a:hover .cat-in::before {
  -webkit-transform: translate(-50%, -50%) scale(1.02162, 1.03265);
  transform: translate(-50%, -50%) scale(1.02162, 1.03265);
}
.category a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 100%;
  height: 100%;
  background-color: #eee;
  border-radius: 12px;
  z-index: -2;
}
.category a:hover::after {
  -webkit-transform: scale(1.02162, 1.03265);
  transform: scale(1.02162, 1.03265);
}
.category a:nth-child(1) dt p {
  background-color: #e286a0;
}
.category a:nth-child(1) dt p::before {
  border-right-color: #e286a0;
}
.category a:nth-child(1) dt p::after {
  border-left-color: #e286a0;
}
.category a:nth-child(2) dt p {
  background-color: #ee7800;
}
.category a:nth-child(2) dt p::before {
  border-right-color: #ee7800;
}
.category a:nth-child(2) dt p::after {
  border-left-color: #ee7800;
}
.category a:nth-child(3) dt p {
  background-color: #c8474d;
}
.category a:nth-child(3) dt p::before {
  border-right-color: #c8474d;
}
.category a:nth-child(3) dt p::after {
  border-left-color: #c8474d;
}
.category a:nth-child(4) dt p {
  background-color: #09b8d0;
}
.category a:nth-child(4) dt p::before {
  border-right-color: #09b8d0;
}
.category a:nth-child(4) dt p::after {
  border-left-color: #09b8d0;
}
.category a:nth-child(5) dt p {
  background-color: #82ae46;
}
.category a:nth-child(5) dt p::before {
  border-right-color: #82ae46;
}
.category a:nth-child(5) dt p::after {
  border-left-color: #82ae46;
}
.category a:nth-child(6) dt p {
  background-color: #b08844;
}
.category a:nth-child(6) dt p::before {
  border-right-color: #b08844;
}
.category a:nth-child(6) dt p::after {
  border-left-color: #b08844;
}
.category a dt {
  display: flex;
  align-content: center;
  justify-content: center;
}
.category a dt p {
  display: flex;
  align-content: center;
  justify-content: center;
  position: relative;
  width: 80px;
  height: 80px;
}
.category a dt p::before, .category a dt p::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.category a dt p::before {
  right: 100%;
}
.category a dt p::after {
  left: 100%;
}
.category a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.category a h3 {
  padding: 15px 0;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
}
.category a p {
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}

@media screen and (min-width: 1025px) {
  .category a:nth-child(3n) {
    margin-right: 0;
  }

  .category a:nth-child(n+4) {
    margin-top: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .category a {
    width: 47.5%;
  }

  .category a:nth-child(even) {
    margin-right: 0;
  }

  .category a:nth-child(n+3) {
    margin-top: 5%;
  }
}
@media screen and (max-width: 767px) {
  .category .lead {
    margin-bottom: 30px;
  }

  .category .lead h2 {
    font-size: 2rem;
    letter-spacing: 0;
  }

  .category .lead p {
    margin-top: 20px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }

  .category a {
    padding: 20px 5px;
  }

  .category a h3 {
    padding: 10px 0 0;
    font-size: 1.6rem;
  }

  .category a p {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .about {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .about .photo {
    width: 45%;
  }

  .about .txt {
    width: 50%;
  }

  .about .txt p:nth-child(n+2) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .about {
    display: flex;
    flex-direction: column;
  }

  .about .photo {
    order: 1;
  }

  .about .txt {
    order: 2;
    margin-top: 15px;
  }
}
.category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}

.category-list li {
  display: flex;
  flex-direction: column;
}

.category-list li a {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-style: solid;
  border-width: 4px;
  border-radius: 100px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
}

@media screen and (min-width: 1025px) {
  .category-list li:nth-child(n+2) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .category-list li {
    width: 33.33333333%;
  }

  .category-list li:nth-child(n+4) {
    margin-top: 5%;
  }

  .category-list li a {
    display: block;
    width: 80px;
    height: 80px;
    background-size: 40px 40px;
    border-width: 2px;
    border-radius: 40px;
  }
}
.category-list li:nth-child(1) a {
  background-image: url("../img/common/category1.png");
  border-color: #e286a0;
}

.category-list li:nth-child(2) a {
  background-image: url("../img/common/category2.png");
  border-color: #ee7800;
}

.category-list li:nth-child(3) a {
  background-image: url("../img/common/category3.png");
  border-color: #c8474d;
}

.category-list li:nth-child(4) a {
  background-image: url("../img/common/category4.png");
  border-color: #09b8d0;
}

.category-list li:nth-child(5) a {
  background-image: url("../img/common/category5.png");
  border-color: #82ae46;
}

.category-list li:nth-child(6) a {
  background-image: url("../img/common/category6.png");
  border-color: #b08844;
}

.category-list li:nth-child(1) a:hover {
  background-color: #e286a0;
  background-image: url("../img/common/category1-w.png");
}

.category-list li:nth-child(2) a:hover {
  background-color: #ee7800;
  background-image: url("../img/common/category2-w.png");
}

.category-list li:nth-child(3) a:hover {
  background-color: #c8474d;
  background-image: url("../img/common/category3-w.png");
}

.category-list li:nth-child(4) a:hover {
  background-color: #09b8d0;
  background-image: url("../img/common/category4-w.png");
}

.category-list li:nth-child(5) a:hover {
  background-color: #82ae46;
  background-image: url("../img/common/category5-w.png");
}

.category-list li:nth-child(6) a:hover {
  background-color: #b08844;
  background-image: url("../img/common/category6-w.png");
}

.category-list li span {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  text-align: center;
}

.shop-list h3 {
  margin-top: 80px;
  font-size: 2.4rem;
  font-weight: 500;
}

.shop-list h3:nth-of-type(1)::after {
  background-color: #e286a0;
}

.shop-list h3:nth-of-type(2)::after {
  background-color: #ee7800;
}

.shop-list h3:nth-of-type(3)::after {
  background-color: #c8474d;
}

.shop-list h3:nth-of-type(4)::after {
  background-color: #09b8d0;
}

.shop-list h3:nth-of-type(5)::after {
  background-color: #82ae46;
}

.shop-list h3:nth-of-type(6)::after {
  background-color: #b08844;
}

.shop-list ul {
  display: flex;
  flex-wrap: wrap;
}

.shop-list li {
  position: relative;
  border-radius: 10px;
  /*box-shadow: 4px 4px 6px 0 rgba(0,0,0,.2);*/
}

@media screen and (min-width: 1025px) {
  .shop-list li {
    width: 30%;
    margin-right: 5%;
  }

  .shop-list li:nth-child(3n) {
    margin-right: 0;
  }

  .shop-list li:nth-child(n+4) {
    margin-top: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .shop-list li {
    width: 47.5%;
    margin-right: 5%;
  }

  .shop-list li:nth-child(even) {
    margin-right: 0;
  }

  .shop-list li:nth-child(n+3) {
    margin-top: 5%;
  }
}
.shop-list li::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 100%;
  height: 100%;
  background-color: #eee;
  border-radius: 10px;
  z-index: -2;
}

.shop-list dt {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
}

.shop-list dd {
  padding: 15px;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 1.5rem;
  font-weight: 500;
}

.shop-list a {
  display: block;
  position: relative;
}

.shop-list a figure img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.shop-list a figure img {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .shop-list a figure {
    will-change: opacity, transform;
    -webkit-transition: opacity 0.8s cubic-bezier(0.09, 0.43, 0.1, 0.79), -webkit-transform 0.8s cubic-bezier(0.09, 0.43, 0.1, 0.79);
    transition: opacity 0.8s cubic-bezier(0.09, 0.43, 0.1, 0.79), -webkit-transform 0.8s cubic-bezier(0.09, 0.43, 0.1, 0.79);
    -o-transition: opacity 0.8s cubic-bezier(0.09, 0.43, 0.1, 0.79), transform 0.8s cubic-bezier(0.09, 0.43, 0.1, 0.79);
    transition: opacity 0.8s cubic-bezier(0.09, 0.43, 0.1, 0.79), transform 0.8s cubic-bezier(0.09, 0.43, 0.1, 0.79);
    transition: opacity 0.8s cubic-bezier(0.09, 0.43, 0.1, 0.79), transform 0.8s cubic-bezier(0.09, 0.43, 0.1, 0.79), -webkit-transform 0.8s cubic-bezier(0.09, 0.43, 0.1, 0.79);
  }

  .shop-list a:hover figure {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
}
.shopdtl {
  margin-top: 50px;
}

@media screen and (min-width: 1025px) {
  .shopdtl .inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .shopdtl .photo {
    width: 55%;
  }

  .shopdtl .info {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .shopdtl .inner {
    margin-bottom: 50px;
  }

  .shopdtl .info {
    margin-top: 25px;
  }
}
.shopdtl h2 {
  font-size: 2.4rem;
  font-weight: 500;
}

.shopdtl table {
  width: 100%;
  border-collapse: collapse;
  border-top: solid 1px #ddd;
}

.shopdtl table th,
.shopdtl table td {
  padding: 1.5em 1em;
  border-bottom: solid 1px #ddd;
}

.shopdtl table td a {
  color: #2fa8aa;
  text-decoration: underline;
}

.shopdtl table td a:hover {
  text-decoration: none;
}

.shopdtl table th {
  width: 95px;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .shopdtl .inner {
    margin-bottom: 20px;
  }

  .shopdtl h2 {
    font-size: 1.6rem;
  }

  /*.shopdtl table{
  	border-top:1px solid #dadada;
  }*/
  /*.shopdtl table th,
  .shopdtl table td{
  	padding:.5em .75em;
  }*/
  /*.shopdtl table td{
  	display:block;
  }
  
  .shopdtl table th{
      display:block;
      border-top:none;
      border-bottom: none;
      width:100%;
  	text-align:left;
  }*/
}
.sns-list {
  display: flex;
}

.sns-list li:nth-child(n+2) {
  margin-left: 10px;
}

.sns-list img {
  width: 30px;
  height: auto;
}

.sns-list a:hover {
  opacity: .7;
}

.news-dtl {
  max-width: 800px;
  margin: 0 auto;
}

.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article-info p {
  padding-left: 25px;
  background: url("../img/common/icon-time.svg") no-repeat 0 50%;
  background-size: 18px 18px;
  line-height: 1;
}

.article-ttl {
  font-size: 3rem;
  font-weight: 600;
}

.wrp-news-dtl .article-doc a {
  text-decoration: underline;
}

.wrp-news-dtl .article-doc a:hover {
  text-decoration: none;
}

@media screen and (min-width: 1025px), print {
  .article-info {
    padding: 0 0 20px;
  }

  .wrp-news-dtl .article-doc {
    margin: 50px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .article-info {
    padding: 20px 0;
  }

  .wrp-news-dtl .article-doc {
    margin: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .article-info {
    padding: 15px 0;
  }

  .wrp-news-dtl .article-doc {
    margin: 15px 0;
  }
}
.pager {
  max-width: 800px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

.pager a:link, .pager a, .pager span {
  display: none;
  vertical-align: middle;
}

.pager span.pages {
  display: inline-block;
  padding-right: 7px;
  height: 48px;
  color: #898989;
  font-size: 1.4rem;
  font-family: 'Poppins', sans-serif;
  line-height: 48px;
}

.pager a.prev {
  display: inline-block;
  margin-left: 20px;
  width: 48px;
  height: 48px;
  background: url(../img/common/icon-prev.svg) no-repeat;
  background-size: 48px 48px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
}

.pager a.next {
  display: inline-block;
  margin-left: 20px;
  width: 48px;
  height: 48px;
  background: url(../img/common/icon-next.svg) no-repeat;
  background-size: 48px 48px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
}

.pager a.next:hover, .pager a.prev:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .pager {
    margin-top: 20px;
  }

  .pager a.next:hover, .pager a.prev:hover {
    opacity: 1;
  }
}
