@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;600;700&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho+B1:wght@400;500;700&display=swap");
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #323232;
  letter-spacing: 0.14em;
}

button, input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  font-family: inherit;
  box-sizing: border-box;
}

img {
  line-height: 1;
  font-size: 0;
  vertical-align: top;
  height: auto;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #333;
}

ul {
  list-style: none;
}

.inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.sub_inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-up-delay {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-up-delay.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.common main {
  width: 100%;
  background: url(../img/content_bg.jpg) repeat;
}
.common main .common_ttl {
  margin-bottom: 116px;
  font-size: 42px;
  font-size: 4.2rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  text-align: center;
}
.common main .main_img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.common main .main_img img {
  width: 100%;
}

.header_english {
  width: 100%;
  padding: 40px 0 100px;
  background: url(../img/content_bg.jpg) repeat;
}
.header_english .block {
  padding: 0 36px;
  display: flex;
  justify-content: space-between;
}
.header_english .block .logo {
  width: 11.6%;
}
.header_english .block .logo a {
  transition: transform 0.8s ease;
}
.header_english .block .logo a img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(47%) saturate(15%) hue-rotate(44deg) brightness(93%) contrast(88%);
}
.header_english .block .logo a:hover {
  opacity: 0.8;
}
.header_english .block .info ul {
  display: flex;
  align-items: center;
}
.header_english .block .info ul .en {
  margin-right: 40px;
}
.header_english .block .info ul .en a {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  text-decoration: underline;
  transition: transform 0.8s ease;
}
.header_english .block .info ul .en a:hover {
  opacity: 0.8;
}
.header_english .block .info ul .sns a {
  transition: transform 0.8s ease;
}
.header_english .block .info ul .sns a img {
  width: 38px;
  height: 38px;
  filter: brightness(0) saturate(100%) invert(15%) sepia(47%) saturate(15%) hue-rotate(44deg) brightness(93%) contrast(88%);
}
.header_english .block .info ul .sns a:hover {
  opacity: 0.8;
}

.footer_english {
  width: 100%;
  padding: 160px 0;
}
.footer_english .logo {
  margin: 0 auto 76px;
  width: 24.2%;
}
.footer_english .logo a {
  transition: transform 0.8s ease;
}
.footer_english .logo a img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(47%) saturate(15%) hue-rotate(44deg) brightness(93%) contrast(88%);
}
.footer_english .logo a:hover {
  opacity: 0.8;
}
.footer_english .info ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_english .info ul .en {
  margin-right: 40px;
}
.footer_english .info ul .en a {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  text-decoration: underline;
  transition: transform 0.8s ease;
}
.footer_english .info ul .en a:hover {
  opacity: 0.8;
}
.footer_english .info ul .sns a {
  transition: transform 0.8s ease;
}
.footer_english .info ul .sns a img {
  width: 38px;
  height: 38px;
  filter: brightness(0) saturate(100%) invert(15%) sepia(47%) saturate(15%) hue-rotate(44deg) brightness(93%) contrast(88%);
}
.footer_english .info ul .sns a:hover {
  opacity: 0.8;
}

.copy {
  padding-bottom: 80px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.8;
}

.page-top-arrow {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease;
  z-index: 1000;
}

.page-top-arrow.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.page-top-arrow__icon {
  width: 16px;
  height: 16px;
  display: block;
  transition: all 0.3s ease;
}

.page-top-arrow__label {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #323232;
  font-weight: bold;
  color: #323232;
  text-align: center;
  line-height: 1;
  transition: color 0.3s ease;
  font-size: 12px;
  font-size: 1.2rem;
}

.page-top-arrow:hover {
  transform: translateY(-5px);
}

.page-top-arrow:hover .page-top-arrow__icon {
  transform: translateY(-2px) scale(1.1);
}

.page-top-arrow:hover .page-top-arrow__label {
  color: #000;
}

.gallery_block {
  margin-bottom: 160px;
}
.gallery_block .cont {
  width: 100%;
}
.gallery_block .cont .splide__list {
  height: auto;
}
.gallery_block .cont .splide__list .splide__slide img {
  width: 100%;
  height: auto;
}

.message_block {
  width: 100%;
  padding-top: 156px;
  background: url(../img/content_bg.jpg) repeat;
}
.message_block h2 {
  margin-bottom: 72px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.message_block p {
  padding-bottom: 72px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  font-weight: 500;
}

.point_block .area {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.point_block .area ul li {
  margin-bottom: 80px;
}
.point_block .area ul li .box {
  display: flex;
}
.point_block .area ul li .box .text {
  padding: 80px 60px 0 0;
  width: 46.4%;
}
.point_block .area ul li .box .text h3 {
  padding-top: 24px;
  position: relative;
  margin-bottom: 72px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  line-height: 1.8;
}
.point_block .area ul li .box .text h3::after {
  background: url(../img/ico_circle03.svg) no-repeat;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -80px;
  left: 0;
  content: "";
}
.point_block .area ul li .box .text p {
  line-height: 1.8;
}
.point_block .area ul li:last-child {
  margin-bottom: 0;
}

.refer_block {
  margin: 156px 0;
}
.refer_block .area {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.refer_block .area .list {
  margin-bottom: 160px;
}
.refer_block .area .list h2 {
  margin-bottom: 56px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.refer_block .area .list h2 .br {
  display: none;
}
.refer_block .area .list .box h3 {
  margin-bottom: 26px;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  line-height: 1.8;
}
.refer_block .area .list .box .detail {
  margin-bottom: 52px;
  line-height: 2;
}
.refer_block .area .list .box .img_g {
  display: flex;
  justify-content: center;
}
.refer_block .area .list .box .img_g .img02 {
  margin-left: -80px;
  margin-top: 15%;
}
.refer_block .area .list .box .info h4 {
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
}
.refer_block .area .list .box .info dl {
  margin-bottom: 26px;
  display: flex;
}
.refer_block .area .list .box .info dl dt {
  width: 120px;
}
.refer_block .area .list .box .info dl dd {
  line-height: 1.8;
}
.refer_block .area .list .box .info dl dd .access {
  margin-left: 20px;
  display: inline-block;
}
.refer_block .area .list .box .info dl dd .access a {
  font-weight: 500;
  text-decoration: underline;
  transition: transform 0.8s ease;
}
.refer_block .area .list .box .info dl dd .access a::before {
  margin-right: 8px;
  content: "";
  width: 15px;
  height: 21px;
  display: inline-block;
  background: url(../img/ico_map.svg) no-repeat;
  vertical-align: middle;
}
.refer_block .area .list .box .info dl dd .access a:hover {
  opacity: 0.8;
}
.refer_block .area .list .box .info dl:last-child {
  margin-bottom: 0;
}
.refer_block .area .list:last-child {
  margin-bottom: 0;
}

/* max 768px
--------------------------------------------------*/
@media screen and (max-width: 786px) {
  .common main .common_ttl {
    margin-bottom: 32px;
    font-size: 23px;
    font-size: 2.3rem;
  }
  .header_english {
    padding: 20px 0 50px;
  }
  .header_english .block {
    padding: 0 12px;
    display: block;
  }
  .header_english .block .logo {
    width: 38.9%;
    margin: 0 auto;
  }
  .header_english .block .info {
    margin-top: 20px;
  }
  .header_english .block .info ul {
    justify-content: center;
  }
  .header_english .block .info ul .en {
    margin-right: 20px;
  }
  .header_english .block .info ul .en a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header_english .block .info ul .sns a img {
    width: 24px;
    height: 24px;
  }
  .footer_english {
    padding: 60px 0;
  }
  .footer_english .logo {
    margin: 0 auto 56px;
    width: 38.9%;
  }
  .footer_english .info ul .en {
    margin-right: 20px;
  }
  .footer_english .info ul .en a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer_english .info ul .sns a img {
    width: 24px;
    height: 24px;
  }
  .copy {
    padding-bottom: 40px;
    font-size: 10px;
    font-size: 1rem;
  }
  .gallery_block {
    margin-bottom: 60px;
  }
  .contents__wrapper .message_block {
    padding: 72px 0 0;
  }
  .contents__wrapper .message_block h2 {
    margin-bottom: 32px;
    font-size: 23px;
    font-size: 2.3rem;
  }
  .contents__wrapper .message_block p {
    padding: 0 15px 32px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .contents__wrapper .point_block .area ul li {
    margin-bottom: 40px;
  }
  .contents__wrapper .point_block .area ul li .box {
    display: block;
  }
  .contents__wrapper .point_block .area ul li .box .text {
    padding: 40px 15px 15px;
    width: 100%;
  }
  .contents__wrapper .point_block .area ul li .box .text h3 {
    margin-bottom: 20px;
    font-size: 23px;
    font-size: 2.3rem;
  }
  .contents__wrapper .point_block .area ul li .box .text h3::after {
    width: 45px;
    height: 45px;
    top: -40px;
  }
  .contents__wrapper .point_block .area ul li .box .text p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contents__wrapper .point_block .area ul li .box .img {
    margin-top: 16px;
  }
  .contents__wrapper .refer_block {
    margin-bottom: 56px;
  }
  .contents__wrapper .refer_block .area .list {
    margin-bottom: 60px;
  }
  .contents__wrapper .refer_block .area .list h2 {
    margin-bottom: 24px;
    padding: 0 15px;
    font-size: 23px;
    font-size: 2.3rem;
  }
  .contents__wrapper .refer_block .area .list h2 .br {
    display: block;
  }
  .contents__wrapper .refer_block .area .list .box {
    padding: 0 15px;
  }
  .contents__wrapper .refer_block .area .list .box h3 {
    margin-bottom: 12px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .contents__wrapper .refer_block .area .list .box .detail {
    margin-bottom: 20px;
  }
  .contents__wrapper .refer_block .area .list .box .img_g {
    display: block;
  }
  .contents__wrapper .refer_block .area .list .box .img_g .img02 {
    margin-left: 0;
    margin-top: 20px;
  }
  .contents__wrapper .refer_block .area .list .box .info {
    margin-top: 32px;
  }
  .contents__wrapper .refer_block .area .list .box .info h4 {
    margin-bottom: 18px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .contents__wrapper .refer_block .area .list .box .info dl {
    margin-bottom: 26px;
    display: flex;
  }
  .contents__wrapper .refer_block .area .list .box .info dl dt {
    width: 120px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contents__wrapper .refer_block .area .list .box .info dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contents__wrapper .refer_block .area .list .box .info dl dd .access {
    margin-top: 18px;
    margin-left: 0;
    display: block;
  }
  .contents__wrapper .refer_block .area .list .box .info dl dd .access a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contents__wrapper .refer_block .area .list .box .info dl dd .access a::before {
    width: 12px;
    height: 18px;
  }
}
/* 768px-1450
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 1450px) {
  .header_english {
    padding: 20px 0 50px;
  }
  .header_english .block .logo {
    width: 20.6%;
  }
  .point_block .area {
    padding: 0 20px;
  }
  .point_block .area ul li {
    margin-bottom: 60px;
  }
  .point_block .area ul li .box {
    display: flex;
  }
  .point_block .area ul li .box .text {
    padding: 60px 30px 0 0;
  }
  .point_block .area ul li .box .text h3 {
    margin-bottom: 52px;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .point_block .area ul li .box .text p {
    line-height: 1.8;
  }
  .refer_block {
    margin-bottom: 106px;
  }
  .refer_block .area {
    padding: 0 20px;
  }
  .refer_block .area .list {
    margin-bottom: 100px;
  }
  .refer_block .area .list h2 {
    margin-bottom: 32px;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .refer_block .area .list .box h3 {
    margin-bottom: 20px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .refer_block .area .list .box .detail {
    margin-bottom: 32px;
  }
  .refer_block .area .list .box .info h4 {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .refer_block .area .list .box .info dl {
    margin-bottom: 20px;
  }
  .refer_block .area .list .box .info dl dt {
    width: 100px;
  }
}
/* min 768px
--------------------------------------------------*/
@media screen and (min-width: 786px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .sp-list {
    display: none;
  }
  .sp_img {
    display: none;
  }
}/*# sourceMappingURL=style_english.css.map */